input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.sidebar{
    background: #fafafa;
}
@media (min-width: 1200px){
    .content:not(.content--boxed):not(.content--full) {
        padding-top: 75px;
    }
}

.main_content{
    padding: 0rem 2rem 0;
}

.content__title>h1{
    font-size: 1.9rem;
    font-weight: 500;
}
.content__title>h3{
    font-size: 1.2rem;
    color: #999;
    margin-top: 5px;
}

.required label:after{
    content: " *";
    color: #f00;
}

.has-error input[type="text"], .has-error input[type="email"], .has-error input[type="password"], .has-error select, .has-error textarea{
    border-bottom: 1px solid #f00 !important;
}
.has-error .form-group__bar:before, .has-error .form-group__bar:after{
    background-color: #f00;
}
.has-error label, .has-error.form-group--float .form-control:focus~label{
    color: #f00;
}

.table-sm{
    font-size: 0.87rem !important;
}
.table-sm tr td, .table-sm tr th{
    padding: 0.5rem;
}

.grid-view .filters input, .grid-view .filters select{
    border: unset;
    border-bottom: 1px solid #eceff1;
}

.modal-header{
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
}

.modal-footer{
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
}

.form-group{
    margin-bottom: 0px;
}

.navigation__sub .navigation__active:before{
    content: "";
}

.box-container{
    border: 1px solid #eceff1;
    position: relative;
    margin-top: 23px;
    margin-bottom: 20px;
}
.box-container .box-heading{
    width: fit-content;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    top: -17px;
    left: 10px;
    background: #eceff1;
}
.box-container.box-sm .box-heading{
    font-size: 0.9rem;
}
.box-container .box-body{
    padding: 20px 15px 15px 10px;
}

.img-thumbnail{
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.trumbowyg-button-group+.trumbowyg-button-group {
    border-left: 1px solid #eceff1;
}
.trumbowyg-button-group button:hover{
    background-color: #ccc !important;
}

.text-underline{
    text-decoration: underline !important;
}

.grid-thumb{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.lbl-empty-select{
    margin-bottom: 2.25rem !important;
    font-size: 0.875rem !important;
}

.form-group label{
    /*color: #03A9F4;*/
    bottom: 2.25rem;
    font-size: .875rem;
    position: absolute;
    left: 0;
    pointer-events: none;
}

.m-t-2_5{
    margin-top: 2.5rem;
}

label.col-form-label.required:after{
    content: "*";
    color: #f00;
    margin-left: 3px;
}

.horizontal-form.custom-hz-form label{
    font-size: 0.9rem;
}

.alert--notify__close{
    top: 0.4rem;
}

.alert--notify{
    z-index: 1100 !important;
}

.cid-alert{
    padding: 10px;
    text-align: center;
}

.cid-alert span{
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
}

.select2-border-dark .select2-container--default .select2-selection--single{
    border-color: #495057!important;
}

.table-serial{
    counter-reset: row-num;
}

.table-serial tbody tr{
    counter-increment: row-num;
}

.table-serial tr td:first-child::before {
    content: counter(row-num) ". ";
}

.has-error .select2-container{
    border-bottom: 1px solid #f00;
}

.dropdown-menu.grid-action{
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 34px, 0px);
    padding: 0px;
}

.dropdown-menu.grid-action a.dropdown-item{
    border-bottom: 1px solid #ccc;
}

.capitalize{
    text-transform: capitalize !important;
}

.text-shadow-sm {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.text-shadow {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.text-shadow-lg {
    text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.text-shadow-none {
    text-shadow: none !important;
}

.dashboard-quick-links .btn{
    width: 110px;
    overflow: hidden;
}

.dashboard-quick-links .btn + .btn{
    margin-left: 20px;
}

.dashboard-quick-links .btn span.icon{
    font-size: 25px;
    display: block;
}

.header-settings .scroll-wrapper.listview__scroll.scrollbar-inner{
    margin-top: 7px !important;
}

.header-settings .listview__item{
    padding: 0.5rem 1.2rem !important;
}
.header-settings .listview__item + .listview__item{
    border-top: 1px solid #f1f1f1;
}

.draft{
    color: #999999;
}
.sent{
    color: #3A87AD;
}
.viewed{
    color: #F89406;
}
.paid{
    color: #468847;
}
.overdue{
    color: #B94A48;
}
.canceled {
    color: #333333;
}

.quick-stats__item{
    position: relative;
}

.quick-stats__item span.icon{
    position: absolute;
    right: 10px;
    top: 0;
}

.quick-stats__item span.icon i.zmdi{
    font-size: 81px;
    color: rgba(255,255,255,0.5);
}

.legend-heading{
    margin: 0px;
    color: #666;
}

.profile__info{
    width: 100% !important;
}

.widget-visitors__stats.width-100{
    margin-bottom: 0.5rem;
}
.widget-visitors__stats.width-100>div{
    width: calc(100% - 1rem);
}

.cursor-pointer{
    cursor: pointer !important;
}

.item-grid-form td{
    padding: 10px !important;
}

.item-grid-form .input-group input[type="text"]{
    /*border: 1px solid #ccc;*/
    border-radius: 0 3px 3px 0;
}

.item-grid-form .input-group-addon{
    background: #ccc;
    padding: 5px 10px;
    font-size: 0.8rem;
    color: #000;
}
.item-grid-form .input-group-addon:first-child{
    border-radius: 3px 0 0 3px;
}
.item-grid-form .input-group-addon:last-child{
    border-radius: 0px 3px 3px 0px;
}

.item-grid-form textarea.input-sm{
    font-size: 0.9rem;
}

.item-grid-form input[type="text"].input-sm, .item-grid-form select.input-sm{
    height: 27px;
    font-size: 0.9rem;
    padding-left: 5px;
}

.cursor-move{
    cursor: move !important;
}

.border-radius{
    border-radius: 3px !important;
}

#actions {
    margin: 2em 0;
}

#total-progress{
    opacity: 0;
    transition: opacity 0.3s linear;
}

#actions {
    margin: 15px 0;
}

#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear
}

#previews .file-row .delete {
    display: none
}

.file-row .preview img{
    width: 70px !important;
    height: 70px !important;
}

.file-row{
    height: 100px !important;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}
.file-row + .file-row{
    border-top: 0px;
}

.file-row:nth-child(odd){
    background-color: #f1f1f1;
}

.file-row .size strong{
    font-weight: bolder;
}

.invoice{
    max-width: unset !important;
}

.badge.draft{
    background-color: #f6f6f6 !important;
}
.badge.sent{
    background-color: #2196F3 !important;
    color: #fff !important;
}
.badge.viewed{
    background-color: #03A9F4 !important;
    color: #fff !important;
}
.badge.approved{
    background-color: #32c787 !important;
    color: #fff !important;
}
.badge.rejected{
    background-color: #495057 !important;
    color: #fff !important;
}
.badge.canceled{
    background-color: #ff6b68 !important;
    color: #fff !important;
}
.badge.paid{
    background-color: #32c787 !important;
    color: #fff !important;
}
.badge.credit-invoice{
    background-color: #ff6b68 !important;
    color: #fff !important;
}

.hidden{
    display: none;
}

.bottom-3_5{
    bottom: 3.5rem !important;
}

.login__block__header>i{
    font-size: 5rem;
}
.login__block__header>img{
    width: 200px;
    height: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 0 3px rgba(255,255,255,.33);
    background: #fff;
    padding: 10px;
}

.link-fp{
    font-size: 0.9rem;
}

.textarea-label{
    bottom: 5.2rem !important;
}

.settings-logo{
    width: 90%;
    padding: 20px;
    border: 1px solid #f1f1f1;
    position: relative;
}
.settings-logo img{
    width: 100%;
}
.settings-logo .settings-btn-remove{
    position: absolute;
    right: 0;
    top:0;
}

.email-preview iframe{
    width: 100%;
    border: 0px;
}

.mt-6{
    margin-top: 5rem !important;
}
.mb-6{
    margin-bottom: 5rem !important;
}

.guest.invoice{
    min-width: 970px !important;
}

.invoice__attrs__item span.title{
    font-size: 0.9rem !important;
}
.invoice__attrs__item span.val{
    font-weight: bold !important;
}

li.custom-top-menu a{
    text-transform: uppercase;
    margin-right: 10px;
    /*border-right: 1px solid #fff;*/
    padding: 10px !important;
}
li.custom-top-menu a i{
    font-size: 1.2rem !important;
    margin-right: 5px;
}