html{
    min-height: 100%;
    position: relative;
}
body{
    width: 100%;
    background-color: #eceff1 !important;
    font-family: iranyekan  !important;
    font-size: 18px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,input, textarea {
    font-family: iranyekan !important;
    font-weight: bold;
}
.btn-bd-primary {
    cursor: pointer;
    font-weight: 500;
    background-color: #1f795d;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a {
    color: #007791 !important;
}
label{
    margin-bottom: 0;
}
a.btn-select-person:hover{
    background-color: #e72424 !important;
}
.disabled{
    pointer-events: none;
    cursor: not-allowed;
    background-color: #dedede;
}

input[type='radio']{
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
input[type='checkbox']{
    height: 15px;
    width: 15px;
    vertical-align: middle;
}
.holiday{
    color: red;
}
.table-wrapper {
    width: 100%;
    max-height: 650px;
    overflow: auto;
    display:inline-block;
}

.modal-confirm {
    color: #636363;
    width: 400px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-confirm .modal-body {
    color: #999;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
    color: #999;
}
.btn-sm {
    padding: 4px 5px !important;
    min-width: 4.5rem !important;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
}
.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
.float-btn{
    position: fixed;left: 0;bottom: 160px;width:60px;
    height:60px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    border: none;
    box-shadow: 2px 2px 3px #999;
}
/*.modal-confirm .btn, .modal-confirm .btn:active {*/
/*    color: #fff;*/
/*    border-radius: 4px;*/
/*    background: #60c7c1;*/
/*    text-decoration: none;*/
/*    transition: all 0.4s;*/
/*    line-height: normal;*/
/*    min-width: 120px;*/
/*    border: none;*/
/*    min-height: 40px;*/
/*    margin: 0 5px;*/
/*}*/
/*.modal-confirm .btn-secondary {*/
/*    background: #c1c1c1;*/
/*}*/
/*.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {*/
/*    background: #a8a8a8;*/
/*}*/
/*.modal-confirm .btn-danger {*/
/*    background: #f15e5e;*/
/*}*/
/*.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {*/
/*    background: #ee3535;*/
/*}*/
.disappear {
    display: none;
}
.preloader .preloader-icon {
    font-size: 5rem;
    line-height: 5rem;
    color: rgba(0,0,0,0.3);
}
.preloader .slow-connection, .preloader .connection-failed {
    text-align: center;
    background-color: #ffffff;
    color: #ec5252;
}
.preloader {
    margin: 0;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.ltr {
    direction: ltr;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-small {
    font-size: 0.8em;
}
.text-xsmall {
    font-size: 0.6em;
}
.text-large {
    font-size: 1.2em;
}
.text-xlarge {
    font-size: 1.4em;
}
.text-underline {
    text-decoration:underline;
}
.text-thin {
    font-weight: 100;
}
.text-light {
    font-weight: 300;
}
.text-regular {
    font-weight: normal;
}
.text-medium {
    font-weight: 500;
}
.text-bold {
    font-weight: bold;
}
.text-extrabold {
    font-weight: 800;
}
.text-black {
    font-weight: 900;
}
.text-extrablack {
    font-weight: 950;
}
blockquote {
    font-weight: 500;
    padding: 10px;
    border: 1px dashed #666666;
}
input[type=text]{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 8px 5px !important;
    height: fit-content !important;
}
footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:3.5rem;
    background-color: white;
    margin-top: 10px;
}

.mainbox {
    width: 100%;
    background-color: #EFEFEF;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #CCFF33;
}

.mainboxnegativ {
    width: 100%;
    background-color: #000000;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #CCFF33;
    color: #F9F9F9;
}

.clndr th:nth-of-type(7),.clndr td:nth-of-type(7){
    color: red;
}


.mainbox2 {
    font-size: 1em;
    width: 90%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainbox3 {
    width: 100%;
    background-color: #DFDFDF;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
    font-size: 1em;
    color: #F9F9F9;
    background-color: #000000;
    padding-right: 20px;
}


.farsiparagraph {
    font-size: 1em;
    width: 47%;
    float:right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.form-check{
    display: inline;
    margin: 8px 5px 5px 5px;
}
.farsiparagraph_negativ {
    font-size: 1em;
    color: #F9F9F9;
    background-color: #000000;
    width: 47%;
    float:right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}


.englishparagraph {
    font-size: 1em;
    width: 47%;
    float: left;
    direction:ltr;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;


}

.englishparagraph_negativ {
    font-size: 1em;
    color: #F9F9F9;
    background-color: #000000;
    width: 47%;
    float: left;
    direction:ltr;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;


}
.rightbox {
    width: 60%;
    padding-right: 20px;
    padding-left: 5px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
    background-color: #F7F7F7;

}

.titelbox {
    width: 60%;
    padding-right: 25px;
    padding-left: 0px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
    background-color: #d5d5d5;
    color: #4B4B4B;
}


.lefttbox {

    padding-right: 20px;
    padding-left: 4px;
    float: right;
    margin-bottom: 10px;
    min-width: 0px;
}

.alphabet {
    width: 35%;
    float: left;
    font-size: 21em;
    text-align: center;
    font-weight: 500;
    color: #999999;
}

.alphabet2 {
    width: 35%;
    float: left;
    direction: ltr;
    font-size: 1.6em;
    text-align: left;
    font-weight: 500;
    color: #333333;
    margin-top: 100px;
}
.footer {
    font-weight: 300;
    font-size: 0.7em;
    text-align: center;
    direction: ltr;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.btn{
   border-radius: 0px;
}
.btn.btn-sm{
    margin-top: 5px;
}
a, a:hover {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 700;
}

.btn-danger {
    background-color: #ff3547;
    color: #fff !important;
    border: 1px solid red;
    padding: 2px 0px;
}
.btn-block{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn-outline-secondary {
    color: #6c757d !important;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
    box-shadow: none;
}
.box{
    width: 100%;
    font-family: iranyekan !important;
    min-height: 100px;
    border-radius: 4px;
    background-color: white;
    /* overflow: hidden; */
    box-shadow: 0 0 10px 0 #cdcdcd;
    margin-top: 20px;
    padding: 20px 20px 40px 20px;
}
.forms{
    max-width: 400px;
    margin: 0 auto;
}
.verify-form{
    top: 120px;
}
.mycal th:nth-of-type(7),.mycal td:nth-of-type(7){
    color: red;
}
.passed-days{
    opacity: 0.4;
    cursor: not-allowed;
}
.current-day{
    background-color: #8ae5f5;
}
.valid-days:hover{
    background-color: #dbf7ff;
    border-radius: 5px;
}
.valid-days{
    cursor: pointer;
}

.nav{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.btn-outline-secondary:hover {
    background-color: #f7f2f2;
}
.dr-info-mobile{
    display: none;
}
.full {
    cursor: not-allowed;
    background-image: url('../images/red-cross.jpg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.center{
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1200px) {

    .container-table,.col-table{
        padding: 0 !important;
        /*margin: 0 !important;*/
        /*font-size: medium;*/
    }
    .calendar-header{
        padding-top: 10px;
    }
}
@media (max-width: 996px) {

    .container-table,.col-table{
        padding: 0 !important;
        margin-right: -60px;
        margin-left: -60px;
        /*margin: 0 !important;*/
        font-size: medium;
    }

    .dr-info-desktop{
        display: none;
    }
    .dr-info-mobile{
        display: inline-block;
    }
    .navbar-collapse {
        position: fixed;
        top: 50px;
        right: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        top: 0;
        display: inline-block;
        width:100%;
        background: rgba(0, 0, 0, 0.5);
        right: 0;
        z-index: 10;
        -webkit-transition: .6s cubic-bezier(.42,0,0,.99);
        -moz-transition: .6s cubic-bezier(.42,0,0,.99);
        -o-transition: .6s cubic-bezier(.42,0,0,.99);
        transition: .6s cubic-bezier(.42,0,0,.99);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        overflow-y: auto;
        height: 100%;
    }
    .inside-collapse{
        background: #fff;
        display: block;
        height: 100%;
        right: 0;
        max-width: 80%;
        position: fixed;
        padding: 15px;
        overflow: hidden;
        top: 0;
        width: 385px;
    }
    .inside-collapse2{
        background: rgba(0, 0, 0, 0);
        display: block;
        height: 100%;
        right: 385px;
        max-width: 100%;
        position: fixed;
        overflow: hidden;
        top: 0;
        width: 100%;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;

    }

}

.form-check-label{
    margin-right: 6px;
    margin-left: 6px;
}
.btn-block-full{
    width: 100%;
    margin: 8px auto !important;
}
@media only screen and (max-width: 600px) {

    .inside-collapse{
        background: #fff;
        display: block;
        height: 100%;
        right: 0;
        max-width: 70%;
        position: fixed;
        padding: 15px;
        overflow: hidden;
        top: 0;
        width: 70%;
    }
    .inside-collapse2{
        background: rgba(0, 0, 0, 0);
        display: block;
        height: 100%;
        right: 70%;
        max-width: 30%;
        position: fixed;
        overflow: hidden;
        top: 0;
        width: 30%;
    }

     table{
        max-width: 97% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .box{
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }
}

.footer-top-bar {
    background-color: #e8e9eb;
    padding: 10px;
    font-size: 0.8em;
}

.footer-mid-bar {
    padding: 20px 10px;
    border-bottom: 1px solid rgb(222,223,224);
}

.footer-bot-bar {
    padding: 5px;
    border-bottom: 6px solid #a94442;
}


