

.bg-gray {
    color: rgb(237, 147, 33);
    /*background-color: #404E67;*/
    color: #dcdcdc;
}

.bg-gray2 {
    background-color: #D3D6D8;
    /*color: #dcdcdc;*/
}
.bg-gray3 {
    background-color: #fff;
    /*color: #dcdcdc;*/
}
.bg-gray2 {
    background-color: #D3D6D8;
    /*color: #dcdcdc;*/
}
.bg.blue {
    background-color: #9DB2BF;
}
.pointer {
    cursor: pointer;
}

.bg-custom-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#feb798), to(#fe9365));
    background: linear-gradient(to right, #feb798, #fe9365);
}


.bg-custom-gray {
    background: -webkit-gradient(linear, left top, right top, from(#DDDDDD), to(#e2e9f1));
    background: linear-gradient(to botton, #DDDDDD, #e2e9f1);
}
.bg-custom-green {
    background: linear-gradient(to right, #0df3a3, #0ac282);
}

.bg-custom-pink {
    background: linear-gradient(to right, #fe909d, #fe5d78);
}

.bg-custom-blue {
    background: linear-gradient(to right, #01dbdf, #01a9ac);
}
.bg-custom-bluepass {
    background-color: #01a9ac;
}



.body-header {
    /*background-color: #b19b60;*/
    background-color: #bcefc0;
    
    width: calc(100% - 17rem);
}


.body-container {
    margin-top: 7rem;
    z-index: 100000;
    display: flex;
}




.main-body {
    /*width: calc(100% - 14rem);*/
    padding: 1rem;
    min-height: calc(100vh - 7rem);
    background-color: #f3f3f3;
}


footer {
    width: 100%;
}

.main-footer {
    padding: 15px;
    background-color: #1E54A0;
    width: 100%;
    text-align: justify;
    /* height: 180px; */
}

    .main-footer div {
        text-align: justify;
    }

.company-info {
    padding: 15px;
    width: 100%;
    justify-content: center;
    line-height: 1.8em;
}

.footer-address {
    display: flex;
    justify-content: center;
    color: #f8f9fa;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    padding-top: 10px;
}

.footer-social {
    justify-content: end;
    margin-left: 5px;
}

.gray-line {
    width: 60%;
    height: 2px;
    border-top: 2px dotted rgb(173, 171, 171);
    text-align: center;
}

.producer {
    font-family: IRANSans;
    color: #939191;
    font-size: 14px;
    border: 0;
    text-align: justify;
}

    .producer p {
        text-align: justify;
    }


.main-body-container {
    background-color: #f3f3f3;
    /*margin: .5rem 0;*/
    border-radius: .25rem;
    padding: .5rem;
}


.login-body {
    font-family: IRANSans;

    background-color: #d0d0ce !important;
    min-height: 100vh;
}

.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgb(172 168 168 / 43%);
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.login-main{
    width:600px;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-wrapper img {
  
    /*margin-bottom: 19px;*/
}

.brand-wrapper img {
    margin: auto;
    max-width: 60%;
}



.login-card-description {
    font-weight: bolder;
    font-size: 24px;
    margin: 20px;
    color: #917016;
}

.login-content {
    font-weight: bolder;
    font-size: 14px;
    color: #1e54a0;
  
}

.login-btn {
    font-weight: bolder;
    font-size: 18px;
    color: #fff;
  
}


.page-header {
    position: relative;
    height: 3.5rem;
    /*background-color:red;*/
}

.page-header {
    display: flex;
    justify-content: center;
    height: 2.5rem;
    background-color: #a1bbd0;
}

.page-title {
    display: flex;
    justify-content: center;
    padding-right: 1rem;
}

.page-help {
    text-align: left;
    padding-left: .2rem;
}


.search-icon1 {
    font-size: 14px;
    font-weight: 600;
    align-items: stretch;
    margin: 2px;
    width: 4rem;
}

.page-status {
    border: 1px solid rgb(196, 190, 184);
    background-origin: padding-box;
    /* border-radius: 10px 10px 10px 10px; */
    color: #000000;
    line-height: 30px;
    font-weight: 900px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 10px;
}

    .page-status:active {
        background-color: #E3BD27;
    }

.caption {
    border: 1px solid rgb(196, 190, 184);
    background-origin: padding-box;
    /* border-radius: 10px 10px 10px 10px; */
    color: #000000;
    line-height: 27px;
    font-weight: 900px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    background-color: #E3BD27;
    ;
    padding: 10px;
    width: 150px;
}

.iframe {
    width: 100%;
    height: 1000px;
}

a:hover {
    text-decoration: none;
    color: #FE8A7D;
}

.shadow-box {
    box-shadow: 0 .5rem 1rem #E3BD27 !important;
}

/*page*/
.pg-table{
    font-size:14pt;
    font-weight:bolder;
    
}
.lbl {
    font-size: 10pt;
    font-weight: bold;
}
.MultiLine{
    width:75%;
    height:50%;

}


.main-body1 {
    /*display:flex;*/
    width: 100%;
    padding: 1rem;
    /*min-height: calc(100vh - 3.5rem);*/
    background-color: #f3f3f3;
    justify-content: space-between;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-page:hover {
    transform: scale(1.3)
}
.iframe {
    width: 100%;
    height: 1000px;
}

.info-box-body h5 {
    font-size: .9rem;
    line-height: 1rem;
}

.info-box-body p {
    font-size: .7rem;
    line-height: 1rem;
}

.info-box-icon i {
    font-size: 2rem;
}

.info-box-footer {
    font-size: 1rem;
    text-align: center;
    color: #1e54a0;
    background-color: #e3efb3;
}

.main-body-container {
    background-color: #f3f3f3;
    /*margin: .5rem 0;*/
    border-radius: .25rem;
    padding: .5rem;
}