.light-header-cls {
    background-color: #eee !important;
    color: gray !important;
}

.light-header-title-cls {
    color: gray !important;
}

#etiologiaSelectPanel .x-panel-header-default .x-tool-img {
    background-color: #eee !important;
}

#classificacoesPanel .x-panel-header-default .x-tool-img {
    background-color: #eee !important;
}

.grupo-panel .x-panel-header-default {
    background: #e1e1e1 !important;
    margin-bottom: 5px;
}
    .grupo-panel .x-panel-header-default .x-tool-img {
        background-color: #e1e1e1 !important;
    }

.grupo-panel .x-tool {
    left: 0 !important;
}

.grupo-panel .panel-custom-title {
    padding-left: 20px;
    font-weight:500;
    font-size:12px;
    color: #000000
}
.grupo-panel .panel-custom-title--required {
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    color: red
}
.grupo-panel .panel-custom-subtitle {
    padding-left: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}



.grupo-panel .panel-custom-subtitle--required {
    padding-left: 5px;
    font-weight: 600;
    font-size: 12px;
    color: red;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Put your css in here */

.left {
    float: left;
    width: 30px;
    height: 30px;
    display:flex;
    align-items:center;
}

.internal {
    min-width: 120px;
    height: 100%;
    display: inline-block;
}

.center {
    float: left;
    width: calc(100% - 70px);
    height: 30px;
    margin: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #b2d0ce;
    display: flex;
}

.right {
    float: right;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

.data {
    border-bottom: 1px solid #b2d0ce;
    border-right: 1px solid #b2d0ce;
}

.escala {
    border-right: 1px solid #b2d0ce;
    font-weight: 700;
}

.prev-btn {
    background-image: url('/Content/img/back.png');
    background-position: center;
    filter: invert(9) brightness(5.0);
}
.next-btn {
    background-image: url('/Content/img/back.png');
    transform: scaleX(-1);
    background-position: center;
    filter: invert(9) brightness(5.0);
}
.btn-disabled{
    opacity: 0.5;
}
@media  (max-height: 800px) {
    .listagens-panel{
        height:110px !important;
    }
}

@media  (min-height: 801px)   {
    .listagens-panel {
        height: 500px !important;
    }
}
