@charset "UTF-8";
/* CSS Document */
body{
	background: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	max-width: 100%;
	overflow-x: hidden;
	height: 100%;
	height: 100vh
}
html{
	max-width: 100% !important;
}

.loginWrapper{
	width: 50%;
	max-width: 500px;
	margin: auto;
	border-radius: 8px;
	padding: 15px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.51);
	-moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.51);
	box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.51);
}


.insidepageWrapper{
	width: 50%;
	max-width: 500px;
	margin: auto;
	border-radius: 8px;
	padding: 15px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.51);
	-moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.51);
	box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.51);
}
.header{
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	background: #eeeeee;
}
.header h3{
	font-size: 14px !important;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.header img{
	margin-bottom: 10px !important;
	width: 100%;
	border: 0px solid red;
}
.formWrapper h1{
	text-transform: uppercase;
	font-size: 22px !important;
	font-weight: bold;
}
.formWrapper input, .formWrapper select{
	width: 100% !important;
	border-radius: 5px !important;
	padding: 10px 10px !important;
	border: 1px solid #cdcdcd !important;
	font-size: 12px !important;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 40px;
	height: 40px;
}
.formWrapper label{
	font-weight: 300 !important;
	font-size: 13px !important;
	color: #666666 !important;
	line-height: 36px;
}
#header{
	display: none;
}
.noPadding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.inputRaw{
	margin-bottom: 5px;
}
.clearfix{
	display: block !important;
	content: " " !important;
	clear: both !important;
	height: 20px !important;
	border: 0px solid red !important;
}
.btn{
	width: 100% !important;
	border-radius: 5px !important;
	padding: 10px 10px !important;
	border: 0px solid #cdcdcd !important;
	font-size: 12px !important;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 0px !important;
	height: 40px !important;
	background: #004c80;
	color:#fff !important;
	margin-top: 10px;
}
.dob{
	font-size: 12px;
	color: #666;
	font-style: italic;
}
.invalidUser{
	font-size: 13px !important;
	color: red;
	margin-top: 20px;
}
.forgotPwd a{
	color: #004c80 !important;
	font-size: 13px;
	text-align: right !important;
	margin-top: 20px;
}
.Btn_Home{
	margin: 30px;
}
.homeBtn{
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background: url(../images/home.png) no-repeat center;
	border: 2px solid #004c80;
	margin: 10px;
}
#social ul{
	list-style: none;
	display: inline-block;
	margin: 0px;
	border: 0px solid red;
	padding: 0px;
	padding-inline-start: 0px !important;
}
#social ul li{
	float: left;
	margin: 10px;
}
#social{
	border: 0px solid red;
	text-align: center;
}
#LblOrgAddress{
	display: none !important;
}

/*inner Style*/
.logoC{
	width: 100%;
	max-width: 500px;
}
.logoC img{
	width: 100%;
}
.innerHeader{
	padding: 20px;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: -5px 10px 5px -9px rgba(0,0,0,0.36);
	-moz-box-shadow: -5px 10px 5px -9px rgba(0,0,0,0.36);
	box-shadow: -5px 10px 5px -9px rgba(0,0,0,0.36);
	background: #ececec;
	margin-left: 0px !important;
	margin-right: 0px !important
}
.userImg{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
}
.userImg img{
	width: 100%;
	height: auto;
}
.container-fluid.navC{
	padding-right: 0px !important;
	padding-left:0px !important;  
}
.mainbodyC{
	border: 0px solid red;
	max-width: 900px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 80px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.box{
	border: 1px solid #ccc;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #637ebe;
	font-size: 14px;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.4);
	width: 100%;
	background: url(../images/right-arrow2.png) no-repeat right center;
	background-size: 30px;
}
.box a{
	padding: 20px 20px 20px 0px;
	display: block;
	border: 0px solid red;
	width: 100%;
	color: #637ebe;	
}
.box a:hover{
	color: #97a5c9;
	text-decoration: none;
}
.box a:active,.box a:focus{
	text-decoration: none;
}
.box:hover{
	border-color: #97a5c9;
	background: #97a5c9 url(../images/right-arrow.png) no-repeat right center;
	background-size: 30px;
}
.box:hover a{
	color: #fff;
}
.box:hover i{
	background: #97a5c9;
	border: 1px solid #fff;
}
.box i{
	border-radius: 100%;
	border: 1px solid #637ebe;
	padding: 10px;
	background: #637ebe;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	width: 35px;
}
.boxC{
	margin: 10px 0px;
}
.mainbodyC h1{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #00244d;
	font-size: 28px;
}
.mainbodyC .welcometxt{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}
.mainbodyC h2, h3, h4, h5{
	font-weight: bold !important;
	margin-left: -15px;
}
.mainbodyC h2{
  color: #637ebe !important;
}
.mainbodyC h3{
  color: #97a5c9 !important;
}
.mainbodyC h4{
  color: #999 !important;
}
.mainbodyC h4{
  color: #333 !important;
}
table, tbody{
	border: 0px solid #637ebe !important;
}
td{
	padding: 5px !important;
}
.vCenter{
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: top;
  border: 0px solid red;
  background: #443266 url(/assets/images/stmarys.png) no-repeat top center;
}

 
.bodybg{
	background: #443266;
	position: relative;
}
/* Tab Navigation */
.nav-tabs {
    margin: 10px 0px;
    padding: 0;
    border: 0;    
}
.nav-tabs > li > a {
    background: #DADADA;
    border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #F5F5F5;
}

/* Tab Content */
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #ffffff;background: #637ebe; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #637ebe !important; background: #fff; }
        .nav-tabs > li > a::after { content: ""; background: #637ebe; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #637ebe none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0;}
.card .tab-content{padding:20px; border: 1px solid #ccc; max-height: auto; font-size: 13px; color: #666}
.nav-tabs > li  {width:20%; text-align:center;}
.card {background: #FFF none repeat scroll 0% 0%; margin-bottom: 30px; }

@media all and (max-width:724px){
.nav-tabs > li > a > span {display:none;}	
.nav-tabs > li > a {padding: 5px 5px;}
}
@media all and (max-width:990px){
.tab {
	margin-top: 10px;
	margin-bottom: 10px;
	}
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #00244d;
	border: 0px !important;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #2D6CA2;
}
.fixnav{  /* To fix main menu container */
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
	z-index: 999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toplinks{
	font-weight: bold;
}
.toplinks span{
	margin: 10px;

}


@media all and (max-width:768px){
	    .loginWrapper{
		    width: 90%;
		    max-width: 90%;
	    }
	     .insidepageWrapper{
		    width: 90%;;
		    max-width: 90%;;
		     
	    }
	    
        .formWrapper label{
	        line-height: 100%;
        }	
        .inputRaw{
	        margin-bottom: 12px;
        }	
	
	
}







.studentDetailLeft{
	border: 0px solid #ccc;
	background: #f9f9f9;
	padding: 15px;
	-webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.46);
	-moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.46);
	box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.46);
}
.studentImg{
	width: 100%;
	padding: 10px;
	background: #732C7B;
/*	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
*/	text-align: center;
	margin-bottom: 30px;
}
.studentImg img{
	width: 50%;
	text-align: center;
	max-width: 120px;
	border: 5px solid #fff;
	margin-bottom: -30px;
	margin-top: 30px;
}
.dataRow{
	border-bottom: 0px solid #ccc;
	padding: 10px 0px;
	width: 100%;
	margin: auto !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.studentDetailLeft .dataRow:nth-child(odd){
	border: 0px solid red;
	background: #e8e1f7;
}
.eqheight{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.eqheight > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.stDetailbottom{
	background: #e8e1f7;
	border: 0px solid red;
	padding: 15px;
	margin-right: -15px;
	margin-left: -15px;
}
.stDetailbottom table, tbody, tr, td{
	border: 0px !important;
}
.stDetailbottom th{
	padding: 5px 5px;
	border: 0px;
}
.stDetailbottom th:first-child{
	background: #443266;
	color: #fff;
}
.stDetailbottom th:last-child{
	background: #8C489F;
	color: #fff;
}
.stDetailbottom table tr:nth-child(odd){
	background: #d7d7ec;
}
.Webfooter{
	padding: 15px;
	background: #eee;
	text-align: center;
	font-size: 11px;
}






