table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}

/*///////////////////////////////TAGS//////////////*/
div.tagsinput {
    display: block;
    width: 100%;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
div.tagsinput span.tag { 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;  
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
    background-color: #e2ebff;
    border: 1px solid #4771d2;
    color: #474a50; 
}
div.tagsinput span.tag a {
    font-weight: bold;
    color: #474a50; 
    text-decoration: none;
    font-size: 11px;
}
div.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
/*////////////////////////////////TAGS////////////////*/
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122,153,217)),
        color-stop(0.72, rgb(73,125,189)),
        color-stop(0.86, rgb(28,58,148)));
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../img/logo-big.gif');
    background-repeat: no-repeat; 
    background-color: rgba(0,0,0,0.75);
    background-position: center;
    background-size: 32px;
    display:none;
}
.app-email-i,
.content-w{
    min-height: 100vh;
}
.ae-content{
    padding:10px;
}

th,td{
    font-size: .700rem !important;
}
#grid-container{
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 5px !important; 
    margin:0;
}

.ae-side-menu{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px; 
}
.ae-side-menu .ae-main-menu li a span{
    margin-left:0px;
}

.ae-side-menu .ae-main-menu li a{
    display: block;
    padding: 15px;
    font-size: 0.7rem;
}

.menu-w.menu-layout-mini{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.ae-side-menu .ae-main-menu li a{
    padding-left: 5px;
}
.compact-side-menu .ae-side-menu{
    width:32px;
}

.menu-position-side.menu-w.menu-layout-mini{
    width:50px;
}
#totales-cuentas{  
    min-height: 10vh;
}


#grid-container_wrapper .row:nth-child(2){
    max-height: calc(100vh / 2);
    overflow-y: scroll;
}
#grid-container_wrapper .tbody{
    max-height: 100px;
    overflow-y: scroll;
}

.table.table-padded thead tr th{
    padding:0px;
    color:#000 !important;
    font-weight: bold;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    padding:0px !important;
}


.menu-w .logo-w img{
    width: 45px;
    height: auto; 
    vertical-align: middle;
    padding: 5px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}
.logo-w{
    padding: 5px;
}

.logged-user-w avatar-inline{
    padding-left: 10px;
}
.dataTables_length{
    float:right;
}

.el-tablo.smaller .value{
    font-size: 1rem
}

.select2-selection{
    height: 36px !important;
}

#grid-container_filter label{
    width: 100%;
}
.dataTables_filter input{
    width: calc(100% - 15%) !important;
}

#grid-container_filter{

    display:none;
    visibility:hidden;
}

.ae-content-w .aec-head .actions-left{
    width:100%;
}

#controles-container
{
    width:95%;
    margin:0 auto;
}

.date-range-picker{
    height: 35px;
}

.floated-chat-btn{
    z-index: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #097CFF;
    -webkit-box-shadow: 0 2px 10px 0 rgba(46,130,255,0.75);
    box-shadow: 0 2px 10px 0 rgba(46,130,255,0.75);
    border-radius: 75px;
    color: #fff;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 1.08rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    animation: none;
    -webkit-animation: none;  
}

.table-padded thead{
    background: #097CFF; 
    height: 15px;
    line-height: 15px;
}

.table.table-padded thead tr th{
    color: #fff !important; 
    text-align: center;
    height: 15px;
    line-height: 15px;
}

#grid-container_wrapper .dt-buttons .btn{
    margin-right: 10px;
}

.input-group{
    height: 35px;
}

#tabla-cuentasBancos_wrapper{ 
    width: 90%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.project-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    width: 100%;
    text-align: center;
} 
.project-title{
    width:100%;
}

#cuenta{
    font-size: 11px;
}

tr.active{
    -webkit-box-shadow: 0px 5px 12px rgba(126,142,177,0.2), 0px 0px 0px 2px #047bf8;
    box-shadow: 0px 5px 12px rgba(126,142,177,0.2), 0px 0px 0px 2px #047bf8;
}

.table.table-padded tbody tr.active:hover{
    -webkit-box-shadow: 0px 5px 12px rgba(126,142,177,0.2), 0px 0px 0px 2px #047bf8;
    box-shadow: 0px 5px 12px rgba(126,142,177,0.2), 0px 0px 0px 2px #047bf8;
}
body.odc .table th,
body.odc .table td,
body.utilidad .table th,
body.utilidad .table td{
    padding: 0.25rem !important;
}
body.odc .table.table-padded tbody tr:hover,
body.utilidad .table.table-padded tbody tr:hover{
    transform: none;
}

.project-box{
    margin-top:15px !important;
}
.projects-list .project-head{
    padding:10px 40px;
}

.user-profile.compact .up-main-info {
    padding-top: 15%;
}

#usuario-logueado{
    color:#fff;
}

.floatThead-container{
    z-index: 900 !important;
}