html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body .login-card {
    padding: 20px 15px 10px;
    border-radius: 0px;
    width: 250px;
    max-width: 100%;
    font-size: 10px;
    line-height: 1.4;
}

    body .login-card a {
        font-size: 10px;
        line-height: 1.5;
        color: #ffffff;
    }

.login-card .footer {
    background-color: transparent;
    font-size: 10px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0;
}

.login-card form {
    color: #ffffff;
}

.login-card hr {
    display: none;
}

.login-card .form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.login-card .form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.login-card .form-control::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.login-card .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.login-card .form-control {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
}

    .login-card .form-control:focus {
        color: #ffffff;
        background-color: transparent;
        border-color: #ffffff;
    }

.login-card .btn.btn-primary {
    font-size: 15px;
    letter-spacing: 2px;
}

.login-card form {
    padding-top: 10px;
}

.login-card .form-control {
    border-radius: 2px;
    height: 34px;
}

.login-card .btn.btn-primary {
    padding: 6px 20px;
    border: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0;
}

    .login-card .btn.btn-primary:hover {
        color: #ffffff;
        border: none;
        background-color: #354050 !important;
        padding: 6px 20px;
    }

.error-500, .error-503, .error-404, .error-400, .error-403, .login {
    background: none;
}

.focused-form {
    /*background: url(../images/bgimg-login.jpg) no-repeat center center;*/
    background-size: cover;
}

/*-------------------------------------------------------------------------------------------------------------- Login legend //*************/
.main-header-top .logo {
    text-align: left;
    background: #fff;
}

.main-header-top .sidebar-toggle {
    background-color: rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header-top > .navbar {
    background-color: #fff;
}

.sidebar-menu > li.active > a {
    color: #fff;
    font-weight: 600;
    background: #dd6f38;
    border-radius: 5px;
}

.sidebar-menu > li {
    background: #dd6f38;
    color: #ccc;
    border-radius: 5px;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 15px;
    color: #000000;
}

    .sidebar-menu .treeview-menu > li > a:hover {
        color: #ffffff;
        background: #626161;
    }

/*.fixed .main-header-top {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.39);
}*/
.sidebar .user-panel {
    padding: 30px 10px;
    background-image: none;
    background-size: cover;
    background-color: #15181f;
}

.user-profile-image {
    color: #fff;
    text-transform: uppercase;
    background-color: #dd6f38;
    padding: 8px 15px;
    border-radius: 100%;
}

.sidebar-menu li a span {
    margin-right: 8px;
}

.nav-level {
    border-top: 0 solid #efefef;
}

.sidebar-menu .treeview-menu {
    padding-top: 0;
    padding-bottom: 0;
}

    .sidebar-menu .treeview-menu > li.active > a {
        color: #232834;
        background: #b5bbc1;
    }

.sidebar-menu > li > a {
    color: #282e3c;
    font-weight: 500;
}

.user-panel .info p {
    color: #707580;
}

.main-header h4 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #9a9a9a;
}

    .main-header h4 a {
        color: #9a9a9a;
    }

        .main-header h4 a:hover {
            color: #354050;
        }

    .main-header h4 span {
        color: #ff6a00;
    }

.main-header {
    padding: 10px 0 10px 15px;
    background: #fff;
    margin-bottom: 25px;
}

.sidebar-menu > li > a:hover {
    background-color: #626161;
    color: #fff;
    border-radius: 5px;
}

.card-header {
    padding: 10px 20px;
    background-color: #282e3c;
    color: #757575;
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: none;
    /**/
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0px;
    height: 30px;
    text-indent: 10px;
    text-align: left;
    /* */
}

select.form-control option {
    font-size: 14px !important;
}

/*--------------------------------------------------------- data table css customization ------------------------------------------------*/
.pagination > li > a, .pagination > li > span {
    color: #08090c;
    background-color: #e6e6e6;
    border: 1px solid #c8c9ca;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #354050;
    border-color: #0f1c44;
    cursor: default;
    color: #ffffff;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #bdbdbd;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
}

.pagination > li {
    display: inline;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

::-webkit-scrollbar-thumb {
    background: #35383e;
    border: thin solid #6c6e6f;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #d3d3d3;
    -webkit-box-shadow: 0 0 3px #dfdfdf inset;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 0;
}

.tab-content > .active {
    width: 100%;
    display: inline-block;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #ccc;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
    color: #1b8bf9;
    border: none;
    /*background-color: rgba(0, 0, 0, 0.06);*/
    border-radius: 0;
}

.nav-tabs {
    border-bottom: 0 solid #ddd;
    /* */
}

.table th {
    padding: 8px;
}

.table td {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.color-picker {
    top: 75px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0;
}

    .form-control:focus {
        border-radius: 0;
        border: 1px solid #444343;
    }

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #ddd;
    border-color: #ddd #ddd transparent;
}

label {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    text-transform: capitalize;
}

.btn-default, .btn-default:focus, .btn-default:hover {
    background-color: #232834;
    color: #757575;
}

/*.content-wrapper{
    padding-top:20px;
}*/
.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-indent: 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 767px) {
    .horizontal-fixed .main-sidebar .sidebar-menu li .treeview-menu li {
        display: list-item;
        min-width: 220px;
    }

    .horizontal-fixed.fixed .container-fluid {
        margin-top: 122px;
    }
}

.horizontal-fixed.fixed .content-wrapper {
    margin-left: 0;
}

@media (max-width: 767px) {
    .horizontal-fixed.content-wrapper {
        margin-top: 100px;
    }

    .content-wrapper {
        margin-top: 50px;
    }

    .fixed .content-wrapper {
        margin-top: 50px;
    }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------*/
.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #dd6f38;
    border-color: #dd6f38;
}

    .btn-primary, .btn-primary:focus, .btn-primary:hover {
        background-color: #d07420 !important;
        border-color: #d07420 !important;
    }

.btn-primary-blue, .btn-primary-blue:focus, .btn-primary-blue:hover {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff;
}

.main-sidebar {
    background: #354050;
}

.sidebar-menu > li > a {
    background-color: #354050;
}

.sidebar-menu > li > a {
    color: #fff;
    font-weight: 700;
}

.main-header-top .navbar .top-nav > li > a {
    opacity: 0.9;
    color: #354050;
}

.main-header-top .logo {
    text-align: left;
    background: #fff;
}

.main-header-top .logo {
    padding: 0px;
}

.able-logo {
    display: inline-block;
    margin-right: 10px;
}

.main-header-top .top-nav .notification-menu .not-head {
    background-color: #f3f3f3;
}

.card-header-text {
    color: #354050;
}

.card-header {
    padding: 10px 20px;
    background-color: #ffffff;
}

table thead tr {
    color: #ffffff;
    background-color: #97a0a5;
    border-color: #263238;
    font-size: 14px;
    font-weight: normal;
}

.card {
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid #ccc;*/
}

@media (max-width: 767px) {
    .main-header-top .navbar {
        width: 100%;
        float: none;
        margin: 0;
        background-color: #354050;
    }

        .main-header-top .navbar .top-nav > li > a {
            opacity: 0.9;
            color: #fff;
        }

    .sidebar-menu > li > a {
        border-bottom: 1px solid #092948;
    }
}

.table-bordered a > i {
    font-size: 17px;
    margin-right: 8px;
    color: #d07420;
    cursor: pointer;
}

.treeview .h-active > a {
    color: #ffffff !important;
    font-weight: 500;
    background: #626161;
}

.h-active .s-active > a {
    color: #ffffff !important;
    font-weight: 500;
    background: #626161;
}

/*.custom-control-indicator {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #999;
}*/
.margin-ten {
    margin-bottom: 10px;
}

.custom-control-description {
    font-size: 13px;
    font-weight: 400;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.dataTables_filter {
    display: none;
}

.modal-header {
    background: #354050;
}

    .modal-header h4.modal-title {
        color: #ffffff;
        font-size: 1rem;
    }

.close {
    color: #ffffff;
}

    .close:focus, .close:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
    }

.dt-toolbar .form-control {
    width: 60px !important;
}

.help-txt ul li {
    padding: 5px 6px;
    list-style: disc;
    list-style-position: outside;
    margin: 0px 15px;
}

.new_select {
    background: #e5e5e5;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: #444444;
}

    .new_select:focus {
        background: #e5e5e5;
        border-radius: 4px;
        border: none;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        font-weight: 700;
        color: #444444;
    }

    .new_select option {
        background: #ffffff;
    }

.in-table .jqTransformSelectWrapper {

    width: 100% !important;
    position: relative;
    height: 30px;
    float: left;
    background: #fff;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
    font-weight: normal;
    color: #55595c;
    margin-bottom: 0px;
}

    .in-table .jqTransformSelectWrapper div span {
        font-size: 14px;
        font-weight: normal;
        color: #55595c;
        float: none;
        width: 94% !important;
        position: absolute;
        white-space: nowrap;
        height: 30px;
        line-height: 15px;
        padding: 6px 0 0 14px;
        overflow: hidden;
        cursor: pointer;
        /*border: 1px solid #CCCCCC;*/
        /*  border-right: none;*/
    }

    .in-table .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 5px;
        width: 26px;
        top: 2px;
        height: 24px;
        background: url(../images/in-table-right.png) no-repeat center center;
    }

    .in-table .jqTransformSelectWrapper ul a {
        display: block;
        padding: 5px 5px 5px 10px;
        text-decoration: none;
        font-size: 13px;
        font-weight: normal;
        color: #55595c;
        background-color: #FFF;
    }

    .in-table .jqTransformSelectWrapper ul {
        position: absolute;
        width: 43px;
        top: 29px;
        left: 90%;
        list-style: none;
        background-color: #FFF;
        border: solid 1px #CCC;
        display: none;
        margin: 0px;
        padding: 0px;
        min-width: 150px;
        width: auto !important;
        height: auto;
        overflow: auto;
        overflow-y: auto;
        white-space: nowrap;
        z-index: 99 !important;
    }

.jqTransformSelectWrapper {
    width: 100% !important;
    position: relative;
    height: 30px;
    float: left;
    background: #c8c8c8;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(163, 179, 195, 0.9);
    box-shadow: 0px 3px 3px 0px rgba(163, 179, 195, 0.9);
    font-weight: 700;
    color: #444444;
    margin-bottom: 10px;
}

    .jqTransformSelectWrapper div span {
        font-size: 14px;
        font-weight: 700;
        color: #444444;
        float: none;
        width: 94% !important;
        position: absolute;
        white-space: nowrap;
        height: 30px;
        line-height: 15px;
        padding: 8px 0 0 13px;
        overflow: hidden;
        cursor: pointer;
        /*border: 1px solid #CCCCCC;*/
        /*  border-right: none;*/
    }

    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 5px;
        width: 26px;
        top: 4px;
        height: 24px;
        background: url(../images/right-select.png) no-repeat center center;
    }

    .jqTransformSelectWrapper ul {
        position: absolute;
        width: 43px;
        top: 32px;
        left: 90%;
        list-style: none;
        background-color: #FFF;
        border: solid 1px #CCC;
        display: none;
        margin: 0px;
        padding: 0px;
        min-width: 150px;
        width: auto !important;
        height: auto;
        overflow: auto;
        white-space: nowrap;
        overflow-y: auto;
        z-index: 10;
    }

        .jqTransformSelectWrapper ul a {
            display: block;
            padding: 5px 5px 5px 10px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            color: #444;
            background-color: #FFF;
        }

            .jqTransformSelectWrapper ul a.selected {
                /*background: #EDEDED;*/
                color: #303030;
            }

                .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
                    background: #efefef;
                    color: #303030;
                }

.jqTransformHidden {
    display: none;
}

.registration_form {
    width: auto;
}

.list_box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    height: 207px;
    overflow: auto;
}

    .list_box ul {
        margin: 0px;
        padding: 0px;
    }

        .list_box ul li {
            margin: 0px;
            padding: 0px;
            line-height: 1.25;
            color: #55595c;
            font-size: 14px;
            display: block;
            padding: 3px 10px;
        }

            .list_box ul li:hover, focus {
                background: #EDEDED;
                cursor: pointer;
            }

            .list_box ul li.active {
                background: #EDEDED;
            }

.new_bg {
    background: #354050;
}

.panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.side-box {
    height: 65px !important;
}

.dashboard-product {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
}

a.new_tooltip span {
    z-index: 10;
}

a.new_tooltip:hover span {
    display: inline;
    position: absolute;
    border: 1px solid #767676;
    background: #ffffff;
}

a.new_tooltip > span {
    width: auto;
    padding: 2px 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    font-style: normal;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.35);
    color: #575757;
    border: 1px solid #767676;
}

a.new_tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    top: 35px;
    display: inline;
    position: relative;
    left: 0;
}

a.grid_tooltip {
    width: 30px !important;
    overflow: hidden;
    position: relative !important;
}

    a.grid_tooltip span {
        z-index: 10;
        display: block;
    }

    a.grid_tooltip:hover span {
        display: inline;
        position: absolute;
        border: 1px solid #767676;
        background: #ffffff;
    }

    a.grid_tooltip > span {
        min-width: 100px;
        max-width: 320px;
        padding: 2px 5px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        position: fixed;
        font-size: 12px;
        font-style: normal;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.35);
        color: #575757;
        border: 1px solid #767676;
    }

    a.grid_tooltip:hover > span {
        opacity: 1;
        text-decoration: none;
        visibility: visible;
        overflow: hidden;
        top: 20px;
        display: inline;
        position: absolute;
        word-wrap: break-word;
        left: 20px;
    }

option {
    padding: 0px !important;
    margin: 0px !important;
}

.input-group-addon {
    padding: 5px .75rem;
    font-size: 14px;
    line-height: 1.25;
}

ul.list_view {
    margin: 0px;
    padding: 0px 6px;
}

    ul.list_view li {
        padding: 2px 5px;
        color: #ffffff;
        display: inline-block;
        font-size: 13px;
        list-style-position: outside;
    }

.btn-space {
    padding: 6px 11px;
}

.new-orders i {
    background: #3f51b5;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 18px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
    font-size: 19px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.modal-body p {
    margin-top: 10px;
}

.nav-link.active {
    background-color: #dd6f38 !important;
    border-color: #dd6f38 #dd6f38 transparent !important;
    color: #ffffff !important;
}

.side-box i {
    position: relative;
    top: 10px;
    left: 5px;
    cursor: auto;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.custom-header {
    text-align: center;
    padding: 3px;
    background: #c8c8c8;
    font-weight: 700;
    color: #444444;
}

.new-title:after {
    display: block;
    content: "powered by";
    font-size: 11px;
    text-align: left;
    width: 240px;
    margin: 0 auto;
    color: black;
    background-image: url(../images/ak_logo.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 40px;
    padding-top: 21px;
}

label {
    text-transform: inherit !important;
}

.btn-gray.btn-on.active {
    background-color: #5BB75B;
    color: white;
}

.btn-gray.btn-off.active {
    background-color: #DA4F49;
    color: white;
}

.btn-gray {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.table-img img {
    width: 130px;
    height: 130px;
    display: inline-block;
}

.new_gray {
    background: #626161;
    color: #ffffff;
}

    .new_gray:hover {
        background: #ffffff;
        color: #626161;
        border-color: #ccc;
    }

.dashboard-total-products {
    font-weight: 700;
}

.data-dropdown {
    top: 56px;
    position: relative;
    z-index: 9;
    right: 5px !important;
}

.dropdown-box {
    height: 200px;
    overflow: auto;
}

.new-drop-box {
    height: 200px;
    overflow-y: auto;
    overflow-x: scroll !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.new-multiple {
    width: auto;
    border: 0px;
    height: 200px;
}

option {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    option::-webkit-scrollbar {
        width: 0 !important;
    }

.new-multiple:focus {
    border: 0px !important;
}

.url-box {
    padding: 10px;
    height: 150px;
    overflow: auto;
}

    .url-box ul li a i {
        color: #dd6f38;
        font-size: 16px;
        font-weight: 700;
        padding-right: 5px;
    }

    .url-box ul li {
        font-size: 13px;
    }

        .url-box ul li a {
            display: inline-block;
            margin: 0px;
            font-size: 13px;
            padding: 3px 0px;
            margin-left: 5px;
        }

.pink-color {
    background: #fa73c9;
}

.footer {
    background: #ffffff;
    padding: 10px 15px;
}

.footer-new {
    background: transparent;
    padding: 16px;
    color: #dd6f38;
    font-weight: bold;
    font-size: 15px;
}

body #page-wrapper {
    margin: 0;
}

.horizontal-fixed.fixed .login .container-fluid {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-block-wrap input[type="submit"].btn.btn-primary {
    padding: 8px 10px;
    color: #ffffff;
    border: none;
}

    .card-block-wrap input[type="submit"].btn.btn-primary:hover {
        background-color: #354050 !important;
    }

.card-block-wrap {
    padding-top: 1px;
    padding-bottom: 1px;
}

.card.max-480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.card-block-wrap .row-flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.px-30.max-320 {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.card-dashboard-product .bg-dark-primary {
    background-color: #354050 !important;
}

.report-content {
    padding: 0 30px;
    background-color: #f8f9fa;
}

    .report-content .new_tooltip {
        position: relative;
    }

        .report-content .new_tooltip > span, .report-content .new_tooltip:hover > span {
            border: none;
            border-radius: 4px;
            background-color: #003568;
            color: #ffffff;
            padding: 2px 10px;
            left: 50%;
            bottom: calc(100% + 2px);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            position: absolute;
            top: auto;
        }

    .report-content .card-top-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 15px;
    }

        .report-content .card-top-bar .card-header-info {
            padding-right: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .report-content .card-top-bar .card-header-text {
            font-size: 22px;
            margin-bottom: 2px;
        }

    .report-content .col-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .report-content .col-flex .cardbox {
            width: 100%;
        }

    .report-content .cardbox {
        -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
        background: #fff;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .report-content .cardbox .cardbox-head {
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 10px 10px 0 0;
            background-color: #dd6f38;
            color: #ffffff;
            margin: 0;
            font-size: 17px;
        }

            .report-content .cardbox .cardbox-head i {
                margin-right: 10px;
            }

        .report-content .cardbox .cardbox-body {
            padding: 20px;
        }

            .report-content .cardbox .cardbox-body .table {
                margin-bottom: 0;
                border: 1px solid #999999;
            }

                .report-content .cardbox .cardbox-body .table td {
                    border: 1px solid #999999;
                    line-height: 1.3;
                }

                    .report-content .cardbox .cardbox-body .table td:last-child {
                        padding-right: 0;
                    }

                    .report-content .cardbox .cardbox-body .table td a {
                        font-size: 14px;
                        color: #666666;
                    }

                        .report-content .cardbox .cardbox-body .table td a:hover {
                            color: #354050;
                        }

    .report-content .flex-wrapper-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .report-content .flex-wrapper-row .flex-wrapper-column {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .report-content .flex-wrapper-row .flex-wrapper-column .cardbox {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
            }

        .report-content .flex-wrapper-row .flex-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .report-content .flex-wrapper-row .flex-col .cardbox {
                width: 100%;
            }

    .report-content .btn.btn-primary {
        font-size: 12px;
        padding: 10px 13px !important;
        padding-left: 3px;
        margin-right: 3px;
        border-radius: 2px;
        font-family: 'Open Sans', sans-serif;
        border: none;
    }

        .report-content .btn.btn-primary.bold-text {
            font-weight: bold;
        }

            .report-content .btn.btn-primary.bold-text i {
                padding-right: 4px;
            }

        .report-content .btn.btn-primary:hover {
            background-color: #003568;
            color: #fff;
        }

    .report-content .form-inner-2.flex-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .report-content .form-inner-2.flex-1 .form-inline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .report-content .form-inner-2.flex-1 .form-inline .form-group {
                padding-right: 10px;
            }

        .report-content .form-inner-2.flex-1 .form-group-action {
            padding-right: 10px;
        }

        .report-content .form-inner-2.flex-1 .checkbox-type-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .report-content .form-inner-2.flex-1 .checkbox-type-group input[type="checkbox"] {
                margin-right: 10px;
            }

        .report-content .form-inner-2.flex-1 .col-form-label {
            line-height: 23px;
            padding-top: 6px;
            padding-bottom: 1px;
        }

        .report-content .form-inner-2.flex-1 .form-group {
            margin-bottom: 8px;
        }

            .report-content .form-inner-2.flex-1 .form-group.center-type {
                margin-top: auto;
                margin-bottom: auto;
                padding-bottom: 8px;
            }

                .report-content .form-inner-2.flex-1 .form-group.center-type input[type="checkbox"] {
                    margin-right: 6px;
                }

        .report-content .form-inner-2.flex-1 .form-control {
            padding: 6px 10px;
            border-radius: 4px;
            height: 35px;
        }

        .report-content .form-inner-2.flex-1 .mr-10 {
            margin-right: 10px;
        }

    .report-content .table-outer .table-type-2 {
        margin-bottom: 30px;
    }

        .report-content .table-outer .table-type-2 tbody tr:last-child td {
            font-size: 20px;
            font-weight: 600;
            color: #003568;
        }

    .report-content #chartContainer h2 {
        color: #003568;
        font-weight: 600;
    }

    .report-content #downloadAllReport {
        display: inline-block;
        font-size: 15px;
        padding: 8px 16px !important;
        font-weight: 600;
        padding-left: 3px;
        margin-right: 3px;
        border-radius: 2px;
        font-family: 'Open Sans', sans-serif;
        border: none;
        background-color: #dd6f38;
        color: #ffffff;
    }

        .report-content #downloadAllReport:hover {
            background-color: #003568;
            color: #fff;
        }

.header-title-1 h3 {
    font-size: 22px;
    padding-bottom: 20px;
    color: #354050;
}

.card-primary-box {
    padding: 30px;
    border-radius: 10px;
    background: #dd6f38;
    color: #fff;
}

    .card-primary-box p {
        color: #ffffff;
    }

.card-white-box1 {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
}

    .card-white-box1 .white-box-header {
        background-color: #dd6f38;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 30px;
        border-radius: 10px 10px 0 0;
    }

        .card-white-box1 .white-box-header h4 {
            margin: 0;
            font-weight: 600;
            font-size: 16px;
        }

    .card-white-box1 .white-box-content {
        padding: 30px 30px 20px;
    }

.tab-typr1 {
    display: flex;
}

    .tab-typr1 .title-tab {
        border-radius: 4px 4px 0 0;
        border: 2px solid #dd6f38;
        padding: 10px 20px;
        line-height: 1.1;
        font-size: 16px;
        font-weight: 600;
        margin-right: 4px;
        cursor: pointer;
        margin-bottom: -2px;
    }

        .tab-typr1 .title-tab.active {
            background-color: #dd6f38;
            color: #ffffff;
        }

.tab-content-wrapper {
    border: 2px solid #dd6f38;
    display: flex;
    background-color: #ffffff;
    border-radius: 0 10px 10px 10px;
}

    .tab-content-wrapper .col-form-label {
        padding-top: 0;
    }

    .tab-content-wrapper > div {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        transition: all .32s ease-in-out;
    }


@media screen and (min-width: 768px) {
    .tab-content-wrapper > div {
        padding: 30px;
    }
}

.tab-content-wrapper > div.active {
    opacity: 1;
    visibility: visible;
}

.tab-content-wrapper > div.tab-content-1 {
    margin-right: -100%;
}

.tad-content-x .md-group-add-on {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    border-radius: 4px;
    background-color: #f1f2f2;
}

    .tad-content-x .md-group-add-on .md-input-file {
        flex: 1 1 auto;
        padding: 0;
        border: none;
        background-color: #f1f2f2;
    }

        .tad-content-x .md-group-add-on .md-input-file .md-form-control.md-form-file {
            border: none;
            box-shadow: none;
            outline: none;
            height: 48px;
        }

    .tad-content-x .md-group-add-on .md-add-on-file input {
        height: 48px;
    }

.form-filed-action-btn {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    border-radius: 4px;
    background-color: #f1f2f2;
    height: 48px;
}

    .form-filed-action-btn select.form-control:not([size]):not([multiple]) {
        margin-right: auto;
        height: 48px;
    }

    .form-filed-action-btn .form-control {
        margin-right: auto;
        height: 48px;
        flex: 1 1 auto;
        border: none;
        background-color: #f1f2f2;
        max-width: calc(100% - 90px);
    }


/* .title-tab {
    background: #d07420;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  margin-bottom: 0;
} */
/* .tad-content-x {
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 0 0 10px 10px;
  box-shadow: 0 0 12px rgba(0,0,0,.15);
  flex: 1 1 auto;
}
.flex-type {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.row-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
} */

/* folders */
.folder-sidebar-type1 {
    width: 100%;
   /* background: #dd6f38; */
    border-radius: 10px;
    --c-color1: #ffffff;
    margin-bottom: 20px;
}

    .folder-sidebar-type1 .col-form-label {
        width: 100%;
        background: #d07420;
        color: #fff;
        padding: 10px 30px;
        border-radius: 10px 10px 0 0;
    }

    .folder-sidebar-type1 .widget-wrapper {
        padding: 30px;
    }
/*
.folder-sidebar-type1 .col-form-label {
  color: var(--c-color1);
}
.folder-sidebar-type1 .search-input.form-control {
    height: 34px;
    border-radius: 4px;
    border: none;
    color: #333333;
}
.folder-sidebar-type1 .search-input.form-control::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
.folder-sidebar-type1 .search-input.form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.folder-sidebar-type1 .search-input.form-control:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
.folder-sidebar-type1 .search-input.form-control::-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
.folder-sidebar-type1 .search-input.form-control::placeholder {
  color: #333333;
  opacity: 1;
}
.folder-sidebar-type1 .jstree-default .jstree-node {
  color: var(--c-color1);
}
.folder-sidebar-type1 .jstree-default .jstree-icon {
  background-image: url("../images/icon-tree-white.png");
  color: var(--c-color1);
}
.folder-sidebar-type1 .jstree-default .jstree-themeicon-custom {
  background-image: none;
  color: var(--c-color1);
}
.folder-sidebar-type1 .jstree-default .jstree-clicked {
  transition: all .25s ease-in-out;
  color: var(--c-color1);
}
.folder-sidebar-type1 .jstree-default .jstree-clicked.jstree-hovered,
.folder-sidebar-type1 .jstree-default .jstree-hovered {
  background-color: #a9580d;
  border-color: #a9580d;
  outline: none;
  box-shadow: none;
} */
.form-container-section.folder-content-1 {
    width: 100%;
    margin-bottom: 20px;
}

.folder-content-1 .col-form-label {
    font-weight: 600;
    padding-right: 6px;
}

.card-white-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .form-container-section.folder-content-1 {
        width: calc(100% - 300px);
        padding: 0 0 0 30px;
    }

    .card-white-box {
        min-width: 300px;
    }

    .folder-sidebar-type1 {
        max-width: 300px;
    }
}
@media screen and (min-width: 992px) {
  .form-container-section.folder-content-1 {
    min-width: 400px;
  }
}
.bg-orange  {
  background-color: #e17a1c;
}
.b-radius-10 {
  border-radius: 10px;
}
.card-header-text i.fas.fa-folder-open {

    padding-right: 8px;
}

