@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir.eot');
    src: url('../fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir.woff2') format('woff2'),
    url('../fonts/vazir/Vazir.woff') format('woff'),
    url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: VazirBold;
    src: url('../fonts/vazir/Vazir-Bold.eot');
    src: url('../fonts/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Bold.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Bold.woff') format('woff'),
    url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: VazirBlack;
    src: url('../fonts/vazir/Vazir-Black.eot');
    src: url('../fonts/vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Black.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Black.woff') format('woff'),
    url('../fonts/vazir/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: VazirMedium;
    src: url('../fonts/vazir/Vazir-Medium.eot');
    src: url('../fonts/vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Medium.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Medium.woff') format('woff'),
    url('../fonts/vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: VazirLight;
    src: url('../fonts/vazir/Vazir-Light.eot');
    src: url('../fonts/vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Light.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Light.woff') format('woff'),
    url('../fonts/vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: VazirThin;
    src: url('../fonts/vazir/Vazir-Thin.eot');
    src: url('../fonts/vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Thin.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Thin.woff') format('woff'),
    url('../fonts/vazir/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "iransans";
    src: url("../fonts/iransans.ttf") format("truetype");
}

@font-face {
    font-family: "iransans_fa";
    src: url("../fonts/iransans-fa.ttf") format("truetype");
}

@font-face {
    font-family: "shabnam";
    src: url("../fonts/shabnam.ttf") format("truetype");
}

* {
    font-family: iransans_fa;
}

.operation-result {
    margin: 20px;
}

.custom-style thead tr th {
    max-width: 100px;
}
.custom-style tbody tr td {
    max-width: 100px;
    border: solid 1px #eeeeee;
}
.fileinput-remove-button{
    background-color: white !important;
    color: #404040;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.fileinput-remove-button:hover {
    color: #404040;
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.file-preview-frame{
    box-shadow: 0 0 0!important;
}
.single_fileupload_custom{
    text-align: center;margin: 0 auto!important;
}
.file-preview {
    border: 0;
}
.file-default-preview{
    text-align: center;
}
.kv-rtl {
    text-align: center!important;
}
.fileinput-remove-button{
    background-color: white !important;
    color: #404040;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.fileinput-remove-button:hover {
    color: #404040;
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.file-preview-frame{
    box-shadow: 0 0 0!important;
}
.single_fileupload_custom{
    text-align: center;margin: 0 auto!important;
}
.uploader-caption{
    text-align: center;
    font-weight: bold;
}
.file-drop-zone{
    width: auto;
    max-width: 255px;
    border: 0;
    padding-right: 30px!important;
    display: inline!important;
}
.file-drop-zone:hover{
    border: 0!important;
}
.file-drop-zone:focus{
    border: 0;
}
.file-input{
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    padding: 5px;
}
.fileinput-remove span{
    color: red;
}
/* ---- */
.first_category_container{
    display: none;
}
.first_category_spinner{
    display: none;
}
.second_category_container{
    display: none;
}
.second_category_spinner{
    display: none;
}
/* ----------- */
.list-image-holder img{
    border-radius: 10px;
}
.list-action-container{
    z-index: 9999;
}
.list-action-button{
    z-index: 10000;
    width: 100%!important;
}
/* Spinner border */

.spinner-border {
    border: .1em solid #ff4c4f;
    border-left-color: transparent;
    width: 1.2em;
    height: 1.2em;
    margin: 0 auto;
}
.line-break {
    color: #c5ccca;
    border: .05em solid #e7f0ee;
    background-color: #e3eae8;
}
.mw-200{
    min-width: 200px;
}
.mw-100{
    min-width: 100px;
}
.mw-150{
    min-width: 150px;
}
.mw-300{
    min-width: 300px;
}

/* Auto Complete */
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    /*display: inline-block;*/
}

/*input {*/
/*    border: 1px solid transparent;*/
/*    background-color: #f1f1f1;*/
/*    padding: 10px;*/
/*    font-size: 16px;*/
/*}*/

/*input[type=text] {*/
/*    background-color: #f1f1f1;*/
/*    width: 100%;*/
/*}*/

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.btn-icon{
    position: absolute;
    top: 17px;
    left: -12px;
    padding: 15px;
    background-color:#10163A;
    color:#fff;
    border-radius:7px;
}
