/*-------------------------- Fonts Start -------------------------*/
@font-face {
    font-family: IranSansEn;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn).eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans/woff2/IRANSansWeb(NoEn).woff2') format('woff2'),
        url('../fonts/iransans/woff/IRANSansWeb(NoEn).woff') format('woff'),
        url('../fonts/iransans/ttf/IRANSansWeb(NoEn).ttf') format('truetype');
}
@font-face {
    font-family: IranSansEn;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans/woff2/IRANSansWeb(NoEn)_Bold.woff2') format('woff2'),
        url('../fonts/iransans/woff/IRANSansWeb(NoEn)_Bold.woff') format('woff'),
        url('../fonts/iransans/ttf/IRANSansWeb(NoEn)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IranSansEn;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
        url('../fonts/iransans/woff2/IRANSansWeb(NoEn)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iransans/woff/IRANSansWeb(NoEn)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iransans/ttf/IRANSansWeb(NoEn)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans-fanum/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('../fonts/iransans-fanum/woff/IRANSansWeb(FaNum).woff') format('woff'),
        url('../fonts/iransans-fanum/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans-fanum/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        url('../fonts/iransans-fanum/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        url('../fonts/iransans-fanum/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: lighter;
    src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/iransans-fanum/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans-fanum/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        url('../fonts/iransans-fanum/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        url('../fonts/iransans-fanum/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
/*--------------------------- Fonts End --------------------------*/



/*------------------------- General Start ------------------------*/
input, select
{
    font-family: IranSans, tahoma;
}
ul{list-style:none;padding:0}
ul li{padding-right:0}
body{
    font-family: IranSans, Tahoma;
    font-size: 14px;
    text-align: justify;
    color: #777;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
::-moz-selection {
    background-color: rgba(210, 210, 210, .8);
    color: #4d5b69;
}
::selection {
    background-color: rgba(210, 210, 210, .8);
    color: #4d5b69;
}
.rtl{direction: rtl !important}
.ltr{direction: ltr !important}
.rtl .text-right {text-align: right !important}
.rtl .text-left {text-align: left !important}
.pull-left{float:left}
.pull-right{float:right}
h1, h2, h3, h4, h5, h6{margin: 0px auto;}
h1, .h1{font: 15pt IranSans}
h2, .h2{font: 13pt IranSans}
h3, .h3{font: 12pt IranSans}
h4, .h4{font: 11pt IranSans}
h5, .h5{font: 10pt IranSans}
h6, .h6{font: 9pt IranSans}
p{margin:0}
.tahoma{font-family: tahoma !important}
.iransans-en{font-family: IranSansEn !important}
i{vertical-align: middle}
.fluid{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.form-control, .form-select{
    height: 38px;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 14px;
    -webkit-box-shadow: none; 
    box-shadow: none; 
    transition: ease 0.25s background;

}
.form-control:focus {
    border-color: #9e9e9e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(100, 100, 100, 0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(100, 100, 100, 0.4);
}
.input-group>textarea.form-control, textarea.form-control {
    height: auto;
}
.form-select:focus {
    box-shadow: none;
    border-color: #9e9e9e;
}

.dropdown-menu{
    border-radius: 10px;
}
.dropdown-menu>li:last-child a{
    border-radius: 5px;
}

.dropdown-toggle {white-space: inherit}
li.dropdown .dropdown-menu{
    right: auto; 
    left: 0; 
}
.nav-tabs{
    display: inline-block;
    width: 100%;
}
.nav-tabs .nav-item {
    display: inline-block;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border-color: #dddddd;
}
.nav-tabs .nav-link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: .25rem 1rem;
    color: #757575;
}
.nav-tabs>li>a {
    border-radius: 5px 5px 0 0;
    outline: none !important;
}

.nav-tabs.tabs-right>li>a{
    border-radius: 0 5px 5px 0;
}
.nav-tabs.tabs-left>li>a{
    border-radius: 5px 0 0 5px;
}
.nav-tabs.curve{
    border-radius: 0;
}
.nav-tabs.curve>li>a {
    border-radius: 5px 5px 0 0;
}
.nav-tabs.border{
    border: none;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}
.nav-tabs.border>li>a{
    border: none;
    border-bottom: 3px solid transparent;
}
.nav-tabs.border>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #ddd;
}
.nav-tabs.border>li.active>a, .nav-tabs.border>li.active>a:focus, .nav-tabs.border>li.active>a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #212529;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 transparent;
}
.nav-tabs.border .nav-item.show .nav-link, .nav-tabs.border .nav-link.active {
    border-bottom-color: #495057;
}
.nav-tabs li.pull-left a.pull-left{
    padding-bottom: 6px;
    margin-top: 8px;
    border-bottom-width: 2px;
}

.tabs-left>li>a, .tabs-right>li>a {
    border-bottom: none;
    padding-top: 2px;
    display: block;
}
.tabs-left, .tabs-right {
    display: block;
    border-bottom: none;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li>a, .tabs-right>li>a {
    padding: 5px 6px;
}
.tabs-left>li>a.active,
.tabs-left>li>a.active:hover,
.tabs-left>li>a.active:active,
.tabs-left>li>a.active:focus{
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li>a.active,
.tabs-right>li>a.active:hover,
.tabs-right>li>a.active:active,
.tabs-right>li>a.active:focus {
    border-bottom: 1px solid #ddd !important;
    border-left-color: transparent;
}
.tabs-left>li>a {
    margin-right: 0;
    display:block;
}
.tabs-right>li>a {
    margin-right: 0;
}
.tabs-right>li>a:not(.active):hover, .tabs-left>li>a:not(.active):hover {
    /*border: 1px solid #ddd !important;*/
}
.tabs-left.curve>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.tabs-right.curve>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.nav-tabs.tabs-left>li>a.active, .nav-tabs.tabs-left>li>a.active:focus, .nav-tabs.tabs-left>li>a.active:hover,
.nav-tabs.tabs-right>li>a.active, .nav-tabs.tabs-right>li>a.active:focus, .nav-tabs.tabs-right>li>a.active:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
}
.nav-tabs.tabs-left>li>a.active, .nav-tabs.tabs-left>li>a.active:focus, .nav-tabs.tabs-left>li>a.active:hover{
    border-right: none;
}
.nav-tabs.tabs-right>li>a.active, .nav-tabs.tabs-right>li>a.active:focus, .nav-tabs.tabs-right>li>a.active:hover {
    border-left: none;
}
.btn{
    font-size: 0.8rem;
    border-radius: 4px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: none;
    height: 38px;
    -webkit-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all;
}
.btn.btn-xs {
    padding: 1px 5px;
    height: 26px;
}
.btn.btn-sm {
    padding: 5px 10px;
    height: 30px;
}
.btn.btn-lg {
    padding: 10px 16px;
}

.btn-group.curve>.btn:last-child:not(:first-child), .btn-group.curve>.dropdown-toggle:not(:first-child)
{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group.curve>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group.round>.btn:last-child:not(:first-child), .btn-group.round>.dropdown-toggle:not(:first-child)
{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.btn-group.round>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn:focus, .btn:hover, .btn:active{outline:0 !important}
.btn.focus,.btn:focus,
.btn.active, .btn:active {
    -webkit-box-shadow: none !important; 
    box-shadow: none !important; 
}

.btn-round{
    border-radius: 50px !important;
}
.btn-curve{
    border-radius: 4px !important;
}
.btn-block{
    width: 100%;
    display: block;
}

.btn-light{
    background: #f5f5f5;
}
.btn-default{
    background: #f1f1f1;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active{
    background: #eee;
    color: #333;
}
.btn-primary{
    background: #58009b;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus{
    background: #50028d;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #50028d;
}
.btn-success{
    background: #63bd91;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
    background: #51ad8a;
    color: #fff;
}
.btn-warning {
    background-color: #fbc02d;
    color: #000;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
    background: #ffa700;
    color: #000;
}
.btn-info {
    background-color: #03a9f4;
    color: #fff !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active{
    background: #36c0ff;
}
.btn-danger {
    background-color: #f44336;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
    background: #ce0000;
    color: #fff;
}

.btn-white{
    background: #f7f7f7;
}
.btn-white:hover, .btn-white:focus, .btn-white:active{
    background: #fff;
}

.text-primary{color:#58009b}
.text-success{color:#63bd91}
.text-info{color: #55d1c9}
.text-warning{color: #fbc53c}
.text-danger{color:#f55145}
.text-white{color:#f1f1f1}
.text-gray{color:#ccc}
.text-inverse{color:#333}

.error, .has-error + .help-block, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f55145;
}
.has-success .form-control {
    border-color: #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus {
    border-color: #53a96b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 2px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 2px #67b168
}
.has-error .form-control {
    border-color: #f55145;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
    border-color: #f55145;
    -webkit-box-shadow: inset 0 1px 1px rgba(251, 197, 60, 0.25),0 0 2px #f55145;
    box-shadow: inset 0 1px 1px rgba(251, 197, 60, 0.25),0 0 2px #f55145
}
.has-warning .form-control {
    border-color: #fbc53c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
    border-color: #f2b314;
    -webkit-box-shadow: inset 0 1px 1px rgba(242, 179, 20, 0.46),0 0 2px #f2b314;
    box-shadow: inset 0 1px 1px rgba(242, 179, 20, 0.46),0 0 2px #f2b314
}

.modal-page .help-block{
    border-radius: 50px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    line-height: 24px;
    margin-top: 5px;
}

.badge-default{background:#777;color: #fff}
.badge-primary{background:#4527a0}
.badge-success{background:#63bd91}
.badge-info{background:#55d1c9}
.badge-warning{background:#fbc53c;color: #000}
.badge-danger{background:#f55145}
.badge-inverse{background:#333}
.badge-secondary{background:#6c757d;color: #fff}
.badge-gray{background:#ccc}

.hide{display: none !important}
.label{
    font-weight:normal;
    font-size: 80%;
    border-radius: 0.25em;
}
*[class^='label']{
    padding: 1px 10px;
}
.label-default {
    background-color: #777777;
    color: #fff;
}
.label-primary{
    background-color: #58009b;
    color: #fff;  
}
.label-secondary{
    background-color: #6c757d;
    color: #fff;
}
.label-success{
    background-color: #63bd91;
    color: #fff;
}
.label-info{
    background-color: #55d1c9;
    color: #fff;
}
.label-warning {
    background-color: #fbc53c;
    color: #000;
}
.label-danger{
    background-color: #f55145;
    color: #fff;
}

.label-default[href]:focus, .label-default[href]:hover{background-color: #565656;color:#fff}
.label-primary[href]:focus, .label-primary[href]:hover{background-color: #58009b;color:#fff}
.label-secondary[href]:focus, .label-secondary[href]:hover{background-color: #505d67;color:#fff}
.label-success[href]:focus, .label-success[href]:hover{background-color: #3cc127;color:#fff}
.label-info[href]:focus, .label-info[href]:hover{background-color: #36c0ff;color:#fff}
.label-warning[href]:focus, .label-warning[href]:hover{background-color: #ffa700;color:#000}
.label-danger[href]:focus, .label-danger[href]:hover {background-color: #ce0000;color:#fff}

.radio label, .checkbox label{padding: 0}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {padding: 10px}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.panel-heading>.dropdown .dropdown-toggle {color: inherit}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {color: inherit}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,.panel>.panel-collapse>.list-group {margin-bottom: 0}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {border-top-width: 0}
.list-group+.panel-footer {border-top-width: 0}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {margin-bottom: 0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {border-top-left-radius: 3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {border-top-right-radius: 3px}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {border-bottom-left-radius: 3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {border-bottom-right-radius: 3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {border-top: 1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {border-top: 0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {border: 0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {border-left: 0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {border-right: 0}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {border-bottom: 0}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {border-bottom: 0}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {margin-bottom: 20px}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {margin-top: 5px}
.panel-group .panel-heading {border-bottom: 0}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 1px solid #ddd}
.panel-group .panel-footer {border-top: 0}
.panel-group .panel-footer+.panel-collapse .panel-body {border-bottom: 1px solid #ddd}
.panel-default {border-color: #ddd}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {border-top-color: #ddd}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {border-bottom-color: #ddd}
.panel{position: relative}
.panel.curve>.panel-heading {border-radius: 6px 6px 0 0}
.panel.round>.panel-heading {border-radius: 15px 15px 0 0}
.panel>.panel-footer{
    padding: 2px 10px 6px 10px;
    border-radius: 0;
}
.panel.curve>.panel-footer {border-radius: 0 0 6px 6px}
.panel.round>.panel-footer {border-radius: 0 0 15px 15px}
.panel-success>.panel-heading, .panel-success>.panel-footer,
.panel-info>.panel-heading, .panel-info>.panel-footer,
.panel-warning>.panel-heading, .panel-warning>.panel-footer,
.panel-danger>.panel-heading, .panel-danger>.panel-footer,
.panel-primary>.panel-heading, .panel-primary>.panel-footer,
.panel-inverse>.panel-heading, .panel-inverse>.panel-footer{
    color: #000a09;
    background-color: #eeeeee;
}
.panel-success>.panel-heading, .panel-success>.panel-footer{border-color:#63bd91}
.panel-info>.panel-heading, .panel-info>.panel-footer{border-color:#55d1c9}
.panel-warning>.panel-heading, .panel-warning>.panel-footer{border-color:#fbc53c}
.panel-danger>.panel-heading, .panel-danger>.panel-footer{border-color:#f55145}
.panel-primary>.panel-heading, .panel-primary>.panel-footer{border-color:#58009b}
.panel-inverse>.panel-heading, .panel-inverse>.panel-footer{border-color:#333}
.panel-heading {
    padding: 8px 10px 0 10px;
}
.panel-group .panel, .panel {
    border-radius: 10px;
    padding: 10px;
}
.panel-title, .portlet-title{
    min-height: 30px;
}
.panel-title>a{
    display: block;
}

.alert-success {
    color: #63bd91;
    border-color: #63bd91;
}
.alert-info {
    color: #13a2a6;
    border-color: #13a2a6;
}
.alert-warning {
    color: #d49d00;
    border-color: #ffbd15;
}
.alert-danger {
    color: #f55145;
    border-color: #f55145;
}

.alert.fill{
    color:#ffffff;
    border: none;
}
.alert.alert-success.fill{
    background-color: #63bd91;
}
.alert.alert-success.fill a, .alert.alert-success.fill .alert-link{
    color: #ffffff;
}
.alert.alert-info.fill{
    background-color: #55d1c9;
}
.alert.alert-info.fill a, .alert.alert-info.fill .alert-link{
    color: #fff;
}
.alert.alert-warning.fill{
    background-color: #fbc53c;
    color: #000;
}
.alert.alert-warning.fill a, .alert.alert-warning.fill .alert-link{
    color: #000;
}
.alert.alert-danger.fill{
    background-color: #f55145;
}

.alert{
    border-radius: 10px;
    background-color: #fff;
    border-right-width: 3px;
}
.alert.round{border-radius:50px}
.alert .close{
    margin: 3px 5px 0 -10px;
    opacity: 0.4;
}
.alert .btn-close{
    float: left;
}
.alert .close:hover{
    opacity: 0.7;
}
.alert .close:focus, .alert .close:active, .alert .btn-close, .alert .btn-close:focus, .alert .btn-close:active{
    outline:none;
    box-shadow: none;
}

.badge{
    min-width: 26px;
    line-height: 24px;
    padding: 1px 5px;
    border-radius: 50px;
}

.nav-pills>li {
    position: relative;
    display: block;
    float: right;
}
.nav-pills>li>a {
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav-pills.low-padding>li>a {
    padding: 3px 15px;
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background-color: #14B9D6}
.nav-pills>li>a>.badge{
    min-width: 26px;
    line-height: 24px;
    padding: 1px 5px;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge{
    color: #14B9D6;
}

.m-0{margin:0 !important}
.m-5{margin:5px !important}
.m-10{margin:10px !important}
.m-15{margin:15px !important}
.m-20{margin:20px !important}
.m-25{margin:25px !important}
.m-30{margin:30px !important}
.m-t-0{margin-top:0 !important}
.m-t-5{margin-top:5px !important}
.m-t-10{margin-top:10px !important}
.m-t-15{margin-top:15px !important}
.m-t-20{margin-top:20px !important}
.m-t-25{margin-top:25px !important}
.m-t-30{margin-top:30px !important}
.m-t-40{margin-top:40px !important}
.m-t-50{margin-top:50px !important}
.m-t-60{margin-top:60px !important}
.m-t-75{margin-top:75px !important}
.m-t-100{margin-top:100px !important}
.m-b-0{margin-bottom:0 !important}
.m-b-5{margin-bottom:5px !important}
.m-b-10{margin-bottom:10px !important}
.m-b-15{margin-bottom:15px !important}
.m-b-20{margin-bottom:20px !important}
.m-b-25{margin-bottom:25px !important}
.m-b-30{margin-bottom:30px !important}
.m-b-40{margin-bottom:40px !important}
.m-b-50{margin-bottom:50px !important}
.m-b-60{margin-bottom:60px !important}
.m-b-70{margin-bottom:70px !important}
.m-b-75{margin-bottom:75px !important}
.m-b-100{margin-bottom:100px !important}
.m-r-0 {margin-right:0 !important}
.m-r-5 {margin-right:5px !important}
.m-r-10{margin-right:10px !important}
.m-r-15{margin-right:15px !important}
.m-r-20{margin-right:20px !important}
.m-r-25{margin-right:25px !important}
.m-r-30{margin-right:30px !important}
.m-r-40{margin-right:40px !important}
.m-r-50{margin-right:50px !important}
.m-r-60{margin-right:60px !important}
.m-r-70{margin-right:70px !important}
.m-r-75{margin-right:75px !important}
.m-r-100{margin-right:100px !important}
.m-l-0{margin-left:0 !important}
.m-l-5{margin-left:5px !important}
.m-l-10{margin-left:10px !important}
.m-l-15{margin-left:15px !important}
.m-l-20{margin-left:20px !important}
.m-l-25{margin-left:25px !important}
.m-l-30{margin-left:30px !important}
.m-l-40{margin-left:40px !important}
.m-l-50{margin-left:50px !important}
.m-l-60{margin-left:60px !important}
.m-l-70{margin-left:70px !important}
.m-l-75{margin-left:75px !important}
.m-l-100{margin-left:100px !important}

.p-0{padding:0 !important}
.p-5{padding:5px !important}
.p-10{padding:10px !important}
.p-15{padding:15px !important}
.p-20{padding:20px !important}
.p-25{padding:25px !important}
.p-30{padding:30px !important}
.p-t-0{padding-top:0 !important}
.p-t-5{padding-top:5px !important}
.p-t-10{padding-top:10px !important}
.p-t-15{padding-top:15px !important}
.p-t-20{padding-top:20px !important}
.p-t-25{padding-top:25px !important}
.p-t-30{padding-top:30px !important}
.p-t-40{padding-top:40px !important}
.p-t-50{padding-top:50px !important}
.p-t-60{padding-top:60px !important}
.p-t-70{padding-top:70px !important}
.p-t-75{padding-top:75px !important}
.p-t-100{padding-top:100px !important}
.p-t-150{padding-top:150px !important}
.p-t-200{padding-top:200px !important}
.p-b-0{padding-bottom:0 !important}
.p-b-5{padding-bottom:5px !important}
.p-b-10{padding-bottom:10px !important}
.p-b-15{padding-bottom:15px !important}
.p-b-20{padding-bottom:20px !important}
.p-b-25{padding-bottom:25px !important}
.p-b-30{padding-bottom:30px !important}
.p-b-40{padding-bottom:40px !important}
.p-b-50{padding-bottom:50px !important}
.p-b-60{padding-bottom:60px !important}
.p-b-70{padding-bottom:70px !important}
.p-b-75{padding-bottom:75px !important}
.p-b-100{padding-bottom:100px !important}
.p-b-150{padding-bottom:150px !important}
.p-b-200{padding-bottom:200px !important}
.p-r-0 {padding-right:0 !important}
.p-r-5 {padding-right:5px !important}
.p-r-10{padding-right:10px !important}
.p-r-15{padding-right:15px !important}
.p-r-20{padding-right:20px !important}
.p-r-25{padding-right:25px !important}
.p-r-30{padding-right:30px !important}
.p-r-40{padding-right:40px !important}
.p-r-50{padding-right:50px !important}
.p-r-60{padding-right:60px !important}
.p-r-70{padding-right:70px !important}
.p-r-75{padding-right:75px !important}
.p-r-100{padding-right:100px !important}
.p-r-150{padding-right:150px !important}
.p-r-200{padding-right:200px !important}
.p-l-0{padding-left:0 !important}
.p-l-5{padding-left:5px !important}
.p-l-10{padding-left:10px !important}
.p-l-15{padding-left:15px !important}
.p-l-20{padding-left:20px !important}
.p-l-25{padding-left:25px !important}
.p-l-30{padding-left:30px !important}
.p-l-40{padding-left:40px !important}
.p-l-50{padding-left:50px !important}
.p-l-60{padding-left:60px !important}
.p-l-70{padding-left:70px !important}
.p-l-75{padding-left:75px !important}
.p-l-100{padding-left:100px !important}
.p-l-150{padding-left:150px !important}
.p-l-200{padding-left:200px !important}

.input-group-addon{
    border: 1px solid #dee2e6;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child),
.rtl .input-group > .custom-select:not(:first-child), .rtl .input-group > .form-control:not(:first-child) {
    border-radius: 0;
}
.rtl .checkbox label {
    padding-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:last-child {border-left-color:#ccc}
.input-group-addon:first-child {border-left-color: transparent;}
.input-group-addon.ltr{
    border-right-color: transparent;
    width: 38px;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.input-group-addon.ltr i{
    margin-top: 6px;
    display: inline-block;
}

.input-group-btn .btn.btn-default{
    background: #ddd;
}
.input-group-btn .btn i[class^="icon-"]{
    font-size: 16px;
}

.has-error .input-group-addon:last-child{border-left-color:#f55145}
.has-error .input-group-addon:first-child {border-color: #f55145; border-left: none; }
.has-warning .input-group-addon:last-child{border-left-color:#fbc53c}
.has-warning .input-group-addon:first-child {border-color:#fbc53c;border-left: none;}
.has-success .input-group-addon:last-child{border-left-color:#53a96b}
.has-success .input-group-addon:first-child {border-color: #53a96b;border-left: none;}

.input-group.curve .form-control:last-child, .input-group.curve .input-group-addon:last-child, .input-group.curve .input-group-btn:last-child>.btn, .input-group.curve .input-group-btn:last-child>.dropdown-toggle, .input-group.curve .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.input-group.curve .form-control:first-child, .input-group.curve .input-group-addon:first-child, .input-group.curve .input-group-btn:first-child>.btn, .input-group.curve .input-group-btn:first-child>.dropdown-toggle, .input-group.curve .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.form-group.curve .form-control{border-radius:4px}
.form-group {margin-bottom: 1rem}
.modal-page .form-group {margin-bottom: 0.4rem}

.input-group .form-control:last-child, .input-group .input-group-addon:last-child, .input-group .input-group-btn:last-child>.btn, .input-group .input-group-btn:last-child>.dropdown-toggle, .input-group .input-group-btn:first-child>.btn:not(:first-child) {
    border-radius: 5px 0 0 5px;
}
.input-group .form-control:first-child, .input-group .input-group-addon:first-child, .input-group .input-group-btn:first-child>.btn, .input-group .input-group-btn:first-child>.dropdown-toggle, .input-group .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 5px 5px 0;
}

.input-group.round .form-control:last-child, .input-group.round .input-group-addon:last-child, .input-group.round .input-group-btn:last-child>.btn, .input-group.round .input-group-btn:last-child>.dropdown-toggle, .input-group.round .input-group-btn:first-child>.btn:not(:first-child) {
    border-radius: 5px 0 0 5px;
}
.input-group.round .form-control:first-child, .input-group.round .input-group-addon:first-child, .input-group.round .input-group-btn:first-child>.btn, .input-group.round .input-group-btn:first-child>.dropdown-toggle, .input-group.round .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 5px 5px 0;
}
.input-group .input-group-addon:first-child{
    text-align: center;
    background-color: #eee;
    color: #333;
    width: 38px;
    min-height: 38px;
    line-height: 34px;
}
.input-group .input-group-addon:first-child i{
    padding-top: 3px;
    display: inline-block;
}
.input-group-addon.has-padding{
    padding: 3px 10px;
    border-right: none;
}
.input-group p{width: 100%}
.form-group.round .form-control{border-radius:25px}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
    padding: .36rem .5rem;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dropdown-menu>li>a{
    text-align: right;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #eee;
}
.dropdown-menu .divider{margin: 0}
.dropdown-menu>li>a{
    padding: 6px 10px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    border-radius: 5px;
}
.dropdown-menu{padding:0}
.dropdown-backdrop{position:inherit}
.nav .open>a:hover, .nav>li>a:hover {background-color: #f5f5f5}
.nav>li>a:focus, .nav .open>a,.nav .open>a:focus{background: transparent}

.placeholder-light::-webkit-input-placeholder{color:#eee;font-size:12px}
.placeholder-light::-moz-placeholder{color:#eee;font-size:12px}
.placeholder-light::-ms-input-placeholder{color:#eee;font-size:12px}
.placeholder-light::-moz-placeholder{color:#eee;font-size:12px}

button.close{outline:none}
.tooltip{z-index: 1001 !important}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {right: 2px}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-left .arrow {left: 2px}
.tooltip-inner{
    border-radius: 15px;
    font: 10px IranSans;
    min-width: 50px;
}
.popover{
    min-width: 150px;
    border-radius: 0;
    font-family: IranSans;
}
.popover-title {
    border-radius: 0;
}
.dropdown-menu {
    text-align: right;
}
.dropdown-toggle::after{
    display: none;
}
.modal{
    direction:ltr;
}
.modal *{
    direction:rtl;
}
.modal-content{
    border-radius: 10px;
}
body.modal-open{
    padding-right: 0 !important;
}
.code-modal{
    display: inline;
}
#code-modal{
    direction: ltr;
    text-align: left;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #999;
    overflow-y: visible;
}
#code-modal .modal-title{
    text-align: right;
    direction: rtl;
    padding-top: 10px;
    text-indent: 5px;
}
#code-modal pre.codes{
    border-radius:0;
    direction: ltr;
    line-height: 22px;
}
#code-modal pre code{
    white-space: inherit;
    color: #c7254e;
    border-radius: 0;
    direction: ltr;
}
#cropper-modal *{
    direction:ltr
}
.modal-header{
    padding: 0.5rem 1rem;
}
.modal-header .close {
    position: absolute;
    left: 0;
    margin: -0.5rem -1rem -1rem 0.5rem !important;
    background: transparent;
    border: none;
    font-size: 25px;
}
.modal-header .modal-title {
    width: 100%;
}

.full, :not(:root):-webkit-full-screen{
    min-height: 100%;
    overflow-y: auto;
}
label{font-weight:normal}

.breadcrumb{
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0;
    background: #fff;
    padding: 10px 15px;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb>li+li:before{
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e605";
    font-size: 10px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.clockpicker-popover .popover-title{
    direction:ltr
}
.popover.clockpicker-popover.bottom>.arrow:after {
    top: 1px;
    margin-left: 0;
    left: -10px;
}
.popover.clockpicker-popover .btn.clockpicker-button {
    padding-top: 7px;
    padding-bottom: 7px;
}
.input-group-xs{width: 125px}
.input-group .bd-main{
    top: 34px;
    right: 20px;
}
.input-group .bd-table-days button:hover {
    color: #4bbad6;
}

.input-group div[id^="bd-root-kama-datepicker"]{
    width: calc(100% - 40px);
}
.input-group.round div[id$="kama-datepicker"]>input{
    border-radius: 5px 0 0 5px !important;
}

.bd-main {border: 1px solid #9e9e9e !important}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {display: inline}
.pagination>li>a,.pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.pagination>li>a:focus,.pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #14b9d6;
    border-color: #14b9d6;
}

.select2{max-width: 100%}
.for-select2 .select2-container {
    width: calc(100% - 50px) !important
}
#wrapper .select2-container .select2-selection--single{
    height: 38px;
}
#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-dropdown,
.select2-container--default .select2-selection--single{
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--single.curve{
    border-radius: 5px !important
}
.select2-container--default .select2-selection--single.round{
    border-radius: 25px !important
}
body .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 5px !important;
    border: solid #dee2e6 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #efefef;
}
.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px;
}
.select2-selection {
    min-height: 34px !important;
}
body .select2-dropdown,
#wrapper .select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
}

.input-group.for-select2 .btn{
    font-size: 0.75rem;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline-block;
    vertical-align: middle;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 6px 8px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 25px;
    min-width: 36px;
    height: 36px;
    margin: 0 1px 5px;
    display: inline-block;
    line-height: 25px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 25px !important;
}
.pagination>li>span.active, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #575757;
    background-color: #eee;
    border-color: #575757;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #14b9d6;
    border-color: #14b9d6;
}

.table.dataTable{
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    border: 1px solid #ced4da;
    padding: 2px 20px;
    border-radius: 25px;
    color: #373737;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    appearance: none;
    outline: 0;
    height: 34px;
    min-width: 150px;
    max-width: 100%;
    font-weight: 700;
}
.dataTables_filter input{
    border: 1px solid #ced4da;
    border-radius: 25px;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button {
    padding: 0.4em !important;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    border-radius: 25px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover{
    background: #eee !important;
    border: 1px solid #ced4da;
    color: #333;   
    box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:active{
    background: #f8f8f8 !important;
    border: 1px solid #ced4da;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length{
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    margin-left: 5px !important;
}
table.dataTable.no-footer {
    border-top: 1px solid #ddd;
}
table.dataTable thead tr th.p-low{
    padding: 8px 10px;
}
.dataTables_wrapper .dt-buttons{
    margin-top: 10px;
    margin-bottom: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
}
.table label{
    white-space: pre;
    margin-bottom: 0;
}
.table td, .table th {
    padding: 0.5rem .75rem;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%;
}
.img-center{
    display: block;
    margin: 0 auto;
}
.img-thumbnail{
    border-radius: 5px;
    padding: 2px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.cursor-pointer{cursor: pointer}
hr {border-top: 1px solid #ccc}
hr.light{border-top: 1px solid #eee}
.relative{position: relative}
.relative .input-group{z-index: 1}
.min-height-100{min-height: 100px}
.min-height-150{min-height: 150px}
.min-height-200{min-height: 200px}
.min-height-250{min-height: 250px}
.min-height-300{min-height: 300px}
.min-height-350{min-height: 350px}
.min-height-400{min-height: 400px}
.min-height-450{min-height: 450px}
.min-height-500{min-height: 500px}
.min-height-550{min-height: 550px}
.min-height-600{min-height: 600px}
.min-height-650{min-height: 650px}
.min-height-700{min-height: 700px}
.min-height-750{min-height: 750px}

#wrapper, .header-first-col, .header-left, #page-content, #sidebar, .breadcrumb-box, .metismenu .current:after, hr.light, .settings h3, .theme-code code, .portlet .portlet-heading, .stat-box, #sidebar .search-form, #sidebar .search-form input, input[type=file], .pagination>li>span, .alert, .card, .card-header, .card-footer, .breadcrumb,
ul.todo-list li, .breadcrumb-left, .breadcrumb-right, hr, .modal-page hr, hr.light, .metismenu, .panel, .panel-heading, .buttons-box .btn, .modal-page, .input-group-addon, .input-group-addon *, .input-group textarea, .input-group option, .input-group input[type], a.nav-link, .comment-box, .comment-box *, .nav-tabs, .message, .chat .avatar, .chat .avatar:before, .nav-tabs.tabs-right>li, .nav-tabs.tabs-left>li, .portlet, .fixed-modal-bg, .modal-page i.border{
    transition: ease-in-out 0.25s all !important;
}
body.dark .select2-container--default .select2-search--inline .select2-search__field, body.dark .select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-container--default .select2-selection--single, .select2-dropdown, .select2-container--default .select2-selection--multiple{
    transition: ease-in-out 0.25s background, ease-in-out 0.25s border, ease-in-out 0.25s color  !important;
}

/*--------------------------- General End -------------------------*/



/*-------------------------- Header Start -------------------------*/
.morris-chart *, .morris-hover.morris-default-style{
    font-family: IranSans, Tahoma !important
}
.morris-chart svg{width:100% !important}
.amcharts-chart-div * {
    font-family: IranSans, Tahoma !important;
}
.ammap-box{
    height: 500px;
    width: 100%;
}
.googlemap-box, .leaflet-box{
    height: 350px;
    width: 100%;
}
.googlemap-box .gm-style-iw{
    font-family: tahoma;
}
.leaflet-box{
    position: relative;
    z-index: 1;
}
.leaflet-box .leaflet-popup-content{
    font-size: 13px;
    font-family: 'IranSans';
    text-align: center;
}

.stat-box.knob-container{
    height: auto;
    min-height: 146px;
    padding: 3px;
    text-align: center;
}
.knob, .knob-animate{
    font-family: IranSans !important;
    font-size: 16px !important;
    outline: none;
}
.knob-container>div{
    position: relative;
    display: inline-block !important;
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
}
.knob-container>div canvas, .knob-container>div input {
    margin: 0 auto;
    display: block;
}
.knob-container>div input{
    margin:auto !important;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.stepy-navigator .btn{
    border-radius: 50px !important;
}
.stepy-header li div{
    text-shadow: none !important;
}
.stepy-header li.stepy-active div {
    font-weight: bold;
}
.stepy-step input, .stepy-step textarea, .stepy-step select {
    padding: 3px 10px !important;
}

.datepicker-plot-area {
    border: none !important;
    box-shadow: 0 0 30px 0 #dddddd !important;
    border-radius: 5px !important;
    font: 13px "IranSans" !important;
}
.datepicker-plot-area .toolbox {
    margin-bottom: 8px;
    cursor: pointer;
    margin-top: 0;
}
body .datepicker-plot-area .datepicker-day-view .table-days td{
    padding: 1px
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #4527a0 !important;
    background: #4527a0 !important;
    color: #fff !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td span{
    border-radius: 4px !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td:hover span, .datepicker-plot-area .datepicker-day-view .table-days td:hover span, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
    background-color: #454545 !important;
}
body .datepicker-plot-area .datepicker-year-view .year-item.selected, body .datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #454545;
    color: #fff;
    text-shadow: none;
    border-radius: 4px
}
.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev{
    border-radius: 4px;
}
.datepicker-plot-area .datepicker-day-view .table-days td span.selected{
    font-weight: bold;
    background: #eee;
    border: 1px solid #ccc;
}
.datepicker-plot-area .datepicker-day-view .table-days td .today{
    background: #f3f1f1;
}
.datepicker-plot-area .datepicker-day-view .table-days td.today span {
    background-color: #646464 !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover,
.datepicker-plot-area .datepicker-day-view .table-days td.today span,
.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-month-view .month-item.selected{
    border-radius: 5px !important;
}
.datepicker-plot-area .datepicker-time-view{
    border-top: none;
}
.ui-datepicker td {
    padding: 0 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: .1em .2em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border-radius: 3px;
}
.ui-datepicker-rtl .ui-datepicker-next, .ui-datepicker-rtl .ui-datepicker-prev {
    border-color: transparent !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    border-radius: 5px;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 5px;
    padding-top: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 3px !important;
}

.dd .dd-handle, .dd-list.dd-dragel>li div{
    border-radius: 5px !important;
}
.dd.curve .dd-handle, .dd.curve .dd-placeholder, .dd-list.dd-dragel.curve>li div{
    border-radius: 3px !important;
}
.dd.round .dd-handle, .dd.round .dd-placeholder, .dd-list.dd-dragel.round>li div{
    border-radius: 25px !important;
}
.dd-handle:hover, .dd3-content:hover {
    color: #000 !important;
}
.dd-item > button{
    outline: none;
}
.dd-item > button:before {
    content: "\e095" !important;
    font: 14px simple-line-icons;
    outline: none;
}
.dd-item > button[data-action="collapse"]:before {
    content: "\e615" !important;
}
.dd-list.dd-dragel {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.dd3-handle {
    cursor: pointer !important;
    border: 1px solid #ccc !important;
    background: #eee !important;
    background: -webkit-linear-gradient(top, #eee 0%, #f9f9f9 100%) !important;
    background: -moz-linear-gradient(top, #eee 0%, #f9f9f9 100%) !important;
    background: linear-gradient(top, #eee 0%, #f9f9f9 100%) !important;
}
.dd3-handle:before {
    content: "\e023" !important;
    font: 18px simple-line-icons !important;
    color: #8f8f8f !important;
    top: 5px !important;
}
.dd-handle.dd3-handle{
    width: 32px;
    height: 32px;
}
.dd3-content{
    height: 32px !important;
    border-radius: 5px !important;
}
.dd3-handle {
    background: #fff !important;
}
#nestable-output.fixed-height{
    height: 253px;
    margin-top: 5px;
}

div.icheckbox_square-grey{
    border-radius: 5px;
    box-shadow: inset 0 0 0px 1px #73716e;
}

ul[id^="noty_"] li.flat{
    margin-bottom: 5px;
}
.flat .noty_bar.noty_type_error {
    background-color: #f55145 !important;
    border-color: #f55145 !important;
    color: #fff;
}
.flat .noty_bar.noty_type_warning {
    background-color: #ffbd15 !important;
    border-color: #ffbd15 !important;
    color: #000 !important;
}
.flat .noty_bar.noty_type_success {
    background-color: #0abb87 !important;
    border-color: #0abb87 !important;
    color: #fff;
}
.flat .noty_bar.noty_type_information {
    background-color: #4527a0 !important;
    border-color: #4527a0 !important;
    color: #fff;
}
.flat .noty_bar{
    border-radius: 5px !important;
}
.flat .noty_bar, .flat:first-child .noty_bar, .flat:last-child .noty_bar{
    border-width: 1px !important;
}

.bd-main {
    border: 1px solid #c3c3c3;
    box-shadow: none;
    border-radius: 5px;
}
.bd-goto-today{
    border-radius: 25px;
    padding-top: 0;
}
.bd-empty-cell,.bd-next,.bd-prev,.bd-table-days button, .bd-table thead{
    border-radius: 5px;
}

/*--------------------------- General End -------------------------*/



/*-------------------------- Header Start -------------------------*/
body{
    padding-top: 0;
}
body.fix-header{
    padding-top: 70px;
}
body, #page-content{
    min-height: 810px;
}

.navbar{
    padding: 0;
}

#toggle-sidebar {
    width: 42px;
    height: 42px;
    padding: 2px 0 0;
    margin: 0;
}
#toggle-sidebar span:after, #toggle-sidebar span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
}
#toggle-sidebar span:after {
    top: 7px;
}
#toggle-sidebar span {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 18px;
}
#toggle-sidebar span, #toggle-sidebar span:after, #toggle-sidebar span:before {
    width: 20px;
    height: 1px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
}
body.sidebar-collapse #toggle-sidebar span {
    background-color: transparent;
}
body.sidebar-collapse #toggle-sidebar span:before {
    transform: rotate(-45deg) translate(-5px, 5px);
}
body.sidebar-collapse #toggle-sidebar span:after {
    transform: rotate(45deg) translate(-5px, -5px);
}

.header-fix .header-left, .header-fix .header-right{
    position: fixed;
    top: 0;
}
.header-fix .header-right{
    right: 0;
}
.header-fix .header-left{
    right: 220px;
    left: 0;
}
#main-navbar.navbar{
    margin-bottom: 0;
    border: 0;
    top: 0;
}

.header-right{
    height: 70px;
    width: 220px;
    padding: 5px 5px;
    -webkit-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.header-right a{
    margin-top: 0px;
    display: block;
    text-align: center;
}

.header-left{
    height: 70px;
    box-shadow: 0px 5px 12px -2px #d3d3d3;
    right: 220px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    background: #fff;
}
.body.fix-header{
    padding-top: 70px;
}
body.fix-header .navbar-fixed-top{
    position: fixed;
    z-index: 3;
    width: 100%;
}
.header-left .navbar-nav>li.dropdown-user>a>span {
    margin-right: 3px;
}
.header-left .navbar-nav>li.dropdown-user>a>img {
    display: inline-block
}
.header-left .navbar-left .dropdown-menu{
    width: 100%;
    position: absolute;
    top: 69px;
    float: left;
    left: 0;
    min-width: 200px;
    border: none;
    padding: 10px 10px;
    box-shadow: 0 0 8px 0px rgba(201, 201, 201, 0.5);
}
.header-left ul.navbar-left>li.dropdown ul li li{
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 11px;
}
.header-left ul.navbar-left>li.dropdown-user ul>li{
    padding: 0;
    margin: 1px 0;
}
.header-left ul.navbar-left>li.dropdown ul li.clearfix p{
    line-height: 24px;
}
.header-left ul.navbar-left>li.dropdown>a{
    margin-top: 16px;
}
.header-left ul.navbar-left>li.dropdown>a>i{
    font-size: 16pt;
}
.header-left .btn{margin-left: 10px;}
.header-left .btn .badge{
    position: absolute;
    margin: 0;
    left: 0;
    min-width: 20px;
    height: 20px;
    padding: 2px 5px;
    line-height: 16px;
    font-weight: normal;
}
.navbar-nav .dropdown-menu {
    position: relative;
}
.header-left .navbar-left>li.dropdown.dropdown-user>a{
    margin:0;
    display: block;
    padding: 11px 15px;
}
.header-left .navbar-left>li.dropdown.dropdown-user>a>i{
    font-size: 9pt;
}

.top-bar>.nav.navbar-right, .top-bar>.nav.navbar-left{
    display: inline-block;
}

.top-bar>.nav.navbar-right{
    margin-top: 12px;
    margin-right: 30px;
    float: right;
}
.top-bar>.nav.navbar-left{
    margin-left: 30px;
    float: left;
}
.top-bar>.nav>li{
    display: inline;
    float: right;
}
.top-bar>.nav>li>a.btn{
    width: 42px;
    height: 42px;
    padding: 0;
    text-align: center;
    border-radius: 50px;
    color: #888;
}
.top-bar>.nav>li>a.btn>i{
    font-size: 16pt;
    line-height: 40px;
}
.top-bar>.nav>li>a.btn:hover{
    background: #eee;
}
.paper-ripple {
    z-index: 0;
}
.active-ripple .btn, .ripple-effect{
    position: relative;
}
.top-bar .dropdown-header, .top-bar .dropdown-footer{
    padding: 4px 5px;
    background: #e8e8e8;
    border-bottom: none;
    min-height: 28px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-bar .dropdown-header a, .top-bar .dropdown-footer a{
    padding: 2px;
}
.top-bar .dropdown strong{font-size:11px}
.top-bar .dropdown small{font-size:9px}
#toggle-fullscreen i{font-size: 13pt}
.breadcrumb-box{
    background:#fff;
    margin-bottom: 20px;
    border-radius: 10px;
}
.breadcrumb-left{
    display: inline-block;
    text-align: left;
    float: left;
    margin: 12px 15px;
}
/*-------------------------- Header End --------------------------*/



/*------------------------- Sidebar Start ------------------------*/
#sidebar{
    float: right;
    right: 0;
    width: 220px;
    background-size: cover;
    background-position: center center;
}
body.bg-1 #sidebar{
    background-color:#212529;
/*    background-image: url(../images/sidebar-bg/1.jpg);
*/}
body.bg-2 #sidebar{
    background-image: url(../images/sidebar-bg/2.jpg);
}
body.bg-3 #sidebar{
    background-image: url(../images/sidebar-bg/3.jpg);
}
body.bg-4 #sidebar{
    background-image: url(../images/sidebar-bg/4.jpg);
}
body.bg-5 #sidebar{
    background-image: url(../images/sidebar-bg/5.jpg);
}
body[class*="bg-"] .metismenu a:not(.current):hover{
    background-color: rgba(50, 50, 50, 0.5) !important;
}

.sidebar-top{
    margin: 20px 10px 10px 10px;
}
#sidebar .search-form .btn.submit{
    padding-top: 10px;
}
#sidebar .search-form{
    border: 1px solid #6b6b6b;
    border-radius: 25px;
    margin-bottom: 10px;
}
#sidebar .search-form input.form-control{
    background: transparent;
    border: none;
    color: #fff;
}
#sidebar .search-form .submit{
    color: #f5f5f5;
    background: transparent;
}
#sidebar .user-box{
    display: table;
    width: 100%;
    line-height: 22px;
}
#sidebar .user-box img{
    max-width: 80px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    transition: ease 0.3s all;
}
#sidebar .user-box>.user-details{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    padding-right: 5px;
}

#sidebar .user-box h4, #sidebar .user-box a{
    color: #f5f5f5;
}
#sidebar .user-box .dropdown-menu{
    min-width: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -2px;
}
#sidebar .user-box .dropdown-menu>li>a{
    color: #666;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px;
}
#sidebar .btn.btn-status i, #sidebar .user-box .dropdown-menu>li>a i, .btn.btn-status i, .user-box .dropdown-menu>li>a i{
    font-size: 8px;
}
#sidebar .user-box .role{
    color: #ccc;
}
#sidebar .btn.btn-status{
    padding: 1px 5px;
    font-size: 12px;
    color: #777;
    background: #ddd;
}
.metismenu {
    padding: 0 10px;
    margin-top: 10px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.metismenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.metismenu > li{
    border-bottom: none;
    margin-top: 1px;
}
.metismenu ul > li {
    padding-right: 0;
    margin-top: 1px;
}
.metismenu a {
    position: relative;
    display: block;
    padding: 9px 15px;
    color: #adb5bd;
    outline-width: 0;
    border-radius: 6px;
    -webkit-transition: ease-in 0.2s all;
    -ms-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}
.metismenu>li>a {
    text-align: center;
    font-size: 14px;
}
.metismenu>li>a.dropdown-toggle {
    padding: 9px 15px 9px;
}
.metismenu ul>li>a {
    padding: 9px 15px;
    margin-right: 0
}
.metismenu>li>a>i {
    display: block;
    font-size: 16pt;
}
body.sidebar-extra .metismenu li a i {
    margin-left: 4px;
}
.metismenu ul ul a {
    padding: 10px 45px 10px 15px;
}
.metismenu a.current,
.metismenu a:hover,
.metismenu a:focus,
.metismenu a:active {
    color: #f8f9fa;
    text-decoration: none;
}

.metismenu>li>a.dropdown-toggle:before{
    content: "\e604";
    width: 15px;
    height: 15px;
    position: absolute;
    font: 16px simple-line-icons;
    bottom: 5px;
    left: 0;
    right: -3px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.45s ease-out;
    -moz-transition: -moz-transform 0.45s ease-out;
    -o-transition: -o-transform 0.45s ease-out;
    -ms-transition: -ms-transform 0.45s ease-out;
    transition:  transform 0.45s ease-out;
}
.metismenu>li.active>a.dropdown-toggle:before{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: 5px;
    right: 0;
}
.metismenu>li ul li>a.dropdown-toggle:before{
    content: "\e604";
    width: 15px;
    height: 15px;
    position: absolute;
    font: 16px simple-line-icons;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    -webkit-transition: ease 0.45s all;
    -ms-transition: ease 0.45s all;
    -o-transition: ease 0.45s all;
    transition: ease 0.45s all;
}
.metismenu>li ul li.active>a.dropdown-toggle:before{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.metismenu .current:after{
    left: -13px;
    border: none;
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    pointer-events: none;
    background: #212529;
    top: 50%;
    margin-top: -10px;
    border-radius: 3px;
    transform: rotate(45deg);

}
body.sidebar-extra .metismenu>li>a{
    text-align: right;
}
body.sidebar-extra .metismenu>li>a>i{
    display: inline-block;
}
body.sidebar-extra .metismenu>li>a.dropdown-toggle:before {
    bottom: 19px;
    right: inherit;
    left: 15px;
}
.side-menu-container{
    margin-bottom: 70px;
}
/*--------------------------- Sidebar End -------------------------*/



/*------------------------ Animations Start -----------------------*/
@-webkit-keyframes ripple-animation {
    0% {
        -webkit-transform: scale(.01);
        transform: scale(.01);
    }

    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
    }    
}

@keyframes ripple-animation {
    0% {
        -webkit-transform: scale(.01);
        transform: scale(.01);
    }

    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
    }     
}
/*------------------------ Animations End ------------------------*/



/*---------------------- Main Content Start ----------------------*/
#page-content{
    margin-right: 220px;
    padding: 20px 30px 0 30px;
}

.stat-box{
    height: 120px;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    background: #fff;
}
.stat-box a{
    color: #777;
}
.stat-box .counter-down{
    font-size: 20pt;
    margin-top: 10px;
    direction: ltr;
    text-align: right;
}
.stat-box .counter-down .num{
    display: inline-block;
}
.visual{
    position: absolute;
    bottom: 30px;
    left: 20px;
    transition: ease 0.25s all;
    opacity: 0.7;
}
.visual i{
    font-size: 48pt;
}
.stat-box:hover .visual{
    transform: scale(1.3);
    opacity: 1;
}
/* .stat-box.knob-container {
    height: auto;
    min-height: 146px;
    padding: 5px;
    text-align: center;
} */

.stat-box.knob-container.use-blue input, .stat-box.use-blue i{
    color: #14B9D6 !important;
}
.stat-box.knob-container.use-red input, .stat-box.use-red i{
    color: #f55145 !important;
}
.stat-box.knob-container.use-green input, .stat-box.use-green i{
    color: #0abb87 !important;
}
.stat-box.knob-container.use-orange input, .stat-box.use-orange i{
    color: #ffbd15 !important;
}
.stat-box.knob-container.use-purple input, .stat-box.use-purple i{
    color: #4527a0 !important;
}
.stat-box.knob-container.use-deeporange input, .stat-box.use-deeporange i{
    color: #ff8a65 !important;
}
.stat-box.knob-container.use-rose input, .stat-box.use-rose i{
    color: #e91e63 !important;
}
.stat-box.knob-container.use-cyan input, .stat-box.use-cyan i{
    color: #13a2a6 !important;
}
.stat-box.knob-container.use-lime input, .stat-box.use-lime i{
    color: #90ca4b !important;
}
.stat-box.knob-container.use-darkorange input, .stat-box.use-darkorange i{
    color: #ee7825 !important;
}
.stat-box.knob-container.use-darkblue input, .stat-box.use-darkblue i{
    color: #13a2a6 !important;
}


.portlet{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.portlet .portlet-body{
    padding-top: 5px;
}
.portlet .portlet-heading{
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.buttons-box{
    position: absolute;
    top: 13px;
    left: 15px;
}
.buttons-box.toggle{
    background: transparent;
    width: 32px;
    height: 32px;
    overflow: hidden;
    transition: ease 0.3s all;
    left: 15px
}
.buttons-box.toggle.show{
    width: auto;
}
.buttons-box .btn{
    line-height: 16px;
    border: 1px solid #f5f5f5;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 9px 0;
}
.buttons-box .btn.btn-close{
    padding: 0;
    line-height: 34px;
    opacity: 1;
    box-sizing: inherit;
}
@-moz-document url-prefix() {
    .buttons-box .btn{
        padding: 7px 0;
    }
    .btn-icon {
        padding: 1px;
    }
}
.buttons-box .btn{
    border: 1px solid #ddd;
    background: #fff;
}
.buttons-box .btn:hover{
    color: #000;
    border: 1px solid #bbb;
    background: #f1f1f1;
}
.buttons-box .btn-toggle{
    float: left;
    margin-right: 4px;
}
.buttons-box.toggle-mobile .btn-toggle{
    display: none;
}
.buttons-box.toggle.toggle-mobile{
    width: auto;
}
.buttons-box .btn-code{
    font-size: 10px;
    line-height: 15px;
}
#btn-copy{
    border: 1px solid #ddd;
    background: #fff;
    width: 40px;
    height: 38px;
    line-height: 32px;
}
#btn-copy:hover{
    border: 1px solid #bbb;
    background: #f1f1f1;
}
.grid-example{
    text-align: center !important;
    font-size: 14px;
    font-family: tahoma !important;
    direction: ltr;
    padding: 20px 0;
    margin-bottom: 30px;
}
.font-xs{font-size: 0.8em}
.font-sm{font-size: 0.9em}
.font-lg{font-size: 1.2em}
.font-xlg{font-size: 1.5em}
.font-xxlg{font-size: 2em}
.font-xxxlg{font-size: 3em}
.font-xxxxlg{font-size: 4em}

.icon-box *[class^='fa'], 
.icon-box *[class^='icon-']{
    margin-right: 10px;
    font-size: 1.5em;
    display: inline-block;
    transition: ease 0.3s all;
    transform: scale(1);
}
.icon-box .item{
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-family: "IranSansEn";
}
.icon-box .item:hover{
    background: #eee;
}
.icon-box:hover i.fa,
.icon-box:hover *[class^='icon-']{
    transform: scale(1.3);
    color: #333;
}

.fixed-modal-bg{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/blur.jpg) center top;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal-page{
    position: relative;
    margin: 20px auto 30px auto;
    padding: 20px 20px 40px 20px;
    width: 400px;
    max-width: 96%;
    color: #454545;
    border-radius: 10px;
    background: rgba(0,0,0, 0.15);
    box-shadow: none !important;

}
.modal-page button[type='submit'], .modal-page input[type='submit']{
    margin-top: 25px;
}
.modal-page a:not(.btn){color: #a4a4a4}
.modal-page a:not(.btn):hover{color: #353535}

.modal-page hr {
    border-top: 1px solid #dbdbdb;
}
.modal-page i.border {
    border: 1px solid #575757!important;
    display: inline-block;
    color: #575757;
}
.modal-page .logo-con img.dark-logo{
    display: block;
}
.modal-page .logo-con img.light-logo{
    display: none;
}

#toggle-dark-mode.btn-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.btn-icon.btn-lg {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 30px;
}

h1.comming-soon{
    color: #212121;
    font-size: 22pt;
    text-align: center;
    margin-bottom: 10px;

}
#comming-soon>div{
    display: inline-block;
    min-width: 60px;
    background: rgba(0,0,0, 0.35);
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    padding: 3px;
    margin: 0 2px;
}
#comming-soon span.title{
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.modal-page ul.socials{
    text-align: center;
    display: block;
    margin-bottom: 0;
}
.modal-page ul.socials li {
    display: inline-block;
    width: 36px;
    height: 36px;
}
.modal-page ul.socials>li>a{
    text-align: center;
    display: block;
    border: 1px solid #a4a4a4;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.modal-page ul.socials>li>a:hover{
    border-color: #353535;
}

h1.page-error{
    color: #575757;
    font-size: 42pt;
    text-align: center;
    margin-right: -60px;
    margin-bottom: 0;
    line-height: 60pt;
}
h1.page-error sup{
    font-size: 12pt;
    line-height: 29px;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
}
.img-person{
    width: 32px;
    height: 32px;
    display: inline-block;
}

.comments-box{
    margin-top: 15px;
}
.comment-box{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.comments-box .comment-box:last-child{
    border: none;
    margin-bottom: 0;
}
.comment{
    font-size: 9.5pt;
}
.comment .user{
    color: #333;
}
.comment img{
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
}
.comment-box .actions{
    text-align: left;
}

.actions .btn{
    margin-right: 3px;
}
/*.portlet-body .btn, .panel-body .btn, .form-actions .btn*/
.alert i{
    margin-left: 3px;
}
.portlet .label,
.modal-page ul.socials li{
    margin: 0 1px;
}

.edit-form .user-box{
    display: inline-block;
    width: auto;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
}
.edit-form .user-box img{
    max-width: 128px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}
.edit-form .user-box>.user-details{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: auto;
    padding-right: 5px;
}
.edit-form .user-box > a{
    width: 128px;
    vertical-align: middle;
    display: inline-block;
}
.edit-form .user-box>.user-details h4{
    font-weight: bold;
}
.edit-form .user-box .dropdown-menu{
    border-radius: 10px;
    overflow: hidden;
    margin-top: -2px;
}
.edit-form .user-box .dropdown-menu>li>a{
    color: #666;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px;
}
.edit-form .btn.btn-status{
    padding: 1px 5px;
    font-size: 12px;
    color: #777;
    background: #ddd;
    min-width: 64px;
    text-align: right;
}
/*------------------------ Main Content End -----------------------*/



/*------------------------ Chat Page Start ------------------------*/
.chat {
    list-style: none;
    margin: 0;
}
.chat li {
    padding: 0.5rem;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
}
.chat .avatar {
    min-width: 64px;
    width: 64px;
    height: 64px;
    position: relative;
}
.chat .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.self .message{
    background: #f6f6f6;
}
.self .avatar:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -1px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #f4fcff;
}
.other {
    justify-content: flex-end;
    align-items: flex-end;
}
.other .avatar {
    order: 2;
}
.other .message {
    order: 1;
    background: #fff;
}
.other .avatar:before {
    content: "";
    position: absolute;
    top: 25px;
    right: -1px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #f8f8f8;
}

.message {
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    border-radius: 10px;
}
.message .content {
    margin: 0 0 0.2rem 0;
}
.message time ,.message .sender-name {
    font-size: 11px;
    color: #B1B0B0;
}

.message .btn-round{
    border-radius: 50px !important;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
}
.message .btn-round i{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.message .box-message-edit textarea{
    width: 600px;
    max-width: 100%;
}
/*------------------------ Chat Page End -------------------------*/



/*------------------- Loading Animations Start -------------------*/
#loader{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
}
.spinner{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner-anim 0.4s infinite linear;
    animation: spinner-anim 0.4s infinite linear;
}
@-webkit-keyframes spinner-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scaleout,
.double-bounce {
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.scaleout {
    opacity: 1;
    background: #333;
    border-radius: 50%; 
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.bounces {
    margin: auto;
    text-align: center;
    width: 60px;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bounces > div {
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bounces .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bounces .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.folding-cube {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.folding-cube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.folding-cube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.folding-cube .cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.folding-cube .cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.folding-cube .cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.folding-cube .cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.folding-cube .cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; 
}
.folding-cube .cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    } 
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    }
}
/* Just IE9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm)
{
    #loader *{display: none} 
    #loader{
        display: block;
        border:none;
        background: #fff url(../images/AjaxLoader.gif) center center no-repeat;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
/* Just IE9 */
/*-------------------- Loading Animations End --------------------*/



/*------------------------- Setting Start ------------------------*/
.settings{
    position: fixed;
    z-index: 9;
    height: 100%;
    width: 220px;
    top: 0;
    left: -220px;
    padding: 10px 20px 50px;
    border-radius: 0 10px 10px 0;
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 8px 0px #c9c9c9;
    -webkit-box-shadow: 0 0 8px 0px #c9c9c9;
    -moz-box-shadow: 0 0 8px 0px #c9c9c9;
}
.setting-content{
    height: calc(100vh - 70px);
    overflow: auto;
}
.settings .h6{
    margin: 10px 0;
    font-weight: bold;
}
.settings hr{
    margin: 5px 0;
}
.settings.active{
    left: 0;
}
#toggle-setting{
    position: absolute;
    background: #fff;
    right: -42px;
    z-index: 10;
    width: 42px;
    height: 42px;
    top: 97px;
    box-shadow: 4px 0 8px 0px #c9c9c9;
    border-radius: 0 5px 5px 0;
}
#toggle-setting, body:not(.dark) #toggle-setting:focus, body:not(.dark) #toggle-setting:active{
    box-shadow: 4px 0 8px 0px #c9c9c9 !important;
}
#toggle-setting i{
    font-size: 20px;
    line-height: 24px;
}
.settings h3{
    padding: 10px 3px 10px;
    font-weight: bold;
    font-size: 15px;
}
.theme-colors {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: center;
}
.theme-colors .btn{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
}
.theme-colors .btn.active:before{
    content: "L";
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: arial;
    -ms-transform: scaleX(-1) rotate(-45deg);
    -webkit-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
}
.theme-code code{
    border: 1px solid #eee;
    margin: 10px 0;
    display: block;
    line-height: 16px;
    border-radius: 10px;
    padding: 10px;
}
.settings img.img-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto 20px;
    width: 121px;
    height: auto;
}
.img-box img.light{
    display: none
}

.sidebar-bg-box{
    display: block;
    margin: 5px 0;
    width: 100%;
    text-align: center;
}
ul.sidebar-bg{
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
ul.sidebar-bg li{
    width: calc(33.33% - 10px);
}
ul.sidebar-bg li a{
    display: block;
}
ul.sidebar-bg li a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: ease 0.25s all;
}
/*-------------------------- Setting End -------------------------*/



/*-------------------------- Footer Start ------------------------*/
.footer-container, .copyright{
    transition: ease 0.3s all;
}
.footer-container{
    background: #212529;
}
.copyright{
    float: right;
    width: 100%;
    color: #eee;
    padding: 3px 15px;
    font-size: 12px;
    background: #212529;
}
.copyright a{
    color: #e1e1e1;
}
.copyright a:hover{
    color: #fff;
}
/*------------------------- Footer End ---------------------------*/



/*--------------------- Bottom General Start ---------------------*/
.btn-icon{
    width: 40px;
    height: 40px;
    padding: 3px;
    line-height: 40px;
}
.btn-icon.btn-sm{
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
    padding: 3px;
}
.fa-flip-horizontal{display: inline-block}
.shadow{
    box-shadow: 0 0 8px 0px #c9c9c9;
    -webkit-box-shadow: 0 0 8px 0px #c9c9c9;
    -moz-box-shadow:  0 0 8px 0px #c9c9c9;
}

.border{border: 1px solid #cbcbcb}
.border-primary{border-color:#58009b}
.border-success{border-color:#63bd91}
.border-info{border-color: #55d1c9}
.border-warning{border-color: #fbc53c}
.border-danger{border-color:#f55145}
.border-white{border-color:#f1f1f1}
.border-gray{border-color:#ccc}
#wrapper i.border{
    border-color: #0a58ca !important;
    color: #0a58ca;
}


.curve{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.round{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}


.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: -8px;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0.5;
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.ladda-button[data-style=expand-down] .ladda-spinner,
.ladda-button[data-style=expand-up] .ladda-spinner {
    margin-left: -26px !important;
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px !important;
    padding-left: 26px !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
    right: 26px !important;
    left: inherit !important;
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px !important;
    padding-right: 26px !important;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 0 !important;
    right: inherit !important;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    right: 50%;
    margin-right: -6px;
    margin-top: 1em;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
    right: 50%;
    margin-right: -6px;
    margin-top: -2em;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    right: 50%;
    margin-right: -6px;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    right: 50%;
    margin-right: -6px;
}

.cke_top, .cke_contents, .cke_bottom {
    display: block;
    overflow: hidden;
}
.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
    font: normal normal normal 12px tahoma !important;
}

.note-editor.note-frame {
    border: 1px solid #cbcbcb !important;
}
.note-editable.panel-body{
    min-height: 300px;
}
.swal2-modal .swal2-title {
    font-size: 22px;
    text-transform: none;
}
.swal2-content, .swal2-buttonswrapper button {
    font-family: IranSans;
}
.swal2-buttonswrapper button {
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    padding: 6px 32px !important;
    outline: none;
}
.swal2-buttonswrapper button:active, .swal2-buttonswrapper button:focus {
    outline: none;
}
.swal2-container{direction: ltr}
.swal2-modal{
    direction: rtl;
    border-radius: 10px;
}
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
    padding: 0;
}
.spinner-border, .spinner-border-sm, .spinner-grow, .spinner-grow-sm{
    vertical-align: middle;
}
/*---------------------- Bottom General End ----------------------*/



/*---------------------- Default Color Start ---------------------*/
body, #page-content {
    background: #f5f5f5; 
}
#wrapper {
    background: #212529; 
}
.theme-blue.sidebar-collapse .metismenu li.conditional-bg > a {
    background: #14B9D6;
    color: #fff; 
}
.theme-blue .spinner {
    border: 1px solid #14B9D6;
    border-left: 1px solid #000; 
}
.theme-blue .grid-example {
    border: 1px solid #14B9D6; 
}
.theme-blue .double-bounce1, .theme-blue .double-bounce2, .theme-blue .scaleout, .theme-blue .bounces > div, .theme-blue .folding-cube .cube:before,
.theme-blue .header-right,
.theme-blue .metismenu a.current, .theme-blue .metismenu a:hover, .theme-blue .metismenu a:focus, .theme-blue .metismenu a:active {
    background: #14B9D6; 
}
.theme-blue .pagination > .active > a, .theme-blue .pagination > .active > a:focus, .theme-blue .pagination > .active > a:hover, .theme-blue .pagination > .active > span, .theme-blue .pagination > .active > span:focus, .theme-blue .pagination > .active > span:hover {
    background-color: #14B9D6;
    border-color: #14B9D6; 
}
.bg-blue, .btn-blue {
    background: #14B9D6;
}
/*----------------------- Default Color End ----------------------*/



/*---------------------- Sidebarbar Fix Start --------------------*/
body #sidebar {
    float: right;
    position: fixed;
    top: 70px;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
    overflow-y: auto;
}
body.fix-header #sidebar {
    top: 70px;
}
#sidebar, body.sidebar-collapse .metismenu > li ul, body.sidebar-collapse.sidebar-extra .metismenu > li ul{
    scrollbar-width: thin;
    scrollbar-color: #3b3f42 #16181a;
}
#sidebar::-webkit-scrollbar-track, body.sidebar-collapse .metismenu > li ul::-webkit-scrollbar-track, body.sidebar-collapse.sidebar-extra .metismenu > li ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #16181a;
}
#sidebar::-webkit-scrollbar, body.sidebar-collapse .metismenu > li ul::-webkit-scrollbar, body.sidebar-collapse.sidebar-extra .metismenu > li ul::-webkit-scrollbar{
    width: 6px;
    background-color: #16181a;
}
#sidebar::-webkit-scrollbar-thumb, body.sidebar-collapse .metismenu > li ul::-webkit-scrollbar-thumb, body.sidebar-collapse.sidebar-extra .metismenu > li ul::-webkit-scrollbar-thumb{
    background-color: #3b3f42;
    border-radius: 5px;
}
.metismenu .current:after{
    display: none;
}
body.fix-header.scrolled  #sidebar{
    top: 70px;
}
body.scrolled #sidebar{
    top: 0;
    transition: ease-in-out 0.005s all;
}
@media(min-width: 992px){                
    #sidebar {
        width: 220px;
        right: 0;
    }
    body.sidebar-collapse #sidebar {
        width: 70px;
        min-width: 70px;
        overflow: visible;
    }
    body.sidebar-collapse .metismenu > li ul, body.sidebar-collapse.sidebar-extra .metismenu > li ul {
        top: 70px;
        bottom: 0;
        position: fixed;
        right: 60px;
        overflow: auto;
        min-width: 220px;
    }
}
/*---------------------- Sidebarbar Fix End ----------------------*/



/*------------------------ Dark Mode Start -----------------------*/

body.dark, body.dark #page-content, body.dark #loader, body.dark .header-left, body.dark .top-bar .dropdown-header, body.dark .dropdown-menu, body.dark .top-bar .dropdown-footer, body.dark .pagination>li>a, body.dark .pagination>li>span,
body.dark ul.todo-list li, body.dark .select2-container--default .select2-selection--multiple .select2-selection__choice, body.dark .flat .noty_bar, body.dark .note-editor.note-frame .note-editing-area .note-editable, body.dark .leaflet-bar a, body.dark .leaflet-container .leaflet-control-attribution{
    background: #090c1e;
    color: #aab3d9;
}
body.dark .note-editor.note-frame .note-statusbar .note-resizebar{
    background: #080809;
}

body.dark .portlet, body.dark .panel, body.dark .panel-default>.panel-heading,
body.dark .panel-success>.panel-heading, body.dark .panel-success>.panel-footer, body.dark .panel-info>.panel-heading, body.dark .panel-info>.panel-footer, body.dark .panel-warning>.panel-heading, body.dark .panel-warning>.panel-footer, body.dark .panel-danger>.panel-heading, body.dark .panel-danger>.panel-footer, body.dark .panel-primary>.panel-heading, body.dark .panel-primary>.panel-footer, body.dark .panel-inverse>.panel-heading, body.dark .panel-inverse>.panel-footer{
    background: #030616;
    color: #aab3d9;
}
.dark .breadcrumb, body.dark .breadcrumb-box, 
body.dark .footer-container, body.dark .copyright, body.dark #wrapper, body.dark .modal-content, body.dark .stat-box {
    background: #030616;
}
body.dark a, body.dark .top-bar>.nav>li>a.btn, body.dark #sidebar .search-form input.form-control, body.dark .table, body.dark .select2-container--default .select2-search--inline .select2-search__field, body.dark .select2-container--default .select2-selection--single .select2-selection__rendered, body.dark #sidebar .user-box h4, body.dark #sidebar .user-box a, body.dark .swal2-title, body.dark .dd-handle, body.dark .toggle-password:before, body.dark .dd-item > button, body.dark .table tr, body.dark .table td{
    color: #aab3d9;
}
body.dark .card a, body.dark .panel a, body.dark .portlet a{
    color: #eee;
}
body.dark .table, body.dark .table>tbody>tr>td, body.dark .table>tbody>tr>th, body.dark .table>tfoot>tr>td, body.dark .table>tfoot>tr>th, body.dark .table>thead>tr>td, body.dark .table>thead>tr>th{
    background-color: #090c1e;
}
body.dark .table>tfoot>tr>th, body.dark .table>thead>tr>td, body.dark .table>thead>tr>th{
    color: #aab3d9;
}
body.dark tbody, body.dark td, body.dark tfoot, body.dark th, body.dark thead, body.dark tr{
    border-color: #2e3553;
}
body.dark .table-hover tbody tr:hover{
    color: #f1f1f1;
}
body.dark .table.table-info, body.dark .table .table-success, body.dark .table .table-primary, body.dark .table .table-warning, body.dark .table .table-danger{
    color: #aab3d9
}

body.dark .table .table-info:hover, body.dark .table .table-success:hover, body.dark .table .table-primary:hover, body.dark .table .table-warning:hover, body.dark .table .table-danger:hover,
body.dark .table tr:hover > td[class^=table-],
body.dark .table tr.table-info:hover td, body.dark .table tr.table-success:hover td, body.dark .table tr.table-primary:hover td, body.dark .table tr.table-warning:hover td, body.dark .table tr.table-danger:hover td{
    color: #000;
}
body.dark ::selection, body.dark .toggle-password:after {
    background-color: #aab3d9;
}

body.dark .header-left, body.dark .comment-box{
    box-shadow: none;
    background: #040415;
}
body.dark .comment-box{
    border-color: #2e3553;
}
body.dark #sidebar, body.dark .metismenu {
    box-shadow: none;
    /* background: #030616; */
}
body.dark #sidebar .btn.btn-status {
    color: #030616;
    background: #aab3d9;
}
body.dark .shadow, body.dark .header-left .navbar-right .dropdown-menu{
    box-shadow: 0 0 0 0 #000 !important;
}
body.dark .metismenu .current:after {
    border-left-color: #090c1e;
}
body.dark .btn-default, body.dark .input-group-btn .btn.btn-default{
    background: #191e3a;
    color: #aab3d9;
}
body.dark .top-bar>.nav>li>a.btn:hover, body.dark .nav .open>a:hover, body.dark .nav>li>a:hover, body.dark .btn-default:hover {
    background: #0d1537;
}
body.dark .pagination>li>a{
    border-color: #2e3553;
}
body.dark .border, body.dark #sidebar .search-form, body.dark .comment img, body.dark .theme-code code, body.dark .panel-default>.panel-heading, body.dark .dd-placeholder, body.dark .dd-empty{
    border-color: #2e3553 !important;
}
body.dark .portlet .portlet-heading, body.dark .card-header{
    color: #aab3d9;
    border-bottom: 1px solid #2e3553;
}
body.dark .card-footer{
    border-top-color: #2e3553;
    color: #aab3d9;
}
body.dark .metismenu>li, body.dark #sidebar-helper li,
body.dark .header-left ul.navbar-left>li.dropdown ul li li{
    border-bottom-color: #121627;
}
body.dark .alert ,body.dark .card {
    background-color: #191e3a;
}
body.dark hr.light, body.dark .metismenu, body.dark hr, body.dark .modal-footer {
    border-top-color: #212745;
}
body.dark .settings h3, body.dark .modal-header{
    border-bottom-color: #212745;
}
body.dark #toggle-setting, body.dark .settings,
body.dark .header-left .navbar-left .dropdown-menu{
    background: #191e3a;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body.dark ul.todo-list li {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #2e3553;
}
body.dark .dataTables_paginate .pagination>.active>a, body.dark .dataTables_paginate .pagination>.active>a:focus, body.dark .dataTables_paginate .pagination>.active>a:hover, body.dark .dataTables_paginate .pagination>.active>span, body.dark .dataTables_paginate .pagination>.active>span:focus, body.dark .dataTables_paginate .pagination>.active>span:hover,
body.dark .comment .user, body.dark .stat-box a, body.dark .breadcrumb a:hover, body.dark .pagination>li>a:focus, body.dark .pagination>li>a:hover, body.dark .pagination>li>span:focus, body.dark .pagination>li>span:hover, body.dark .modal-page ul.socials>li>a:hover, body.dark .modal-page a:not(.btn):hover{
    color: #f1f1f1;
}
body.dark a.btn, body.dark .clockpicker-tick{
    color: #fff;
}
body.dark #code-modal, body.dark.metismenu a, body.dark #sidebar-helper a{
    color: #aab3d9;
}
body.dark .metismenu a:hover, body.dark #sidebar-helper a:hover, body.dark .top-bar>.nav ul li a:hover {
    color: #fff;
}
body.dark .card-body{
    color: #f1f1f1;
}
body.dark a.btn.btn-default, body.dark #btn-copy{
    color: #aab3d9;
    background: #191e3a;
}
body.dark a.btn.btn-warning {
    color: #212529;
}
body.dark .dropdown-menu>li>a:focus, body.dark .dropdown-menu>li>a:hover{
    color: #fff;
    background-color: #0d1537;
}
body.dark.sidebar-collapse #sidebar-helper, body.dark.sidebar-collapse #sidebar-helper ul{
    background: #030616 !important;
}
body.dark #toggle-sidebar span.menu, body.dark #toggle-sidebar span.menu:after, body.dark #toggle-sidebar span.menu:before{
    background-color: #aab3d9;
}
body.dark .buttons-box .btn, body.dark #btn-copy, body.dark .flat .noty_bar{
    border-color: #464e6c;
}
body.dark .buttons-box .btn:hover, body.dark #btn-copy:hover{
    border-color: #aab3d9 !important;
}
body.dark .modal-page i.border{
    border-color: #fff !important;
    color: #fff !important;
}
body.dark .settings{
    box-shadow: 0 0 3px 0px rgba(211, 211, 211, 0.07);
    -webkit-box-shadow: 0 0 3px 0px rgba(211, 211, 211, 0.07);
    -moz-box-shadow: 0 0 3px 0px rgba(211, 211, 211, 0.07);
}
body.dark #toggle-setting, body.dark #toggle-setting:focus, body.dark #toggle-setting:active{
    box-shadow : 0 0 3px 0px rgba(211, 211, 211, 0.05) !important;
    -webkit-box-shadow: 0 0 3px 0px rgba(211, 211, 211, 0.05) !important;
    -moz-box-shadow: 0 0 3px 0px rgba(211, 211, 211, 0.05) !important;
}
body.dark .close, body.dark .close:hover, body.dark a.label {
    color: #fff;
}
body.dark .morris-chart svg text{
    fill: #aab3d9;
}
body.dark .form-control, body.dark .custom-file-label, body.dark .form-select {
    color: #aab3d9;
    background-color: #1b2e4b;
    border-color: #aab3d9;
}
body.dark .form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238F97B3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
body.dark #wrapper .input-group-addon, body.dark #wrapper .select2-container--default .select2-selection--multiple, body.dark #wrapper .select2-dropdown, body.dark #wrapper .select2-container--default .select2-selection--single, body.dark #wrapper .select2-container--default .select2-selection--multiple, body.dark .select2-dropdown{
    border-color: #aab3d9;
}
body.dark .form-control:focus {
    color: #aab3d9;
    background-color: #0d182a;
}
body.dark .icon-box:hover i[class^='fa'], body.dark .icon-box:hover *[class^='icon-'], body.dark .icon-box .item:hover{
    background: #1b2e4b;
    color: #fff;
}
body.dark .input-group .input-group-addon:first-child, body.dark .select2-container--default .select2-search--dropdown .select2-search__field, body.dark .select2-container--default .select2-selection--multiple {
    background-color: #1b2e4b;
    color: #aab3d9;
}
body.dark .self .message, body.dark .other .message, body.dark .swal2-popup {
    background: #191e3a;
}
body.dark .other .avatar:before {
    border-right-color: #191e3a;
}
body.dark .self .avatar:before{
    border-left-color: #191e3a;
}
body.dark .nav-tabs .nav-link.active, body.dark .nav-tabs .nav-item.show .nav-link, body.dark .nav-tabs .nav-link.active{
    background: #040415;
}
body.dark .nav-tabs {
    border-bottom-color: #212745;
}
body.dark .nav-tabs .nav-link:focus, body.dark .nav-tabs .nav-link:hover {
    border-color: #212745;
}
body.dark .nav-tabs .nav-item.show .nav-link, body.dark .nav-tabs .nav-link.active {
    border-color: #212745 #212745 transparent;
    color: #fff;
}
body.dark .nav-tabs.border .nav-item.show .nav-link, body.dark .nav-tabs.border .nav-link.active{
    border-bottom-color: #fff;
}
body.dark ul.todo-list li.sortable-placeholder{
    border: 1px dashed #aab3d9 !important;
}
body.dark .nav.nav-tabs>li>a:hover {
    background: #1a1f3b;
}
body.dark .nav.nav-tabs.tabs-right>li>a:hover {
    margin-left: 1px;
}
body.dark .nav.nav-tabs.tabs-left>li>a:hover {
    margin-right: 1px;
}
body.dark .nav.nav-tabs>li>a.no-hover:hover {
    background: transparent;
}
body.dark .nav.nav-tabs.tabs-right>li>a:not(.active):hover {
    margin-right: 1px;
}
body.dark .nav-tabs.tabs-left>li>a.active, body.dark .nav-tabs.tabs-left>li>a.active:focus, body.dark .nav-tabs.tabs-left>li>a.active:hover,
body.dark .nav-tabs.tabs-right>li>a.active, body.dark .nav-tabs.tabs-right>li>a.active:focus, body.dark .nav-tabs.tabs-right>li>a.active:hover {
    color: #aab3d9;
    background-color: transparent;
}
body.dark .nav-tabs.tabs-left>li>a.active, body.dark .nav-tabs.tabs-left>li>a.active:focus, body.dark .nav-tabs.tabs-left>li>a.active:hover{
    border-right: 1px solid #040415;
    margin-right: 0;
}
body.dark .nav-tabs.tabs-right>li>a.active, body.dark .nav-tabs.tabs-right>li>a.active:focus, body.dark .nav-tabs.tabs-right>li>a.active:hover {
    border-left-color: #040415;
    background: #040415;
    margin-left: 0;
}
body.dark .table-bordered, body.dark .table-bordered td, body.dark .table-bordered th, body.dark .dropdown-menu{
    border: 1px solid #2e3553;
    background: #090c1e;
}
body.dark #side-menu .dropdown-menu {
    border: none;
    background: transparent;
}
body.dark ::placeholder {
    color: #3f5372;
}
body.dark :-ms-input-placeholder {
    color: #3f5372;
}
body.dark ::-ms-input-placeholder {
    color: #3f5372;
}
body.dark .has-success .form-control {
    border-color: #67b168;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dark .has-success .form-control:focus {
    border-color: #53a96b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dark .has-error .form-control {
    border-color: #f55145;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dark .has-error .form-control:focus {
    border-color: #f55145;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dark .has-warning .form-control {
    border-color: #fbc53c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dark .has-warning .form-control:focus {
    border-color: #f2b314;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.dark div.dataTables_wrapper div.dataTables_length select{
    color: #aab3d9;
    background-color: #1b2e4b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238F97B3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

body.sidebar-light.dark #sidebar, body.sidebar-light.dark .metismenu, body.sidebar-light.dark .sidebar-collapse .metismenu > li ul{
    background: #f1f1f1;
}
body.sidebar-light.dark.sidebar-collapse .metismenu > li ul, body.sidebar-light.dark.sidebar-collapse #sidebar-helper, body.sidebar-light.dark.sidebar-collapse #sidebar-helper ul{
    background: #f1f1f1 !important;
}
body.sidebar-light.dark.sidebar-collapse #sidebar{
    overflow: visible;
    z-index: 2;
}
body.sidebar-light.dark .metismenu>li , body.sidebar-light.dark #sidebar-helper ul li {
    border-bottom: 1px solid #f0eeee;
}
body.sidebar-light.dark .metismenu {
    border-top: 1px solid #f0eeee;
}
body.sidebar-light.dark .metismenu a, body.sidebar-light.dark #sidebar-helper a{
    color: #888;
}
body.sidebar-light.dark #sidebar-helper a.current, body.sidebar-light.dark #sidebar-helper a:hover, body.sidebar-light.dark #sidebar-helper a:active, body.sidebar-light.dark #sidebar-helper a:focus,
body.sidebar-light.dark .metismenu a.current, body.sidebar-light.dark .metismenu a:hover, body.sidebar-light.dark .metismenu a:active, body.sidebar-light.dark .metismenu a:focus {
    color: #f1f1f1;
}
body.sidebar-light.dark #sidebar .search-form .submit {
    color: #575757;
}
body.sidebar-light.dark #sidebar .user-box .role {
    color: #676767;
}
body.sidebar-light.dark #sidebar .search-form{
    border: 1px solid #dddddd;
}
body.sidebar-light.dark #sidebar .search-form input.form-control{
    color: #575757;
    box-shadow: none;
}
body.sidebar-light.dark #sidebar .user-box h4, #sidebar .user-box a {
    color: #313131;
}
body.sidebar-collapse.sidebar-light.dark #sidebar-helper, body.sidebar-collapse.sidebar-light.dark #sidebar-helper ul{
    background: #f1f1f1;
}
body.sidebar-collapse.sidebar-light.dark #sidebar-helper, body.sidebar-collapse.sidebar-light.dark #sidebar-helper ul{
    background: #f1f1f1;
}
body.sidebar-collapse.sidebar-light.dark .metismenu>li>ul li {
    border-bottom: 1px solid #f0eeee;
}
body.sidebar-light.dark .metismenu>li , body.sidebar-light.dark #sidebar-helper ul li {
    border-bottom: 1px solid #d9d9d9;
}
body.sidebar-light.dark #sidebar .search-form {
    border-color: #ddd !important;
}
body.dark .custom-control-label::before {
    background-color: #191e3a;
    border: #aab3d9 solid 1px !important;
}
body.dark .custom-control-input:checked~.custom-control-label::before {
    border-color: #aab3d9;
    background-color: #191e3a;
}
.body.dark custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #131b24
}
body.dark .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .2);
}

body.dark .select2-container--default .select2-selection--single,
body.dark .clockpicker-popover .popover-title, body.dark .clockpicker-plate, body.dark .select2-dropdown, body.dark .select2-container--default .select2-selection--multiple{
    background-color: #1b2e4b;
    color: #aab3d9;
}
body.dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #090c1e;
}
body.dark .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #0c0f1e;
}
body.dark .clockpicker-popover .popover-content, body.dark .popover{
    background-color: #1b2e4b;
}
body.dark .popover.clockpicker-popover.bottom>.arrow:after{
    border-bottom-color: #1b2e4b;
}
body.dark .popover.clockpicker-popover .btn.clockpicker-button {
    border-top-color: #aab3d9;
    color: #aab3d9;
}
body.dark .clockpicker-popover .popover-title {
    border-bottom-color: #aab3d9;
}
body.dark .clockpicker-span-minutes.text-primary{
    color: #fff !important;
}
body.dark .progress:before{
    background: rgba(0, 0, 0, 0.07);
}

body.dark .clockpicker-canvas-bg {
    fill: #1b2e4b;
}
body.dark .amcharts-chart-div a, body.dark .dd-handle:hover, body.dark .dd3-content:hover{
    color: #f1f1f1 !important;
}
body.dark .dd3-content, body.dark .dd3-handle {
    color: #aab3d9;
    border: 1px solid #2e3553;
    background: #090c1e !important;
}
body.dark .swal2-modal, body.dark .swal2-content{
    color: #aab3d9 !important;
    background: #090c1e !important;
}
body.dark .dd3-handle:before {
    color: #aab3d9 !important;
}
body.dark .swal2-success-circular-line-right, body.dark .swal2-success-circular-line-left, body.dark .swal2-success-fix{
    background: #090c1e !important;
}
body.dark .note-editor{
    background: #090c1e;
}
body.dark .dark .note-frame:after {
    color: #999;
}
body.dark .note-editable kbd {
    color: #fff;
    background-color: #000;
}
body.dark .note-btn {
    color: #fff;
    background-color: #444;
    background-image: none;
    border: 1px solid #444;
}
body.dark .note-btn.dropdown-toggle{
    border-radius: .25rem;
}
body.dark .note-popover.popover {
    background: #030616;
}
body.dark .note-btn.disabled:focus, body.dark .note-btn[disabled]:focus, body.dark fieldset[disabled] .note-btn:focus, body.dark .note-btn.disabled.focus, body.dark .note-btn[disabled].focus, body.dark fieldset[disabled] .note-btn.focus {
    color: #fff;
    background-color: #313131;
    border-color: #2b2a2a
}
body.dark .note-btn:hover, body.dark .note-btn:focus, body.dark .note-btn.focus {
    background-color: #313131;
    border: 1px solid #2b2a2a;
    color: #fff;
}
body.dark .note-btn-primary:focus, body.dark .note-btn-primary.focus {
    color: #fff;
}
body.dark .note-btn-primary:hover{
    color: #fff;
}
body.dark button.close {
    background: transparent;
}

body.dark .close {
    color: #fff;
}
body.dark .note-modal-footer {
    border-top: 1px solid #444;
}
body.dark .note-modal-title {
    color: #000;
}
body.dark .note-modal-backdrop {
    background: #000;
}
body.dark .note-form-label {
    color: #090c1e
}
body.dark .note-input::-webkit-input-placeholder, body.dark .note-input:-moz-placeholder, body.dark .note-input::-moz-placeholder, body.dark .note-input:-ms-input-placeholder {
    color: #eee
}
body.dark .note-input:focus {
    color: #444;
}
body.dark .note-editor.note-frame, body.dark .dd3-handle {
    border: 1px solid #2e3553 !important;
}
body.dark .note-dropdown-menu pre {
    display: block;
    font-size: 87.5%;
    color: #f1f1f1;
}

body.dark .flat .noty_bar{
    color: #f1f5fa !important;
}
body.dark .pagination>li>a:hover, body.dark .theme-colors .btn.active, .pagination>li>span.active{
    border-color: #f1f1f1;
}
body.dark .sides-effect:hover h2 {
    color: #f1f1f1;
}
body.dark .sides-effect:hover .absolute {
    background: rgba(9, 12, 30, 0.75);
}
body.dark .sides-effect h2:after {
    background: #aab3d9;
}
body.dark .fixed-modal-bg{
    background-image: url(../images/bg/blur-dark.jpg);
}
body.dark .modal-page{
    background: rgba(0, 0, 0, 0.36);
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}
body.dark .modal-page .logo-con img.dark-logo{
    display: none;
}
body.dark .modal-page .logo-con img.light-logo{
    display: block;
}
body.dark .ui-state-default, body.dark .ui-widget-content .ui-state-default, body.dark .ui-widget-content{
    border: 1px solid #2e3553;
    background: #090c1e;
}
body.dark .ui-state-active, body.dark .ui-widget-content .ui-state-active {
    background: #4527a0;
}
body.dark .ui-state-highlight, body.dark .ui-widget-content .ui-state-highlight {
    background: #fbc53c;
    color: #915608;
}
body.dark .ui-datepicker th {
    color: #aab3d9;
}
body.dark .dd-placeholder, body.dark .dd-empty, body.dark .dd-handle{
    background: transparent;
}
body.dark .dd-handle .dd3-handle{
    background: transparent !important;
}
body.dark .custom-control-input:disabled~.custom-control-label::before, body.dark .custom-control-input[disabled]~.custom-control-label::before{
    background-color: #626787;
}
body.dark .custom-select,  .custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='rgb(170, 179, 217)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
}
body.dark .message time, body.dark .message .sender-name{
    color: #434c70
}

body.dark .label-warning{color: #212529 !important}
body.dark .label-default[href]:focus, body.dark .label-default[href]:hover{background-color: #565656}
body.dark .label-primary[href]:focus, body.dark .label-primary[href]:hover{background-color: #4527a0}
body.dark .label-success[href]:focus, body.dark .label-success[href]:hover{background-color: #46b465}
body.dark .label-info[href]:focus, body.dark .label-info[href]:hover{background-color: #36c0ff}
body.dark .label-warning[href]:focus, body.dark .label-warning[href]:hover{background-color: #ffa700}
body.dark .label-danger[href]:focus, body.dark .label-danger[href]:hover {background-color: #ce0000}

body.dark .input-group-addon:first-child {
    border-left-width: 0;
}
body.dark .datepicker-plot-area {
    box-shadow: none !important;
    background: #1b2e4b;
}
body.dark .datepicker-plot-area .datepicker-day-view .table-days td span, body.dark .datepicker-plot-area .datepicker-year-view .year-item, body.dark .datepicker-plot-area .datepicker-month-view .month-item,
body.dark .datepicker-plot-area .datepicker-navigator .pwt-btn-next, body.dark .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, body.dark .datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
body.dark .datepicker-plot-area .datepicker-day-view .table-days td span, body.dark .datepicker-plot-area .datepicker-year-view .year-item, body.dark .datepicker-plot-area .datepicker-month-view .month-item {
    background-color: #1b2e4b;
    color: #fffafa;
}
body.dark .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell{
    color: #aab3d9
}
body.dark .datepicker-plot-area .datepicker-day-view .table-days td span.today{
    background-color: #434c70;
}
body.dark .datepicker-plot-area .datepicker-day-view .table-days td span.selected .datepicker-plot-area .datepicker-day-view .table-days td:hover, body.dark .datepicker-plot-area .datepicker-day-view .table-days td span:hover, body.dark .datepicker-plot-area .datepicker-year-view .year-item:hover, body.dark .datepicker-plot-area .datepicker-month-view .month-item:hover {
    background-color: #fff !important;
    color: #1b2e4b !important;
}
body.dark .datepicker-plot-area *{
    color: #aab3d9;
}
body.dark .datepicker-time-view{
    background: #1c2a49;
}
body.dark .datepicker-plot-area .datepicker-time-view .down-btn:hover, body.dark .datepicker-plot-area .datepicker-time-view .up-btn:hover {
    background-color: #030616;
}
body.dark .datepicker-plot-area .datepicker-day-view .table-days td span.other-month{
    color: #666
}
body.dark .form-group .bd-main{
    background: #1b2e4b;
    color: #aab3d9;
}
body.dark .bd-table-days button{
    background: #030616;
    color: #aab3d9;
}
body.dark .input-group .bd-table-days button:hover, body.dark .bd-selected-day{
    color: #4bbad6 !important;
}
body.dark .bd-holiday {
    background-color: #7a84ab !important;
    color: #fff !important;
}
body.dark .bd-main, body.dark .bd-next, body.dark .bd-prev, body.dark .bd-dropdown select{
    background-color: #090c1e !important;
    color: #fff !important;
}
body.dark .stepy-header li.stepy-active div{
    color: #aab3d9;
}
body.dark .alert .close {opacity: 0.7}
body.dark .alert .close:hover {opacity: 0.9}
body.dark table.dataTable tbody tr {
    background-color: #030616;
}
body.dark table.dataTable tbody tr.even {
    background-color: #090c1e;
}
body.dark .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button{
    background: transparent !important;
    border: 1px solid #2e3553;
    color: #aab3d9 !important;
}
body.dark .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current, body.dark .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover, body.dark .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:active {
    background: #030616 !important;
    border: 1px solid #aab3d9;
    color: #fff !important;
}
body.dark .dataTables_wrapper .dataTables_length, body.dark .dataTables_wrapper .dataTables_filter, body.dark .dataTables_wrapper .dataTables_info, body.dark .dataTables_wrapper .dataTables_processing, body.dark .dataTables_wrapper .dataTables_paginate{
    color: #aab3d9;
}
body.dark input[type="search"] {
    transition: ease 0.25s all;
    color: #aab3d9;
    background-color: #1b2e4b;
    border-color: #aab3d9;
}
body.dark .bd-today {
    background-color: #ebfcff !important;
    color: #030616 !important;
}
body.dark h1.page-error, body.dark h1.comming-soon, body.dark .modal-page ul.socials>li>a{
    color: #fff;
}

body.dark.sidebar-collapse #toggle-sidebar span{
    background: transparent;
}
body.dark .text-muted{
    color: #aab3d9 !important;
}
body.dark .panel-default{
    border: none;
}
.panel-default>.panel-heading{
    border-bottom: 1px solid #ddd;
}
body.dark .flat .noty_bar.noty_type_warning{
    color: #000 !important;
}
body.dark .img-box img.light{
    display: inline-block;
}
body.dark .img-box img.dark{
    display: none;
}
body.dark .modal-page ul.socials>li>a:hover{
    border-color: #fff;
}
   
body.dark #sidebar, body.dark.sidebar-collapse .metismenu > li ul, body.dark.sidebar-collapse.sidebar-extra .metismenu > li ul{
    scrollbar-color: #191e3a #030616 !important;
}
body.dark #sidebar::-webkit-scrollbar-track, body.dark.sidebar-collapse .metismenu > li ul::-webkit-scrollbar-track, body.dark.sidebar-collapse.sidebar-extra .metismenu > li ul::-webkit-scrollbar-track{
    background-color: #030616;
}
body.dark #sidebar::-webkit-scrollbar, body.dark.sidebar-collapse .metismenu > li ul::-webkit-scrollbar, body.dark.sidebar-collapse.sidebar-extra .metismenu > li ul::-webkit-scrollbar{
    background-color: #030616;
}
body.dark #sidebar::-webkit-scrollbar-thumb, body.dark.sidebar-collapse .metismenu > li ul::-webkit-scrollbar-thumb, body.dark.sidebar-collapse.sidebar-extra .metismenu > li ul::-webkit-scrollbar-thumb{
    background-color: #191e3a;
}
body.dark[class*="bg-"] .metismenu a:not(.current):hover{
    background-color: rgba(41, 41, 57, 0.5) !important;
}
@media (max-width: 767px){
    body.dark .breadcrumb-left, body.dark .breadcrumb-right {
        border-top: 1px solid #2e3553;
    }
}
@media (min-width: 992px){
    body.dark.sidebar-collapse .metismenu > li ul {
        background: #030616 !important;
    }
}
/*------------------------- Dark Mode End ------------------------*/



/*------------------------ Responsive Start -----------------------*/
@media (min-width: 1600px){
    .breadcrumb-box{
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    #inner-content{
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1400px){
    body, #page-content {
        min-height: 810px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .stat-box .h3{
        font-size: 11pt;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #sidebar{
        float: none;
        position: absolute;
    }
}
@media(min-width: 992px){
    body.sidebar-collapse #page-content{
        margin-right: 70px;
    }
    body.sidebar-collapse #sidebar{
        width: 70px;
    }
    body.sidebar-collapse .header-right{
        width: 72px;
    }
    body.sidebar-collapse .header-left{
        right: 70px;
    }
    body.sidebar-collapse.modal-open .header-left{
        right: 70px;
    }
    body.sidebar-collapse .search-form,
    body.sidebar-collapse #sidebar .user-box>.user-details,
    body.sidebar-collapse .metismenu>li>a>span
    {
        display: none;
    }
    body.sidebar-collapse .header-right a{
        margin-top:15px
    }

    body.sidebar-collapse .metismenu li {
        position: relative;
    }
    body.sidebar-collapse .metismenu > li ul {
        background: #212529;
        box-shadow: -4px 4px 6px rgba(0,0,0,.175);
    }
    body.sidebar-collapse .metismenu > li:hover > ul {
        height: auto !important;
    }
    body.sidebar-collapse .metismenu > li:hover > ul,
    body.sidebar-collapse .metismenu > li:hover > ul.collapse {
        display: block;
    }
    body.sidebar-collapse .metismenu > li > ul > li:hover > ul,
    body.sidebar-collapse .metismenu > li > ul > li:hover > ul.collapse {
        display: block;
        height: auto !important;
    }

    body.sidebar-collapse .metismenu > li:hover > a.has-arrow:after {
        transform: rotate(135deg);
    }
    body.sidebar-collapse .metismenu ul>li>a{
        padding-right: 15px;
        padding-left: 15px;
        height: 50px;
    }
    body.sidebar-collapse .metismenu>li>a.dropdown-toggle{
        padding: 15px
    }
    body.sidebar-collapse .metismenu>li>a.dropdown-toggle:before {
        content: "\e605";
        bottom: 16px;
        left: 0;
        right: inherit;
        font-size: 10px;
    }
    body.sidebar-collapse .metismenu>li ul li.active>a.dropdown-toggle:before,
    body.sidebar-collapse .metismenu>li.active>a.dropdown-toggle:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    body.sidebar-collapse .collapse.in,
    body.sidebar-collapse .metismenu li ul li .current:after{
        display: none;
    }

    body.sidebar-collapse .metismenu>li ul li>a.dropdown-toggle:before{
        content: "\e605";
    }
    body.sidebar-collapse #sidebar .user-box img{
        max-width: 50px;
    }
    body.sidebar-collapse .metismenu>li>a {
        text-align: center;
        height: 50px;
    }
    body.sidebar-collapse.sidebar-extra .metismenu>li>a {
        padding: 10px 15px;
    }
    body.sidebar-collapse .metismenu > li ul,
    body.sidebar-collapse.sidebar-extra .metismenu > li ul{
        top: 0 !important;
        padding: 10px;
    }
    .footer-container{
        width: calc(100% + 30px);
        right: 0;
        float: left;
        padding-right: 250px;
        padding-left: 0;
        margin: 0
    }
    body.sidebar-collapse .footer-container{
        padding-right: 105px;
    }
}
@media(max-width:991px){
    #page-content{
        margin-right: 0;
    }
    #sidebar{
        width: 0;
        overflow: hidden;
    }
    .header-right{
        width: 0;
    }
    .header-left,
    body.modal-open .header-left,
    body.modal-open .navbar-fixed-top{
        right: 0;
    }
    #toggle-sidebar-top{display: none}

    body.sidebar-collapse #page-content{
        margin-right: 220px;
    }
    body.sidebar-collapse #sidebar{
        width: 220px;
    }
    body.sidebar-collapse .header-right{
        width: 220px;
    }
    body.sidebar-collapse .header-left{
        right: 220px;
    }
    body.sidebar-collapse #toggle-sidebar-top{display: block}
    div[class*='min-height-']{
        min-height: 0;
    }
    .min-height-100 {
        min-height: 100px !important;
    }
    .footer-container{
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: -1;
    }
    .input-group-xs{width: 226px}
}
@media(min-width:768px){
    #page-content{
        position: relative;
        padding-bottom: 35px;
    }
}
@media(min-width:767px){
    .table-responsive {
        overflow-x: visible
    }
}
@media(max-width:767px){
    body, #page-content{
        min-height: 810px;
    }
    body.sidebar-collapse #page-content{
        margin-right: 0;
    }
    #sidebar{
        float: none;
        position: fixed;
        z-index: 9;
        right: 0;
        overflow-y: scroll;
        height: 100%;
    }
    body.sidebar-collapse #sidebar{
        top: 70px !important;
    }
    .metismenu .current:after,
    body.sidebar-collapse #toggle-sidebar-top,
    body.sidebar-collapse .top-bar .navbar-left{display:none}
    .top-bar .nav>li {
        float: right;
    }
    .header-left .navbar-left>li.dropdown.dropdown-user>a {
        padding: 11px 3px;
    }
    .top-bar .navbar-nav .open .dropdown-menu{
        position:absolute;
        left: 0;
        right: inherit;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .top-bar>.nav.navbar-right {
        float: right!important;
        margin-right: 30px;
    }
    .top-bar .navbar-left {
        float: left!important;
    }
    .top-bar .navbar-nav .open .dropdown-menu{
        background: #fff;
    }
    .top-bar .navbar-nav{margin: 0}
    #toggle-fullscreen, .top-bar .dropdown-user>a>span
    {
/*        display:none;
*/    }

    .table-responsive {
        overflow-x: auto;
    }
    .modal-page{
        margin: 0 auto 60px auto;
    }
    .footer-container{
        border-right: none;
    }
    .metismenu {
        padding-bottom: 60px;
    }
    .breadcrumb{
        display: block;
        overflow: auto;
        white-space: nowrap;
    }
    .breadcrumb-left {
        float: none;
        display: block;
        text-align: center;
        margin: 0 15px;
        font-size: 12px;
        border-top: 1px solid #dfdfdf;
    }
    table .btn{
        white-space: nowrap;
    }
}
@media (max-width: 576px){
    #page-content {
        padding: 20px 15px 0 15px;
    }
    .top-bar>.nav.navbar-right {
        margin-right: 15px;
    }
    .top-bar>.nav.navbar-left {
        margin-left: 15px;
    }
    .buttons-box.toggle-mobile .btn-toggle{
        display: inline-block;
    }
    .buttons-box.toggle.toggle-mobile{
        width: 32px;
    }
    .buttons-box.toggle.toggle-mobile.show{
        width: auto;
    }
    .portlet-body .btn{
        margin-bottom: 10px
    }
    .input-group>.form-control, .input-group>.form-select {
        height: 38px !important;
    }
    .input-group>textarea.form-control, textarea.form-control {
        height: auto !important;
    }
}
@media (max-width: 500px){
    #toggle-fullscreen{
        display:none;
    }
    .top-bar .navbar-nav .open .dropdown-menu{
        min-width: 175px;
    }
    .xxs-full-width{
        width: 100% !important;
    }
    input.knob, input.knob-animate{    
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        text-align: right !important;
        padding: 0 !important;
    }
    .stat-box input.knob-animate{    
        position: absolute !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
}
@media (max-width: 420px){
    #comming-soon>div{min-width: 50px}
    .tabs-left, .tabs-right{
        min-width: 45px;
    }
    .col3{        
        padding-right: 5px;
        padding-left: 5px;
    }
    .tabs-left>li>a, .tabs-right>li>a{
        padding: 5px 2px;
        font-size: 12px;
    }
    .visual {
        bottom: 15px;
        left: 15px;
    }
    .visual i {
        font-size: 24pt;
    }
    .stat-box .counter-down {
        font-size: 16pt;
    }
    .stat-box .h3{
        font-size: 11pt
    }
    .stepy-header li {
        padding: 10px 5px;
    }
    .nav-link {
        padding: 0.5rem 0.5rem;
    }
    .portlet-title h3{
        font-size: 11pt;
    }
    .input-group-xs{width: 100%}
    .nav-tabs .nav-link {
        padding: .25rem 0.5rem;
        font-size: 13px;
    }
}
@media(max-width: 380px){
    .modal-page ul.socials li {
        width: 34px;
        height: 34px;
    }
    .modal-page ul.socials>li>a{
        width: 34px;
        height: 34px;
    }
    .nav-tabs .nav-link {
        padding: .25rem 0.35rem;
    }
}
@media(max-width: 340px){
    .header-left .navbar-left .dropdown-messages .dropdown-menu {
        left: -35px;
    }
}
@media(max-width: 330px){
    body.sidebar-collapse .top-bar>.nav.navbar-right {
        margin-right: 5px;
    }
}
/*------------------------- Responsive End -------------------------*/