body, html {
    height: 100%;
    /*font-size: 0.9em !important;*/
}

.color-green{
    color: green;
}



.color-blue{
    color: blue;
}

.color-red{
    color: red;
}

.backButton{
    display: inline;
}
.modal-view-content{
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    background-color: white;
    width: 100%;
    min-height: 400px;
    overflow-y: auto;
}
                
#testDivContainer{
    background-color: white;
    border: 2px solid #77f;
    height: 160px;
    left: 10px;
    overflow-y: scroll;
    position: fixed;
    bottom: 20px;
    width: 280px;
    z-index: 1050;
    padding: 10px;
}
.date_widget{
    width: 45%;
}

.content-header {
    padding: 5px 15px 0 !important;
}
.modulo-filtros a{
    margin-right: 20px;
}
.container-filters{
    margin-top: 15px;
}
textarea{
    width:100%;
}
.sidebar-menu .treeview-menu > li > a {
    font-size: 1em !important;
}
.th-actions .fa{
    font-size: 1.2em !important;
}
label{
    font-weight: normal !important;
    color: #555 !important;
}
.modal-extra{
    width: 95% !important;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: white;
    /*border: 1px solid #ccc !important;*/
    color: #555 !important;
    font-weight: bold;
    border-bottom: 1px solid #333 !important;
}
.nav-tabs > li.active > a {
    font-weight: bold;
    border-bottom: 1px solid #333 !important;
}
.nav-tabs > li > a {
    /*border: 0 none;*/
    color: #555 !important;
    margin: 0;
}
.nav-tabs {
    background: #fff none repeat scroll 0 0 !important;
}
.box{
    padding: 5px;
}
.content-wrapper, .right-side {
    background-color: white !important;
}

.form-horizontal .checkbox {
    padding-top: 5px;
}  
.grupo-usuario{
    position: relative;
    top: 5px;
    font-size: 0.8em;
}
.button-filters{
    padding-right: 15px;
}
.form-filters{
    border: 1px solid #ccc;
    display: block;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-radius: 6px;
}
.box {

    border-radius: unset;
    border-top: 1px solid #eee !important;
    box-shadow: none;
}
.user-panel {
    padding: 20px 10px 10px;
}

#loading{
    z-index: 55000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    
}
#loading img{
    z-index: 55000;
    margin-top: 20%;
    
}
.box-body{
  padding: 16px;
}
.box-header{
    border-bottom: 0px solid #ccc;
    /*margin-bottom: 12px;*/
    color: #555 !important;
    background:#e4edea none repeat scroll 0 0;
}

.box-header .glyphicon-search{
    float: left;
}
.box-title-filter{
    float: left;
    width: 100px;
    
}
.icon-filtros{
    float: right;
    position: relative;
    top: 1px;
    color: #aaa !important;
}
.sidebar-toggle {
    color: #fff;
}

.grid-mobil-row{
    border: 1px solid #eee;
    margin-top: 4px;
}
.th-mobil{
    background-color:#ddd;
    max-width: 50%;
    width: 45%;
}
.modal-footer .btn{
    margin-top:2px !important;
}
.btn-default{
    border: 1px solid #ccc !important;
}
.dropdown-menu li {
    overflow: hidden;
    position: relative;
    z-index: 10000;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    
}

th{
    background-color: #e4edea;
}
.navbar .navbar-nav > li > a {
    padding-bottom: unset;
    padding-top: unset;
}

.visible-false{
    display: none !important;
}
.visible-true{
    display: inline !important;
}
.btn{
    margin: 0 1px !important;
}
.single-head{
    margin-bottom: 5px;
}

.btn:active, .btn:focus{
    border: 1px solid #777 !important;
}
.focus{
    border: 2px solid #555 !important;
}
.cropArea{
    height: 450px !important;
    max-width: 650px;
    background-color: #ddf;
}
.crop-img{
    text-align:center;
}

.crop-img img{
    border: 2px solid #ccc;
}
.navbar .navbar-nav > li > a {
    color: inherit;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #555 !important;

}

.box-solid address{
  margin-bottom:0;
}

.section-form label{
    /*color: #555 !important;
    font-weight: bold !important;*/
}

.th-actions .btn-default{
    border: none !important;
}
.section-form{
    padding-bottom: 20px;
    padding-top: 20px;
}

#icon:hover{
    border: 1px solid #bbb;
}

.edit-in-place span {
  cursor: pointer;
}

.edit-in-place input {
  display: none;
}

.edit-in-place.active span {
  display: none;
}

.edit-in-place.active input {
  display: inline-block;
}

.container-label label{
    width: 80%;
}

.thnumber{
    max-width: 80px !important;
    width: 40px;
}

.th-actions{
    text-align: right;
    font-size: 0.9em;
}
.page-content{
    padding: 15px;
}

.form-filters .container-element{
    margin-bottom: 8px;
}
.container-element{
    margin-bottom: 4px;
}
.pagination{
    margin: 10px !important;
}
.grid-pagination{
    font-size: 0.72em !important;
}
.box{
    margin-bottom: 10px !important;
}

.box.box-solid{
  margin-bottom: 0 !important;
}

.form-horizontal .checkbox {
    padding-top: 5px !important;
}
.error-input{
    color: red;
}
.form-control-ik.ng-invalid.ng-dirty{
    border: 1px solid red !important;
}

.help-form-input{
    width: 30px;
    float: right;
    display: block;
}
.container-ctrol{
    width: 100%;
    display: block;
} 
.container-input{
    width: 100%;
    /*display: inline-block;*/
}
.container-label{
    width: 100%;
    /* height: 32px;*/
    display: block;
    float: left;
    position: relative;
    top: 8px;
}

.container-label label{

    color: #333;
    font-weight: normal;
    margin-bottom: 0 !important;
    padding-right: 10px;

}
.fa-question{
    float: right !important;     
    position: relative;
    top: 10px;
}

.container-typeahead{
    position: relative;
}

.btn-autocomplete-close {
 color: grey;
    /*float: right;*/
    font-size: 20px;
    position: absolute;
    right: 5px;
    z-index: 5000;
} 

.btn-autocomplete-close:hover{
  color:#aaa;
}


/*fix btn close autocomplete*/
.section-filters .btn-autocomplete-close{
  top: 3px !important;
}

.section-form .btn-autocomplete-close{
  top: 31px !important;
}



.symbol.required:before {
    color: #e6674a;
    content: "*";
    display: inline;
}


div.datepicker {
    width: 220px !important;
    font-size: 10px !important
}


div.datepicker button{
    width: 100% !important;
    padding: 0px !important;
}

.datepicker .btn{
    padding:0px !important;
    margin: 0px !important;
}

div.form-autocomplete{
    height: 34px !important;
    display: block;
}

.table td{
    padding: 2px !important;
    padding-left: 6px !important;
}

.td-responsive{
    font-weight: bold;
    margin-top: 4px;
}
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: normal;
}

.button-filters .btn{
    margin-top: 10px;
    margin-bottom: 2px;
}
.table .btn{
    margin-top: 1px;
    margin-bottom: 1px;
}
.center{
    text-align: center !important;
}
.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}

.module-ContactoAsociado .btn-nuevo{
 display:none !important;
}
.form-control { 
 padding: 3px 6px !important;   
}

.btn-nuevo{
  color: #00a65a;
}

.btn-nuevo:hover{
  color: #008d4c;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

 .btn-filters{
   display: none;
 }
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
 .btn-filters{
   display: none;
 }

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 468px) { 
    
body, html {
    height: 100%;
   /* font-size: 1.02em !important;*/
}
    .form-control {                          
        display: inline-block;
        font-size: 14px;
        height: 28px;
        /*width: 95%;*/
    }
.container-input{
    width: 100%;
    display: inline-block;
}
.container-label{
    width: 100%;
    /* height: 32px;*/
    display: block;
    float: left;
    margin-bottom: 8px;
    
}    


    .login {
        margin-top: 30px;
    }

    .main-sidebar, .left-side {
        padding-top: 50px !important;
    }    
    .modal-dialog{
        margin: 0px !important;
        margin-top: 25px !important;
        width: 100% !important;

    }    
    .visible-true{
        display: block !important;
    }
    .cropArea{
        height: 220px !important;
        width: 300px;
        background-color: #ddf;
    }    
    .center{
        text-align: left !important;
    }
    .left{
        text-align: left !important;
    }
    .right{
        text-align: left !important;
    }
    .modal-footer .btn{
        width: 100%;
    }
    .table td{
        /*display: block;
        border: none;
        position: relative;*/
    }
    td:last-child{
        border-bottom: 0px none !important;
        
    }
    #acciones-td{
        margin-bottom: 5px;
    }
 
}

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 468 AND max-width: 1024px) { 
    
body, html {
    height: 100%;
    font-size: 1.2em !important;
}

.modal-content #page-content{
    max-height: 550px;
    overflow: auto;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 0.8em !important;
}
.section-filters .container-input {
    display: table-cell;
    width: 20% !important;
}

.date_widget{
    width: 100px;
}

}*/

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 469px) { 
    
#main-content-container {
    height: 100%;
    font-size: 1.05em !important;
}
    
/********* filtros ************/
.section-filters .container-label{
    width: 25% !important;
    display: table-cell;
}

.section-filters .container-input{
    display: table-cell;
    width: 30% !important;
}

/********* filtros ************/
    .center{
        text-align: center !important;
    }
    .left{
        text-align: left !important;
    }
    .right{
        text-align: right !important;
    }

    .form-control {                          
        display: inline-block;
        font-size: 14px;
        height: 28px;
        /*width: 95%;*/
    }
    .container-input{
        /* width: 76%;*/
        padding-right: 15px;

    }
    input[typeahead]{

        width: 100% !important;
    }
    .container-label{
        /*display: inline-block;
        float: left;*/
        width: 100%;
        margin-bottom: 8px;
    }
    .container-ctrol{
        width: 100%;
        display: block;
    } 

    .btn {
        width: auto !important;
    }
    
}


.form_btn_agregar_widget .btn{
  width:100%;
  
}

.lockscreen-credentials{
  
  margin:0 !important;
}

.lockscreen-wrapper{
  max-width:350px !important;
}


.lockscreen .box-body{
  background:#FFF none repeat scroll 0 0 !important;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

.lockscreen .btn{
  width:100% !important;
  border:1px solid transparent !important;
  padding:6px 12px !important;
}
.lockscreen .btn-primary{
  width:100% !important;
  background: #3c8dbc !important;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
  margin-top: 16px !important;
}

/*ocultar divs de navbar y menus*/
.body-login{
  height:auto;
}
.body-login .main-sidebar,
.body-login .main-header{
  display: none !important;
  }
  
.link-action-create {
    display: block;
    left: -25px;
    position: relative !important;
    top: 3px;
}
.mount-fa {
    font-size: 10px;
    left: -5px !important;
    position: relative;
    top: 2px;
}

.form-acepto .container-label label{
  width:100%;
}