@font-face {
    font-family: iran-sans;
    src: url("../myFont/woff/IRANSansWeb.woff"), url("../myFont/woff2/IRANSansWeb.woff2")
}

* {
    font-family: iran-sans,Arial;
    direction: rtl;
}

.sidebar i {
    font-size: 15px !important;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #bbb
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #708090, #7c8ea0) !important;
    opacity: 0.6;
    border-radius: 50px
}

i[class*='fa-edit'],
i[class*='fa-trash-alt'],
i[class*='fa-user-cog'],
i[class*='fa-eye'] {
    cursor: pointer
}

input[readonly] {
    background-color: transparent !important;
    cursor: pointer !important;
}

textarea {
    text-align: justify;
    margin-top: 20px !important;
    border-radius: 0 !important;
    transition: .5s;
}

textarea:focus+label+div#the-count {
    color: #2c9f8e !important;
}

a:hover {
    box-shadow: none !important;
}

button:hover {
    box-shadow: none !important;
}

.wave {
    bottom: -35px;
    left: 0;
    position: absolute;
    z-index: 5;
}

input:focus {
    border: none !important;
    border-bottom: 1px solid #c19dff !important;
}

.inputActive {
    position: relative !important;
    transition-duration: .3s;
    margin-bottom: 29px;
}

.inputActive input {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #bbb;
    padding-right: 7px !important;
    padding-top: 15px !important;
}

.inputActive input:focus~label {
    top: -15px;
    color: #696969;
    transition-duration: .3s;
}

.inputActive label {
    color: #aaa;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: -15px;
    z-index: 999;
    transition-duration: .3s;
}

input:placeholder-shown+label {
    top: 15px;
}

.bs-searchbox input {
    border: none !important;
    border-bottom: 1px solid #2c9f8e !important;
    border-radius: 0 !important;
}

.dropdown button.dropdown-toggle {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.filter-option-inner-inner {
    padding-right: 15px !important;
    padding: 0 !important;
}

.bs-searchbox {
    padding-right: 40px !important;
}


/*[End]Box*/

.inputActive textarea {
    border: none;
    border-bottom: 1px solid #bbb;
    padding-right: 7px !important;
    padding-top: 15px !important;
}

textarea:focus {
    border: none !important;
    border-bottom: 1px solid #c19dff !important;
}

.inputActive textarea:focus~label {
    top: -15px;
    color: #696969;
    transition-duration: .3s;
}

.inputActive label {
    color: #aaa;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: -15px;
    z-index: 999;
    transition-duration: .3s;
}

textarea:placeholder-shown+label {
    top: 15px;
}

.font-style-icon {
    font-size: 15px !important;
}

button.dropdown-toggle {
    border: none;
    border-bottom: 1px solid #bbb !important;
    border-radius: 0 !important;
}

div.filter-option {
    padding-right: 10px !important;
}

button.close {
    z-index: 999999;
}

.btnSabmit {
    background-color: #c19dff !important;
}

table {
    font-size: 13px;
}

.filter-option-inner-inner {
    position: relative;
    line-height: 18px;
}

.filter-option-inner-inner::after {
    content: '▼';
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.dropdown-menu {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.filter-option {
    padding-left: 0 !important;
}

.filter-option-inner {
    padding-left: 0 !important;
}

.bars:before {
    content: '≣' !important;
}

.bars:after {
    content: '≣' !important;
}

.typeUser {
    color: #696969;
}


/* Login */

.formLogin {
    margin-top: 150px;
    height: 420px;
    display: flex;
    align-items: center;
    box-shadow: 0 0rem 2em rgba(0, 0, 0, 0.105);
    flex-direction: column;
}

.bgLogin {
    margin-top: 150px;
    box-shadow: 0 0rem 2em rgba(0, 0, 0, 0.105)
}

.bgLogin img {
    width: 100%;
    height: 100%;
}

.formLogin input {
    border-radius: 0 !important;
    border: 1px solid #eee !important;
    direction: ltr !important;
}

.formLogin input:focus {
    border: 1px solid #eee !important;
}

.formLogin label {
    color: #696969 !important;
    text-align: right !important;
    font-size: 14px !important;
}

.formLogin .btnLogin {
    background-color: #72b5b7 !important;
    padding: 10px 22px;
}

.btnLinkRegister {
    background-color: #957bb3 !important;
    padding: 10px 22px;
}


/* Register */

.formRegister {
    margin-top: 100px;
    display: flex;
    align-items: center;
    box-shadow: 0 0rem 2em rgba(0, 0, 0, 0.105);
    margin-bottom: 100px;
    padding: 30px 20px;
    flex-direction: column;
}

.formRegister input {
    border-radius: 0 !important;
    border: 1px solid #eee !important;
    direction: ltr !important;
}

.formRegister input:focus {
    border: 1px solid #eee !important;
}

.formRegister label {
    color: #696969 !important;
    text-align: right !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.formRegister .btnRegister {
    background-color: #72b5b7 !important;
    padding: 10px 22px;
}

.btnLinkLogin {
    background-color: #957bb3 !important;
    padding: 10px 22px;
}

.formRegister .dropdown-toggle {
    border-bottom: 1px solid #eee !important;
}

.formRegister select {
    width: 0 !important;
}

.locationFrm .dropdown {
    width: 100% !important;
}

.formRegister #name,
.formRegister #last_name {
    direction: rtl !important;
}

.resetPw {
    margin-top: 150px;
    display: flex;
    align-items: center;
    box-shadow: 0 0rem 2em rgba(0, 0, 0, 0.105);
    height: 250px;
    border-radius: 5px;
    flex-direction: column;
}

.btnResetPw {
    background-color: #72b5b7 !important;
    padding: 10px 22px;
}

.resetPw input {
    border-radius: 0 !important;
    border: 1px solid #eee !important;
    direction: ltr !important;
}

.resetPw input:focus {
    border: 1px solid #eee !important;
}

.resetPw label {
    color: #696969 !important;
    text-align: right !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.bgRegister {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    position: relative;
}

.bgRegister img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -63px;
}

.formLogin h3 {
    padding-top: 20px;
    color: #696969;
}

.formRegister h3 {
    color: #696969;
}

.resetPw h4 {
    color: #696969;
    padding-top: 20px;
    padding-bottom: 10px;
}

.formLogin strong {
    color: #696969;
    font-size: 13px;
}

.formRegister strong {
    color: #696969;
    font-size: 13px;
}

.resetPw strong {
    color: #696969;
    font-size: 13px;
}

.frmChangePw input {
    border-radius: 0 !important;
    border: 1px solid #eee !important;
    direction: ltr !important;
}

.frmChangePw input:focus {
    border: 1px solid #eee !important;
}

.frmChangePw label {
    color: #696969 !important;
    text-align: right !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.frmChangePw .btnChngpw {
    background-color: #72b5b7 !important;
    padding: 10px 22px;
    color: white;
    border: 0 !important;
    font-size: 16px;
    border-radius: 4px !important;
}

.loc {
    width: 100% !important;
}

.loc .dropdown {
    width: 100% !important;
}

.selectDynamic {
    width: 100%;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #bbb;
    color: #999;
}

.wrapperLocStatic {
    order: 4;
}

.wrapperStaticInputBodje {
    order: 4;
}

.wrapperBtnDyanmicInput {
    order: 1;
}

.wrapperCpValue {
    order: 2;
}

@media screen and (min-width:992px) {
    .wrapperLocStatic {
        order: 1;
    }
    .wrapperStaticInputBodje {
        order: 1;
    }
    .wrapperBtnDyanmicInput {
        order: 5;
    }
    .wrapperCpValue {
        order: 5;
    }
}

.pagination {
    display: flex;
    justify-content: center;
}

.boxesId select {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #E3E3E3 !important;
    padding: 10px 3px;
    color: #999;
}

.selectCodeTiserAjax {
    width: 100%;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #bbb;
    color: #999;
}

.CodeTiserReceptionManage div.dropdown {
    margin-top: 2px !important;
}

.reasonNoPlayMonitoring div.dropdown {
    width: 190px !important;
}

.changedBox div.dropdown {
    width: 190px !important;
}

.infoDataMonitoring {
    padding-top: 35px !important;
}


/*add @miladtajare*/


/* width */

::-webkit-scrollbar {
    width: 6px;
    height: 13px
}


/* Track */

::-webkit-scrollbar-track {
    background: #34495e;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #3498db;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #00C851;
}

.title-box {
    display: inline-block;
    border-radius: 0px 0px 0px 50px;
    padding: 0.5rem 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-left: 3rem !important;
}

.title-box-rounded {
    display: inline-block;
    border-radius: 0px 0px 50px 50px;
    padding: 0.5rem 0.5rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.nav-color-cus {
    background-color: #e5335e;
}

.rounded-left {
    border-radius: 50px 0px 0px 50px;
}

.rounded-right {
    border-radius: 00px 50px 50px 0px;
}

.color-header {
    background-color: #EF5350;
}

.alert {
    width: 100%;
    padding-right: 50px;
    position: absolute;
    font-size: 14px;
}

.alert-silver {
    background-color: #D1DBDA;
}

.white {
    color: white;
}

.color-black {
    color: black;
}

.inline-block {
    display: inline-block;
}

.color-red {
    color: red;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #073984;
    background-color: #cfe2ff;
    border-color: #bbd6fe;
}

.alert-primary .alert-link {
    color: #042454;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark .alert-link {
    color: #040505;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.hidden {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 0.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.bg-men {
    background-color: #434D58;
}

.bg-doc {
    background-color: #3085BA;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-style-icon {
    font-size: 18px;
}

.iconList {
    font-size: 14px !important;
}

table i {
    padding: 0 !important;
}

.iconInfoSideLeft i {
    font-size: 80px !important;
}

nav .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.pagination li {
    background: #eee;
    align-self: center;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 0 !important;
}

.pagination li a {
    display: block;
}

.pagination .active {
    background: #34495E !important;
}

.pagination li:last-of-type {
    background: white;
    color: blue !important;
}

.pagination li:first-of-type {
    background: white;
    font-size: 20px !important;
}

.pagination li:first-of-type span {
    color: blue !important;
    font-size: 15px !important;
}

.pagination li span {
    padding: 0 10px;
    margin: 0 5px;
}

.pagination li a {
    padding: 0 10px;
    margin: 0 5px;
}

@media screen and (min-width: 992px) {
    .trackingCode {
        margin: 25px 0 0 0;
    }
}

@media screen and (max-width: 992px) {
    .trackingCode {
        margin: 10px 0 5px 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .btnBack {
        text-align: left !important;
    }
}

@media screen and (max-width: 992px) {
    .InfoTimeDoctor div {
        margin: 7px 0;
        padding-right: 0 !important;
        font-size: 12px;
    }
    .btnBack {
        text-align: right !important;
    }
}

@media screen and (max-width: 500px) {
    .InfoTimeDoctor {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .InfoTimeDoctor div {
        width: 100%;
        font-size: 14px;
        padding: 0 !important;
    }
}

@media screen and (max-width: 463px) {
    .infoHeader {
        width: 205% !important;
    }
    .infoHeader>div {
        width: 205% !important;
    }
    .infoBody {
        width: 205% !important;
    }
}

@media screen and (max-width: 732px) {
    .infoHeader {
        width: 150%;
    }
    .infoHeader>div {
        width: 150%;
    }
    .infoBody {
        width: 150%;
    }
}

@media screen and (max-width: 866px) {
    .infoHeader {
        width: 120% !important;
    }
    .infoHeader>div {
        width: 120% !important;
    }
    .infoBody {
        width: 120% !important;
    }
}

@media screen and (max-width: 920px) {
    .infoHeader {
        width: 110%;
    }
    .infoHeader>div {
        width: 110%;
    }
    .infoBody {
        width: 110%;
    }
}

@media screen and (max-width: 382px) {
    .infoInstallment>div {
        padding-right: 0px !important;
    }
    .infoInstallment>div div {
        width: 30% !important;
    }
}

@media screen and (max-width: 700px) {
    .CourseHeader,
    .CourseBody {
        width: 250% !important;
    }
    .infoInstallment {
        width: 250% !important;
    }
}

@media screen and (max-width: 754px) {
    .infoInstallment {
        width: 200%;
    }
}

@media screen and (max-width: 1000px) {
    .CourseHeader,
    .CourseBody {
        width: 200%;
    }
    .infoInstallment {
        width: 200%;
    }
    .infoInstallment div {
        display: flex;
        flex-wrap: nowrap;
    }
}

.searchUser .select-wrapper input {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 21px !important;
}

@media screen and (max-width: 600px) {
    .SearchTimeDoctor .SearchCode {
        width: 100% !important;
    }
    .SearchTimeDoctor .SearchNumber {
        width: 100% !important;
    }
}

@media screen and (max-width: 900px) {
    .SearchTimeDoctor .SearchCode {
        width: 100% !important;
        display: inline-block !important;
    }
    .SearchTimeDoctor .SearchNumber {
        width: 100% !important;
        display: inline-block !important;
    }
}

@media screen and (max-width: 992px) {
    .addressPharmecie {
        width: 200px !important;
        text-align: justify !important;
        height: 40px !important;
        overflow-wrap: break-word;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 !important;
    }
    .statusPharmecie {
        padding-bottom: 14px;
        padding-top: 10px;
    }
    .proficienciePharmecie {
        padding-bottom: 14px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .addressRareDrug {
        width: 200px !important;
        text-align: justify !important;
        height: 40px !important;
        overflow-wrap: break-word;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 !important;
    }
}

.table-up {
    font-size: 20px;
    cursor: pointer;
}

.table-down {
    font-size: 20px;
    cursor: pointer;
}

.dropdown button.dropdown-toggle {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.boxesId {
    margin-top: -7px !important;
    color: #999;
}

.LblSelectedReception {
    font-size: 13px;
    color: #999;
}

.locSearch div.dropdown {
    width: 100% !important;
}

.LblSelected {
    font-size: 13px;
    color: #999;
}

.LblSelectedLoc {
    font-size: 13px;
    color: #999;
}

.LblSelectedBox {
    font-size: 13px;
    color: #999;
}

.LblSelectedOwner {
    font-size: 13px;
    color: #999;
}

.LblSelectedBrand {
    font-size: 13px;
    color: #999;
}

.LblSelectedAdvertise {
    font-size: 13px;
    color: #999;
}

.LblSelectedBoxCreat {
    font-size: 13px;
    color: #999;
}

.LblSelectedMonitoring {
    font-size: 13px;
    color: #999;
}

.LblSelectedPlayProgram {
    font-size: 13px;
    color: #999;
}

.LblSelectedTarefe {
    font-size: 13px;
    color: #999;
    text-align: unset;
    text-align: right;
}

.LblSelectedContract {
    font-size: 13px;
    color: #999;
    text-align: unset;
    text-align: right;
}

.alert .close {
    z-index: 1 !important;
}

.hidden {
    display: none;
}

div.inner {
    max-height: 122px !important;
}

.settingslist {
    color: #222
}

.settingslist li:hover {
    background-color: #3498db;
    background: linear-gradient(45deg, #49cdd0, #ab9ae5);
    color: #fff;
    cursor: pointer;
}

#signing:hover {
    background: unset;
    color: #222;
}

.boxNameListAjax {
    padding: 6.5px 3px !important;
}

.dashboardPage h1 {
    font-size: 20px;
    margin-top: 100px
}

.dashboardPage img {
    height: 300px;
    width: 40%
}

.dashboardPage .sorna {
    font-size: 17px;
}

@media screen and (max-width:768px) {
    .dashboardPage img {
        height: 250px;
        width: 60%;
    }
    .dashboardPage h1 {
        font-size: 20px !important;
    }
}

.CodeTiserReceMng {
    padding: 7.5px !important;
}

.pagination .active {
    background: transparent !important;
}

.pagination li {
    background: transparent !important;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-right: -3px !important;
    cursor: pointer !important;
    margin-left: 6px !important;
    color: red !important;
    vertical-align: 1px;
}

@media screen and (max-width:992px) {
    .boxDateMult {
        position: relative !important;
    }
}

.boxDateMult {
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
}

.rmvDate {
    font-size: 15px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

#modalTiser form #TiserDuration {
    margin-top: 11px !important;
}

.boxListSearch {
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 9px;
    color: #aaa;
}

.alert ul {
    padding-right: 30px;
}

.alert .close span {
    vertical-align: -11px !important;
}

.rowReceptionMng th {
    border-bottom: none !important;
}

.checkAllReceptionMng {
    border-top: none !important;
    border-bottom: none !important;
}

.bd-table>thead {
    background: #5c6bc0 !important;
}

.bd-goto-today {
    background: #5c6bc0 !important;
}

.bd-today {
    background-color: #0073ea!important;
    color: white !important;
}

.bd-next {
    font-size: 25px !important;
}

.bd-prev {
    font-size: 25px !important;
}

#bd-main-date2 .filter-option-inner-inner {
    color: black;
    font-weight: bold;
}

#bd-main-date2 .dropdown-toggle {
    border-bottom: none !important;
}

#bd-main-date2 {
    padding: 0 !important;
}

.tblReception th {
    border-bottom: none !important;
}

td {
    border: none !important;
}

th .tablesorter-header-inner {
    overflow-y: hidden;
    overflow-x: auto;
    resize: horizontal;
}

.tblbtm {
    border: 1px solid #999 !important;
}

.tblbtm tr {
    border: 1px solid #999 !important;
}

.tblbtm th {
    border: 1px solid #999 !important;
}

.tblbtm td {
    border: 1px solid #999 !important;
}

.sideActivePath {
    background-color: #ddd !important;
}
#myTable_paginate{
    margin-right:40%;
}
table td{
    padding: 0.4rem !important;
}
table tbody tr:nth-of-type(2n){
  background: #ECF4FF;
}
table tbody tr:nth-of-type(2n):hover{
  background: #BCD4EC;
}

input:disabled{
    background: #eee !important;
}

#bd-main-date2 table td{
    padding: 0 !important;
}

.bd-main div.dropdown {
    width: initial !important;
}
.bd-main .filter-option-inner-inner:after {
    content: '' !important;
}


input{
    font-size: 13px !important;
    font-family: iran-sans !important;
}

.mb6{
padding-bottom: 100px !important;
}

input[id^='FarsiType_button_']{
    display: none !important;
}
input[id^='FarsiType_ChangeDir_']{
    display: none !important;
}
