@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/IRANSansWeb_Light.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    direction: rtl !important;
    text-align: right !important;
    /*overflow:scroll;*/
}

body {
    font-size: 13px;
    line-height: 22px;
    font-family: IRANSans, tahoma, Arial, Verdana;
    background: none !important;
}

.bg-gray {
    background-color: #404E67;
    color: #dcdcdc;
}

.bg-gray2 {
    background-color: #D3D6D8;
    /*color: #dcdcdc;*/
}


.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-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;
}


li {
    text-decoration: none;
    list-style-type: none;
}

header {
    display: inline-block;
    /* margin: 2px; */
}

/*.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: sandybrown;
    line-height: 7rem;
    display: flex;
    justify-content: space-around;
    z-index: 1000;
    align-items: stretch;
}*/

/*.logo {
    max-height: 7rem;
    position: relative;
    z-index: 99999;
}*/

.sidebar-header {
    flex: 0 0 17rem;
}

/*.body-header {
    background-color: #B3D3E9;
    width: calc(100% - 17rem);
}*/

.search-area {
    background-color: #dcdcdc;
    padding: .3rem .6rem;
    border-radius: 2rem;
}

.search-input {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    margin: 0 .6rem;
}

.header-notifictation {
    position: absolute;
    left: 0;
    margin-top: .2rem;
    width: 16rem;
    background-color: white;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.notification-img {
    width: 3rem;
    border-radius: .1rem;
}

.notification-user {
    font-size: .8rem;
    font-weight: bold;
    margin-top: .3rem;
}

.notification-text {
    font-size: .7rem;
    line-height: .7rem;
}

.notification-time {
    font-size: .6rem;
    line-height: .6rem;
    color: #919aa3;
}

.header-comment {
    position: absolute;
    height: calc(100vh - 7rem);
    width: 18rem;
    background-color: #FFFFFF;
    color: black;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    display: none;
}

.header-comment-wrapper {
    height: calc(100% - 6rem);
    overflow: auto;
}

    .header-comment-wrapper::-webkit-scrollbar {
        display: none;
    }

.comment-user {
    font-size: .75rem;
    font-weight: bold;
    margin-top: .8rem;
}

.comment-user-status {
    font-size: .4rem;
}

.header-avatar {
    width: 3rem;
    height: 2rem;
    border-radius: .3rem;
    margin: .2rem;
}

.header-postname {
    color: #917016;
    font-size: .6rem;
}

.header-username {
    color: #333333;
    font-size: .8rem;
}

.header-profile {
    position: absolute;
    margin-top: .2rem;
    left: 0;
    z-index: 1000;
    height: auto;
    width: 13rem;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.header-profile-link {
    padding: .4rem;
    font-size: .8rem;
    line-height: 1.4rem;
}

    .header-profile-link > i {
        width: 2rem;
        text-align: center;
    }


/*.body-container {
    margin-top: 7rem;
    z-index: 100000;
    display: flex;
}*/



/*.sidebar {
    flex: 0 0 17rem;
    background-color: #404E67;
    color: #dcdcdc;
}*/

/*.sidebar-container {
    height: calc(100vh - 7rem);
    /* position: fixed; */
/*right: 0;
    top: 7rem;
    z-index: 10000;*/
/*}*/

/*.sidebar-wrapper {
    padding: 1rem 0;
    overflow: auto;
}

    .sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

.sidebar-part-title {
    font-size: .9rem;
    padding: 0 1rem;
    margin-top: 1rem;
    color: #999999;
}

.sidebar-link {
    font-size: .8rem;
    margin-top: 1rem;
    padding: .4rem 1rem;
    display: block;
    text-decoration: none;
    outline: none;
    border: none;
    color: #dcdcdc;
    transition: all .3s;
}

    .sidebar-link:hover {
        text-decoration: none;
        color: #FE8A7D;
    }

    .sidebar-link > i {
        width: 2rem;
        text-align: center;
    }

.sidebar-group-link {
    font-size: .8rem;
    margin-top: 1rem;
    padding: .4rem 0;
    color: #dcdcdc;
}

.sidebar-group-link-active {
    border-right: #FE8A7D 3px solid;
}

.sidebar-group-link > .sidebar-dropdown {
    display: none;
    height: 0;
}

.sidebar-group-link-active > .sidebar-dropdown {
    height: auto !important;
    display: block !important;
}

.sidebar-dropdown-toggle {
    cursor: pointer;
    padding: .2rem 1rem;
    transition: all .3s;
}

    .sidebar-dropdown-toggle:hover span {
        color: #FE8A7D;
    }


    .sidebar-dropdown-toggle .icon {
        width: 2rem;
        text-align: center;
    }

    .sidebar-dropdown-toggle .angle {
        float: left;
        padding: .4rem 0;
    }

.sidebar-dropdown-toggle-title {
    padding: 0 1rem;
}*/

/*.sidebar-dropdown a,
button {
    padding: .2rem 1rem;
    display: block;
    text-decoration: none;
    background-color: inherit;
    outline: none;
    border: none;
    color: #dcdcdc;
    transition: all .3s;
}*/

    /*.sidebar-dropdown a::before {
        content: '»';
        margin: .8rem;
    }*/

.sidebar-dropdown button::before {
    content: '»';
    margin: .8rem;
}

.sidebar-dropdown a:hover,
button:hover {
    color: #FE8A7D;
}
/*.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;
    }

.header-notifictation {
    position: absolute;
    left: 0;
    margin-top: .2rem;
    width: 16rem;
    background-color: white;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.notification-img {
    width: 3rem;
    border-radius: .1rem;
}

.notification-user {
    font-size: .8rem;
    font-weight: bold;
    margin-top: .3rem;
}

.notification-text {
    font-size: .7rem;
    line-height: .7rem;
}

.notification-time {
    font-size: .6rem;
    line-height: .6rem;
    color: #919aa3;
}

.header-comment {
    position: absolute;
    height: calc(100vh - 7rem);
    width: 18rem;
    background-color: #FFFFFF;
    color: black;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    display: none;
}

.header-comment-wrapper {
    height: calc(100% - 6rem);
    overflow: auto;
}

    .header-comment-wrapper::-webkit-scrollbar {
        display: none;
    }

.comment-user {
    font-size: .75rem;
    font-weight: bold;
    margin-top: .8rem;
}

.comment-user-status {
    font-size: .4rem;
}


.header-username {
    color: #0c3066;
    font-size: 1rem;
}

.header-profile {
    position: absolute;
    margin-top: .2rem;
    left: 0;
    z-index: 1000;
    height: auto;
    width: 13rem;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.header-profile-link {
    padding: .4rem;
    font-size: .8rem;
    line-height: 1.4rem;
}

    .header-profile-link > i {
        width: 2rem;
        text-align: center;
    }

.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: .6rem;
}

/*.main-body-container {
    background-color: #f3f3f3;
    /*margin: .5rem 0;*/
border-radius: .25rem;
padding: .5rem;
}

*/

.main-body-container-header h5 {
    font-size: 1rem;
    font-weight: bold;
}

.main-body-container-header p {
    font-size: .8rem;
    color: #777;
}

.body-content {
    margin-top: 0;
}

    .body-content p {
        font-size: .8rem;
    }

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half, .half .container > .row {
    height: 100vh;
    min-height: 700px;
}

    .half .bg {
        height: 200px;
    }

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }

    .TextItem {
        margin-right: 0;
        width: inherit;
        width: 300px !important;
    }

    .sidebar {
        display: none;
    }

    .FieldsTable tr {
        /*background-color:coral;*/
        width: 50%;
    }

    .TextItem2 {
        margin: 0;
    }
}

.half .contents {
    background: #f6f7fc;
}

.half .contents, .half .bg {
    width: 100%;
}

    .half .contents .form-control, .half .bg .form-control {
        border: none;
        border-radius: 4px;
        height: 54px;
        background: #efefef;
    }

        .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #888;
    text-decoration: underline;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.form-block {
    background: #fff;
    padding: 40px;
    margin-top: -300px;
}


/* login */

/* .login-body{ 
   
    position: relative;
   
    background-color: red!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 500px;
  
}
/* .login-body::before{
position: absolute;
left: 0;
top: 0;
background: linear-gradient(to bottom, rgba(1, 8, 27, 0) 0%, rgba(122, 126, 134, 0.7) 100%);
content: '';
width: 100%;
height: 100%;
z-index: 1000;
border-radius: 5px;
} 
.login-img
{ 
    background-image: url(../images/9_2.jpg) !important;
   background-repeat: no-repeat;
   background-size: cover!important;
    height: 100%;
}
.login-img img{
    max-width: 100%;
    height: auto;
}
.login-wellcome
{
   
    color: #E3BD27;
    font-size: 24px;
    font-family: IRANSans;
    font-weight: bolder;
}
.login-wellcome p{
    margin-left: 50px;
  padding: 25px;
    text-align: left;
} */
.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%;
}

.footer-link {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

.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;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.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;
}

.search {
    width: 65px;
}

.search-icon1::before {
    content: "" !important;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
    }

        .pagination a.active {
            background-color: #1e54a0;
            color: white;
            border: 1px solid #1e54a0;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

        .pagination a:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .pagination a:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

/*table {
    border-collapse: collapse;
  }

  th, td {
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
  }
  table {
    /* border: 1px solid; */

tr.GridHeader {
    background-color: rgb(73, 94, 104);
    border: 2px solid #DBE6FD;
}


table th {
    color: #fff;
    padding: 10px;
    text-align: center;
    /*border-bottom: 1px solid #ddd;*/
    font-size: 14px !important;
}

    table th > a {
        color: #fff;
        /*padding: 10px;*/
        text-align: center;
        width: 100%;
        font-size: 11px !important;
        text-decoration: none;
    }

table td {
    font-size: 13px !important;
    font-family: IRANSans !important;
    font-weight: 600;
}

table tr:hover {
    /*background-color: #E3BD27;*/
}


/*table tr:nth-child(odd) {
    background-color: #ccc9c9;
}*/


caption {
    caption-side: top !important;
    text-align: right;
}

.GridItems > th {
    padding: 5px;
    text-align: center;
    /*border-bottom: 1px solid #ddd;*/
}

.GridItems td {
    padding: 5px;
    text-align: center !important;
    /*border-bottom: 1px solid #ddd;*/
}

.GridItems tr:nth-child(even) {
    background-color: #ccc9c9;
}

.GridTitle {
    font-family: IRANSans;
    font-size: 16px !important;
    font-weight: 600;
    /*background-color: bisque;*/
    /*width: 200px;*/
    color: darkred;
    border-bottom: solid 1px #DBE6FD;
    height: 30px;
}

.GridHeader {
    background-color: #e6e6e6;
    font-size: 11px;
    color: #777777;
    border-bottom: solid 1px #DBE6FD;
    font-weight: normal;
    border: transparent;
}

.GridHeaderLeft {
    border-bottom: solid 1px #DBE6FD;
    background: url(images/capr.png) no-repeat;
    width: 25px;
}

.GridHeaderRight {
    border-bottom: solid 1px #DBE6FD;
    background: url(images/capl.png) no-repeat;
    width: 25px;
}

.GridItems {
    font-size: 9pt;
    padding: 6px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    /*border-left: 1px solid #dbe6fd;
    border-right: 1px solid #dbe6fd;
    border-top: 1px solid #DBE6FD;
    border-bottom: 1px solid #DBE6FD;*/
    background-color: White;
}

.GridItem {
    font-size: 9pt;
    padding: 6px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    /*border-left: 2px solid #DBE6FD;
    border-right: 2px solid #DBE6FD;
    border-top: 2px solid #DBE6FD;
    border-bottom: 2px solid #DBE6FD;
    background-color: #e3ebef;*/
}

.GridRowAlternative {
    /*text-align: center;
    font-size: 11px;
    margin-left: 2px;
    margin-right: 2px;
    /*border-left: 2px solid #DBE6FD;
    border-right: 2px solid #DBE6FD;
    border-top: 2px solid #DBE6FD;
    border-bottom: 2px solid #DBE6FD;*/
    /*background-color: #c5c8cc;*/ */
}

.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;
}

.btnLast {
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    /*background-color: chocolate;*/
    background: url(../images/Last.png) no-repeat;
    /*height: 30px;*/
    width: 30px;
}

.btnFirst {
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background: url(../images/First.png) no-repeat;
    /*height: 30px;*/
    width: 30px;
}

.btnPrev {
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background: url(../images/Previous.png) no-repeat;
    /*height: 30px;*/
    width: 30px;
    padding: 0px !important;
    margin: 1px !important;
}

.btnGo {
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background: url(../images/Apply.png)no-repeat;
    /*height: 30px;*/
    width: 30px;
    padding: 0px !important;
    margin: 1px !important;
}

.btnNext {
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background: url(../images/next.png) no-repeat;
    /*height: 30px;*/
    width: 30px;
}

.btnSave {
    width: 84px;
    height: 33px;
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    /*background: url(../images/Save.png) no-repeat;*/
    background-color: mediumblue;
    color: white;
    font-weight: 600;
    text-align: center !important;
}




.btnSearch {
    width: 84px;
    height: 33px;
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background-color: orange;
    color: white;
    font-weight: 600;
    text-align: center !important;
    margin-right: 3px;
    /*background: url(../images/Search.png) no-repeat;*/
}

.btnCancel {
    width: 0;
    height: 0;
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    /*background: url(../images/Cancel.png) no-repeat;*/
}

.btnRefresh {
    width: 84px;
    height: 33px;
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background-color: mediumseagreen;
    color: white;
    font-weight: 600;
    text-align: center !important;
    /*background: url(../images/Refresh.png) no-repeat;*/
}

.btnUpdate {
    width: 84px;
    height: 33px;
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background-color: blue;
    font-weight: 600;
    text-align: center !important;
    color: white;
    /*background: url(../images/Save.png) no-repeat;*/
}

.btnDelete {
    width: 85px;
    height: 32px;
    border-style: hidden;
    border-style: none;
    cursor: pointer;
    background-color: crimson;
    font-weight: 600;
    text-align: center !important;
    color: blanchedalmond;
    /*background: url(../images/Delete.png) no-repeat;*/
}

.ErrorItem {
    font-family: Tahoma;
    font-size: 9pt;
    color: #FF0066;
    border-style: hidden;
    border-style: none;
    border-color: Background;
    background-color: Transparent;
}

.chead {
    background-color: bisque;
    line-height: 20px;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    justify-content:center;
    margin-bottom:10px;
}

.chead-main {
    background-color: lightgray;
    line-height: 20px;
    padding: 20px;
    border-radius: 15px;
    display: flex;
}


.TextItem {
    line-height: 30px;
    /*border: 1px solid #B5B9BC;
    border-radius: 0.25rem;*/
    margin: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.TextItem-big {
    line-height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*border: 1px solid #B5B9BC;
    border-radius: 0.25rem;*/
    margin: 5px;
    width: 85%;
}
.TextItem-small {
    line-height: 25px;
    border: 1px solid #B5B9BC;
    border-radius: 0.25rem;
    margin: 20px;
    width: 25%;
}
.TextItem2 {
    line-height: 30px;
    /*border: 1px solid #ced4da;*/
    border-radius: 0.25rem;
    margin: 2px;
    width: 50%;
}

.ajax__combobox_textboxcontainer .TextItem {
    line-height: 30px;
    /*border: 1px solid #ced4da;*/
    border-radius: 0.25rem;
    margin: 20px;
}


.TextItem:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.TextItem-big:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
div .TextItem {
    /*background-color:red;*/
}

.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;
    // text-align: right;
    padding-right: 1rem;
}

.page-help {
    text-align: left;
    padding-left: .2rem;
}

.centerpic-right {
    right: 130px;
    top: 100px
}


.NotCoplete {
    border-style: hidden;
    border-style: none;
    background-color: #c96969 !important;
}

.NotCoplete1 {
    border-style: hidden;
    border-style: none;
    background-color: #FFFF66 !important;
}


.NotCoplete2 {
    border-style: hidden;
    border-style: none;
    background-color: Orange !important;
}

.ajax__combobox_itemlist {
    text-align: right;
    direction: rtl;
    /*left: 485;*/
    overflow: hidden;
    max-height: 200px;
}

    .ajax__combobox_itemlist li {
        font-family: IRANSans;
        text-align: right;
        direction: rtl;
        padding: 0 0 0 0;
        max-height: 200px;
        font-size: 13px;
    }


    .ajax__combobox_itemlist ul {
        left: 0;
    }

.ajax__combobox_textboxcontainer input {
    font-family: IRANSans;
    text-align: right;
    font-size: 10pt;
    width:250px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 500px 200px 0px 5px;
    font-size: 13px;
    height: 18px;
    position: relative;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.WindowsStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
}

.ajax__combobox_itemlist {
    background-color: Green;
}

.ajax__combobox_itemlist {
    position: absolute !important;
    height: 200px;
    max-height: 200px !important;
    overflow: auto !important;
    top: auto !important;
    left: inherit !important;
}
/*page*/
.pg-table {
    font-size: 14pt;
    font-weight: bolder;
}

.lbl {
    font-size: 10pt;
    font-weight: bold;
}

.MultiLine {
    width: 75%;
    height: 50%;
}

.ajax__combobox_buttoncontainer button {
    background-color: lightsteelblue !important;
}

.GridItems tr:hover {
    background-color: khaki;
}

.TextItem2 ul {
    background-color: lightgray;
}

.text2 {
    text-align: right;
    margin-right: 20px;
}

#NavigationTable {
    width: 100%;
    display: flex;
    justify-content: center
}

    #NavigationTable input {
        margin: 0;
    }

#lblPageHeader + td {
    text-align: left;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    td:not(.GridItems td,#NavigationTable td,.ajax__combobox_textboxcontainer td, .ajax__combobox_buttoncontainer,.dpButtonTD,.dpDayTD,.dpTD,.dpDayHighlightTD,.dpDayHighlight) {
        display: inline-block;
        padding: 5px;
        width: 80%;
        text-align: right;
    }

    td .ajax__combobox_textboxcontainer {
        /*background-color: blueviolet;
        padding: 0;
        width: 100%;*/
    }

    .ajax__combobox_textboxcontainer input {
        /*background-color:cadetblue;*/
        /*width:300px !important;*/
    }

    td.ajax__combobox_buttoncontainer {
        display: inline-block;
        /*padding: 5px;
        width: 80%;*/
        text-align: right;
        /*background-color:darkorange;*/
    }

    .TextItem {
        margin-right: 0;
        width: inherit;
        width: 300px !important;
    }

    .sidebar {
        display: none;
    }

    .FieldsTable tr {
        /*background-color:coral;*/
        width: 50%;
    }

    .TextItem2 {
        margin: 0;
    }

    td dpDayTD {
        background-color: red;
        width: auto !important;
    }

    /*td(.) {
        display: inline-block;
        padding: 5px;
        width: 80%;
        text-align: right;
    }*/

}

.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;
    /*background-color: rgb(237, 147, 33);*/
    background-color: #404E67;
}

    .login-btn:hover {
        color: rgb(237, 147, 33) !important;
    }

.select-btn {
    background-color: #d11448;
    color: white;
    text-align: center;
    font-family: IRANSans !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 20px;
    border-radius:2rem;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
}

.select-btn2 {
    background-color: lightblue;
    color: darkblue;
    text-align: center;
    font-family: IRANSans !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    width: 200px;
    height: 50px;
}

a.select-btn {
    width: 250px;
    margin: 10px;
    height: 25px;
}

.legend {
    font-family: IRANSans !important;
    font-size: 18px;
    font-weight: 600;
    color: darkred;
}

.MessageItem {
    font-size: 15pt;
    color: #5c1315;
    font-weight: 600;
    text-align:center;
  padding:2px;
}

NotCoplete {
    border-style: hidden;
    border-style: none;
    background-color: #ce4545;
}

.NotCoplete1 {
    border-style: hidden;
    border-style: none;
    background-color: #FFFF66;
}


.NotCoplete2 {
    border-style: hidden;
    border-style: none;
    background-color: Orange;
}
input[type="radio"]
{
    margin:7px;
}
.center-pic {
    margin:20px;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.legend-title{
    font-size:14px;
    color:brown;
}