/*ریست کلی*/
* {
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

/*Font*/
@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/IRANSansRegular.eot"); /* IE9*/
    src: url("../fonts/IRANSansRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/IRANSansRegular.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/IRANSansRegular.woff") format("woff"), /* chrome、firefox */
    url("../fonts/IRANSansRegular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/IRANSansRegular.svg#IRAN Sans Bold") format("svg"); /* iOS 4.1- */
}

/*Font Bold*/
@font-face {
    font-family: "IranSansBold";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/IRANSansBold.eot"); /* IE9*/
    src: url("../fonts/IRANSansBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/IRANSansBold.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/IRANSansBold.woff") format("woff"), /* chrome、firefox */
    url("../fonts/IRANSansBold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/IRANSansBold.svg#IRAN Sans Bold") format("svg"); /* iOS 4.1- */
}

/*شروع کدهای رسپانسیو کردن*/
/*برای کامپیوتر و بزرگتر*/
/*از 1200 پیکسل به بالا*/
@media (min-width: 1200px) {

    #sidebar {
        width: 20% !important;
    }

    #content {
        width: 71% !important;
    }

    #menu {
        width: 100% !important;
        margin-right: 10% !important;
    }
}

/*برای لپ تاپ و دسکتاپ*/
/*از 992 پیکسل تا 1199 پیکسل*/
@media (min-width: 992px) and (max-width: 1199px) {

    #menu {
        width: 84.6% !important;
        margin-right: 16% !important;
    }

    .dialog {
        width: 72% !important;
    }

    #dialogListUsers {
        width: 54% !important;
    }

    .mr-33 {
        width: 54% !important;
    }
}

/*برای تبلت*/
/*از 0 تا 991 پیکسل*/
@media (max-width: 991px) {
    #dashboard {
        line-height: 30px !important;
    }

    /*باکس های آمار عددی تو تبلت و گوشی*/
    .padding0 {
        margin-bottom: 22px;
    }

    /*لیست منو یا همان UL اصلی منو(id===>>ul)*/
    #menu {
        width: 95.6% !important;
        margin-right: 6% !important;
    }

    .dialog {
        width: 72% !important;
    }

    #dialogListUsers {
        width: 50% !important;
    }

    .mr-33 {
        width: 52% !important;
    }
}

/*برای موبایل*/
/*از 0 تا 767 پیکسل*/
@media (max-width: 767px) {
    #sidebar {
        width: 0; /* 0 width - change this with JavaScript */
        position: relative;
        right: -3px;
    }

    /*ایکون منو در گوشی فعال می شود*/
    #open_nav {
        display: block !important;
    }

    #sidebar {
        position: fixed;
        height: 100%;
    }

    /*ایکون بستن منو در گوشی هنگام باز شدن منو فعال می شود*/
    .closeBtn {
        display: block !important;
    }

    .wRem4 {
        width: 6.2rem !important;
    }

    .wRem3 {
        width: 6.2rem !important;
    }

    #dialogListUsers{
        width: 60% !important;
        margin-right: auto !important;
    }

    .mr-33{
        width: 70% !important;
        margin-right: auto !important;
    }

}

/*موبایل های کوچیک*/
/*از 0 تا 575 پیکسل*/
@media (max-width: 575px) {
    body {
        background: #ffffff !important;
    }

    #main {
        margin: 0 auto !important;
    }

    .dialog {
        width: 90% !important;
    }

    #dialogListUsers {
        width: 90% !important;
    }

    #ico_hed_top {
        padding: 0 !important;
    }
}

/*انتهای کدهای رسپانسیو کردن*/

body {
    /*background: #ff512f; !* برای پشتیبانی مرورگرهای قدیمی *!
    background: -webkit-linear-gradient(to left, #ff512f, #f09819); !* برای گوگل کروم از نسخه 10 تا 25, و سافاری 5.1 تا 6 *!
    background: linear-gradient(to left, #ff512f, #f09819);*/
    background: #301263 url(../images/bg.png) no-repeat right -1px !important;
}

.font_f {
    font-family: 'IranSans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.font_f_b {
    font-family: 'IranSansBold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body.active {
    overflow: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.border_radius20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.border_radius15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.border_radius8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.border_radius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.color_b {
    background: #301263;
}

.color_kh {
    background: #f2f2f2;
}

.color_aaa {
    color: #aaa;
}

.txtLeft {
    text-align: left;
    direction: ltr;
}

.clear {
    clear: both;
}

#main {
    margin: 2% auto;
    background: #ffffff;
}

/*Start Navbar*/
#sidebar {
    background: #090318;
    padding: 0 !important;
    z-index: 1; /* Stay on top */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The side navigation menu */
#menu {
    width: 74.6%;
    padding: 0;
    margin: 20px 26% 20px 0;
}

#menu li {
    position: relative;
}

#menu > li.active {
    background: #6f549f;
}

#menu > li {
    padding: 5px 15px 5px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

#menu > li > a {
    display: block;
    height: 40px;
    line-height: 35px;
    padding-right: 10px;
    color: #ffffff;
    font-size: .9rem;
    text-decoration: none;
}

.menu_level2 {
    display: none;
    padding: 0;
}

.menu_level2 > li.active {
    background: #f79302;
}

.menu_level2 > li {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.menu_level2 > li > a {
    display: block;
    height: 40px;
    line-height: 35px;
    padding-right: 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: .7rem;
}

.arrow_left {
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    position: absolute;
    left: 40px;
    top: 20px;
}

.arrow_down {
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    left: 40px;
    top: 20px;
}

/*ایکون های کنار لیست منو*/
.icon_nav {
    vertical-align: middle;
    margin-left: 5px;
}

/*End Navbar*/

/* Position and style the close button (top right corner) */
.sidenav .closeBtn {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 36px;
    display: none;
    text-decoration: none;
    color: #f09819;
}

/*قسمت بالای منو*/
#admin_info {
    width: auto;
    padding: 10% 0;
    margin: 0 auto;
    text-align: center;
}

/*عکس مدیر*/
#admin_info #pic {
    width: 40%;
    margin-bottom: 12px;
}

/*نام مدیر*/
#admin_info #admin_name {
    color: #ffffff;
    font-size: .8rem;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

/*ایمیل مدیر*/
#admin_info #admin_mail {
    color: #ffffff;
    font-size: .7rem;
    direction: ltr;
    display: block;
    text-align: center;
}

/*سطح دسترسی مدیر*/
#admin_info #admin_level {
    color: #ffffff;
    font-size: .6rem;
    display: block;
    text-align: center;
    padding: 4px 0;
    width: 50%;
    margin: 20px auto;
}

/*End Sidebar*/

/*Start Content*/
#content {
    margin: 2% 4.1%;
    overflow: hidden;
    min-height: 555px;
}

/*ایکون باز کر دن منو در گوشی*/
#ico_nav {
    vertical-align: middle;
    color: #301263;
}

/*دیوی که ایکون منو در ان قرار دارد*/
#open_nav {
    display: none;
}

#dashboard {
    line-height: 26px;
}

/*قسمت ایکون های بالا سمت چپ(خروج و اعلانات و باز و بسته بودن فروشگاه)*/
#ico_hed_top {
    text-align: left;
}

/*ایکون اعلانات*/
.h_c_i {
    border: 1px solid #eeeeee;
    padding: 5px;
    display: inline-block;
    position: relative;
}

/*قسمت تعداد اعلان ها*/
.tit {
    background: #f09819;
    padding: 3px;
    position: absolute;
    top: 2px;
    left: 12px;
}

/*فرم خروج از پنل مدیریت*/
.exit_form {
    width: 260px;
    position: fixed;
    z-index: 1;
    top: 85px;
    left: 10%;
    background: #fff;
    padding: 10px;
    font-size: .8rem;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 255, .3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 255, .3);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 255, .3);
    display: none;
}

/*متن پیغام خروج*/
.exit_form .txt_msg {
    margin-bottom: 5%;
    display: block;
}

/*دکمه انصراف*/
.exit_form .cancel {
    background: #f09819;
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
}

/*دکمه خروج*/
.exit_form .exit {
    float: left;
    background: red;
    padding: 7px 15px;
    color: #fff;
    text-decoration: none;
}

/*انتهای فرم خروج از پنل مدیریت*/

.padding0 {
    padding-right: 0 !important;
}

.bg_blue {
    background: #0abdff;
}

.bg_red {
    background: red;
}

.bg_green {
    background: green;
}

.btn_blue {
    font-size: .6rem;
    height: 24px;
    color: #fff;
    line-height: 21px !important;
}

/*شروع جدول محصولات*/
.tbl_products {
    padding: 20px 0 !important;
}

.tbl_products .table tr, td {
    text-align: center;
    line-height: 30px;
}

.tbl_products .table tr {
    font-size: .8rem;
}

.tbl_products .table td {
    font-size: 0.9rem;
}

.tbl_products .table thead {
    background: rgba(0, 0, 255, .2);
}

/*دکمه ویرایش*/
.tbl_products .table .edit_products {
/*    width: 56px;
    padding: 0 5px;*/
}

/*دکمه حذف*/
.tbl_products .table .del_products {
/*    width: 46px;
    padding: 0 5px;*/
}

.tbl_products .table .del_products i, .edit_products i {
    font-style: normal;
    margin-right: 2px;
    vertical-align: middle;
}

.fa-plus-circle::before {
    vertical-align: middle;
}

.fa-pencil-alt::before {
    vertical-align: middle;
}

.fa-trash-alt::before {
    vertical-align: middle;
}

.tbl_products .table a {
    text-decoration: none;
    color: #fff;
    font-size: .6rem;
}

/*سطر دکمه های افزودن محصول و افزودن تصویر*/
#row_btn_access {
    margin: 15px auto 0 auto;
    direction: ltr;
}

/*دکمه افزودن محصول و غیره*/
#row_btn_access .new_products {
    width: 92px;
    margin-right: 5px;
    text-align: center;
}

/*دکمه افزودن تصویر*/
#row_btn_access .img_products {
    width: 84px;
    text-align: center;
}

/*تگ های a داخل سطر دکمه های افزودن*/
#row_btn_access a {
    text-decoration: none;
    color: #fff;
}

/*شروع دیالوگ*/
.dialog {
    width: 50%;
    height: auto;
    position: fixed;
    top: 11%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 6;
    overflow: hidden;
    display: none;
}

/*دکمه بستن دیالوگ*/
.close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: red;
}

/*دیو پس زمینه سیاه دیالوگ*/
.dark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 5;
    display: none;
}

/*پایان دیالوگ*/

/*شروع اطلاعات کاربر*/
.user_info_title {
    padding: 5px 30px 5px;
    border-bottom: 1px solid #eee;
}

.user_img {
    width: 100px !important;
    margin: 15px auto !important
}

.row_custom {
    margin-bottom: 15px;
}

/*سفارشی کردن اینپوت با تایپ تکس*/
.in_txt_custom {
    width: 60% !important;
    border: 1px solid #ddd;
    color: #555;
    cursor: not-allowed;
}

/*سفارشی کردن برچسب ها*/
.lbl_custom {
    width: 35% !important;
    color: #555;
    font-size: .8rem;
    line-height: 28px;
}

/*انتهای اطلاعات کاربر*/

.frm_new_user {
    padding: 20px;
}

.in_txt {
    color: #555;
}

/*اگر متن ورددی خالی بود قاب دور اینپوت را بریده بریده به رنگ قرمز دربیا*/
.in_txt:invalid {
    border: 1px dashed red;
}

/*غیر فعال کردن*/
.in_txt:valid {
    border: 1px solid #ced4da;
}

/*استان*/
.province {
    margin-bottom: 15px;
}

/*استان و شهر*/
.province, .city {
    background-position: left .75rem center !important;
    font-size: .875rem !important;
}

.lbl_frm_add {
    font-size: .875rem !important;
}

.txt_area_add {
    font-size: .875rem !important;
}

.ratio_group {
    margin-bottom: 15px;
}

.ratio_add {
    margin: 0 5px 0 10px;
}

.time_custom {
    width: 16% !important;
    display: inline-block !important;
}

/*فلش رو به پایین*/
.chevron_custom {
    background-position: left .75rem center !important;
    font-size: .875rem !important;
    margin-bottom: 15px;
}

.btn_frm {
    display: block;
    text-align: left;
    margin-top: 30px;
}

/*انتهای جدول محصولات*/

/*دکمه اصراف*/
.btn_cancel {
    background: red;
    border: none;
    color: #fff;
    padding: 7px 7px;
    vertical-align: middle;
}

/*آپلود فایل*/
.box_file {
    float: right;
    margin: 15px 0;
}

.inputFile {
    opacity: 0;
    position: absolute;
}

.inputFile + label {
    font-size: .875rem;
    cursor: pointer;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputFile:focus + label,
.inputFile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputFile-4 + label {
    color: #d3394c;
    text-align: center;
}

.inputFile-4:focus + label,
.inputFile-4.has-focus + label,
.inputFile-4 + label:hover {
    color: #722040;
}

.inputFile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputFile-4:focus + label figure,
.inputFile-4.has-focus + label figure,
.inputFile-4 + label:hover figure {
    background-color: #722040;
}

.inputFile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
    margin-top: -0.25em;
}

.form-group {
    display: none;
}

/*ویرایش عکس پروفایل و لوگو در قسمت ویرایش اطلاعات کاربر*/
.pic_prof {
    width: 130px;
    float: left;
    margin-right: 50px;
}

.check_custom {
    margin-right: 0 !important;
}

/*قسمت فیلتر مثل ایکسل*/
.item_filter {
    position: relative;
}

.item_filter .filter_excel {
    width: 90px;
    height: 30px;
    border: 1px solid #eee;
    padding-right: 10px;
    color: #212529;
}

.item_filter .list_filter_excel {
    width: 150px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px #ccc;
    -moz-box-shadow: 0 3px 4px #ccc;
    -o-box-shadow: 0 3px 4px #ccc;
    position: absolute;
    top: 69px;
    left: -52px;
    display: none;
    z-index: 4;
}

.item_filter .list_filter_excel li {
    list-style: none;
    font-size: .7rem;
    cursor: pointer;
}

.sort_down_custom {
    position: absolute;
    left: 3px;
    top: 15px;
}

.search_custom {
    /*margin-bottom: 15px;*/
}

.margin_b15 {
    margin-bottom: 15px;
}

.tr_category {
    vertical-align: middle;
}

.tr_category .pic_category {
    width: 60px;
}

/*آیکون نمایش اطلاعات محصولات فروشگاه*/
.show_info {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid green;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    color: green;
}

.relative {
    position: relative;
}

/*لیست انتخاب محصول با وارد کردن نامش  داخل اینپوت*/
.list_select {
    width: 190px;
    padding: 15px 0;
    -webkit-box-shadow: 0 3px 8px #ccc;
    -moz-box-shadow: 0 3px 8px #ccc;
    -o-box-shadow: 0 3px 8px #ccc;
    position: absolute;
    top: 78px;
    left: 15px;
    background: #fff;
    display: none;
}

.list_select li {
    list-style: none;
    font-size: .7rem;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
}

.list_select li:hover {
    background: #d1fff3;
}

#list_select {
    width: 240px;
}

#product_info_img {
    width: 100%;
    height: 260px;
    border: 1px solid #eee;
}

.lbl_product_name, .txt_product_name {
    display: initial;
    text-align: center;
    font-size: .875rem;
}

.btn_link {
    display: inline-block;
    line-height: 24px;
    color: green !important;
}

.item_img img {
    width: 100%;
    padding: 12px;
    -webkit-box-shadow: 0 2px 8px #ccc;
    -moz-box-shadow: 0 2px 8px #ccc;
    -o-box-shadow: 0 2px 8px #ccc;
    margin-bottom: 27px;
}

/*دکمه حذف تصاویر گالری*/
.btn_del {
    top: 5px !important;
    left: 20px !important;
}

/*قیمت محصولات*/
#product_price {
    text-align: center;
    width: 90px;
    font-size: .7rem;
}

/*تعداد محصولات*/
#product_num {
    text-align: center;
    width: 50px;
    font-size: .7rem;
}

/* start Pagination*/
.pagination {
    direction: ltr;
    font-size: .8rem;
}

/* End Pagination*/

#open_shop .exit {
    background: #02ac02;
}

/*دیالوگ حذف*/
#form_delete {
    top: 160px;
    left: 12%;
}

#product_delete {
    top: 290px;
    left: 12%;
}

#property_delete {
    top: 100px;
    left: 28%;
}

#brand_delete {
    top: 100px;
    left: 22%;
}

#category_delete {
    top: 100px;
    left: 18%;
}

/*دکمه دایره ای تیک سفید برای ذخیره تغییرات ویرایش سریع قیمت و تعداد*/
#save_editing {
    color: green;
    font-size: 2rem;
    margin-bottom: 1rem;
    float: left;
    display: none;
}

#btn_new_property {
    padding: 0 3px;
}

#btn_new_property i {
    font-style: normal;
    margin-right: 2px;
    vertical-align: middle;
}

#info_important hr {
    margin: .5rem 0;
}

.txt_message {
    width: 15rem;
}

.txt_message p {
    height: 1.3rem;
    width: 180px;
    overflow: hidden;
}

.txt_message p.active {
    height: auto !important;
}

.txt_message .more {
    color: #0d6efd;
    display: none;
    position: absolute;
    left: 14px;
}

.txt_message p .min {
    display: none;
    color: green;
    border-bottom: 1px dashed green;
}

#form_delete_msg {
    top: 60px;
    left: 190px;
}

#form_delete_order {
    top: 270px;
    left: 190px;
}

#reply {
    padding: 0 5px;
}

.font_small {
    font-size: .85rem !important;
}

.w25 {
    width: 24% !important;
}

.w20 {
    width: 20% !important;
    padding-left: 0 !important;
}

.w23 {
    width: 23% !important;
    padding-left: 0 !important;
}

.w30 {
    width: 34% !important;
    margin-left: 5px;
    padding-left: 0 !important;
}

#order_city {
    margin-right: .6rem;
    height: 1.3rem;
}

#ta_last_order {
    display: contents;
}

#ta_max_price {
    font-size: .7rem;
    width: 0;
    line-height: 21px;
    padding-right: 7px;
}

#ta_date {
    font-size: .7rem;
    width: 48px;
    line-height: 21px;
    padding-right: 7px;
    padding-left: 0;
}

#tbl_users_buys {
    display: none;
}

#tbl_order_por {
    display: none;
}

#status_order .lbl_product_name {
    display: inline-block;
}

#cancel_order {
    padding: 1px .4rem;
    margin-right: 5rem;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 4px 6px #ccc;
    -webkit-box-shadow: 1px 4px 6px #ccc;
    -moz-box-shadow: 1px 4px 6px #ccc;
    -o-box-shadow: 1px 4px 6px #ccc;
}

.msg_cancel_order {
    top: 17rem;
    left: 0;
    right: 0;
    margin: auto;
}

#msg_close_order {
    width: 276px;
}

#show_products_category {
    border: 1px solid #eee;
    padding: 1rem 0;
}

#lbl_sh_pro_cat {
    position: absolute;
    top: -12px;
    background: #fff;
    width: 19%;
    margin-right: 1rem;
    line-height: 1.8;
    color: #9400ff;
    padding: 0;
}

.listSearchShop {
    top: 45px !important;
    right: 70px !important;
    width: 200px !important;
}

.inSearchShop {
    width: 8.3rem;
    padding: 0 .3rem;
    margin: 0;
    text-align: center;
}

#save_btn {
    width: 6rem;
    font-size: .8rem;
    margin: auto;
}

#disable_btn {
    display: inline-block;
    width: 2.8rem;
    padding: 0 .4rem;
}

.colorRed {
    color: red !important;
}

.colorBlue {
    color: blue !important;
}

.msgCodeDiscount {
    position: absolute;
    top: 40px;
    right: 80px;
}

.loading {
    color: #f09819;
    display: none;
}

.successCode {
    color: green;
    display: none;
}

.errorCode {
    color: red;
    display: none;
}

.select2-container {
    width: 8.4rem !important;
}

.wRem6 {
    width: 6.2rem;
}

.wRem4 {
    width: 4.1rem;
}

.wRem3 {
    width: 3.3rem;
}

#discount_delete {
    top: 312px;
    left: 170px;
}

.clock-timepicker-hour-canvas, .clock-timepicker-minute-canvas {
    direction: ltr !important;
}

.clock-timepicker {
    width: 34% !important;
}

#startTimeEdit, #endTimeEdit {
    width: 100% !important;
}

.ath {
    margin-bottom: 15px;
}

#shifts .clock-timepicker {
    width: 16% !important;
}

#shift_sob0, #shift_sob1, #shift_asr0, #shift_asr1 {
    width: 100% !important;
}

/*حوزه فعالیت*/
span#hf {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 40px;
    background: #301263;
    border-radius: 5px;
    line-height: 39px;
    font-size: 13px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

#ul_hf {
    padding: 0;
    float: left;
}

#ul_hf li {
    display: inline-block;
    width: 78px;
    height: 30px;
    background: #0f8378;
    border-radius: 20px;
    line-height: 28px;
    font-size: 10px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    color: #fff;
    margin: 0 5px 5px;
    position: relative;
}

i.rounded-circle.close {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff url(../images/close.png) no-repeat center;
    color: #0f8378;
    position: absolute;
    top: 7px;
    right: 6px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
}

.modal-header {
    background: #5d5dd3;
    color: #fff;
    height: 50px;
}

.modal-header p {
    margin: 0 auto;
}

.modalFooter {
    background: #5d5dd3;
    color: #fff;
    height: 30px;
}

.modalFooter #txt {
    text-align: center;
    font-size: 12px;
    padding: 6px;
    margin: 0;
    cursor: pointer;
}

#list_fh {
    margin: 15px 0;
    padding: 0;
}

ol#list_fh {
    padding-right: 10px;
}

#list_fh li {
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

#list_fh li input[type=checkbox] {
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0 !important;
}

input, textarea {
    margin-bottom: 15px;
}

.tw {
    margin-top: 7px;
    vertical-align: middle;
}

.rel {
    position: relative;
}

.rel i {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 36px;
    left: 5px;
}

.rel .name {
    background: #fff url(../images/icons/user.svg) no-repeat left;
}

.rel .lName {
    background: #fff url(../images/icons/user.svg) no-repeat left;
}

.rel .nameSh {
    background: #fff url(../images/icons/a.svg) no-repeat left;
}

.rel .ceoName {
    background: #fff url(../images/icons/user.svg) no-repeat left;
}
.rel .brand {
    background: #fff url(../images/icons/brand.svg) no-repeat left;
}
.rel .office {
    background: #fff url(../images/icons/office.svg) no-repeat left;
}

.rel .phone {
    background: #fff url(../images/icons/tell1.svg) no-repeat right;
}

.rel .mobile {
    background: #fff url(../images/icons/mobile.svg) no-repeat right;
    margin-left: 0.5rem !important;
}

.rel .whatsapp {
    background: #fff url(../images/icons/whatsapp.svg) no-repeat right;
}

.rel .telegram {
    background: #fff url(../images/icons/telegram.svg) no-repeat right;
}

.rel .address {
    background: #fff url(../images/icons/location.svg) no-repeat right;
}

.rel .email {
    background: #fff url(../images/icons/mail.svg) no-repeat right;
}

.rel .postalCode {
    background: #fff url(../images/icons/location.svg) no-repeat right;
}
.rel .description {
    background: #fff url(../images/icons/description.svg) no-repeat right;
}

.rel .codePost {
    background: #fff url(../images/zip-code.png) no-repeat right;
}

.rel .hf {
    cursor: pointer;
    top: 7px;
    left: 85px;
    background: url(../images/worker.png) no-repeat right;
}
.rel .guild {
    cursor: pointer;
    top: 7px;
    /*left: 85px;*/
    right: 5px;
    background: url(../images/icons/guilds.svg) no-repeat right;
}
span.submitBtn{
    background: url(../images/icons/tick.svg) no-repeat right;
}

.rel .accept {
    top: 3px;
    right: 5px;
    cursor: pointer;
    background: url(../images/check-mark.png) no-repeat right;
}

.rel .sendEmail {
    top: -1px;
    right: 5px;
    cursor: pointer;
    background: url(../images/sendEmail.png) no-repeat right;
}

.rel i.pRight {
    right: 5px;
}

.rel i.top3 {
    top: 3px;
}

.rel i.left16 {
    left: 16px;
}

.show_info.sendMail {
    width: 35px;
    border-radius: 6px
}

.w35 {
    width: 35%;
}

/*login styles*/
#frmLogin {
    width: 40%;
    min-height: 300px;
    background: #cecece;
    margin: 15% auto;
    box-shadow: 2px 4px 15px 4px #000;
}

#frmLogin #frmHeader {
    background: #eee;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}

#frmLogin #frmHeader h1 {
    font-size: 1.1em;
    padding: 15px 15px 0;
}

#frmLogin #frmContent {
    width: 60%;
    margin: 25px auto;
}

#frmLogin #frmContent .rel i {
    width: 28px;
    height: 29px;
    top: 1px;
    left: 1px;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
}

.rel .userName {
    background: #15b0f9 url(../images/user.png) no-repeat center;
}

.rel .password {
    background: #15b0f9 url(../images/key.png) no-repeat center;
}

#frmLogin #frmContent #button{
    background: #15b0f9;
    color: #fff;
    text-align: center;
    transition: .5s;
}

.rel .button {
    right: 1px;
    background: #78c9ef url(../images/sign-in.png) no-repeat center;
}

.rel #button:hover {
    background: #78c9ef !important;
}

#lblForMe {
    font-size: 10pt;
    padding: 0;
}

#lblForMe #forMe {
    width: 15px;
    margin-left: 5px;
    vertical-align: -3px;
}

#frmLogin #frmFooter {
    background: #eee;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}

#frmLogin #frmFooter hr{
    margin: 0;
}

#frmLogin #frmFooter a{
    text-decoration: dotted;
    color: #15b0f9;
    font-size: 10pt;
    margin: 0 65px;
    padding: 15px 0;
    display: inline-block;
}

.customSelect input[type=radio], input[type=checkbox] {
    vertical-align: -4px;
    margin-left: 5px;
}

.fontH2{
    font-size: 1.1em;
}

#tblUsers thead {
    background: rgba(0, 0, 255, .2);
    font-size: 7.9pt;
}

#tblUsers tbody {
    font-size: 8.5pt;
    vertical-align: 0;
}

div#dialogListUsers {
    margin-right: 33%;
}

div#dialogListUsers #tblUsers tbody .check_custom {
    margin: 0;
}

#sliceHr{
    border-bottom: 1px solid #eee;
}

#sliceHr span{
    font-size: 10pt;
}

#icoListUsers{
    float: right;
    margin: 4px 0 0 10px;
}

#tblRes{
    max-height: 20rem;
    overflow-y: auto;
}

#btnSavedListUsers{
    float: left;
    margin: 70px;
}

/*index*/
.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 30px;
}

.row.gutters-20 > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 22px 28px;
    box-shadow: 0 10px 20px 0 rgba(229,229,229, .75);
}

.mg-b-20 {
    margin-bottom: 20px;
}

.dashboard-box .item-icon {
    position: relative;
    height: 85px;
    width: 85px;
    line-height: 105px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.bg-light-blue {
    background-color: #e1f1ff;
}

.bg-light-yellow {
    background-color: #fff2d8;
}

.bg-light-red {
    background-color: #ffeaea;
}

.bg-light-green {
    background-color: #d1f3e0;
}

.dashboard-box .item-icon i:before {
    font-size: 44px;
}

.text-blue {
    color: #3f7afc;
}

.text-yellow {
    color: #ffa001;
}

.text-red {
    color: #ff0000;
}

.text-green {
    color: #3cb878;
}

.dashboard-box .item-content{
    margin-top: 15px;
}

.dashboard-box .item-content .item-title {
    color: #a8a8a8;
    margin-bottom: 2px;
    text-align: center;
}

.dashboard-box .item-content .item-number {
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    text-align: center;
}

.mr-33{
    margin-right: 33%;
}

.iconAlignItem{
    text-align: center;
    line-height: 25px;
}

.iconAlignItemAdd{
    text-align: center;
    top: 7px !important;
}

.dashboardIconCustom{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-top: 10px;
}

.sendInvitations{
    background: url(../images/wedding-invitation.png) no-repeat center;
}

.activeExpositions{
    background: url(../images/poster.png) no-repeat center;
}

.lastDate{
    background: url(../images/deadline.png) no-repeat center;
}

.table{
    /*min-width: 785px !important;*/
}

.bs-bb{
    box-sizing: border-box;
    padding-top: 30px;
}

button[type=submit]{
    min-width: 5rem;
}
span#start_date_report , #end_date_report{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.swDialog{
    font-family: 'IranSans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    vertical-align: middle;
    horiz-align: center;
    text-align: center;
    font-size: 1rem;
}
.swal-icon--custom{
    text-align: center!important;
}
.swal-footer{
    text-align: center;
}
div#guilds input{
    margin-bottom: 0;
}
.emptyAlert{
    font-size: 1.2rem;
    margin-right: 1rem;
}
div#emptyText i.fa-info-circle{
    margin-right: 1rem;
    font-size: 1.5rem;
    vertical-align: middle;
}
div#visitorsTable{
    overflow-x: hidden;
}
.countrySelect{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
/*    -moz-appearance:none; !* Firefox *!
    -webkit-appearance:none; !* Safari and Chrome *!
    appearance:none;*/
}
.mobileInput_noRadius{
    border-radius: 0.2rem 0 0 0.2rem !important;
}
#infoDialog .row{
    margin-top: 0.3rem;
    /*margin-bottom: 0.3rem;*/
    padding: 0.2rem;
    border-bottom: 1px solid #5d5dd3;
}
/*End Content*/