@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'LatoItalic';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}

body{
    background-color: #ffffff !important;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
b{
    font-family: "LatoBold", Helvetica, Arial, sans-serif;
}
/*
color blue: #1E375B
color green: #458796
color orange: #FECA46
 */

.login-container{
    background-size: cover;
}
.footer{
    text-align: center; bottom:15px;
}

.background-primary, .background-primary-hover:hover{background-color: #1E375B !important;}
.background-secondary, .background-secondary-hover:hover{background-color: #458796 !important;}
.background-grey, .background-grey-hover:hover{background-color: #EBEBEB !important;}
.background-grey-light, .background-grey-light-hover:hover{background-color: #F7F7F7 !important;}
.background-grey-dark, .background-grey-dark-hover:hover{background-color: #999999 !important;}
.background-white, .background-white-hover:hover{background-color: #FFF !important;}
.background-dark-red, .background-dark-red:hover{background-color: #a12312 !important;}
.background-pink, .background-pink:hover{background-color: #dd4c39 !important;}
.background-orange-cs, .background-orange-cs:hover{background-color: #ff841a !important;}
.background-yellow, .background-yellow:hover{background-color: #f39b12 !important;}
.background-green, .background-green:hover{background-color: #00a65c !important;}
.background-dark-green, .background-dark-green:hover{background-color: #157d4d !important;}
.background-table, .background-table-hover:hover{background-color: #68829d !important;}
.background-orange, .background-orange-hover:hover{background-color: #EC9023 !important;}
.background-blue-light, .background-blue-light-hover:hover{background-color: #9CB9D8 !important;}
.background-maroon, .background-maroon-hover:hover{background-color: #9D3E60 !important;}
.background-data-customer, .background-data-customer-hover:hover{background-color: #FCFCFC !important;}
.background-button-search, .background-button-search-hover:hover{background-color: #1e375b !important;}


.color-white, .color-white-hover:hover{color: #ffffff !important;}
.color-primary, .color-primary-hover:hover{color: #1E375B !important;}
.color-secondary, .color-secondary-hover:hover{color: #458796 !important;}
.color-grey, .color-grey-hover:hover{color: #EBEBEB !important;}
.color-grey-light, .color-grey-light-hover:hover{color: #F7F7F7 !important;}
.color-grey-dark, .color-grey-dark-hover:hover{color: #999999 !important;}
.color-orange, .color-orange-hover:hover{color: #EC9023 !important;}

.border-primary, .border-primary-hover:hover{border-color: #1E375B !important;}
.border-white, .border-white-hover:hover{border-color: #FFF !important;}
.border-grey, .border-grey-hover:hover{border-color: #EBEBEB !important;}
.border-dark-grey, .border-dark-grey-hover:hover{border-color: #7f7c7c !important;}

.border-space-grey{width: 100%;height: 1px; background-color: #EBEBEB; float: left;}
.border-space-grey-bold{width: 100%;height: 2px; background-color: #EBEBEB; float: left;}
.border-space-grey-dark{width: 100%;height: 100%; background-color: #C4C4C4; float: left;}
.border-space-grey-vertical{width: 1px;height: 100%; background-color: #EBEBEB; float: right;}
.border-space-grey96{width: 96%;height: 1px; background-color: #EBEBEB; float: left;}

.background-border-1{background-color: #FCFCFC!important;;border-color: #616161!important;;}
.background-border-2{background-color: #FFD568!important;;border-color: #F2C85B!important;;}
.background-border-3{background-color: #558EB7!important;;border-color: #427BA4!important;;}
.background-border-4{background-color: #58BFA0!important;;border-color: #45A789!important;}

.logo-sidebar{
    width:150px; height:auto;
}
.sidebar-default{
    color: #ffffff;
    background-color: #1E375B !important;
}
/*.sidebar-default.collapse.in{ display: none; }*/
.icon-sidebar{
    width: 24px; height:24px; margin-right: 24px; margin-left: 24px;
}
.sidebar-default .navigation li > a{
    color: #ffffff;
}
.sidebar-default .navigation li.active > a,
.sidebar-default .navigation li.active > a:hover,
.sidebar-default .navigation li.active > a:focus{
    color: #ffffff;
    background-color: #458796;
}
.sidebar-default .navigation li > a:hover,
.sidebar-default .navigation > li.active > a,
.sidebar-default .navigation > li.active > a:hover,
.sidebar-default .navigation > li.active > a:focus{
    color: #ffffff;
    background-color: #1E375B; /*#458796;*/
}
.navigation > li ul li a{
    padding-left: 20px !important;
}
.sidebar-data{
    padding: 20px 0 20px 45px;
}
.sidebar-data-split{
    height:15px;
}

.page-title{
    padding-top:24px; padding-bottom:24px;
}

.form-control{
    padding: 8px 12px; border-radius:5px; border-width: 0;
}

.btn-portal-1 {
    color: #1E375B; background-color: #FECA46; border-color: #FECA46;
}
.btn-portal-1:hover, .btn-portal-1:focus,
.btn-portal-1:active, .btn-portal-1.active {
    color: #ffffff; background-color: #458796;
}

.popup-background{
    display: none;
    width : 100%;
    height: 100%;
    position: absolute;
    top : 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 100;
}

.popup-large{
    display: none;
    width: 80%;
    position: absolute;
    left: 10%;
    z-index: 101;
    transition: 1s;
}

b{
    font-family: "LatoBold", Helvetica, Arial, sans-serif;
}

textarea{
    resize: none;
}

.color-white{
    color: #ffffff !important;
}
.color-green{
    color: #58BFA0 !important;
}
.color-red{
    color: #ff0000 !important;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}

.nav > li > a{
    padding: 8px 2px;
    margin-right: 25px;
}
.nav-tabs{
    border-bottom: 0 solid transparent;
}
.nav-tabs > li > a{
    color: #ACACAC;
    text-transform: capitalize;
}
.nav-tabs > li > a > i{
    margin-right: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #68829D;
    background-color: transparent;
    border: 0 solid transparent;
}

.nav-tabs.nav-tabs-highlight > li > a {
    border-top-width: 0 !important;
    border-bottom-width: 4px !important;
}
.nav-tabs.nav-tabs-highlight > li > a:hover,
.nav-tabs.nav-tabs-highlight > li > a:focus {
    color: #68829D;
}
.nav-tabs.nav-tabs-highlight > li.active > a,
.nav-tabs.nav-tabs-highlight > li.active > a:hover,
.nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-bottom-color: #68829D !important;
}

.badge-status{
    display: inline-block;
    font-weight: 500;
    padding: 2px 8px;
    border: 1px solid #ACACAC;
    font-size: 11px;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.badge-status.active{
    background-color: #ACACAC;
    color: #ffffff;
}

.table-default{
    border-collapse: initial;
}
.table-default thead th{
    background-color: #68829D;
    color: #ffffff;
    vertical-align: top!important;
}
.table-default thead th:first-child{
    border-top-left-radius: 8px;
}
.table-default thead th:last-child{
    border-top-right-radius: 8px;
}
.table-default tbody tr:hover > td{
    background-color: #EFEFEF;
}
.table-default tbody tr td{
    border: 1px solid transparent;
    border-bottom-color: #ACACAC;
}
.table-form tbody tr td{
    vertical-align: top!important;
}
.table-paid thead th{
    background-color: #58BFA0;
}
.table-paid tbody tr:hover > td{
    background-color: #fff!important;
}
.table-default tbody tr td:first-child{
    border-left-color: #ACACAC;
}
.table-default tbody tr td:last-child{
    border-right-color: #ACACAC;
}
.table-default tbody tr:last-child td:first-child{
    -moz-border-radius-bottomleft:8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px
}
.table-default tbody tr:last-child td:last-child{
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tr-tool:hover > td{
    background-color: #fff!important;
}
.tr-title, .tr-title2{
    cursor: pointer; width:100%; float:left;
}
.tr-title span, .tr-title2 span{
    float:left; margin-bottom:5px;
}
.tr-title i, .tr-title2 i{
    float:right; font-size: 14px; margin-top:4px;
}
.search-title, .search-title2{
    float:left; width:100%;
}
.search-title i, .search-title2 i{
    float:left; color: #acacac; font-size:14px; margin-top:5px; z-index:999;
}
.search-table, .search-table2{
    float:left; padding: 0 2px 2px 22px!important; height:24px; border-radius:5px; margin-left:-18px;
}
.loader{
    font-size: 32px; color: #458796;
}

.table-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-pagination span, .custom-pagination2 span{
    float:left; display:inline-block; text-align: center; margin-left:5px;
    cursor: pointer; border-radius: 50px; padding:3px; min-width:25px;
}
.custom-pagination span.ic, .custom-pagination2 span.ic{
    padding-top:5px; padding-bottom:5px;
}
.custom-pagination span:hover, .custom-pagination2 span:hover, .custom-pagination2 span.active{
    background-color: #EFEFEF;
}
.custom-pagination span.active{
    background-color: #68829D; color: #fff;
}

*[class*="btn-portal-"]{
    font-size:11px; text-transform: capitalize; padding: 5px 12px; border: 1px solid transparent;
}
.btn-portal-icon{
    padding: 6px 12px; font-size:12px; text-align: left;
}
.btn-portal-icon i{
    float: right; margin-top:3px;
}
.btn-portal-rad{
    border-radius: 50px;
}
.btn-portal-rad i{
    margin-right:5px;
}
.btn-portal-green, .btn-portal-green:hover, .btn-portal-green:focus, .btn-portal-green.active{
    color: #ffffff; background-color: #458796; border-color: #458796;
}
.btn-portal-green2, .btn-portal-green2:hover, .btn-portal-green2:focus, .btn-portal-green2.active{
    color: #458796; background-color: #ffffff; border-color: #458796;
}
.btn-portal-green3, .btn-portal-green3:hover, .btn-portal-green3:focus, .btn-portal-green3.active{
    color: #fff; background-color: #458796; border-color: #fff;
}
.btn-portal-grey, .btn-portal-grey:hover, .btn-portal-grey:focus, .btn-portal-grey.active{
    color: #ffffff; background-color: #ACACAC; border-color: #ACACAC;
}
.btn-portal-light-grey, .btn-portal-light-grey:hover, .btn-portal-light-grey:focus, .btn-portal-light-grey.active{
    color: #333333; background-color: #efefef; border-color: #aaaaaa;
}
.btn-portal-red, .btn-portal-red:hover, .btn-portal-red:focus, .btn-portal-red.active{
    color: #ffffff; background-color: #ff0000; border-color: #ff0000;
}
.btn-portal-red2, .btn-portal-red2:hover, .btn-portal-red2:focus, .btn-portal-red2.active{
    color: #ff0000; background-color: #ffffff; border-color: #ff0000;
}
.btn-portal-orange, .btn-portal-orange:hover, .btn-portal-orange:focus, .btn-portal-orange.active{
    color: #ffffff; background-color: #F2C94C; border-color: #F2C94C;
}
.btn-portal-tosca, .btn-portal-tosca:hover, .btn-portal-tosca:focus, .btn-portal-tosca.active{
    color: #ffffff; background-color: #58BFA0; border-color: #58BFA0;
}
.btn-portal-light-red, .btn-portal-light-red:hover, .btn-portal-light-red:focus, .btn-portal-light-red.active{
    color: #ffffff; background-color: #EF7C7C; border-color: #EF7C7C;
}
.btn-ico{
    color: #458796; cursor: pointer; margin-left: 30px; padding-top:5px;
}

.a-back, .a-back:active, .a-back:hover{ color:#333; text-decoration:none; }
.form-header, .form-header2, .form-header3{
    background-color: #68829D; color: #ffffff; padding: 8px 15px;
    border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.form-header2{
    background-color: #EF7C7C;
}
.form-header3{
    background-color: #58BFA0;
}
.form-sub-header{
    border-top-left-radius: 0; border-top-right-radius: 0;
}
.form-step{
    background-color: #004E72; color: #ffffff; padding: 8px 15px; text-align: center;
}
.form-body, .dashboard-box{
    border: 1px solid #DADADA; border-top-width: 0; padding: 15px;
}
.required{
    color: #ff0000;
}

.table > thead > tr > th, .table > tbody > tr > td{
    padding: 12px 10px !important;
}

.row-flat{float:left;width:100%;min-height:1px;}
.cols{float:left;min-height:1px;}
.row-flex{display:flex; align-items: center; justify-content: center;}
.flex-25{flex:0.25;}
.flex-33{flex:0.33;}
.flex-50{flex:0.5;}

.search-title .select-table{ padding: 0; height:24px;}