
body{
    margin-bottom: 50px;
    background-color: #f1f1f1;
}

#Footer{
    min-height: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #6d6767;
    border-top: 1px solid rgb(207, 207, 207);
    color: white;
    z-index: 1000;
}
#Footer .container{
    text-align: right;
    line-height: 30px;
}

#Footer img{
    height: 18px;
    width: 30px;
}

#block, .tablecell{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left:5px;
}

#menu_alertas {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: left;
    margin: 5px 25px 6px 50%;
    padding: 1px;
}
.bg_red_1{
    border: 1px solid #B62C47;
    background-color: #D23151;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D23151), to(#B62C47));
    background-image: -webkit-linear-gradient(top, #D23151, #B62C47);
    background-image: -moz-linear-gradient(top, #D23151, #B62C47);
    background-image: -o-linear-gradient(top, #D23151, #B62C47);
    background-image: linear-gradient(to bottom, #D23151, #B62C47);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
}
.bg_red_2{
    border: 1px solid #B62C47;
    background-color: #D23151;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D23151), to(#B62C47));
    background-image: -webkit-linear-gradient(top, #D23151, #B62C47);
    background-image: -moz-linear-gradient(top, #D23151, #B62C47);
    background-image: -o-linear-gradient(top, #D23151, #B62C47);
    background-image: linear-gradient(to bottom, #D23151, #B62C47);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: black;
}

.form-control-vu{
    height: 24px;
    padding: 2px 12px;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
        
#menu_alertas .alertas.btn-group{
    position:absolute;
    right: 0px;
    top: 2px;
}
#menu_alertas .alertas.btn-group .btn{
}

#menu_alertas .alertas_container{
    margin: 0 85px 0 10px;
    margin: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#menu_alertas .alerta_msg{
    width:99999px;
    margin:0 10px;
    cursor:pointer;
}
#menu_alertas .alertas{
    display: inline-block;
}
.recurso_estado{
    position: absolute;
    top: 6px;
    left: 0;
    width: 48%;
    text-align: right;
}
.recurso_estado .contenedor{
    display:inline-block;
    padding: 4px 10px;
}

#menu {
    margin-top: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
#menu > .navbar-inner,
#menu > .container-fluid{
    background-color: #D23151;
    background-image: -moz-linear-gradient(top, #D23151, #D23151);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D23151), to(#D23151));
    background-image: -webkit-linear-gradient(top, #D23151, #D23151);
    background-image: -o-linear-gradient(top, #D23151, #D23151);
    background-image: linear-gradient(to bottom, #D23151, #D23151);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD23151', endColorstr='#ffD23151', GradientType=0);
}
#menu > .navbar-inner > .nav,
#menu > .container-fluid > .nav{
    position: absolute;
    top: 10px;
    left: 40px;
}
#menu .nav > li > a{
    color: #FAC3C5;
    text-shadow: 0px 0px 1px #FFFFFF;
    font-size: 13px;
}
#menu .nav > li > a:hover,
#menu .nav > li > a:active,
#menu .nav > li > a:focus,
#menu .nav > li.open > a{
    color: #FFFFFF !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.navbar .nav li.dropdown.active > a.dropdown-toggle {
  color: #FFFFFF !important;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.pasivo_activo{
    display:inline-block;
}


#menuUser > a{
    color:white;
}
#logo {
    cursor: pointer;
    width: 90px;
    height: auto;
    margin-left: 0px !important;
    margin-top: -24px !important;
    position: absolute;
}

#menuUser{
    position: absolute;
    margin-top: 10px;
    right: 0;
}
  
#menu > .navbar-inner > .nav-collapse > .nav{
    margin-left:100px;
}
#menu > .container-fluid > .navbar-collapse > .nav{
    margin-left:90px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
  background: #f3879f;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
#menu li.active > a{
    color:white;
    background-color: #62b1ff;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffF1728E', GradientType=0);
    background-repeat: repeat-x;
}

#Filtrar h5{
    padding: 5px;
    width: 70px;
}
#Filtrar:hover h5,
#Filtrar:focus h5,
.btn-pink {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ED5C7D;
  background-image: -moz-linear-gradient(top, #ED5C7D, #F2869E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED5C7D), to(#F2869E));
  background-image: -webkit-linear-gradient(top, #ED5C7D, #F2869E);
  background-image: -o-linear-gradient(top, #ED5C7D, #F2869E);
  background-image: linear-gradient(to bottom, #ED5C7D, #F2869E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffED5C7D', endColorstr='#ffF2869E', GradientType=0);
  border-color: #F2869E #F2869E #C9163F;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #F2869E;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
  color: #ffffff;
  background-color: #F2869E;
  *background-color: #499249;
}
.btn-pink:active,
.btn-pink.active {
  background-color: #408140 \9;
}



.btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ED5C7D;
  background-image: -moz-linear-gradient(top, #ED5C7D, #C9163F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED5C7D), to(#C9163F));
  background-image: -webkit-linear-gradient(top, #ED5C7D, #C9163F);
  background-image: -o-linear-gradient(top, #ED5C7D, #C9163F);
  background-image: linear-gradient(to bottom, #ED5C7D, #C9163F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffED5C7D', endColorstr='#ffF2869E', GradientType=0);
  border-color: #C9163F #C9163F #C9163F;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #C9163F;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #ffffff;
  background-color: #C9163F;
  *background-color: #499249;
}
.btn-red:active,
.btn-red.active {
  background-color: #408140 \9;
}
.columna_full{
    vertical-align: top;
    display: inline-block;
    width:850px;
    clear:both;
}
.columna .control-group {
    margin-left:20px;
}
.columna_left .control-group,
.columna_right .control-group {
    margin-left:20px;
}
.columna_left,
.columna_right {
    vertical-align: top;
    display: inline-block;
    width: 420px;
    float:left;
}/*
.columna_right {
    vertical-align: top;
    display: inline-block;
    width: 420px;
    float:right;
}
*/


.modal-header{
    background: rgb(81 149 255);
    color: white;
    border-radius: 0px;
    padding:10px;
}
.ModalAyuda .modal-header,
.ModalAyudaConBotones .modal-header{
    background: #F2869E;
}
.modal-header .close{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-footer{
    text-align: left;
}
.modal.modal_large{
    width:960px;
    margin-left:-480px;
}

.limit_width_helper_modal{
    width:850px;
}




.container_signos_guion{
    height: 220px;
}
.lista_signos{
    float: left;
    width: 300px;
    vertical-align: top;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.signo_item{
    line-height: 25px;
    padding: 0;
    height: 25px;
    position: relative;
    cursor: pointer;
}
.signo_item.selected {
    margin-left: 5px;
}
.signo_item .id{
    position: absolute;
    top: 0;
    left: 5px;
    width: 40px;
    height: 25px;
    line-height: 25px;
}
.signo_item .descripcion{
    position: absolute;
    top: 0;
    left: 45px;
    width: 1000px;
    height: 25px;
    line-height: 25px;
}
.signo_item .instruye{
    display: none;
}
.signo_item .medicoEnfermero{
    display: none;
}
.signo_item .preguntas{
    display: none;
}
.signo_item .respuestaAmarillo{
    display: none;
}
.signo_item .respuestaRojo{
    display: none;
}
.signo_item .respuestaVerde{
    display: none;
}
.signo_item .tiempo{
    display: none;
}

.descripcion_signos{
    float: left;
    min-width: 560px;
    width: 560px;
    height:100%;
    max-height: 100%;
    vertical-align: top;
}
.signo_guion_1{
    background-color: #fc9493;
    border-bottom: 1px solid graytext;
}
.signo_guion_2{
    background-color: #fdfcb9;
    border-bottom: 1px solid graytext;
}
.signo_guion_3{
    background-color: #dff7dd;
    border-bottom: 1px solid graytext;
}
.signo_guion_4{
    background-color: violet;
    border-bottom: 1px solid graytext;
}
.signo_guion_5{
    background-color: blue;
    border-bottom: 1px solid graytext;
}

.Preguntas, .Instruye{
    float: left;
    width: 245px;
    padding: 0 0 0 30px;
}
.Preguntas textarea,
.Instruye textarea {
    width: 231px;
    height:100px;
}
.textos{
    padding: 0px 0 0 30px;
}
.textos textarea{
    width:507px;
    height: 50px;
}

.sub_form{
    width: 802px;
    margin: 0 0 0 20px;
    background: #F5F5F5;
    padding: 10px 0 1px;
    border: 1px solid #DDD;

  -webkit-border-radius: 7px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 7px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}


.totalizar{
    margin-top:20px;
    text-align: right;
    padding-right: 14px;
}
.totalizar .btn{
     height: 35px;
}
.totalizar .btn .Texto{
    display: inline-block;
    line-height: 18px;
    vertical-align: top;
    text-align: left;
    margin-left: 10px;
}
.totalizar .btn .Cantidad{
    line-height: 35px;
    height: 35px;
    font-size: 35px;
    color: white;
    margin-left:10px;
    display: inline-block;
    vertical-align: top;
}


.rowColorRED{
    background-color: rgb(255, 218, 218);
}

.liststock{
    width:45%;
    display: inline-block;
    margin: 0;
    padding: 0 2%;
}
.liststock_left{
    text-align:right;
    border-right:1px solid rgb(214, 214, 214);
}
.liststock_right{
    text-align:left;
}
.liststock_rojo{
    background-color: #FF5656;
    color: white;
}
.liststock_amarillo{
    background-color: #FFFFFF;
    color: #CCC;
}
.liststock_verde{
    background-color: #60FD40;
    color:black;
}


#contenedor_grilla {
    width: 815px;
    margin: 0 0 0 20px;
    display: inline-block;
}
#contenedor_vencimientos{
    position: relative;
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
#contenedor_vencimientos .titulo{
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
#contenedor_vencimientos .titulo,
#contenedor_vencimientos .contenido{
     padding: 5px;
     border: 1px solid #DDD;
     background: #EEE;
}
#contenedor_vencimientos .cerrar{
    position: absolute;
    top: 40px;
    left: -6px;
}

.vencimientos{
    margin-top:10px;
}
.vencimientos > div > .vencimiento,
.vencimientos > div > div > .vencimiento{
     background: #EEE;
     border: 1px solid #DDD;
}
.vencimientos  .vencimiento .vencimiento{
    display: inline-block;
    width: 80px;
    padding: 10px;
}
.vencimientos .vencimiento .cantidad{
    display: inline-block;
    padding: 10px;
    width: 47px;
    text-align: center;
}

.modal_alerta{

}
.modal_alerta .mensaje{
    width: 500px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}
.modal_alerta .acciones{
    width: 240px;
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    padding: 8px 14px;
}




.file_upload input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
}
.file_upload .add-photo-btn{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    text-align:center;
    display:block;
    width:197px;
    height:31px;
    font-size:18px;
    line-height:30px;
    float:left;
}
.file_upload input[type="text"]{
    width: 300px;
    margin-left: 0px;
    height: 31px;
    margin-top: 20px;
}



.XLS_container{
  -webkit-border-radius: 6px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 6px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */

  -webkit-box-shadow: 0px 0px 4px 0px #000000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 0px 4px 0px #000000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */

    background: #F3F3F3;
    padding: 9px;
    margin-bottom: 30px;
}


#current_route{
     display: none;
}


/*
.opciones_list{
    width:500px;
}

.opciones_list .opcion_1,
.opciones_list .opcion_2,
.opciones_list .opcion_3{
    padding: 1px 1px 0 1px;
    background: #DDDDDD;
}

.opciones_list .titulo{
    padding: 3px;
    background: #F5F5F5;
    position: relative;
}

.opciones_list > div:hover,
.opciones_list .titulo:hover{
    color:#000000;
    background: #EEEEEE;
    cursor: pointer;
}

.opciones_list .opcion_1{
    font-weight:bold;
    color:#777777;
}

.opciones_list .opcion_2{
    color:#777777;
    margin-left: 30px;
}

.opciones_list .opcion_3{
    color:#777777;
    margin-left: 60px;
}

.opciones_list .opcion_4{
    color:#777777;
    margin-left: 90px;
}

.opciones_list .opcion_1:last-child,
.opciones_list .opcion_2:last-child,
.opciones_list .opcion_3:last-child,
.opciones_list .opcion_4:last-child{
    padding: 1px;
}
*/


.opciones_list {
    width: 100%;
}

.opciones_list .listoption{
    border: 0 none;
}

.opciones_list .titulo{
    padding: 3px;
    border-top: 1px solid #CCCCCC;
    position: relative;
}

.opciones_list .titulo:hover{
    color:#000000;
    /*background: #EEEEEE;*/
    cursor: pointer;
}

.in_listoption_group{
    border-left: 1px solid #CCC;
    margin-left: 29px;
    background: rgba(0, 0, 0, 0.04);
}
.opciones_list .listoption:last-child{
    padding: 0px;
}

.opcion_check{
    /*
    width: 60px;
    position: absolute;
    */
    float: right;
    padding: 0 10px;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #DDD;

    overflow: hidden;
    max-height: 20px;
    white-space: nowrap;
}

.opcion_check i{
    margin-top: -5px;
}

.opcion_check_left{
    position: absolute;
    left: -28px;
    top: 2px;
    padding: 1px 5px;
    cursor: pointer;
    color:black;
}



/*.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-x: hidden;
}*/

#chartdiv1, #chartdiv2, #chartdiv3, #chartdiv4, #chartdiv5, #chartdiv6, #chartdiv7, #chartdiv8, #chartdiv9, #chartdiv10{
    position: relative;
}
.loading_stats,
.error_stats{
    width: 100%;
    height: 270px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: inherit;
}

.loading_stats{
    background: url('../img/ajax_loader_red_512_mini.gif') center center no-repeat #f5f5f5;
}
.error_stats{
    background: url('../img/ajax_loader_error_red_512.png') center center no-repeat #f5f5f5;
}
.loading_stats:hover{
    background: url('../img/ajax_loader_red_512_mini.gif') center center no-repeat #f0f0f0;
}
.error_stats:hover{
    background: url('../img/ajax_loader_error_red_512.png') center center no-repeat #f0f0f0;
}


/* FIX styles chossen */
.col_permisos{
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    padding: 5px;
    margin-bottom:15px;
}

.contenido_minimizado{
    margin-top: 10px;
}



.dropdown-submenu.pull-left > .dropdown-menu {
    width: 270px;
    left: -270px;
    margin-left: 0;
}


.week-picker .ui-datepicker-title select{
    padding: 0;
    line-height: 20px;
    height: 20px;
    width: auto !important;
    margin: 0 10px !important;
}

.week-picker .ui-widget-header{
    background:#D23151;
}
.week-picker .ui-datepicker-header a.ui-corner-all{
    cursor:pointer;
}


.agenda_btn{
    cursor:pointer;
    position: absolute;
    padding: 2px;
    top: 1px;
    line-height: 51px;
}
.agenda_btn:hover{
    background: gray
}
.agenda_btn_left{
    left: 2px;
    border-radius: 3px 0 0 3px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.agenda_btn_right{
    right: 2px;
    border-radius: 0 3px 3px 0; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.agenda_tabla{
     margin:0;
}
.agenda_tabla th{
    text-align:center;
    background: white;
    width: 14.285%;
}
.agenda_tabla th.alert-success{
    background: #dff0d8;
}
.agenda_tabla th small{
    font-weight: normal;
    color:gray;
}
.agenda_tabla th span,
.agenda_tabla th h4{
    color: #D23151;
    margin: 6px 0 0 0;
}
.agenda_tabla td div{
    padding: 2px 6px;
    margin: 0 0 5px 0;
    display:block;
    text-align:left;
}

.agenda_span4 {
    width: 300px;
}
.agenda_span8 {
    width: 660px;
}
@media (min-width: 1200px){
    .agenda_span4 {
        width: 294px;
    }
    .agenda_span8 {
        width: 845px;
    }
}


td.ui-datepicker-current-day a{
    border: 1px solid #D23151 !important;
    color: #D23151 !important;
}
td.highlight a{
    background: #73C6EC !important;
    color: white !important;
}

.preload_ajax{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 241, 0.82);
    z-index: 999;
}
.preload_gif{
    margin: 40px auto;
    padding: 0px 20px 40px 20px;
    height: 120px;
    width: 120px;
    border-radius: 4px;
    background-clip: padding-box;
    color: rgb(212, 52, 52);
    border:1px solid rgb(212, 52, 52);
    line-height: 70px;
    font-weight: bold;
    text-align: center;
   /* background: url('../img/ajax_loader_red_512_mini.gif') center 50px no-repeat white;*/
}

.normalizar > #id,
.normalizar > #value,
.normalizar > #default_value,
.normalizar > #bundle,
.normalizar > #disabled,
.normalizar > #type,

.normalizar > #path,
.normalizar > #pathid,

.normalizar > #data_routing,
.normalizar > #chossen_empty_allow,
.normalizar > #chossen_empty_value,
.normalizar > #chossen_no_data,
.normalizar > #chossen_no_data_eval,
.normalizar > #chossen_dataplaceholder,
.normalizar > #chossen_data,

.normalizar > #box_class,
.normalizar > #box_label,
.normalizar > #box_label_tag,
.normalizar > #box_value,
.normalizar > #box_default_value,
.normalizar > #box_remove,
.normalizar > #box_remove_confirm,
.normalizar > #box_remove_eval,
.normalizar > #box_width,

.normalizar > #box_edit,
.normalizar > #box_search_confirm,
.normalizar > #box_edit_confirm,
.normalizar > #box_edit_eval,
.normalizar > #box_edit_route,
.normalizar > #box_edit_class,
.normalizar > #box_edit_title,
.normalizar > #box_edit_route_full,

.normalizar > #modal_title,
.normalizar > #modal_help_vars,
.normalizar > #modal_help_id,
.normalizar > #modal_help_jqgrid_id,
.normalizar > #modal_help_route,
.normalizar > #modal_help_class,
.normalizar > #modal_help_multiselect,
.normalizar > #modal_dbclick_help,
.normalizar > #modal_search_btn_class,
.normalizar > #modal_search_btn_ico_class,

.normalizar > #modal_add,
.normalizar > #modal_add_route,
.normalizar > #modal_add_title,
.normalizar > #modal_add_class,
.normalizar > #modal_add_eval_onclose,
.normalizar > #modal_add_refresh_jqgrid,

.normalizar > #modal_fn,
.normalizar > #modal_fn_eval{
    display: none;
}


body.wrap{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    /*height:100%;*/
    min-width:960px;
}


.prog_table tr td,
.prog_table tr th{
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
    border-left: 1px solid #000;
}
.prog_table tr th > span,
.prog_table tr td > span{
    display: block;
    overflow: hidden;
    width: 100%;
}
.prog_table tr span > span {
    width: 2000px;
    display:block;
    text-align: left;
}


.prog_0 th, .prog_0 td,
.prog_1 th, .prog_1 td,
.prog_0 th > span, .prog_0 td  > span,
.prog_1 th > span, .prog_1 td  > span{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 22px;
    line-height: 22px;
}
.prog_0{
    background: #DADADA;
    border-top: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
}
.prog_1{
    background: #EEEEEE;
    border-top: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
}
.prog_2{
    background: #FAFAFA;
}

.prog_0 > th:first-child > span{
    margin-left: 0px;
}
.prog_1 > th:first-child > span{
    margin-left: 10px;
    padding-left: 5px;
    border-left: 1px dashed gray;
}
.prog_2 > th:first-child > span{
    margin-left: 20px;
    padding-left: 5px;
    border-left: 1px dashed gray;
}


.prog_table tr th:first-child > span{
    width: 300px;
    display: block;
    text-align: left;
    overflow: hidden;
}

.prog_table tr td > span > span.nro_de_dia{
    opacity:0.5;
    width:100%;
    text-align: center;
}
.prog_table tr td > span {
    min-width:50px;
}
.prog_table tr td > span:hover {
    opacity:1 !important;
}

.td_up{
    height: 12px !important;
    min-height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    position: relative;
}
.td_up:hover .td_div_absolute{
    background: #000000;
    opacity: 0.3;
}
.td_down{
    background: #ECECEC;
}

.tr_down{
    border: 0 !important;
}
.tr_up{
    border-top: 2px solid #000000 !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px;
    border-top: 1px solid #eee;
}
.td_div_absolute{
    position:absolute;
    width:100%;
    height: 31px;
    top:0;
    left:0;
}



.opa_calendar{
    position: relative;
    background: white;
}

.opa_dias{
    position: absolute;
    height:50px;
    top:0;
    left: 300px;
    overflow: hidden;
}
.opa_dias > div {
    height:50px;
}
.opa_dias > div > div{
    position: absolute;
    display: block;
    width: 50px;
    top: 0;
    text-align: center;
    border-right: 1px solid #333;
    height: 50px;
    font-weight: bold;
}

.opa_head{
    top:0;
    left:0;
    position: absolute;
    height: 50px;
    width:300px;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    color: black;
    border-right: 2px solid #333;
}
.opa_filas{
    top: 50px;
    left:0px;
    width: 300px;
    overflow: hidden;
    position: absolute;
    border-right: 2px solid #333;
}
.opa_filas .prog_0{
    padding-left: 0px;
}
.opa_filas .prog_1{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dashed #777;
}
.opa_filas .prog_2{
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px dashed #777;
}
.opa_filas > div > div{
    position: relative;
    display: block;
    width: 300px;
    height: 20px;
    text-align: left;
}

.opa_data{
    position: absolute;
    height: 250px;
    top: 50px;
    left: 300px;
    width: 870px;
    overflow: scroll;
}
.opa_data > div > div{
}
.opa_data > div > div > div{
    display: block;
    height: 20px;
    position: relative;
}
.opa_data > div > div > div > div{
    position: absolute;
    height: 20px;
    top: 0px;
    overflow: hidden;
    border-right: 1px solid #333;
    border-top: 2px solid #333;
}

.opa_filas .opa_par{
    background: green;
}
.opa_filas .opa_impar{
    background: red;
}

.opa_filas .opa_par{
    background: #D2DBED;
}
.opa_filas .opa_par .prog_0,
.opa_data .opa_par .prog_0{
    background: #D2DBED;
}
.opa_filas .opa_par .tr_up{
    background: #EDF0F5;
}

.opa_filas .opa_impar{
    background: #F9F9BD;
}
.opa_filas .opa_impar .prog_0,
.opa_data .opa_impar .prog_0{
    background: #F9F9BD;
}
.opa_filas .opa_impar .tr_up{
    background: #FFFFE7;
}

#img-conformidad-paciente {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-shadow: none;
}
.btn-default {
    color: #fff;
    background-color: #62b1ff;
}
.btn-default:focus, .btn-default:hover {
    color: #fff;
    background-color: #5a5a5a;
}
.btn-success {
    color: #fff;
    background-color: #62b1ff;
}
.btn-warning {
    color: #fff;
    background-color: #62b1ff;
}
.btn-warning:focus, .btn-warning:hover {
    background-color: #5a5a5a;
}
.btn-primary {
    color: #fff;
    background-color: #5a5a5a;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #2aabd2;
}
.btn-info {
    color: #fff;
    background-color: #5a5a5a;
}
.btn-info:focus, .btn-info:hover {
    background-color: #2aabd2;
}
.btn-danger {
    color: #fff;
    background-color: #2aabd2;
}
.btn-danger:focus, .btn-danger:hover {
    background-color: #2aabd2;
}
.chosen-container-single .chosen-single {
    border-radius: 0px;
    background: #ffffff !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-color: #cccccc;
}
.well {
    border-radius: 0px;
    background-image: none;
    box-shadow: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f9f9f9;
    font-weight: bold;
    color: #150409;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f9f9f9;
    color: #333333;
}
.ui-widget-overlay {
    background: #666666;
    opacity: .5;
    filter: Alpha(Opacity=50);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #62b1ff !important;
    background: #e3f9f8 !important;
    color: #363636;
}
.ui-widget-content a {
    color: #62b1ff;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

div#Filter_Submit {
    padding: 5.2px !important;
}
div#s_profesional_filter {
    padding: 5.2px !important;
}
div#Filter_Reset {
    padding: 4.3px !important;
}

  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #62b1ff; 
  }

  .subtitulo_panel {
    background: rgb(247 247 247);
  }

  .messi-box {
    border-radius: 0px !important;
  }
  .messi-titlebox {
    border-radius: 0px !important;
    background-image: none !important;
    /*background-color: #62b1ff !important;*/
  }

  .messi-titlebox.info {
    background-color: #2aabd2 !important;
    background-image: none !important;
  }
  
  .messi-titlebox.error {
    background-color: #62b1ff !important;
    background-image: none !important;
  }
  
  .messi-titlebox.warning {
    background-color: #eaaf51 !important;
    background-image: none !important;
  }
  
  .messi-titlebox.success {
    background-color: #61b832 !important;
    background-image: none !important;
  }

  .messi .btn {
    color: #fff !important;
    background-color: #2aabd2 !important;
    background-image: none !important;
    border-radius: 0px !important;
  }
  .messi .btn-danger {
    color: #fff;
    background-color: #62b1ff !important;
  }

  #div_observacion_profesio {
    background: #f9f9f9;
    padding-bottom: 1%;
    border: 1px solid;
    margin-left: -15px;
    border-color: #dddddd;
}

.chosen-container .chosen-results li.highlighted {
    background-color: rgb(60 143 252);
    background-image: none;
    color: #fff;
}

.btn.btn-info.btn_save_panel {
    padding: 0 10px 0 !important;
    border-radius: 30px;
}

.btn.btn_save_panel.btn-warning {
    padding: 0 10px 0 !important;
    border-radius: 30px;
}


.bienvenido{
    height: 100%;
    border: solid 1px;
    margin: 5%;
    border-color: rgb(142 151 255 / 41%);
}
.titulo{
    text-align: center;
    font-size: 50px;
    color: rgb(255 255 255);
    background: rgb(142 151 255 / 41%);
    margin: 0px;
    padding: 38px;
}
.titulo>a{
    font-weight: thin;
    font-size: 70px;
    color:rgb(81 149 255);

}
.subtitulo{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding:10px;
    color: #6d6767;
    border-bottom:solid 1px rgb(142 151 255 / 41%);
    margin-top:0px;
    margin-bottom:30px;
}
.subtitulo>i:hover{
    color:rgb(81 149 255);
}
.subtitulo1{
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #444444;
    margin-bottom: 20px;

}
.imagen>img{
    margin: auto;
    display: block;
    width: 140px;
    opacity: 10%;
}


/*Modal no facutran*/
.os_inp,.pres_inp  {
    font-size: 10px;
}

#nueva_prestacion_nf>.col-lg-12{
    background: #f7f7f7;
    margin-top: -13px;
    padding-top: 10px;
    padding-bottom: 13px;
}

div#gbox_entitytable{
    border: 0px;
}
form#filtros{
    border: 0px !important;
    border-color: none !important;
    padding: 2px !important;
    margin-top: 0% !important;
    background-color: #efefef;
    margin-bottom: 2% !important;
}
label#label_estado_filter{
    padding-left: 2px;
}




#valores_por_unidad>.row.well>.col-lg-3,
#valores_por_unidad>.row.well>.col-lg-5,
#valores_prestacion>.row.well>.col-lg-3,
#valores_prestacion>.row.well>.col-lg-5{
    margin-top:0px !important;
}

#normas_operativas>.row.well>.col-lg-4{
    margin-top:0px !important;
}

#archivo::-webkit-file-upload-button,
#archivo_imp::-webkit-file-upload-button {
    visibility: hidden;
}
#archivo::before,
#archivo_imp::before {
    font-family: FontAwesome;
    content: "\f093";
    display: inline-block;
    background: #46b8da;;
    color: white;
    border: 1px solid #46b8da;;
    padding: 6px 8px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
    font-size: 11pt;
    margin-left: 6px;
    margin-right: -110px;
}
#archivo:hover::before,
#archivo_imp:hover::before {
    border-color: #46b8da;;
}
#archivo:active::before,
#archivo_imp:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*Filtros*/ 
div#profesional_div,div#os_div,
form[name="filtros-debitoCredito"]>div
,form[name="filtros-consulta"]>div
,form[name="filtros-pago-liquidacion"]>div
,form[name="filtros-presentacion"]>div
,form[name="vencimientos_div"]>div
,form[name="retenciones_div"]>div
,form[name="form_div"]>div
,form[name="filtros-agenda"]>div
,form[name="filtros-estadisticaPrestac"]>div
,form[name="filtros-debitosCreditosOtros"]>div
,form[name="filtros-arancelesOs"]>div
{
    border: 0px !important;
    border-color: none !important;
    padding: 2px !important;
    margin-top: 0% !important;
    background-color: #efefef;
}

span.select2-selection.select2-selection--single{
    border-radius: 0px;
    height: 34px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
input.select2-search__field:focus-visible{
    outline: none;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 10px;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 100% !important; 
    font-weight: normal;
    background: #f1f1f1;
}

label.alert.alert-warning, .alert.alert-warning  {
    background-image: none !important;
    background-color: #fff2b0 !important;
    border-color: #faebcc !important;
    border-radius: 0px !important;
}

div#modal_msg {
    background-image: none !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    border-radius: 0px !important;
}




button.btn.btn-default.valori_class, button.btn.btn-default.valid_class, button.btn.btn-default.fact_class, button.btn.btn-default.grilla_filtro_btn, .dc_class {
    background-color: #d7d7d7;
    padding: 3px;
    margin-right: 2px;
    margin-top: 6px;
    font-size: 10.5px;
    color: #7c7c7c;
}

button.btn.btn-default.valori_class.active, button.btn.btn-default.valid_class.active, button.btn.btn-default.fact_class.active, button.btn.btn-default.grilla_filtro_btn.active, .dc_class.active {
    background-color: #ffffff !important;
    color: #343434;
}
.btn-group>.btn:hover, .dc_class>.btn:hover {
    border-color: #dbecfa !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    background: white !important;
    color: #343434;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

#homelogo{
    cursor: pointer;
}

.footrow {
    background-color: #62b1ff;
    color:white;
}

input.select2-search__field{
    outline-width: 0px;
    border-bottom-color: #62b1ff !important;
}
div#btn_agregar_afiliado{
    background: #62b1ff !important;
    margin-left: 1px !important;
    display: inline-flex !important;
    cursor: pointer;
}

div#cat_iva_desc {
    color: #62b1ff;
    font-size: 13px;
    font-weight: bold;
}

.ui-widget-header {
    border: 1px solid #62b1ff
}

input#nro_interno {
    color: #62b1ff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    box-shadow: inset 0 0px 4px rgb(0 0 0 / 15%);
}

.navbar-collapse{
    background: linear-gradient(304deg, rgb(81 149 255) 0%, rgb(81 149 255) 65%, rgba(62,62,62,1) 80%, rgba(62,62,62,1) 100%);
}

