table.default td, table.default th{
    border-radius: 0;
}
table.top-align td{
    vertical-align: top;
}
table.tighter td, table.tighter th{
    padding-top: 6px;
    padding-bottom: 6px;
}
table.tightest td, table.tightest th{
    padding-top: 3px;
    padding-bottom: 3px;
}
table.tighter td .browser-default, table.tighter th .browser-default{
    padding: 0.05rem 0.25rem !important;
    height: calc(1.9rem + 2px);
    font-size: 0.95rem;
}
.page-header{
    position: relative;
}
.page-header .right-section{
    position: absolute;
    top: 0;
    right: 0;
}
.page-header .title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 7px;
}
.input-label{
    margin-bottom: 5px;
}
.input-label.required:after{ content: "*"; color: #e54658; margin-left: 5px; }
.user-thumb{
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
    position: relative;
    /*border:#f00 solid 1px;*/
}
.user-thumb .thumb-title{
    display: inline-block;
    line-height: 1.5 !important;
}
.user-thumb .tile-badge{
    position: absolute;
    top: -12px;
    right: 12px;
    display: inline-block;
    line-height: 1.1;
    padding: 3px 7px;
    background-color: #7b1fa2;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 15px;
    /*box-shadow: #333 2px 2px 4px;*/
}
.user-thumb .is-private{
    position: absolute;
    top: -15px;
    left: 110px;
    display: inline-block;
    color: #d32226;
    font-size: 1.5rem;
}
.user-thumb .thumb-img{
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    background-color: #ddd;
}
.user-thumb.rect{
    padding-left: 125px;
}
.user-thumb.rect .thumb-img{
    border-radius: 0;
    width: 110px;
}
.cfi-preview{
    background-color: #ddd !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.cfi-preview.fix-width{
    max-width: 100%;
    width: 150px;
    height: 150px;
    /*margin: 0 auto;*/
}
@media only screen and (max-width: 600px){
    .page-header .title {
        font-size: 16px;
        margin-top: 18px;
    }
}
/*----------------------------------------------------
    INDEX PAGE
------------------------------------------------------*/
.login-form {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 320px;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    margin-top: 10px;
}

.profile-image-login {
    width: 100px;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}
.login-form .material-icons {
    padding-top: 12px;
}

/*----------------------------------------------------
    HEADER
------------------------------------------------------*/
header nav .page-title{
    font-size: 21px;
    margin-left: 220px;
}
header nav {
    color: #fff;
    background-color: #c7312d;
    width: 100%;
}
header .chip{
    background: white;
    color: #444;
}
header .chip i{
    height: 32px;
    line-height: 32px;
}
header .chip i.left{
    margin-right: 8px;
}
header .chip i.right {
    margin-left: 0px;
}
#settings-dropdown{
    width: 190px;
}

/*----------------------------------------------------
    SIDEBAR
------------------------------------------------------*/
.side-nav{
    background-color: #0c0e2a;
}
.side-nav.fixed{
    height: calc(100%);
    height: -moz-calc(100%);
    overflow: hidden;
    padding-bottom: 40px;
    width: 200px;
}
.side-nav.fixed .menus{
    overflow: hidden;
    height: 100%;
}

.side-nav.fixed li{
    position: relative;
}

.side-nav.fixed .notiCount{
    position: absolute;
    display: inline-block;
    background: #ee3b13;
    color: #fff;
    box-shadow: #000 1px 1px 5px;
    min-width: 25px;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    top: -3px;
    right: 8px;
    z-index: 5;
    cursor: default;
}

.side-nav.fixed .ps-scrollbar-y-rail {
    right: 0 !important;
}
.side-nav.fixed li>a>i {
    color: #eee;
    line-height: 47px;
}
.side-nav.fixed > li:first-child{
    line-height: normal;
}
.side-nav.fixed .user-view, .side-nav.fixed .userView {
    padding: 10px;
}
.side-nav.fixed li>a {
    color: #eee;
    font-weight: 400;
    padding: 0 10px;
}
.side-nav.fixed li>a:hover {
    background-color: rgba(0,0,0,0.4);
    
}
.side-nav.fixed,
.side-nav.fixed ul,
.side-nav.fixed li,
.side-nav.fixed a {
    display: block;
    font-weight: normal;
}
.side-nav.fixed li>a.active>i, .side-nav.fixed > li > ul > li > a.active, .side-nav.fixed li>a.active:hover, .side-nav.fixed ul ul li a.active, .side-nav.fixed ul ul li.active a {
    background: #3b3e5e;
    color: #fff;
}
.side-nav.fixed ul ul {
    display: none;
}
.side-nav.fixed ul ul a {
    color: #eee;
    padding-left: 50px;
}
.side-nav.fixed ul ul ul a {
    padding-left: 70px;
}
.side-nav.fixed ul li a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.side-nav.fixed ul li .arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: 'themify';
    text-rendering: auto;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #888;
    //line-height: 2.3;
}
.side-nav.fixed ul li .arrow:before {
    content: "\e649";
}
.side-nav.fixed ul li a.subdrop .arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*----------------------------------------------------
    RIGHT SIDEBAR
------------------------------------------------------*/

#right-sidebar{
    overflow: hidden;
    background-color: #fff;
}

#right-sidebar h4{
    background-color: #0c0e2a;
    color: #f5f5f5;
    margin: 0;
    padding: 8px 0 8px 10px;
}
#right-sidebar h4 i{
    padding-right: 5px;
}
#right-sidebar h4 .btn{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
#right-sidebar form{
    height: 100%;
}
#right-sidebar .collapsible{
    height: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100%);
    overflow: hidden;
}
#right-sidebar .collapsible-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#right-sidebar .collapsible-body {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
#right-sidebar label {
    color: #666;
}

/*----------------------------------------------------
    COMMON FOR ALL PAGES
------------------------------------------------------*/
section.content {
    min-height: calc(100% - 100px);
    padding: 15px;
    padding-left: 205px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media only screen and (max-width: 992px){
    header nav .page-title{
        margin-left: 0px;
    }
    section.content {
        padding: 0px;
    }
}

/*----------------------------------------------------
    DASHBOARD
------------------------------------------------------*/

.dashboard .preloader-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.dashboard .stats .card-panel{
    position: relative;
}
.dashboard .stats .value{
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 35px;
    font-weight: 300;
}
.dashboard .stats .percent{
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-weight: 300;
}
.dashboard .stats .percent.plus{
    color: #34b44a
}
.dashboard .stats .percent.minus{
    color: #ce2029
}
.dashboard .graph{
    width: 100%;
    height: 350px;
}
.dashboard .input-field .prefix {
    color: #888;
    top: 12px;
    width: 2rem;
    font-size: 1.5rem;
}
.dashboard .input-field .prefix ~ input{
    margin-left: 2rem;
    width: 92%;
    width: calc(100% - 2rem);
}

/*----------------------------------------------------
    ADD CATEGORY
------------------------------------------------------*/
.tree-structure label{
    color: #454545;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 5px;
    padding-top: 5px;
}
.tree-structure .nav>li>.title > a.branch { font-weight: bold; padding: 10px 0px;}
.tree-structure .nav>li>.title > a {
    color: #454545;
    display: inline-block;
    font-weight: 400;
    padding: 10px 0px 7px 10px;
    line-height: normal;
}
.tree-structure .nav>li>.title > a:hover, .tree-structure .nav>li>.title > a:focus, .tree-structure .nav > li>.title > a.active { background-color: transparent; color: #454545}
.tree-structure .nav>li>.title > a.text-muted {  color: #ccc; }
.tree-structure .divBlock label.text-muted {  color: #ccc; }

.tree-structure .divBlock{
    color: #3b3e5e;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 15px;
    vertical-align: top;
}
.tree-structure .divBlock > .title{
    position: relative;
}
.tree-structure .divBlock > .title > label{
    color: #3b3e5e;
    font-size: 1rem;
}

.tree-structure .tree-toggle{  margin-top: 8px; }
.tree-structure .tree-toggle .material-icons{  vertical-align: bottom; margin-right: 5px; }
.tree-structure .tree ul { margin:0; padding:0; list-style:none; }
.tree-structure .tree ul { margin-left:0.5em; position:relative }
.tree-structure .tree ul ul { margin-left:.5em; display: none; }
.tree-structure .tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid #454545;
}
.tree-structure .tree li {
    margin:0;
    padding:0 1em;
    color:#454545;
    font-weight:700;
    position:relative;
}
.tree-structure .tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:3px;
    position:absolute;
    top:1em;
    left:0
}
.tree-structure .tree ul li:last-child:before {
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree-structure .tree li a {
    text-decoration: none;
    color:#369;
}
.tree-structure .tree li button, .tree-structure .tree li button:active, .tree-structure .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.tree-structure .tree li .folder, .tree-structure .divBlock .folder {
    color:#fcc20d;
    margin-right: 5px;
}

.tree-structure .btn-group{
    position: absolute;
    top: 5px;
    right: 0px;
    opacity: 0;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    z-index: 1;
}
.tree-structure .title:hover .btn-group{ opacity: 1 }
.tree-structure .btn-group .btn i{
    color: #555;
    font-size: 1.3rem;
}
.tree-structure a.btn-secondary{
    background-color: #fff;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    width: 28px;
    padding: 0;
}


.category-pic{
    margin: 0;
}
.category-pic .jFiler-item {
    padding: 0;
    width: 100%;
}
.category-pic .image-holder{
    margin-top: 10px;
    width: 100%;
}
.category-pic .image-holder img{ max-width: 100% }
.category-pic .icon-jfi-trash{
    float: right;
    border: 1px solid;
    border-radius: 3px;
    margin-top: 5px;
    padding: 5px 10px;
}

@media (max-width: 1100px)
{
    .tree-structure a:last-child.btn-secondary{
        display: none;
    }
}

@media (max-width: 767px)
{
    .tree-structure .btn-group .btn+.btn{
        margin-left: 0;
    }
    .tree-structure .divBlock {
        display: block;
    }
    .tree-structure .nav>li>.title > a {
        display: block;
        padding: 7px 0px 7px 10px;
    }
    .tree-structure a.btn-secondary{
        border-radius: 1%;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        padding: 0;
        display: block;
        float: none;
    }
}

/*----------------------------------------------------
        ACCESS SETTINGS LIST
------------------------------------------------------*/
.access-settings-menu {
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        width: 320px;
        z-index: 1000;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
.access-settings-menu.sleep{ right: -325px; }
.access-settings-inner, .admin-pages { height: 100%;}
.access-settings-menu{
        bottom: 50px;
        height: 100%;
        margin-bottom: -70px;
        margin-top: 0px;
        padding-bottom: 70px;
        position: fixed;
}
.menu-footer{ position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; text-align: center; width:100%;}

.admin-pages header { border-bottom: 3px solid #4caf50; padding: 10px; text-align: center; }
.admin-pages header h3{ margin: 0; }
.admin-pages .check-all { background-color: #f5f5f5; padding: 15px 10px; padding-left: 20px; color: #333; font-size: 15px;}

.admin-pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}
.admin-pages ul li {
        border: 1px solid rgba(54, 64, 74, 0.05);
        background-clip: padding-box;
        color: #333;
        font-size: 15px;
        padding: 15px 10px;
        padding-left: 20px;
}
.admin-pages .custom-checkbox span{ font-size: 14px; }
.admin-pages ul li ul li{ padding-bottom: 0; padding-left: 30px;}
.admin-pages li ul li { border: 0; }

.overlay-loader{ position: absolute; top: 0; height: 100%; width: 100%; background-color: #fff; display: none; z-index: 1042; }
        .overlay-loader div{ text-align: center; line-height: 2; position: absolute; height: 100px; width: 100%; top: 50%; margin-top: -50px; }

/*----------------------------------------------------
    SETTINGS
------------------------------------------------------*/
.settings{ list-style: none; padding: 0; }
.settings li{
    padding: 15px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    background-clip: padding-box;
    margin-bottom: 0px;
    background-color: #ffffff;
}
.settings li.slideup {
            display: none;
            overflow-y: hidden;
        }
.slideup { background-color: #ddd !important; }

/*----------------------------------------------------
    PERMISSIONS-LIST.PHP
------------------------------------------------------*/
#AccessSettingsForm .custom-checkbox label {
    font-weight: bold
}
.permissions-list .footable-details.table th [type="checkbox"]+label {
    padding-left: 0px;
}
.permissions-list .footable-details.table th [type="checkbox"].filled-in:not(:checked)+label:after {
    display: none;
}
.permissions-list .footable-details.table th [type="checkbox"]+label {
    pointer-events: none;
}
.permissions-list .footable-details.table th [type="checkbox"].filled-in:checked+label:after {
    display: none;
}
.permissions-list .footable-details.table th [type="checkbox"].filled-in:checked+label:before {
    display: none;
}

@media only screen and (max-width: 600px)
{
    .page-header .right-section{
        position: static;
    }
}

/*----------------------------------------------------
    ADD PRODUCTS.PHP
------------------------------------------------------*/
.card-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 220px;
}
.positioner {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 50px;
    color: #3b3e5e;
}
.mmCardVid {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 3px 3px 0px 0px;
}

iframe.mmCardVid {
    height: 219px;
    border: 0;
}

.ProductForm .category-list, .CouponsForm .category-list, .product-list{
    height: 300px;
    overflow: auto;
}
.ProductForm .switch .input-label{
    display: inline-block;
    width: 180px;
}
.ProductForm td {
    padding: 5px;
}
.ProductForm .btn-floating {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
}
.ProductForm .btn-floating i {
    font-size: 1.4rem;
    line-height: 30px;
}

.ProductForm .chips{
    margin: 0;
}

.copy-btn{
    position: absolute;
    right: 0;
    top: 10px;
}

@media only screen and (max-width: 600px)
{
    .product-attributes tbody {
        margin-top: 15px;
    }
    .product-attributes td{
        border: none;
        display: table-row;
        height: 25px;
    }
    .product-attributes td:last-child{
        height: 40px;
    }
    .product-attributes td section{
        margin-top: 0;

    }
    .product-attributes div.spacer {
        background-color: #ccc;
        height: 2px;
    }
    .ProductForm .btn-floating {
        margin-right: 10px;
    }
}

.card .card-content {
    padding: 20px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #999;
    margin-right: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover{
    color: #039be5;
}

/*----------------------------------------------------
    ADD COUPONS.PHP
------------------------------------------------------*/
.coupon-code{
    text-transform: uppercase;
}

/*----------------------------------------------------
    MEMBER DETAILS.PHP
------------------------------------------------------*/
.member-details .list-inline li{
    margin-right: 20px;
}
.member-details .total-savings{
    font-size: 25px;
    font-weight: 300;
}

@media (max-width: 600px)
{
    .member-details tr > td:first-child{
        width: 100px;
    }
    .member-details .switch .input-label{
        display: inline-block;
        width: 180px;
    }
    .member-details .list-inline li{
        padding-bottom: 15px;
    }
    .member-details .list-inline li:last-child{
        padding-bottom: 0px;
    }
    .member-details .total-savings span{
        display: block;
    }

}

/*----------------------------------------------------
    ORDER DETAILS.PHP
------------------------------------------------------*/
.order-details .filter-panel{
    padding: 10px;
}
.order-details .filter-panel .action-buttons{
    top: -5px;
}
.order-details a.edit-btn{
    color: rgba(66, 152, 244, 0.7);
}
.order-details a.edit-btn:hover{
    color: rgba(66, 152, 244, 1);
}
.order-summary td, .order-summary th, .order-product td, .order-product th {
    padding: 10px 5px;
    vertical-align: top;
}
.order-item .order-products-list{
    border-top: 0px solid #ddd;
}
.order-item .order-product{
    margin-bottom: 10px;
    padding: 0;
}
.order-item .order-product .product-info{
    padding-left: 15px;
}
.order-item .order-product .product-info .product-title{
    margin-bottom: 5px;
}
.order-item .order-product .product-info .product-title a{
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.order-item .order-product .img-thumbnail{
    max-width: 50px;
}
.order-item .product-info li{
    border: none;
    color: #666;
    font-size: 13px;
    padding: 2px 0;
}
.order-item .order-product .price{
    min-width: 80px;
    text-align: right;
}
.order-item .order-product .chip {
    background-color: #fff;
    border-bottom: 1px solid #388e3c;
    border-radius: 0;
    color: #388e3c;
    height: 26px;
    line-height: 26px;
    margin-right: 0;
    margin-top: 10px;
    padding: 0;
}
.order-item .order-product tfoot th{
    text-align: right;
}

input[type=text].form-control.edit-input, input[type="number"].form-control.edit-input, input[type="url"].form-control.edit-input, select.edit-input{
    height: 30px;
    color: rgba(0,0,0,1);
    font-weight: normal;
}
#RestockDiv, #EditProductForm .add-product, .editable .edit-input, .editable a.delete-btn{ display: none; }
.editable .edit-input.right {
    text-align: right;
}
.editable .coupon{
    color: #3bb44b;
}

#EditPaymentDetailsForm th{
    padding-left: 0;
}

.filter-panel .jFiler-items{
    position: absolute;
    top: 90%;
    width: 300px;
    z-index: 1;
}
#UploadBtn{
    display: none
}
.flatpickr-clear-button, .flatpickr-clear-button:active{
    background: #ddd;
    border: none;
    border-radius: 3px;
    color: #222;
    padding: 0;
    margin: 0 0 5px 0;
    height: 28px;
    min-width: 60px;
    line-height: 28px;
}
.img-container img {
    max-width: 100%;
}
.img-container {
    width: 100%;
    height: 300px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.img-container .loader{
    position: absolute;
    top: 20%;
    left: 40%;
}
.result{ margin-bottom: 20px; }
.result-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.result-img.mobile{
    border: 1px solid #ddd;
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-position: top;
}
#CropImageModal .alert {
    padding: 10px;
    margin-bottom: 10px;
}
.reorder{
    cursor: move;
}
/********CSS for product categoy selector*************************************/
.main-category-dropdown{
    padding: 0 10px;
    display: block;
    border: #ccc solid 1px;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
ul.mc-selector>li.wrapper{
    margin-bottom: 30px;
}
ul.mc-selector>li>ul{
    margin-left: 15px;
}

ul.mc-selector>li>label{
    font-size: 1rem;
    color: #ad2b31;
    font-weight: bold;
    text-transform: uppercase;
}
ul.mc-selector label.active{
    color: #c00;
}

ul.mc-selector>li>ul>li>label{
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}
ul.mc-selector>li>ul>li>ul>li>label{
    font-size: 1rem;
    color: #222;
}
ul.mc-selector>li>ul>li>ul>li>ul>li>label{
    font-size: 1rem;
    color: #555;
}
ul.mc-selector>li>ul>li>ul{
    margin-left: 20px;
}
/********End of CSS for product categoy selector*************************************/