﻿body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.7rem;
    /*line-height: 1.4;*/
}

/* Style The Dropdown Button  - Lanaguage*/
.dropbtn {
  background-color: #777977;
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.dropbtn .text{
  font-size: 16px; 
}
/* The container <div> - needed to position the dropdown content */
.dropdown-language {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-lang-content {
  display: none;
  right: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-lang-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-lang-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown-language:hover .dropdown-lang-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-language:hover .dropbtn {
  background-color: #9f9f9f;
  color: black;
}


.main_login_bg{
  background: url(../img/login/bg.png) no-repeat left top fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-size: 500px 700px !important;
  height: inherit;
  z-index: 100;
  pointer-events:visible;
}


.login-form {
    background: rgba(255, 255, 255, 1);
    padding-bottom: 3% !important;
    float: none;
    margin-top: 10%;
    margin-left: 25%;
    padding-top: 2% !important;
    display: flex;
    min-height: 30em !important;
    flex-direction: column; 


    /* background: rgba(255, 255, 255, 1);
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 3% !important;
    float: none;
    margin-top: 10%;
    margin-left: 0;
    padding-top: 2% !important;
    display: flex;
    min-height: 30em !important;
    flex-direction: column; 
    border-radius: 35px !important; */
  }

/*added on 7 november*/
@media only screen and (min-width: 400px) and (max-width: 767px) {
.main_logo{
    width:100% !important;
  }

.login-form{
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 3% !important;
    float: none !important;
    margin-top: 50% !important;
    margin-left: 0 !important;
    padding-top: 2% !important;
    display: flex !important;
    min-height: 30em !important;
    flex-direction: column !important; 
    border-radius: 35px !important;


  }


  .main_login_bg{
  background: url(../img/login/bg.png) no-repeat left top fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-size: 500px 1174px !important;

  height: inherit;
  z-index: 100;
  pointer-events:visible;
  }
}


/*for ipad*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  .login-form{
      background: rgba(255, 255, 255, 1) !important;
      /*box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1) !important;*/
      padding-bottom: 3% !important;
      float: left !important;
      margin-top: 10% !important;
      /*margin-left: 0 !important;*/
      margin-left:25%;
      padding-top: 2% !important;
      display: flex !important;
      min-height: 30em !important;
      flex-direction: column !important; 
      border-radius: 35px !important;
    }


    .main_login_bg{
      background: url(../img/login/bg.png) no-repeat left top fixed !important; 
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      background-size: 500px 1088px !important;

      height: inherit;
      z-index: 100;
      pointer-events:visible;
    }
}
/*for ipad*/

/*for ipad pro*/
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .main_login_bg{
      background: url(../img/login/bg.png) no-repeat left top fixed !important; 
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      background-size: 500px 1383px !important;

      height: inherit;
      z-index: 100;
      pointer-events:visible;
    }



}









/*for ipad pro ends*/






/*added on 7 november*/








/* Login Page Styles*/



.login_title{
  font-size: 40px;
  padding: 5px;
  color: #860091;
}

.login_sub_title{
  font-size: 18px;
  padding: 5px;
  color: #b4b4b4;
}

.login-form-text{
  display: flex;
  min-height: 30em !important;
  flex-direction: column;
  background: rgba(97, 200, 179, 0.50);
  color: #fff;
  padding-bottom: 3% !important;
  padding-left: 2% !important;
  float: none;
  box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.03);
  margin-top: 5%;
  padding-top: 2% !important;
}

.login-form .mdi
{
  color: #b4b4b4;
}

.btn-login{
  background-color: #8e24aa !important;
  border-radius: 20px !important;
  text-transform: none !important;
}


/* Through for the days CSS classess*/
.box-content-bestview {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top:solid 1px #e4e4e4; 
  position: fixed;
  bottom: 0;
  width:68%;
  z-index:3000; 
  font-size:14px;
  height: 30px;
  margin-left: -17px;
 }

 .marquee-sibling {
  padding: 0;
  background: rgb(255, 255, 255);
  width: 20%;
  height: 30px;
  line-height: 25px;
  font-weight: normal;
  color: #424242;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
  border-right: 1px solid #BDBDBD;
}

marquee {
  display: inline-block;
  margin: 0;
  height: 30px;
  width: 80%;
  white-space: nowrap;
}

.main_footer{
    background: transparent;
    z-index: 100;
    height: 40px;
    position: fixed;
    bottom: 30px;
    width: 68%;
}
.main_footer span{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align:middle;
}

.box-content-footer-home p{
    top:-10px !important;
    right: 30px;
    position: relative;
}

.footer-grp{
    vertical-align: middle;
    position: relative;
}

.main_footer_con1{
    width: 35px;
    position: relative;
    margin-left: 15px;
}
.main_footer_conl{
    padding-left: 8px;
    position: absolute !important;
    padding-top: 8px;
    font-size: 12pt;
    color: #757575;
    
}
.main_footer_con2{
    color: #757575;
   text-align: left;
    font-size: 10pt;
    position: relative;
    padding-bottom: 10px;
    margin-left: -10px;
    
}

.main_footer_con3{
    width: 100px;
    position: relative;
    margin-top: 0;
    right: 20px;
}

#footer-img1{
  height:  25px;
}

#footer{
  margin:0; 
  margin-top:10px;
  clear:both; 
  text-align:right;
  color:#333;
  background-color:#4a85be;
  font-size:0.6em;
  border-top:1px solid #dadada;
  line-height:1.6em;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  color:#FFF;
  position: fixed;
  bottom: 0;
}

#footer_style{
  background: url(../img/footer.png) no-repeat center !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 270px;
  /*z-index: 100;*/
}
#trademark_text{
  /*height: 100px;*/
}
#copyright_text{
  bottom: 0;
  /*height: 100px;*/
}

/* login footer */
.home_footer-grp{
    vertical-align: middle;
    position: relative;
}

.main_home_footer_con1{
    width: 50px;
    position: relative;
    margin-left: 15px;
    margin-top: -6px;
}
.main_home_footer_conl{
    padding-left: 0px !important;
    position: absolute !important;
    padding-top: 24px !important;
    font-size: 16pt;
    color: #757575;
    
}
.main_home_footer_con2{
    color: #757575;
   text-align: left;
    font-size: 10pt;
    position: relative;
    padding-bottom: 34px;
    margin-left: 34px;
    top:10px;
    right:-20px;
}

.main_home_footer_con3{
    width: 100px;
    position: relative;
    margin-top: -35px;
    right: 5px;
}

@media (max-width: 400px){
  .main_login_bg{
    background: url(../img/login/bg.png) no-repeat left top fixed !important; 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-size: 250px 735px !important;
    height: inherit;
    z-index: 100;
    pointer-events:visible;
  }

  /* Login Page Styles*/

  .login-form {
    background: rgba(255, 255, 255, 1);
    /*margin-left: 3% !important;*/
    padding-bottom: 3% !important;
    float: none;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30%;
    padding-top: 9% !important;
    display: flex;
    min-height: 32em !important;
    flex-direction: column;
    border-radius: 35px !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
    margin-right: 2% !important;
    margin-left: 1%;
  }

  .login_title {
    font-size: 30px;
    padding: 5px;
    color: #860091;
  }
  .login_sub_title {
    font-size: 13px;
    padding: 5px;
    color: #b4b4b4;
  }

  .marquee-sibling {
    padding: 0;
    background: rgb(255, 255, 255);
    width: 50%;
    height: 29px;
    line-height: 29px;
    font-weight: normal;
    color: #424242;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
    border-right: 1px solid #BDBDBD;
  }

  marquee {
    display: inline-block;
    margin: 0;
    height: 30px;
    width: 60%;
    line-height: 10px;
    white-space: nowrap;
  }

  .main_footer{
    display: none;  
  }
  .box-content-bestview {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: solid 1px #e4e4e4;
    position: fixed;
    bottom: 0;
    width: 68%;
    z-index: 3000;
    font-size: 14px;
    height: 30px;
    margin-left: -33px;
}
}