textarea.form-control{
    height: 240px;
}
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

.fa-fixed-width{
    width: 20px;
}
.nav-left{
    padding-top: 30px;
    width: 200px;
    position: fixed;
    height: 100%;
    background-color: #4b5866;
    overflow: auto;
}
.nav-left ul{
    padding-left: 0;
    list-style: none;
}
.nav-left li{
    border-top: 1px solid #586878;
}
.nav-left li:first-child{
    border-top-width: 0;
}
.nav-left li a{
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #fff;
    transition: background .3s;
    font-size: 13px;
}
.nav-left li a:hover{
    background: #586878;
}
.nav-left li a i{
    margin-right: 10px;
}

.nav-left li a span{
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 2px;
}

.nav-left li.logout{
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 0;*/
}
.nav-left .with-submenu i.submenu-icon{
    float: right;
    position: relative;
    top: 6px;
    transition: all .4s;
}

.nav-left .with-submenu i{
    top: -3px;
    position: relative;
}

.nav-left .active .submenu-icon{
    transform: rotate(90deg);
}
.nav-left li ul{
    display: none;
}

.nav-left li ul li a{
    padding-left: 20px;
}
.nav-left li ul li:first-child{
    border-top-width: 1px;
}

main{
    padding-top: 30px;
    width: 100%;
    padding-left: 230px;
}
main.no-sidebar{
    padding-left: 0;
}

.title strong{
    color: #4b5866;
}
.table td{
    vertical-align: middle;
}
.table-small-coll{
    width: 180px;
    text-align: center;
}

.table-actions{
    text-align: right;
    width: 100px;
}

.table-actions a{
    margin-left: 10px;
}

.table.border-top-0 thead th{
    border-top: 0!important;
}

.bootstrap-select .dropdown-toggle .filter-option{
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: .25rem;
}

.generate-log-iframe{
    width: 100%;
    height: 400px;
    border: 0;
    background: #f1f1f1;
}
th{
    position: relative;
}
th.order{
    cursor: pointer;
}

th.order:after{
    display: block;
    font-weight: bold;
    font-size: 20px;
    position: absolute;

    right: 7px;

    font-family: "Font Awesome 5 Free";
}

th.order-desc:after{
    top: 5px;
    content:'\f0dd';
}

th.order-asc:after{
    top: 15px;
    content:'\f0de';
}

.loading-icon{
    display: none;
}

.loading{
    background: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.loading i{
    margin-right: 15px;
}

.p-relative{
    position: relative;
}

.counter{
    position: absolute;
    font-size: 12px;
    top: -2px;
    right: 17px;
}

.counter.error{
    color: #cc3a3a;
}

.color-grey{
    color: #8c8c8c;
}

.text-small{
    font-size: 14px;
}

.bg-grey{
    background: #c4d1df;
}

.advanced-filter{
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: all .4s;
}

.advanced-filter.open{
    max-height: 1000px;
}


input[type="checkbox"]:disabled ~ label{
    color: #ccc;
}
