html, body, form, fieldset, table, tr, td, img, input, button, select, textarea, option {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .skin-black-light .main-header>.logo {
        background-color: #fff;
        color: #333;
        border-bottom: 1px solid #eee;
    }
    .skin-black-light .main-header {
        background: #fff;
    }
    .skin-black-light .main-header>.logo:hover {
        background-color: #fcfcfc
    }
    .main-header .logo, .main-header .navbar {
        width: unset;
        float: left;
    }
    .main-header .sidebar-toggle:hover {
        color: #333;
    }
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
    .action-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .un-stuck {
        position: relative !important;
        bottom: unset !important;
        margin-left: unset !important;
    }
}
@media only screen and (max-width: 568px) {
    .custom-edit-button {
        min-width: 66px;
        margin-bottom: 5px;
    }
}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    color: #333;
}
.awc-box-primary {
    border-top-color: #3e9c41;
}
.main-header .sidebar-toggle{
    float: right;
}
.m-r-10 {
    margin-right: 10px;
}
.m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.main-header .logo {
    width: unset;
}
.skin-dark-font-color {
    color: #333;
}
.min-width-370 .input-group.date {
    min-width: 370px;
}
.invoice-notes {
    font-style: italic;
    padding-top: 20px;
}
.payment-amount input, .payment-method select, .payment-date #dp_payment_date {
    min-width: 245px;
}
.payment-amount label, .payment-method label, .payment-date label {
    min-width: 65px;
}
.payment-date label {
    float: left;
    line-height: 30px;
    margin-right: 5px;
}
.border-radius-10 {
    border-radius: 10px;
}
div[id$="isMainBillingContact"]:before {
    content: 'Set as Main Billing Contact:';
    font-weight: 700;
}