.ajax-loader {
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:47%;
  width: 9%;
  height:25%;
}

.alert-msg {
  position: absolute;
  z-index: 999999;
  width: 400px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

. {
  background-color: #f2dede;
  border-color: #b94a48;
  color: #b94a48;
}

.error {
    color: red;
    font-weight : 500;
}

.logoutbutton {
  background: none;
  padding: 0px;
  border: none;
  color:red;
}


.popup{
	max-height: 300px;
    overflow-y: scroll;
}

.gi-1-5x{font-size: 1.5em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

*{
	margin:0px;
	padding:0px;
}

body{
	font-family: 'Open Sans', sans-serif;
	color:#546b81;
	font-size:14px;
	}

	
a {
  color: #535B5F;
  font-size: 15px;
  font-weight: lighter;
  text-decoration:none;
  outline:none;
}


 p
 {
	color:#949da2;
	font-size:16px;
 }

 
 h1{
	color:#555555;
	font-size: 36px;
	font-weight:400;
}

.button-comn {
  background: #5BC0DE;
  border-color: #5BC0DE;
  color: #fff;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  padding: 13px 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}



	


/******************SIGN-IN PAGE CSS********************/

.sign-in-wrapper{
  background: #f4f4f4;
  width:100%;
  float:left;
}

 .header{
	width:100%;
	float:left;
	background:#fff;
	padding:17px 40px 3px;
	height:75px;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

body.signin .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}


.header .logo {
	float: left;
	width: auto;

}

.header .language{
	float:left;
	width:auto;
}

body.signin .right-sec-language{
	width:450px;
	float:right;
}
 body.signin .slect-lang{
	width:auto;
	float:left;
}

body.signin .lang-switch{
	width:auto;
	float:left;
}

body.signin .btn-dropdwn{
	background:none;
	color:#555555;
	border:none;
	border-bottom:1px solid #555555;
}


 .lang-switch span.language-icon {
  background: #0277BD none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  margin: 0 7px 7px 9px;
  padding: 3px 4px;
  vertical-align: middle;
}

body.signin .slect-lang p {
  padding: 15px 10px 0;
 
}

body.signin .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #fff;
  border-color: #949da2;
  color: #454545;
}
body.signin .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  border-color: #949da2;
  color: #fff;
  background:#fff;
}

.btn btn-primary dropdown-toggle btn-dropdwn open:hover, .btn btn-primary dropdown-toggle btn-dropdwn open:focus .btn btn-primary dropdown-toggle btn-dropdwn:active {
  background: none;
}

.full-width{
	width:100%;
	float:left;
}

.join-school{
  width: auto;
  float: right;
}

.joinschool {
	border-radius: 4px;
	color: #fff;
	float: left;
	margin: 4px 0 0 10px;
}



body.signin .signin-con {
  clear: both;
  display: block;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 30px;
  width: 560px;
}


body.signin .signin-con h1 {
  margin: 0;
  width: auto;
}

body.signin .signin-con p {

  margin:  0px 0px -10px;
}

body.signin .signin-con .signin-form{
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  padding: 30px 38px;
  width:100%;
  float:left;
}
body.signin .signin-links {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin-top: 8px;
  padding: 16px 38px;
  position: relative;
  color:#2088C7;
}


body.signin .signin-links span.right-arrow {
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 18px;
  top: 50%;
}


body.signin .signin-links .icon, .login-links img {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.signin-links.full-width {
  text-decoration: none;
}

.signin-links.full-width:hover {
  color:#2088C7;
}

body.signin .login-input-text {
  margin: 35px 0 0;
}


body.signin .sign-btn {
  margin: 35px 0 0;

}


body.signin .forget-password.sign-forget {
  padding:40px 0;
}



.forget-password.sign-forget a:hover,.forget-password.sign-forget a:focus{
	text-decoration:none;;
	color:#2088C7;;
}

 
a.joinschool.button-comn:hover,a.joinschool.button-comn:focus{
	 text-decoration:none;

	}
	
	


.forget-password{
	width:auto;
	float:right;
}



.footer {
  border-top: 2px solid #fff;
  color: #666666;
  float: left;
  font-size: 12px;
  height: 90px;
  padding: 26px 40px;
  width: 100%;
  margin:50px 0 0;
}

.footer li {
  display: inline-block;
  padding: 0 20px;
}

.footer span {
  color: #5bc0de;
}





/******************SIGN-IN PAGE CSS end********************/

*{
	margin:0px;
	padding:0px;
}

body{
	font-family: 'Open Sans', sans-serif;
	color:#546b81;
	font-size:14px;
	}

	
body a {
  color: #5E88D1;
  font-size: 15px;
  font-weight: lighter;
  text-decoration:none;
  outline:none;
}
 
body.wrapper p {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #bab6b6;
	line-height: 14px;
}

 
 h1{
	color:#555555;
	font-size: 36px;
	font-weight:400;
}

h4 {
	font-size: 14px;
	color:#000;
}

.button-comn:hover {
  border:none;
  
}

.button-comn {
  background: #142d43;
  border-color: #142d43;
  color: #fff;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  padding: 13px 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition:0.6s;
}


 
a.button-comn:hover,a.button-comn:focus{
	 text-decoration:none;
	 color:#fff;

}

h2 {
	font-size: 30px;
	color: #000;
}


	

ul li:hover a{
	
	text-decoration:none;
}

.icon-colr{
	color:#fff;
}
	
	
.menu-icon .side-menu-icon li .icon-colr {
	padding: 0 20px 0 0;
	font-size: 22px;
	
}


/******************SIGN-IN PAGE CSS********************/

.wrapper_{
  background: #f4f4f4;
  width:100%;
  float:left;
}

 .header {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 1% 3% 0% 0%;
  width: calc(100% - 0%);
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}


.header .logo{
	float:left;
	width:auto;
	margin-left: 25px;
}

.header .language{
	float:left;
	width:auto;
}

.right-sec-language{
	width:450px;
	float:right;
}
.slect-lang{
	width:auto;
	float:left;
}

.dropdown-switch{
	width:auto;
	float:left;
}

body.wrapper .btn-dropdwn, body.school-page .btn-dropdwn {
	background: none;
	color: #555555;
	border: none;
	border-bottom: 1px solid #ccc;
}


body.wrapper .dropdown-switch span.language-icon {
  background: #0277BD none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  margin: 0 7px 7px 9px;
  padding: 3px 4px;
  vertical-align: middle;
}

.slect-lang p {
  padding: 15px 10px 0;
 
}

body.wrapper .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, body.school-page .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #fff;
  border-color: #949da2;
  color: #454545;
}


body.wrapper .btn btn-primary dropdown-toggle btn-dropdwn open:hover, .btn btn-primary dropdown-toggle btn-dropdwn open:focus .btn btn-primary dropdown-toggle btn-dropdwn:active{
  background: none;
}

.full-width{
	width:100%;
	float:left;
}

body.wrapper .signin-con .signin-form {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	margin-top: 32px;
	padding: 30px 38px;
	width: 100%;
	float: left;
}



.joinschool {
	border-radius: 4px;
	color: #fff;
	float: left;
	margin: 4px 0 0 10px;
}



body.wrapper .signin-con {
  clear: both;
  display: block;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 30px;
  width: 560px;
}


body.wrapper .signin-con h1 {
  margin: 0;
  width: auto;
}

body.wrapper .signin-con p {

  margin: 6px 0 0;
}

body.wrapper .signin-con .wrapper-form,body.school-page .signin-con .wrapper-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  padding: 30px 38px;
  width:100%;
  float:left;
}
body.wrapper .sigin-links {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	font-size: 15px;
	margin-top: 8px;
	padding: 16px 38px;
	position: relative;
	color: #2088C7;
}


body.wrapper .sigin-links span.right-arrow {
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 18px;
  top: 50%;
}


body.wrapper .sigin-links .icon, .sigin-links img {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.sigin-links.full-width {
  text-decoration: none;
}

.sigin-links.full-width:hover {
  color:#2088C7;
}

body.wrapper .form-input-text {
  margin: 40px 0 0;
}


body.wrapper .sign-btn {
  margin: 35px 0 0;

}


body.wrapper .forget-password {
  padding:40px 0;
}



.forget-password a:hover,.forget-password a:focus{
	text-decoration:none;;
	color:#2088C7;;
}



.forget-password{
	width:auto;
	float:right;
}



.footer {
  border-top: 2px solid #fff;
  color: #666666;
  float: left;
  font-size: 12px;
  height: 90px;
  padding: 26px 40px;
  width: 100%;
  margin:50px 0 0;
}

.footer li {
  display: inline-block;
  padding: 0 20px;
}

.footer span {
  color: #FCC643;
}





/******************SIGN-IN PAGE CSS end********************/

/******************ecom page css start*****************/

.wrapper_{
	width:100%;
	float:left;
}


.school-add{
	width:100%;
	float:left;
}


.side-menu {
	width: 264px;
	position: fixed;
	height: 100%;
	top: 0;
	transition: all .50s ease 0s;
	z-index: 99;
	overflow-y: auto;
	background:#354458;
}

.menu-icon {
	width: 100%;
	padding: 0px 0px;
}

.side-menu.menu-toggle {
	width:15%;
	overflow: visible;
}


.wrapper.toggled {
	padding-left: 67px;
}

.page {
	padding-left: 264px;
	transition: all .50s ease 0s;
}

.c-hamburger span {
	position: relative;
	display: block;
}

.c-hamburger span, .c-hamburger span::after, .c-hamburger span::before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}

.menu-icon .c-hamburger span::after {
	top: 6px;
}

.c-hamburger span::after, .c-hamburger span::before, .c-hamburger span::after, .c-hamburger span {
	background-color: #ffffff;
}

.c-hamburger span::after, .c-hamburger span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
}

.c-hamburger {
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.c-hamburger {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 22px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	background: #0277bd;
}

.ng-scope{
	
	width:85%;
	
	float:right;
}

.header-icon{
	
	padding:20px 0;
}

.add-schoolvideo-btn .video-btn img {
	
	width: 77px;
}

.add-schoolvideo-btn {
	width: auto;
	float: right;
}

.video-btn {
	margin: 0 0 0 12px;
}

.ng-scope-wrapper {
	background: #F4F4F4;
	width: 100%;
	float: left;


}

.ecom{
	
	width:100%;
	padding:0px 1%;
	float:left;
}

.drop-sec{
	margin:30px 0;
}

.left-sec {
	width: auto;
	float: left;
}

.right-sec {
	width: auto;
	float: right;
}

.right-sec .add-school h3 {
	color: #63A9D3;
	font-size: 15px;
	text-decoration: underline;
	float: right;
}

.filter-by {
	width: auto;
	float: left;
	padding: 0 50px 0 20px;
}

.sort-by{
	
	width:auto;
	float:left;

	
}

.btn.btn-default {
	background: #F4F4F4;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #ccc;
}

.school-box{
	width:30%;
	float:left;
	margin-right:5%;
	background:#fff;
	padding:1%;
	margin-bottom: 2%;
	border: 1px solid cornflowerblue;
	border-radius: 10px;
}

.school-box:nth-child(3n){
	margin-right:0px;
}

.img-sec{
	width:25%;
	float:left;
}
.text-sec{
	width:calc(64% - 6%);
	float:left;
	margin-left:3%;
	margin-right:3%;
	
}
.edit-icons{
	width:10%;
	float:right;
	;
}
.text-sec li {
    display: inline-block;
    color: #999;
}
.text-sec2 li {
    display: inline-block;
    color: #999;
}
.text-sec2{
	width:100%;
	float:left;
	margin:10px 0;
}

span.icon-back {
    padding: 6px 0px;
    text-align: right;
}

.school-box .img-sec img {
	width: 100%;
}

.ellipsis-icon {
	width: 35%;
	float: right;
	position:relative;

}
.ellipsis-icon .fa {

	font-size: 22px;

}

li.ellips-icon.parent a {
	color: #b2b2b2;
	width: 100%;
	float: left;
}

.ellipsis-icon .ellips-icon{
	cursor: pointer;
	/* padding-right: 16px; */
	position: absolute;
	right: 0;
	/* top: 16px; */
	color: #b2b2b2;
	z-index: 99;
	text-align: right;
	/* border-radius: 100%; */
	width: 100%;
	float: left;
	height: 100%;
}

ul.school-edit {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	float: left;
	font-size: 18px;
	left: -10px;
	bottom: 0;
	padding: 7px 6px;
	position: relative;
	top: -27px;
	transition: all 0.5s ease-in 0s;
	z-index: 999;
	color: #000;
	display: none;
}

li.ellips-icon.parent:hover ul.school-edit{
	display:block;
	
}

.view-more {
	width: 100%;
	/* margin: 0 auto; */
	float: left;
	padding: 15px 0 0;
	text-align: center;
	margin:15px 0;
}


.ellips-icon ul.school-edit li{
	display:inline-block;
	padding:2px 3px;

}
.ellipsis-icon .ellips-icon ul.school-edit .fa {
	font-size: 14px;
	color:#0277BD;

}


.glyphicon-cog::before {
	content: "\e019";

}
.menu-icon .side-menu-icon li {
	display: block;
	padding: 10px 0 15px 15px;
	border-bottom: 1px solid #888;
}

.side-menu-icon .child-content li a {
	color: #fff;
	font-size: 18px;
	padding: 0 0;
	display: block;

}

.menu-icon .side-menu-icon {
	margin: 0;
	padding: 0;
	width:100%;
	float:left;
}

.menu-icon li a {
	font-size: 16px;
	z-index:99;
	color:#fff;
}

.menu-icon li {
	float: left;
	width: 100%;
}
.parent {
    position: relative;
    display: inline-block;
	
}

.menu-icon .side-menu-icon ul {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding: 0;
}

.side-menu-icon li:hover  {
	background:#fff;
	color:#354458;
}

.side-menu-icon li:hover a {
	
	color:#354458;
}



.side-menu-icon li:hover .icon-colr {
	color:#354458;
}
.menu-icon .side-menu-icon li ul.child-content {
	display: none;
	position: absolute;
	background-color: #0277BD;
	min-width: 180px;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	color: #fff;
	left: 0px;
	/* right: 0; */
	top: 0px;
	/* bottom: 0; */
	text-align: center;
}

.menu-icon .side-menu-icon li:hover ul.child-content {
    display: block;
}

.glyphicon {

	z-index: 99;
}

body.wrapper .ellipsis-icon ul {
	padding: 0;
	margin: 0;
}

body.wrapper .view-more .glyphicon.glyphicon-chevron-down {
	top: 3px;
}

.managers:hover {
	border: 1px solid red;
	/* cursor: pointer; */
}

