﻿#index {
    background-color: #66BA97;
}

.login {
    background: #EDEDED;
    color: #333333;
}

#login {
    margin: 15px;
}

.login a {
    color: #333333;
}

.login h2 {
    color: #555555;
}
.login .nav-tabs > li > a {
      
    padding: 10px 45px;
   
}

#logo {
    background: url('../img/minilogo.png') no-repeat scroll 95% 0% ;
    height: 80px;
}
.logoDiv{ background-color: #D9534F;margin-top: 5%;}

.sectionMilky {
    background-color: #F2F6F7;
    width: 100%;
}

.sectionCream {
    width: 100%;
    background-color: #FFC586;
}

#MainTab {
    width: 60px;
}

.widthCss {
    width: 100px;
}

#register {
    margin: 15px;
}

#resetpass {
    margin: 15px;
}

#AgentsMap {
    width: 300px;
}

.textLogin
{
  color: white;
  font-family: radshid;
  margin-top: 10px;
}

.div_msgIndex {
    font-family: tahoma;
    display: none;
    position: absolute;
    top: 50px;
    width: 350px;
    background-color: White;
    z-index: 100;
    margin: 10% 30%;
    padding: 2px 5px;
    border: 1px solid rgb(204, 204, 204);
    left: 7.4%;
}

/*    bootstrap validator css  *******************   */
.form-control-feedback {
    display: block;
    height: 0;
    line-height: 34px;
    position: relative;
    right: 88%;
    text-align: left;
    top: -33px;
    width: 30px;
    z-index: 32;
}

.resetEmailDiv .form-control-feedback {
   right: 91%;  
    top: -39px;
}

.has-success .form-control-feedback {
    color: #3C763D;
}
 .has-error .form-control-feedback  {
    color: #A94442 ;
}



/*.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    top: 0;
}*/
.width100percent
{
    width: 100%;  
}

 .marginTop3Px {
     margin-top: 3px;
 }
  .marginTop15Px {
     margin-top: 15px;
 }

 .leftAlign {
     text-align: left;
 }

 .height22Px {
     height: 22px;
 }

 .padding0px {
     padding: 0;
 }

 .lineHeight41Px {
     line-height: 41px;
 }

 .colorLightGray {
     color: #888;
 }


/* help-block  dar file bootstrap-rtl.css mojud bud va inja tekrar shode ast ta override shavad */
.help-block {
    color: #9C5A5A  !important;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
.coLogo{ padding-left: 20px;}

/*         end bootstrap validator css **********************   */

.centerAlign
{
  text-align: center;  
}

.colorLightBlue {
    color: #428BCA;
}

.pointer {
    cursor: pointer;
}

.myborder {
     border: 1px solid #808080; 
}

.trackingInfo {
   background-color: #2C3E50;
    border: 1px solid #555555;
    color: #FFFFFF;
    font-family: radshid2;
    font-size: 16px;
    right: 35px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-top: 3px;
    position: absolute;
    top:10px;
    border-radius: 10px;
    direction: rtl;
    text-align: right;
    width: 350px;
    opacity: 0.85;
    border: 1px solid #555555;
    z-index: 1000;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.dir_rtl {
    direction: rtl !important;
}

.dir_ltr {
    direction: ltr !important;
}

.div_msg
{
    font-family: tahoma;
    display: none;
    position: absolute;
    top: 50px;
    width: 350px;
    background-color: White;
    z-index: 10000;
    margin: 10% 30%;
    padding: 2px 5px;
    border: 1px solid rgb(204, 204, 204);
    left: 7.4%;
    border-radius: 5px;
}
.div_msg h2{font-size: 25px !important}

.changeLnguageBtn {
    cursor: pointer;
    height: 20px;
    margin-bottom: 5px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.height90px {
    height: 90px;
}

.height160px {
    height: 160px;
}

.languageButtons {
    margin-left: 5px;
    margin-top: 2px;
}

/* مخفی کردن بک گراند در صفحه نمایش های کوچک */
@media only screen and (max-width: 1100px) {
    body {
        background-image: none !important;
    }
}