
html, body {
    height: 100%;
}
body{
    background: url("../images/background.jpg") no-repeat 0 0 scroll #EEEEEE;
    width:100%;
    height:100%;
}
.modal-dialog {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

#ui-datepicker-div{
    z-index: 1051 !important
}
.ui-jqgrid .ui-jqgrid-caption {
    height: 25px;
}

@media (max-width: 991px ){
    .container {
        width: 100%;
        min-width: 940px;
    }
}


#a_logo:hover,
#a_logo:focus{
    background: url('../images/jeief.png') 0 0 transparent no-repeat scroll;
}
#a_logo{
    width: 90px;
    height: 102px;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 15px;
    border: 0 none;
    outline: 0px;
    background: url('../images/jeief.png') 0 0 transparent no-repeat scroll;
}

#Footer{
  -webkit-box-shadow: 0px -2px 23px -4px #000000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px -2px 23px -4px #000000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    background: #E1E1E1;
}
#Footer a{
    color:black;
}
/*
#Footer{
    min-height: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(207, 207, 207);
    z-index: 1000;

    color:white;
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
#Footer .container{
    text-align: right;
    line-height: 30px;
}

#Footer img{
    height: 18px;
    width: 30px;
}
*/

.modal .modal-dialog .modal-content .modal-body{
    overflow: auto;
}

@media (min-width: 768px){
    .modal-dialog {
      width: 100%;
      margin: 30px auto;
    }
}
@media (min-width: 900px){
    .modal-dialog {
      width: 900px;
      margin: 30px auto;
    }
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea{
    line-height: 20px;
}
.ui-jqgrid td.edit-cell input,
.ui-jqgrid td.edit-cell select .ui-jqgrid td textarea {
    background: none;
    border: 0 none;
    text-align: center;
    color: white;
}

.edit-cell.ui-state-highlight {
    background: #DADADA;
}
.edit-cell.ui-state-highlight input:focus {
    background: #609589 !important;
}



#Modal_password_edit .modal-dialog{
    width:290px;
}

.ui-jqgrid .ui-jqgrid-bdiv{
    overflow-x: hidden;
}

.chosen-single{
    height: 34px !important;
    line-height: 33px !important;
}
.chosen-container-single .chosen-single abbr{
    top:10px !important;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 6px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px !important;
}

td[role=gridcell] a:hover,
td[role=gridcell] a:focus,
td[role=gridcell] .btn-link:focus,
td[role=gridcell] .btn-link:hover {
    background-color: white;
    padding: 3px 10px;
    color: #D23151;
}

.footrow-ltr td{
    text-align: center !important;
    font-size: 14px !important;
    padding: 5px 0 !important;
    font-weight: 900 !important;
}

kbd{
    border: 2px solid white;
}

.btn-transparent{
    background: none;
}

#menu_alertas .alerta_msg {
    padding: 2px;
}

.modal_alerta .acciones .btn{
    white-space: normal;
    padding: 0;
}


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
    width: 100%;
}
.dropdown-submenu.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;
}

#datepicker_3 .ui-state-highlight{
    border:0 none;
}
#datepicker_3 .ui-state-highlight a,
#datepicker_3 .ui-state-highlight a.ui-state-active{
    color: #FFFFFF !important;
    background: rgb(204, 63, 59);
}

.chosen-container.chosen-with-drop .chosen-drop {
    display:block;
}
.chosen-container .chosen-drop {
    display:none;
}

#menu_alertas{
    line-height: 28px;
    padding: 0px;
    margin-bottom:8px;
}
#menu_alertas .alertas.btn-group{
    top: 0px;
}


#resultado_planilla_dinamica > .well{
    background: #F5F5F5;
    padding: 0;
    border: 2px solid #DADADA;
}
#resultado_planilla_dinamica > .well > h3{
    margin:0 0 10px 0;
    padding: 10px;
    background: #FFF;
    border-bottom: 2px solid #DADADA;
    text-align: center;
}
#resultado_planilla_dinamica > .well > .row{
    margin:0 0 10px;
}
#resultado_planilla_dinamica > .well > .form-group{
    margin: 0 15px 10px;
}
/*
#resultado_planilla_dinamica .form-control[required=required]{
    box-shadow: 0px 0px 1px 0px red;
}
#resultado_planilla_dinamica .form-control[required=required]:focus{
    box-shadow: 0px 0px 1px 1px red;
}
*/
#resultado_planilla_dinamica label .glyphicon{
    display:none;
}
#resultado_planilla_dinamica label{
    color: black;
    font-weight: normal;
}
#resultado_planilla_dinamica label[required=required] .glyphicon{
    display:inline-block;
}
#resultado_planilla_dinamica label[required=required]{
    color: rgba(186, 43, 39, 0.99);
    font-weight: bold;
}


#planilla_dinamica .btn-default.active {
    background-color: rgb(210, 73, 69);
    border-color: rgba(200, 76, 72, 0.99);
    color: white;
    text-shadow: 0 1px 0 #450202;
}

.week-picker .ui-datepicker-title select {
  color: black;
  font-size: 12px;
}


.modal button.modal-header-button{
    float: right;
    background: 0 none;
    border: 0 none;
    padding: 0px;
    margin: 0 0 0 20px;
    opacity: 0.9;
}
.modal button.modal-header-button:hover{
    opacity: 1;
}
.modal button.modal-header-button .glyphicon{
    font-size:20px;
    color:white;
}
.modal.fullscreen{
    padding: 0 !important;
}
.modal.fullscreen .modal-dialog{
    width: 100% !important;
    height: 100% !important;
    margin: 0 0 0 0 !important;
}
.modal.fullscreen .modal-dialog .modal-content{
    width: 100% !important;
/*    height: 100% !important; */
}


.list-group-item .chosen-container{
    line-height: 20px;
    height: 20px;
    padding: 0px;
    float: left;
    vertical-align: top;
    margin: 0;
    width: 55% !important;
}
.list-group-item .chosen-container .chosen-single{
    height: 22px !important;
    line-height: 22px !important;
    border-radius: 0;
    padding: 0px 5px;
    margin: 0;
    border: 1px solid #D2D2D2;

}
.list-group-item .chosen-container-single .chosen-single div b {
  background-position: 0 1px !important;
}
.list-group-item .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 1px !important;
}

.chosen-container-multi .chosen-choices{
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
.chosen-container-multi .chosen-choices .search-field input{
    min-height: 20px !important;
}


.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 > .container{
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 10px;
}



.opciones_list{
    width:550px;
}

.opciones_list .listoption{
    border: 0 none;
}

.opciones_list .titulo{
    padding: 3px;
    border-bottom: 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;
}

.opciones_list .listoption:last-child{
    padding: 1px;
}

.opcion_check{
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #DDD;
}

.opcion_check i{
    margin-top: 5px;
}


#footer > h5{
    font-size: 12px;
    margin: 5px;
}
#filtros{
    display:none;
    background:rgba(255,255,255,0.5) !important;
    position: relative;
}
#filtros .boton_filtrar{
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -220px;
}
#filtros .boton_filtrar > .btn{
    width: 300px;
}
#filtros #filter_close{
    width: 50px;
    margin-right:15px;
}
#filtros #filter_reset{
    width: 50px;
    margin-left:15px;
}


.well.transparente{
    background:rgba(255,255,255,0.5) !important;
}
.head_box {
    border-bottom: 1px solid #DCDCDC;
    background-color: rgba(238, 238, 238, 0.5);
    font-weight: bold;
}