/* Sticky Back to top button styles
----------------------------------------------*/
.back-to-top {
	display: none;
	position: fixed;
	bottom: 5em;
	right: 15em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
}

.back-to-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* Semi-transparent Background Styles 
------------------------------------------------*/

/*.layer {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer .container {
  width: auto;
  max-width: 80%;
  padding: 0 15px;
}
.footer .container .text-muted {
  margin: 20px 0;
}

.navbar-new{
  height:auto!important;
  padding:0!important;
  padding-top: 5px!important;
  width:200px;
}
.body-content{
  margin-top: 97px!important;
  /*min-height: 78vh;*/
  background-color: #f0ffff;
}
@media(max-width: 480px){
  .body-content{
    margin-top: 97px!important;
  }
}
@media(max-width: 768px) and (min-width: 480px){
  .body-content{
    margin-top: 180px!important;
  }
}
#topbar{
	height: 97px;	
}
.nav.navbar-nav{
	font-family: "Arial";
	font-weight: bold;
	height: 97px;
	padding: 0 10px;
}
.navbar-nav > li > a {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 0;
}
.navbar-nav > li > a > i {
	font-size: 20px;
}
.navbar-nav > li {
	text-align: center;
	height: 97px;
}
.navbar-nav > li:hover {
	border-bottom: 2px solid #fff;
}
@media(max-width: 480px){
	body{
		margin-bottom: 700px!important;
	}
}
@media(max-width: 768px) and (min-width: 480px){
	body{
		margin-bottom: 450px!important;
	}
}

#teach_reg label {
	text-align: right;	
}
.red_asterisk{
	color: red;	
}
.loadinggif {
	background-image: url('../images/Spinner.gif')!important;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 30px 30px;
	background-color: #fff!important;
}
.errorgif {
	background-image: url('../images/circle_x.gif')!important;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 20px 20px;
	background-color: #fff!important;
}
.okgif {
	background-image: url('../images/circle_check.png')!important;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 20px 20px;
	background-color: #fff!important;
}
#set_lang {
	padding: 20px;
	position:relative;
	right: 0;
	top: 0;	
}
#set_lang img{
	margin: 0px 5px;	
}
#set_lang img.lang_select{
	border: solid 2px blue;
}