/*=======================================================================================
                                       Default styles
=======================================================================================*/
body {
    background: #f4f4f4;
    font-family: "Nunito", sans-serif;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.primaryColor {
    color: #043565;
}

.secondaryColor {
    color: #00BAF2;
}

.primaryBackground {
    background: #043565;
}

.secondaryBackground {
    background: #00BAF2;
}

.primaryButton {
    background: #043565 !important;
    color: #fff !important;
}

.primaryButton:hover, .primaryButton:focus {
    background: #044d87 !important;
}

.secondaryButton {
    background: #00BAF2;
    color: #fff;
}

.secondaryButton:hover, .secondaryButton:focus {
    background: #00d3ff;
}

.displayNone {
    display: none;
}

.fullWidth {
    width: 100%;
}

input {
    border: 1px solid #DCDCE0 !important;
    border-radius: 5px !important;
    text-indent: 5px !important;
}

input:focus {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(30, 136, 229, 0.79) !important;
    box-shadow: 0px 0px 4px 0px rgba(30, 136, 229, 0.79) !important;
}


[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #043565 !important;
    background-color: #043565 !important;
}

[type="checkbox"].filled-in:disabled + span:not(.lever):after {
    border: 2px solid #757575 !important;
    background-color: #757575 !important;
}

[type="radio"]:checked + span:after {
    background-color: #043565 !important;
}

[type="radio"]:checked + span:before {
    background-color: #043565 !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #043565 !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #043565 !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: none !important;
}

.niceATag {
    color: #2d3748;
    text-decoration: underline;
}

.loginHalfPage {
    height: 100%;
    left: 0;
    position: fixed;
    background: url("/img/default/login-half-page.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.loginCard {
    margin-top: 100px !important;
}

.sidenav, nav {
    background: #37474f !important;
}

.sidenav a, .sidenav i {
    color: #fff !important;
}

.sidenav a.active {
    background: #27333d !important;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    padding: 0 32px !important;
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding: 0 32px !important;
}

.sidenav li > a {
    background: #37474f !important;
}

header.navBarOffset, main.navBarOffset, footer.navBarOffset {
    padding-left: 300px;
}

@media only screen and (max-width: 992px) {
    header.navBarOffset, main.navBarOffset, footer.navBarOffset {
        padding-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .center-align-mobile {
        text-align: center !important;
    }

    .fullWidthMobile {
        width: 100% !important;
    }
}

.heading {
    font-size: 24px;
    font-weight: bold;
    color: #043565;
    margin-top: 5px;
    margin-bottom: 8px;
}

.primaryTable thead {
    background: #043565;
}

.primaryTable thead th {
    color: #fff;
}

td, th {
    border-radius: 0 !important;
}

.clickable {
    cursor: pointer;
}

.taskDone {
    text-decoration: line-through;
}

table.simple-padding td {
    padding: 5px !important;
}

.underline {
    text-decoration: underline;
    color: #0c4d78;
}

.underlineHover:hover {
    text-decoration: underline;
}

.dashboardCards {
    height: 47vh;
}

.dashboardTaskTableWrapper {
    height: 37vh !important;
    overflow-y: scroll !important;
}

.customersTable {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.customersTable th {
    padding: 0 5px !important;
}

.customersTable tr {
    background: white;
    width: 100%;
}

.customersTable td {
    padding: 5px;
}

.usersTable {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.usersTable th {
    padding: 0 5px !important;
}

.usersTable tr {
    background: white;
    width: 100%;
}

.usersTable td {
    padding: 5px;
}

.ordersTable {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.ordersTable th {
    padding: 0 5px !important;
}

.ordersTable tr {
    background: white;
    width: 100%;
}

.ordersTable td {
    padding: 5px;
}

.noBackground {
    background: none !important;
}

.statusBadge {
    padding: 10px !important;
    border-radius: 30px !important;
    height: 15px !important;
    width: 100% !important;
}

.userTaskCard {
    height: 420px;
}

.topCard .card-content {
    padding: 12px;
}


.userLogWrapper {
    overflow-y: scroll !important;
    max-height: 257px;
    padding-right: 0 !important;
}


.userLog {
    padding: 18px;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.userLog h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.mailLogSubjectWrapper {
    overflow-y: scroll !important;
    max-height: 520px;
    padding-right: 0 !important;
}


.mailLogSubject {
    padding: 18px;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.mailLogWrapper {
    height: 520px;
}

.mailLogWrapper .card-content {
    padding: 0;
}

.mailLogSubject h4 {
    font-size: 18px;
    margin: 0;
}

.mailLogSubject .mailLogDate {
    font-size: 11px;
    float: right;
}


.mailLogContentWrapper {
    padding: 18px 25px !important;
}

.mailLogContentWrapper h3 {
    font-size: 26px;
    margin: 15px 0 0 0;
}

.mailLogContentWrapper h3 small {
    font-size: 12px;
}

.mailLogDeleteBtn {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

@media only screen and (max-width: 600px) {
    .mailLogDeleteBtn {
        position: inherit;
        float: right;
    }
}

.pagination .active {
    background-color: #043565 !important;
}

.productNote {
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 150px !important;
    border: 1px solid #bebebe;
    border-radius: 5px;
}

.priceLogWrapper {
    min-height: 80px;
    max-height: 350px;
    overflow-y: scroll;
}

.onePriceLog {
    padding: 12px;
    margin: 5px 5px 5px 0;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.onePriceLog i {
    font-size: 36px;
    margin-top: 5px;
}

.onePriceLog span {
    font-size: 18px;
    margin-top: 12px;
}

.onePriceLog h3, .onePriceLog h4 {
    margin: 0;
}

.onePriceLog h3 {
    font-size: 22px;
}

.onePriceLog h4 {
    font-size: 22px;
}

.modal {
    border-radius: 12px;
}

.modal-footer {
    border-top: none !important;
}

@media only screen and (max-width: 600px) {
    .modal {
        top: 0 !important;
        width: 100% !important;
        min-height: 100%;
        max-height: 100%;
        border-radius: 0;
    }
}

.selectTimeFrame {
    border: 2px solid #fff;
}

.selectedTimeFrame {
    border: 2px solid #043565;
}

.selectSyncOption {
    border: 2px solid #fff;
}

.selectedSyncOption {
    border: 2px solid #043565;
}

.selectProductVariant {
    border: 2px solid #fff;
}

.selectedProductVariant {
    border: 2px solid #043565;
}

.categoryBanner h3 {
    color: #fff;
    margin: 12px 8px;
}

.categoryBanner {
    padding: 2px 12px;
    margin: 5px 0;
    height: 50px;
}

.subCategories ul {
    padding-bottom: 10px;
}

.subCategories ul li {
    text-decoration: underline;
    padding: 3px 8px;
}

.categoryWrapper {
    background: #ededed;
}

.portalProductsTable {
    background: #fff;
}

.portalProductsTable td, .portalProductsTable th {
    padding: 0 0 0 12px !important;
}

.priceListTable th.rotate {
    height: 180px;
    white-space: nowrap;
    border-spacing: 0;
    border: 1px solid #ccc;
    text-align: left;
}

.priceListTable th.rotate > div {
    width: 85px;
    transform: rotate(270deg) translatex(-100%);
    transform-origin: top left;
}

.priceListTable td {
    vertical-align: top;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 3px !important;
}

.priceListTable {
    font-size: 13px;
}

.colorIndicator {
    margin-top: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

#color {
    width: 235px;
    height: 80px;
}

.selectInvoiceAddress {
    border: 2px solid #fff;
}

.selectedInvoiceAddress {
    border: 2px solid #043565;
}

.profileAddresses {
    height: 398px;
    overflow-y: scroll;
}

.emailLayoutCard .card-image {
    background: #00BAF2;
    text-align: center;
    height: 160px;
}

.emailLayoutCard .card-image i {
    color: #00BAF2;
    filter: brightness(70%);
    font-size: 80px;
    margin-top: 40px;
}

.dropzone {
    border: 3px dashed #043565 !important;
    color: #043565 !important;
    font-weight: bold;
}

.dropzone .dz-message {
    margin: 3em 0 !important;
}

.emailModal .modal-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.emailModal .modal-content::-webkit-scrollbar {
    display: none !important;
}


/*=======================================================================================
                                       Preloader style
=======================================================================================*/
#loadingIconOverlayWrapper {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 9999 !important;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 300px;
}

.lds-hourglass:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

.loadingText {
    position: relative;
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    color: white;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/*=======================================================================================
                                   End Preloader style
========================================================================================*/


.card {
    border-radius: 6px 6px 6px 6px !important;
    -webkit-box-shadow: 2px 4px 7px 2px rgba(0, 0, 0, 0.03) !important;
    box-shadow: 2px 4px 7px 2px rgba(0, 0, 0, 0.03) !important;
}
