﻿



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.btn i {
    margin-right: 5px;
    font-size: 18px;
}

.btnBordered-primary {
    background-color: transparent !important;
    border: 2px solid #979292 !important;
    margin: 0;
    color: #959191 !important;
    padding: 5px 8px !important;
    font-size: 13px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
}

    .btnBordered-primary:hover {
        color: white !important;
        background-color: #da4b15 !important;
        border-color: #da4b15 !important;
    }

.btnRed {
    color: #fefbfb;
    font-size: 14px;
    transition: 400ms;
    padding: 9px 12px;
    background-color: #ee7f55;
    margin: 20px 10px 0 0;
    cursor: pointer;
    border-radius: 3px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

    .btnRed i {
        font-size: 20px;
        margin-right: 5px;
        font-weight: 500;
    }

    .btnRed:hover {
        color: #333 !important;
    }

.bg-mediumWhite {
    background-color: #f8f5f5 !important;
}
/**************MAin Class ***************************************************************************/
.m-t-10 {
    margin-top: 10px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.width-100per {
    width: 100% !important;
}

.m-t--20 {
    margin-top: -20px !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.align-self-center {
    align-self: center;
}

.border-buttom {
    border-bottom: 1px solid #dadada !important;
}
/**************MAin Class ***************************************************************************/
.slider-content:before, .banner-area:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background-color: rgba(47, 46,46,.8);
}

.btn {
    border-radius: 3px !important;
}

.banner-area {
    min-height: 200px !important;
}

.form1 i.fa {
    float: right;
    margin: 0 5px;
    /* width: 10px; */
    font-size: 20px;
}

.form1 {
    padding: 20px;
    box-shadow: 1px 1px 10px #cbcaca;
    border-radius: 5px;
}

    .form1 label {
        text-align: right;
        width: calc(100% - 30px);
    }

    .form1 input[type="text"], .form1 input[type="tel"], .form1 input[type="password"], .form1 input[type="email"] {
        max-width: none !important;
        width: 100%;
        box-shadow: none;
        border: 1px solid #dadada;
        padding: 5px 20px;
        height: 44px;
        background-color: white;
        color: #959595;
        font-size: 14px;
        border-radius: 2px;
        margin-bottom: 10px;
    }

.form-check-input {
    margin-right: -15px;
    cursor: pointer;
}

.btnLogin {
    display: block;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    margin: auto;
    min-width: 200px;
}

.loginForm {
    max-width: 370px;
    margin: 20px auto;
    box-shadow: 1px 1px 10px 5px #ece5e5;
}

@media(max-width:767px) {
    .header-right .top-info-box li:nth-child(2), .site-navigation .nav-search {
        display: none;
    }

    .top-info-box {
        position: relative;
    }

    .header-right .top-info-box li:first-child {
        min-height: 150px;
    }

    ul.top-info-box li:last-child {
        position: absolute;
        top: 110px;
        width: 300px;
        left: -115px;
    }

    .header-get-a-quote {
        margin-top: 0;
    }

    .header-one .logo .d-block.text-left {
        margin-top: -35px;
    }

    .site-navigation {
        margin-top: -73px;
    }

    .btnRed[title="whatsUp"] {
        position: relative;
        z-index: 1000;
    }

    #ts-service-area .img-fluid {
        max-width: 50%;
    }

    .DescryptionBox .DescryptionBox_image img {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media(min-width:768px)and (max-width:990px) {


    .header-right .top-info-box li:nth-child(2), .site-navigation .nav-search {
        display: none;
    }

    .top-info-box {
        position: relative;
    }

    .header-right .top-info-box li:first-child {
        min-height: 150px;
        border-right: none;
    }

    ul.top-info-box li:last-child {
        position: absolute;
        top: 100px;
        width: 300px;
        left: -115px;
        margin: 0;
        padding: 0;
        padding-left: 15px;
    }



    .site-navigation .nav-search, .search-block {
        margin-right: 255px;
    }

    .header-get-a-quote {
        margin-top: 0;
    }

    .header-one .logo .d-block.text-left {
        margin-top: -5px;
    }

    .site-navigation {
        margin-top: -73px;
    }

    .btnRed[title="whatsUp"] {
        position: relative;
        z-index: 1000;
    }

    #ts-service-area .img-fluid {
        max-width: 30%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .header-one ul.top-info-box li {
        margin-right: 0 !important;
        padding-right: 10px !important;
    }

    .header-one .info-box {
        padding-left: 5px;
    }
}

.ProfileMenu .dropdown-toggle {
    background-color: transparent !important;
    padding: 0px 10px 0 0 !important;
    line-height: 30px;
    padding-right: 10px !important;
    color: gray !important;
    font-weight: 500 !important;
}

.ProfileMenu {
    float: left;
    margin-right: 10px !important;
    padding: 0px !important;
}

    .ProfileMenu.navbar-nav > li:hover > a {
        color: inherit !important;
        background-color: inherit !important;
    }

    .ProfileMenu:hover {
        color: inherit !important;
        background-color: inherit !important;
        border: 2px solid #979292 !important;
    }

    .ProfileMenu li {
        display: block !important;
    }

        .ProfileMenu li a {
            color: #4d4b4b !important;
        }

    .ProfileMenu .dropdown-menu {
        position: absolute;
    }

    .ProfileMenu.nav li.dropdown:hover ul.dropdown-menu {
        display: block !important;
    }

@media (max-width: 991px) {
    .ProfileMenu.navbar-nav > li > a i {
        float: inherit !important;
        background: inherit !important;
        padding: inherit !important;
        margin-top: inherit !important;
    }
}

.RegularForm {
    border-radius: 3px;
    box-shadow: 1px 1px 5px #cbcaca;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    font-weight: normal;
    color: #454545;
}

.ui-widget.ui-widget-content {
    box-shadow: 1px 0 5px 2px #edeaea !important;
    padding: 10px;
}

.ui-widget-header {
    border: 1px solid #f6f6f6 !important;
    background: #f6f6f6 !important;
}

.RegularForm label {
    width: 100% !important;
}

.RegularForm select, .form1 select {
    text-align: right;
    float: right;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 8px 20px;
    margin-bottom: 10px;
    width: 80%;
}

.btncontainer {
    margin-top: 20px !important;
}

.layoutPanel .site-navigation {
    margin-top: 0 !important;
}

.modal {
    background-color: rgba(128, 128,128,.35);
}

    .modal .close {
        width: 40px;
        height: 40px;
        margin-left: calc( 100% - 45px);
        position: ab;
        background-color: #da4b15;
        color: white;
        border-radius: 3px;
        z-index: 1;
        border: none;
        box-shadow: 0 0 5px #aaa6a6;
        margin-top: 5px;
        margin-right: 5px;
    }

    .modal .onboarding-content {
        padding: 50px 30px;
        z-index: 1;
        margin-top: 31px;
    }

    .modal .modal-content {
        overflow: hidden;
    }

    .modal .onboarding-media {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 69px;
        width: 100%;
        background: #da4b15;
        z-index: 0;
    }

        .modal .onboarding-media::before {
            content: "";
            display: block;
            position: absolute;
            border-radius: 100% 90%;
            width: 50%;
            height: 103px;
            background-color: white;
            right: -8px;
            top: 35px;
        }

        .modal .onboarding-media::after {
            content: "";
            display: block;
            position: absolute;
            border-radius: 100% 90%;
            width: 56%;
            height: 75px;
            background-color: #da4b15;
            left: -12px;
            top: 30px;
        }

.GridTable tr:first-child {
    background-color: #e85555 !important;
    color: white;
}

.GridTable tr:nth-child(2n) {
    background-color: #f3f0f0;
}

.GridTable tr:nth-child(2n+1) {
    background-color: white;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #ffffff !important;
    cursor: pointer !important;
    background-color: #e85555 !important;
    border-color: #da4b15 !important;
    border-radius: 3px !important;
}

.GridTable .btnDanger {
    border-radius: 3px;
    display: inline-block;
    color: #da4b15 !important;
    box-shadow: 0 0 10px rgba(211,211,211,.8);
    padding: 3px 5px;
    margin-top: 5px;
    transition: .1s;
}

.GridTable .btnRegular {
    padding: 3px 5px;
    margin-top: 5px;
    color: #07c98f !important;
    /* background-color: #f9f9f9; */
    box-shadow: 0 0 10px rgba(211,211,211,.8);
    border-radius: 3px;
    display: inline-block;
    transition: 1s;
}

    .GridTable .btnDanger:hover, .GridTable .btnRegular:hover {
        box-shadow: 0 0 10px rgba(80,79,79,.8);
        transform: scale(1.1);
    }

.btn-success {
    background: #43aa8b;
    padding: 12px 20px 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(211 211 211 / 80%);
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.tableContainer {
    padding: 5px;
    background-color: white;
    border-radius: 3px;
    overflow: auto;
}

.DetailForm .ValueField {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #3a3939 !important;
    font-weight: 700;
    background-color: white;
    padding: 0 10px;
    line-height: 35px;
}

.DetailForm .TitleField {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 0 10px 0 0;
    color: #959191 !important;
}

.DetailForm .form-group {
    margin: 10px 0;
}

.facts-wrapper .ts-facts-img i {
    font-size: 65px;
    color: #da4b15;
    font-weight: 500;
}

.ts-service-box .ts-service-box-img i {
    font-size: 50px;
    color: #da4b15;
    font-weight: 500;
}

.validation-summary-errors ul li {
    text-align: right !important;
}

.form1 input[type="file"] {
    border: 1px solid #dadada;
    background-color: white;
    width: 100%;
}

.SmallImage {
    max-width: 90%;
    border-radius: 5px;
    border: 2px solid white;
    box-shadow: 0 0 10px lightgrey;
    max-height: 60px;
}

.Container_ContentShow {
    width: 100%;
    max-height: 250px;
    overflow: auto;
}

.paddingContainer {
    padding: 50px 20px;
}

.ArticleList img {
    max-width: 30vw;
    height: auto;
    min-width: 200px;
}

.SearchForm {
    padding-top: 10px;
}

    .SearchForm .TitleForm {
        float: right;
        line-height: 40px;
    }

    .SearchForm form {
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .SearchForm input[type="text"] {
        float: right;
        margin-left: 20px;
        width: 270px !important;
    }

.btn-info {
    color: white;
    background-color: #7be0f4;
    border-color: #0dcaf0b5;
}

    .btn-info:hover {
        color: white;
        background-color: #2bbdda;
    }

.post .post-Score .fa-star, .post-Score .fa-star {
    color: #fcb900 !important;
}

.RegularListArticle .post img {
    max-height: 350px;
    box-shadow: 0 0 10px lightgrey;
    padding: 2px;
}

.SingleArticle .post-image img {
    box-shadow: 0 0 10px lightgrey;
    padding: 2px;
    max-height: 400px;
}

textarea.form-control {
    height: unset;
    width: 100%;
    border: 1px solid #dadada;
    background-color: white;
    color: #333333 !important;
}

.BoxComments {
    padding: 20px 40px;
}

.CommentUserTitle {
    font-weight: 700;
    font-size: 1.2rem;
    color: gray;
    text-shadow: 0 0 10px grey;
}

.ManagerComment {
    background-color: #f9f9f9;
    padding: 10px 40px 0;
    margin: 10px 0;
}

.comments-list .comment {
    border: none;
}

.comments-list li {
    border-bottom: 1px solid #e7e7e7;
}

.select2-container {
    float: left;
}

    .select2-container .select2-selection--single {
        height: 44px;
        margin-bottom: 20px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    text-align: left;
}



.select2-container--open.select2-container {
    background-color: white;
    border: 1px solid #a8a8a8;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -13px;
    margin-left: -1px;
}

.ErrorPageContainer {
    min-height: calc(100vh - 760px);
    text-align: center;
}

    .ErrorPageContainer h1 {
        color: red;
        margin-bottom: 30px;
        font-size: 3.5rem;
        margin-top: 20px;
    }

.ManagmentPanel {
    background-color: #a4e8d1;
    padding: 0 10px !important;
    margin-right: 10px;
}

.form-control:disabled {
    background-color: #eae7e7 !important;
}

.TitleLogo {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 10px;
    text-align: right;
    margin: auto;
    color: #58585b;
}

.logo img {
    height: 40px;
    width: auto;
    display: block;
    right: 0;
    margin-right: 0px;
}

.LogoconTainer {
    direction: rtl;
}

@media(min-width:991px)and (max-width:1190px) {
    .header-one ul.top-info-box li:last-child a:first-child {
        display: block;
        text-align: center;
    }
}

@media(min-width:991px)and (max-width:1400px) {
    .EnLayout .header-one ul.top-info-box li:last-child a:first-child {
        display: block;
        text-align: center;
    }
}

.ui-datepicker-header {
    width: 250px;
    text-align: center;
    padding: 10px;
}

.ui-datepicker.ui-widget table {
    width: 100%;
}

.ui-datepicker.ui-widget .ui-datepicker-next, .ui-datepicker.ui-widget .ui-datepicker-prev {
    color: transparent;
    width: 15px;
}

.ui-datepicker.ui-widget .ui-datepicker-next {
    float: right;
    margin-right: 15px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev {
    float: left;
}

.ui-datepicker.ui-widget .ui-widget-header .ui-icon {
    background: none;
}

.ui-datepicker.ui-widget .ui-datepicker-title {
    margin-right: 10px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    text-align: center;
    width: 100%;
    background-color: gray;
    padding: 8px 10px;
    border-radius: 5px;
    color: white;
}

.ui-datepicker.ui-widget .ui-datepicker-next .ui-icon:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    text-align: center;
    width: 100%;
    background-color: gray;
    padding: 8px 10px;
    border-radius: 5px;
    color: white;
}

.ts-service-info {
    margin-left: 0 !important;
}

.ServiceList .ts-service-image-wrapper img {
    box-shadow: 0 0 10px lightgrey;
    border-radius: 5px;
    margin-bottom: 20px;
    max-height: 100%;
    object-fit: cover;
    width: auto !important;
    background-size: cover;
    max-width: 100%;
}

.slick3 .banner-carousel .banner-carousel-item {
    height: 330px;
}

.slick4.banner-carousel .banner-carousel-item {
    height: 295px;
}

.slick4.slick-initialized .slick-slide {
    padding: 0 10px;
}

.form1 .form-group .fa {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}


/******************datetime */
.fade.in {
    opacity: 1;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.popover {
    font-size: 0.99rem;
    -webkit-box-shadow: 0 5px 50px rgba(4, 123, 248, 0.3);
    box-shadow: 0 5px 50px rgba(4, 123, 248, 0.3);
}*/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

    .popover.bottom > .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25);
    }

    .popover > .arrow {
        border-width: 11px;
    }

        .popover > .arrow, .popover > .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
        }

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 6px;
    }

[data-name="Md-DateTimePicker-Title"] {
    direction: rtl;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

[data-name="Md-DateTimePicker-PopoverContent"] {
    padding: 5px 6px;
}

.popover-content {
    padding: 9px 14px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover {
    font-size: 0.99rem;
    -webkit-box-shadow: 0 5px 50px rgba(4, 123, 248, 0.3);
    box-shadow: 0 5px 50px rgba(4, 123, 248, 0.3);
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

[data-name="Md-PersianDateTimePicker"] {
    min-width: 230px;
}

    [data-name="Md-PersianDateTimePicker"] table.table-striped {
        margin-bottom: 0;
        direction: rtl;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table {
    font-size: .85rem !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table > tr {
    vertical-align: middle;
}

user agent stylesheet tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

[data-name="Md-PersianDateTimePicker"] table.table-striped {
    margin-bottom: 0;
    direction: rtl;
}

.table {
    font-size: .85rem !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    /* table-layout: fixed; */
    word-wrap: break-word;
}

[data-name="Md-PersianDateTimePicker"] table.table tr[data-name="Md-PersianDateTimePicker-WeekDaysNames"] td {
    font-size: 13px;
}

[data-name="Md-PersianDateTimePicker"] table.table td {
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

.table th, .table td {
    vertical-align: middle;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(83, 101, 140, 0.33);
}

[data-name="Md-PersianDateTimePicker"] table.table-striped {
    margin-bottom: 0;
    direction: rtl;
}

[data-name="Md-PersianDateTimePicker"] table.table tr[data-name="Md-PersianDateTimePicker-WeekDaysNames"] td {
    font-size: 13px;
}

[data-name="Md-PersianDateTimePicker"] table.table td {
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

.table th, .table td {
    vertical-align: middle;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(83, 101, 140, 0.33);
}

.text-danger {
    color: #a94442;
    font-size: 1rem;
    text-align: right;
    width: 100%;
    /*display: inline-block;*/
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}


.popover {
    display: inline-table !important;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

[data-name="Md-DateTimePicker-Title"] {
    direction: rtl;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: rgba(23, 68, 181, 0.8);
    color: white;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

[data-name="Md-PersianDateTimePicker-TitleMonth"], [data-name="Md-PersianDateTimePicker-TitleYear"] {
    padding: 8px !important;
}

.btnExitTopMenu {
    padding: 3px 8px !important;
}

.DiferentSpace {
    background-color: #da4b1517;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.btnAddListContainer {
    align-self: center;
    background-color: #da4b1538;
    border-radius: 5px;
    justify-content: center;
}

.btnAddList, .btnDeleteList {
    cursor: pointer;
    transition: all .3s;
    margin: auto;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .btnAddList i {
        font-size: 3rem !important;
        color: limegreen;
    }

    .btnAddList:hover i, .btnDeleteList:hover i {
        box-shadow: 0 0 31px 5px #64636382;
        border-radius: 100%;
    }
/***********farsi select 2********************************************/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results, .select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: right;
}

.DiferentSpace .select2-container, .DiferentSpace .select2 {
    width: 100%;
}
/***********farsi select 2********************************************/
.hidden {
    display: none;
}

.btnDeleteList i {
    font-size: 3rem !important;
    color: #da4b15;
}

.labelDescryption {
    color: darkgray;
}

.dir_ltr {
    direction: ltr !important;
}

.border-none {
    border: none !important;
}

.imgSiteUpdated {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    object-fit: cover;
}
.btnslanguage_fa {
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 25px;
    background-size: cover !important;
    border: none;
    margin: 3px 0 10px 8px;
    background: transparent url(../Content/theme/images/flags/ir-icon.png) no-repeat center;
    float: right;
    object-fit: cover;
}
