/*----------------------------------------------------- ESTILO DE SCROLL --------- (Con la clase "scroll")*/
.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}
.scroll::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
}
.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

table.datatable.table {
    table-layout: fixed;
    border-collapse: collapse;
}
table.datatable.table tr {
    cursor: pointer;
}
table.datatable.table td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.datatable.table > thead > tr {
    background-color: #21486b;
    color: white;
}
table.datatable.table > thead > tr > th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.datatable.table thead th.sorting_desc, 
table.datatable.table thead th.sorting_asc {
    background-color: #1f728e;
    box-shadow: inset 0px 1px 4px 0px #1d6177;
}
table.datatable.table>thead>tr>th.acc_buttons, 
table.datatable.table>tbody>tr>th.acc_buttons, 
table.datatable.table>tfoot>tr>th.acc_buttons, 
table.datatable.table>thead>tr>td.acc_buttons, 
table.datatable.table>tbody>tr>td.acc_buttons, 
table.datatable.table>tfoot>tr>td.acc_buttons {
    border-right: 0;
}
table.datatable.table>thead:first-child>tr:first-child>th {
    border-bottom: 0;
    position:initial;
}
table.datatable.table>tbody:last-child>tr:last-child {
    border-bottom: 1px solid #DDD;
}
table.datatable.table.hover tbody tr.no-click:hover, table.datatable.table.display tbody tr.no-click:hover {
    background-color: transparent;
}

table.datatable.table>thead>tr>th, 
table.datatable.table>tbody>tr>th, 
table.datatable.table>tfoot>tr>th, 
table.datatable.table>thead>tr>td, 
table.datatable.table>tbody>tr>td, 
table.datatable.table>tfoot>tr>td {
    vertical-align: middle;
    border-right: 1px solid #DDD;
    height: 35px;
}
table.datatable.table>thead>tr>th.mod-th,
table.datatable.table>thead>tr>td.mod-th,
table.datatable.table>tbody>tr>th.mod-th,
table.datatable.table>tbody>tr>td.mod-th {
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 767px){
    table.datatable.table>thead>tr>th, 
    table.datatable.table>tbody>tr>th, 
    table.datatable.table>tfoot>tr>th, 
    table.datatable.table>thead>tr>td, 
    table.datatable.table>tbody>tr>td, 
    table.datatable.table>tfoot>tr>td {
        height: 20px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    table.datatable.table>thead>tr>th, 
    table.datatable.table>tbody>tr>th, 
    table.datatable.table>tfoot>tr>th, 
    table.datatable.table>thead>tr>td, 
    table.datatable.table>tbody>tr>td, 
    table.datatable.table>tfoot>tr>td {
        height: 26px;
    }
}
table.datatable.table tbody th span.label-priority, 
table.datatable.table tbody td span.label-priority {
    line-height: 1.5;
    position: absolute;
    right: 5px;
    max-width: calc(50% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.datatable.table.compact tbody th span.label-priority, 
table.datatable.table.compact tbody td span.label-priority {
    right: 4px;
}

table.dataTable.stripe tbody tr:hover {
    background-color: #696969 !important;
    color: #333333; }

tr.highlighted td {
    background: #a9a9a9;
    color: #fff; 
}
div.grises{
    background-color: #eeeeee;
    color: #3b3b3b;
}
th.gris-header{
    background-color: #3b3b3b;

}
.color_barra{
    background-color: #216190;
}
#busqueda{
    padding-top: 10px;
}
.btn-search{
    border: 1px solid #ccc;
    background-color: #216190;
    font-size: 0px;
    height: 59px;
    width: 90%;
    padding: 5%;
    margin-top: 0px;
}
.btn-search:hover, .btn-search:focus{
    border: 1px solid #095084;
    background-color: #21486b;
    outline: 0;
}
.btn-RD{
    border: 1px solid #ccc;
    background-color: #216190;
    font-family:'Times New Roman', Times, serif;
    font-size: 18px;
    height: 57px;
    width: 90%;
    padding: 5%;
    margin-top: 2px;
    margin-left: 7%;

}

@media only screen and (max-width: 880px) {
    .btn-RD{
        font-size: 13px;
    }
}


.search-span{
    font-size: 17px;
    color: white;
}
.multiselect-selected-text{
    color: black;
}
#select_modalidad{
    margin: 0px auto;
}
.back_white{
    background-color: white !important;
}
.back_deshabilitado{
    background-color: #CCC !important;
}
.info-no-cargado{
    position: absolute;
    right: 5%;
    color: green;
    font-size: 1.3em;
    z-index: 1;
}
body.modal-open #barra_sup, body.modal-open #panel_filtros, body.modal-open #cont_tabs, body.modal-open .tab-pane, body.modal-open .email-panel{
    -webkit-filter: blur(0.8px);
    -moz-filter: blur(0.8px);
    -o-filter: blur(0.8px);
    -ms-filter: blur(0.8px);
    filter: blur(0.8px);
    background-color: transparent;
}   
.modal-backdrop {
    background: #000; 
}
.closebg {
    font-size: 50px;
    display:block;
    opacity: .7; 
}
.rd-btn {
    width: 30px;
    height: auto;
    padding: 0px;
    font-family:'Times New Roman', Times, serif;
    background-color: transparent;
    font-size: 1.6em;
    float: right;
    font-weight: 900;
    color: darkgrey;
    font-weight: 900;
    line-height: 1;
}
.pdf-file{
    width: 30px;
    height: auto;
    padding: 0px;
    font-family: 'FontAwesome', 'Icomoon', Arial , 'Font Awesome 5 Free';
    background-color: transparent;
    font-size: 1.6em;
    float: right;
    font-weight: 900;
    color: darkgrey;
    font-weight: 900;
    line-height: 1;
}
.btn.pdf-file.disabled, .btn[disabled], fieldset[disabled] .btn.pdf-file{
    opacity: 0.65;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* Ipad */
    .pdf-file, .rd-btn {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 767px) { /* Mobile */
    .pdf-file, .rd-btn {
        font-size: 1.2em;
    }
}
.fa-font-pdf {
    font-size: 7em;
    color: #D40519;
    background-color: white;
    border-radius: 5px 45px 5px 5px;
    margin-top: 10px;
}
.fa-font-audio{
    font-size: 7em;
    margin-top: 10px;
    color: #010101;
}
@media only screen and (max-width: 767px) {
    input[type=checkbox] {
        margin: 1px;
    }
    .fa-font-pdf{
        font-size: 4.5em; 
        margin-top: 2px;
        border-radius: 5px 25px 5px 5px;
    }
    .fa-font-audio{
        font-size: 4.5em; 
        margin-top: 2px;
    }
}
.btn_closetab {
    font-size: 20px;
    background-color: transparent;
    border: 0px;
    margin-left: 8px;
    text-shadow: none;
    color: #fff;
    text-decoration: none;
}
.pos_relative{
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait){
    .dataTables_info, .buscar_en__central{
        bottom: 10px !important;
        right: 10px !important;
        transform: translateX(0) !important;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape){
    .dataTables_info, .buscar_en__central{
        bottom: 10px !important;
        right: 0 !important;
        transform: translateX(0) !important;
    }
}
.popover-title {
    color: black;
    text-align: center;
    padding: 3px;
    font-size: small;
}
.popover-content {color: black;padding: 3px;font-size: 12px;}
.loading_pdf {
    position: absolute;
    top: 50%;
    left: 50%;
}
.div-table, .div-table-row {
    height: 85px;
}
.div-table-col-grande{
    display: inline-block;
    width: 50%;
}
.div-table-col-chica{
    display: inline-block;
    width: 25%;
}
@media only screen and (max-width: 767px) {
    .div-table, .div-table-row {
        height: 69px;
    }
    .div-table-col-chica{
        width: 50%;
    }
}
.active-btn > span {
    color: #f70505;
}
.pdf_view{
    text-align: center;
    position: absolute;
    left: 0px;
    z-index: 1050;
    width: 50vw;
    outline: none;
    box-shadow: rgba(29, 29, 29, 0.8) 0px 0px 10px 4px;
    background: rgb(51,122,183);
    background: -moz-linear-gradient(top, rgb(51,122,183) 0%, rgb(43,43,43) 100%);
    background: -webkit-linear-gradient(top, rgb(51,122,183) 0%,rgb(43,43,43) 100%);
    background: linear-gradient(to bottom, rgb(51,122,183) 0%,rgb(43,43,43) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#2b2b2b',GradientType=0 );
}
.pdf_toolbar{
    min-height: 15px;
    max-height: 15px;
    position: absolute;
    left: 0px;
    z-index: 1050;
    width: 50vw;
    background-color: #3272A9;
    outline: none;
}
.pdf_iframe{
    background-color: #EEE;
    margin: 0 auto;
    width: calc(50vw - 30px);
    padding-top: 15px;
    height: calc(100% - 15px ) !important;
}
.pdf_iframe_alert{
    vertical-align: middle;
    margin-top: 1px;
    position: absolute;
    max-height: 100% !important;
    padding: 9% 15%;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    height: 88% !important;
}
.blur-frame{
    opacity: 0%;
}
.unblur-frame{
    opacity: 98% !important;
}
.download-vna{
    margin-left: 3%;
    opacity: 90% !important;
}
div.viewer_iframe {
    padding-top: 0px;
    height: 100%;
    overflow: auto;
}
iframe.viewer_iframe {
    border: 0;
}
button.btn_close_pdf, button.btn_expand_pdf, button.btn_minimizar_pdf {
    font-size: 13px;
    padding-right: 8px;
    outline: none; 
}
@media only screen and (max-width: 767px) {
    .pdf_view{
        width: 100vw;
    }
    .pdf_toolbar{
        width: 100vw;
        min-height: 25px;
        max-height: 25px;
    }
    .pdf_iframe{
        width: calc(100vw - 15px);
        padding-top: 25px;
    }
    button.btn_close_pdf, button.btn_expand_pdf, button.btn_minimizar_pdf {
        font-size: 20px;
        padding-left: 8px;
        padding-top: 2px;
    }
}
.btn-menu{
    color: white;
    border: 1px solid;
    margin-top: 5px;
    margin-right: 0%;
    height: 25px;
    background-color: #216190;
    width: 88%;
    margin-left: 12%;
    padding: 0px;
}
.btn-menu:hover{
    border: 1px solid #095084;
    background-color: #21486b;
}
.btn-menu-mobile {
    border-bottom: 1px solid #095084; 
    padding: 0 20px;
}
.chat-panel{
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}
.system-message{
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}
.email-panel{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
    z-index: 5;
    -webkit-transition: box-shadow 300ms ease-out;
    -moz-transition: box-shadow 300ms ease-out;
    -o-transition: box-shadow 300ms ease-out;
    transition: box-shadow 300ms ease-out;
}
.email-panel:not(.email-hidden){
    box-shadow: 6px 0px 20px 0px rgba(158, 158, 158, 0.57);
}
.btn-hide-email-panel{
    float: right;
    background: transparent;
    border: none;
    outline: none;
}

.reenvioDicom-panel{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right:5%;
    box-shadow: none;
    z-index: 1;
    -webkit-transition: box-shadow 300ms ease-out;
    -moz-transition: box-shadow 300ms ease-out;
    -o-transition: box-shadow 300ms ease-out;
    transition: box-shadow 300ms ease-out;
}


.reenvioDicom-panel:not(.reenvioDicom-hidden){
    box-shadow: 6px 0px 20px 0px rgba(158, 158, 158, 0.57);
}
.btn-hide-reenvioDicom-panel{
    float: right;
    background: transparent;
    border: none;
    outline: none;
}


.text-chat{
    padding: 5px 15px 15px 5px;
    background-color: white;
    border-radius: 9px;
}
.icon-chat{
    padding-top: 5px;
    z-index: 20;
}
.flechaIzq {
    position: absolute;
    left: -22px;
    top: 12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent white transparent transparent;
}

.submenu-drop{
    padding: 0 !important;
}
.dropdown-submenu, .dropdown-submenu-right {
    position: relative;
}
.dropdown-submenu > .dropdown-menu.submenu-drop {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu-right > .dropdown-menu.submenu-drop {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:focus>.dropdown-menu, .dropdown-submenu.hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu-right:hover>.dropdown-menu, .dropdown-submenu-right:active>.dropdown-menu, .dropdown-submenu-right:focus>.dropdown-menu, .dropdown-submenu-right.hover>.dropdown-menu {
    display: block;
    color: red;
}
.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-right: 5px;
}

.dropdown-submenu-right>a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 5px;
}
.barra-lateral {
    float: left;
    position: fixed;
    background-color:#696969;
    display: block;
    align-items: center;
      align-content: center;
      justify-content: center;
  }
  

  .barra-lateral ul,
  li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .barra-lateral ul {
    position: relative;
    list-style-type: none;
    padding-left: 0px;
    transition: ease-out 600ms;
    z-index: 1;
    float: left;
  }
  
  .barra-lateral ul li {
   float: left;
   
    
  }
  
  .barra-lateral ul li.hover,
  .barra-lateral ul li:hover {
    position: relative;
    height: auto;
    cursor: default;
    background-color: #696969;
    color: #ffc107;

  }
  
  .barra-lateral ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  
    width: 100%;
  }
  
  .barra-lateral ul ul li {
    float: none;
  }
  
  .barra-lateral ul li:hover>ul {
    visibility: visible;
    background-color:#696969;
    color: #ffc107;
  }
  
  .barra-lateral ul ul {
    top: 0;
    left: 100%;
  }
  
  .barra-lateral ul li {
    float: none;
    display: block;
    padding: initial;
  }
  
  .barra-lateral span,
  .barra-lateral a {
    display: inline-block;
  
    text-decoration: none;
  }
  
  .barra-lateral:after,
  .barra-lateral ul:after {
    content: '';
    display: block;
    clear: both;
    background-color: #808080;
    color: #ffc107;

  }
  
  .barra-lateral:after,
  .barra-lateral li:after {
    content: '';
    display: block;
    clear: both;
    background-color: #808080;
    color: #ffc107;

  }

  .barra-lateral ul,
  .mbarra-lateral li {
    width: 100%;
    background-color:#696969;
    color: #ffc107;

  }
  
  .barra-lateral li {
    position: relative;
  }
  
  .barra-lateral li:hover {
    background-color: #808080;
    color: #ffc107;
  }
  
  .barra-lateral a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    width: 120px;
    font-size: 9px;
    font-family: sans-serif;
  }
  .barra-lateral p {
    display: inline-block;
    color: #fff;
    padding: 5px 5px;
    width: 120px;
    font-size: 9px;
    font-family: sans-serif;
  }

  .barra-lateral a:hover {
    background-color: #808080;
    color: #ffc107;

  }
  
  .barra-lateral ul ul li {
    background-color: #777777;
    display: block;
    color: #fff;
    width: 120px;
    font-size: 9px;
    font-family: sans-serif;
    border-left:solid 1px #262626;
  }
  .barra-lateral ul ul li:hover {
    background-color: #808080;
    color: #ffc107;

  }
  
  .barra-lateral .active{
    background-color: #808080;
    color: #ffc107;

  }

  .barra-lateral ul ul li:hover a {
    background-color: #808080;
    color: #ffc107;

  }

  .navSeg > li {
    float:left;
    background-color: #777777;
    
  }
 
  .navSeg > li:hover {
    float:left;
    background-color: #808080;
    color: #ffc107;
    
  }
  /* .navSeg li a {
    background-color:#39395c;
    color:#fff;
    text-decoration:none;
   
    display:inline-block;
    
    width: 120px;
    font-size: 9px;
  } */
  .barra-lateral ul{
    display: contents;
    position: relative;
    font-size: 9px;
    height: auto;
    font-family: sans-serif;
    color: #dcdcf0;
   }
  
  .navSeg li a:hover {
    background-color:#696969;
  }
  
  .navSeg li ul {
    display:none;
    position: absolute;
    min-width: 100px;
  font-size: 9px;}
  
  .navSeg li:hover > ul {
    display:inline-block;
  }
  
  .navSeg li ul li {
    position: relative;
  padding: 5px;font-size: 9px;}
  
  .navSeg li ul li ul {
    right:-140px;
    top:0px;
  }  
.dropdown-submenu:hover>a:after, .dropdown-submenu-right:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left, .dropdown-submenu-right.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu, .dropdown-submenu-right.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu>a, .dropdown-submenu-right>a {
    text-align: center;
}
.dropdown-menu.multi-level {
    right: -1px;
    left: auto;
    margin: 0;
    top: 65%;
}
.dropdown-menu.multi-level > .divider {
    margin: 5px 0;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
    border-radius: 8px;
    content: '';
    height: 11px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 30px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 17px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease-in-out;
    width: 24px;
    content: "off";
    padding-left: 3px;
    padding-top: 1px;
    color: #216190;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 13px;
    content: "on";
    padding-left: 5px;
    padding-top: 1px;
    color: white;
}
.material-switch.material-switch-nocontent > label::after {
    content: "" !important;
}
.material-switch.material-switch-nocontent > input[type="checkbox"]:checked + label::after {
    content: "" !important;
}
.buscar_en__central{
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
}
.blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
.clearable{
  position: relative;
  background: #fff url("../img/iconClose.png") no-repeat right -20px center;
  padding-right: 30px;     /* Use the same right padding (30) in jQ! */
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.color_danger{ color: red !important; }
.finalizado{ position: relative; color: dimgrey; }
.comentado{ position: relative; color: dimgrey; }
.finalizado::after{ 
    color: white;
    content: 'F';
    position: absolute;
    left: 10px;
}
.group-buscador{
    margin-bottom: 15px;
}
button.busqueda_avanzada{
    width: 100%;
    font-size: 10px;
    padding: 0px 37px;
    margin-top: 3px;
    color: white;
    background-color: #777777;
    border: 0.1px solid #cccccc;
}
button.busqueda_avanzada:hover, button.busqueda_avanzada:focus,button.busqueda_avanzada {
    background-color: #999;
    text-decoration: none;
    outline: 0;
    color: white;
    border-radius: 0px !important;
    margin-bottom: 4px;
}

button.busqueda_avanzada:active, button.busqueda_avanzada:visited{
    background-color: #777777;
    text-decoration: none;
}
div#panel_filtros{
    display: none;
    font-size: 12px;
    background-color: #256b9e;
    box-shadow: 0px -2px 18px 4px #095084 inset;
    padding-top: 3px !important;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 5px;
}
div#panel_filtros input[type=text], div#panel_filtros select{
    height: 24px;
    font-size: 12px;
}
div#panel_filtros div.filtro-prioridad ul.multiselect-container {
    width: 100%;
}
div#panel_filtros div.filtro-prioridad button.multiselect {
    font-size: 12px;
    padding: 2px 12px;
    height: 24px;
}
div#panel_filtros div.filtro-prioridad ul input[type='checkbox'] {
    height: auto;
}

div#panel_filtros div.filtro-personalizado ul.multiselect-container {
    width: 100%;
    top: 0%;
}
div#panel_filtros div.filtro-personalizado button.multiselect {
    font-size: 12px;
    padding: 2px 12px;
    height: 24px;
}
div#panel_filtros div.filtro-personalizado ul input[type='checkbox'] {
    height: auto;
}

div#panel_filtros div.filtro-medinformante ul.multiselect-container {
    width: 100%;
    
}
div#panel_filtros div.filtro-medinformante button.multiselect {
    font-size: 12px;
    padding: 10px 12px;
    height: 24px;
}
div#panel_filtros div.filtro-medinformante ul input[type='checkbox'] {
    height: auto;
}

div.overflow-y-hidden{
    overflow: hidden;
}
div.overflow-y-auto{
    overflow-y: auto;
    overflow-x: hidden;
}
div.filtro-checkbox {
    padding-top: 12px;
    padding-bottom: 5px;
}
div.filtro-checkbox > label {
    float: right;
}
div.filtros-check {
    margin-bottom: 0px;
}
@media (min-width: 1200px) {
    .filtro-checkbox {
        margin-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    div.med-info-col-margin {
        margin-top: -85px;
    }
} 
div#panel_filtros .control-label{
    color: #e4e4e4;
    padding-top: 3px;
    padding-right: 0px;
    text-align: left;
}
div.rango_fechas{
    display: inline-flex;
}
div.rango_fechas input{
    width: 50%;
}
.fa-spin, .info-no-cargado {
    cursor: wait;
}
#table_paginando{
    color: springgreen;
}
.ui-datepicker{
    z-index: 1051 !important;
}
.ui-datepicker-current{
    display: none;
}
.ui-datepicker-close{
    display: none;
}
.ui-datepicker-buttonpane.ui-widget-content{
    text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: initial;
}
.btn-hidden{
    display: none;
    padding-top: 5px;
}
.btn-hidden-tool,.btn-hidden-move,.btn-hidden-wwwl{
    display: none;
    padding-top: 5px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.menu_drop{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
}
.popover-email {
    max-width: 100%;
}
.arrow-fixed {
    top: 22%;
}
.webemail {
    position: relative;
    display: grid;
}
.webemail_addperson {
    display: inline-flex;
}
.webemail_addperson > input {
    outline: none;
    border: none;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}
.share_email_integered{
    position: absolute;
    background-color: #202039;
    border: 1px solid #fff;
}

.input-system-share{
    max-width: 120px !important;
    max-height: 32px !important;
    margin-top:1px !important;
    margin-right:1px !important;
}
.input-days-share{
    max-width: 40px !important;
    max-height: 40px !important;
    margin-top:1px !important;
    margin-right:1px !important;
}
.addDaysShare{
    display: flex;
}
.webemail_addperson .fa{
    display: block !important;
}
.span-days-share{
    min-width: 53px !important;
    margin-top: 0px !important;
}
.webemail_addperson > input:focus {
    border-bottom: 2px solid rgba(33, 150, 243, 0.6);
}
.webemail_addperson > button {
    margin: 0 0 0 10px;
}
.webemail_addperson > button span:before {
    max-width: 20px;
    overflow: hidden;
    display: inline-block;
}
.webemail_addperson > button span.fa.fa-check:before {
    content: "\f00c";
}
.webemail_addperson > button span.fa.fa-times:before {
    content: "\f00d";
}
.webemail_addperson > button:hover span:before {
    max-height: 500px;
    max-width: 500px;
    transition: all 0.5s ease-in;
}
.webemail_es > .webemail_addperson > button:hover span.fa.fa-check:before {
    content: 'Enviar';
}
.webemail_es > .webemail_addperson > button:hover span.fa.fa-times:before {
    content: 'Cancelar';
}
.webemail_en > .webemail_addperson > button:hover span.fa.fa-check:before {
    content: 'Send';
}
.webemail_en > .webemail_addperson > button:hover span.fa.fa-times:before {
    content: 'Cancel';
}
.webemail_addperson > button:active, .webemail_addperson > button:focus {
    outline: none !important;
}
.webemail_personSend {
    margin-top: 10px;
    max-height: 115px;
    overflow-y: auto;
}
.mail_waiting_send > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 230px;
}
.mail_waiting_send {
    padding: 7px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #4a4a4a;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
.mail_waiting_send > p {
    margin: 0;
}
input.wrong_mail {
    border-bottom: 2px solid red !important;
}

/*  --------------------------------------------------
    :: Table Filter
    -------------------------------------------------- */
.email-panel .panel .dropup {
    margin: 0 0 10px 100;
}
.email-panel .panel .btn-group .btn {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline: none;
}
.email-panel .panel .btn-filter {
    width: 100%;
    border-radius: 0;
    font-size: .8em;
}
.email-panel .panel .btn-filter.active {
    position: relative;
    box-shadow: inset 0px 1px 5px 0px rgba(72, 72, 72, 0.7);
}
.email-panel .panel .btn-filter.active:after{
    top: 25%;
    right: 15%;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}
.email-panel .panel .panel-body {
    visibility: hidden;
    display: none;
    opacity: 0;
    padding: 0;
    height: 0;
    -webkit-transition: visibility 0ms, opacity 500ms ease-out;
    -moz-transition: visibility 0ms, opacity 500ms ease-out;
    -o-transition: visibility 0ms, opacity 500ms ease-out;
    transition: visibility 0ms, opacity 500ms ease-out;
}



.reenvioDicom-panel .panel .dropup {
    margin: 0 0 10px 0;
}
.reenvioDicom-panel .panel .btn-group .btn {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline: none;
}
.reenvioDicom-panel .panel .btn-filter-rd {
    width: 100%;
    border-radius: 0;
    font-size: .8em;
}
.reenvioDicom-panel .panel .btn-filter-rd.active {
    position: relative;
    box-shadow: inset 0px 1px 5px 0px rgba(72, 72, 72, 0.7);
}
.reenvioDicom-panel .panel .btn-filter-rd.active:after{
    top: 25%;
    right: 15%;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}
.reenvioDicom-panel .panel .panel-body {
    visibility: hidden;
    display: none;
    opacity: 0;
    padding: 0;
    height: 0;
    -webkit-transition: visibility 0ms, opacity 500ms ease-out;
    -moz-transition: visibility 0ms, opacity 500ms ease-out;
    -o-transition: visibility 0ms, opacity 500ms ease-out;
    transition: visibility 0ms, opacity 500ms ease-out;
}



.panel .panel-body:not(.hidden-panel){
    visibility: visible;
    display: block;
    opacity: 1;
    padding: 15px;
    height: auto;
}
.ckbox, .ckboxRD {
    text-align: center;
}
.ckbox label, .ckboxRD label {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ckbox label > input + span, .ckboxRD label > input + span {
    cursor: pointer;
}
.ckbox label > span.check:before, .ckboxRD label > span.check:before {
    content: '';
    top: 1px;
    left: -2px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 2px;
    border: 1px solid #bbb;
    background-color: #fff;
}
.ckbox  label > input, .ckboxRD  label > input {
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
.ckbox label > input:checked + span:before, .ckboxRD label > input:checked + span:before {
    border-color: #2BBCDE;
    background-color: #2BBCDE;
}
.ckbox label > input:checked + span:after, .ckboxRD label > input:checked + span:after {
    top: 2px;
    left: 1.5px;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}
.table-filter {
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.table-filter thead tr {
    border-top: 1px solid #DDD;
}
.table-filter tbody tr td, .table-filter thead tr td{
    padding: 10px;
    vertical-align: middle;
}
.table-filter tbody tr.selected td {
    background-color: #f7f7f7;
}
.table-filter tr td:first-child {
    width: 10%;
    border-right: 1px solid #DDD;
}
.table-filter tr td:nth-child(2) {
    width: 90%;
}
.table-filter .media-meta {
    font-size: 11px;
    color: #999;
}
.table-filter .media .title {
    color: #2BBCDE;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.table-filter .media span.mail_state {
    font-size: .8em;
    margin-right: 5%;
    display: inline-block;
}
.table-filter .media span.mail_state.success {
    color: #5cb85c;
}
.table-filter .media span.mail_state.waiting {
    color: #2bbcde;
}
.table-filter .media span.mail_state.warning {
    color: #f0ad4e;
}
.table-filter .media span.mail_state.error {
    color: #d9534f;
}
.table-filter .media .summary {
    font-size: 14px;
}
.email-panel .paging-nav {
    float: right;
    padding-top: 2px;
}
.email-panel .paging-nav a {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    color: #333;
    border-radius: 3px;
}
.email-panel .paging-nav .selected-page {
    background: #cccccc;
}
.email-panel .mail-header-state {
    text-align: center; 
    position: relative;
}
.email-panel .buttons-mails {
    float: left;
}
.email-panel .buttons-mails > button{
    outline: none;
}
.email-panel .mail-length-selected {
    position: absolute;
    left: 5px;
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
.email-panel .mail-loading-icon {
    color: #00BCD4;
    margin-left: 10px;
    -webkit-animation: fa-spin 1s infinite linear;
            animation: fa-spin 1s infinite linear;
}



.reenvioDicom-panel .paging-nav {
    float: right;
    padding-top: 2px;
}
.reenvioDicom-panel .paging-nav a {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    color: #333;
    border-radius: 3px;
}
.reenvioDicom-panel .paging-nav .selected-page {
    background: #cccccc;
}
.reenvioDicom-panel .rd-header-state {
    text-align: center; 
    position: relative;
}
.reenvioDicom-panel .buttons-rd {
    float: left;
}
.reenvioDicom-panel .buttons-rd > button{
    outline: none;
}
.reenvioDicom-panel .rd-length-selected {
    position: absolute;
    left: 5px;
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
.reenvioDicom-panel .rd-loading-icon {
    color: #00BCD4;
    margin-left: 10px;
    -webkit-animation: fa-spin 1s infinite linear;
            animation: fa-spin 1s infinite linear;
}
.rd_statesuccess {
    color: #5cb85c;
}

.rd_stateprocessing {
    color: #f0ad4e;
}
.rd_stateerror {
    color: #d9534f;
}
.rd_statewaiting {
    color: #2bbcde;
}


.notclickable {
    pointer-events: none;
}
.mail-empty, .rd-empty {
    text-align: center;
    color: darkgrey;
}
.dropdown-menu>li.menu-options {
    min-width: 240px;
    border: 0px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

@media only screen and (max-device-width : 767px) {
    
    .userinfo > p {
        vertical-align: middle;
    }
}
.dropdown-menu>li.menu-options:focus, .dropdown-menu>li.menu-options:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.fa-vm:before {
    content: "V";
    color: #88949f;
}
.fa-vm:after {
    content: "M";
    color: #f08020;
    font-size: x-small;
}
.userinfo {
    padding: 3px 20px;
    text-align: center;
}
p.menu-text {
    margin: 0;
    display: inline-block;
}
.userinfo > p {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about-us-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.about-us-list li.title {
    font-size: 24px;
    color: #808080;
}
.about-us-title {
    background: rgb(28,74,125);
    background: -moz-linear-gradient(45deg,  rgb(28,74,125) 0%, rgb(137,174,198) 48%, rgb(22,138,197) 100%);
    background: -webkit-linear-gradient(45deg,  rgb(28,74,125) 0%,rgb(137,174,198) 48%,rgb(22,138,197) 100%);
    background: linear-gradient(45deg,  rgb(28,74,125) 0%,rgb(137,174,198) 48%,rgb(22,138,197) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4a7d', endColorstr='#168ac5',GradientType=1 );
}
@media only screen and (max-device-width : 767px) {
    .about-us-list {
        font-size: 12px;
    }
    .about-us-list li.title {
        font-size: 18px;
    }
}
.multiselect-container {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.myicon-voice-recognition {
    top: 5px;
}

.fa-circle-o.tool {
    vertical-align: 0;
    font-size: 1.25em;
    line-height: .75em;
}

.activate-pointer-events {
    pointer-events: auto;
}

.dropdown-menu label.radio input[type=radio]{
    visibility: hidden;
}

.dropdown-menu label.radio{
    padding-left:10px;
}

.fa-link.automatic:after {
    content: "A";
    display: inline-block;
    font-size: x-small;
    position: absolute;
}
.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
    }
thead tr th { 
    position: sticky;
    top: 0;
    z-index: 10;
}
      
.table-responsive { 
    height:200px;
    overflow:scroll;
}

    
    
    
.form-date-grilla{
    margin-bottom: 0px !important;

}
.date-label{
    font-size: 14px !important;
    color:#dcdcf0;
}
@media screen and (max-height: 420px){
    .multiselect-container{
        max-height: 280px !important;
    }
}

@media screen and (min-height: 420px){
    .first_selector{
        max-height: 550px !important;
    }
}

@media screen and (min-height: 420px){
   
}
.not-padding-left{
    padding-left: 0px !important;
}
.not-padding-right{
    padding-right: 0px !important;
}
.hidden-btn{
    display: none !important;
}
.hidden-btn-mpr{
    /*  display: none !important; */
    pointer-events:none !important; 
    opacity:0.3;
    /* width: 0 !important; */
}

@media (max-width: 767px) {
    table.dataTable.compact tbody th, table.dataTable.compact tbody td {
        padding: 1px !important;
    }
}
.terms-conditions-center{
    justify-content: center;
    /* display: flex; */
}

.float_assign {
    display: inline-flex;
    font-size: 12px;
}
.float_assign > input {
    outline: none;
    border: none;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}
.float_assign > input:focus {
    border-bottom: 2px solid rgba(33, 150, 243, 0.6);
}
.float_assign > button {
    margin: 0 0 0 10px;
}
.float_assign > .btn {
    font-size: 12px !important;
    padding: 3px 7px !important;
}
.float_assign > button span:before {
    max-width: 20px;
    overflow: hidden;
    display: inline-block;
}
.float_assign > button span.fa.fa-check:before {
    content: "\f00c";
}
.float_assign > button span.fa.fa-times:before {
    content: "\f00d";
}
.float_assign > button:hover span:before {
    max-height: 500px;
    max-width: 500px;
    transition: all 0.5s ease-in;
}
.assign_es > .float_assign > button:hover span.fa.fa-check:before {
    content: 'Enviar';
}
.assign_es > .float_assign > button:hover span.fa.fa-times:before {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    content: 'Cancelar';
}
.assign_en > .float_assign > button:hover span.fa.fa-check:before {
    content: 'Send';
}
.assign_en > .float_assign > button:hover span.fa.fa-times:before {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    content: 'Cancel';
}
.float_assign > button:active, .float_assign > button:focus {
    outline: none !important;
}
.popover-assign {
    max-width: 100%;
}
.popover-span-assign{
    padding: 6px 2px;
}
.bold-user{
    font-weight: bold;
}
.font-bold{
    font-weight: 600;
    padding-top: 4px
}
.assignActions{
    display: flex;
    flex-direction: column;
}
.checkbox-aetitle{
    margin: 8px 8px 1px 0px !important;
}
#is-assign{
    font-size:11px;
}
.modal-assign-studies{
    margin: 1%;
}

#assignStudiesModal{
    padding-left: 0px !important; 
}
@media screen and (max-width : 681px) { 
    .center-assign{
        display: none;
    } 
}
@media screen and (max-width : 700px) { 
    .modal-assign-studies{
      /* width: 97% !important; */
      padding-left: 0px !important; 
    }
    .modal-unassign-studies{
        /* width: 97% !important; */
        padding-left: 0px !important; 
    }
}
@media screen and (max-width : 590px) { 
    .description-assign{
        display: none;
      }
  }
  .header-assign{
      padding: 6px !important;
  }
  .is-asignable{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: rgb(102, 255, 88);
}
.not-is-asignable{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 110, 110);
  cursor: help;
}
.select-multi-assign{
    margin: 0px 10px;
    padding: 8px;
    border-radius: 5px;
}
#is-unassign{
    font-size:11px;
}
.modal-unassign-studies{
    /* margin: 1%; */
    /* width: 95% !important; */
}
.is-unasignable{
    font-size: 11px;
    text-align: center;
}
.not-is-unasignable{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: rgb(255, 110, 110);
    cursor: help;
}

/*****Comienzo busqueda avanzada resolución alta*****/
.avanzada-first-line{
    display: flex;
    width: 100%;
    flex-direction: row;
}
.pat-access{
    flex-direction: row;
    display: flex;
    width: 50%;
}
.pat-access input{
    padding: 2px 2px 2px 6px;
}
.avanzada-id-pac{
    width: 48%;
    padding: 0 1%;
}
.avanzada-acc-num{
    width: 48%;
    padding: 0 1%;
}
.idest-priori{
    flex-direction: row;
    display: flex;
    width: 50%;
}
.idest-priori input{
    padding: 2px 2px 2px 6px;
}
.avanzada-id-estud{
    width: 48%;
    padding: 0 1%;
}
.avanzada-priori{
    width: 48%;
    padding: 0 1%;
}
.avanzada-informantes{
    flex-direction: row;
    display: flex;
    width: 50%;
    margin-top: 14px;
}
.avanzada-infor-aud{
    width: 48%;
    padding: 0 1%;
    display: flex;
    justify-content: space-around;
}
.avanzada-infor-aud-split {
    width: 24%;
    padding: 0 1%;
}
.avanzada-infor-asig{
    width: 48%;
    padding: 0 1%;
}
.coment-asig{
    flex-direction: row;
    display: flex;
    width: 50%;
    margin-top: 4px;
}
.avanzada-coment{
    width: 48%;
    padding: 0 1%;
}
.avanzada-asig{
    width: 48%;
    padding: 0 1%;
}
/****** Inicio barra superior ******/
.superior-linea1{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 5px;
}
 .input-superior{
    padding: 5px 8px;
    height: 25px;
    border-radius: 4px !important;
    font-size:12px;
}
.select-superior button{
    height: 25px !important;
    padding: 0px 8px !important;
    font-size:12px;
}
.select-superior input[type=text]{
    height: 25px !important;
    padding: 0px 8px !important;
    font-size:12px;
}
.superior-linea2{
    display: flex;
    flex-direction: row;
    width: 100%;
}
fieldset.scheduler-border {
    border: 1px groove #dcdcf0 !important;
    padding: 1px 2px 2px 2%;
    margin: 4px 0 3px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    border-radius: 5px;
}

legend.scheduler-border {
    font-size: 0.8em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    /* padding:0 10px; */
    border-bottom:none;
    margin-bottom: 1px !important;
    color: #dcdcf0;
}
.filtros-check .control-label{
    color: #dcdcf0;
    font-size: 0.8em;
    margin-bottom: 0px !important;
}
.form-list-search{
    width:100%;
}
.fieldset-informes{
    width: 60%;
}
.form-reports-search{
    width: 100%;
}
.informes-check{
    padding-top: 0px !important;
}
.container-filter-description{
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-top: 6px;
    padding-left: 1%;
    margin-top: 4px;
}

.filtro-personalizado .multiselect-container{
    width:inherit !important;
    font-size: 12px;
}
.select-superior .dropdown-menu{
    font-size: 12px;
    
}
#select_modalidad .dropdown-menu {
    max-width: 120px !important;
}
.fecha-grilla{
    display: flex;
    flex-direction: row;
    width: 30%;
}
.modalidad-sucursal-grilla{
    display: flex;
    flex-direction: row;
    width: 30%;
}
.decripcion-grilla{
    display: flex;
    flex-direction: column;
    width: 40%;
    /* padding-top: 6px; */
    padding-left: 1%;
}
.container-enviar_RD{
    display: flex;
    flex-direction: column;
    width: 5%;
    padding-top: 4px;
    margin-top: 4px;
    padding-left: 1%;
    
}
.select-modalidad-grilla{
    height: auto;
    padding-right: 1.5%;
    display: flex;
    flex-direction: row;
    width: 40%;
}
.select-sucursal-grilla{
    height: auto;
    display: flex;
    flex-direction: row;
    width: 60%;
}
.grupo-menu-lateral{
    width: 10%;
    flex-direction: column;
    position: absolute;
    right: 1%;
    top: 5px;
    align-items: flex-end;
    /* padding: 5px; */
    float: right;
    /* width: 10%; */
    /* padding-top: 1px; */
    display: flex;
}
.grupo-botones button{
    width: 25px;
    height: 56px;
    padding: 0%;
}

#desk_perfil{
    padding: 0% !important;
    margin-right: 3px;
}
.logo-form-buttom{
    display: flex;
    width: 100%;
    flex-direction: row;
}
#img-visual {
    width:100%;
    height:auto;
}
.logo-grilla-visual{
    float: left;
    height: 50px;
    padding: 15px 2px;
    font-size: 18px;
    line-height: 20px;
    max-width: 18%;
    margin-right: 1%;
    margin-top: 18px;
}
.form-inputs-grilla{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.menu-botones-busqueda{
    display: flex;
    width: 10%;
    flex-direction: column;
}
.filtro-personalizado-grilla{
    margin-top: 4px;
}
.fecha-grilla div{
    width: 48%;
}

.botones-busqueda{
    height: auto;
    display: flex;
    flex-direction: row;
    height: 59px;
    margin: 9px 0px 0px 12%;
    width: 100%;
}
.btn-grilla{
    margin-left: 0px;
    width: 45%;
    height: auto;
}
.informes-form-grilla{
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.informes-linea-grilla{
    height: auto;
    display: flex;
    flex-direction: row;
}
.superior-check{
    width: 25%;
}
.superior-check1{
    width: 33%;
}
.superior-check2{
    width: 42%;
}
/* Inicio form superior grilla resolución baja */
@media screen and (max-width : 640px) { 
    .form-inputs-grilla{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .superior-linea1{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 5px;
    }
    .fecha-grilla{
        width: 100%;
        margin-bottom: 4px;
        margin-left: 5px;
    }
    .modalidad-sucursal-grilla{
        width: 100%;
        margin-bottom: 4px;
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }
    .select-modalidad-grilla{
        display: flex;
        flex-direction: row;
        margin-bottom: 4px;
        width: 100%;
        padding-right: 0;
    }
    .fecha-grilla div{
        width: 50%;
        padding-right: 0px;
    }
    .select-sucursal-grilla {
        height: auto;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .decripcion-grilla {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0;
        margin-bottom: 4px;
        margin-left: 5px;
    }
    .superior-linea2{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .fieldset-informes {
        width: 109%;
        padding-left: 5px;
    }
    .container-filter-description {
        display: flex;
        flex-direction: column;
        width: 109%;
        padding-top: 0px;
        padding-left: 1%;
        margin-top: 4px;
    }
    .btn-menu {
        color: #dcdcf0;
        background-color: #202039;
        border-radius: 3px;
    }
    .btn-menu {
        color: white;
        margin-top: 5px;
        margin-right: 0%;
        height: 25px;
        background-color: #216190;
        width: 75%;
        margin-left: 22%;
        padding: 0px;
    }
    .menu-text{
        display: none;
    }
    .botones-busqueda {
        height: auto;
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0px 0px 0px 22%;
        width: 100%;
    }
    .container-enviar_RD {
        display: flex;
        flex-direction: column;
        width: 10%;
        height: 8%;
        padding-top: 0px;
        padding-left: 1%;
        margin-top: 4px;
    }
    .btn-search {
        border: 1px solid #ccc;
        background-color: #216190;
        font-size: 25px;
        height: auto;
        width: 100%;
        padding: 4%;
        margin-top: 3px;
    }
    
    .btn-grilla {
        margin-left: 0px;
        width: 70%;
        height: auto;
    }
}
@media screen and (max-width : 370px) {
    .superior-check{
        width: 50%;
    }
    .superior-check1{
        width: 50%;
    }
    .superior-check2{
        display: none;
    }
}
@media screen and (max-width : 450px) {
    .pat-access{
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }
    .idest-priori {
        flex-direction: row;
        display: flex;
        width: 100%;
    }
    .avanzada-id-estud {
        width: 50%;
    }
    .avanzada-priori {
        width: 50%;
        padding: 0 1%;
    }
    .avanzada-first-line {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .avanzada-informantes {
        flex-direction: row;
        display: flex;
        width: 100%;
        margin-top: 5px;
    }
    .avanzada-infor-aud-split{
        width: 25%;
    }
    .avanzada-infor-aud{
        width: 50%;
    }
    .avanzada-id-pac{
        width: 50%;
    }
    .avanzada-acc-num{
        width: 50%;
    }
    .coment-asig {
        flex-direction: row;
        display: flex;
        width: 100%;
        margin-top: 5px;
    }
    div#panel_filtros {
        display: none;
        font-size: 12px;
        background-color: #256b9e;
        box-shadow: 0px -2px 18px 4px #095084 inset;
        padding-top: 3px !important;
        padding-left: 1%;
        padding-right: 1%;
        width: 100%;
        margin-top: 4px;
        margin-bottom: 5px;
    }
}
.text-user-assign{
    display: flex;
    flex-direction: row;
    margin-top: 0px;
}
@media screen and (max-width : 420px) {
    .text-user-assign{
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }
      
}
.popover.bottom{
    width: 150px;
}
.filtro-personalizado-grilla .multiselect-container{
    width: 100%;
}
.avanzada-search{
    text-align: center;
    border-color: #39395c;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}
.avanzada-search:hover{
    cursor: pointer;    
}
.filtro-prioridad .dropdown-menu{
    font-size: 12px;
}

.avanzada-ref{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 1%;
    width: 100%;
    padding-right: 5%;
}

.item-infor-audio{
    width: 48%;
    display: inline-block;
}

.item-infor-audio-full{
    width: 100%;
    display: inline-block;
}

.filtro-referentes{
    height: 24px;
    font-size: 12px;
    padding: 2px 12px;
}

.icon-search-advance{
    font-size: 14px;
    margin-left: 5px;
}

/* Estilos mas información del estudio */
.modal-more-info{
    margin: 1%;
    /* width: 85% !important; */
}
.modal-import-report{
    margin: 5% 20%;
    /* width: 85% !important; */
}
.modal-footer-assign {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer-unassign {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer-more-info, .modal-footer-import-report {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.header-more-info,  .header-import-report{
    min-height: 16.43px;
    padding: 0px 12px;
    border-bottom: 1px solid #e5e5e5;
}
#reportHistory{
    width: 100% !important;
}
#reportHistory td{
    border-bottom: solid 1px;
    padding: 4px 5px !important;
}
legend.scheduler-border-more-info {
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 1px !important;
}
fieldset.scheduler-border-more-info {
    border: 1px groove #dcdcf0 !important;
    padding: 1px 1% 2px 1%;
    margin: 4px 0 3px 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 5px;
}
.studyInfoMore{
    padding: 3px 3px;
    text-align: center;
    border-width: 1px;
    border-style: groove;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}
.serieStudyMore{
    width: 33%;
}
.imagesStudyMore{
    width: 33%;
}
.modalityStudyMore{
    width: 33%;
}
.infoSplit{
    display: flex;
    flex-direction: row;
}
.infoHalf{
    width: 50%;
    border-width: 1px;
    border-style: solid;
    padding:2px;
}
.infoComplete{
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding:2px;
}
.border-table{
    border-width: 1px;
    border-style: solid;
}
/* @media screen and (max-width : 767px) {
    .modal-more-info {
        width: 97% !important;
    }
    .modal-dialog {
        margin: 8px;
    }
} */
@media screen and (max-width : 520px) {
    .uidStudyMore{
        display: none;
    }
}
/* @media screen and (min-width : 1800px) {
    .modal-more-info {
        width: 73% !important;
    }
} */
.modal-backdrop {
    opacity: 0.8 !important;
}
.alert-algo .text-center{
    margin-top: 8%;
    border: solid 1px;
    border-radius: 5px 10px 10px 5px;
    padding: 10px;
    font-size: 12px;
    background: white;
}
.alert-algo .closebg{
    font-size: 26px
}
.modal-editor-header .modal-content{
    border: solid 1px;
}
.modal-editor-plantillas .modal-content{
    border: solid 1px;
    
}
.modal-editor-reports .modal-content{
    border: solid 1px;
}
#passModal .modal-content{
    border: solid 1px;
    /* margin-top: 15%; */
}
.timeStudyMore .bootstrap-datetimepicker-widget .btn :hover{
    margin:0px !important;
    padding: 0px !important;
}
.timeStudyMore .bootstrap-datetimepicker-widget .btn {
    margin:0px !important;
    padding: 0px !important;
    height: 20px !important;
    height: 20px !important; 
}
.timeStudyMore .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 20px !important;
    width: auto;
}
.timeStudyMore .bootstrap-datetimepicker-widget .timepicker-hour,
.timeStudyMore .bootstrap-datetimepicker-widget .timepicker-minute,
.timeStudyMore .bootstrap-datetimepicker-widget .timepicker-second {   
    width: 12px !important;
    height: 12px !important;
    font-weight: bold;
    font-size: 13px !important;
    margin-top: 12px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.timeStudyMore .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 0.5 !important;
    height: 0.5em !important;
    width: 100%;
}
.timeStudyMore .bootstrap-datetimepicker-widget .picker-switch {
    height: 2px !important;
    width: 0px;
    margin: 0px !important;
    padding: 0px !important;
}
.timeStudyMore .bootstrap-datetimepicker-widget table td {
    height: 20px !important;
    line-height: 20px !important;
    width: 20px !important;
    padding: 5px !important;
    margin: 5px !important;
} 
.timeStudyMore .bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 2px;
    /* margin: 11px !important; */
    cursor: pointer;
    border-radius: 4px;
    padding: 0px !important;
}
.timeStudyMore .bootstrap-datetimepicker-widget table{
    height: 2px !important;
    line-height: 2px !important;
    width: 2px !important;
    padding: 0px !important;
    margin: 0px !important;
}
@media screen and (min-width : 1800px) {
    .modal-edit-dicom, .modal-create-study-woi {
        width: 73% !important;
    }
}
@media screen and (max-width : 767px) {
    .modal-edit-dicom, .modal-create-study-woi {
        width: 97% !important;
    }
}
.modal-edit-dicom, .modal-create-study-woi{
    width: 85% !important;
    font-size: 10pt !important;
}
@media screen and (min-width : 1800px) {
    /* .modal-data-user, .modal-admin-user{
        width: 65% !important;
    } */
}
@media screen and (max-width : 767px) {
    /* .modal-data-user, .modal-admin-user{
        width: 97% !important;
    } */
}
.header-edit-dicom, .header-create-swoi{
    min-height: 16.43px;
    padding: 0px 12px;
    border-bottom: 1px solid #e5e5e5;
}
#id_estudio_edit::-webkit-inner-spin-button{
    display: none;
}
#paciente_peso_edit::-webkit-inner-spin-button{
    display: none;
}
#paciente_estatura_edit::-webkit-inner-spin-button{
    display: none;
}
.modal-footer-edit-dicom, .modal-footer-study-woi{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.form-container-edit-dicom  .form-control-feedback {
    top: 18px !important;
}
.form-container-edit-dicom .form-control {
    height: 25px !important;
    font-size: 12px !important;
}
.button-list{
    float: none !important;
    text-align: right;
}
.inactive{
	display: none !important;
}
.input-group-append{
    flex-direction: row;
    display: flex;
}
.input-group-append .btn{
    min-width:fit-content !important;
    border-radius: 0px 4px 4px 0px !important;
}
.cabecera-pie-div{
    flex-direction: row;
    display: flex;
}
.cabecera-inputs{
    width: 50%;
}
.pie-inputs{
    width: 50%;
}
.half-div-margin{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.page-margin{
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}
.top-margin{
    width: 50%;
}
.bottom-margin{
    width: 50%; 
}
.left-margin{
    width: 50%; 
}
.div-margin-input{
    width: 50%;
}
.page-margin input[type=text]{
    border-radius: 4px !important;
    width:90%;
}
.page-margin input[type=number]{
    border-radius: 4px !important;
    width: 100%;
    /* margin-right: 0%; */
}
.page-margin .input-group{
    /* display: block; */
    width: 94%;
}
.cabecera-pie-div input[type=text]{
    width:70%;
}
.cabecera-pie-div button{
    width:80% !important;
}
.cabecera-pie-div .input-group{
    display: block;
}
.check-center{
    display: flex;
    flex-direction: row;
}
#check-general-template{
    margin: 2px 9px 0px 0px;
}
.check-center-text{
    margin-bottom: 15px;
}
.page-size{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.page-size select{
    width: 95% !important;
}
.div-select-center{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.div-select-center select{
    width: 95% !important;
}
.message_empty_config{
    color: #a94442;
    font-weight: 700;
    padding-bottom: 1%;
    font-size: 13px;
}
.cabecera-pie-div input[type=text]{
    position: unset !important;
}

.content-right{
    float: right !important;
    text-align: right !important;
}
.save-names{
  padding: 0 10% 0 10%;
}
.div-center{
  text-align: center !important;
}
.button-half{
  width: 100%;
}
.border-none{
    border: none;
    border-style: none !important;
}
.meter {
    box-sizing: content-box;
    height: 20px; /* Can be anything */
    position: relative;
    /* margin: 60px 0 20px 0; */ /* Just for demo spacing */
    /* background: #555; */
    /* border-radius: 25px; */
    padding: 10px;
    /* box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); */
}
.meter > span {
display: block;
height: 100%;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
background-color: rgb(43, 194, 83);
background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
);
box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
position: relative;
overflow: hidden;
}
.meter > span:after,
.animate > span > span {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@keyframes move {
0% {
    background-position: 0 0;
}
100% {
    background-position: 50px 50px;
}
}

    .nostripes > span > span,
    .nostripes > span::after {
    background-image: none;
}

#page-wrap {
    width: 490px;
    margin: 80px auto;
}

pre {
    background: #000;
    text-align: left;
    padding: 20px;
    margin: 0 auto 30px;
}
* {
    box-sizing: border-box;
}
.message_email{
    padding: 8px;
}
.message_email_resend{
    padding: 8px;
}
#send-validate{
    margin: 20px 0 auto;
}
.validar-token{
    text-align: center;
}
#token-input{
    text-align: center !important;
}
.error-message-token, .error-message-phone{
    color: #d9534f;
}
.registrar-correo, .registrar-telefono{
    text-align: center;
}

#email_input, #code_input{
    text-align: center !important;
}
#send-register-email{
    margin: 20px 0 auto;
}
#form-code-validate{
    padding: 0px 0px !important;
}
.infoHalf-validate{
    width: 50%;
    padding: 0px 0px 0px 2%;
}
.sms_validacion_error, #error-msg{
    color: #d9534f;
}
.messages-container{
    text-align: center;
    padding: 5px 0px;
}
.message_telefono{
    color: #3c763d;
} 
.sms_registration_success{
    color: #3c763d;
}
.formPhoneUser {
    text-align: center !important;
}
.error_code_send{
    color: #d9534f;
}
.check-remember{
    margin-top: 2%;
padding: 9px 3px;font-size: 1.2em;}
.check-remember > input[type=checkbox]{
    margin: 0px 2px 2px 3px;
padding: 0px;}

.cancel-div-button{
    width: 30%;
}
.submit-div-button{
    width: 69%;
    margin-right: 1%;
}
.sms-div-button{
    width: 30%;
    
}
.email-div-button{
    width: 30%;
    margin-left: 21%;
}
#cancel-validate, #validate-phone-number, #validate-phone-code{
    margin: 20px 0 auto;
}
.login-validate-buttons{
    display: flex;
}
.div-terms-login{
    margin:10px;
    padding:10px;
    text-align:justify;
    font-size:13.5px;
}
.div-datos_contacto{
    margin:10px;
    padding:40px;
    margin-top: -4%;
    text-align:center;
    font-size:12px;
}

.not_permission{
    color: #696969;
}
@media screen and (max-width: 600px) {

    .email_user{
      padding-right: 30px;
      float:left;
    }
    .resetpass{
      padding-left: 20px;
    }
    .table-responsive  .dataTables_Filter, .table-responsive  .dataTables_wrapper .dataTables_filter{
      margin-top:30px
    }
    .pass_valid{
      margin-top:15px
    }
}

  @media screen and (min-width: 1200px) {

    .buttons_asign{
      margin-top: 40px;
    }
    .limpiar, .eliminar_asign{
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 1200px) {

    .buttons_asign{
      margin-top: -35px;
    }
    .limpiar, .eliminar_asign{
      margin-left:20px
    }
    .eliminar_plantillas,.admin_plantillas{
        margin-top: 10px;
    }
    .name_plantilla{
        margin-top: -5px;  
    }
    .eliminar_firma{
        padding-top: 10px;
    }


  }
  
  @media screen and (max-width: 1000px) {

    .Tbpatrones{
      margin-top: 10px;
      float:left
    }
  }
  @media screen and (max-width: 1230px) {

    /* .guardar_asign{
      margin-left: 20px;
     
    } */
}
.cke_contents {
    height: 400px !important;
}
.tree_carpetas{
    margin-bottom: 10px;
    max-height: 280px;
    overflow-y: scroll;
}


.modal-admin-user{
width: 100% !important;
height: auto !important;
margin: 5%!important;
}

#passModal{
    overflow: hidden;
    padding-left: 0px!important;
}

.modal-asign-estudios, .modal-admin-equipos{
/* width: 100% !important; */
/* height: auto !important; */
}
@media screen and (min-width: 1330px) {
    .modal-asign-estudios, .modal-admin-equipos{
        /* top: -24%!important; */
    }
}
@media screen and (max-width: 1330px) {
    .modal-asign-estudios, .modal-admin-equipo{
        /* top: -10%!important; */
    }
}
.Tbusuario, .TbEquipos, .Tbpatrones{
overflow-x:hidden!important;
overflow-y:hidden !important;
height: max-content !important;
}

.modifUser, .modifAsingEst, .modifEquipos, .carga_plantilla{
width: 100% !important;
height: auto !important;
}

.table-responsive  .dataTables_Filter, .table-responsive  .dataTables_wrapper .dataTables_filter{
    display:block;
    float: right!important;
    border-radius: 10px!important;
    margin: 5px;
    color: #DCDCF0;
    border-color:#DCDCF0;
    padding-bottom: 2px;
    margin-top:-3px;
}
.flex-buttons{
    display: flex;
    margin-top: 10px;
    flex-direction: row-reverse;
}
.limpiar-aetitle{
    margin-right: 1%;    
}
.aet_excep{
    padding-top: 10px;
    border-top: solid #e5e5e5;
    display: flex;
    flex-direction: column;
}
.label-aetitles{
    font-size: 16pt;
    margin-left: 8%;
}
.desactivado{
    filter:brightness(120%)
}

#edit-header{
    width: 100%!important;
}

@media screen and (max-width: 1200px){
    .contenedor-opciones{
        margin-right: 35%!important;
    }

    .guardar_asign{
        margin-left: 20px;
    }

    .btn_asig_estudy{
        display: flex;
        flex-direction: column;
        gap: 45px;
        margin-left: 77%!important;
        margin-top: -306px!important;
        margin-bottom: -34px!important;
    }

    .tabla_patrones{
        display: inline-grid;
    }
}
.logo_recuperar_contraseña_paciente{
    text-align: center;
    margin: 0 0 4% 0;
}
.img-responsive-recover {
    display: block;
    max-width: 50%;
    height: auto;
    margin: auto;
}

.tree{
    margin-bottom: 10px;
    max-height: 180px;
    overflow-y: scroll;
}

.choose_file input[type="file"]{
    -webkit-appearance:none; 
    position:absolute;
    top:0; left:0;
    opacity:0; 
}
.choose_file{
    position:relative;
    display:inline-block;    
    border-radius:4px;
    border:#216190 solid 1px;
    width:300px; 
    height: 30px;
    padding: 4px 6px 4px 8px;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    text-align:center;
    color: #FFFFFF;
    margin-top: 2px;
    background:#216190
  }
  .choose_file:hover {
    background-color: #21486b;
  }
  
  .choose_file[type=file][disabled]{
    position:relative;
    display:inline-block;    
    border-radius:8px;
    border:#ebebeb solid 1px;
    width:300px; 
    padding: 4px 6px 4px 8px;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    text-align:center;
    color: #FFFFFF;
    margin-top: 2px;
    background:#21486b;
  }


/** drop style file input*/
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30%;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;   
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }
  
  .drop-container:hover {
    background: #eee;
    border-color: #111;
  }
  
  .drop-container:hover .drop-title {
    color: #222;
  }
  
  .drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }
  
  .drop-main input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
  }
  
  .drop-main input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  
  .drop-main input[type=file]::file-selector-button:hover {
    background: #0d45a5;
    border: 2px solid #555;
  }
  .info-alert , .info_firmas_usuario{
    text-align: center;
    font-size: 14px; 
  }
  .btn_confirm_deleteSignature, .btn_confirm_changeSignature {

    margin-top: 10px;
    border-color:  red;
  }
  .btn_confirm_changefilename {

    margin-top: 10px;
    border-color:  red;
  }
  .btn_cancel {
    margin-top: 15px;
    border-color: black;
  }
  .alert-confirm {
    color:black;
    background-color: #EEEEEE;
    border-color: black;
  }
  .alert-firma {
    color:black;
    background-color: #EEEEEE;
    border-color: black;
  }
.cargar_archivo_docx{
    /* margin-left: 50px; */
    padding-left: 50px;
}
.alert-viewer{
    text-align: center !important;
    position: absolute !important;
    margin-left: 66% !important;
}
.close-alert-viewer{
    float: right !important;
    top: 4px !important;
    position: absolute !important;
    right: 8px !important;
}

.multiswitch input {
  position: absolute;
  left: -200vw;
}

.multiswitch .slide-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 50em;
  line-height: 2em;
  /* don't allow highlighting the text inside the toggle */
  user-select: none; 
}

.multiswitch .slide-container label {
  /* Even though we're using "flex" to display, we have to assign widths so that we know exactly where to position the slide */
  width: 50%;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 2;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}

.multiswitch .slide-container a {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 100%;
  width: 50%;
  transition: left 0.1s ease-out;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/*
  Auto adjusting widths
*/
.multiswitch label:nth-last-child(6),
.multiswitch label:nth-last-child(6) ~ label,
.multiswitch label:nth-last-child(6) ~ a {
  width: 33.3334%;
}

.multiswitch label:nth-last-child(8),
.multiswitch label:nth-last-child(8) ~ label,
.multiswitch label:nth-last-child(8) ~ a {
  width: 25%;
}

.multiswitch label:nth-last-child(10),
.multiswitch label:nth-last-child(10) ~ label,
.multiswitch label:nth-last-child(10) ~ a {
  width: 20%;
}

.multiswitch label:nth-last-child(12),
.multiswitch label:nth-last-child(12) ~ label,
.multiswitch label:nth-last-child(12) ~ a {
  width: 16.6667%;
}

/*
 Slider
*/

/* all options, first selected */
.multiswitch input:checked ~ a {
  left: 0;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
/* 2 options, 2nd selected */
.multiswitch label:nth-last-child(4) ~ input:nth-child(3):checked ~ a {
  left: 50%;
}
/* 3 options, 2nd selected */
.multiswitch label:nth-last-child(6) ~ input:nth-child(3):checked ~ a {
  left: 33.3334%;
}
/* 3 options, 3rd selected */
.multiswitch label:nth-last-child(6) ~ input:nth-child(5):checked ~ a {
  left: 66.6667%;
}
/* 4 options, 2nd selected */
.multiswitch label:nth-last-child(8) ~ input:nth-child(3):checked ~ a {
  left: 25%;
}
/* 4 options, 3rd selected */
.multiswitch label:nth-last-child(8) ~ input:nth-child(5):checked ~ a {
  left: 50%;
}
/* 4 options, 4th selected */
.multiswitch label:nth-last-child(8) ~ input:nth-child(7):checked ~ a {
  left: 75%;
}
/* 5 options, 2nd selected */
.multiswitch label:nth-last-child(10) ~ input:nth-child(3):checked ~ a {
  left: 20%;
}
/* 5 options, 3rd selected */
.multiswitch label:nth-last-child(10) ~ input:nth-child(5):checked ~ a {
  left: 40%;
}
/* 5 options, 4th selected */
.multiswitch label:nth-last-child(10) ~ input:nth-child(7):checked ~ a {
  left: 60%;
}
/* 5 options, 5th selected */
.multiswitch label:nth-last-child(10) ~ input:nth-child(9):checked ~ a {
  left: 80%;
}
/* 6 options, 2nd selected */
.multiswitch label:nth-last-child(12) ~ input:nth-child(3):checked ~ a {
  left: 16.6667%;
}
/* 6 options, 3rd selected */
.multiswitch label:nth-last-child(12) ~ input:nth-child(5):checked ~ a {
  left: 33.3334%;
}
/* 6 options, 4th selected */
.multiswitch label:nth-last-child(12) ~ input:nth-child(7):checked ~ a {
  left: 50%;
}
/* 6 options, 5th selected */
.multiswitch label:nth-last-child(12) ~ input:nth-child(9):checked ~ a {
  left: 66.6667%;
}
/* 6 options, 6th selected */
.multiswitch label:nth-last-child(12) ~ input:nth-child(11):checked ~ a {
  left: 83.3334%;
}

/*
  Slider shadows
*/
/* middle spots */
.multiswitch input:not(:first-child):checked ~ a {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2),
              -1px 0 0 rgba(0, 0, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
/* last spots */
.multiswitch label:nth-last-child(4) ~ input:nth-child(3):checked ~ a,
.multiswitch label:nth-last-child(6) ~ input:nth-child(5):checked ~ a,
.multiswitch label:nth-last-child(8) ~ input:nth-child(7):checked ~ a,
.multiswitch label:nth-last-child(10) ~ input:nth-child(9):checked ~ a,
.multiswitch label:nth-last-child(12) ~ input:nth-child(11):checked ~ a {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
}


/*
 RH Brand Styling
*/

fieldset {
  border: 0;
  padding: 0;
}

fieldset legend {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.multiswitch .slide-container {
  color: #fff;
  transition: background 0.1s ease-out;
  gap: 50px;
}

.multiswitch .slide-container label {
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.multiswitch .slide-container a {
  background: #0088ce;
  border: 1px solid #005f90;
}

/* Stoplight theme */
.multiswitch[data-theme="stoplight"] .slide-container > a {
  background: #39395c;
  border-color: #39395c;
}


.multiswitch[data-theme="stoplight"] label:nth-last-child(4) ~ input:nth-child(3):checked ~ a,
.multiswitch[data-theme="stoplight"] label:nth-last-child(6) ~ input:nth-child(5):checked ~ a,
.multiswitch[data-theme="stoplight"] label:nth-last-child(8) ~ input:nth-child(7):checked ~ a,
.multiswitch[data-theme="stoplight"] label:nth-last-child(10) ~ input:nth-child(9):checked ~ a,
.multiswitch[data-theme="stoplight"] label:nth-last-child(12) ~ input:nth-child(11):checked ~ a {
    background: #39395c;
    border-color: #39395c;
}

/*
 Horizontal layout
*/
.switch {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

/*
 Because a11y
*/
.multiswitch input:focus ~ a {
  outline: 1px solid #0088ce;
}


/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

fieldset {
  margin-bottom: 10px;
}

.label_radio_wp{
    margin: 0px;
}

.label_radio_wp_disabled{
    background-color: gray;
    opacity: 0.2;
}

.wp_width{
    width: 75%;
}

.uploadFileMore {
    margin-top: 10px;
    margin-bottom: 10px;
}

.upload_type_button {
    width: 100px;
.fechaListaEstudios{
    margin: 8px;
  }

  .fechaListaEstudios{
    margin: 8px;
  }

.lista-estudios-cargando{
    position: absolute !important;
    left: 50%;
    top: 33%;
}
}
