﻿@font-face {
    font-family: 'B Mitra';
    src: url('../fonts/Mitra.eot');
    src: url('../fonts/Mitra.eot?#iefix') format('embedded-opentype'), url('../fonts/Mitra.woff') format('woff'), url('../fonts/Mitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Mitra';
    src: url('../fonts/MitraBold.eot');
    src: url('../fonts/MitraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MitraBold.woff') format('woff'), url('../fonts/MitraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'B Nazanin';
    src: url('../fonts/BNazanin.eot');
    src: url('../fonts/BNazanin.eot?#iefix') format('embedded-opentype'), url('../fonts/BNazanin.woff') format('woff'), url('../fonts/BNazanin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Titr Bold';
    src: url('../fonts/BTitr.eot');
    src: url('../fonts/BTitr.eot?#iefix') format('embedded-opentype'), url('../fonts/BTitr.woff') format('woff'), url('../fonts/BTitr.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'B Titr Bold';
    src: url('../fonts/BTitr.eot');
    src: url('../fonts/BTitr.eot?#iefix') format('embedded-opentype'), url('../fonts/BTitr.woff') format('woff'), url('../fonts/BTitr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Koodak Bold';
    src: url('../fonts/KoodakBold.eot');
    src: url('../fonts/KoodakBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KoodakBold.woff') format('woff'), url('../fonts/KoodakBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'B Yekan';
    src: url('../fonts/BYekan.eot?#') format('eot'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IranNastaliq';
    src: url('../fonts/IranNastaliq.eot');
    src: url('../fonts/IranNastaliq.eot?#iefix') format('embedded-opentype'), url('../fonts/IranNastaliq.woff2') format('woff2'), url('../fonts/IranNastaliq.woff') format('woff'), url('../fonts/IranNastaliq.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Traffic';
    src: url('../fonts/Traffic.eot');
    src: url('../fonts/Traffic.eot?#iefix') format('embedded-opentype'), url('../fonts/Traffic.woff') format('woff'), url('../fonts/Traffic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.col-mainpage {
    display: flex;
    flex-direction: column;
}

.content-flex {
    flex: 1;
}

.btn-search {
    height: 26px !important;
    padding-top: 3px !important;
}

.btn-login {
    background-color: darkblue;
    border-color: darkblue;
    color: white;
}

    .btn-login:hover {
        color: white;
        opacity: 0.9 !important;
    }

img.ContentNews {
    width: 200px;
    margin: 10px;
}

@media (max-width:767px) {
    img.ContentNews {
        width: 100%;
        margin: 0px !important;
    }
}

.NewsItemSetting img {
    transition: all 0.25s ease-in-out;
}

.media-left-item {
    overflow: hidden;
    display: table-cell;
}

.NewsItemSetting:hover img {
    -webkit-transform: scale(1.25);
}

.NewsItemSetting:hover .news-img-shadow {
    position: relative;
    max-width: 100%;
    float: left;
}

    .NewsItemSetting:hover .news-img-shadow::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 500000;
        right: 0;
        box-shadow: inset 0px 1px 40px 9px rgba(0,0,0,0.50);
        -moz-box-shadow: inset 0px 1px 40px 9px rgba(0,0,0,0.50);
        -webkit-box-shadow: inset 0px 1px 40px 9px rgba(0,0,0,0.50);
    }

    .NewsItemSetting:hover .news-img-shadow img {
        float: left;
    }

.circle-with-lines-title {
    color: #272727;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}

.circle-with-lines {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #1a9cff;
    border-radius: 50%;
    margin: 0 auto;
}

    .circle-with-lines::before,
    .circle-with-lines::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 250px;
        height: 1px;
        background-color: #d8d8d8;
    }

    .circle-with-lines::before {
        right: 100%;
        margin-right: 10px;
        transform: translateY(-50%);
    }

    .circle-with-lines::after {
        left: 100%;
        margin-left: 10px;
        transform: translateY(-50%);
    }

.modal-title {
    color: #205286 !important;
    padding: 0 10px;
    font-size: 15px !important;
}

table thead th {
    cursor: pointer;
}

.piplineTable {
    color: #6c88a5;
}

.DisplayNoneWOW {
    display: none;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

a.btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
}

.shadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgb(221,221,221);
    -moz-box-shadow: 1px 1px 5px 1px rgb(221,221,221);
    box-shadow: 1px 1px 5px 1px rgb(221,221,221);
}

.rounded {
    border-radius: .25rem !important;
}

.modal-footer .btn {
    min-width: 80px !important;
}

.content img, .tinymce img {
    max-width: 100%;
}

.tinymce table {
    max-width: 100% !important;
    display: table !important;
}

.tdOverflowHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TinyMceImg img {
    /*  display: block;*/
    max-width: 100%;
    height: auto;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.bg-white {
    background-color: white !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

body {
    font-family: Samim,'tahoma', 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 1.846;
    color: #222222;
}

.ui-widget {
    font-family: Samim,'tahoma', 'Roboto Condensed', sans-serif !important;
    font-size: 13px !important;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #d9edf7;
}

.ui-front {
    z-index: 10000 !important;
}

.ui-widget.ui-widget-content {
    max-height: 200px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f4fbfe;
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.media-body h2 {
    font-size: 13px;
    line-height: 22px;
    color: #515151;
}

.min-width-100px {
    min-width: 100px;
}

.min-width-80px {
    min-width: 80px;
}

.min-width-60px {
    min-width: 60px;
}

.min-width-30px {
    min-width: 30px;
}

.min-height-100px {
    min-height: 100px;
}

.min-width-114px {
    min-width: 114px;
}

.min-width-100 {
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
}

.scrollToTop:hover {
    text-decoration: none;
}

.paddingmargin0 {
    padding: 0;
    margin: 0;
}

.text-white {
    color: #fff;
}

.article {
    margin: 0 0 12px;
    padding: 5px 20px 0;
    background-color: #fff;
    border: 1px solid #dfdede;
}

.footer p {
    margin: 0;
    padding: 4px 0;
    line-height: normal;
}

.footer a {
    color: #959595;
    padding: inherit;
    text-decoration: underline;
}

    .footer a:hover {
        text-decoration: none;
    }

ol {
    list-style: none;
}

    ol li {
        display: block;
        clear: both;
    }

        ol li label {
            display: block;
            margin: 0;
            padding: 16px 0 0;
        }

        ol li input.text {
            width: 480px;
            border: 1px solid silver;
            margin: 2px 0;
            padding: 5px 2px;
            height: 16px;
            background: #fff;
        }

        ol li textarea {
            width: 480px;
            border: 1px solid silver;
            margin: 2px 0;
            padding: 2px;
            background: #fff;
        }

        ol li .send {
            margin: 16px 0 0;
        }

.btn {
    font-family: Samim,tahoma !important;
    font-size: 12px;
    margin: 1px;
}

.font-Samim {
    font-family: Samim !important;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 0 !important;
}

.text-black {
    color: #000;
}

ul.group-files {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.group-files li {
    float: none;
    display: inline-block;
}


.modal .panel-body {
    color: #444;
}

.modal-body-header {
    background-color: #c9deec;
    padding: 5px 3px 0px 3px;
}

.opacity-05 {
    -ms-opacity: .2;
    opacity: .2;
}

.form-group {
    margin-bottom: 3px !important;
}

.fontsize11 {
    font-size: 11px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.progress {
    border-radius: 0;
}

.thumbnail {
    margin-bottom: 6px;
}

.toggle.btn {
    min-height: 20px !important;
}

.btn-primary {
    background-color: #007dc1;
}

.modal-footer {
    border-top-color: #b7d7ec;
}

.box {
    background-color: rgb(251,251,251);
    border-width: 1px 1px 4px 1px;
    border-color: #d2d2d2;
    border-style: solid;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-bottom: 30px;
}
    /*
        .box .box-header, .box .box-header-Online {
            margin: -10px -10px 5px;
        }*/
    /*
    .box .box-header {
        padding: 1px;
        background-color: #808d9d;
        color: black;
    }
    */
    .box .box-header-Online {
        padding: 1px;
        background-color: #595959;
        color: white;
    }

    .box .box-header {
        background: linear-gradient(135deg, #384859, #0061c8,#384859);
        border-radius: 30px 30px 0 0;
        margin-bottom: 5px;
    }

        .box .box-header .box-header-title {
            padding: 5px;
            color: white;
            font-size: 18px;
            padding: 5px;
            font-weight: bolder;
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        }

        .box .box-header .box-header-lang {
            color: white;
            padding: 0px 5px 2px 5px;
        }

.White {
    color: #fff !important;
}

.pleaseWaitprogress {
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.05);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
}

.pleaseWait {
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.05);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
}

.Display-None {
    display: none;
}

.Display-None-important {
    display: none !important;
}

.pleasewaitProgreaa {
    position: absolute;
    left: 50%;
    margin-left: -101px;
    top: calc(50% + 69px);
    margin-top: -10px;
    width: 202px;
}

.pleasewaitProgreaa2 {
    position: absolute;
    left: 50%;
    margin-left: -101px;
    top: calc(50% + 69px);
    margin-top: -10px;
    width: 202px;
}

.text-gray {
    color: #ccc;
}

.Success_Message {
    background-color: #85CA3A;
    font: 20px 'B Yekan';
    text-align: center;
    padding: 19px 0;
    color: #fff;
}

.text_success {
    background-color: #B6EC7B;
    padding: 5px 10px;
    text-align: center;
    font-family: 'B Yekan';
    color: #335F03;
    font-size: 14px;
}

.vertical-middle {
    display: table-cell !important;
    vertical-align: middle !important;
}

.header-box {
    font-family: 'B Yekan';
    font-size: 18px;
    min-height: 36px;
    background-color: #3d75aa;
    padding: 2px 5px;
    color: #fff;
}
/*
    .media {
        margin-top: 50px;
    }

        .media:hover .media-left a .fa {
            color: #999;
            border: 2px solid #008C9E;
            background-color: #26ADE4;
        }

        .media:hover .media-left a, .media:hover .media-left > a > .fa:before {
            color: #fff;
            text-decoration: none;
        }

    .media-body h3 {
        font-size: 14px;
        color: #777;
        line-height: 25px;
        text-align: justify;
    }

    .media-body span {
        color: #777;
    }
    */
.well {
    background-color: #f0faff;
    border-color: #d7ebf5;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.well-sm {
    padding: 3px;
}

.media-left > a > .fa {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #cfcece;
    padding: 10px;
    margin-bottom: 13px;
    display: table-cell;
    -webkit-transition: all .2s ease 0;
    -moz-transition: all .2s ease 0;
    -ms-transition: all .2s ease 0;
    -o-transition: all .2s ease 0;
    transition: all .2s ease 0;
}

    .media-left > a > .fa:before {
        color: #ccc;
        font-size: 25px;
    }

.text-decoration-line-through {
    text-decoration: line-through;
}

.text-red {
    color: red !important;
}

.text-green {
    color: #00a909 !important;
}

.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: bold;
}

.text-yellow {
    color: #f39c12 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-bottom {
    margin-bottom: 20px;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    display: none;
    background: url(../img/up.png) no-repeat;
}

.width-100px {
    width: 100px !important;
}

.width-100 {
    width: 100% !important;
}

.width-30px {
    width: 30px !important;
}

.width-50px {
    width: 50px !important;
}

.header-Panel {
    color: white;
    margin: 0;
    font-weight: bolder !important;
}

    .header-Panel span {
        display: inline-flex;
    }

.panel-heading .accordion-toggle:after {
    width: 20px;
    content: '   ';
    height: 20px;
    background-image: url('../Areas/Panel/Hamayesh/add1.png');
    color: #000;
    font-size: 20px;
}

#accordion .panel-heading {
    padding-bottom: 7px;
}

.panel-heading .accordion-toggle.collapsed:after {
    background-image: url('../Areas/Panel/Hamayesh/add2.png');
    width: 20px;
    height: 20px;
    content: '   ';
}

.margin0 {
    margin: 0 !important;
}

.font-tahoma {
    font-family: 'tahoma' !important;
}

.font-Koodak {
    font-family: 'B Koodak Bold' !important;
}

.font-yekan {
    font-family: 'B Yekan' !important;
}

.font-traffic {
    font-family: 'B Traffic' !important;
}

.font-mitra {
    font-family: 'B Mitra' !important;
}

.font-titr {
    font-family: 'B Titr Bold' !important;
}

.font-nazanin {
    font-family: 'B Nazanin' !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.margintop-6 {
    margin-top: -6px;
}

.margin-10 {
    margin: 10px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-2 {
    margin: 2px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-2px {
    margin-top: 2px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding-bottom-10px {
    padding-bottom: 10px !important;
}

.padding-bottom-20px {
    padding-bottom: 20px !important;
}

.padding-bottom-5px {
    padding-bottom: 5px !important;
}

.padding-5px {
    padding: 5px !important;
}

.padding-10px {
    padding: 10px !important;
}

.margin-padding-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.padding-top-5px {
    padding-top: 5px !important;
}

.padding-top-10px {
    padding-top: 10px !important;
}

.padding-top-20px {
    padding-top: 20px !important;
}

.padding-top-15px {
    padding-top: 15px !important;
}

.Panel {
    margin-bottom: 7px !important;
}

    .panel > .panel-heading {
        padding: 3px 10px;
        font-family: Samim,tahoma;
        font-weight: bold;
    }
/*
    footer {
        background: #385573;
        border-top: 1px solid #E6E6E6;
    }
    */
ul {
    list-style-type: none;
}

    ul.sb_menu li a:hover {
        text-decoration: underline;
    }

a, a:active, a:focus, a:active {
    text-decoration: none !important;
    outline: none;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Samim,tahoma,sans-serif !important;
    font-weight: bold !important;
}


.modal hr {
    border-top: 1px solid #b7d7ec;
}

.header-Panel .input-group-addon {
    padding: 0 0 !important;
}

.well-warrning {
    background-color: #ffffcc !important;
    border: 1px solid #f5f5a6;
}

@media (max-width: 767px) {

    .paddingMain {
        padding: 0 !important;
    }

    .TitleHamayeshSelectPage {
        font-size: 15px !important;
    }
}

.TitleHamayeshSelectPage {
    font-size: 20px;
}

.countType {
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
}

.withgradient .countType {
    background-color: #ffffff30;
}

.withgradientAccepted .countType {
    background-color: #fefefe;
    color: #8a8a8a;
}
/*
.item img:hover {
    -ms-opacity: .8;
    opacity: .8;
}*/
.containerRadio.withgradient {
    border: 1px solid #ffffff61;
    border-radius: 5px;
    background-color: #ffffff3d;
}

.containerRadio.withgradientAccepted {
    border: 1px solid #cacaca;
    border-radius: 5px;
    background-color: #ececec;
}

.containerCheckBox, .containerRadio {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .containerCheckBox input, .containerRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        right: 0;
        left: 0;
    }
/*
    td .checkmark, th .checkmark, .panel-heading .checkmark {
        margin-top: -10px !important;
    }
    */
.checkmark, .checkmarkLarge {
    margin-top: 3px;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    border: 1px solid #62aed7;
}

.checkmark {
    height: 15px;
    width: 15px;
}

.checkmarkLarge {
    height: 25px;
    width: 25px;
}

.containerCheckBox:hover input ~ .checkmark, .containerCheckBox:hover input ~ .checkmarkLarge, .containerRadio:hover input ~ .checkmark, .containerRadio:hover input ~ .checkmarkLarge {
    background-color: #dff9f9;
}

.containerCheckBox input:checked ~ .checkmark, .containerRadio input:checked ~ .checkmark, .containerCheckBox input:checked ~ .checkmarkLarge, .containerRadio input:checked ~ .checkmarkLarge {
    background-color: #2196F3;
}

.containerCheckBox input:disabled ~ .checkmark, .containerRadio input:disabled ~ .checkmark, .containerCheckBox input:disabled ~ .checkmarkLarge, .containerRadio input:disabled ~ .checkmarkLarge {
    opacity: 0.5;
    background-color: #545555;
    border: 1px solid #a0a1a1;
}

.checkmark:after, .checkmarkLarge:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckBox input:checked ~ .checkmark:after, .containerRadio input:checked ~ .checkmark:after, .containerCheckBox input:checked ~ .checkmarkLarge:after, .containerRadio input:checked ~ .checkmarkLarge:after {
    display: block;
}

.containerRadio .checkmark:after, .containerCheckBox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.containerRadio .checkmarkLarge:after, .containerCheckBox .checkmarkLarge:after {
    left: 7px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.containerRadio .checkmark, .containerRadio .checkmarkLarge {
    -ms-border-radius: 50%;
    border-radius: 50%;
}

html, body {
    height: 100%;
}

.DivAboutPage {
    background-color: #fbfff2;
    padding: 0px 5px;
    border: 1px solid #e8edde;
    text-align:justify;
}
.margin-top-1px{
    margin-top:1px;
}
.main-header a{
    color:white!important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar {
    background-color: #384859;
}
.table-1-col-center td:first-child {
    text-align: center;
}
.table-2-col-center td:nth-child(2) {
    text-align: center;
}

tr.bg-green-row > td {
    background-color: #58ffb3 !important;
    --bs-table-bg-type: none !important;
}

tr.bg-blue-row > td {
    background-color: #63f2ff!important;
    --bs-table-bg-type: none!important;
}

tr.bg-yellow-row > td {
    background-color: #ffed75!important;
    --bs-table-bg-type:none!important;
}

tr.bg-red-row > td {
    background-color: #ffbcbc!important;
    --bs-table-bg-type: none!important;
}
.actionButton {
    background-color: #f7f7f7;
    padding: 0px 2px 0px 2px;
    border-radius: 3px;
    color: #b1b1b1;
    border: 1px solid #c4c4c4;
}
.actionButton .saminicon-MenuDown{
    font-size:9px;
}
table th.selectall {
    width: 20px;
    padding: 2px !important;
}
.TypePaperClass {
    background-color: white;
    padding: 4px 10px;
    border: 1px solid #d2d6de;
    margin: 10px;
}
.navbar .navbar-static-top a {
    color: white !important;
}
.mds-bs-dtp-container .table, .mds-bs-persian-datetime-picker-popover .table {
    table-layout: unset !important;
    --bs-table-striped-bg: unset !important;
}
.mds-bs-persian-datetime-picker-popover {
    border: 1px solid #3d91cc!important;
}
.mds-bs-persian-datetime-picker-popover h3.popover-header {
    background-color: #accdef;
    background: linear-gradient(to bottom,#c5e2ff 25%,#87c1fd 100%);
}
.divDash {
    border: 2px dotted #cdcdcd;
    padding: 5px;
}
    .divDash:hover {
        border: 2px dotted #8ea3ff;
    }
.layout-boxed html, .layout-boxed body {
    height: 100%;
}
.PaperSenderCol {
    width: 70px;
}
@media (min-width: 576px) {
    .PaperSenderCol {
        width: 85px;
    }
}
@media (min-width: 768px) {
    .PaperSenderCol {
        width: 100px;
    }
}
@media (min-width: 992px) {
    .PaperSenderCol {
        width: 120px;
    }
}
.PaperTitleCol {
    min-width: 250px;
}
@media (min-width: 576px) {
    .PaperTitleCol {
        min-width: 270px;
    }
}
@media (min-width: 768px) {
    .PaperTitleCol {
        min-width: 350px;
    }
}
@media (min-width: 992px) {
    .PaperTitleCol {
        min-width: 380px;
    }
}

/* حالت موبایل (xs و sm: کمتر از 768px) */
@media (max-width: 767.98px) {
    .mobile-truncate {
        display: inline-block;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* از md به بالا (دسکتاپ): متن کامل نمایش داده بشه */
@media (min-width: 768px) {
    .mobile-truncate {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        max-width: none;
    }
}




img.help {
    border: 1px solid #363636;
}
.tox .tox-edit-area::before {
    border-color: #d7d7d7 !important;
}
.plusIcon {
    width: 20px;
    color: #afafaf;
    background-color: #f1f1f1;
    border-radius: 50%;
    text-align: center;
    font-size: 9px !important;
}
.helpVideo{
    margin-top:-3px;
}
.btn-help {
    margin: 3px;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #ffbb15);
    color: black;
    font-size: 15px;
    font-family: 'Times New Roman';
    text-decoration: none;
    text-shadow:none;
}
    .btn-help:hover {
        background: linear-gradient(135deg, #ffffff, #d1980b);
    }

    .plusIcon:hover {
        background-color: #ffffffff;
    }

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Samim','tahoma';
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
.count.active {
    border-radius: 3px;
    background-color: #ff4138;
    color: white;
    padding: 0 4px;
    margin: 0 2px;
    
}
.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .wrapper:before, .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }
    .hoverimg:hover {
        opacity: 0.9;
    }
.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}

.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    z-index: 820;
}

.content-wrapper {
    min-height: 100%;
    background-color: #f1f1f1;
    padding: 10px;
}

.main-footer {
    background: #384859;
    padding: 15px;
    color: #444;
}
.content-wrapper {
   border-radius:35px;
}
.box, .box .box-header-title {
   border-top-left-radius:35px;
   border-top-right-radius:35px;
}
.fixed .main-header, .fixed .main-sidebar {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper {
    padding-top: 50px;
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper, body.hold-transition .main-footer, body.hold-transition .main-sidebar, body.hold-transition .main-header .navbar, body.hold-transition .main-header .logo {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
        /*color: #72afd2;*/
    }

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

    .main-header .navbar {
        margin-bottom: 0;
        border: none;
        min-height: 50px;
        border-radius: 0;
    }

    .main-header #navbar-search-input.form-control {
        background: rgba(255,255,255,0.2);
        border-color: transparent;
    }

        .main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
            border-color: rgba(0,0,0,0.1);
            background: rgba(255,255,255,0.9);
        }

        .main-header #navbar-search-input.form-control::-moz-placeholder {
            color: #ccc;
            opacity: 1;
        }

        .main-header #navbar-search-input.form-control:-ms-input-placeholder {
            color: #ccc;
        }

        .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
            color: #ccc;
        }

.main-header .sidebar-toggle {
    background-color: transparent;
    background-image: none;
    padding: 4px 5px;
    opacity:0.6;
}

    .main-header .sidebar-toggle:hover {
        color: #fff;
    }

    .main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
        background: transparent;
    }

    .main-header .sidebar-toggle .icon-bar {
        display: none;
    }



.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    height: 53px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 250px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .main-header .logo .logo-lg {
        display: block;
    }

    .main-header .logo .logo-mini {
        display: none;
    }

.main-header .navbar-brand {
    color: #fff;
}


.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width:991px) {

    .navbar-custom-menu .navbar-nav {
        margin: 0;
    }


            .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
    .navbar-custom-menu > .navbar-nav > li {
        position: static;
    }

        .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
            position: absolute;
            border: 1px solid #ddd;
            background: #fff;
        }
        .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        background: #fff !important;
        color: #444 !important;
    }
     .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }
}
.main-sidebar {
    position: absolute;
    top: 0;
    padding-top: 53px;
    min-height: 100%;
    width: 250px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.sidebar {
    padding-bottom: 10px;
}
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .user-panel:before, .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        line-height: 1;
        position: absolute;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            margin-top: 3px;
            font-size: 11px;
        }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

  .sidebar-menu li > a > .pull-right {
            position: absolute;
            margin-top: 6px;
            font-size: 12px;
        }
    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
       /* border-top: 1px solid #f9fdff;
        border-bottom: 1px solid #dcdcdc;*/
        -webkit-transition: border-left-color .3s ease;
        -o-transition: border-left-color .3s ease;
        transition: border-left-color .3s ease;
    }
     .sidebar-menu > li > a, .treeview-menu > li > a {
            display: block;
            color: #0f344a;
        }
        .sidebar-menu > li > a {
            position: relative;
        }

            .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
                width: 20px;
            }

       

        .sidebar-menu > li .badge {
            margin-top: 3px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
    }

    .sidebar-menu li > a > .fa-angle-left {
        position: absolute;
        top: 50%;
        margin-top: -8px;
    }

    .sidebar-menu li.active > a > .fa-angle-left, .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }
    .sidebar-menu .treeview-menu > li:first-child {
                border-top: none;
                
            }
    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .sidebar-menu .treeview-menu > li {
            margin: 0;
             /*border-top: 1px solid #b6bec7;
            border-bottom: 1px solid #dce8f7;*/
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 1px;
                display: block;
               /* font-size: 12px;*/
            }

                .sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down, .sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
                    width: auto;
                }

@media (min-width:768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer {
        z-index: 840;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: 180px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            background-color: inherit;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
            width: auto !important;
            top: 10px !important;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
                display: none;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 44px;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
        box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    }

          .control-sidebar {
        padding-top: 100px;
    }
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-250px, 0);
        -ms-transform: translate(-250px, 0);
        -o-transform: translate(-250px, 0);
        transform: translate(-250px, 0);
    }
}
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

        .sidebar-menu li > a > .pull-right-container {
            position: absolute;
            top: 50%;
            margin-top: -7px;
        }

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg, .control-sidebar {
    top: 0;
    width: 250px;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

.control-sidebar > .tab-content {
    padding: 10px 15px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 13px;
}
.navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 170px;
    padding: 0;
    margin: 0;
    top: 100%;
}

.navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li {
        position: relative;
    }

 .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
            background-color: #ffffff;
            padding: 2px;
            border-bottom: 1px solid #f4f4f4;
            color: #444444;
            font-size: 13px;
        }
 .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            font-size: 12px;
            background-color: #fff;
            padding: 7px 10px;
            color: #444 !important;
            text-align: center;
        }
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        display: block;
        white-space: nowrap;
        border-bottom: 1px solid #f4f4f4;
    }
 .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
            background: #f4f4f4;
            text-decoration: none;
        }
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
        margin: 0;
        padding: 10px 10px;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
            margin: auto 10px auto auto;
            width: 40px;
            height: 40px;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
            padding: 0;
            margin: 0 0 0 45px;
            color: #444444;
            font-size: 15px;
            position: relative;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                color: #999999;
                font-size: 10px;
                position: absolute;
                top: 0;
            }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
            margin: 0 0 0 45px;
            font-size: 12px;
            color: #888888;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            content: " ";
            display: table;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            clear: both;
        }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        padding: 10px;
    }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
            font-size: 13px;
            padding: 0;
            margin: 0 0 10px 0;
            color: #666666;
        }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
            padding: 0;
            margin: 0;
        }

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

    .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: auto;
            padding: 10px;
            text-align: center;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
                z-index: 5;
                height: 90px;
                width: 90px;
                border: 3px solid;
                border-color: transparent;
                border-color: rgba(255,255,255,0.2);
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
                z-index: 5;
                color: #fff;
                color: rgba(255,255,255,0.8);
                font-size: 17px;
                margin-top: 10px;
            }

                .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                    display: block;
                    font-size: 12px;
                }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            padding: 15px;
            border-bottom: 1px solid #f4f4f4;
            border-top: 1px solid #dddddd;
        }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
                content: " ";
                display: table;
            }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
                clear: both;
            }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
                color: #444 !important;
            }
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #58a2cd;
    padding: 4px;
    height: 48px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
        content: " ";
        display: table;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
        clear: both;
    }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        color: #666;
    }
    .navbar-nav > .user-menu a {
        padding: 10px 3px;
    }
.navbar-nav > .user-menu .user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -9px;
}

.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    -o-animation: flipInX .7s both;
    animation: flipInX .7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
    }

    .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}

.progress, .progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
        border-radius: 1px;
    }

        .progress.sm, .progress-sm {
            height: 10px;
        }

            .progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
                border-radius: 1px;
            }

        .progress.xs, .progress-xs {
            height: 7px;
        }

            .progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
                border-radius: 1px;
            }

        .progress.xxs, .progress-xxs {
            height: 3px;
        }

            .progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
                border-radius: 1px;
            }

        .progress.vertical {
            position: relative;
            width: 30px;
            height: 200px;
            display: inline-block;
        }

            .progress.vertical > .progress-bar {
                width: 100%;
                position: absolute;
                bottom: 0;
            }

            .progress.vertical.sm, .progress.vertical.progress-sm {
                width: 20px;
            }

            .progress.vertical.xs, .progress.vertical.progress-xs {
                width: 10px;
            }

            .progress.vertical.xxs, .progress.vertical.progress-xxs {
                width: 3px;
            }



.table tr > td .progress {
    margin: 0;
}

.progress-bar-info {
    background-color: #00c0ef;
}


.progress-bar-yellow, .progress-bar-warning {
    background-color: #f39c12;
}


.small-box {
    border-radius: 35px 35px 5px 5px;
    padding:5px 5px 2px 5px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255,255,255,0.8);
        display: block;
        z-index: 10;
        background: rgba(0,0,0,0.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0,0,0,0.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p {
        font-size: 15px;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: -10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0,0,0,0.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            font-size: 95px;
        }
.user-image {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    object-fit: cover;
}
    .table tr td {
        padding: 1px !important;
        height: 25px;
}
   
@media (max-width:767px) {
    
    .main-sidebar {
        padding-top: 53px;
    }
        .main-header {
        position: relative;
    }       
        .main-header .navbar {
            margin: 0!important;
        }
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }

    .fixed .content-wrapper {
        padding-top: 100px;
    }
    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255,255,255,0.1);
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

        .skin-blue .main-header .navbar .dropdown-menu li a:hover {
            background: #367fa9;
        }
        
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0px, 0);
    }
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-top: -8px;
        line-height: 10px;
    }

    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
}

    .callout a {
        color: #fff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout h4 {
        margin-top: 0;
        font-weight: 600;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code, .callout .highlight {
        background-color: #fff;
    }

    .callout.callout-danger {
        border-color: #c23321;
    }

    .callout.callout-warning {
        border-color: #c87f0a;
    }

    .callout.callout-info {
        border-color: #0097bc;
    }

    .callout.callout-success {
        border-color: #00733e;
    }

.nav-tabs > li {
    border: none;
    background-color: #ffffff8a;
    border-bottom: 0 !important;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    margin: 5px 2px 0;
    padding: 4px 0;
}

    .nav-tabs > li > a:hover {
        color: #000 !important;
        background: transparent;
        border-color: transparent;
    }
    .nav-tabs > li.active {
        background-color: white;
        border-top: 4px solid #ffc137;
    }
    .nav-tabs > li > a::after {
        content: "";
        background: #4285F4;
        height: 2px;
        position: absolute;
        width: 100%;
        top: -1px;
        transition: all 250ms ease 0;
        transform: scale(0);
    }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(0);
    }
.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0 0;
    color: #fff;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #f4f4f4;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

table.text-center, table.text-center td, table.text-center th {
    text-align: center;
}


.users-list > li {
    width: 33.3333%;
    text-align: center;
    
    padding: 3px;
}
    .users-list > li > .item {
        background: linear-gradient(to bottom, #f5faff 25%, #dde5ed 100%);
        border-radius: 7px;
        border: 1px solid #c4d7ea;
    }
        .users-list > li > .item:hover {
            background: linear-gradient(to bottom,#fcff9f 25%,#f7d063 100%);
            color: black;
        }

    .users-list > li img {
        border-radius: 50%;
        height: auto;
    }
.users-list-name, .users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-item-hover:hover {
    background: linear-gradient(to bottom,#fcff9f 25%,#f7d063 100%);
    color:black;
}
.users-list-date {
    color: #999;
    font-size: 12px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}
.box-widget {
    border: none;
    position: relative;
}
.mailbox-messages > .table {
    margin: 0;
}
.btn {
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


    .btn::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.15);
    }

    .btn:active {
        transform: scale(0.95);
    }
    .btn .icon {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
.mailbox-controls {
    padding: 5px;
}

    .mailbox-controls.with-border {
        border-bottom: 1px solid #f4f4f4;
    }
.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.inline {
    display: inline;
}
.hide {
    display: none !important;
}

.list-unstyled, .users-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.flat {
    border-radius: 0 !important;
}
.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart svg, .chart canvas {
        width: 100% !important;
    }

.skin-blue .main-header .navbar, .navbar-custom-menu {
    background-color: #384859;
}
    .skin-blue .main-header .navbar .nav > li > a {
        color: #fff;
    }
    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-blue .main-header .navbar .sidebar-toggle:hover {
            color: #f6f6f6;
            background: rgba(0,0,0,0.1);
        }

    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-blue .main-header .navbar .sidebar-toggle:hover {
            background-color: #002ba7;
            opacity:1;
        }

.skin-blue .main-header .logo {
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header li.user-header {
    background-color: #3c8dbc;
}


.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
    color: #fff;
}

.skin-blue .sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}
.skin-blue .sidebar-menu > li:hover > a.item, .skin-blue .sidebar-menu > li.active > a.item {
    color: black !important;
    background: #ffc137;
    border-radius: 20px;
    margin: 0px 5px;
}
.skin-blue .sidebar-menu > li > a .plusIcon {
    opacity: 0;
}
.skin-blue .sidebar-menu > li:hover > a > .plusIcon {
    margin-top: 6px !important;
    opacity: 1;
}



.treeview-menu > li > a .plusIcon {
    opacity: 0;
}
.treeview-menu > li:hover > a .plusIcon {
    margin-top: 4px !important;
    opacity: 1;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background-color: white;
    padding:5px;
    border-radius: 0 0 10px 10px;
    margin:-5px 10px 10px 10px;
}

.skin-blue .sidebar a {
    color: rgba(255,255,255,.8)!important;
}
.skin-blue .sidebar .treeview-menu a {
    color: rgba(0,0,0,.8) !important;
}

    .skin-blue .sidebar a:hover {
        text-decoration: none;
    }

.skin-blue .treeview-menu > li.active > a:last-child, .skin-blue .treeview-menu > li:hover > a:last-child {
    border-radius: 10px;
    background-color: #ffc137;
}
.styleDomainName {
    font-family: Samim;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    padding: 0px 5px;
    position: absolute;
}
    .dropdown-menu > .divider {
        background-color: #eee;
    }



.dropdown-menu {
    padding: 0;
    border: 1px solid #84a3b2 !important;
    border-radius: 0;
    box-shadow: 0px 30px 40px -5px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 30px 40px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 30px 40px -5px rgba(0,0,0,0.55);
}
        .dropdown-menu > li > a {
            color: black!important;
            padding: 3px;
        }
            .dropdown-menu > li > a:hover {
                background: linear-gradient(to bottom,#fcff9f 25%,#f7d063 100%);
                background-color: #fcff9f !important;
            }
        

.template-upload .vertical-middle {
    padding: 2px;
}



.LabelCounter {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin-left: 17px;
    padding: 0 5px;
    margin-bottom: 2px;
}

.LabelCounterBg_lightgray {
    background-color: #ececec;
}

.LabelCounterBg_red {
    background-color: #fb7070;
}

.panel-3{border-color:#029a00!important}
    .panel-3  .card-body {
        background-color: #6ef491;
    }
    .panel-3 .card-header {
        color: #fff;
        border-color: #0b6f00 !important;
        background: #15b500; /* Old browsers */
        background: -moz-linear-gradient(top, #15b500 0%, #61c419 50%, #009b21 53%, #75e222 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #15b500 0%,#61c419 50%,#009b21 53%,#75e222 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #15b500 0%,#61c419 50%,#009b21 53%,#75e222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b500', endColorstr='#75e222',GradientType=0 ); /* IE6-9 */
    }

.panel-7{border-color:#029a00!important}
    .panel-7  .card-body {
        background-color: #d7eec4;
    }
    .panel-7 .card-header {
        color: #fff;
        border-color: #0b6f00;
        background: #15b500; /* Old browsers */
        background: -moz-linear-gradient(top, #15b500 0%, #61c419 50%, #009b21 53%, #75e222 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #15b500 0%,#61c419 50%,#009b21 53%,#75e222 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #15b500 0%,#61c419 50%,#009b21 53%,#75e222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b500', endColorstr='#75e222',GradientType=0 ); /* IE6-9 */
    }
/*----------------------------------------------*/
.panel-0{border-color:#ababab!important}
    .panel-0  .card-body {
        background-color: #fafafa;
    }
    .panel-0 .card-header {
        color: #fff;
        border-color: #9a9a9a;
        background: #e8dede; /* Old browsers */
        background: -moz-linear-gradient(top, #e8dede 0%, #c4c4c4 50%, #999999 53%, #e0e0e0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e8dede 0%,#c4c4c4 50%,#999999 53%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e8dede 0%,#c4c4c4 50%,#999999 53%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8dede', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    }
/*----------------------------------------------*/
.card .panel-1{border-color:#c9bd1d!important}
    .panel-1  .card-body {
        background-color: #fffcd6;
    }
.panel-1 .card-header {
    color: #fff;
    border-color: #c9bd1d;
    background: #ffff00; /* Old browsers */
    background: -moz-linear-gradient(top, #ffff00 0%, #e8e800 50%, #d3cc00 53%, #fff34f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffff00 0%,#e8e800 50%,#d3cc00 53%,#fff34f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffff00 0%,#e8e800 50%,#d3cc00 53%,#fff34f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fff34f',GradientType=0 ); /* IE6-9 */
}
/*----------------------------------------------*/
.panel-2{border-color:#8697de!important}
    .panel-2  .card-body {
        background-color: #dce3ff;
    }
    .panel-2 .card-header {
        color: #fff;
        border-color: #8697de;
        background: #92a1dd; /* Old browsers */
        background: -moz-linear-gradient(top, #92a1dd 0%, #8697de 50%, #4e73c9 53%, #9daadd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #92a1dd 0%,#8697de 50%,#4e73c9 53%,#9daadd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #92a1dd 0%,#8697de 50%,#4e73c9 53%,#9daadd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a1dd', endColorstr='#9daadd',GradientType=0 ); /* IE6-9 */
    }
/*----------------------------------------------*/
.panel-4{border-color:#b38034!important}
    .panel-4  .card-body {
        background-color: #ffd391;
    }
    .panel-4 .card-header {
        color: #fff;
        border-color: #b38034;
        background: #b28b55; /* Old browsers */
        background: -moz-linear-gradient(top, #b28b55 0%, #b7a037 50%, #b38034 53%, #b29649 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #b28b55 0%,#b7a037 50%,#b38034 53%,#b29649 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #b28b55 0%,#b7a037 50%,#b38034 53%,#b29649 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28b55', endColorstr='#b29649',GradientType=0 ); /* IE6-9 */
    }
/*----------------------------------------------*/
.panel-5,.panel-6{border-color:#b70101!important}
    .panel-5 .card-body, .panel-6 .card-body {
        background-color: #ff8f8f;
        padding: 10px;
    }
    .panel-5  .card-header, .panel-6  .card-header {
        color: #fff;
        border-color: #b70101;
        background: #ff4242; /* Old browsers */
        background: -moz-linear-gradient(top, #ff4242 0%, #ef1202 49%, #b70101 53%, #ff7f7f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff4242 0%,#ef1202 49%,#b70101 53%,#ff7f7f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff4242 0%,#ef1202 49%,#b70101 53%,#ff7f7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4242', endColorstr='#ff7f7f',GradientType=0 ); /* IE6-9 */
    }
.toolbar-btn .btn {
    margin-top: 1px;
    height: 22px;
    padding: 1px 3px;
}

    .toolbar-btn .btn i {
        font-size: 15px;
    }
.actionbtn {
    position: relative;
}

.toolbar-btn-item, .toolbar-btn {
    padding:0px 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    position: absolute;
}

.actionbtn:hover .toolbar-btn-item, table tr:hover .toolbar-btn {
    opacity: 1;
    pointer-events: auto;
}
.btn-icon {
    display: inline-block;
    padding: 0;
   border-radius: 0;
   background-color: #ededed;
}

    .btn-icon:hover {
        cursor: pointer;
       background-color: #ededed;
    }
table > thead > tr > th > a.btn {
    width: 30px;
    height: 28px;
    border-radius: 0;
    padding: 5px 0;
}
     .nav.navbar-nav > li {
        border-left: 1px solid #0483cc;
         height: 53px;

    }
    .nav.navbar-nav > li:first-child {
        border-right: 1px solid #0483cc;

    }


    
.callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .label-danger, .label-info, .label-warning, .label-primary {
    color: #fff !important;
}
.callout.callout-warning, .label-warning {
    background-color: #f39c12 !important;
}

.callout.callout-info, .label-info {
    background-color: #00c0ef !important;
}

.bg-green, .callout.callout-success {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #db8b0b !important;
}

.bg-red {
    background-color: #c32020 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-green-active {
    background-color: #008d4c !important;
}

.popover.tour {
    max-width: 400px!important;
}
.dropdown_buttn {
    text-align: center;
}
dropdown_buttn.btn {
    vertical-align: -webkit-baseline-middle;
}

.slider-tick-label {
    padding-right: 5px!important;
}
  .saminpanel {
        background-color: rgb(255, 198, 56);
    }
.Dashboard-header {
    border-bottom: 1px solid #f4f4f4 !important;
    background-color: #aacae9 !important;
    margin: 0px !important;
    padding: 1px !important;
    color: #000000 !important;
   background: linear-gradient(to right,#e9f4ff 25%,#c8def5 100%);
}

    .Dashboard-title {
        font-size: 14px !important;
        color: #000000 !important;
        font-weight: bold;
    }

.doshbord-box {
    border: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    border-top: 3px solid #a5c0db !important;
    border-radius: 3px !important;
    padding: 0;
    margin-bottom: 10px !important;
}

    .Dashboard-footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #f4f4f4;
        padding: 7px 0 7px 0;
        background-color: #ffffff;
    }



    .Dashboard-body {
        padding: 5px;
    }

    ul.Dashboard-ul > li {
        border-bottom: 1px solid #f4f4f4 !important;
    }

        ul.Dashboard-ul > li:last-child {
            border-bottom: none !important;
        }

    .legend .title {
        display: block;
        margin-bottom: 0.5em;
        line-height: 1.2em;
        padding: 0 0.3em;
    }


  /*-------------------*/

ul.breadcrumbs {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    height: 30px;
}

    ul.breadcrumbs li {
        position: relative;
        margin: 0px -2px;
        padding: 0px;
        list-style: none;
        list-style-image: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        border-right: 1px solid #ccc;
        transition: 0.3s ease;
    }

        ul.breadcrumbs li:hover:before {
            border-right: 10px solid #96be11;
        }

        ul.breadcrumbs li:hover a {
            color: #000;
            background: #96be11;
        }

        ul.breadcrumbs li:before {
            content: "";
            position: absolute;
            left: -6px;
            top: -1px;
            z-index: 20;
            border-right: 10px solid #fff;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
            transition: 0.3s ease;
        }

        ul.breadcrumbs li:after {
            content: "";
            position: absolute;
            left: -7px;
            top: -1px;
            z-index: 10;
            border-right: 10px solid #ccc;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
        }

        ul.breadcrumbs li.active a {
            color: #000;
            background: #dddddd;
        }

        ul.breadcrumbs li.first {
            border-left: none;
        }

            ul.breadcrumbs li.first a {
                padding-right: 20px;
                border-radius: 5px 0px 0px 5px;
            }

        ul.breadcrumbs li.last:before {
            display: none;
        }

        ul.breadcrumbs li.last:after {
            display: none;
        }

        ul.breadcrumbs li.last a {
            padding-left: 20px;
            border-radius: 30px 0px 0px 30px;
        }

        ul.breadcrumbs li a {
            display: block;
            font-size: 12px;
            line-height: 30px;
            color: #757575;
            padding: 0px 15px 0px 25px;
            text-decoration: none;
            background: #fff;
            border: 1px solid #ddd;
            white-space: nowrap;
            overflow: hidden;
            transition: 0.3s ease;
        }