* {
    padding: 0px;
    margin: 0px;
}

body {
    direction: rtl;
    background-color: #EFF1F2;
    font-family: IRANSansWeb;
    padding-top: 50px;
}

ul {
    margin-bottom: 0;
}

h1 {
    color: white !important;
}

.navbar-inverse {
    /* background: #e2eefa; */
    background: #fff;
    border: 2px solid #fff;
    border-bottom-color: #ccc;
    color: #000000;
}

.text-black {
    color: #162401 !important;
}

.p3 {
    padding: 5px 0;
}
a.disabled {
    pointer-events: none;
    cursor: not-allowed!important;
}

.badge-success {
    font-size: 15px;
    padding: 5px 20px;
    background-color: #003300;
}

.item-panel {
    padding: 20px 5px;
    background-image: linear-gradient(to bottom right, #ffffff, #04f804);
    border-radius: 8px;
    box-shadow: 0 2px 5px 2px #003300;
    margin-top: 20px;
}
.sinister{
    display: inline-block;
    margin: 0 10px;
    color: black;
    transform: rotate(45deg);

}
#yii-debug-toolbar{
    display: none!important;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"),
    url('../fonts/IRANSansWeb.woff') format("woff"),
    url('../fonts/bnazanin.ttf') format("truetype");
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.eot?#iefix') format("embedded-opentype"),
    url('../fonts/yekan.woff') format("woff"),
    url('../fonts/yekan.ttf') format("truetype"),
    url('../fonts/yekan.svg#yekan') format("svg");
}

.sidebar {
    background: #000000;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    position: fixed;
    height: 100%;
    display: none;
    margin-top: 50px;
    padding-top: 30px;
    width: 20%;
    font-family: Yekan;
}

.text-white {
    color: #ffffff!important;
}

.list-unstyled li {
    font-weight: bold;
}

.list-unstyled {
    padding: 30px;
}

.list-unstyled li {
    margin: 5px;
}

.list-unstyled li ul li {
    list-style: none;
    padding-right: 10px;
}

.empty {
    text-align: center;
}

.col-md-offset-2 {
    margin-right: 20%;
}

.col-md-10 {
    width: 83.3%;
    background: #ffffff;
    border-top: 1px solid #EFF1F2;
    margin-top: 4px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.col-md-2 {
    padding-right: 0px;
    padding-left: 0px;
}

.nav-sidebar li a {
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.nav-sidebar li a:hover {
    background: #ffffff;
    color: #000000;
}

.form-control {
    border-radius: 0px;
    width: 100%;
}

.grid-view .form-control {
    width: 100%;
}

.breadcrumb {
    color: #ffffff;
    border-radius: 0px;
}

.breadcrumb .active {
    color: #000000;
}

.breadcrumb li {
    color: #000000;
}

.breadcrumb li a {
    color: #000000;
}


label {
    width: 100%;
    color: #555;
    float: right;
    padding-left: 20px;
    /*width:150px;*/
    padding-top: 8px;
}

.field-product-show {
    width: 100%;
    float: right;
}

.product-form .form-group {
    float: right;
    width: 95%;
}

.field-product-price span {
    float: right;
}

.btn-primary {
    border-radius: 0px;
}

.form-group {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-rigth: 10px;
}

.form-control {
    padding: 0 10px;
}

.box_title {
    background: #f9f9f9;
    height: 45px;
    margin-bottom: 30px;
    line-height: 45px;
}

.box_title span {
    margin-right: 30px;
    font-weight: bold;
    font-size: 18px;
}

.nav > li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.table {
    margin-top: 15px;
}

#adminlogin-captcha {
    width: 55%;
    margin-right: 135px;
}

.table tr th {
    color: #000000;
    text-align: center;
}

.table tr td {
    text-align: center;
}

.table tr th a {
    color: #000000;
    text-align: center;
}

#order_table {
    width: 90%;
    margin: auto;
}

#payment_setting label {
    width: 180px;
}

.answer_comment_form textarea {
    width: 100%;
    height: 180px;
    resize: none;
}

.answer_comment_div {
    display: none;
}

#menu li ul {
    display: none;
}

#menu li a {
    font-family: IRANSansWeb;
}

#menu li ul {
    padding-top: 15px;
}

#menu li ul li {
    padding-top: 5px;
}

.menu_li_back {
    background: #f4c05b;
}

.menu_li_back2 {
    background: black;
}

#menu li ul li a {
    font-size: 14px;
    padding-right: 15px;
    font-family: IRANSansWeb;
    background: none !important;
}

@media (min-width: 768px) {
    .sidebar {
        display: block;
    }

}

a {
    color: #333333;
    cursor: pointer;
}

a:hover, a:focus {
    color: #581c24;
}

a#btn-return,button.btn-clear,a.btn-return,a.btn-create,button.btn-return,div.btn-create{
    padding:10px 20px;
    margin-left: 2px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
button.btn-return{
    outline: none!important;
    border: none!important;
    background-color: #eee!important;
    color: #404244cc;
}
button.btn-clear{
    outline: none!important;
    border: none!important;
}

a#btn-return,button.btn-clear ,a.btn-return,button.btn-return:hover{
    background-color: #999!important;
    color: white;
}


a#btn-return:hover,button.btn-clear:hover,a.btn-return:hover,button.btn-return:hover{
    text-decoration: none;
    background-color: #404244cc!important;
}
a.btn-create,button.btn-create{
    background-color: hsl(208deg 79% 51%);
    color: white;
}
a.btn-create:hover,button.btn-create:hover{
    background-color: hsl(208deg 79% 51%);
    color: white;
    text-decoration: none;
}
/* .input_same_height_with_button,.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple{
    height: 37px!important;
} */
.width_100_percent{
    width: 100%!important;
}

.table > thead > tr > th{
    color: #111!important;
    background-color: #eeeeee!important;
}

#li_1 ul li a:hover {
    color: red;
    text-decoration: none;
}

#li_2 ul li a:hover {
    color: red;
    text-decoration: none;
}

#li_3 ul li a:hover {
    color: red;
    text-decoration: none;
}

#li_4 ul li a:hover {
    color: red;
    text-decoration: none;
}

/**/
input {
    font-size: 11px !important;
    height: 28px !important;
}
button#btn-return{
    padding:10px 20px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    outline: none!important;
    border: none!important;
}
button#btn-return{
    background-color: #999!important;
    color: white;
}

button#btn-return:hover{
    text-decoration: none;
    background-color: #404244cc!important;
}

select {
    font-size: 11px !important;
    height: 28px !important;
}


.btn-orange1 {
    background-color: #ff6f00 !important;
    color: #fff;
}

.btn-orange2 {
    background-color: #ff8f00 !important;
    color: #fff;
}

.btn-orange3 {
    background-color: #ff8f00 !important;
    color: #fff;
}

.btn-orange4 {
    background-color: #ffca28 !important;
    color: #fff;
}

.btn-red1 {
    background-color: #d9534f !important;
    color: #fff;
}

.btn-red2 {
    background-color: #d96461 !important;
    color: #fff;
}

/**/
.nav-side-menu {
    overflow: auto;
    font-family: IRANSansWeb;
    font-size: 17px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 225px;
    /*height: 100%;*/
    min-height: 100vh;
    color: #e1ffff;

}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f104";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;

}

.nav-side-menu ul li i {
    margin-left: 20px;
}

.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

/*
.btn-danger.btn-outline {
    color: #d9534f;
}
*/
/*input.btn-danger,a.btn-danger, button.btn-danger
,input.btn-success,a.btn-success, button.btn-success{
    font-size: 10px!important;
}*/

.btn-primary.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover{
    color: #fff;
}
/*.btn-danger, input.btn-danger{
    padding: 2px 5px;
    box-shadow: 0 1px 1px 1px #999999;
    transition: all .2s;
    font-size: 10px!important;
}*/
.btn{
    padding: 2px 5px!important;
}
footer {
    background-color: #c6f1d0;
    border: 2px solid #c6f1d0;
    padding: 30px 0px;
    margin-top: 50px;
}

footer ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    padding-top: 50px;
}

footer ul li {
    float: left;
}

footer ul li a {
    color: #b1aca1;
    padding: 20px;
}

footer ul li a:hover {
    color: #7dabdb;
    text-decoration: none;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-top .fa {
    font-size: 18px;
    color: #FFF;
    padding-right: 10px;
}

.footer-top a {
    color: #FFF;
    text-decoration: none;
}

.footer-top .col-lg-2:hover .fa, .footer-top .col-lg-2:hover a {
    color: #7dabdb;
}

.copyright {
    background-color: #f0f0f0;
}

.copyright p {
    font-size: 12px;
    padding: 15px 0 10px 0;
}


/*************  new styles *************/

button {
    font-size: 14px !important;
}
button.btn-create{
    background-color: hsl(208deg 79% 51%);
    color: white;
    outline: none;
    border: none;
}
button.btn-create{
    padding:10px 20px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
button.btn-create:hover{
    background-color: hsl(208deg 79% 51%);
    color: white;
    text-decoration: none;
}


table tbody tr td li.active a {
    color: green !important;
}

.dropdown-menu > li > a.disabled{
    cursor: not-allowed!important;
    background-color: #888888;!important;
}
.dropdown-menu .divider {
    margin: 0 !important;
}

.dropdown-item {
    width: 100%;
    display: block;
    padding: 2px 10px;
    cursor: pointer;
}

.table-hover > tbody > tr:hover {
    background-color: #eeeeee85 !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
    color: #000; 
}

.kv-grid-container {
    float: right!important;
    width: 100% !important;
}

.customTable > tbody > tr > td {
    color: #00146d!important;
}


.open > .dropdown-menu {
    color: #000 !important;
    padding: 0 !important;
}
.table-bordered > tbody > tr > td,.table-bordered,thead > tr > th{
	border:1px solid #111!important;
}

.d-i-block {
    display: inline-block;
}

.glyphicon {
    margin-right: 0 !important;
}

input[type="file"] {
    color: white;
    background-color: #999!important;
    padding: 2px 0 0 2px;
    width: 100%;
    display: block;
    border: 2px solid #777;
    direction: ltr;
    width: 100%;
}
.bootstrap-select .dropdown-toggle .caret{
    right: 96%!important;
}

.nav-item .active {
    background: #003300;
}

a:hover {
    background: transparent;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

/*
a.btn-remove,button.btn-remove,input.btn-remove,a.btn-accept,button.btn-accept,input.btn-accept{
    color: #ffffff!important;
    margin: 0 2px;
    border-radius: 4px;
    box-shadow: 0 1px 2px #cccccc;
    padding: 3px 5px;
    transition: all .2s;

    border: 0!important;
    outline: 0!important;
}
*/
/*
a.btn-remove,button.btn-remove,input.btn-remove{
    background-color: #e74d4d;
}
a.btn-accept,button.btn-accept,input.btn-accept{
    background-color: #64cb64;
}
a.btn-remove:hover,button.btn-remove:hover,input.btn-remove:hover{
    background-color: #ba1e1e !important;
}
a.btn-accept:hover,button.btn-accept:hover,input.btn-accept:hover{
    background-color: #308810 !important;
}*/

.showElement {
    display: block !important;
    color: red !important;
}

.success {
    border: 2px solid green !important;
}

.error {
    border: 2px solid red !important;
}

.show-error {
    display: block;
    color: red;
}

.panel-color {
    background: #093402;
}

 input.btn-detail,button.btn-detail, a.btn-detail {
    color: #ffffff!important;
    margin: 0 2px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 1px #999999;
    padding: 2px 5px;
    transition: all .2s;
}


a.btn-detail:hover,input.btn-detail:hover{
    background-color: #025c79 !important;
}

a.btn-detail,input.btn-detail  {
    background-color: #012632!important;
}

button.btn-moteghazi, a.btn-moteghazi {
    color: #111!important;
    margin: 0 2px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 1px #999999;
    padding: 2px 5px;
    transition: all .2s;
}


a.btn-moteghazi:hover{
    background-color: #a8a8a8 !important;
}

a.btn-moteghazi {
    background-color: #DEE2E5!important;
}

/*
input[type="text"]:invalid{
    border: 2px solid red;
}*/
hr {
    border-color: #999 !important;
    box-shadow:  #999;
}

.navigation-menu {
    list-style: none;
}

.navigation-menu li {
    display: inline-block;
    color: white;
    padding: 10px 5px;
    transition: background-color 0.3s;
}

.navigation-menu li a {
    padding: 10px 10px;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
}

.navigation-menu li a:hover {
    color: #fff;
    background-color: hsl(208deg 79% 51%);
}

.navigation-menu li a.active {
    color: #fff;
    background-color: hsl(208deg 79% 51%);
}



.vertical-align {
    vertical-align: middle !important;
}
.error-summary{
    padding: 10px 20px;
    background-color: #e77d7d;
}

.special-green-box, .special-search-box,.special-white-box, .special-box {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 1px #999;
    padding: 20px;
    margin-bottom: 20px;
}

/* .special-green-box {
    background: #92ab83;
} */

/* .special-white-box {
    background: #f0ad4e;
} */

/* .special-search-box {
    background: #f0ad4e;
} */

/* .special-box-orange1 {
    background: #f0ad4e;
} */

/* .special-box-orange2 {
    background: #f0ad4e;
} */

.min-height-600 {
    min-height: 580px
}

.btn-medium-green {
    width: 150px;
    background-color: #48993D;
    color: white;
    transition: background-color 0.3s;
}

button.btn-medium-green:hover {
    background-color: #061600;
    color: white;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-3 {
    margin-top: 30px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-1 {
    margin-top: 10px !important;
}

/*primary page*/
.help-block, .control-label {
    color: #030a29 !important;
}

/* pretty checkbox maker custom styles */
.pretty .state label:after, .pretty .state label:before {
    margin-top: 16px !important;
    right: 0 !important;
}
.pwt-btn,.datepicker-plot-area .datepicker-year-view .year-item,.datepicker-plot-area .datepicker-month-view .month-item,.datepicker-plot-area .datepicker-day-view .table-days td span,.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell,.datepicker-plot-area .toolbox{
    font-family: IRANSansWeb!important;
}
/*context menu for gridview*/
ul.dropdown-menu li.member {
    /*padding: 3px 5px;*/
    background-color: #eeeeee;
    transition: background-color 0.3s;
    color: hsl(208deg 79% 51%);
}
.bg-detail{
    background-color: hsl(208deg 79% 51%)!important;
    padding: 10px 0!important;
}
ul.dropdown-menu li.member a:hover {
    background-color: #9d9b9b;
}

ul.dropdown-menu li.divider {
    height: 1px !important;
    background: #000;
}

/*card style bootstrap*/
.btn-enter,.special-search-box{
background-color: #DEE2E5;
}
.special-green-box,.special-white-box{
    background-color: #fff;
}


.card .card-body .card-title, .card .card-body .content {
    background-color: #fff;
    color: white;
    padding: 10px 10px;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px 1px #999;
}

.card .card-body .content {
    background-color: #fff;
}

.margin-botton-10{
    margin-bottom:10px!important;
}
.margin-left-10{
    margin-left:10px!important;
}
/*bootstrap pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: hsl(208deg 79% 51%);
    border-color: hsl(208deg 79% 51%);
}

/*component-box*/
.component-box {
    display: inline-block;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.component-box-blue {
    /* background-image: linear-gradient(to bottom right, #246d7a, #0d3349); */
    background-color: #333  ;
    box-shadow: 0 2px 5px 2px #222;
}

.component-box-red {
    /* background-image: linear-gradient(to bottom right, #833a51, #490d2e); */
    background-color: #555  ;
    box-shadow: 0 2px 5px 2px #444;
}

.component-box .component-body ul li {
    list-style-type: none;
    padding: 3px 10px;
}

.component-box .component-body ul li span {
    padding-right: 10px;
}

.component-box .component-footer a {
    margin: auto;
}

table thead tr th,table tbody tr th ,table tbody tr td {
    text-align: center!important;
}

/*.float-right{
    float: right;
}
.float-left{
     float: left;
 }*/
