

/*-----------------------------------------------------------------------------------
Designer : Rainy Tears From Light Star Company
-----------------------------------------------------------------------------------*/


/** ADD */
.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-left {
    text-align: left !important;
}

.img-item {
    width: 150px;
    height: 150px !important;
    margin-top: -12em;
}

.cover-photo-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/img/site/product-item-header.png");
    background-size: contain;
}

.photo-item-container {
    position: relative;
    width: 15rem;
    height: 10rem;
}

    .photo-item-container img {
        width: 100%;
        height: 100%;
    }

.dropdown, .dropup {
    position: relative;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: right;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#drop-container {
    right: -100% !important;
}

.card-body-box {
    max-height: 200px;
    overflow: scroll;
    background-color: #f0f0f0;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
/*----------------------------------------*/
/*   O'CLOCK
/*----------------------------------------*/

.clock #time {
    color: #39ff14; /* Phosphorescent green for the watch */
}

/*----------------------------------------*/
/*   TOASTR
/*----------------------------------------*/
.toast-top-center {
    top: 50% !important;
    left: 50% !important;
    margin: 0 0 0 -150px !important;
}
.toast-top-center > .toast.toast-error{
    width:45% !important;
}
    /*----------------------------------------*/
    /*   camera
/*----------------------------------------*/
    .camera-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100px;
    }

    .camera-box > video {
        border: 1px solid #8b0305;
        border-radius: 5px;
    }

#camera-img {
    border: 1px solid #8b0305;
    border-radius: 5px;
}
/*----------------------------------------*/
/*   fingerprint
/*----------------------------------------*/
.fingerprints-container {
    max-width: 700px;
}

.fingerprint-img-box {
    height: 100px;
    width: 70px;
    border: 1px solid #8b0305;
    border-radius: 5px;
    margin: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-block: 4px;
}


.btn-fingerprint {
    /*background-image: url(/img/site/fingerprint.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
    padding: 0px;
    background-size: 21px;
    border-radius: 6px;
    background-color: white;
    border: 1px solid #e6e6e6;
}

    .btn-fingerprint:hover {
        background-color: #e6e6e6;
    }

.fingerprint-box {
    float: left;
    width: fit-content;
    height: fit-content;
    height: -moz-fit-content;
    width: -moz-fit-content;
}

    .fingerprint-box .img-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        border: 1px solid #8b0305;
        width: 76px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        .fingerprint-box .img-box > img {
            height: 75%;
            width: 75%;
            border-radius: 5px;
        }
/*----------------------------------------*/
/*   shop
/*----------------------------------------*/
.shop-title {
    padding-top: 100px;
    padding-inline: 50px;
}

    .shop-title hr {
        border-top: 2px solid #8b0305;
        border-bottom: 2px solid #8b0305;
    }

.shop-container {
    padding-top: 100px;
}

.shop-product-card {
    background-color: white;
    border-radius: 10px;
}

    .shop-product-card > button {
        border-radius: 10px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .shop-product-card > img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .shop-product-card .code {
        font-size: 9pt;
    }

    .shop-product-card .content {
        padding: 10px;
    }

    .shop-product-card .company-logo {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid grey;
        box-shadow: 0px 0px 2px 1px;
    }

        .shop-product-card .company-logo > img {
            border-radius: 50%;
        }

    .shop-product-card .company-title {
        font-size: 9pt;
        margin-right: 10px;
    }
/*----------------------------------------*/
/*   Contact us
/*----------------------------------------*/
.contact-us-top-box {
    background-image: url('/img/site/Contact-Us-Background-scaled.jpg');
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
}

.contact-us-top-box-cover {
    padding-top: 180px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    content: "";
    background-color: rgb(0,0,0,0.3);
}

.contact-us {
    background-color: whitesmoke;
    padding-block: 100px;
}

.contact-card-container {
    margin-top: -200px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 250px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}

.contact-card-icon {
    top: -48px;
    position: absolute;
    left: 50%;
    background-color: white;
    padding: 36px;
    border-radius: 50%;
    transform: translate(-50%,-6%);
    color: #917936;
}

.contact-message-card {
    width: 100%;
    min-height: 300px;
    background-color: white;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px;
}

.contact-map-card {
    width: 100%;
    min-height: 300px;
    border: 2px solid white;
    border-radius: 10px;
    margin-top: 30px;
}

    .contact-map-card > img {
        border-radius: 10px;
        width: 100%;
        height: 300px;
    }
/*----------------------------------------*/
/*   About us
/*----------------------------------------*/
.about-us {
    padding-top: 53px !important;
    padding-inline: 0 !important;
    display: flex;
}

.about-us-img-box {
    margin-top: 70px;
    background-image: url('/img/bg/003.png');
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
}

.about-us .title {
    text-decoration: underline;
}

.about-us .box {
    height: 100%;
    text-align: justify;
    padding-block: 20px;
    padding-inline: 15px;
}

.about-us .card-r {
    width: 100%;
    height: 100%;
}

    .about-us .card-r > img {
        border-top-left-radius: 10px;
    }

.about-us .card-l {
    height: 100%;
    width: 100%;
}

.about-us .honor-box {
    width: 100%;
    right: 0;
    background-image: url(/img/site/startup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 390px;
    padding: 30px;
    border-radius: 10px;
}

.about-us .honor-item {
    color: white;
}

.honor-item > img {
    height: 100px;
    width: 100px;
    margin-bottom: 50px;
}

.honor-item .honor-title {
    /*margin-right:10px;*/
    margin-bottom: 15px;
}

.honor-item .honor-content {
    width: 663px;
    font-size: 9pt;
}

/*----------------------------------------*/
/*  Sidebar
/*----------------------------------------*/
#sidebarCollapseInside {
    display: none;
    color: white;
    position: absolute;
    top: 5px;
    right: 152px;
    z-index: 1500;
    font-size: 13pt;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 6px #fff;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #ececec;
    color: #8b0305;
}

/*----------------------------------------*/
/*   Index Page
/*----------------------------------------*/
.bg-img-section {
    background-image: url("/img/bg/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.img-block {
    border-radius: 50%;
    display: inline-block;
    height: 6em;
    width: 6em;
    background-color: #ddbc63;
    position: relative;
    margin-top: 1em;
}

.text-block {
    position: absolute;
    left: 0;
    top: 28%;
    color: #8b0305;
}
.text-left {
    text-align : left !important;
}
.text-title {
    text-align: center;
    color: #3c5020;
    margin-bottom: 1em;
}

.bg-section-our-customer {
    /*background-image: url("/img/bg/7.jpg");*/
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swita-customer {
    padding-block: 1em;
}

.swita-introduction {
    padding-block: 1em;
}

.swita-benefits {
    padding-block: 1em;
}

    .swita-benefits img {
        border-radius: 4px;
    }

    .swita-benefits ul {
        list-style-type: square;
        list-style-position: inside;
    }

        .swita-benefits ul > li {
            margin-bottom: 8px;
        }

.how-to-use-section {
    padding-block: 1em;
}

    .how-to-use-section .bg-img {
        background-image: url('../../img/site/howToUse.png');
        min-height: 525px;
        width: 100%;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        border-radius: 4px;
        padding: 30px;
    }

        .how-to-use-section .bg-img p {
            max-width: 400px;
            font-size: 15px;
            /*text-align: start;*/
        }

/*----------------------------------------*/
/*  CALCULATOR
/*----------------------------------------*/

.calculator {
    padding: 4px;
    margin: 4px;
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    /* Box shadow for different browsers */
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.75);
}

input[type="text"]:disabled {
    text-align: right;
    padding: 8px;
}

.design {
    text-align: center;
    border-radius: 4px;
    width: 100%;
    height: auto;
    color: white;
    padding: 4px;
    margin: 4px;
    background-color: #2a2e4b;
}

/*----------------------------------------*/
/*  GLOBAL
/*----------------------------------------*/
.body {
    direction: rtl !important;
}

.sticky-note {
    resize: none;
    overflow: scroll;
    min-height: 150px;
}

    .sticky-note::-webkit-scrollbar {
        width: 1em;
    }

    .sticky-note::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .sticky-note::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.main-submit-box {
    bottom: 0;
    width: 100%;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.vertical-align-top{
    vertical-align:top !important;
}
.flex-d-column {
    flex-direction: column;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.align-items-flex-end {
    align-items: flex-end !important;
}

.vertical-align {
    vertical-align: middle !important;
}

.top-0 {
    top: 0 !important;
}

.left-50 {
    left: 50% !important;
}
.left-0{
    left:0 !important;
}
.a-active {
    color: #f8f9fa !important;
    text-decoration: none;
    /*background: #63BFB4;*/
    background: #ddbc63;
}
.px200 {
    width: 200px;
    max-width: 200px;
    word-wrap: break-word;
}
.sub-a-active {
    color: #f8f9fa !important;
    text-decoration: none;
    /*background: #8BE5DA;*/
    background: #ddbc63;
}

.show-percent {
    margin-left: .5rem;
    background: #ddbc63;
    padding: 0 2px;
}

#main-box {
    position: relative;
}

.m-t {
    margin-top: 1em;
}

.breadcome-heading input {
    color: #fff;
    opacity: 1;
}

.index-content {
    background-image: url('/img/bg/forest.jpg');
    /* overflow: hidden; */
    background-size: cover;
    /* height: 75vh !important; */
    height: calc(100vh - 9.2em) !important;
    /* height: calc(100vh - 3.2em) !important; */
    margin-top: 0 !important;
    background-repeat: no-repeat;
    padding-top: 5em;
    background-position: center;
    background-color: #000;
}
.super-index-content {
    background-image: url('/img/bg/MSM251.png');
    background-size: contain;
    height: calc(100vh) !important;
    margin-top: 0 !important;
    background-repeat: no-repeat;
}

.body-content .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40em;
    height: 100%;
    position: relative;
    padding-top: 3em;
}

th, td {
    text-align: center;
}

pre {
    border: none !important;
}

.body-content form {
    min-height: 200px;
    padding-top: 2em;
    overflow: hidden;
}

.disable-resize {
    resize: none;
}

.sparkline12-list {
    min-height: 25em;
}

.over-hi {
    overflow: hidden;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

hr {
    clear: both;
}

.border-0 {
    border: none !important;
}

.box-shadow {
    box-shadow: 0px 0px 10px 0 #000000, 0 0px 10px 0 #000000, 0 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,.42), 0 0px 10px 0 rgba(0,0,0,.12), 0 0px 10px 0px rgba(0,0,0,.2);
}

.fa-1-05x {
    font-size: 1.5em !important;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #aaa !important;
}

.title-index {
    padding-top: 4em;
    color: #fff;
}

.column-link a {
    color: #000000;
    display: block;
}

.column-link:hover {
    background-color: #eee;
}

.column-link a:hover {
    background-color: #eee;
    color: #00749f;
}

.no-shadow {
    box-shadow: none !important;
}

.select2-search--dropdown .select2-search__field {
    text-align: right !important;
}

.show-info {
    background-color: #6f6d6d;
    color: #fff;
    text-align: left;
    padding: .3em .7em;
    display: inline-block;
    float: left;
    border-radius: 5px;
}

.img-thumbnail {
    display: inline-block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 48px;
    height: 48px;
}

.img-thumbnail-middle {
    display: inline-block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 82px;
    height: 82px;
}

.di-in-blok {
    display: inline-block !important;
}

.border-top-none {
    border-top: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-auto {
    overflow: auto !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.box-shadow-no {
    box-shadow: none !important;
}

.mini-item {
    float: left;
    margin-left: 1em;
}
.min-height-0{
    min-height:0px !important;
}
/*  Data Table*/
div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.paging_full_numbers {
    text-align: center !important;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

input:focus:invalid, textarea:focus:invalid {
    border-color: #dc3545 !important;
    -webkit-box-shadow: inset 0 1px 1px #dc3545;
    box-shadow: inset 0 1px 1px #dc3545;
}

.validation-field-star {
    position: absolute;
    top: 0;
    right: 0;
}

.op-1 {
    opacity: 1 !important;
}

.op-3per {
    opacity: .3;
}

.dir-l {
    direction: ltr !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.posi-relative {
    position: relative !important;
}

.posi-absolute {
    position: absolute !important;
}

.posi-fixed {
    position: fixed !important;
}

td.details-control {
    background: url('/img/Other/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/img/Other//details_close.png') no-repeat center center;
}

.divider {
    display: block;
    clear: both;
}

.send-key {
    right: 0.3rem;
    top: 20%;
    color: red;
    border: 0;
    background: none;
}

.box-key-content {
    border: 0 !important;
}

    .box-key-content:focus {
        border: 0 !important;
        border-color: none !important;
        box-shadow: none !important;
    }

.dot-box:after {
    content: '\2807';
    font-size: 1rem;
}

.menu-right {
    position: absolute;
    transform: translate3d(157px, 5px, 0px) !important;
    top: 0px;
    right: 0px !important;
    will-change: transform;
}
/*----------------------------------------*/
/* Print
/*----------------------------------------*/
#print-container {
    min-height: 6rem;
    display: block;
    background: #fff;
    margin-top: 5px;
}

.cover-print {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0.2;
    position: absolute;
}

.bg-print {
    background-image: url("/img/Other/print_text.png");
}
/*----------------------------------------*/
/* Height WIDTH
/*----------------------------------------*/
.h-100 {
    height: 100% !important;
}

.mi-h-15 {
    min-height: 15em !important;
}

.width-50vw {
    width: 50vw !important;
}

.height-16-em {
    height: 16em !important;
}
/*----------------------------------------*/
/* spinner
/*----------------------------------------*/
.spinner {
    position: fixed !important;
    width: 0px;
    z-index: 2000000000;
    left: 50%;
    top: 50%;
    bottom: 50%;
    right: 50%;
}
/*----------------------------------------*/
/* Plate
/*----------------------------------------*/
.plate-part {
    width: 2.5em;
    text-align: center;
    border-color: #eee !important;
}
/*----------------------------------------*/
/*  Watermark & Print

/*----------------------------------------*/

#print-page {
    position: fixed;
    top: 4em;
    left: 1em;
    background: #b83a3a;
    /* color: #000; */
    opacity: .6;
}

    #print-page:hover {
        opacity: 1;
    }
/*----------------------------------------*/
/*  Back To Top
/*----------------------------------------*/
#return-to-bottom {
    position: fixed;
    top: 100px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #378675, #233D44);
    left: 1em;
    z-index: 9;
}

    #return-to-bottom i {
        color: #fff;
        margin: 0 auto;
        position: absolute;
        right: 7px;
        top: 7px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-bottom:hover {
        background: linear-gradient(to bottom, #378675, #233D44);
    }

        #return-to-bottom:hover i {
            color: #fff;
            top: 12px;
        }

#return-to-top {
    position: fixed;
    bottom: 173px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #378675, #233D44);
    left: 1em;
    z-index: 9;
}

    #return-to-top i {
        color: #fff;
        margin: 0 auto;
        position: absolute;
        right: 7px;
        top: 7px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: linear-gradient(to bottom, #378675, #233D44);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 2px;
        }

/*----------------------------------------*/
/*  Modal
/*----------------------------------------*/
.modal {
    padding-top: 7em !important;
}

.btn-close-modal {
    float: left;
    color: #f00;
}

.tilte-modal {
    display: inline-block !important;
}
/*----------------------------------------*/
/*  Width
/*----------------------------------------*/
.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45% !important;
}

.w-35 {
    width: 35% !important;
}

.w-25 {
    width: 25% !important;
}
.w-75 {
    width: 75% !important;
}
.seperator-line {
    height: 1px;
    background: #DF1E30;
    width: 2.5rem;
    display: block;
    margin: 1px auto;
    clear: both;
}

.text-center {
    text-align: center !important;
}
/*----------------------------------------*/
/*  Stimul
/*----------------------------------------*/
.stiJsViewerReportPanel {
    position: relative !important;
}
/*----------------------------------------*/
/*  Combo
/*----------------------------------------*/
.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left !important;
}
/*----------------------------------------*/
/* TABLE
/*----------------------------------------*/
tr th.sorting:last-child::before,
tr th.sorting:last-child::after {
    content: "" !important;
}
.borer-no-collapse{
    border-collapse:unset;
}
/*----------------------------------------*/
/* COLOR
/*----------------------------------------*/
.border-red-dark{
    border:1px solid #8b0305 !important;
}
.border-radius-3 {
    border-radius: 3px !important;
}
.bg-white {
    background-color: #fff !important;
}

.bg-white-5per {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .5);
}

.bg-yelow {
    background-color: #f6f7d8 !important;
    /*
   These colors are beauty!
    f4f799
    f5f7b0
    f6f7be
*/
}

.bg-green-light {
    background-color: #d8f7e8 !important;
}

.bg-gray-e {
    background: #eee !important;
}

.bg-gray-d {
    background-color: #ddd !important;
}

.readOnly {
    background-color: #eee !important;
}

.color-green-dark-middle {
    color: #68932d !important;
}

.color-red-hover:hover {
    color: #8b0305 !important;
}

.color-red-main {
    color: #8b0305 !important;
}

.color-gold-main {
    color: #ddbc63 !important;
}

.color-yellow {
    color: #939728 !important;
}

.color-white {
    color: #fff !important;
}

.color-orang {
    color: #ff6a00;
}

.color-orang-light {
    color: #fba706 !important;
}

.color-blue-sky {
    color: deepskyblue;
}

.color-primary {
    color: #0a84b5 !important;
}

.color-cyan-light {
    color: #17a2b8 !important;
}

.color-cyan {
    color: #0a84b5 !important;
}

.color-gray-b {
    color: #bbb !important;
}

.color-snow {
    color: #f5f5f5;
}

.color-black {
    color: #666;
}

.color-purple {
    color: #6f42c1;
}

.color-middle-purple {
    color: #a832a6;
}

.color-purple-light {
    color: #c688b3;
}

.color-purple-very-light {
    color: #f956ce;
}

.color-blue {
    color: #007bff !important;
}

.color-blue-light {
    color: #4fb5df !important;
}

.color-yellow-light {
    color: #ffc107;
}

.color-red {
    color: #dc3545;
}

.color-green {
    color: #28a745 !important;
}

.color-green-light {
    color: greenyellow !important;
}

.color-indigo {
    color: #6610f2;
}

.color-orang-main {
    color: #ee9602 !important;
    color: rgba(238, 150, 2, 1) !important;
}

.color-green-main {
    color: #ccf305 !important;
    color: rgba(204, 243, 5, 1) !important;
}

.text-white {
    color: #fff !important;
}

/*----------------------------------------*/
/*  Section
/*----------------------------------------*/
.section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
/*----------------------------------------*/
/*  Header
/*----------------------------------------*/

.headerWrap {
    text-align: right;
    overflow: hidden;
    margin: 10px;
}

.header {
    margin: 5px 0 25px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #233D44;
    position: relative;
}

    .header:before {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        left: -5vw;
        /*left: -100vw;*/
        height: 10px;
        /*background: linear-gradient(#233D44,#2ed392) top, linear-gradient(#233D44,#2ed392) bottom;*/
        background: linear-gradient(90deg, rgba(204,243,5,1) 0%, rgba(221,188,99,1) 35%, rgba(0,0,0,1) 100%) top, linear-gradient(90deg, rgba(139,3,5,1) 0%, rgba(221,188,99,1) 35%, rgba(0,0,0,1) 100%) bottom;
        background-size: 100% 6px,100% 2px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

.buggy {
    margin: 5px 0 25px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #233D44;
    position: relative;
    border-bottom: 2px solid #d8dce9;
}

    .buggy:before {
        /*border-bottom: 2px solid #2ed392;*/
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        left: 100%;
        height: 10px;
        background: linear-gradient(#233D44,#2ed392) top, linear-gradient(#233D44,#2ed392) bottom;
        background-size: 100% 6px,100% 2px;
        background-repeat: no-repeat;
        transition: all 0.3s;
    }

    .buggy:hover:before {
        left: 0;
    }
/*----------------------------------------*/
/*  Select 2
/*----------------------------------------*/

.select2-container {
    text-align: right;
    margin-bottom: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    direction: rtl !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    direction: rtl !important;
}
/*----------------------------------------*/
/*  Header Content
/*----------------------------------------*/
.main-sparkline12-hd {
    text-align: center;
}

    .main-sparkline12-hd h4 {
        display: inline-block;
        border-bottom: 2px solid #eee;
        padding-bottom: 6px;
        margin: 0;
        margin-bottom: 10px;
    }
/*----------------------------------------*/
/*  8. Scroll Area
/*----------------------------------------*/
.mCSB_outside + .mCSB_scrollTools {
    left: 0px;
    margin: 0px 0px;
}
/* Nav Bar */
.navbar-inverse {
    background: linear-gradient(to bottom, #378675,#233D44) !important;
    border-color: #233D44 !important;
}

.mai-top-nav {
    display: block;
}
/*----------------------------------------*/
/*  Toolbar
/*----------------------------------------*/
.toolbar {
    margin-bottom: 3px;
}
/*----------------------------------------*/
/*  File Upload
/*----------------------------------------*/
.file-path-label {
    cursor: pointer;
}

#file-path {
    margin-top: 6rem;
}

.photo-box {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    margin: 0 auto;
}

#file-box {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
    line-height: 7em;
    margin-bottom: 15px;
}

#file-photo {
    width: 4rem;
    height: 4rem;
    border-radius: 5px;
    position: absolute;
    top: -21px;
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
    line-height: 7em;
    border-radius: 50%;
    left: 40%;
}

.file-container {
    border: 1px solid #eee;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    height: 6rem;
}

    .file-container h5 {
        line-height: 4em;
        margin-bottom: 0;
        margin-right: 2em;
    }

.photo-container {
    padding-top: 0;
    position: relative;
    overflow: visible;
    height: auto;
    text-align: left;
    margin-bottom: 20px !important;
}

    .photo-container h5 {
        line-height: 4em;
        margin-bottom: 0;
        margin-right: 2em;
    }
/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/
.footer {
    /*background: #233D44;*/
    background: #000;
    padding: 1em;
    color: #fff;
    text-align: center;
    /*height: 6.2em;*/
    height: 84px;
    /*width: calc(100% - 200px);*/
    bottom: 0;
    margin-right: 200px;
    overflow:hidden;
}

.footer-without-side {
    background: #000;
    padding: 1em;
    color: #fff;
    text-align: center;
    /*min-height: 12.2em;*/
    width: 100%;
    bottom: 0;
    overflow: hidden;
}

.alarm {
    height: 27px;
    border: 1px solid #000;
    text-align: center;
    border: none;
    background: #aaa;
    padding: 5px;
}

#alarm-timeout {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    bottom: 1vh;
    z-index: 9999;
    left: 1vw;
    color: #fff;
    border: none;
}
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
    height: 100%;
    font-family: IranSans,'Vazir', sans-serif !important;
    font-weight: 400;
    background: #f5f5f5;
    direction: rtl !important;
}

.floatright {
    float: right
}

.floatleft {
    float: left
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 700;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #ec4445;
        text-decoration: none;
    }

    a:visited, a:link, a:active {
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0 none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.dir-r {
    direction: rtl !important;
}
/*----------------------------------------*/
/*   PADDING
/*----------------------------------------*/
.p-no {
    padding: 0 !important;
}

.p-x-no {
    padding-inline: 0 !important;
}

.p-y-no {
    padding-block: 0 !important;
}

.p-t-no {
    padding-top: 0 !important;
}

.p-b-no {
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 1px !important;
}

.p-1-e {
    padding: 1rem !important;
}

.p-l-no {
    padding-left: 0 !important;
}

.p-r-no {
    padding-right: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-r-1 {
    padding-right: 1em !important;
}

.p-r-1_5 {
    padding-right: 1.5em !important;
}

.p-l-1 {
    padding-left: 1em;
}

.p-l-2 {
    padding-left: 2em;
}


.p-r-2 {
    padding-right: 2em;
}

.p-r-3 {
    padding-right: 3em;
}

.p-t-6 {
    padding-top: 6rem !important;
}

.p-b-6 {
    padding-bottom: 6rem !important;
}

.p-r-20-per {
    padding-right: 20%;
}
/*----------------------------------------*/
/*   Margin
/*----------------------------------------*/

.mg-l-5 {
    margin-left: 5px;
}

.mg-no {
    margin: 0 !important;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-b-no {
    margin-bottom: 0 !important;
}

.mg-tb-30 {
    margin: 30px 0px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-tb-15 {
    margin: 15px 0px;
}

.mg-t-no {
    margin-top: 0 !important;
}

.mg-t-24 {
    margin-top: 24px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-b-10 {
    margin-bottom: 16px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mt-b-30 {
    margin-bottom: 30px;
}

.m-auto {
    margin: 0 auto;
}

.m-t-2em {
    margin-top: 2rem;
}

.m-l-05em {
    margin-left: 0.5em;
}

.m-r-05em {
    margin-right: 0.5em;
}

.m-t-05em {
    margin-top: 0.5em;
}

.m-t-1em {
    margin-top: 1em;
}

.m-t-3em {
    margin-top: 3rem;
}

/*----------------------------------------*/
/*  Font
/*----------------------------------------*/
.f-s-8 {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-28 {
    font-size: 28px !important;
}
.f-w-400 {
    font-weight: 400 !important;
}
/*----------------------------------------*/
/*  Border
/*----------------------------------------*/
.b-radius-50 {
    border-radius: 50% !important;
}

.b-radius-25 {
    border-radius: 25px !important;
}
/*----------------------------------------*/
/*  8. Menu collapse Area
/*----------------------------------------*/
.all-content-wrapper {
    margin-right: 200px;
    transition: all 0.3s;
    /*min-height: calc(100% - 10em);*/
    min-height: calc(94% - 2.5em);
    position: relative;
    overflow-x: hidden;
}

.right-sidebar-pro {
    z-index: 9999;
    width: 240px;
}

#sidebar {
    min-width: 200px;
    background: #fff;
    color: #fff;
    position: fixed;
    transition: all 0.3s;
    z-index: 999;
    height: 100%;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,.42), 0 0px 10px 0 rgba(0,0,0,.12), 0 0px 10px 0px rgba(0,0,0,.2);
}

.mini-navbar .all-content-wrapper {
    margin-right: 80px;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

    #sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
    }

    #sidebar.active ul li .sidebar-left-icon {
        display: none;
    }

.bar-button-pro {
    margin: 4px 0px;
}

#sidebar .sidebar-header {
    padding: 1px 0px;
}

    #sidebar .sidebar-header strong {
        display: none;
        font-size: 1.8em;
    }

.sidebar-header {
    text-align: center;
}

    .sidebar-header h3 {
        font-size: 20px;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 5px;
    }

#sidebar.active .sidebar-header .main-logo {
    display: none;
}

#sidebar.active
#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header p {
    display: none;
}

#sidebar ul li a .sidebar-left-icon {
    float: left;
}

.right-custom-menu-adp-wrap ul.right-sidebar-menu-pro {
    width: 100%;
}

    .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li {
        display: block;
        float: none;
        position: relative;
    }

        .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li .right-menu-dropdown {
            right: 0px;
            top: 0px;
            opacity: 0;
            border-radius: 0;
            border: 0px solid #fff;
            box-shadow: none;
            background: #ebebeb;
        }

.right-custom-menu-adp-wrap .dropdown-menu {
    position: relative;
    float: none;
}

.right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li .right-menu-dropdown a:hover {
    padding: 15px 30px;
    transition: all .4s ease 0s;
    background: #fff;
}

.right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li.open .right-menu-dropdown {
    opacity: 1;
    right: 0px;
    z-index: 9999;
}

    .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li.open .right-menu-dropdown.chart-right-menu-std {
        top: 0px;
    }

    .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li.open .right-menu-dropdown.form-right-menu-std {
        top: 0px;
    }

    .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li.open .right-menu-dropdown.apps-right-menu-std {
        top: 0px;
    }

    .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li.open .right-menu-dropdown.pages-right-menu-std {
        top: 0px;
    }

.right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li a {
    display: block;
    padding: 15px 20px;
    color: #444;
    transition: all .4s ease 0s;
    font-size: 16px;
}

    .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li a:hover, .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li a:focus, .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li a:active, .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li a:visited {
        background: #ebebeb;
        color: #444;
    }

.right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li .indicator-left-menu {
    float: left;
    font-size: 12px;
}

#sidebar.active .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li.open .right-menu-dropdown {
    right: 80px;
}

#sidebar.active .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li .mini-dn {
    display: none;
}

#sidebar.active .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li .big-icon {
    font-size: 20px;
}

#sidebar.active .right-custom-menu-adp-wrap ul.right-sidebar-menu-pro li > a {
    padding: 20px 20px;
}

.menu-switcher-pro {
    transition: all .4s ease 0s;
    padding-inline: 13px;
}

.mini-navbar .menu-switcher-pro {
    transition: all 0.3s;
}

.menu-switcher-pro button {
    background: none;
    border: none;
}

    .menu-switcher-pro button:hover, .menu-switcher-pro button:focus, .menu-switcher-pro button:active, .menu-switcher-pro button:visited {
        background: none;
        border: none;
    }

.footer-coplefty-area {
    background: -webkit-linear-gradient(178deg, #63BFB4 0%, #378675 100%);
    background: linear-gradient(178deg, #63BFB4 0%, #378675 100%);
    padding: 20px 0px;
    text-align: center;
}

.footer-copy-left p {
    margin: 0px;
    font-size: 15px;
    color: #fff;
}

.footer-copy-left a {
    color: #fff;
    text-decoration: none;
}

.sidebar-nav .metismenu a {
    padding: 13px !important;
    font-size: 14px !important;
}
/*----------------------------------------*/
/*  2.1 Floating Button
/*----------------------------------------*/
.zoom {
    position: fixed;
    bottom: 0px;
    left: 4px;
    height: 70px;
}

.zoom-fab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #009688;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}

    .zoom-fab:hover {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }

.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
    opacity: 0.3;
}

.zoom-btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.zoom-btn-large:hover {
    opacity: 1;
}

#zoomBtn img {
    width: 44px;
    height: 46px;
    margin-top: -4px;
}

/*
.zoom-menu {
    position: absolute;
    right: -500px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    list-style: none;
    text-align: left;
    padding-left: 5px;
}
*/
.zoom-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: -30px;
    transform: translateY(-64%);
    width: 60px;
    list-style: none;
    text-align: left;
    padding-left: 10px;
    height: auto;
}

    .zoom-menu li {
        display: inline-block;
        margin-bottom: 10px;
    }

.zoom-card {
    position: absolute;
    left: 68px;
    min-width: 300px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 5px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.zoom-card-title {
    text-decoration: underline;
    margin: 5px;
}

.zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}
/* floating-color*/
.zoom-btn-home {
    background-color: #777;
}

    .zoom-btn-home:hover {
        background-color: #777;
    }

.zoom-btn-back {
    background-color: #F44336;
}

    .zoom-btn-back:hover {
        background-color: #e57373;
    }

.zoom-btn-doc {
    background-color: #ffeb3b;
}

    .zoom-btn-doc:hover {
        background-color: #fff176;
    }

.zoom-btn-info {
    background-color: #4CAF50;
}

    .zoom-btn-info:hover {
        background-color: #437ede;
    }

.zoom-btn-video {
    background-color: #437ede;
}

    .zoom-btn-video:hover {
        background-color: #81c784;
    }

.zoom-btn-report {
    background-color: #2196F3;
}

    .zoom-btn-report:hover {
        background-color: #64b5f6;
    }

.zoom-btn-refresh {
    background-color: #9c27b0;
}

    .zoom-btn-refresh:hover {
        background-color: #ba68c8;
    }

.scale-transition {
    transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

    .scale-transition.scale-out {
        transform: scale(0);
        transition: transform 0.2s !important;
    }

    .scale-transition.scale-in {
        transform: scale(1);
    }
/*----------------------------------------*/
/*  2.  Header top Customize CSS
/*----------------------------------------*/
.header-top-menu .navbar-nav > li > a {
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
}

.header-top-menu .navbar-nav > li:first-child a {
    padding-right: 0;
}

.header-top-menu .navbar-nav > li a .angle-down-topmenu {
    margin-right: 4px;
}

.header-top-menu .navbar-nav > li > a:hover {
    color: #03a9f4;
}

.header-top-menu .navbar-nav > li .dropdown-menu a {
    padding: 10px 20px;
    display: block;
    color: #fff;
}

    .header-top-menu .navbar-nav > li .dropdown-menu a:hover {
        background: #2b2a2a;
    }

.header-top-menu .navbar-nav > li .dropdown-menu {
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    background-color: #303030;
}

.header-left-info .navbar-nav > li .dropdown-menu {
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
}

.header-top-menu .nav > li > a:focus, .header-top-menu .nav > li > a:hover, .header-top-menu .nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
}

.header-top-menu .nav .open > a, .header-top-menu .nav .open > a:focus, .header-top-menu .nav .open > a:hover {
    background-color: transparent;
}

.header-left-info .nav > li > a:focus, .header-left-info .nav > li > a:hover, .header-left-info .nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
}

.header-left-info .nav.custon-set-tab > li > a:focus, .header-left-info .nav.custon-set-tab > li > a:hover, .header-left-info .nav.custon-set-tab > li > a:active {
    color: #03a9f4;
}

.header-left-info .nav.custon-set-tab > li > a {
    color: #fff;
}

.header-left-info .nav .open > a, .header-top-menu .nav .open > a:focus, .header-top-menu .nav .open > a:hover {
    background-color: transparent;
}

.header-left-info .navbar-nav {
    float: left;
    padding: 10px 0px;
}
/*----------------------------------------*/
/*  3.  Header top Menu CSS
/*----------------------------------------*/
.admin-logo {
    padding: 10px 0px;
}

.header-top-menu ul.header-top-nav li {
    display: inline-block;
    position: relative;
}

    .header-top-menu ul.header-top-nav li ul.dropdown-header-top {
        position: absolute;
        top: 130%;
        right: -10px;
        width: 200px;
        background: #303030;
        opacity: 0;
        transition: all 0.5s ease 0s;
        z-index: 999;
        padding: 10px 0px;
    }

        .header-top-menu ul.header-top-nav li ul.dropdown-header-top.in {
            opacity: 1;
            top: 100%;
            transition: all 0.5s ease 0s;
        }

.admin-project-icon {
    margin-right: 5px;
    font-size: 10px;
    color: #fff;
}

.header-top-menu ul.header-top-nav li .dropdown-header-top li {
    display: block;
}

    .header-top-menu ul.header-top-nav li .dropdown-header-top li a {
        display: block;
        color: #fff;
        padding: 15px 20px;
    }

        .header-top-menu ul.header-top-nav li .dropdown-header-top li a:hover {
            background: #03a9f4;
        }

.header-top-menu ul.header-top-nav li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    padding: 18px 10px;
}

.header-left-info {
}

    .header-left-info ul.header-left-menu li {
        display: inline-block;
    }

        .header-left-info ul.header-left-menu li .author-message-top, .header-left-info ul.header-left-menu li .notification-author, .header-left-info ul.header-left-menu li .author-log {
            position: absolute;
            top: 160%;
            right: -70px;
            width: 330px;
            background: #343434;
            text-align: right;
            opacity: 0;
            transition: all 0.5s ease 0s;
            visibility: hidden;
            z-index: 999;
        }

        .header-left-info ul.header-left-menu li .dropdown-header-top.author-log {
            width: 200px;
            padding: 10px 0px;
        }

            .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li {
                display: block;
            }

                .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li a {
                    padding: 10px 20px;
                    display: block;
                    color: #fff;
                    font-size: 14px;
                }

                .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li .author-log-ic {
                    margin-left: 10px;
                }

                .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li a:hover, .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li a:focus {
                    background: #2b2a2a;
                }

        .header-left-info ul.header-left-menu li .author-message-top {
            right: -133px;
        }

        .header-left-info ul.header-left-menu li .notification-author {
            right: -134px;
        }

        .header-left-info ul.header-left-menu li .author-log {
            right: -2px;
        }

        .header-left-info ul.header-left-menu li.open .author-message-top, .header-left-info ul.header-left-menu li.open .notification-author, .header-left-info ul.header-left-menu li.open .author-log {
            opacity: 1;
            top: 165%;
            transition: all 0.5s ease 0s;
            visibility: visible;
        }

        .header-left-info ul.header-left-menu li ul.message-menu li a, .header-left-info ul.header-left-menu li ul.notification-menu li a {
            margin: 20px 20px;
            display: block;
            text-decoration: none;
            color: #fff;
        }

        .header-left-info ul.header-left-menu li .message-view a, .header-left-info ul.header-left-menu li .notification-view a {
            display: block;
            color: #ccc;
            font-size: 14px;
            border-top: 1px solid #383838;
            padding: 15px 0px;
            text-align: center;
            text-decoration: none;
        }

    .header-left-info ul.header-left-menu > li > a {
        display: inline-block;
        color: #fff;
        padding: 0px 0px 0px 20px;
        text-decoration: none;
        position: relative;
    }

.indicator-nt {
    position: absolute;
    height: 5px;
    width: 5px;
    background: #03a9f4;
    border-radius: 50%;
    top: -5px;
    left: 0px;
}

.indicator-ms {
    position: absolute;
    height: 5px;
    width: 5px;
    background: #03a9f4;
    border-radius: 50%;
    top: -5px;
    left: -7px;
}

.header-left-info .admin-name {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.header-left-info .author-project-icon {
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.header-left-info .message-author {
    position: relative;
}

.header-left-info .author-message-top:before, .header-left-info .notification-author:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-bottom: 10px solid #343434;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 0;
    left: 50%;
    top: -9px;
    margin-left: -10px;
    z-index: 99;
}

.header-left-info .author-message-top li a {
    color: #fff;
}

.message-single-top h1, .notification-single-top h1 {
    font-size: 18px;
    color: #ccc;
    font-weight: 300;
    text-align: center;
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid #383838;
}

ul.message-menu, ul.notification-menu {
    height: 230px;
}

    ul.message-menu li .message-img {
        float: right;
        width: 70px;
        margin-left: 10px;
    }

    ul.notification-menu li .notification-icon {
        float: right;
        width: 50px;
        height: 50px;
        background: #303030;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        border-radius: 50%;
        margin: 5px 10px 5px 0px;
    }

    ul.message-menu li .message-content, ul.notification-menu li .notification-content {
        position: relative;
    }

        ul.message-menu li .message-content .message-date, ul.notification-menu li .notification-content .notification-date {
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 13px;
            font-style: italic;
        }

        ul.message-menu li .message-content h2, ul.notification-menu li .notification-content h2 {
            font-size: 16px;
            font-weight: 700;
        }

        ul.message-menu li .message-content p, ul.notification-menu li .notification-content p {
            font-size: 14px;
        }

.header-left-info ul.header-left-menu li.open > a {
    color: #fff;
}

.header-top-menu .navbar-nav > li.open > a {
    color: #03a9f4;
}

.header-left-info ul.header-left-menu li .admintab-wrap.menu-setting-wrap.menu-setting-wrap-bg.dropdown-menu {
    background: #343434;
}

.header-left-info ul.header-left-menu li .admintab-wrap.menu-setting-wrap.dropdown-menu {
    position: absolute;
    top: 175%;
    right: -358px;
    width: 400px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.175);
    padding: 20px;
}

.note-heading-indicate {
    margin-top: 20px;
}

    .note-heading-indicate h2 {
        font-size: 20px;
        color: #fff;
    }

    .note-heading-indicate p {
        font-size: 14px;
        color: #fff;
    }

.menu-setting-wrap.menu-setting-wrap-bg .nav-tabs > li.active > a, .menu-setting-wrap.menu-setting-wrap-bg .nav-tabs > li.active > a:focus, .menu-setting-wrap.menu-setting-wrap-bg .nav-tabs > li.active > a:hover
.notes-img {
    background: #303030;
}

.notes-img {
    float: right;
}

    .notes-img img {
        border-radius: 50%;
        width: 60px;
    }

.notes-list-flow .notes-content {
    margin-right: 80px;
}

    .notes-list-flow .notes-content p {
        margin: 0px;
        font-size: 14px;
        color: #fff;
        line-height: 22px;
    }

    .notes-list-flow .notes-content span {
        font-size: 13px;
        color: #fff;
    }

.notes-list-area ul.notes-menu-list li {
    margin: 10px 0px;
}

.notes-menu-scrollbar, .project-st-menu-scrollbar {
    height: 315px;
}

.project-st-list-area ul.projects-st-menu-list li a {
    color: #303030;
}

.project-st-list-area ul.projects-st-menu-list li {
    padding: 10px 0px;
}

.projects-st-heading {
    position: relative;
}

    .projects-st-heading .project-st-time {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 13px;
        color: #fff;
    }

    .projects-st-heading h2 {
        font-size: 18px;
        color: #fff;
    }

    .projects-st-heading p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        margin: 0px 0px 10px;
    }

.projects-st-content p {
    font-size: 14px;
    color: #fff;
    margin: 0px 0px 5px;
}

.projects-st-content .progress {
    height: 5px;
    margin-bottom: 5px;
}

.projects-st-content.project-rating-cl .progress-bar {
    background-color: #f8ac59;
}

.projects-st-content.project-rating-cl2 .progress-bar {
    background-color: #03a9f4;
}

.project-list-flow, .notes-list-flow {
    margin-left: 15px;
}

ul.setting-panel-list li {
    display: block !important;
}

.checkbox-title-pro h2 {
    display: block;
    font-size: 14px;
    margin: 0px;
    padding: 8px 0px;
    color: #fff;
}

.checkbox-title-pro {
    position: relative;
}

.ts-custom-check {
    position: absolute;
    left: 0px;
    top: 5px;
}

.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #03a9f4;
    border-radius: 3px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-right: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-right: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before {
        content: "ON";
        padding-right: 7px;
        background-color: #03a9f4;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-left: 7px;
        background-color: #FFFFFF;
        color: #919191;
        text-align: left;
    }

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: right;
        width: 50%;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #03a9f4;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox {
    display: none;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        left: 0;
    }

.header-top-menu .navbar-nav > li .dropdown-menu, .header-left-info ul.header-left-menu li .author-message-top, .header-left-info ul.header-left-menu li .notification-author, .header-left-info ul.header-left-menu li .author-log, .header-left-info ul.header-left-menu li .admintab-wrap.menu-setting-wrap.menu-setting-wrap-bg.dropdown-menu {
    background: #63BFB4;
}

    .header-top-menu .navbar-nav > li .dropdown-menu a:hover, .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li a:hover, .header-left-info ul.header-left-menu li .dropdown-header-top.author-log li a:focus, .header-drl-controller-btn.btn-info:active:focus, .btn-info:active:hover {
        background: #ad1e04;
    }

.header-left-info ul.header-left-menu li .message-view a, .header-left-info ul.header-left-menu li .notification-view a {
    border-top: 1px solid #c7290d;
}

.message-single-top h1, .notification-single-top h1 {
    border-bottom: 1px solid #c7290d;
}

.header-left-info .author-message-top:before, .header-left-info .notification-author:before {
    border-bottom: 10px solid #63BFB4;
}

.header-top-menu .navbar-nav > li.open > a {
    color: #fff;
}

.header-top-menu .navbar-nav > li > a:hover {
    color: #fff;
}

.header-left-info .author-message-top:before, .header-left-info .notification-author:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-bottom: 10px solid #63BFB4;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 0;
    left: 50%;
    top: -9px;
    margin-left: -10px;
    z-index: 99;
}

.menu-setting-wrap.menu-setting-wrap-bg .nav-tabs > li.active > a, .menu-setting-wrap.menu-setting-wrap-bg .nav-tabs > li.active > a:focus, .menu-setting-wrap.menu-setting-wrap-bg .nav-tabs > li.active > a:hover
.notes-img {
    background: #63BFB4;
}

.breadcome-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcome-heading .form-control, .breadcome-heading .form-control:focus {
    border: 1px solid #ececec;
    font-size: 13px;
    height: 34px;
    color: #fff;
    padding-right: 20px;
    padding-left: 40px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 30px;
    width: 200px;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.breadcome-heading a {
    position: absolute;
    top: 0px;
    right: 178px;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    color: #fff;
}

ul.breadcome-menu li {
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

    ul.breadcome-menu li a {
        color: #fff;
    }

.header-advance-area {
    background: -webkit-linear-gradient(178deg, #63BFB4 0%, #378675 100%);
    background: linear-gradient(178deg, #63BFB4 0%, #378675 100%);
}

.analysis-progrebar-ctn .progress {
    height: 5px;
    margin-bottom: 10px;
}

.bg-green {
    background: #24caa1;
}

.bg-red {
    background: #eb4b4b;
}

.bg-blue {
    background: #2eb7f3;
}
.bg-black {
    background: #000;
}
.bg-purple {
    background: #805bbe;
}

.bg-limo {
    background-color: #def3a9;
}

.bg-gold-main {
    background-color: #ddbc63;
}

.bg-red-main {
    background-color: #8b0305;
}

.bg-pink-main {
    background-color: #e1adab;
}

.bg-gray-green {
    background-color: #5f9ea0;
}

.bg-yellow-main {
    background-color: #fbe429;
}

.bg-orang-main {
    background: #ee9602 !important;
    background: rgba(238, 150, 2, 1) !important;
}

.bg-green-main {
    background: #ccf305;
    background: rgba(204, 243, 5, 1);
}

.bg-transparent {
    background: transparent !important;
    border: none !important;
}

.analysis-progrebar-ctn {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: -70px;
}

.product-sales-chart, .analytics-info-cs, .tranffic-als-inner, .analytics-rounded, .single-new-trend, .personal-info-wrap, .author-widgets-single, .calender-inner, .product-status-wrap, .review-tab-pro-inner, .income-dashone-total, .analytics-adminpro-wrap, .analytics-sparkle-line, .analysis-progrebar, .sparkline8-list, .sparkline9-list, .sparkline7-list, .sparkline10-list, .sparkline12-list, .sparkline13-list, .sparkline14-list, .sparkline13-list, .sparkline11-list, .x-editable-list, .code-editor-single, .blog-details-inner, .charts-single-pro, .about-sparkline, .sparkline-list, .button-ad-wrap, .tab-content-details, .sparkline16-list, .sparkline15-list, .tinymce-single {
    padding: 3px 10px 20px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.graph-rp {
    text-align: left;
}

ul.cus-product-sl-rp li i {
    margin-left: 5px;
}

.pro-sl-hd span {
    font-size: 20px;
}

.cus-gh-hd-pro h2 {
    font-size: 20px;
}

.analysis-progrebar-ctn h4, .tranffic-als-inner h3 {
    font-size: 20px;
}

ul.two-part-sp li {
    display: inline-block;
    width: 49%;
}

.analytics-info-cs h3 {
    font-size: 20px;
}

.stats-row {
    margin-bottom: 20px;
}

.stat-item {
    display: inline-block;
    padding-left: 15px;
}

.single-new-trend {
    position: relative;
    transition: all 0.3s ease 0s;
}

    .single-new-trend > a, .product-tabs a, .widget-image > a, .single-brand > a, .blog-img > a {
        display: block;
    }

    .single-new-trend img, .single-new-trend img {
        width: 100%;
    }

.featured-product-list .overlay-content h2 {
    font-size: 18px;
    right: 20px;
}

.overlay-content h2 {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 700;
    right: 10px;
    position: absolute;
    top: 10px;
    transition: all 0.3s ease 0s;
}

.btn-small {
    background: #24caa1;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    border-radius: 2px;
}

.featured-product-list .overlay-content .product-action {
    bottom: 45px;
}

.overlay-content .product-action {
    bottom: 40px;
    right: 50%;
    position: absolute;
    margin-right: -43px;
}

.product-action > ul, #checkout-review-table thead, .single-brand {
    text-align: center;
}

.product-action li, .all-adress-info, .product-attributes > span, .right-content span, .shop-tab-pill ul li, .team-member > a, .footer-right > a {
    display: inline-block;
}

.featured-product-list .product-action a {
    height: 28px;
    line-height: 26px;
    width: 28px;
}

.product-action a {
    border: 1px solid #ddd;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.featured-product-list .overlay-content h4 {
    right: 20px;
}

.overlay-content h4 {
    bottom: 10px;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 700;
    right: 10px;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

.pro-rating {
    bottom: 8px;
    position: absolute;
    left: 10px;
}

.widget-head-info-box {
    width: 100%;
    height: 240px;
    color: #fff;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

.personal-info-ano .widget-head-info-box {
    background: #2eb7f3;
}

.widget-head-info-box {
    padding: 20px;
    text-align: center;
}

.stat-item h6 {
    font-size: 12px;
    margin-bottom: 5px;
}

.analytics-rounded-content h2, .persoanl-widget-hd h2, .fc-center h2 {
    font-size: 20px;
}

.widget-text-box p {
    font-size: 14px;
    line-height: 24px;
}

.widget-text-box {
    margin-top: 10px;
}

.author-wiget-inner {
    text-align: center;
    padding: 20px;
}

.fc-content .fc-title {
    color: #fff;
    padding: 5px 5px;
    display: inline-block;
    font-size: 14px;
}

.fc-content .fc-time {
    color: #fff;
    font-size: 14px;
}

.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
    display: block;
}

.header-top-area {
    /*position: fixed;*/
    /* background: linear-gradient(to bottom, #378675,#233D44);*/
    background: linear-gradient(to bottom, #8b0305,#000);
    left: 0;
    top: 0;
    margin: 0 auto;
    transition: all 0.3s;
    right: 0;
    /*padding-right: 200px;*/
}

.header-top-area-without-side {
    position: fixed;
    background: linear-gradient(to bottom, #378675,#233D44);
    z-index: 99;
    left: 0;
    top: 0;
    margin: 0 auto;
    transition: all 0.3s;
    right: 0;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
}

.mini-navbar .header-top-area {
    right: 80px;
}

.add-product a {
    float: left;
    position: absolute;
    top: 14px;
    left: 50px;
    background: -webkit-linear-gradient(178deg, #63BFB4 0%, #378675 100%);
    background: linear-gradient(178deg, #63BFB4 0%, #378675 100%);
    padding: 6px 20px;
    color: #fff;
    border-radius: 4px;
}

.breadcome-list.single-page-breadcome {
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-status-wrap h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
}

.product-status-wrap table {
    width: 100%;
}

    .product-status-wrap table th {
        padding: 20px 5px;
        vertical-align: top;
        border-top: 1px solid #e9ecef;
    }

    .product-status-wrap table th {
        vertical-align: bottom;
        border-bottom: 2px solid #e9ecef;
    }

.product-status-wrap th, .product-status-wrap td {
    padding: 10px;
    text-align: right;
    font-size: 15px;
}

.product-status-wrap table td {
    padding: 9px 7px;
    border-top: 1px solid #e9ecef;
}

.product-status-wrap img {
    width: 60px;
}

.product-status-wrap .pd-setting {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    background: #24caa1;
    border-radius: 3px;
}

.product-status-wrap .ps-setting {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    background: #2eb7f3;
    border-radius: 3px;
}

.product-status-wrap .ds-setting {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    background: #eb4b4b;
    border-radius: 3px;
}

.sales-report-stn-his button.product-btn-history, button.pd-setting-ed {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.12);
    background: #f5f5f5;
}

button.pd-setting-ed {
    display: inline-block;
    margin-left: 5px;
}

.mg-b-pro-edt {
    margin-bottom: 15px;
}

ul.tab-custon-design li, ul.tab-review-design li {
    display: inline-block;
}

#myTab3.tab-review-design li a:before, #myTab4.tab-review-design li a:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0%;
    height: 2px;
    background: #63BFB4;
    content: "";
    transition: all .4s ease 0s;
}

#myTab3.tab-review-design li.active a:before, #myTab4.tab-review-design li.active a:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #63BFB4;
    content: "";
    transition: all .4s ease 0s;
}

#myTab3.tab-review-design li a:hover,
#myTab4.tab-review-design li a:hover {
    background: #eee;
    color: #909090;
    transition: all .5s ease-in-out 0s;
    border-radius: 3px;
}

ul.tab-custon-design li.active a, ul.tab-review-design li.active a {
    color: #63BFB4 !important;
}

ul.tab-custon-design li a, ul.tab-custon-design li a:hover, ul.tab-custon-design li a:focus, ul.tab-review-design li a, ul.tab-review-design li a:hover, ul.tab-review-design li a:focus {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #909090;
}

ul.tab-custon-design, ul.tab-review-design {
    padding-bottom: 20px;
    width: 100%;
    background: #fff;
}
/*
.custom-product-edit {
    margin-top: 20px;
}
*/
.product-edt-pix-wrap {
    padding: 40px 0px;
}

.pro-edt-img img {
    width: 60%;
}

.product-edt-remove button {
    margin-top: 20px;
    background-color: #63BFB4;
    border-color: #63BFB4;
}
/****** Style Star Rating Widget *****/
.review-title span {
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

.review-rating {
    text-align: right;
    float: right;
}

.rating {
    border: none;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 16px;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: left;
    }

    .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
        color: #63BFB4;
    }

        .rating > input:checked + label:hover, .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
            color: #63BFB4;
        }

.text-muted p {
    font-size: 14px;
    margin: 0;
}

.txt-primary p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.custom-pro-edt-ds .btn-primary {
    background: #63BFB4;
    border-color: #63BFB4;
}

.custom-pro-edt-ds .btn-warning {
    background: #ccc;
    border-color: #ccc;
}
/*-----------------------
4. single product tab CSS
-------------------------*/
#single-product-tab .active img {
    border: 1px solid #63BFB4;
}

ul#single-product-tab {
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px;
}

    ul#single-product-tab li {
        width: 25%;
        float: right;
        padding: 0px 5px;
        border: 1px solid transparent;
    }

.single-pro-list {
    margin-top: 20px;
}

.single-product-details h1 {
    font-size: 20px;
}

.single-product-details h1, .single-pro-size h6, .color-quality-details h5, .color-quality h4, .single-social-area h3, .sb-shop-product-single h2 {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.single-pro-star, .list-star {
    color: #63BFB4;
    font-size: 14px;
}

    .single-pro-star i {
        margin: 0px 1px;
    }

.single-pro-price {
    margin: 10px 0px;
}

.single-regular, .list-regular {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
}

.single-old, .list-old {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px;
}

.single-pro-cn h3 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

.single-pro-cn p, .list-pro-cn p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    line-height: 24px;
}

.single-pro-size h6, .color-quality-details h5, .color-quality h4, .single-social-area h3 {
    font-size: 14px;
}

.single-pro-size {
    margin: 10px 0px;
}

    .single-pro-size span {
        color: #333;
        font-size: 12px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.12);
    }

.color-quality-details {
    float: right;
}

    .color-quality-details .red, .sidebar-color-area .red {
        background: #00ffff;
    }

    .color-quality-details .green, .sidebar-color-area .green {
        background: #ef7676;
    }

    .color-quality-details .yellow, .sidebar-color-area .yellow {
        background: #f06eaa;
        border: 1px solid #05c2f9;
    }

    .color-quality-details .black, .sidebar-color-area .black {
        background: #2094ed;
    }

    .color-quality-details .white, .sidebar-color-area .white {
        background: #f7941d;
    }

    .single-pro-size span, .color-quality-details span {
        display: inline-block;
        font-weight: 300;
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        margin-left: 10px;
    }

.single-arrow-area {
    height: 25px;
    width: 25px;
    border: 1px solid #ececec;
}

.color-quality {
    float: right;
    margin: 0px 90px;
}

.pro-quantity-changer a {
    border: 1px solid #ececec;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.pro-quantity-changer [type="text"] {
    border: 1px solid #ececec;
    height: 25px;
    text-align: center;
    width: 50px;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.color-quality-pro {
    margin: 10px 0px;
}

.single-social-area a {
    border: 1px solid #979797;
    color: #909090;
}

    .single-social-area a:hover {
        color: #fff;
    }

.pro-button, .pro-viwer {
    float: right;
    margin: 10px 0px;
}

.pro-button, .list-pro-button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    background: #63BFB4 none repeat scroll 0 0;
    border-radius: 25px;
    transition: all .4s ease 0s;
}

    .pro-button a, .pro-button a:focus, .list-pro-button a, .list-pro-button a:focus {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

.pro-viwer {
    margin: 10px 10px;
}

    .pro-viwer a, .list-pro-viwer a {
        border: 1px solid #63BFB4;
        border-radius: 50%;
        color: #63BFB4;
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        margin-left: 5px;
    }

.review-content-section {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

    .review-content-section p {
        color: #606060;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

.suggested-heading {
    width: 33%;
}

.single-social-area a:hover {
    background: #63BFB4;
    border: 1px solid #63BFB4;
}

.single-social-area a {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin: 0px 2px;
}

.single-social-area {
    margin-top: 10px;
}

ul.tab-custon-design {
    margin: 0 auto;
}

ul.tab-custon-design, ul.tab-review-design {
    padding: 15px 35px;
    width: 100%;
    background: #fff;
}

    ul.tab-custon-design li, ul.tab-review-design li {
        display: inline-block;
    }

        ul.tab-custon-design li span, ul.tab-review-design li span {
            margin: 0px 20px;
            color: #63BFB4;
            font-size: 14px;
        }

        ul.tab-custon-design li a, ul.tab-custon-design li a:hover, ul.tab-custon-design li a:focus, ul.tab-review-design li a, ul.tab-review-design li a:hover, ul.tab-review-design li a:focus {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            color: #909090;
        }

        ul.tab-custon-design li.active a, ul.tab-review-design li.active a {
            color: #333 !important;
        }

.hpanel .panel-body {
    background: #fff;
    border-radius: 2px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.panel-body {
    padding: 15px;
    background: #fff;
}

.m-t-xl {
    margin-top: 40px;
}

    .m-t-xl h1 {
        font-size: 18px;
    }

.stats-title h4 {
    font-size: 20px;
}

.m-t-xl small, .content-bg-pro small {
    font-size: 14px;
    line-height: 24px;
    color: #444;
}

.stats-icon i, .icon-box i {
    font-size: 30px;
}

.content-box h2 {
    font-size: 20px;
    color: #444;
}

.content-box p {
    font-size: 14px;
    line-height: 24px;
}

.text-info {
    color: #3498db;
}

.text-warning {
    color: #ffb606;
}

.text-danger {
    color: #e74c3c;
}

.content-box .mg-t-box {
    margin-top: 15px;
}

.content-bg-pro h3 {
    font-size: 20px;
}

.content-bg-pro .text-big {
    font-size: 18px;
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
}

.content-bg-pro small {
    color: #fff;
}

#myTab3.tab-review-design {
    padding: 15px 15px;
    background: #fff;
}

    #myTab3.tab-review-design li a {
        padding-left: 40px;
        text-transform: capitalize;
        padding-right: 40px;
        text-transform: capitalize;
        position: relative;
        transition: all .4s ease 0s;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    #myTab3.tab-review-design li i {
        margin-left: 5px;
    }

.custom-product-edit {
    background: #fff;
}

.input-group-addon {
    background-color: #63BFB4;
    color: #fff;
}

.mg-b-pro-edt {
    margin-bottom: 15px;
}

.form-control.pro-edt-select {
    width: 100%;
}

.custom-pro-edt-ds button, .product-edt-remove button {
    padding: 5px 15px;
    margin-left: 10px;
}

.custom-pro-edt-ds .btn-primary {
    background: #63BFB4;
}

.custom-pro-edt-ds .btn-warning {
    background: #ccc;
    border-color: #ccc;
}

.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    right: 0;
}

.radio label:hover .helper {
    color: #4099ff;
}

.radio .helper {
    position: absolute;
    top: -0.15rem;
    right: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

    .radio .helper::after, .radio .helper::before {
        content: '';
        position: absolute;
        right: 0;
        top: 3px;
        margin: 0.25rem;
        width: 1rem;
        height: 1rem;
        -webkit-transition: -webkit-transform 0.28s ease;
        transition: -webkit-transform 0.28s ease;
        transition: transform 0.28s ease,-webkit-transform 0.28s ease;
        border-radius: 50%;
        border: 0.125rem solid #4099ff;
    }

.radio.radiofill .helper::after {
    background-color: #4099ff;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #4099ff;
    border-color: #4099ff;
}

.radio.radiofill input:checked ~ .helper::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.product-edt-remove button {
    margin-top: 20px;
}

.product-edt-pix-wrap {
    padding: 40px 0px;
}

.pro-edt-img {
    margin-bottom: 20px;
}

.review-pro-edt button {
    padding: 5px 15px;
    background: #63BFB4;
    border-color: #63BFB4;
}
/*
    Wizard
*/
.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps {
    display: inline;
    float: right;
    width: 30%;
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: right;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard > .content {
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content {
    display: inline;
    float: right;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body {
    float: right;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

    .wizard > .content > .body ul {
        list-style: disc !important;
    }

        .wizard > .content > .body ul > li {
            display: list-item;
        }

    .wizard > .content > .body > iframe {
        border: 0 none;
        width: 100%;
        height: 100%;
    }

    .wizard > .content > .body input {
        display: block;
        border: 1px solid #ccc;
    }

        .wizard > .content > .body input[type="checkbox"] {
            display: inline-block;
        }

        .wizard > .content > .body input.error {
            background: rgb(251, 227, 228);
            border: 1px solid #fbc2c4;
            color: #8a1f11;
        }

    .wizard > .content > .body label {
        display: inline-block;
        margin-bottom: 0.5em;
    }

        .wizard > .content > .body label.error {
            color: #8a1f11;
            display: inline-block;
            margin-right: 1.5em;
        }

.wizard > .actions {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: left;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: left;
}

    .wizard > .actions > ul > li {
        margin: 0 0.5em;
    }

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.current-info {
    display: none;
}

#example-basic-h-1, #example-basic-h-0, #example-basic-h-2, #example-basic-h-3 {
    display: none;
}

.product-cart-inner .wizard > .steps a, .product-cart-inner .wizard > .steps a:hover, .product-cart-inner .wizard > .steps a:active {
    padding: 10px 15px;
    line-height: 24px;
    font-size: 14px;
    background: #63BFB4;
}

.product-cart-inner .wizard > .steps .disabled a, .product-cart-inner .wizard > .steps .disabled a:hover, .product-cart-inner .wizard > .steps .disabled a:active {
    background: #fff;
    color: #444;
}

.product-cart-inner .wizard > .content > .body {
    background: #fff;
    width: 100%;
}

.product-cart-inner .wizard > .content {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
}

    .product-cart-inner .wizard > .content > .body input {
        width: 35px;
    }

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #63BFB4;
}

.product-list-cart .product-status-wrap {
    border: 0px solid rgba(0,0,0,.12);
    padding: 0px;
}

    .product-list-cart .product-status-wrap table th {
        border: 0px solid rgba(0,0,0,.12);
    }

.product-list-cart h3 {
    font-size: 16px;
}

.product-delivary input, .payment-details input {
    width: 100% !important;
}

.payment-details button, .product-confarmation button {
    background: #63BFB4;
    border-color: #63BFB4;
}

.product-confarmation {
    text-align: center;
}

    .product-confarmation p {
        padding: 0px 130px;
        line-height: 24px;
        font-size: 14px;
    }

#myTab4.tab-review-design li a {
    padding-left: 40px;
    text-transform: capitalize;
    position: relative;
    transition: all .4s ease 0s;
}

.payment-card {
    border: 1px solid rgba(0,0,0,.12);
    padding: 15px;
    background: #fff;
}

.payment-inner-pro i {
    font-size: 40px;
    float: left;
}

.payment-inner-pro h5 {
    font-size: 20px;
    margin-bottom: 30px;
}

.credit-card-custom a, .waves-light {
    background: #63BFB4;
    border-color: #63BFB4;
}

.payment-method-ht i {
    font-size: 50px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.payment-adress {
    text-align: center;
}

    .payment-adress button {
        background: #63BFB4;
        border-color: #63BFB4;
    }

.product-cart-dn {
    display: none;
}

.product-status-wrap.border-pdt-ct {
    box-shadow: none;
}

.product-payment-inner-st {
    padding: 20px;
    background: #fff;
}

.payment-inner-pro i {
    color: #63BFB4;
}

.income-rate-total h3 {
    color: #303030;
    font-size: 25px;
}

.income-rate-total {
    position: relative;
}

.price-graph {
    position: absolute;
    top: 0;
    left: 0;
}

.income-range p {
    font-size: 14px;
    color: #303030;
    margin: 0;
    float: right;
}

.income-range .income-percentange {
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 0px 8px;
    border-radius: 3px;
}


/*----------------------------------------*/
/*  37.  Basic Form css
/*----------------------------------------*/
.sparkline8-graph .basic-login-inner, .sparkline8-graph .login-social-inner, .sparkline9-graph .basic-login-form-ad, .sparkline11-graph .basic-login-form-ad {
    text-align: right;
}

.form-group-inner {
    margin-bottom: 15px;
}

    .form-group-inner label {
        font-size: 14px;
        color: #303030;
    }

    .form-group-inner input[type="email"], .form-group-inner input[type="password"], .form-group-inner input[type="text"], .form-select-list .custom-select-value {
        font-size: 14px;
        color: #303030;
        border: 1px solid #ddd;
        outline: none;
        border-radius: 0px;
        box-shadow: none;
    }

        .form-group-inner input[type="email"]:focus, .form-group-inner input[type="password"]:focus, .form-group-inner input[type="text"]:focus, .form-select-list .custom-select-value:focus {
            border: 1px solid #03a9f4;
            outline: none;
            border-radius: 0px;
            box-shadow: none;
        }

.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(img/green1.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -22px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -44px 0;
        transition: all 0.3s ease 0s;
    }

.login-btn-inner .check-label {
    margin-right: 5px;
}

.login-btn-inner .label-check-inner {
    margin: 0px;
    padding-top: 5px;
}

.login-btn-inner .login-submit-cs {
    background-color: #03a9f4;
    border-color: #03a9f4;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
}

.login-btn-inner .btn-primary.active.focus, .login-btn-inner .btn-primary.active:focus, .login-btn-inner .btn-primary.active:hover, .login-btn-inner .btn-primary:active.focus, .login-btn-inner .btn-primary:active:focus, .login-btn-inner .btn-primary:active:hover, .login-btn-inner .btn-primary:hover, .login-btn-inner .btn-primary:active, .login-btn-inner .btn-primary:focus {
    background-color: #03a9f0;
    border-color: #03a9f0;
    border-radius: 0px;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.create-account-sign a {
    color: #03a9f4;
    font-size: 100px;
    padding: 5px 70px;
    display: block;
}

    .create-account-sign a:hover {
        color: #303030;
    }

.login-social-inner {
    margin-bottom: 20px;
}

    .login-social-inner a.button {
        line-height: 42px;
        text-decoration: none;
        margin-left: 5px;
    }

    .login-social-inner .btn-social {
        position: relative;
    }

    .login-social-inner .span-right {
        padding-right: 55px;
        padding-left: 15px;
    }

    .login-social-inner .facebook {
        background-color: #3b5998;
    }

        .login-social-inner .twitter, .login-social-inner .twitter:hover, .login-social-inner .twitter:focus, .login-social-inner .facebook, .login-social-inner .facebook:hover, .login-social-inner .facebook:focus, .login-social-inner .googleplus, .login-social-inner .googleplus:hover, .login-social-inner .googleplus:focus, .login-social-inner .linkedin, .login-social-inner .linkedin:hover, .login-social-inner .linkedin:focus {
            color: #fff;
            text-shadow: 0 1px rgba(0, 0, 0, 0.08);
        }

    .login-social-inner .button {
        border: 0;
        height: 42px;
        color: #fff;
        line-height: 1;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        -webkit-user-drag: none;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    }

    .login-social-inner .button {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        outline: none;
    }

    .login-social-inner .facebook:hover, .login-social-inner .facebook:focus {
        background-color: #25385F;
    }

    .login-social-inner .facebook span {
        background-color: #31497D;
    }

    .login-social-inner .btn-social span {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 42px;
        right: 0;
    }

    .login-social-inner .btn-social i {
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    .login-social-inner .twitter span {
        background-color: #009AD5;
    }

    .login-social-inner .twitter {
        background-color: #00acee;
    }

        .login-social-inner .twitter:hover, .login-social-inner .twitter:focus {
            background-color: #00749F;
        }

    .login-social-inner .googleplus span {
        background-color: #C03121;
    }

    .login-social-inner .googleplus:hover, .login-social-inner .googleplus:focus {
        background-color: #8D2418;
    }

    .login-social-inner .googleplus {
        background-color: #dd4b39;
    }

    .login-social-inner .linkedin span {
        background-color: #084261;
    }

    .login-social-inner .linkedin:hover, .login-social-inner .linkedin:focus {
        background-color: #084261;
    }

    .login-social-inner .linkedin {
        background-color: #0077B5;
    }

.login-horizental {
    margin-top: 20px;
}

.form-group-inner label.login2 {
    margin: 0px;
    padding: 7px 0px;
}

.inline-basic-form .form-group-inner {
    margin-bottom: 0px;
}

.modal-login-form-inner {
    text-align: right;
}

.modal-adminpro-general .modal-body .modal-basic-inner p {
    margin-bottom: 15px;
}

.modal-bootstrap.modal-login-form {
    padding: 7px 20px;
    background-color: #03a9f0;
    display: inline-block;
    text-align: center;
}

    .modal-bootstrap.modal-login-form a {
        color: #fff;
    }

.bt-df-checkbox {
    padding: 8px 0px;
    margin: 0;
}

    .bt-df-checkbox .radio-checked {
        margin-left: 8px;
    }

.icheckbox_square-green.checked {
    background-position: -44px 0;
}

    .icheckbox_square-green.checked.disabled {
        background-position: -88px 0;
    }

.iradio_square-green {
    background-position: -109px 0;
}

    .iradio_square-green.hover {
        background-position: -131px 0;
    }

    .iradio_square-green.checked {
        background-position: -153px 0;
        transition: all 0.3s ease 0s;
    }

        .iradio_square-green.checked.disabled {
            background-position: -197px 0;
        }

.inline-checkbox-cs {
    padding: 7px 0px;
}

    .inline-checkbox-cs .checkbox-inline {
        padding-right: 0px;
    }

.form-group-inner.input-with-success label {
    color: #1ab394;
}

.form-group-inner.input-with-success input[type="text"] {
    border: 1px solid #1ab394;
}

.form-group-inner.input-with-warning label {
    color: #f8ac59;
}

.form-group-inner.input-with-warning input[type="text"] {
    border: 1px solid #f8ac59;
}

.form-group-inner.input-with-error label {
    color: #ed5565;
}

.form-group-inner.input-with-error input[type="text"] {
    border: 1px solid #ed5565;
}

.inline-remember-me label {
    margin: 0px;
    padding: 5px 0px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-left: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: right;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 5px;
}

.custom-go-button .btn-primary, .custom-dropdowns-button .dropdown-toggle, .dropdown-segmented .dropdown-toggle, .dropdown-segmented .btn-white {
    background-color: #63BFB4;
    border-color: #63BFB4;
    color: #FFFFFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .custom-go-button .btn-primary, .custom-go-button .btn-primary:active, .custom-go-button .btn-primary:focus, .custom-dropdowns-button .dropdown-toggle, .custom-dropdowns-button .dropdown-toggle:active, .custom-dropdowns-button .dropdown-toggle:focus, .dropdown-segmented .dropdown-toggle, .dropdown-segmented .dropdown-toggle:active, .dropdown-segmented .dropdown-toggle:focus {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #63BFB4;
        border-color: #63BFB4;
    }

        .dropdown-segmented .dropdown-toggle, .dropdown-segmented .dropdown-toggle:active, .dropdown-segmented .dropdown-toggle:focus {
            border-right: 1px solid #1990c3;
        }

.cancel-wp .btn-white, .cancel-wp .btn-white:active, .cancel-wp .btn-white:focus {
    border-radius: 0px;
    outline: none;
}

.file-upload-inner.ts-forms input[type="text"]:hover, .file-upload-inner.ts-forms input[type="text"]:focus, .file-upload-inner.ts-forms input[type="text"]:active, .file-upload-inner.ts-forms .file-button:hover + input {
    border: 1px solid #63BFB4;
    height: 35px;
}

.file-upload-inner.ts-forms input[type="text"] {
    height: 35px;
}

.file-upload-inner.ts-forms .file-button, .file-upload-inner.ts-forms .file-button:active, .file-upload-inner.ts-forms .file-button:focus {
    background: #63BFB4;
    border-radius: 0px;
    width: 70px;
    height: 35px;
    line-height: 35px;
    top: 0px;
}

.file-upload-inner.ts-forms .prepend-small-btn .file-button, .file-upload-inner.ts-forms .prepend-big-btn .file-button {
    right: 0px;
}

.file-upload-inner.ts-forms .prepend-big-btn input[type="text"] {
    padding-right: 81px;
}

.file-upload-inner.ts-forms .icon-right, .file-upload-inner.ts-forms .icon-left {
    top: 0px;
}

.file-upload-inner.file-upload-inner-left.ts-forms .file-button, .file-upload-inner.file-upload-inner-left.ts-forms .file-button:active, .file-upload-inner.file-upload-inner-left.ts-forms .file-button:focus {
    left: 0px !important;
}

.file-upload-inner.file-upload-inner-left.ts-forms .append-small-btn .file-button input, .file-upload-inner.file-upload-inner-left.ts-forms .append-big-btn .file-button input {
    left: 0px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #03a9f4;
}

.chosen-select-single label {
    font-weight: 400;
    font-size: 14px;
}

.spacer-b16a {
    text-align: right;
    margin-bottom: 5px;
}

.sliderv-wrapper.green-slider.green-right-pro {
    margin-right: 8px;
}

.sliderv-wrapper.black-slider.slider-bl-pro {
    margin-top: 22px;
}

.input-mask-title {
    text-align: left;
    padding: 5px 0px;
}

.input-mark-inner, .data-custon-pick, .touchspin-inner {
    text-align: right;
}

    .input-mask-title label, .input-mark-inner .help-block, .data-custon-pick label, .touchspin-inner label {
        font-size: 14px;
        font-weight: 400;
    }

    .input-mark-inner .form-control, .data-custon-pick .form-control {
        border-radius: 0px;
    }

        .input-mark-inner .form-control:focus, .input-mark-inner .form-control:active, .data-custon-pick .form-control:focus, .data-custon-pick .form-control:active {
            outline: none;
            box-shadow: none;
            border: 1px solid #03a9f4;
        }

.form-group.data-custon-pick.data-custom-mg {
    margin-bottom: 0px;
}

.datepicker table tr td.active.active, .datepicker table tr td span.active.active {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.ts-forms .tsbox {
    position: relative;
}

.ts-forms .label {
    font-size: 14px;
    margin-bottom: 15px;
    height: 14px;
    color: #303030;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

.ts-forms label {
    display: block;
    color: inherit;
    font-weight: normal;
    text-align: right;
    margin-bottom: 0;
}

.ts-forms {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: rgba(0,0,0,.54);
    line-height: 1;
    position: relative;
}

    .ts-forms input[type="text"], .ts-forms input[type="password"], .ts-forms input[type="email"], .ts-forms input[type="search"], .ts-forms input[type="url"], .ts-forms textarea, .ts-forms select {
        background: #fff;
        border: 1px solid rgba(0,0,0,.12);
        border-radius: 0px;
        color: rgba(0,0,0,.87);
        display: block;
        font-family: inherit;
        font-size: 14px;
        height: 34px;
        padding: 10px 15px;
        width: 100%;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all.4s;
        -moz-transition: all.4s;
        -ms-transition: all.4s;
        -o-transition: all.4s;
        transition: all.4s;
    }

.sp-replacer {
    background-color: #e0e0e0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: none;
    bottom: 0;
    cursor: pointer;
    display: block;
    outline: none;
    padding-right: 16px;
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    color: rgba(0,0,0,.56);
    -webkit-transition: color.4s;
    -moz-transition: color.4s;
    -ms-transition: color.4s;
    -o-transition: color.4s;
    transition: color.4s;
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sp-replacer {
    top: 20px !important;
    padding-right: 10px !important;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-left: 5px;
    float: right;
    z-index: 0;
    top: 5px;
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: right;
    font-size: 10px;
    margin-top: 5px;
}

.dual-list-box-inner option {
    padding: 0px 15px;
}

.img-preview-custom {
    height: 130px;
    width: 200px;
    overflow: hidden;
}

.dual-list-box-inner .comon-method {
    margin-top: 15px;
}

.images-cropper-pro .btn-primary {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

    .images-cropper-pro .btn-primary:active:focus, .images-cropper-pro .btn-primary:active:hover {
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

.images-action-pro .btn-warning {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

    .images-action-pro .btn-warning:active, .images-action-pro .btn-warning:focus, .images-action-pro .btn-warning:hover {
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

.inbox-email-menu-list .nav-tabs > li > a {
    border: 0px solid transparent;
}

.x-editable-list .table {
    margin-bottom: 0px;
}

.menu-list-mg-b.menu-list-wrap {
    margin-bottom: 40px
}

.inbox-bt-mg {
    margin-bottom: 15px;
}

.mg-b-23 {
    margin-bottom: 23px;
}

.mg-b-20, .mg-b-23 {
    margin-bottom: 20px;
}

.card-img-top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 1rem auto;
    display: block;
}

.card-custom {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 5rem;
}

/*----------------------------------------*/
/*  23.  Analytics css
/*----------------------------------------*/
.analytics-adminpro-wrap {
    overflow: hidden;
}

.analytics-adminpro {
    background: #fff;
    overflow: hidden;
}

    .analytics-adminpro .skill {
        overflow: hidden;
    }

    .analytics-adminpro .progress {
        margin-bottom: 0px;
    }

.analytics-adminpro2 .skill .progress-bar {
    background: #EB3B60 !important;
}

.analytics-adminpro3 .skill .progress-bar {
    background: #2BCDC0 !important;
}

.analytics-adminpro4 .skill .progress-bar {
    background: #f8ac59 !important;
}

.analytics-sparkle-line .analytics-content h5, .analytics-rounded .analytics-rounded-content h5, .analysis-progrebar .analysis-progrebar-content h5 {
    font-size: 14px;
    color: #303030;
}

.analytics-sparkle-line .analytics-content h2, .analytics-rounded .analytics-rounded-content h2, .analysis-progrebar .analysis-progrebar-content h2, .analytics-adminpro .skill .progress .lead-content h3 {
    font-size: 25px;
    color: #303030;
}

.analytics-adminpro .skill .progress .lead-content {
    top: -55px;
}

.analysis-progrebar-content .small p {
    font-size: 14px;
    color: #303030;
    margin: 0px;
}

.analysis-progrebar-content .progress {
    height: 5px;
    margin-bottom: 10px;
}

.skill-content-3 {
    overflow: hidden
}

.skill .progress .lead-content {
    right: 0;
    position: absolute;
    top: -50px;
    z-index: 9;
    width: 100%;
}

    .skill .progress .lead-content h3 {
        font-size: 20px;
        margin: 0px 0px;
    }

    .skill .progress .lead-content p {
        font-size: 14px;
        margin: 5px 0px;
    }

.skill .progress {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    overflow: visible;
    position: relative;
    margin: 60px 0px;
    margin-bottom: 0px;
}

    .skill .progress.progress-bt {
        margin-bottom: 0px;
    }

.skill .progress-bar > span {
    background: #333 none repeat scroll 0 0;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
    z-index: 9;
}

    .skill .progress-bar > span:before,
    .skill .progress-bar > span:after {
        border: medium solid transparent;
        content: " ";
        height: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        width: 0;
    }

    .skill .progress-bar > span:before {
        border-top-color: #333;
        border-width: 5px;
        right: 50%;
        margin-right: -5px;
    }

.holax-shop h3,
.we-are-good-at h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.skill .progress:nth-child(1) .progress-bar {
    background: #23C6EC;
}

.skill .progress:nth-child(2) .progress-bar {
    background: #EB3B60;
}

.skill .progress:nth-child(3) .progress-bar {
    background: #2BCDC0;
}

ul.mailbox-list li.active a, ul.h-list li.active a {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    font-weight: 600;
    border-radius: 1px;
}

ul.mailbox-list li a, ul.h-list li a {
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    transition: all .4s ease 0s
}

.mailbox-hd {
    background: #fff;
}

.mailbox-pagination {
    text-align: left;
}

.table.table-mailbox > tbody > tr > td, .table.table-mailbox > tbody > tr > th, .table.table-mailbox > tfoot > tr > td, .table.table-mailbox > tfoot > tr > th, .table.table-mailbox > thead > tr > td, .table.table-mailbox > thead > tr > th {
    padding: 0px;
    vertical-align: middle;
}

.table-mailbox tr.unread td a {
    font-weight: 600;
    font-size: 14px;
}

.panel-body a {
    font-size: 14px;
    color: #444;
    margin-top: 15px;
    transition: all .4s ease 0s
}

.contact-footer, .panel-footer {
    background: #ddd;
}

ul.mailbox-list li:hover a, ul.h-list li:hover a {
    font-weight: 600;
    transition: all .4s ease 0s
}

.hpanel.email-compose {
    background: #fff;
    padding: 20px;
}

.hpanel .panel-body.panel-csm {
    border: 1px solid rgba(0,0,0,.12);
}

.mailbox-view .panel-heading {
    padding: 10px 0px;
}

.custom-address-mailbox {
    margin-bottom: 20px;
}

.file-body i.fa {
    font-size: 40px;
}

.incon-ctn-view {
    text-align: center;
}

.btn-success.compose-btn {
    background-color: #63BFB4;
    border-color: #63BFB4;
    color: #fff;
}

.panel-body.no-padding {
    box-shadow: none;
}

.panel-body p {
    font-size: 14px;
    color: #444;
    line-height: 22px;
}

.btn-primary.ft-compse {
    background-color: #63BFB4;
    border-color: #63BFB4;
    color: #fff;
}

#map, #map1, #map2, #googleMap, #maplan, #map6, #map7, #map8 {
    height: 100%;
}

.google-map-single {
    width: 100%;
    height: 300px;
}

.main-sparkline8-hd h1, .main-sparkline9-hd h1, .main-spark7-hd h1, .main-sparkline10-hd h1, .main-sparkline11-hd h1, .main-sparkline12-hd h1, .main-sparkline13-hd h1, .main-sparkline14-hd h1 {
    font-size: 20px;
    color: #303030;
}

.basic-choropleth {
    height: 400px;
    width: 100%;
}

.alert-title.dropzone-custom-sys h2, .download-custom h2, .alert-title h2, .code-editor-single h2 {
    font-size: 20px;
    color: #444;
}

.alert-title.dropzone-custom-sys p, .download-custom p, .alert-title p, .sparkline-content p {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.preloader-single {
    background: #fff;
    width: 100%;
    height: 350px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.12);
}

.img-preview-custom {
    height: 130px;
    width: 200px;
    overflow: hidden;
}

.file-cs-ctn {
    text-align: center;
    padding: 30px 0px !important;
}

.custonfile .btn-primary {
    color: #fff;
    background-color: #63BFB4;
    border-color: #63BFB4;
}

.dropdown-menu.filedropdown {
    width: 100%;
}

    .dropdown-menu.filedropdown li a {
        margin-top: 0px;
        padding: 8px 20px;
    }

    .dropdown-menu.filedropdown li i {
        margin-left: 5px;
    }

.custom-panel-jw a {
    font-size: 18px;
}

.contact-stat span, .contact-stat strong {
    font-size: 13px;
    color: #444;
}

.project-people img {
    width: 28px;
    height: 28px;
    margin-right: 2px;
    margin-bottom: 4px;
}

.panel-body a {
    font-size: 14px;
    color: #444;
    margin-top: 15px;
}

.project-value h2 {
    font-size: 25px;
    color: #444;
    margin-top: 10px;
}

.custom-project-dsl h2 {
    margin: 0;
    padding: 10px 15px;
    background: #ddd;
    font-size: 16px;
}

.m-t-none {
    font-size: 20px;
    color: #444;
}

.project-dtl-info h1 {
    font-size: 25px;
    color: #444;
}

.blog-box {
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.blog-std {
    padding-top: 15px;
}

    .blog-std p {
        margin: 2px 0px;
    }

.custom-blog-hd {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
}

.blog-std p {
    margin: 2px 0px;
}

.blog-std {
    padding-top: 15px;
}

.blog-pra p {
    margin: 0;
}

.blog-img img {
    margin-bottom: 10px;
}

.blog-image {
    position: relative;
}

    .blog-image img {
        border: 1px solid rgba(0,0,0,.12);
    }

.blog-date {
    background: #63BFB4 none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -25px;
    color: #fff;
    height: 70px;
    right: 0;
    line-height: 15px;
    position: absolute;
    text-align: center;
    width: 70px;
}

    .blog-date p {
        font-weight: 400;
        margin: 0;
        padding: 7px 10px;
        font-size: 16px;
        display: block;
        line-height: 20px;
    }

    .blog-date .blog-day {
        font-size: 14px;
    }

.details-blog-dt {
    margin-right: 60px;
    margin-bottom: 20px;
}

    .details-blog-dt a, .details-blog-dt a:hover, .details-blog-dt a:focus {
        color: #222;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

.blog-details a.blog-ht, .blog-details a.blog-ht:hover, .blog-details a.blog-ht:focus {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-details p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.comment-head h3::before, .lead-head h3:before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
}

.comment-head h3::before, .comment-head h3::after {
    width: 37%;
}

.comment-head h3::after, .lead-head h3:after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
}

.user-comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

    .user-comment img {
        float: right;
        margin-left: 20px;
        margin-bottom: 10px;
        border-radius: 50%;
    }

.comment-head h3 {
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.comment-head h3, .comment-details h4, .lead-head h3 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.blog-sig-details-dt span {
    margin: 10px 80px 0;
    display: inline-block;
}

.comment-details p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.comment-replay {
    float: left;
    color: #63BFB4;
    font-size: 14px;
    text-transform: uppercase;
}

.lead-head h3 {
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

    .lead-head h3:before, .lead-head h3:after {
        width: 30%;
    }

    .comment-head h3::before, .lead-head h3:before {
        background: #e7e7e7 none repeat scroll 0 0;
        content: "";
        height: 1px;
        right: 0;
        position: absolute;
        top: 50%;
    }

    .lead-head h3:before, .lead-head h3:after {
        width: 30%;
    }

    .comment-head h3::after, .lead-head h3:after {
        background: #e7e7e7 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
    }

.user-comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.admin-comment {
    padding: 20px 0px;
    padding-right: 40px;
}

.user-coment2 {
    border-bottom: none;
    padding: 20px 0px;
}

.coment-area input[type="text"] {
    height: 40px;
}

.coment-area input[type="text"], .coment-area textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    outline: none;
}

    .coment-area input[type="text"]:focus, .coment-area textarea:focus {
        border: 1px solid #63BFB4;
    }

.coment-area input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    padding: 10px 30px;
    background: #63BFB4;
    border: none;
    border-radius: 30px;
    transition: all .4s ease 0s;
}

.coment-area textarea {
    padding-top: 10px;
}

.coment-area, .coment-area textarea {
    margin: 20px 0px;
}

.back-backend a {
    background: #63BFB4;
    border-color: #63BFB4;
}

.back-link {
    float: right;
    width: 100%;
    margin: 10px;
}

.content-error h1 {
    font-size: 40px;
    color: #444;
}

.content-error .counter {
    color: #63BFB4;
}

.content-error {
    text-align: center;
    margin: 0px 60px;
}

    .content-error p {
        font-size: 14px;
        color: #444;
        line-height: 24px;
    }

    .content-error a {
        display: inline-block;
        margin: 0px 5px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        padding: 10px 30px;
        border-radius: 30px;
        background: #63BFB4;
        transition: all .4s ease 0s;
    }

.login-footer {
    margin-top: 15px;
}

.main-spark-hd h1, .smart-main-spark-hd h1 {
    font-size: 20px;
}

.custom-datatable-overleft table tbody tr td a {
    color: #444;
    font-size: 14px;
}

.custom-datatable-overleft table tbody tr td {
    padding-right: 10px !important;
    padding-left: 5px !important;
    font-size: 14px;
    text-align: right;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #63BFB4 !important;
    border-color: #63BFB4 !important;
    cursor: pointer;
    font-weight: bold;
    color: #fff !important;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #233D44 !important;
    border-color: #233D44 !important;
    cursor: pointer;
    font-weight: bold;
    color: #fff !important;
}

    .pagination > li > a:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus,
    .pagination > li > span:hover,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #e4f1ea !important;
        border-color: #63BFB4 !important;
        cursor: pointer;
        font-weight: bold;
        color: #378675 !important;
    }

.fixed-table-pagination {
    padding: 0px 10px;
}

.tab-content-details h2 {
    font-size: 20px;
    color: #303030;
}

.tab-content-details {
    text-align: center;
    background: #fff;
    padding: 20px 100px;
}

    .tab-content-details p {
        font-size: 14px;
        color: #303030;
        line-height: 24px;
    }

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: -moz-linear-gradient(right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: -ms-linear-gradient(right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: linear-gradient(to left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.form-group-inner {
    margin-bottom: 15px;
}

    .form-group-inner label {
        font-size: 14px;
        color: #303030;
    }

    .form-group-inner input[type="email"], .form-group-inner input[type="password"], .form-group-inner input[type="text"], .form-select-list .custom-select-value {
        font-size: 14px;
        color: #303030;
        border: 1px solid #ddd;
        outline: none;
        border-radius: 0px;
        box-shadow: none;
    }

        .form-group-inner input[type="email"]:focus, .form-group-inner input[type="password"]:focus, .form-group-inner input[type="text"]:focus, .form-select-list .custom-select-value:focus {
            border: 1px solid #63BFB4;
            outline: none;
            border-radius: 0px;
            box-shadow: none;
        }

.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(img/green1.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -22px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -44px 0;
        transition: all 0.3s ease 0s;
    }

.login-btn-inner .check-label {
    margin-right: 5px;
}

.login-btn-inner .label-check-inner {
    margin: 0px;
    padding-top: 5px;
}

.login-btn-inner .login-submit-cs {
    background-color: #63BFB4;
    border-color: #63BFB4;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
}

.modal-bootstrap.modal-login-form {
    padding: 7px 20px;
    background-color: #63BFB4;
    display: inline-block;
    text-align: center;
}

    .modal-bootstrap.modal-login-form a {
        color: #fff;
    }

.login-btn-inner .btn-primary.active.focus, .login-btn-inner .btn-primary.active:focus, .login-btn-inner .btn-primary.active:hover, .login-btn-inner .btn-primary:active.focus, .login-btn-inner .btn-primary:active:focus, .login-btn-inner .btn-primary:active:hover, .login-btn-inner .btn-primary:hover, .login-btn-inner .btn-primary:active, .login-btn-inner .btn-primary:focus {
    background-color: #303030;
    border-color: #303030;
    border-radius: 0px;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.create-account-sign a {
    color: #63BFB4;
    font-size: 100px;
    padding: 5px 70px;
    display: block;
}

    .create-account-sign a:hover {
        color: #303030;
    }

.login-social-inner {
    margin-bottom: 20px;
}

    .login-social-inner a.button {
        line-height: 42px;
        text-decoration: none;
        margin-left: 5px;
    }

    .login-social-inner .btn-social {
        position: relative;
    }

    .login-social-inner .span-right {
        padding-right: 55px;
        padding-left: 15px;
    }

    .login-social-inner .facebook {
        background-color: #3b5998;
    }

        .login-social-inner .twitter, .login-social-inner .twitter:hover, .login-social-inner .twitter:focus, .login-social-inner .facebook, .login-social-inner .facebook:hover, .login-social-inner .facebook:focus, .login-social-inner .googleplus, .login-social-inner .googleplus:hover, .login-social-inner .googleplus:focus, .login-social-inner .linkedin, .login-social-inner .linkedin:hover, .login-social-inner .linkedin:focus {
            color: #fff;
            text-shadow: 0 1px rgba(0, 0, 0, 0.08);
        }

    .login-social-inner .button {
        border: 0;
        height: 42px;
        color: #fff;
        line-height: 1;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        -webkit-user-drag: none;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    }

    .login-social-inner .button {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        outline: none;
    }

    .login-social-inner .facebook:hover, .login-social-inner .facebook:focus {
        background-color: #25385F;
    }

    .login-social-inner .facebook span {
        background-color: #31497D;
    }

    .login-social-inner .btn-social span {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 42px;
        right: 0;
    }

    .login-social-inner .btn-social i {
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    .login-social-inner .twitter span {
        background-color: #009AD5;
    }

    .login-social-inner .twitter {
        background-color: #00acee;
    }

        .login-social-inner .twitter:hover, .login-social-inner .twitter:focus {
            background-color: #00749F;
        }

    .login-social-inner .googleplus span {
        background-color: #C03121;
    }

    .login-social-inner .googleplus:hover, .login-social-inner .googleplus:focus {
        background-color: #8D2418;
    }

    .login-social-inner .googleplus {
        background-color: #dd4b39;
    }

    .login-social-inner .linkedin span {
        background-color: #084261;
    }

    .login-social-inner .linkedin:hover, .login-social-inner .linkedin:focus {
        background-color: #084261;
    }

    .login-social-inner .linkedin {
        background-color: #0077B5;
    }

.form-group-inner label.login2 {
    margin: 0px;
    padding: 7px 0px;
}

.bt-df-checkbox {
    padding: 8px 0px;
    margin: 0;
}

    .bt-df-checkbox .radio-checked {
        margin-left: 8px;
    }

.icheckbox_square-green.checked {
    background-position: -44px 0;
}

    .icheckbox_square-green.checked.disabled {
        background-position: -88px 0;
    }

.iradio_square-green {
    background-position: -109px 0;
}

    .iradio_square-green.hover {
        background-position: -131px 0;
    }

    .iradio_square-green.checked {
        background-position: -153px 0;
        transition: all 0.3s ease 0s;
    }

        .iradio_square-green.checked.disabled {
            background-position: -197px 0;
        }

.inline-checkbox-cs {
    padding: 7px 0px;
}

    .inline-checkbox-cs .checkbox-inline {
        padding-right: 0px;
    }

.checkbox.login-checkbox label {
    padding-right: 0px;
}

.btn-success.loginbtn {
    background-color: #63BFB4;
    border-color: #63BFB4;
}

.lock-inner i {
    font-size: 60px;
    color: #63BFB4;
}

.lock-inner .text-success {
    color: #63BFB4;
}

.lock-inner .btn-primary {
    background: #63BFB4;
    border-color: #63BFB4;
}

.poss-recover .btn-success {
    background-color: #63BFB4;
    border-color: #63BFB4;
}

.main-sparkline16-hd h1, .main-sparkline15-hd h1 {
    font-size: 20px;
}

.knob-single input {
    position: absolute;
    top: 0px;
    left: 25px;
}

.download-custom i {
    font-size: 40px;
}

.dropzone-custom-sys {
    text-align: center;
    padding: 30px 100px;
    background: #fff;
}

element.style {
    display: inline-block;
    width: 721px;
    height: 355px;
    vertical-align: top;
}

div#sparklinehome canvas {
    width: 100% !important;
}
/* BREADCOME */
.breadcome-area {
    height: auto;
    display: block;
    position: relative;
    background: #000;
    padding: 0 1em;
    position: absolute;
    width: calc(100% - 200px);
    /* height: 50px; */
    z-index: 99;
}

.breadcome-menu li:last-child .bread-slash {
    display: none;
}

.bread-blod {
    font-weight: bold;
    color: #def3a9 !important;
}

/* BTN */
.btn-primary {
    color: #fff;
    background-color: #56aecb !important;
    border-color: #56aecb !important;
}

.btn-refresh {
    color: #a832a6;
    background-color: #fff !important;
    border-color: #a832a6 !important;
}

    .btn-refresh:hover,
    .btn-refresh:focus,
    .btn-refresh:active {
        color: #fff !important;
        background-color: #8a2988 !important;
        border-color: #8a2988 !important;
    }

.btn-display {
    color: #a1c22b;
    background-color: #fff !important;
    border-color: #a1c22b !important;
}

    .btn-display:hover,
    .btn-display:focus,
    .btn-display:active {
        color: #fff !important;
        background-color: #7a941c !important;
        border-color: #7a941c !important;
    }

.btn-create-copy {
    color: #f956ce;
    background-color: #fff !important;
    border-color: #f956ce !important;
}

    .btn-create-copy:hover,
    .btn-create-copy:focus,
    .btn-create-copy:active {
        color: #fff !important;
        background-color: #cd40a8 !important;
        border-color: #cd40a8 !important;
    }

.btn-event {
    color: #646CE1;
    background-color: #fff !important;
    border-color: #646CE1 !important;
}

    .btn-event:hover,
    .btn-event:focus,
    .btn-event:active {
        color: #fff !important;
        background-color: #646CE1 !important;
        border-color: #646CE1 !important;
    }
.btn-undo {
    color: #9062ca;
    background-color: #fff !important;
    border-color: #9062ca !important;
}

    .btn-undo:hover,
    .btn-undo:focus,
    .btn-undo:active {
        color: #fff !important;
        background-color: #66468e !important;
        border-color: #66468e !important;
    }

.btn-info {
    color: #31b0d5 !important;
    background-color: #fff !important;
    border-color: #269abc !important;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active {
        color: #fff !important;
        background-color: #31b0d5 !important;
        border-color: #269abc !important;
    }

.btn-ban {
    color: #b5530b;
    background-color: #fff !important;
    border-color: #b5530b !important;
}

    .btn-ban:hover,
    .btn-ban:focus,
    .btn-ban:active {
        color: #fff !important;
        background-color: #b5530b !important;
    }

.btn-permit {
    color: #009688;
    background-color: #fff !important;
    border-color: #009688 !important;
}

    .btn-permit:hover,
    .btn-permit:focus,
    .btn-permit:active {
        color: #fff !important;
        background-color: #009688 !important;
        border-color: #009688 !important;
    }

.btn-excel {
    color: #1D6F42;
    background-color: #fff !important;
    border-color: #1D6F42 !important;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active {
    color: #fff !important;
    background-color: #1D6F42 !important;
    border-color: #1D6F42 !important;
}

.btn-note {
    color: #ec6a0b;
    background-color: #fff !important;
    border-color: #ec6a0b !important;
}

    .btn-note:hover,
    .btn-note:focus,
    .btn-note:active {
        color: #fff !important;
        background-color: #ec6a0b !important;
        border-color: #ec6a0b !important;
    }
.btn-service {
    color: #c96da3;
    background-color: #fff !important;
    border-color: #c96da3 !important;
}

    .btn-service:hover,
    .btn-service:focus,
    .btn-service:active {
        color: #fff !important;
        background-color: #c96da3 !important;
        border-color: #c96da3 !important;
    }

.btn-warning {
    color: #f0ad4e !important;
    background-color: #fff !important;
    border-color: #f0ad4e !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}
.btn-warning-low {
    color: #fff !important;
    background-color: #f0ad4ea6 !important;
    border-color: #c17e1f !important;
}

.btn-warning-low:hover,
.btn-warning-low:focus,
.btn-warning-low:active {
    color: #fff !important;
    background-color: #c17e1f !important;
    border-color: #f0ad4e !important;
}

.btn-success {
    color: #449d44 !important;
    background-color: #fff !important;
    border-color: #449d44 !important;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active {
        color: #fff !important;
        background-color: #449d44 !important;
        border-color: #449d44 !important;
    }

.btn-primary {
    color: #56aecb !important;
    background-color: #fff !important;
    border-color: #56aecb !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff !important;
        background-color: #56aecb !important;
        border-color: #56aecb !important;
    }

.btn-danger {
    color: #c9302c !important;
    background-color: #fff !important;
    border-color: #ac2925 !important;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        color: #fff !important;
        background-color: #c9302c !important;
        border-color: #ac2925 !important;
    }

.btn-see {
    color: #63ddc6 !important;
    background-color: #fff !important;
    border-color: #63ddc6 !important;
}
    .btn-see:hover,
    .btn-see:focus,
    .btn-see:active {
        color: #fff !important;
        background-color: #63ddc6 !important;
        border-color: #63ddc6 !important;
    }

.btn-report {
    color: #E485F7 !important;
    background-color: #fff !important;
    border-color: #E485F7 !important;
}

    .btn-report:hover,
    .btn-report:focus,
    .btn-report:active {
        color: #fff !important;
        background-color: #E485F7 !important;
        border-color: #E485F7 !important;
    }

.btn-primary-gradient {
    background: linear-gradient(180deg, rgba(204,243,5,1) 0%, rgba(64,64,64,1) 50%, rgba(204,243,5,1) 100%);
    color: #fff;
}

.btn-secondary-gradient {
    /*background: linear-gradient(180deg, rgba(64,64,64,1) 0%, rgba(204,243,5,1) 50%, rgba(64,64,64,1) 100%);*/
    background: linear-gradient(180deg, rgba(204,243,5,1) 0%, rgba(64,64,64,1) 50%, rgba(204,243,5,1) 100%);
    color: #fff;
}

.btn-test-gradient {
    background: linear-gradient(180deg, rgba(221,188,99,1) 0%, rgba(139,3,5,1) 50%, rgba(221,188,99,1) 100%);
    color: #fff;
}

.btn-transparent-green {
    background: none !important;
}

    .btn-transparent-green:hover {
        background: #ccf305 !important;
        background: rgba(204,243,5,1) !important;
        color: #333 !important;
    }

.btn-transparent-red {
    background: none !important;
}

    .btn-transparent-red:hover {
        background: #8b0305 !important;
        color: #ddbc63 !important;
    }

.btn-transparent-gold {
    background: none !important;
}

    .btn-transparent-gold:hover {
        background: #ddbc63 !important;
        color: #8b0305 !important;
    }

.btn-green-main {
    background: #ccf305 !important;
    border-color: #ccf305 !important;
    color: #333 !important;
}

    .btn-green-main:hover {
        background: #333 !important;
        color: #ccf305 !important;
    }

.btn-red-main {
    background: transparent !important;
    border-color: #8b0305 !important;
    color: #8b0305 !important;
}

    .btn-red-main:hover {
        background: #8b0305 !important;
        color: #ddbc63 !important;
    }

.btn-gold-main {
    background: transparent !important;
    border-color: #ddbc63 !important;
    color: #8b0305 !important;
}

    .btn-gold-main:hover {
        background: #ddbc63 !important;
        color: #333 !important;
    }

.btn-gold {
    color: #ddbc63;
    background-color: #fff !important;
    border-color: #ddbc63 !important;
}

    .btn-gold:hover,
    .btn-gold:focus,
    .btn-gold:active {
        color: #fff !important;
        background-color: #ddbc63 !important;
        border-color: #ddbc63 !important;
    }

.btn-accounting {
    color: #798f7b;
    background-color: #fff !important;
    border-color: #798f7b !important;
}

    .btn-accounting:hover,
    .btn-accounting:focus,
    .btn-accounting:active {
        color: #fff !important;
        background-color: #798f7b !important;
        border-color: #798f7b !important;
    }
    
/* Login */
.login-box {
    height: calc(100vh - 50px) !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    background-repeat: no-repeat;
    padding-top: 50px !important;
    overflow-y: scroll;
}

.register-box {
    height: 100vh !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-inline: 15px;
    background-repeat: no-repeat;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-card {
    padding: 15px;
    max-width: 500px;
    max-height: 450px;
    background: #eee;
}

.cover-login {
    background: url('/img/bg/bg-singin-up.png') no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background-position: bottom;
}

.login-box .row > div > div {
    background: transparent !important;
}

.login-box > .row {
    width: 63%;
    margin: 0 auto;
    padding-top: 3rem;
}

.title-login {
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #8b0305;
}

.user-inputs {
    background: #eee;
    border-radius: 0 5px 5px 0;
    margin-top: 6vh;
    border-left: 1px solid #8b0305;
    /*height: 40vh;*/
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-box .btn-primary {
    background-color: #8b0305 !important;
    border-color: #8b0305 !important;
}

.content-info {
    margin-top: 6vh;
    background: #eee;
    border-radius: 5px;
    /*height: 40vh;*/
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 8px;
}

.item-info {
    display: block;
    margin-bottom: 0.4rem;
    overflow: hidden;
    font-weight: bold;
}

.desc-info {
    text-align: justify;
    display: block;
}

.title-login img {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #ddd;
    padding: 2px;
    margin-bottom: 10px;
}
/* CHEQUE */
#cheque-cover {
    background-image: url("/img/bg/cheque-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 50%;
}
/* SCROLL*/
.mCSB_scrollTools {
    width: 10px !important;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: 0 !important;
    left: auto !important;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: 0px !important;
    left: auto !important;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 0 !important;
    margin-right: 4px !important;
}
/* Carousle */

.carousel {
    position: relative;
}

.carousel-item img {
    height: calc(100vh - 13em);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    width: 70%;
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/* MEDIA RESPONSIVE */
@media(min-width: 1501px) {
    /* .body-content {
        padding-top: 2.8em;
    }*/
}

@media(min-width: 1169px) {
    .breadcome-area {
        width: calc(100% - 30px);
    }
}

@media(min-width: 992px) and (max-width: 1169px) {
    /*.body-content {
        padding-top: 0em;
    }*/

    .header-top-menu .navbar-nav > li > a {
        padding: 10px 10px;
        font-size: 10px;
    }

    .header-top-area {
        /*padding-right: 200px;*/
        margin-right: 0px;
    }

    .sidebar-nav .metismenu a {
        font-size: 12px !important;
    }

    .breadcome-area {
        width: calc(100% - 30px);
    }

    ul.breadcome-menu li {
        font-size: 12px;
    }

    .main-sparkline12-hd h4 {
        font-size: 14px;
    }

    #myTab3.tab-review-design li a {
        padding-left: 10px;
        text-transform: capitalize;
        font-size: 12px;
    }

    .main-sparkline12-hd h4 {
        font-size: 12px;
    }
}

@media(min-width: 1170px) and (max-width: 1500px) {
    /*.body-content {
        padding-top: 3em;
    }*/
    .header-top-menu .navbar-nav > li > a {
        padding: 7px 7px;
        font-size: 11px;
    }
    /*.header-top-area {
        padding-right: 200px;
    }*/

    .breadcome-area {
        width: calc(100% - 30px);
    }

    #myTab3.tab-review-design li a {
        padding-left: 10px;
        text-transform: capitalize;
        font-size: 16px;
    }

    .main-sparkline12-hd h4 {
        font-size: 16px;
    }
}

@media(min-width: 992px) and (max-width:1500px ) {

    .header-top-area {
        /*padding-right: 200px;*/
        /*margin-right: 163px;*/
    }



    .header-left-info .navbar-nav {
        padding: 12px 0px;
    }

    .bar-button-pro {
        margin: 9px 0px;
    }

    .breadcome-list {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .product-sales-chart, .analytics-info-cs, .tranffic-als-inner, .analytics-rounded, .single-new-trend, .personal-info-wrap, .author-widgets-single, .calender-inner, .product-status-wrap, .review-tab-pro-inner, .income-dashone-total, .analytics-adminpro-wrap, .analytics-sparkle-line, .analysis-progrebar, .sparkline8-list, .sparkline9-list, .sparkline7-list, .sparkline10-list, .sparkline12-list, .sparkline13-list, .sparkline14-list, .sparkline13-list, .sparkline11-list, .x-editable-list, .code-editor-single, .blog-details-inner, .charts-single-pro, .about-sparkline, .sparkline-list, .button-ad-wrap, .tab-content-details, .sparkline16-list, .sparkline15-list, .tinymce-single {
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    }

    #myTab3.tab-review-design {
        padding: 5px 5px;
        background: #fff;
    }


    #return-to-bottom {
        top: 25px;
    }

    #return-to-top {
        bottom: 14px;
    }

    .sidebar-nav .metismenu a {
        font-size: 12px;
    }

    .all-content-wrapper {
        margin-right: 164px;
    }

    #sidebar {
        min-width: 163px;
    }

    th, td {
        font-size: 12px;
    }

    .footer {
        /*width: calc(100% - 163px);*/
        margin-right: 163px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top-menu .navbar-nav > li > a {
        font-size: 10px;
    }

    .header-left-info ul.header-left-menu > li > a {
        padding: 0px 0px 0px 3px;
    }
    /*.body-content {
        padding-top: 2.8em;
    }*/
    #file-photo {
        left: 10% !important;
    }

    /* .body-content {
        padding-top: 0em;
    }*/

    .breadcome-area {
        /*margin-right:15px;*/
        width: 100%;
    }

    .breadcome-list {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        font-size: 10px;
    }

    .header-left-info ul.header-left-menu > li > a {
        padding: 0px 0px 0px 3px;
    }

    .header-top-area {
        /*padding-right:200px;*/
        right: 0px;
    }

    .header-advance-area {
        margin-top: 0em;
    }

    .menu-switcher-pro {
        display: block !important;
    }

    #file-photo {
        left: 1.5rem !important;
    }
    /*.body-content {
        padding-top: 0em !important;
    }*/
}


@media (min-width: 1200px) {
    .index-content {
        /*height: 80vh !important;*/
    }
}

@media print {
    @page {
        size: A4;
        margin: 0;
    }

    .print-container {
        margin: 0 !important;
        padding: 0 !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: economy !important;
        print-color-adjust: exact !important;
    }
}

#printable {
    position: relative;
}

.cover-printable {
    /*background-image: url("/img/bg/bg-print.png") !important;*/
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9 !important;
}
