﻿body 
{
   background-color:#fff;
   background-image:url('../images/pattern.png');
   margin:0px;
   font-family:'Open Sans', sans-serif;
}

.clear {
    height: 30px;
}

.header 
{
    background-color:#F6F5F5;
    height:70px;
    text-align:center;
    border-bottom:2px solid #eeeeee;
    width:100%
}

.header .inner{ width:90% ; height:70px;  margin-left:55px }
.header .inner table { width:100%;height:70px }

.logosm { width:57px; height:57px; background-color:#FF6709;text-align:center; color:#fff; }
.logosm .logotext { color:#fff; margin-top:0px; font-size:30px; font-weight:400; padding-top:10px ; font-family:'Century Schoolbook'}
.logosm .logotext a{color:#fff; text-decoration:none}

.india_text { float:right; position:absolute; top:16px; left:118px; color:#058900; font-size:30px; font-family:'Century Schoolbook' }

.company_text { color:#FF6709; text-align:center; padding:8px 0px 0px 45px; font-size:30px;font-weight:300;text-transform:uppercase;text-shadow: 0.05em 0.05em 0.05em #FAFAFA;
                line-height:20px
}



/*================================== module login =====================================*/

.login_col { width:100%; margin-top:60px }
.login_col .inner_col { width:90%;}
.login_col .inner_col table { width:100% }

.left_col { width:70% }
.left_col table { width:100% }

.right_col { width:30% }

.column { width:25% }


.lognew_pnl { 
    vertical-align: middle! important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:800px;
    

}

.login_panel { width:100% ;}
.login_panel .header { width:401px ; background-color:#FF6709; height:40px; color:#fff; border-top:2px solid #e40000; border-top-right-radius:4px; border-top-left-radius:4px}
.logintext { color:#fff; font-size:17px; text-align:center; font-weight:bold; margin-top:0px;padding-top:10px; text-transform:capitalize;font-family:'Raleway', sans-serif }
.loginbx { width:399px; border:1px solid #FF6709; background-color:#fff; }

.schoollogo { width:100%; text-align:center  }
.schoollogo img { width:200px }

.schooltext { width:100%; text-align:center; color:#FF6709; font-size:14px; font-family:'Raleway', sans-serif; margin-top:0px;padding-top:10px; text-transform:uppercase }
.schooladdress { width:100%; text-align:center; color:#000; font-size:13px; font-family:'Raleway', sans-serif; margin-top:0px;padding-top:10px; text-transform:capitalize }

.error { color:#e40000; text-align:center; font-weight:bold; font-family:'Raleway', sans-serif; font-size:14px; margin-top:15px }

.userid_bx { width:100%; margin-top:10px; text-align:center; padding-left:20px }

.session_bx { width:100%; margin-top:10px; text-align:left; padding-left:20px }

.username_bx { width:100%; margin-top:10px; text-align:center; padding-left:20px }

.password_bx { width:100%; margin-top:10px; text-align:center; padding-left:20px }

.next_btn_col { width:93%; margin-top:0px; text-align:left; padding-left:19px }

.btn_col { width:100%; text-align:left;padding-left:20px }

.forget_pnl a{ width:100%; text-align:left !important; padding-left:0px; color:#FF6709; font-size:13px; text-decoration:none ; margin-top:10px}
.forget_pnl a:hover { color:#FF6709;  }



/*=================================== input textbox css ============================================*/
.school_id
{
    border-bottom: 1px solid #d9dbdd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
	padding:8px; /* 16/16 10/16 */
    display:block;
	outline: none;
    font-size:13px;
    font-weight:400;
    color:#000;
    width:70%;
    background-image:url('../images/school_icon.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
     box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
    font-family:'Open Sans', sans-serif;
}

.school_id:hover
{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px;
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.school_id:focus

{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}


.login-text
{
    border-bottom: 1px solid #d9dbdd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
    padding:8px; /* 16/16 10/16 */
    display:block;
	outline: none;
    font-size:13px;
    font-weight:400;
    color:#000;
    width:70%;
    background-image:url('../images/username.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    font-family:'Open Sans', sans-serif; 
}

.login-text:hover
{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.login-text:focus

{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}

.pass-text
{
    border-bottom: 1px solid #d9dbdd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
    padding:7px; /* 16/16 10/16 */
	outline: none;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#000;
    width:70%;
    border-radius:3px;
    background-image:url('../images/password.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
    font-family:'Open Sans', sans-serif;
}

.pass-text:hover
{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.pass-text:focus

{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}


.sessionselect
   {
     border-bottom: 1px solid #d9dbdd;
     border-right:0px;
     border-top:0px;
     border-left:0px;
	 padding:4px; /* 16/16 10/16 */
	 outline: none;
     font-family:'Open Sans', sans-serif;
     font-size:13px;
     font-weight:400;
     width:82%;
     -webkit-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance:none;
     overflow: hidden;
     background: url('../images/arrow.png') no-repeat right #fff;
     color:#555;
     height:29px;  
    
}
   
  .sessionselect:focus  
  {
    background: transparent;
    border: 1px solid #FF6709;
    border-right:0px;
    border-top:0px;
    border-left:0px;
    -webkit-appearance: none;
    -moz-appearance:none;
    overflow: hidden;
    background: url('../images/arrow-hover.png') no-repeat right #fff
    
    }

  .sessionselect:hover
{
    border: 1px solid #FF6709;
    border-right:0px;
    border-top:0px;
    border-left:0px;
}


  .otp_message
{
    border-bottom: 1px solid #d9dbdd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
	padding:8px; /* 16/16 10/16 */
    display:block;
	outline: none;
    font-size:13px;
    font-weight:400;
    color:#000;
    width:70%;
    background-image:url('../images/message_icon.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
     box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
    font-family:'Open Sans', sans-serif;
}

.otp_message:hover
{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px;
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.otp_message:focus
{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}

  .mobileno
{
    border-bottom: 1px solid #d9dbdd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
	padding:8px; /* 16/16 10/16 */
    display:block;
	outline: none;
    font-size:13px;
    font-weight:400;
    color:#000;
    width:70%;
    background-image:url('../images/mobile_icon.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
     box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
    font-family:'Open Sans', sans-serif;
}

.mobileno:hover
{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px;
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.mobileno:focus

{
   border: 1px solid #FF6709;
   border-right:0px;
   border-top:0px;
   border-left:0px; 
   box-shadow: 0px 0px 8px #7bc1f7; 
   -moz-box-shadow: 0px 0px 8px #7bc1f7; 
   -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}


/*=========== button css ============== */

.next-btn { border: none; font-family:Source Sans Pro ; background:#FF6709; color: #fff;	cursor: pointer;	
              padding:8px 12px;	display: inline-block;	margin: 10px 0px 5px 0; border-radius:3px; font-size:14px; 
              outline: none;-webkit-transition: all 0.9s; -o-transition: all 0.9s; -ms-transition: all 0.9s;
             -moz-transition: all 0.9s;	transition: all 0.9s;border-color: #367fa9; width:90% ; text-align:center}

.next-btn:hover { color: #fff; background: #D36106; -webkit-transition: all 0.9s; -o-transition: all 0.9s;
                   -ms-transition: all 0.9s;	-moz-transition: all 0.9s;	transition: all 0.9s; }

.submit-btn { border: none; font-family:Source Sans Pro ; background:#FF6709; color: #fff;	cursor: pointer;	
              padding:8px 12px;	display: inline-block;	margin: 10px 0px 5px 0; border-radius:3px; font-size:14px; 
              outline: none;-webkit-transition: all 0.9s; -o-transition: all 0.9s; -ms-transition: all 0.9s;
             -moz-transition: all 0.9s;	transition: all 0.9s;border-color: #367fa9; width:41% }

.submit-btn:hover { color: #fff; background: #D36106; -webkit-transition: all 0.9s; -o-transition: all 0.9s;
                   -ms-transition: all 0.9s;	-moz-transition: all 0.9s;	transition: all 0.9s; }



.submit-btn-gray { border: none; font-family:Source Sans Pro ; background: #f4f4f4; color: #444;	cursor: pointer;
                   padding:8px 12px; display: inline-block;	margin: 10px 0px 5px 0; border-radius:3px; font-size:14px; 
                   outline: none;-webkit-transition: all 0.9s; -o-transition: all 0.9s; -ms-transition: all 0.9s;	
                   -moz-transition: all 0.9s;	transition: all 0.9s;border:1px solid #ddd; width:41%  }

.submit-btn-gray:hover { color: #444; background: #ccc; -webkit-transition: all 0.9s; -o-transition: all 0.9s; 
                         -ms-transition: all 0.9s;	-moz-transition: all 0.9s;	transition: all 0.9s; }





.textbox_new
{
    border-bottom: 1px solid #d9dbdd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
	padding:8px; /* 16/16 10/16 */
	outline: none;
    font-size:13px;
    font-weight:400;
    color:#555;
    width:250px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 2px 2px 2px 0px;
    height:24px; 
    font-family:'Open Sans', sans-serif;
}

.textbox_new:focus
{
  border: 1px solid #7C4D9E;
  border-right:0px;
  border-top:0px;
  border-left:0px;
 }

.textbox_new:hover
{
    border: 1px solid #7C4D9E;
    border-right:0px;
    border-top:0px;
    border-left:0px;
}

.dropdown_new
   {
     border-bottom: 1px solid #d9dbdd;
     border-right:0px;
     border-top:0px;
     border-left:0px;
	 padding:4px; /* 16/16 10/16 */
	 outline: none;
     font-family:'Open Sans', sans-serif;
     font-size:13px;
     font-weight:400;
     width:250px;
     -webkit-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance:none;
     overflow: hidden;
     background: url('../images/arrow.png') no-repeat right #fff;
     color:#555;
     height:29px;  
    
}
   
  .dropdown_new:focus  
  {
    background: transparent;
    border: 1px solid #7C4D9E;
    border-right:0px;
    border-top:0px;
    border-left:0px;
    -webkit-appearance: none;
    -moz-appearance:none;
    overflow: hidden;
    background: url('../images/arrow-hover.png') no-repeat right #fff
    
    }

  .dropdown_new:hover
{
    border: 1px solid #7C4D9E;
    border-right:0px;
    border-top:0px;
    border-left:0px;
}


/*==================== Footer ============================================ */

.footer { width:100%; background-color:#EEEEEE; border-top:1px solid #E0DFDF; height:90px ; margin-top:190px}
.footer .inner_footer { width:100% }

.footer .inner_footer table { width:90%; margin-top:5px;margin-left:25px }

.top_foot { width:100%; text-align:center; color:#FF6709}
.top_foot a { font-size:11px ; color:#000; text-decoration:none ; text-align:left ;font-weight:400 }
.top_foot a:hover {color:#FF6709;}
  .guidely-overlay {
        position: fixed;
        top: 0px;
        left:0px;
        height: 100%;
        width: 100%;
        background-color: #000;
        z-index: 10000;
        filter: alpha(opacity=30);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
        -moz-opacity: 0.30;
        opacity: 0.30;
    }

    span.Loading {
        /* display: none; */
        color: #000;
        background-color: #fff;
        border: 1px solid #000;
        text-align: center;
        padding: 0.5em;
        width: 10em;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -5em;
        margin-top: -2em;
        z-index: 10001;
        font-size: 1.3em;
        /* background-color: #fff; */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
