html {
    position: relative;
    min-height: 100%;
}
body{
    font: 16px 'Roboto';
    background: #f5f8fa;
    margin-bottom: 80px;
}
a, li, p, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto';
}
header{
    background: #FFF;
    padding: 0;
    border-bottom: 1px solid #CCC;
}
header .logo{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    display: inline-block;
    padding: 13px 0;
}
header .profile-top{
    font-size: 16px;
    font-weight: 400;
}
header .nav-link, header .dropdown-item{
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #000;
}
header .nav-item.active .nav-link{
    text-decoration: underline;
}
.box-style-1{
    background: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.data-table{
    font-size: 13px;
}
.data-table a.btn{
    font-size: 11px;
    padding: 2px 5px;
}
.data-table .receipt, .receipt, .data-table .receipt_cashbox{
    color: green;
}
.data-table .expense, .expense, .data-table .expense_cashbox{
    color: red;
}
.data-table .empty{
    color: #000;
}
.custom-control-label::before {
    top: .10rem;
}
.custom-control-label::after {
    top: .15rem;
}
label.required:after{
    content: "*";
    color: red;
    margin-left: 3px;
}
.table th, .table td{
    vertical-align: middle;
}
.alert{
    font-size: 14px;
}
footer{
    height: 50px;
    background: #FFF;
    border-top: 1px solid #CCC;
    width: 100%;
    line-height: 50px;
    position: absolute;
    bottom: 0;
}
.simple-table{
    font-size: 14px;
}

.simple-table th, .simple-table td, .table thead th{
    border: none;
}
#color-picker{
    padding-left: .75rem !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sp-colorize-container{
    border-radius: 4px 0 0 4px !important;
    position: relative;
}
.sp-colorize-container:before{    
    content: "\f53f";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 9px;
    line-height: 36px;
    opacity: 0.8;
}
.sp-colorize{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px 0 0 4px !important;
}
.level-color{
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
}
.main-operations.fixed thead tr{
    position: fixed;
    z-index: 100;
    background: #FFF;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 25px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(179,179,179,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(179,179,179,1);
    box-shadow: 0px 2px 5px 0px rgba(179,179,179,1);
    opacity: 0.9;
}
.main-operations.fixed thead{
    display: block;
}
.main-operations tr.child{
    display: none;
}
.main-operations tr.child.active{
    display: table-row;
}
.main-operations tr.child{
    background: #fff8da !important;
}
.child-icon{
    cursor: pointer;
}
.bootstrap-select .dropdown-toggle{
    background: none;
    border: 1px solid #ced4da;
}
.operation-style-P{
    color: green;
}
.operation-style-R{
    color: red;
}
.operation-style-K{
    color: #a221aa;
}
.bank-import-page tr.disabled{
    opacity: 0.5;
}
.bank-import-page .bootstrap-select{
    max-width: 200px;
}
.child-operation{
    padding: 20px;
    border: 1px solid #CCC;
}
.child-operation .o-content{
    margin-top: 20px;
}
.bank-details{
    padding: 20px;
    border: 1px solid #CCC;
}
.bank-details .item{
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}
.bank-details .item:last-child{
    border: none;
}
.bank-details h3{
    border-bottom: 1px solid #CCC;
    font-size: 20px;
    color: #495057;
    margin-bottom: 10px;
}
.bank-details .delete{
    font-size: 12px;
    color: red;
}
.bank-details{
    margin-bottom: 20px;
}
.table-result-top table{
    border: 1px solid #CCC;
}
.clear-item-filter, .clear-item-filter:hover{
    color: red;
}
.bootstrap-select .dropdown-menu{
    max-width: 500px;
}
.account-hide{
    opacity: 0.5;
}
#set_level_id .bootstrap-select{
    max-width: calc(100% - 46px);
}
.exel_col_templates .exel_template{
    cursor: pointer;
}
.exel_col_templates i{
    color: #FFF;
    margin-left: 4px;
}