﻿* {
    margin: 0 0;
    padding: 0 0;
}


@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('/PluginContent/AdminPanel/Fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('/PluginContent/AdminPanel/Fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('/PluginContent/AdminPanel/Fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('/PluginContent/AdminPanel/Fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('/PluginContent/AdminPanel/Fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}


div.form-inline {
    width: 100%;
    float: right;
    margin-bottom: 15px;
}

.wr {
    width: 100%;
    float: right;
    margin-bottom: 15px;
}

.nopadding {
    padding: 0 !important;
}

div.host {
    width: 100%;
    float: right;
}

.uploadimages {
    width: 100%;
    float: right;
}
/*//////////////////////////////kendo-buttons/////////////////////////////////*/
.k-button:hover, .k-button.k-state-hover, .k-button:focus, .k-button.k-state-focused, .k-textbox:hover, .k-state-hover,
.k-state-hover:hover, .k-pager-wrap .k-link:hover, .k-other-month.k-state-hover
.k-link, div.k-filebrowser-dropzone em, .k-draghandle:hover {
    background-image: none;
}

    .k-state-hover, .k-state-hover:hover {
        background-color: transparent;
        color: rgba(0,0,0,0.2);
    }

.k-button:hover, .k-button.k-state-hover {
    background-color: unset;
    color: black;
    border-color: unset;
}

.wrong-input {
    color: red;
    display: block;
    font-size: 13px;
    width: 80%;
    text-align: right;
}

.left-align-input {
    text-align: left
}

.change-password-control {
    width: 40% !important;
    border-radius: 4px;
    border-right-color: #f60;
    border-right-width: 4px;
    height: 35px;
    max-width: 100%;
    padding: 0 0 0 15px;
}


label.control-label {
    line-height: 35px;
    padding-top: 0;
    float: right;
    color: black;
}


.orange-btn {
    background-color: #f60;
    border: none;
    padding: 4px 8px;
    color: #FFF;
    border-radius: 4px;
}
/*---------------------------------RADIO DESIGN---------------------------------*/
.radio--ui {
    display: block;
}

.radio {
    display: none !important;
}

    .radio + span {
        padding: 0;
        padding-left: 10px;
    }

        .radio + span:before {
            font-family: FontAwesome;
            content: "\f111";
            font-size: 21px;
            display: inline-block;
            vertical-align: middle;
            letter-spacing: 10px;
            color: #e5e3e3;
            padding-left: 10px;
        }

    .radio:checked + span:before {
        content: "\f192";
    }

    .radio:checked + span:before {
        color: #f60;
    }


/*---------------------------------CHECKBOX DESIGN---------------------------------*/
.checkbox-custom {
    position: relative;
    margin-bottom: 5px;
    float: right;
    margin-left: 30px;
}

    .checkbox-custom.checkbox-inline {
        padding-left: 0px;
        margin: 0px;
    }

        .checkbox-custom.checkbox-inline label {
            margin-right: 15px;
        }

    .checkbox-custom:last-child, .checkbox-custom:last-of-type {
        margin-bottom: 0;
    }

    .checkbox-custom input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        /*margin-left: -20px;*/
        width: 20px;
        height: 20px;
        z-index: 999;
    }

        .checkbox-custom input[type="checkbox"]:checked + label:after {
            font-family: 'FontAwesome';
            content: '\F00C';
            top: 6px;
            right: 0px;
            margin-top: -5px;
            font-size: 11px;
            line-height: 1;
            padding: 5px;
            width: 20px;
            height: 20px;
            color: #fff;
        }

    .checkbox-custom label {
        cursor: pointer;
        display: inline-block;
        padding-right: 30px !important;
        position: relative;
        transition: border .2s linear 0s, color .2s linear 0s;
        font-weight: normal;
    }

        .checkbox-custom label:before, .checkbox-custom label:after {
            position: absolute;
            display: inline-block;
            transition: border .2s linear 0s, color .2s linear 0s;
            box-sizing: border-box !important;
        }

        .checkbox-custom label:before {
            content: "";
            background-color: #fff;
            border: 1px solid #c8c7cc;
            border-radius: 2px;
            height: 20px;
            width: 20px;
            right: 0;
            margin-left: 10px;
            top: 1px;
        }


a, p, h1, h2, h3, h4, h5, h6 {
    font-family: iransans !important;
}

span {
    font-family: iransans;
}

a:hover {
    text-decoration: none !important;
}
/*//////////////////////////////////radio-button/////////////////////*/
body,
html {
    height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
@media only screen and (max-width: 768px) {
    .loading__box {
        width: 50%;
        left: 25%;
    }
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.caret {
    margin-right: 4px;
}



ul#main-nav > li.dropdown {
}

ul#main-nav ul.dropdown-menu {
    background: #161616;
    box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.6) inset;
}

.active-menu {
    color: #0000cd !important;
}


.sidebar-nav::-webkit-scrollbar {
    width: 4px; /* for vertical scrollbars */
    height: 8px; /* for horizontal scrollbars */
}

.sidebar-nav::-webkit-scrollbar-track {
    /*background: #060C17;*/
    background: #202020;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: #ff6600;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin-top: 7px;
}


    .sidebar-nav li.has-child-item {
        position: relative;
    }

        .sidebar-nav li.has-child-item > a:after {
            font-family: 'Font Awesome 5 Pro';
            font-size: 12px;
            font-size: 0.96923rem;
            content: '\f067';
            color: #ffffff;
            position: absolute;
            padding: 14px;
            left: 0;
            top: 0;
        }

#main-nav li.has-child-item.open-item > a:after {
    content: '\f068';
}

.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:focus,
.sidebar-nav li.open a:active {
    color: #fff;
    text-decoration: none;
    background-color: #131313;
}


.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #EEE;
    box-shadow: none;
    direction: rtl;
    text-align: right;
}

.dropdown-menu li a i.fa {
    font-size: 15px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: absolute;
    top: 7px;
    left: 15px;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #006b8f;
    border-radius: 5px;
}

    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        left: 5%;
        height: 2px;
        width: 90%;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom {
        background-color: #fff;
    }

    .hamburger.is-closed .hamb-top {
        top: 4px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -1px;
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 4px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
        top: 1px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 1px;
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        background-color: #fff;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
    }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    right: 0;
    left: auto;
}

.navbar-inverse {
    border-bottom: none;
}

/*---------------------------------------FOOTER--------------------------------------*/

.footer__link {
    color: #f37729;
    cursor: pointer;
}


/*-----------------------------------------RADIO BUTTON STYLES------------------------------------------*/
.control--radio {
    position: relative;
    padding-right: 25px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 20px;
    font-weight: normal;
}

    .control--radio input[type=radio] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 7px;
    right: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #9c9c9c;
    /* border-radius: 100%; */
    background: transparent;
}

    .control__indicator:after {
        content: '';
        position: absolute;
        display: none;
        left: 1px;
        top: -5px;
        width: 15px;
        height: 15px;
        background-image: url('../Images/tik.png');
        background-size: 100%;
        /*border: solid #f00;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);*/
    }

.control--radio input:checked ~ .control__indicator {
    background: #e6e6e6;
}

    .control--radio input:checked ~ .control__indicator:after {
        display: block;
    }


.add--image {
    background-color: #4caf50;
    background-image: url('../Images/whplus.png');
    color: #fff;
    background-position: 95% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-right: 25px;
    padding-left: 15px;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
    width: 120px;
}

    .add--image:hover {
        background-color: #4caf50;
        background-image: url('../Images/whplus.png');
        color: #fff;
    }

    .add--image:focus {
        background-color: #4caf50;
        background-image: url('../Images/whplus.png');
        color: #fff;
        border-color: #DDD;
    }

.input--txt {
    border: 1px solid #d4d4d4;
}

    .input--txt:hover {
        border: 1px solid #d4d4d4;
    }

    .input--txt:focus {
        color: #666;
        border: 1px solid #d4d4d4;
    }

    .input--txt:active {
        color: #666;
        border: 1px solid #d4d4d4;
        background-color: #FFF;
    }

.main--div {
    background-color: #FFF;
    padding: 10px;
    width: 100%;
    float: right;
}

.main-field {
    width: 100%;
    float: right;
    padding: 10px;
    border-top: 4px solid #f60;
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
}

.main-field-title {
    display: block;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

/*----*/
.custom-file-input {
    color: transparent;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    border: none;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: 'انتخاب تصویر';
        color: black;
        display: inline-block;
        background-color: #FFF;
        border: 1px solid #dadada;
        /* border-radius: 3px; */
        /* padding: 5px 8px; */
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        /* text-shadow: 1px 1px #fff; */
        font-weight: 700;
        font-size: 10pt;
        width: 120px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        /*background-image: url('../Images/imgupload.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 95% 50%;*/
        padding-right: 35px;
        padding-left: 25px;
        background-color: #efefef;
        border-radius: 4px;
    }

    .custom-file-input::after {
        content: "\f03e";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 10px;
        top: 9px;
        color: #202020;
    }

    .custom-file-input:hover::before {
        border-color: #666;
    }

    .custom-file-input:active {
        outline: none !important;
        box-shadow: none;
    }

    .custom-file-input:focus {
        outline: none !important;
        box-shadow: none;
    }

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }


.progress--bar {
    direction: rtl;
    text-align: right;
    width: 100%;
    height: 25px;
    border: none;
    padding-top: 40px;
}

    .progress--bar .k-state-selected {
        /*background-color:#4caf50;
       background-image:url('../Images/pbar1.png');*/
        background: #43b74d -webkit-linear-gradient(310deg, #43b74d 0%, #43b74d 10%, #3fae49 10%, #3fae49 20%, #3ba144 19%, #3ca546 21%, #3ca546 20%, #3ca546 30%, #379840 29%, #399c42 31%, #399c42 30%, #399c42 40%, #348f3c 39%, #35933e 41%, #35933e 40%, #35933e 50%, #318638 49%, #328a3a 51%, #328a3a 50%, #328a3a 60%, #2d7d35 59%, #2f8036 61%, #2f8036 60%, #2f8036 70%, #2a7431 69%, #2b7732 71%, #2b7732 70%, #2b7732 80%, #276a2d 79%, #286e2e 81%, #286e2e 80%, #286e2e 90%, #236129 89%, #25652b 91%, #25652b 90%, #25652b 100%);
        background: #43b74d linear-gradient(140deg, #43b74d 0%, #43b74d 10%, #3fae49 10%, #3fae49 20%, #3ba144 19%, #3ca546 21%, #3ca546 20%, #3ca546 30%, #379840 29%, #399c42 31%, #399c42 30%, #399c42 40%, #348f3c 39%, #35933e 41%, #35933e 40%, #35933e 50%, #318638 49%, #328a3a 51%, #328a3a 50%, #328a3a 60%, #2d7d35 59%, #2f8036 61%, #2f8036 60%, #2f8036 70%, #2a7431 69%, #2b7732 71%, #2b7732 70%, #2b7732 80%, #276a2d 79%, #286e2e 81%, #286e2e 80%, #286e2e 90%, #236129 89%, #25652b 91%, #25652b 90%, #25652b 100%);
        background-repeat: repeat;
        background-size: 100% 100%;
        border-radius: 100px !important;
        position: relative;
        overflow: visible;
    }

        .progress--bar .k-state-selected:before {
            content: '100%';
            position: absolute;
            width: 45px;
            height: 25px;
            background-color: #ff8d00;
            color: #FFF;
            top: -35px;
            left: 10px;
            border-radius: 4px;
            text-align: center;
            line-height: 25px;
        }

        .progress--bar .k-state-selected:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 6px solid #ff8d00;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            top: -10px;
            left: 25px;
        }

    .progress--bar .k-progress-status {
        color: transparent;
    }

.k-window-title {
    position: static;
    float: right;
    padding-right: 20px;
    line-height: 20px;
    font-size: 19px;
}

.k-window-titlebar .k-window-actions {
    right: unset;
    left: 0.3em;
}

.k-window-titlebar {
    padding: 13px 0;
    background-color: white;
    border-bottom: 1px dashed #e4e4e4;
    color: black;
}

.win--button {
    display: block;
    width: 120px;
    height: 30px;
    background-color: #dedede;
    border: 1px solid #ffffff;
    color: #FFF;
    border-radius: 4px;
    float: right;
}

    .win--button:active {
        background-color: #dedede;
        background-image: none;
    }

    .win--button:hover {
        background-color: #dedede;
        background-image: none;
    }

    .win--button:focus {
        background-color: #dedede;
        background-image: none;
    }

    .win--button[disabled] {
        background-color: #fff;
        color: #ccc;
    }

.save--button {
    display: block;
    width: 120px;
    height: 30px;
    background-color: #ff9326;
    border: 1px solid #ffffff;
    color: #FFF;
    border-radius: 4px;
    float: right;
}


    .save--button:hover {
        background-image: none !important;
        background-color: #ff9326;
        border: 1px solid #ffffff;
        color: #FFF;
    }

    .save--button:focus {
        background-image: none !important;
        background-color: #ff9326;
        border: 1px solid #ffffff;
        color: #FFF;
    }

.img-gallery--item {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

    .img-gallery--item img {
        width: 100%;
        height: 75px;
        float: right;
    }

    .img-gallery--item label {
        width: 100%;
        height: 100%;
    }

    .img-gallery--item .item--title {
        width: 100%;
        color: #000;
        text-align: center;
        line-height: 30px;
    }


.input--div {
    position: relative;
    padding-right: 25px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 20px;
    font-weight: normal;
}

    .input--div input[type=checkbox] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.input__indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 15px;
    width: 15px;
    border: 2px solid #9c9c9c;
    background: transparent;
}

    .input__indicator:after {
        content: '';
        position: absolute;
        display: none;
        left: 1px;
        top: -5px;
        width: 15px;
        height: 15px;
        background-image: url('../Images/tik.png');
        background-size: 100%;
    }

.input--div input:checked ~ .input__indicator {
    background: #e6e6e6;
}

    .input--div input:checked ~ .input__indicator:after {
        display: block;
    }

.pagingdiv {
    margin-bottom: 10px;
}


/*-----------------LOGIN----------------*/
.login {
    width: 100%;
    height: 100%;
    background-color: White;
    overflow: hidden;
    position: relative;
}

.login-box {
    float: right;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login__image-container {
    background-image: linear-gradient(to bottom, #00b1f1, #67f6d8);
    position: relative;
    height: 100%;
    float: right;
}

.login__image {
    position: absolute;
    right: -17.5%;
    top: 10%;
    width: 100%;
}

.login__items-container {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.login__logo {
    width: 98px;
    height: 98px;
}

.login__title {
    text-align: center;
    margin-top: 36px;
    font-size: 3rem;
}

.lang {
    width: 40%;
    height: 40px;
    border: 1px solid #67cae8;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    overflow: hidden;
}

    .lang::after {
        content: "";
        height: 40px;
        width: 1px;
        background-color: #67cae8;
        position: absolute;
        left: 50%;
    }

.lang__options {
    cursor: pointer;
    flex-basis: 50%;
    height: 100%;
    line-height: 37px;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 0;
    border: 1px solid #67cae8;
    box-sizing: content-box;
}

#persian:checked + .lang__options {
    background-color: #67cae8;
}

#english:checked + .lang__options {
    background-color: #67cae8;
}

.lang__image {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.login__inputs {
    width: 50%;
    height: auto;
    border-radius: 10px;
    /*    filter:blur(15px);*/
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
    align-items: baseline;
}

.login__input {
    flex-basis: 80%;
    width: 100%;
    height: 37px;
    border: 1px solid #078cff;
    margin-top: 28px;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
}

    .login__input::placeholder {
        color: rgba(95, 174, 243, 0.6)
    }

.login__button {
    width: auto;
    padding:0 1rem;
    height: 37px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(25, 194, 235, 0.36);
    background-image: linear-gradient(to right, #00b1f1 2%, #67f6d8);
    color: #fff;
    border: none;
    margin-top: 18px;
    background-size: 300% 100%;
    outline: none;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .login__button:hover {
        background-position: 100% 0;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.forgot-link {
    color: #4b4b4b;
    font-size: 13px;
    text-align: right;
    text-decoration: underline;
    margin-top: 10px;
}


.close {
    float: left;
    outline: none;
}

.card__username {
    height: 36px;
    margin-bottom: 20px;
    padding: 0 30px;
}

/*////////////////////////////////////role-item/////////////////////////////////////*/
.shade-icon {
    color: #057294;
    background-color: #d8f6ff;
    border-radius: 50%;
    padding: 0.5%;
}

.aceess-label {
    border-bottom: 1px solid #969696;
    width: 100%
}

.access-items {
    float: right;
    width: 100%;
    height: 100%;
    background-color: #f3fcff
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-align {
    display: flex;
    align-items: center;
}

.Add_btn_pn {
    display: block;
    width: auto;
    height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    line-height: 30px;
    background-color: transparent;
    border: none;
    color: #000;
    padding-right: 40px;
    text-align: right;
}

    .Add_btn_pn:before {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        right: 0;
        top: 0;
        position: absolute;
        border-radius: 4px;
        background-color: #3cb371;
        color: #ffffff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin-left: 5px;
        transition: border .2s linear 0s, color .2s linear 0s;
    }

    .Add_btn_pn:after {
        content: " ";
        /*display: inline-block;*/
        font: normal normal normal 14px/1 FontAwesome;
        right: 0;
        top: 0;
        border-radius: 4px;
        color: #ffffff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin-left: 5px;
        box-sizing: border-box;
        position: absolute;
        transition: border .2s linear 0s, color .2s linear 0s;
    }

    .Add_btn_pn:hover {
        background: none;
        color: #000;
    }

        .Add_btn_pn:hover:before {
            background-color: #3aa96b;
        }

        .Add_btn_pn:hover:after {
            border: 9px solid #3aa96b;
        }

    .Add_btn_pn:focus {
        background: none !important;
        color: #000 !important;
        border: none;
        outline: none;
        box-shadow: none !important;
    }

    .Add_btn_pn:active {
        background: none;
        color: #000;
        border: none;
        outline: none;
        box-shadow: none !important;
    }

.add_new_btn {
    background-color: #f60;
    border-radius: 4px;
    color: #3e3e3e;
    padding: 5px;
    outline: none;
    border: 1px solid #b94a00;
}

    .add_new_btn:hover {
        background-color: #b94a00;
        background-image: none;
    }

    .add_new_btn:active {
        background-color: #b94a00;
        background-image: none;
    }

    .add_new_btn:focus {
        background-color: #b94a00;
        background-image: none;
    }

.Dolflt {
    float: left;
}

.btn_grid_pn_big {
    display: inline-block;
    width: auto;
    height: 40px;
    font-size: 17px;
    position: relative;
    padding: 0 7px;
    font-weight: bold;
    line-height: 40px;
    background-color: transparent;
    border: none;
    color: #000;
    padding-right: 45px;
}

    .btn_grid_pn_big:before {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 21px/1 FontAwesome;
        right: 0;
        top: 0;
        position: absolute;
        border-radius: 4px;
        background-color: #3cb371;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-left: 5px;
        transition: border .2s linear 0s, color .2s linear 0s;
    }

    .btn_grid_pn_big:after {
        content: " ";
        font: normal normal normal 21px/1 FontAwesome;
        right: 0;
        top: 0;
        border-radius: 4px;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-left: 5px;
        box-sizing: border-box;
        position: absolute;
        transition: border .2s linear 0s, color .2s linear 0s;
    }

    .btn_grid_pn_big:hover {
        background: none;
        color: inherit;
        font-weight: bold;
    }

    .btn_grid_pn_big:focus {
        background: none !important;
        color: #000 !important;
        border: none;
        outline: none;
        box-shadow: none !important;
    }

    .btn_grid_pn_big:active {
        background: none;
        color: #000;
        border: none;
        outline: none;
        box-shadow: none !important;
    }


.btn_grid_pn {
    margin-bottom: 0;
}

.btn_grid_pn {
    display: inline-block;
    width: auto;
    height: 22px;
    font-size: 12px;
    position: relative;
    padding: 0 7px;
    line-height: 22px;
    background-color: transparent;
    border: none;
    color: #000;
    padding-right: 25px;
}

    .btn_grid_pn:before {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        right: 0;
        top: 0;
        position: absolute;
        border-radius: 4px;
        background-color: #3cb371;
        color: #ffffff;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        margin-left: 5px;
        transition: border .2s linear 0s, color .2s linear 0s;
    }

    .btn_grid_pn:after {
        content: " ";
        font: normal normal normal 14px/1 FontAwesome;
        right: 0;
        top: 0;
        border-radius: 4px;
        color: #ffffff;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        margin-left: 5px;
        box-sizing: border-box;
        position: absolute;
        transition: border .2s linear 0s, color .2s linear 0s;
    }

    .btn_grid_pn:hover {
        background: none;
        color: inherit;
        font-weight: bold;
    }

    .btn_grid_pn:focus {
        background: none !important;
        color: #000 !important;
        border: none;
        outline: none;
        box-shadow: none !important;
    }

    .btn_grid_pn:active {
        background: none;
        color: #000;
        border: none;
        outline: none;
        box-shadow: none !important;
    }

.add-sm {
    color: #3cb371;
}

    .add-sm:hover {
        color: #3cb371;
    }

    .add-sm:before {
        content: "\f067";
        background-color: #3cb371;
    }

    .add-sm:hover:before {
        background-color: #3cb371;
    }

    .add-sm:hover:after {
        border: 5px solid #3cb371;
    }


.delete {
    color: #ff0000;
}

    .delete:hover {
        color: #ff0000;
    }

    .delete:before {
        content: "\f1f8";
        background-color: #ff0000;
    }

    .delete:hover:before {
        background-color: #ff0000;
    }

    .delete:hover:after {
        border: 5px solid #ff0000;
    }

.edit {
    color: #ca3103;
    cursor: pointer;
}

    .edit:hover {
        color: #ca3103;
    }

    .edit:before {
        content: "\f040";
        background-color: #ff9800;
    }

    .edit:hover:before {
        background-color: #ff9800;
    }

    .edit:hover:after {
        border: 4px solid #ff9800;
    }

.translate {
    color: #1e90ff;
}

    .translate:hover {
        color: #1e90ff;
    }

    .translate:before {
        content: "\f1ab";
        background-color: #1e90ff;
    }

    .translate:hover:before {
        background-color: #1e90ff;
    }

    .translate:hover:after {
        border: 4px solid #1e90ff;
    }

.seobtn {
    color: #545454;
}

    .seobtn:hover {
        color: #545454;
    }

    .seobtn:before {
        content: "\f0d0";
        background-color: #545454;
    }

    .seobtn:hover:before {
        background-color: #545454;
    }

    .seobtn:hover:after {
        border: 4px solid #545454;
    }




.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    right: 0;
}

.loading__box {
    height: 65px;
    width: 30%;
    position: absolute;
    left: 35%;
    top: calc(50vh - 32px);
    transform: translateY(-50%);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    background: white;
    padding: 50px;
    box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .loading__box {
        width: 50%;
        left: 25%;
    }
}

.loading__ball {
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.loading__second-ball {
    background: #f07e6e;
}

.loading__third-ball {
    background: #84cdfa;
}

.loading__fourth-ball {
    background: #5ad1cd;
}

.loading span:not(:first-child) {
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.loading__first-ball {
    animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(10px, -10px);
    }

    20% {
        transform: translate(20px, 10px);
    }

    30% {
        transform: translate(30px, -50px);
    }

    70% {
        transform: translate(-150px, -50px);
    }

    80% {
        transform: translate(-140px, 10px);
    }

    90% {
        transform: translate(-130px, -10px);
    }

    100% {
        transform: translate(-120px, 0);
    }
}

.pic-row {
    display: block;
    width: 100%;
    float: right;
}

.save-btn {
    display: block;
    border-radius: 4px;
    border: none;
    padding: 4px 6px;
    width: 120px;
    background-color: #3cb371;
    color: #fff;
    float: right;
    margin-left: 15px;
    transition: all .4s ease-in-out;
}

    .save-btn:hover {
        background-color: #3aa96b;
        background-image: none;
    }

    .save-btn:active {
        background-color: #3aa96b;
        background-image: none;
    }

    .save-btn:focus {
        background-color: #3aa96b;
        background-image: none;
    }

.refuse-btn {
    display: block;
    border-radius: 4px;
    border: none;
    padding: 4px 6px;
    width: 120px;
    background-color: darkred;
    color: #fff;
    float: right;
    margin-left: 15px;
}

    .refuse-btn:hover {
        background-color: #202020;
        background-image: none;
    }

    .refuse-btn:active {
        background-color: #202020;
        background-image: none;
    }

    .refuse-btn:focus {
        background-color: #202020;
        background-image: none;
    }

.active-btn {
    background-color: #2a2a2a;
}

.Add_img_btn {
    display: block;
    background-color: #ca3103;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #fff;
    padding: 4px 15px;
    margin-right: 15px;
    width: 120px;
}

.cl {
    display: none !important;
}

/*---------*/
.main-field ul {
    list-style: none;
    width: 100%;
    float: right;
}

    .main-field ul li {
        width: 100%;
        float: right;
    }
/*.main-field li ul{
    background-color: rgba(0, 0, 0, .05);
}*/
.DoRflt {
    float: right;
}

.marg-top-20 {
    margin-top: 20px;
}

.main-field-ul {
    width: 100%;
    float: right;
    /*padding: 10px;
    border-top: 4px solid #f60;
    background-color: #FFF;*/
    border-radius: 4px;
    margin-bottom: 20px;
    list-style: none;
}

    .main-field-ul li {
        padding: 10px;
        margin-bottom: 3px;
        background-color: rgba(0, 0, 0, .05);
        width: 100%;
        float: right;
    }

        .main-field-ul li:first-child {
            border-top: 4px solid #f60;
        }

.main-field-ul-white {
    width: 100%;
    float: right;
    /*padding: 10px;
    border-top: 4px solid #f60;*/
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
}

    .main-field-ul-white ul {
        margin: 0;
    }

    .main-field-ul-white li {
        padding: 10px;
    }

        .main-field-ul-white li:first-child {
            border-top: 4px solid #f60;
        }

.kendo_tabs .k-animation-container, .kendo_tabs .k-widget, .kendo_tabs .k-widget *, .kendo_tabs .k-animation-container *, .kendo_tabs .k-widget *::before, .kendo_tabs .k-animation-container *::after, .kendo_tabs .k-block .k-header, .kendo_tabs .k-list-container {
    box-sizing: border-box !important;
}

.add_bg {
    background-color: rgba(0, 0, 0, .1);
}

.panel.with-nav-tabs {
    width: 100%;
    float: right;
    background-color: transparent;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
}

.panel-default > .panel-body {
    background-color: #FFF;
}

.panel-default > .panel-heading ul.nav-tabs {
    border: none;
    line-height: 40px;
}

.litab {
    color: #000;
    border-top: 4px solid #f60;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 0 15px;
    margin-right: 10px;
    cursor: pointer;
}

    .litab.active {
        background-color: #f60;
    }

    .litab span {
        display: block;
        width: 100%;
        height: 100%;
    }

ul {
    list-style: none;
}

.tab-ul {
    width: 100%;
    float: right;
    list-style: none;
}

    .tab-ul li {
        width: 100%;
        float: right;
        padding: 10px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }

.kendo_tabs {
}

    .kendo_tabs .k-tabstrip {
        background: transparent;
        border: none;
    }

        .kendo_tabs .k-tabstrip .k-content {
            margin: 0 !important;
            padding: 15px !important;
        }

    .kendo_tabs .k-animation-container, .kendo_tabs .k-widget, .kendo_tabs .k-widget *, .kendo_tabs .k-animation-container *, .kendo_tabs .k-widget *::before, .kendo_tabs .k-animation-container *::after, .kendo_tabs .k-block .k-header, .kendo_tabs .k-list-container {
        box-sizing: border-box !important;
    }

.form_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .form_list li {
        margin-bottom: 5px;
    }

.hotel_package_row .k-widget.k-dropdown {
    max-width: 100%;
}

.hotel_package_row textarea {
    min-width: 100%;
    border-right: 4px solid #FF6600;
}

.hotel_package_row .hotel_package_row_hotelname {
    display: block;
    /*padding-top: 25px;*/
}

.hotel_package_row_item {
    background: #ccc;
    width: 100%;
    height: 1px;
}

.marg_top_20 {
    margin-top: 20px;
}

.main_item {
    width: 100%;
    float: right;
    padding: 10px;
}

.main_fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
}

.main_legend {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
    background-color: #dedede;
    border-radius: 10px;
}

.noWidth100 ul, .noWidth100 ul li {
    width: auto !important;
}

.noMargin {
    margin: 0 !important;
}

.main-field editor ul li {
    width: auto;
}


/********************khaki style******************/
.mybread-crumb {
    background-color: #ffffff;
}

    .mybread-crumb ul li {
        color: #ababab;
    }

        .mybread-crumb ul li a {
            color: #ababab;
        }


.sidebar-nav__link:hover,
.sidebar-nav__link:focus,
.sidebar-nav__link:active,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:focus,
.sidebar-nav li.open a:active {
    /*border: 1px solid #eee;*/
    background: transparent;
    color: #000;
    font-weight: bold;
}


.sidebar-nav li.sidebar-brand a {
    box-shadow: 0 0 0 !important;
    border-bottom-right-radius: 0px;
    background: #ffffff;
    color: #006b8f;
    border-radius: 5px;
}

#wrapper.toggled #sidebar-wrapper .sidebar-nav__link i.fa {
    color: #bebebe;
    font-size: 18px;
}


.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #006b8f;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #006b8f;
}



.sidebar-nav li.has-child-item > a:after {
    font-size: 12px;
    color: #e2e2e2;
}

#wrapper.toggled .selected_menu a {
    color: #006b8f;
    font-weight: bold;
    text-decoration: none;
    background-color: #e0f3ff !important;
    border-radius: 5px;
}

#sidebar-wrapper .selected_menu a {
    transition-delay: 0.5s;
}

#wrapper.toggled #sidebar-wrapper .selected_menu a {
    transition-delay: 0s;
}

#wrapper .selected_menu a i.fa {
    background-color: #e0f3ff !important;
    border-radius: 5px;
}

#wrapper.toggled .selected_menu a:hover {
    color: #006b8f;
    background-color: #e0f3ff !important;
}

.selected_menu a i.fa {
    color: #006b8f !important;
}


#wrapper.toggled .sidebar-nav > li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    bottom: -4px;
}

#wrapper .sidebar-nav > li::after {
    content: "";
    width: 16%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    bottom: -4px;
}

#sidebar-wrapper .sidebar-nav > li::after {
    transition-delay: 0.5s;
}

#wrapper.toggled #sidebar-wrapper .sidebar-nav > li::after {
    transition-delay: 0s;
}

#wrapper ul#main-nav > li.open-item > a > i.fa {
    color: #006b8f !important;
}

#wrapper.toggled ul#main-nav > li.open-item > a {
    background-color: #fff
}

    #wrapper.toggled ul#main-nav > li.open-item > a > i.fa {
        color: #bebebe !important;
    }
/*
#main-nav ul.child-nav {
    background: #ffffff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6) inset;
    margin: 5px 0;
}*/


/*        #main-nav ul.child-nav li a {
            margin: 0 2rem 0 2rem;
            padding: 7px 20px 7px 20px;
            position: relative;
            border-radius: 5px;
        }*/

.sidebar-nav li.has-child-item > a:after {
    content: '\f107';
    transition: 0.3s;
}

ul#main-nav li.has-child-item.open-item > a:after {
    content: '\f107';
    transform: rotate(-180deg);
}


.sidebar-nav::-webkit-scrollbar-track {
    background: #b3b3b3;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: #f58334;
}

.updt_bdr > i {
    width: 20px;
}

.bg-c-yellow {
    background: -webkit-gradient(linear,right top,left top,from(#fe9365),to(#feb798));
    background: linear-gradient(to left,#fe9365,#feb798);
    border-radius: 5px;
}

.bg-c-green {
    background: -webkit-gradient(linear,right top,left top,from(#0ac282),to(#0df3a3));
    background: linear-gradient(to left,#0ac282,#0df3a3);
    border-radius: 5px;
}

.bg-c-pink {
    background: -webkit-gradient(linear,right top,left top,from(#fe5d70),to(#fe909d));
    background: linear-gradient(to left,#fe5d70,#fe909d);
    border-radius: 5px;
}

.bg-c-lite-green {
    background: -webkit-gradient(linear,right top,left top,from(#01a9ac),to(#01dbdf));
    background: linear-gradient(to left,#01a9ac,#01dbdf);
    border-radius: 5px;
}

.img-radius {
    border-radius: 5px;
}

.user-card-full {
    overflow: hidden;
}

    .user-card-full .user-profile {
        border-radius: 5px 0 0 5px;
    }

.user-profile {
    padding: 20px 0;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.card .card-block p {
    line-height: 25px;
}



ul.social-link li a i {
    float: right;
    font-size: 24px;
    margin: 0 0 0 8px;
    width: 30px;
    height: 26px;
    text-align: center;
    color: #666;
}

.card.user-card-full .wr {
    margin: 0;
}

.text-muted {
    color: #919aa3 !important;
}

.text-white {
    color: #fff !important;
}

.white_bg {
    background: #fff;
}

.card {
    margin-top: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 190px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 30px;
}

.user_active_sec {
    margin-top: 15px;
    border-radius: 5px;
}

ul.wr.user_active_sec_ul {
    margin: 0;
}

    ul.wr.user_active_sec_ul li.wr {
        margin: 1px;
    }

    ul.wr.user_active_sec_ul li img {
        float: right;
        width: 50px;
        height: 50px;
        margin: 0 0 45px 8px;
    }

/*btn lang*/
.lang_sec_kh {
    position: absolute;
    right: -32px;
    top: 24%;
}

button.btn_lang_kh {
    background: #404e67;
    color: #ffffff;
    border-radius: 0;
    padding: 4px 5px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    text-align: center;
    transition: 0.2s;
    display: block;
    margin-bottom: 4px;
    border: 0;
}

    button.btn_lang_kh .fa-language {
        display: none;
    }

    button.btn_lang_kh:hover {
        transform: scale(1.1);
        background: #ff4f00;
        color: #fff;
    }
/*btn lang*/

/*nav */
.nav-left {
    float: left;
}

.header-notification {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 99;
    cursor: pointer;
    float: left;
    padding: 0 10px;
    position: relative;
    padding: 0 20px;
}

.dropdown-primary.dropdown.show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.displayChatbox span {
    border-radius: 100px;
    right: 0;
    position: absolute;
    top: 5px;
    padding: 4px;
    width: 19px;
}

.dropdown-primary.dropdown.show span {
    font-size: 15px;
}


/*nav */


/*panel customizer*/
#panel-personalization {
    width: 100%;
}

#styleSelectorrr {
    min-height: 300px;
    height: calc(100% - 130px);
    border: 1px solid #e9e9e9;
    background: #fff;
    position: fixed;
    margin: 35px 0 0 0;
    padding: 20px;
    /*width: 400px;*/
    width: 125px;
    top: 55px;
    z-index: 190;
    -webkit-transition: .6s;
    transition: .6s;
    -o-transition: .6s;
    left: -125px;
}


.pcoded #styleSelectorrr a > i {
    padding: 0;
    margin: 0 5px 0 0;
}

.pcoded #styleSelectorrr .soc-icon {
    width: 55px;
    height: 55px;
    padding: 15px;
    border-radius: 50%;
}

    .pcoded #styleSelectorrr .soc-icon i {
        font-size: 25px;
        margin-right: 0;
    }

/*@media only screen and (max-width:992px) {
    .pcoded #styleSelectorrr {
        display: none;
    }
}*/

.pcoded[theme-layout=horizontal] #styleSelectorrr, .pcoded[vertical-placement=left] #styleSelectorrr {
    right: -400px;
    border-left: 2px solid rgba(48,53,73,.28);
}

    .pcoded[theme-layout=horizontal] #styleSelectorrr.open, .pcoded[vertical-placement=left] #styleSelectorrr.open {
        right: 0;
    }

.pcoded[vertical-placement=right] #styleSelectorrr {
    left: -400px;
    border-right: 2px solid rgba(48,53,73,.28);
}

    .pcoded[vertical-placement=right] #styleSelectorrr.open {
        left: 0;
    }

.selector-toggle {
    position: relative;
}

.pcoded .selector-toggle > a {
    position: absolute;
    top: 200px;
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #01a9ac;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    padding: 10px 8px;
}

.pcoded[theme-layout=horizontal] .selector-toggle > a, .pcoded[vertical-placement=left] .selector-toggle > a {
    left: -75px;
    border-right: 0;
    border-radius: 50% 0 0 50%;
}

.pcoded[vertical-placement=right] .selector-toggle > a {
    right: -75px;
    border-left: 0;
    border-radius: 0 50% 50% 0;
}

.pcoded .selector-toggle > a {
    position: absolute;
    top: 200px;
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #01a9ac;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    padding: 10px 8px;
    left: -75px;
    border-right: 0;
    border-radius: 50% 0 0 50%;
}

#styleSelectorrr .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #01a9ac;
    padding-bottom: 5px;
}

    #styleSelectorrr .nav-tabs .nav-item {
        width: calc(100%/2);
        margin: 0;
        padding: 0;
        float: left;
    }

        #styleSelectorrr .nav-tabs .nav-item a {
            color: #404e67;
            text-align: center;
            font-weight: 600;
            font-size: 13px;
            padding: .66rem 1rem;
            border-radius: 2px;
            border: none;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            #styleSelectorrr .nav-tabs .nav-item a.active {
                color: #fff;
                background-color: #01a9ac;
            }


#styleSelectorrr .st-main-title {
    font-size: 18px;
}

#styleSelectorrr .btn-success {
    background-color: #11c15b;
}

#styleSelectorrr .checkbox-fade label {
    margin-bottom: .8rem;
}

#styleSelectorrr .sub-title {
    text-transform: capitalize;
}
/*
#styleSelectorrr #menu-effect {
    padding-bottom: 15px;
}

    #styleSelectorrr #menu-effect .radio > label {
        padding-left: 0;
    }

    #styleSelectorrr #menu-effect .radio .helper {
        bottom: -30px;
        left: 3px;
    }

        #styleSelectorrr #menu-effect .radio .helper:after, #styleSelectorrr #menu-effect .radio .helper:before {
            top: auto;
            bottom: 0;
        }

    #styleSelectorrr #menu-effect .micon {
        font-size: 15px;
        padding: 2px 4px 4px;
        border-radius: 4px;
        width: 30px;
        display: block;
        height: 30px;
        text-align: center;
    }


        #styleSelectorrr #menu-effect .micon.st1 {
            background-color: #01a9ac;
        }

            #styleSelectorrr #menu-effect .micon.st1 b, #styleSelectorrr #menu-effect .micon.st1 i {
                color: #fff;
            }

        #styleSelectorrr #menu-effect .micon.st2 {
            background-color: #0ac282;
        }

            #styleSelectorrr #menu-effect .micon.st2 b, #styleSelectorrr #menu-effect .micon.st2 i {
                color: #fff;
            }

        #styleSelectorrr #menu-effect .micon.st3 {
            background-color: #fec8b1;
        }

            #styleSelectorrr #menu-effect .micon.st3 b, #styleSelectorrr #menu-effect .micon.st3 i {
                color: #fb4d02;
            }

        #styleSelectorrr #menu-effect .micon.st4 {
            background-color: #fea9b3;
        }

            #styleSelectorrr #menu-effect .micon.st4 b, #styleSelectorrr #menu-effect .micon.st4 i {
                color: #f3021e;
            }

        #styleSelectorrr #menu-effect .micon.st5 {
            background-color: transparent;
        }

            #styleSelectorrr #menu-effect .micon.st5 i {
                color: #01a9ac;
            }*/

#styleSelectorrr #bg-pattern-visiblity {
    padding-left: 30px;
}

#styleSelectorrr .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

    #styleSelectorrr .form-control:focus {
        border: none;
        background-color: #f1f1f1;
    }

#styleSelectorrr ul {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #styleSelectorrr ul li {
        border-bottom: 0 solid #e9e9e9;
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }

        #styleSelectorrr ul li p.selector-title, #styleSelectorrr ul li span.selector-title {
            color: #444;
            font-size: 14px;
            margin: 0 0 15px;
            padding: 10px 0;
            text-align: center;
        }

        #styleSelectorrr ul li p.selector-title {
            font-weight: 600;
            border-bottom: 1px solid #e9e9e9;
        }

            #styleSelectorrr ul li p.selector-title.main-title {
                font-weight: 600;
            }

        #styleSelectorrr ul li p.sub-title.drp-title {
            border-bottom: 0 solid transparent;
            margin-bottom: 0;
            margin-top: 10px;
        }

#styleSelectorrr > ul > li > .sub-title {
    color: #9c9c9c;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: left;
}

#styleSelectorrr li {
    padding: 5px;
}

.theme-option select {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 10px;
}

@-moz-document url-prefix() {
    .theme-option select {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-radius: 2px;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 3px 10px;
        margin: 0;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .theme-option select.minimal {
            background-image: linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);
            background-position: calc(100% - 18px) calc(1em + -1px),calc(100% - 13px) calc(1em + -1px),calc(100% - 2.5em) 4px;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
        }

            .theme-option select.minimal:active, .theme-option select.minimal:focus {
                background-image: linear-gradient(45deg,gray 50%,transparent 50%),linear-gradient(135deg,transparent 50%,gray 50%),linear-gradient(to right,gray,gray);
                background-position: calc(100% - 15px) 13px,calc(100% - 20px) 13px,calc(100% - 2.5em) .3em;
                background-size: 5px 5px,5px 5px,1px 1.5em;
                background-repeat: no-repeat;
                border-color: #66afe9;
                outline: 0;
            }
}

.theme-color {
    padding: 0;
    width: 100%;
}

    .theme-color a {
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        -webkit-box-shadow: 0.4px 0.9px 3px 0 rgba(0,0,0,.33);
        box-shadow: 0.4px 0.9px 3px 0 rgba(0,0,0,.33);
        overflow: hidden;
        width: 45px;
        height: 40px;
    }

        .theme-color a:focus, .theme-color a:hover {
            text-decoration: none;
        }

        .theme-color a.small {
            width: 20px;
            height: 20px;
        }

        .theme-color a.image {
            width: 45px;
            height: 100px;
            background-size: cover;
        }

        .theme-color a .cont, .theme-color a .head {
            display: block;
            position: relative;
        }

            .theme-color a .cont:after, .theme-color a .cont:before, .theme-color a .head:after, .theme-color a .head:before {
                content: "";
                height: 100%;
                display: inline-block;
                position: absolute;
            }

            .theme-color a .cont:after, .theme-color a .head:after {
                width: 100%;
                left: 0;
            }

            .theme-color a .cont:before, .theme-color a .head:before {
                width: 60%;
                right: 0;
            }

        .theme-color a .head {
            height: 10px;
        }

            .theme-color a .head:before {
                background: #fff;
            }

        .theme-color a .cont {
            height: 40px;
        }

            .theme-color a .cont:before {
                background: #f6f7fb;
            }

        .theme-color a[lheader-theme=theme1] {
            background: #dcdcdc;
        }

        .theme-color a[lheader-theme=theme2] {
            background: #624e89;
        }

        .theme-color a[lheader-theme=theme3] {
            background: #3c4fb1;
        }

        .theme-color a[lheader-theme=theme4] {
            background: #919aa3;
        }

        .theme-color a[lheader-theme=theme5] {
            background: #999;
        }

        .theme-color a[lheader-theme=theme6] {
            background: #fff;
        }

        .theme-color a[header-theme=theme1] .head:after {
            background-color: #303549;
        }

        .theme-color a[header-theme=theme1] .head:before {
            background-color: #fff;
        }

        .theme-color a[header-theme=theme2] .head:after, .theme-color a[header-theme=theme2] .head:before {
            background: #ff7588;
        }

        .theme-color a[header-theme=theme3] .head:after, .theme-color a[header-theme=theme3] .head:before {
            background: #00bcd4;
        }

        .theme-color a[header-theme=theme4] .head:after, .theme-color a[header-theme=theme4] .head:before {
            background: #16d39a;
        }

        .theme-color a[header-theme=theme5] .head:after, .theme-color a[header-theme=theme5] .head:before {
            background: #2196f3;
        }

        .theme-color a[header-theme=theme1] .head:after, .theme-color a[header-theme=theme1] .head:before {
            background: #404e67;
        }

        .theme-color a[navbar-theme=themelight1] {
            background: #fff;
        }

        .theme-color a[navbar-theme=theme1] {
            background: #404e67;
        }

        .theme-color a[logo-theme=theme1] .head:after {
            background: #404e67;
        }

        .theme-color a[logo-theme=theme2] .head:after {
            background: #ff7588;
        }

        .theme-color a[logo-theme=theme3] .head:after {
            background: #00bcd4;
        }

        .theme-color a[logo-theme=theme4] .head:after {
            background-color: #16d39a;
        }

        .theme-color a[logo-theme=theme5] .head:after {
            background-image: linear-gradient(to left, #EC9F05, #FF4E00);
        }

        .theme-color a[logo-theme=theme6] .head:after {
            background-color: #ffffff;
        }
/*cross button*/
.rotate-refresh {
    -webkit-animation: mymove .8s infinite linear;
    animation: mymove .8s infinite linear;
    display: inline-block;
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-btn {
    position: fixed;
    font-size: 2.5em;
    color: #ff4f00;
    opacity: 1;
    z-index: 9999;
    transition: all 0.6s ease;
    left: 0px;
    background: #404e67;
    width: 50px;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.cross-btn {
    position: fixed;
    font-size: 32px;
    color: #ff4f00;
    z-index: 999;
    transition: all 0.6s ease;
    background: #404e67;
    width: 50px;
    height: 40px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    left: 0;
    cursor: pointer;
}
.guide-link {
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-weight: bold;
    margin-right: 30px;
}

.guide-link a {
    display: flex;
    align-items: center;
}

.guide-link a i {
    padding-left: 5px;
}
