
/* clases para ancho del layout para botones --> DATATABLES*/

.two-btn-width{
    width:80px!important;
}
.three-btn-width{
    width:120px!important;
}
.four-btn-width{
    width:160px!important;
}
.five-btn-width{
    width:200px!important;
}
.six-btn-width{
    width:280px!important;
}

.ibox-title-h5{
    padding: 14px 15px 7px !important;
}

.ibox-title-span{
    padding: 14px 15px 0px;
}

.pad0{
    padding: 0px !important;
}

#doc_info {
    -webkit-animation-duration: 0.5s;
    /*-vendor-animation-delay: 1s;*/
    /*-vendor-animation-iteration-count: infinite;*/
}

.jstree_find_input{
    border-radius:4px;
    border:1px solid silver;
    margin-bottom:10px;
}

.tag-title-upload{
    padding:5px;
    font-weight:bolder;
}

.nav > li.active {
    border-left: 4px solid rgba(224, 69, 69, 0.9)!important;
    background: #293846;
}

.pace .pace-progress {
    background: rgba(224, 69, 69, 0.9)!important;
}

#file_form{
    position: relative;
    z-index: 111111;
}

.toast-message{
    font-size: 14px;
}

#upload_perms_container{
    display:none;

}