/*@import url('/xCore/fonts/IRANSans/css/style.css');*/


.text-blue
{
    color:blue !important;
}
/* do not group these rules */
*::-webkit-input-placeholder {
    color: #a7a5a5 !important;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #a7a5a5 !important;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: red;
    color: #a7a5a5 !important;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #a7a5a5 !important;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a7a5a5 !important;
}

*::placeholder {
    /* modern browser */
    color: #a7a5a5 !important;
}

/*--------------------------------------------*/
/* EMPTY LAYPUT  */
/*--------------------------------------------*/
.xcore-bg-emptylayout {
    /* The image used */
    background-image: url('assets/PngtreeGeometrySpaceBackground832948Edited.jpg');
    /* Full height */
    height: 100vh;
    /* Opportunity and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xcore-bg-errorlayout {
    /* The image used */
    /*background-image: url('assets/PngtreeGeometrySpaceBackground832948Edited.jpg');*/
    /* Full height */
    height: 100vh;
    /* Opportunity and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffdede;
}
/*--------------------------------------------*/
/*   */
/*--------------------------------------------*/
.table:not(.table-bordered) thead th {
    text-transform: none !important;
    padding: 7px !important;
}

* {
    font-family: iransans-light;
}

span.form-control {
    background-color: #e9ecef;
    opacity: 1;
}


/*--------------------------------------------*/
/*  https://css-tricks.com/examples/hrs/  */
/*--------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


    /* Gradient color1 - color2 - color1 */

    hr.xcore-hr-Gradient121 {
        border: 0;
        height: 1px;
        background: #333;
        background-image: linear-gradient(to right, #ccc, #333, #ccc);
    }

    /* Gradient transparent - color - transparent */

    hr.xcore-hr-GradientTransparent {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

    /* Double-color dashed line */

    hr.xcore-hr-DoublecolorDashedLine {
        border: 0;
        border-bottom: 1px dashed #ccc;
        background: #999;
    }

    /* Flaired edges, by Tomas Theunissen */

    hr.xcore-hr-FlairedEdges {
        overflow: visible; /* For IE */
        height: 30px;
        border-style: solid;
        border-color: black;
        border-width: 1px 0 0 0;
        border-radius: 20px;
    }

        hr.xcore-hr-FlairedEdges:before { /* Not really supposed to work, but does */
            display: block;
            content: "";
            height: 30px;
            margin-top: -31px;
            border-style: solid;
            border-color: black;
            border-width: 0 0 1px 0;
            border-radius: 20px;
        }

    /* Glyph, by Harry Roberts */

    hr.xcore-hr-Glyph {
        overflow: visible; /* For IE */
        padding: 0;
        border: none;
        border-top: medium double #ddd8d8;
        color: #c0156e;
        text-align: center;
    }
/*
    hr.xcore-hr-Glyph:after {
        content: "�";
        display: inline-block;
        position: relative;
        top: -0.7em;
        font-size: 1.5em;
        padding: 0 0.25em;
        background: white;
    }*/

/*--------------------------------------------*/


.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.xcore-rtl {
    direction: rtl !important;
    text-align: right;
}

.xcore-ltr {
    direction: ltr !important;
    text-align: left !important;
}

body {
    font-size: .900rem !important; /*.835rem*/
    color: black;
}


.text-fail {
    color: #c0156e !important;
}

.text-info {
    /* color: #2246a8 !important;*/
}

.form-group {
    margin-bottom: 0.4rem;
}

.form-control {
    font-size: .900rem !important; /*.835rem*/
    color: blue;
    font-weight: bold !important;
}

    .form-control:focus {
        color: #ee00d8;
    }

.validation-message {
    color: red;
}


.input-disable-background {
    background-color: #f6f6f1 !important;
}

.nav-tabs .nav-link.active {
    color: #1565c0;
    font-weight: bold;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0rem;
}

input, .form-control-plaintext, .ant-input , .ant-select-selection-item , .ant-input-number-input , .ant-input-number-input-wrap , .ant-input-number , .ant-input-number-rtl {
    color: blue !important;
    border-radius: 0.4rem !important;
    height:calc(1.5em + .75rem + 3px) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.page-title-container{
    padding-top:10px;
}

.btn, button, .ant-select-selector {
    border-radius: 0.4rem !important;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 36px !important;
}

.xcore-modal-footer{
    padding: 10px !important;
}

.table:not(.table-bordered) thead th {
    font-size: 14px !important;
    font-weight: bold;
}

.ant-modal-body{
    margin: 0px !important;
    padding: 28px !important;
    padding-bottom: 0px !important;
}

.ant-modal-confirm-body-wrapper {
    padding-bottom: 20px !important;
}

.enum-select {
    background-color: white !important;
    color: blue !important;
    border-color: #C3C2C2 !important;
    font-weight: normal !important;
    font-size: small !important;
}

.blazor-datepicker.form-control[readonly] { 
    font-weight: normal !important;
}

.agreement-height {
    min-height: 150px !important;
}

.fa, .fas {
    font-size: 15px;
}

.fa-xcore-20, .fas-xcore-20 {
    font-size: 20px;
    color: #961818 !important;
}

.navigation-divider {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #db7127 !important;
}

.navigation .navigation-menu-tab {
    /*background-color: #79cb95 !important;*/
    background-color: white !important;
    color: black !important;
}

.modal-dialog {
    max-width: 80% !important;
    width: 500px !important;
}


.navigation-menu-tab {
    width: 50px !important;
}

.navigation {
    /*width: 270px !important;*/
}

th {
    background-color: #f2f2f2 !important; /*#f0fcf3 #eaf6fa */
    color: black;
}

thead {
    border-radius: 8px 8px 0px 0px !important;
}

.navigation .navigation-menu-tab ul li a.active:after {
    opacity: 0.2;
    background: #ff6a00;
    right: 8px;
    left: 8px;
    top: 10px;
    bottom: 10px;
}

.text-xcore-blue {
    color: blue !important;
}

.xcore-page-title {
    color: #c0156e; /*#1565c0*/
    font-size: 21px;
    font-weight: 600;
    margin-right: 0px !important;
}

.xcore-page-title-row {
    height: 40px;
}


.modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.avatar {
    height: 4rem;
    width: 4rem;
}



    .avatar.avatar-sm-xcore {
        height: 1rem;
        width: 1rem;
    }

label {
    margin-bottom: .25rem;
}

.xcore-content-scrollable {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    /*    padding-left: .5rem !important;
    padding-right: .5rem !important;*/
}

.xcore-content-scrollable-200 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    height: 200px;
}

.xcore-content-scrollable-300 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    height: 300px;
}

.xcore-content-scrollable-400 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    height: 400px;
}

.xcore-content-scrollable-450 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    height: 450px;
}

.xcore-content-scrollable-500 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    height: 500px;
}


/*--------------------------------------------*/

div.form-membership {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 3rem 0
}

    div.form-membership .form-wrapper {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
        -moz-box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
        box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
        padding: 3rem;
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        border-radius: .5rem;
        width: 430px;
        margin: 50px auto;
        text-align: center
    }

        div.form-membership .form-wrapper #logo {
            margin: 1rem 0 3rem
        }

            div.form-membership .form-wrapper #logo img:not(.logo) {
                display: none
            }

        div.form-membership .form-wrapper h5 {
            text-align: center;
            margin-bottom: 2rem
        }


.error-page {
    text-align: center;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-white {
    background-color: #fff !important;
}


/*--------------------------------------------*/
/* Blazor Context menue 
    https://www.nuget.org/packages/Blazor.ContextMenu/
*/
/*--------------------------------------------*/

.blazor-context-menu__item--default {
    padding: 6px;
    text-align: right !important;
}



/*--------------------------------------------*/
/*Search 2*/
/*--------------------------------------------*/

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    direction: rtl !important;
}

/*--------------------------------------------*/
/*sds*/
/*--------------------------------------------*/
.xcore-table-header {
    background: #e9ecef !important;
    color: #c0156e !important;
    font-size: 18px;
    font-weight: 700;
    padding: .5rem 1rem !important;
    display: normal;
}

.card .xcore-card-header-gray {
    font-size: 16px;
    color: #441857;
    background-color: #e9ecef;
}

.xcore-w-100px {
    width: 100px;
}

.xcore-w-200px {
    width: 200px;
}

.xcore-w-300px {
    width: 300px !important;
}

.xcore-w-400px {
    width: 400px;
}

.form-control:not(.form-control-lg):not(.form-control-sm) {
    margin: 0 0 0 0 !important;
}

/*--------------------------------------------*/
/* typeahead control */
/*--------------------------------------------*/

.blazored-typeahead__input-mask {
    font-size: .900rem !important;
    color: blue;
    font-weight: bold !important;
}

    .blazored-typeahead__input-mask:focus {
        color: #ee00d8;
    }

.blazored-typeahead {
    font-size: .900rem !important;
    color: blue;
    font-weight: bold !important;
}

/*--------------------------------------------*/
/* MODAL */
/*--------------------------------------------*/

.modal .modal-dialog .modal-content .modal-body {
    padding: 0.5rem;
}

.xcore-modal-body {
    padding: 0.5rem !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

/*--------------------------------------------*/
/* Layout */
/*--------------------------------------------*/

.xcore-layout-container-row {
    margin-right: -40px;
    margin-left: -48px;
    margin-top: -22px;
    margin-bottom: -30px;
}

/*--------------------------------------------*/
/* div */
/*--------------------------------------------*/

.xcore-div-alignv-middle {
    vertical-align: middle !important;
    margin: auto;
}

.xcore-div-alignv-top {
    vertical-align: top !important;
    margin: auto;
}

.xcore-div-alignv-bottom {
    vertical-align: bottom !important;
    margin: auto;
}

/*--------------------------------------------*/
/* table */
/*--------------------------------------------*/

.xcore-table-title {
    color: #c0156e; /*#1565c0*/
    font-size: 18px;
    font-weight: 700;
}

.xcore-table-title-row {
    height: 40px;
}

.xcore-table-sm > tr > td, .xcore-table-sm > tbody > tr > td, .xcore-table-sm > tbody > tr > th, .xcore-table-sm > tfoot > tr > td, .xcore-table-sm > tfoot > tr > th, .xcore-table-sm > thead > tr > td, .xcore-table-sm > thead > tr > th {
    padding: 7px !important;
}

/*--------------------------------------------*/
/* card */
/*--------------------------------------------*/

.xcore-card {
    border: 0.5px solid #f3eded !important;
    border-radius: 5px 5px !important;
}

.card-title {
    font-weight: bold !important;
    font-size:18px !important;
    color: royalblue !important;
}

.text-white {
    color: white !important;
}

.form-wrapper {
    border: 0.5px solid #f3eded !important;
    border-radius: 5px 5px !important;
}
