html,body {
    font-family: 'iranSansWeb';
    /*background: url(../img/bg21.png) no-repeat center center fixed;*/
    /*background-size: cover;*/
    margin:0;
    padding:0;
    height:100%;
}
.input-icon-wrap {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  /*width:200px;*/
  width:80%;
  margin: 0 auto 15px auto;
  border-radius: 3px;
  height: 25px;
}
.input-icon {
  background: #ddd;
}
.input-with-icon {
  padding: 4px;
  text-align : right;
  font-family: 'iranSansWeb';
  border: none;
  /*flex: 1;*/
  /*width: 153px !important;*/
  width:68% !important;
}
.input-required{
    background-color: #ffefef;
}
.input-captcha {
  padding: 6px;
  text-align : center;
  font-family: 'iranSansWeb';
  border: none;
  /*flex: 1;*/
  width: 87%;
}
.input-icon{
  /*padding: 6px 13px;*/
  /*width: 13px;*/
    padding: 4px 10px;
    width: 10px;
}

#container1 {
   min-height:100%;
   /*position:relative;*/
}
#header1 {
   background: url(../img/header3.png) repeat-x;
}
#header-logo-div{
    height: 170px;
    background-position: center 3px;
    background-repeat: no-repeat;
    /*max-width: 1024px;*/
    margin: 0 268px;
    position: relative;
}
#header-logo{
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 2;
}
@media (max-width: 767px) {
    #header-logo-div{
        height: 170px;
        background-position: center 3px;
        background-repeat: no-repeat;
        /*max-width: 1024px;*/
        margin: 0 268px;
        position: unset;
    }
    #header-logoLeft{
        display:none;
    }
    
    .slideImg{
        /*height: auto;*/
        width: 100%;
        margin: auto;
    }
}
#header-logoLeft{
    position: absolute;
    top: 22px;
    left: 0px;
    z-index: 2;
}
#header-btn-brdr{
    background-color: #ff6c00;
    height: 1px;
}
#body {
    /*display: inline-block;*/
}
.slideImg{
    /*height: 430px;*/
    width: 100%;
    margin: auto;
}
.login-div{
    /*height: 210px;*/
    background-color: transparent;
    max-width: 520px;
    margin: 10px auto 0 auto;
    border-radius: 6px;
}
.cntc-fieldset{
    margin: 10px;
    padding: 5px 0px 15px 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: none;
    border-radius: 6px;
    height: 100%;
}
.cntc-legend{
    display: block;
    color: #646464 !important;
    font-size: 20px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#legend-discrip{
    color: #646464 !important;
    font-size: 13px;
    text-align: center;
    margin: 0 auto 15px auto; 
    /*width:350px;*/
}
.legend-mind{
    color: rgb(251, 111, 40);
}
.input-div{
    width: 100%;
    padding: 8px 0;
}
.input-div input{
    /*width: 200px;*/
    width: 80%;
    display: table;
    margin: auto;
    font: 13px iranSansWeb;
    border: 0;
    line-height: 2;
    padding: 0 10px 0 10px;
    text-align: center;
    color: #fff;
    /*text-shadow: 1px 1px 1px #000;*/
    border-radius: 3px;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
}

.enable-input{
    background-color: rgb(120, 215, 137);
    /*background-color: rgb(75, 202, 98);*/
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(17, 149, 47, 0.91);
}
.enable-input:hover{
    cursor: pointer;
    background-color: rgb(36, 200, 65);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(17, 149, 47, 0.91);
}
.disable-input{
    cursor: not-allowed;
    background-color: rgb(166, 166, 166);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(78, 81, 78, 0.91);
}
.input-link{
    text-align:center;
    margin:auto;width: 100%;
    padding: 8px 0;
}
.input-link a{
    font-size: 12px;
    color: #0042ff;
}.input-link a:hover{
    color: #0f7b14;
    cursor: pointer;
}
#span-sptr{
    margin:0 15px;
    color: #646464 !important;
}
.newlog-msg-div{
    width: 150px;
    background-color: white;
    border-radius: 50px;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    display: block;
    color: rgb(251, 111, 40);
}
.captcha-div{
    /*width:200px;*/
    width:80% !important;
    margin:0 auto 15px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    height: 50px;
}
#captchaCode img{
    float: left;
    display: block;
}
#reCaptcha{
    width:45px;
    height:40px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
#reCaptcha:hover{
    border-radius: 4px;
    background-color: rgb(242, 242, 242);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(198, 198, 198, 0.91);
}
#footter {
    position:absolute;
    bottom:0;
    width:100%;
    height:105px;   /* Height of the footer */
    background:#e8e8e8;
    display: inline-block;
    background: url(../img/footer-bgN.png) repeat-x;
    font-size: 13px;
}
#footer {
    position:inherit;
    bottom:0;
    width:100%;
    height:105px;   /* Height of the footer */
    background:#e8e8e8;
    display: inline-block;
    background: url(../img/footer-bgN.png) repeat-x;
    font-size: 13px;
}
.ftr-grid{
    width: 100%;
}
.ftr-grid_col{
    width: max-content;
    float: left;
    margin-right: 10px;
}
.ftr-grid2{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.ftr-grid2_col_right{
    width: max-content;
    float: right;
    margin-right: 50px;
}
.ftr-grid2_col_left{
    width: max-content;
    float: left;
    margin-left: 50px;
}
#footer-bg{
    background: url(../img/bottom-strip.png) repeat-x;
    margin: 0 0 0 0;
    height: 41px;
}
#footer-logo{
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    display: block;
    margin: -15px 20px;
}


.register-div{
    height: 210px;
    background-color: transparent;
    max-width: 600px;
    margin: 10px auto 0 auto;
    border-radius: 6px;
}

.input-wrap-right {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  width:250px;
  float: right;
  border-radius: 3px;
  margin-bottom:5px;
}
.input-wrap-left {
  border: 1px solid #ddd;    
  display: flex;
  flex-direction: row;
  width:250px;
  float: left;
  border-radius: 3px;
  margin-bottom:5px;
}

.SrcFooterAbsolute {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#333333;
   display: inline-block;
}
.SrcFooterUnset {
   position:unset;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background:#333333;
   display: inline-block;
}

.tblClass1{
    font-size: 12px;
    /*border: 1px solid silver;*/
    border-collapse: collapse;
}
.tblClass1 thead tr th{
    font-weight: unset;
    background-color: #DFDFDF;
    border: 1px solid #fff;
}

/*.tblClass1 thead tr th:first-child {*/
/*    border-right: 1px solid silver;*/
/*}   */

.tblClass1 tbody tr td{
    text-align: center;
    padding: 5px;
}

.tblClass1 tbody tr:nth-child(even) {
    background-color: #F3F3F3;
}
.tblClass1 tbody tr:nth-child(odd) {
    background-color: #fff;
}
.act-btn{
    height: 20px;
    cursor: pointer;
}
.row-view{
    cursor: pointer;
}
.row-view:hover{
    color: #159CE8;
}