/*-----------------------Color-------------------------*/
.eb-color-red{
    color: #ed3237!important;
}
.eb-color-gray{
    color: #58595b !important;
}
.eb-color-lightgray{
    color:  #e7e7e7!important;;
}
.eb-color-titgray{
    color: #999999;
}
.eb-color-white{
    color:  #ffffff!important;;
}
.eb-color-orange{
    color: #f7941d!important;
}
.eb-color-blue{
    color:#1da7f6;
}
.eb-color-green{
    color:  #2ec981 !important;
}
.eb-color-darkgreen{
    color: #00695C;
}
.eb-color-purple{
    color: #aa49e5;
}
.eb-color-lightpurple{
    color: #f6e5f8;
}
/*-----------------------Background color--------------*/
.eb-background-red{
    background-color: #ed3237!important;
}
.eb-background-gray {
    background-color: #58595b !important;
}
.eb-background-lightgray{
    background-color: #e7e7e7!important;
}
.eb-background-white{
    background-color: #ffffff!important;
}
.eb-background-orange{
    background-color: #f6bb0e!important;
}
.eb-background-blue{
    background-color: #1da7f6;
}
.eb-background-green{
    background-color:  #2ec981 !important;
}
.eb-background-lightyellow{
    background-color: #fffefb!important;
}
.eb-background-purple{
   background-color:#aa49e5;
}
.eb-background-lightpurple{
    background-color: #f6e5f8;
}

/*-----------------------Hover-------------------------*/
.eb-hover-orange:hover {
    color: #f6bb0e!important;
}
.eb-hover-red:hover {
    color: #ed3237!important;
}
.eb-hover-lightyellow:hover{
    background-color: #fffefb!important;
}
/*-----------------------Font-------------------------*/
.eb-font-12{
    font-size: 12px!important;
}
.eb-font-14{
    font-size: 14px!important;
}
.eb-font-16{
    font-size: 16px;
}
.eb-font-24{
    font-size: 24px;
}
.eb-font-28{
    font-size: 28px;
}
/*-----------------------General----------------------*/
.pointer{
    cursor: pointer;
}
.eb-height-auto{
    height: auto!important;
}
.eb-height-100{
    height: 100%!important;
}
.eb-height-label{
    height: 55px!important;
}
#profile-page .eb-height-label{
    height: 40px!important;
}

.eb-width-30{
    width: 30px;
}
.eb-width-50{
    width: 50px!important;
}

.eb-square .eb-btn-link{
    width: 95px;
    height: 80px;
    font-size: 12px;
}
.eb-btn{
    width: 220px;
    height: 38px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin: 30px auto 10px auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: background .15s, color .15s, -webkit-box-shadow .3s;
    -o-transition: background .15s, box-shadow .3s, color .15s;
    transition: background .15s, box-shadow .3s, color .15s, -webkit-box-shadow .3s;
}

.eb-btn-flat-gray{
    box-shadow: none!important;
    color: #58595b!important;
    background-color: #e7e7e7!important;
}
.eb-btn-link{
    color: #58595b!important;
    font-size: 12px;
    border: 1px solid #ccc3c3;
    background-color: #e7e7e7!important;
    box-shadow: none;
}
.eb-btn-link-p{
    color: #58595b!important;
    font-size: 12px;
    border: 1px solid #aa49e5;
    background-color: #f6e5f8!important;
    box-shadow: none;
}

.eb-btn-special .eb-btn-link{
    background-color:  #2ec981 !important;
    color: #ffffff!important;
    border:none;
    font-size: 16px;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right:6px solid #ffffff;
}


.eb-line-h3{
    line-height: 30px;
}

.eb-scroll-x{
    overflow-x: auto;
}
.eb-clear{
    clear: both;
}
.mt-6{
    margin-top: 4rem!important;
}
.mt-4-5{
    margin-top: 2.5rem!important;
}
.mt-4-5-2{
    margin-top: 2rem!important;
}
.eb-t0{
    top:0px!important;
}
.mt-2-neg{
    margin-top: -1rem;
}
.mt-3-neg{
    margin-top: -2rem;
}
/*-------------------------------------------------disabled-input-----------------------------------------------------*/
.disabled-input input{
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: inherit!important;

}
input:disabled{
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: inherit!important;
}
input:disabled + span.bar{
    display: none!important;

}
.disabled-input  .bar{
    display: none!important;
}
/*----------------------------------------------------disable-checkbox -----------------------------------------------*/
.radio-wrapper input[type="checkbox"][disabled] +label{
    cursor: default;
}
.radio-wrapper input[type="checkbox"][disabled] +label:before{
    cursor: default;
    opacity: 0.3;
}
/*--------------------------------------------------------------------------------------------------------------------*/
.eb-mohasebe{
    background: #f9f9f9;
    color: #6c6a6a;
    padding: 4px;
    top: 16px;
    cursor: pointer;
    border: 1px solid #e9e9e9 !important;
}
.confirm-bt {
    background-color: #2ec981 !important;
    margin: 5px;
}

.edit-bt {
    background-color: #1da7f6 !important;
    margin: 5px;
}

.nex-pre-bt {
    text-align: right;
    min-height: 50px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 7px;
    background: #58595b;
}

::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    -webkit-border-radius: 1ex;
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
table {
    overflow-x: scroll
}
th {
    background-color: #e7e7e7 !important;
    color: #58595b;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input {
    font-size: 13px;
    padding: 15px 10px 15px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #58595b;
}.fa {
     display: inline-block;

     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }

.btn.focus, .btn:focus {
    box-shadow: none;
}

input[type=text] {
    direction: rtl;
    font-family: IRANSansWeb;
}

input:focus {
    outline: none;
}
select {
    font-size: 14px;
    width: 100%;
    background: transparent;
    z-index: 1;
    direction: rtl !important;
    outline-color: orange;
    border-width :0 0 1px 0 ;
    border-color: #58595b;
}

label {
    position: absolute;
    right: 0;
    min-width: 200px;
}

label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}label:not(.cfu){
     pointer-events: none;

}
input:focus ~ label{
    top: -28px;
    font-size: 12px;
    color: gray;
}
input[valueX]:not([valueX='']) ~ label {
    top: -29px;
    font-size: 12px;
    color: gray;
}
input.fileupload ~ label {
     top: 35px!important;
     font-size: 12px!important;
     color: white!important;
     max-width: 128px;
     min-width: 0px;
 }
input:-moz-ui-invalid {
    box-shadow: none;
}

input:required {
    box-shadow: none;
}


.alt-td {
    color: #990000;
}

.head-td {
    color: #029927;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}select:focus ~ .bar:before,
 select:focus ~ .bar:after {
     width: 50%;
 }

input[type=radio] {
    width: auto;
    margin-left: 5px;
    display: none;
}

.radio-wrapper label {
    z-index: 100;
    display: inline-block;
    /*height: 20px;*/
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    pointer-events: all;
    top: 0 !important;
    font-size: 14px !important;
    width: 100%;
    color: #58595b !important;
    text-align: justify;
    max-width: 100%;
    min-width: 153px;
}

.radio-wrapper input[type="radio"]:checked + label:before {
    background-color: orange;
    border: 2px solid #b35f5f;
    animation: ripple 0.6s linear forwards;
}

.radio-wrapper label::before {
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}

.radio-wrapper {
    display: flex;
}

.radio-wrapper input[type="radio"] {
    display: none;
}

.radio-wrapper label:before {
    position: absolute;
    right: 0;
    content: '';
    border-radius: 50%;
    transition: all .6s ease;
    transition-property: transform, border-color;
}
.eb-ltr{
    direction: ltr!important;
}
.eb-rtl{
    direction: rtl!important;
}
/*----------------------------------------- Miss Naeeme Moradi CSS-------------------------------------------*/
.myextra{
    background-color: #1da7f6 !important;

}

/*----------------------------------------- datepicker------------------------------------------*/
.custom-date-label input[value]:not([value='']) ~ label {
    top: -29px;
    font-size: 12px;
    color: gray;
}

.text-underline{
    text-decoration-line: underline ;
}

.print-icon-box {
    padding: 15px 10px 15px 130px;
    margin-top: 105px;
}

