.mt-20 {
    margin-top: 20px !important;
}

/*Panel Style*/

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}

    .with-nav-tabs.panel-warning .nav-tabs > .open > a,
    .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
        color: #8a6d3b;
        background-color: #faebcc;
        border-color: transparent;
    }

.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #8a6d3b;
    }

        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #faebcc;
        }

    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #8a6d3b;
    }

.error {
    color: #F64E60 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.d-none {
    display: none !important;
}


.stickytimer {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 999;
}

.pt-8 {
    padding-top: 8px !important;
}

.pd-10 {
    padding: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.ripl-title {
    float: right;
    font-size: 20px;
    color: #78909c;
    margin-top: 25px;
    margin-right: 15px;
}

.noty_animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chatbot-open-icon {
    right: 10px !important;
    bottom: 10px !important;
    height: 64px !important;
    width: 64px !important;
}

    .chatbot-open-icon img:first-child {
        width: 44px;
        height: 44px;
    }

    .chatbot-open-icon .notification-icon {
        width: 20px !important;
    }

body {
    background-color: #fff !important;
    /*font-family: Raleway, sans-serif !important;*/
    font-family: "Lexend Deca", sans-serif !important;
    color: #444;
    font-weight: 400;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:active,
a:focus {
    outline: none;
}

/*.page-content {
    margin-left: 60px;
}*/

.pin-it .page-content {
    margin-left: 260px;
}

.input-sizing-list {
    padding: 0px;
    margin: 0px;
}

    .input-sizing-list li {
        list-style: none;
        margin-bottom: 20px;
    }

h1,
h2 {
    font-weight: 300;
}

h3,
h4,
h5,
h6 {
    font-weight: 400;
}

legend {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}

.color-box {
    height: 60px;
    margin-bottom: 30px;
}

.main-container {
    margin: 0px 15px 60px;
}

.navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
}

.alert {
    font-weight: 500;
}
/*--Section Header--*/
.section-header {
    margin-bottom: 20px;
    border-bottom: #eee 1px solid;
    padding-bottom: 20px;
}

    .section-header p {
        margin-bottom: 0px;
    }

    .section-header h1,
    .section-header h2,
    .section-header h3 {
        margin-top: 0px;
    }

.ex-margin {
    margin-bottom: 10px;
}

.ex-margin-top {
    margin-top: 20px;
}

.doc-helper-link a {
    color: cadetblue;
}

    .doc-helper-link a:hover,
    .doc-helper-link a:focus {
        text-decoration: none;
        color: #fcc012;
    }

    .doc-helper-link a i {
        font-size: 14px;
    }

    .doc-helper-link a .doc-link-icon {
        font-size: 13px;
    }

    .doc-helper-link a span {
        padding: 0px 6px;
    }
/*--Table Styles--*/
.table {
    background-color: #fff;
}

.td-export-toolbar {
    text-align: right;
    margin-bottom: 20px;
}

.td-content {
    margin: 20px 0px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
}

.td-select {
    float: left;
}

.r-label {
    padding-left: 10px;
    padding-top: 8px;
    display: inline-block;
}

.DTTT_Print .page-content {
    margin-left: 0px;
}

.dt-table-simple {
    margin-bottom: 20px;
    background-color: #fff;
}

.td-content-simple {
    margin: 20px 0px;
}

.matmix-dt tbody > tr > td {
    vertical-align: middle;
}

    .matmix-dt tbody > tr > td label {
        font-size: 13px;
        font-weight: 500;
    }

.matmix-dt thead > tr > th {
    vertical-align: middle;
    padding: 15px 10px;
    background-color: #f5f5f5;
}

    .matmix-dt thead > tr > th .dt-col-header {
        margin-top: 0px;
        margin-bottom: 6px;
        padding: 0px 10px;
        font-size: 24px;
        font-weight: 300;
    }

    .matmix-dt thead > tr > th p {
        padding: 0px 10px;
        margin-bottom: 0px;
        font-weight: 400;
    }

.matmix-dt thead > tr:first-child > th {
    background-color: #fff;
}

.matmix-dt .tc-center {
    text-align: center;
}

    .matmix-dt .tc-center .btn-toolbar {
        display: inline-block;
    }

.matmix-dt .user-td-thumb {
    width: 32px;
    height: 32px;
    display: inline-block;
}

    .matmix-dt .user-td-thumb img {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.matmix-dt .status-select {
    width: 100px;
    display: inline-block;
}

.table {
    width: 100% !important;
}

.bg-hc-border thead {
    border: #455a64 1px solid;
}

    .bg-hc-border thead > tr > th {
        vertical-align: middle;
        padding: 15px 10px;
        background-color: #546e7a;
        border: #455a64 1px solid;
        color: aliceblue;
    }

        .bg-hc-border thead > tr > th h2 {
            margin-top: 0px;
            margin-bottom: 6px;
            padding: 0px 10px;
            font-size: 24px;
        }

        .bg-hc-border thead > tr > th p {
            padding: 0px 10px;
            margin-bottom: 0px;
            font-weight: 400;
        }

    .bg-hc-border thead > tr:first-child > th {
        background-color: #607d8b;
    }

.bg-hc-stripe thead > tr > th {
    vertical-align: middle;
    padding: 15px 10px;
    background-color: #546e7a;
    border-bottom: #455a64 1px solid;
    color: aliceblue;
}

    .bg-hc-stripe thead > tr > th h2 {
        margin-top: 0px;
        margin-bottom: 6px;
        padding: 0px 10px;
        font-size: 24px;
    }

    .bg-hc-stripe thead > tr > th p {
        padding: 0px 10px;
        margin-bottom: 0px;
        font-weight: 400;
    }

.bg-hc-stripe thead > tr:first-child > th {
    background-color: #607d8b;
}

.td-bulk-action {
    margin: 0px !important;
}

    .td-bulk-action .control-label {
        padding-top: 6px;
        text-align: right;
    }

.dt-pagination {
    text-align: center;
}

    .dt-pagination a {
        color: #666 !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

        .dt-pagination a:hover,
        .dt-pagination a:focus {
            text-decoration: none;
            color: #fcc012 !important;
        }

    .dt-pagination .pagination {
        margin-bottom: 0px;
    }
/*--Preview Helper--*/
.pt-0 {
    padding-top: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.noui-slider-ex {
    padding: 20px;
}

.vertical .noUi-target {
    height: 200px;
}

.slider-input-range span {
    display: block;
    margin-bottom: 4px;
    color: #666;
}

.range-slider-con {
    margin-bottom: 40px;
}

.pricing-range-bar {
    height: 40px;
    margin-bottom: 20px;
}
/*bootbox*/
.bb-alert {
    display: none;
    position: fixed;
    top: 25%;
    right: 20px;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 2000;
}

.bootbox-close-button {
    margin-top: 0px !important;
}

.jqstooltip {
    border: 0px #000 solid !important;
    background-color: #353535 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .jqstooltip * {
        font-size: 12px !important;
    }

.standalone-branding {
    width: 200px;
    margin: auto;
    text-align: center;
    padding: 10px 0px;
}

.standalone-footer {
    width: 200px;
    padding: 20px 0px;
    margin: auto;
    text-align: center;
    color: #888;
    font-size: 12px;
}

    .standalone-footer i {
        color: #fcc012;
        padding: 0px 4px;
    }

    .standalone-footer a {
        padding: 0px 5px;
        color: #444;
        font-weight: 500;
    }

        .standalone-footer a:hover,
        .standalone-footer a:focus {
            text-decoration: none;
            color: #fcc012;
        }

.matmix-icons-list {
    text-align: center;
}

    .matmix-icons-list i {
        transition: all 0.2s ease-in-out;
        width: 63px;
        height: 63px;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        line-height: 63px;
        border: #eee 1px solid;
        margin-bottom: -1px;
        margin-right: -1px;
    }

        .matmix-icons-list i:hover {
            transform: scale(2);
            cursor: pointer;
            background-color: #fff;
            z-index: 1000;
        }

    .matmix-icons-list span {
        transition: all 0.2s ease-in-out;
        width: 63px;
        height: 63px;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        line-height: 63px;
        border: #eee 1px solid;
        margin-bottom: -1px;
        margin-right: -1px;
    }

        .matmix-icons-list span:hover {
            transform: scale(2);
            cursor: pointer;
            background-color: #fff;
            z-index: 1000;
        }

.font-class {
    color: #fcc012;
    width: 300px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    top: 10%;
    right: 20px;
    z-index: 1200;
    text-align: center;
    padding: 20px 10px;
    border: #eee 1px solid;
}

.dataTables_filter {
    /*display: none !important;*/
}

.matmix-font-title {
    margin: 20px 8px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #eee;
}

.footer-container {
    padding: 10px 20px;
    background-color: #003550 !important;
}

.footer-right {
    text-align: right;
}

.footer-meta i {
    color: #fcc012;
}

#scrollTop {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    outline: 0;
    bottom: 30px;
    right: 30px;
    transition: all .2s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #scrollTop:hover {
        background-color: #000;
        transition: all .2s linear;
    }

    #scrollTop i {
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        font-size: 20px;
        color: #fff;
    }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar-mobile {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #003550;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar-mobile.active {
        left: 0;
    }

#dismissmbl {
    position: absolute;
    top: 20px;
    right: 5px;
    cursor: pointer;
    z-index: 999999;
}

.mobile-logo-padding a {
    padding: 10px 0!important;
}

.overlay-mobile {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay-mobile.active {
        display: block;
        opacity: 1;
    }
/*#content-mobile {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}*/
.sidebar-nav-mobile > .sidebar-brand-mobile {
    height: 78.7px;
    background: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(228, 134, 96);
}

.sidebar-nav-mobile li a {
    display: block;
    color: rgb(221, 221, 221);
    text-decoration: none;
    padding: 10px 20px;
}
