﻿@charset "utf-8";
body {
	overflow-x: hidden;
	font-family: Verdana;
	color: #666;
	background-color: #eee
}

.pad-nill {
	padding: 0
}

.margin-nill {
	margin: 0
}

a {
	cursor: pointer
}

h2 {
	color: #cc431d
}

p,
label,
button,
input,
select,
textarea {
	font-family: Verdana
}

.custom-navbar-brand,
.custom-navbar-brand:hover {
	height: 55px;
	padding: 5px;
	background-color: transparent!important
}

.logo {
	background-color: #fff;
	border-bottom: 8px solid #cc431d;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	max-width: 273px;
	padding: 0 4px;
	position: relative
}

.logo::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 10px;
	background-color: #cc431d;
	content: ""
}

.custom-navbar-inverse {
	background-color: transparent;
	border: medium;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out
}

.navbar-transparent {
	background-color: #fff;
	border-bottom: 2px solid #cc431d;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.custom-navbar-nav {
	margin-right: -10px
}

.custom-navbar-inverse .custom-navbar-nav>li>a {
	color: #cc431d;
	cursor: pointer;
	font-size: 14px;
	padding: 16px 10px;
	transition: all .5s ease-in-out 0s
}

.custom-navbar-inverse .custom-navbar-nav>li>a:hover {
	color: #76b800;
	transition: all .5s ease-in-out 0s
}

.custom-navbar-inverse .custom-navbar-nav>li>a:focus {
	color: #76b800
}

.custom-navbar-inverse .custom-navbar-nav>.open>a,
.custom-navbar-inverse .custom-navbar-nav>.open>a:focus,
.custom-navbar-inverse .custom-navbar-nav>.open>a:hover {
	background-color: #76b800;
	color: #fff
}

.active-menu {
	background-color: #22ed83!important;
	color: #000!important
}

.contant-div {
	margin-top: 76px;
	padding-bottom: 65px;
	text-align: justify;
	line-height: 25px
}

.footer {
	background-color: #cc431d;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px 25px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 100
}

.footer>p {
	margin-bottom: 0
}

.footer>a {
	color: #fff;
	transition: all .5s ease-in-out 0s
}

.footer>a:hover,
.footer>a:focus {
	color: #000;
	text-decoration: none;
	outline: none
}

.form-div {
	border-left: 2px solid #cc431d;
	border-right: 2px solid #cc431d;
	bottom: 45px;
	padding: 0 65px 35px;
	position: fixed;
	top: 53px;
	width: 35%;
	z-index: 1030
}

.form-div-transparent {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.schooltonicIcon {
	margin-left: 4px;
	width: 16px
}

.btn1,
.btn1:focus {
	background-color: transparent;
	border: 1px solid #cc431d;
	color: #cc431d;
	font-weight: 600;
	position: relative
}

.btn1:hover {
	background-color: #cc431d;
	border-color: #cc431d;
	color: #fff
}

.btn2,
.btn2:focus {
	background-color: transparent;
	border: 1px solid #76b800;
	color: #76b800;
	font-weight: 600;
	position: relative
}

.btn2:hover {
	background-color: #76b800;
	border-color: #76b800;
	color: #fff
}

.divider {
	font-family: -moz-fixed;
	font-size: 23px;
	padding: 20px 0;
	text-align: center
}

.divider::after,
.divider::before {
	background: #cc431d none repeat scroll 0 0;
	content: " ";
	display: inline-block;
	height: 2px;
	margin: 0 10px;
	vertical-align: middle;
	width: 30%
}

.form-div>h2 {
	color: #cc431d;
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0;
	text-align: center
}

.form-control {
	border: 1px solid #cc431d
}

.img-slider {
	text-align: center
}

.img-slider>h4 {
	color: #cc431d;
	font-size: 20px;
	margin-top: 50px
}

.img-slider>img {
	margin-left: auto;
	margin-right: auto
}

.custom-carousel {
	padding: 30px 0 65px
}

.custom-indicators>li {
	background: #cc431d none repeat scroll 0 0;
	border-color: #cc431d;
	width: 65px
}

.custom-indicators>li.active {
	background: #76b800 none repeat scroll 0 0;
	border-color: #76b800;
	width: 70px
}

.learn-more {
	background-color: #fff;
	border: 1px solid #cc431d;
	color: #cc431d;
	display: inline-block;
	padding: 5px 8px;
	border-radius: 4px;
	font-weight: 600
}

.learn-more:hover,
.learn-more:focus {
	background-color: #cc431d;
	border: 1px solid #cc431d;
	color: #fff;
	text-decoration: none
}

.error-div {
	background-color: #ffa3a6;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	margin-top: 0;
	padding: 5px;
	text-align: center
}

.alert-danger {
	background-color: #ffa3a6;
	border-color: #ffa3a6;
	color: red;
	padding: 10px;
	text-align: center
}

.signup-modal-dialog>.modal-content>.modal-header>.close {
	background-color: #ed2227;
	border-radius: 50%;
	box-shadow: -3px 2px 5px 0 #333;
	color: #fff;
	opacity: 1;
	padding: 3px 7px 6px 6px;
	position: absolute;
	right: -14px;
	top: -8px
}

.signup-modal-dialog>.modal-content>.modal-header>h4 {
	color: #cc431d;
	font-family: -moz-fixed;
	text-align: center;
	font-size: 20px
}

.signup-modal-dialog>.modal-content>.modal-footer>p {
	text-align: center;
	color: #cc431d;
	font-family: -moz-fixed
}

.signup-modal-dialog>.modal-content>.modal-footer>p>a {
	color: #ed2227
}

.facebook {
	color: #3b5998;
	font-size: 18px
}

.google {
	color: #ed2227;
	font-size: 18px
}

a.fgpassword {
	color: #333;
	display: block;
	font-weight: 600;
	padding-top: 8px;
	text-align: center
}

a.fgpassword:hover,
a.fgpassword:focus {
	text-decoration: none;
	color: #cc431d
}

a.fgpassword i {
	color: #ed2227;
	margin-right: 5px
}

.signinwith {
	display: block;
	font-size: 18px;
	padding: 42px 0;
	position: relative
}

#SchoolTonic,
#SchoolTonic:focus {
	background-color: #fff;
	border: 1px solid #cc431d;
	color: #333;
	font-weight: 600;
	position: relative
}

#SchoolTonic:hover {
	background-color: #d6f5ff;
	border-color: #cc431d;
	color: #333
}

#Facebook,
#Facebook:focus {
	background-color: transparent;
	border: 1px solid #3b5998;
	color: #3b5998;
	position: relative
}

#Facebook:hover {
	background-color: #ebeef4;
	border-color: #3b5998;
	color: #3b5998
}

#Google,
#Google:focus {
	background-color: transparent;
	border: 1px solid #ed2227;
	color: #ed2227;
	position: relative
}

#Google:hover {
	background-color: #fde8e9;
	border-color: #ed2227;
	color: #ed2227
}

#Facebook::after {
	background-color: #3b5998;
	content: "";
	height: 1px;
	left: -47%;
	position: absolute;
	right: 100%;
	top: 50%;
	width: auto
}

#Google::after {
	background-color: #ed2227;
	content: "";
	height: 1px;
	left: -18%;
	position: absolute;
	right: 100%;
	top: 50%;
	width: auto
}

#Google::before {
	background-color: #ed2227;
	content: "";
	height: 168%;
	left: -50px;
	position: absolute;
	top: -30px;
	transform: rotateZ(-41deg);
	width: 1px
}

.language-option {
	max-width: 176px;
	float: right;
	margin-top: -7px;
	font-weight: 400
}

.language-option>select {
	background-color: #c6eefa;
	color: #333
}

.margin-top {
	margin-bottom: 50px;
	margin-top: 100px
}

.custom-tabs>li>a {
	background-color: #fff;
	color: #cc431d;
	font-weight: 600;
	border-top: 1px solid #cc431d;
	border-right: 1px solid #cc431d;
	border-left: 1px solid #cc431d;
	border-bottom: none;
	border-radius: 4px 4px 0 0
}

.custom-tabs>li>a:hover,
.custom-tabs>li>a:focus {
	color: #fff;
	background-color: #cc431d;
	border-color: #cc431d
}

.custom-tabs>li.active>a,
.custom-tabs>li.active>a:focus,
.custom-tabs>li.active>a:hover {
	background-color: #cc431d;
	border-color: #cc431d!important;
	color: #fff
}

.custom-tab-content {
	background-color: #fff;
	border: 1px solid #cc431d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: inline-block;
	margin-top: 0;
	padding: 10px;
	width: 100%
}

.search-div {
	margin: 7px 0;
	padding: 0
}

.search-div>.input-group {
	width: 100%
}

.tab-content-div {
	height: 808px;
	overflow: auto
}

.search-div>.input-group>.input-group-btn .btn.btn-default,
.search-div>.input-group>.input-group-btn .btn.btn-default:focus {
	border-color: #cc431d;
	color: #cc431d;
	padding: 6px 12px
}

.search-div>.input-group>.input-group-btn .btn.btn-default:hover {
	background-color: #cc431d;
	color: #fff
}

.btn-accordion {
	background-color: #c6eefa;
	border: 1px solid #cc431d;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #333!important;
	display: block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	text-align: left;
	width: 100%;
	margin-top: 10px
}

.accordion {
	width: 100%
}

.accordion-contane {
	background-color: #fff;
	border-bottom: 1px solid #cc431d;
	border-left: 1px solid #cc431d;
	border-right: 1px solid #cc431d
}

.left-menu>.tab-pane.fade {
	display: none!important
}

.left-menu>.tab-pane.fade.active.in {
	display: inline-block!important;
	width: 100%
}

.topic {
	color: #333;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 35px 10px 10px;
	border-bottom: 1px dotted #ccc
}

.topic:hover,
.topic:focus {
	color: #cc431d;
	text-decoration: none
}

.topic-title {
	display: block;
	font-size: 13px
}

.topic-time {
	display: block;
	font-size: 10px;
	margin-left: 21px
}

.topic-video {
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 7px
}

.notebook-text {
	border: 1px solid #cc431d;
	border-radius: 8px;
	padding: 8px;
	width: 90%
}

.notebook {
	margin-bottom: 15px;
	position: relative
}

.notebook>a {
	color: #cc431d;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 30%
}

.add-notebook {
	bottom: 0;
	color: #76b800!important;
	top: unset!important
}

.tab-notebook-div {
	height: 765px;
	overflow: auto
}

.right-tab {
	background-color: #fff;
	border: 1px solid #cc431d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.right-tab-contant {
	background-color: #fff;
	border-bottom: 1px solid #cc431d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid #cc431d;
	border-right: 1px solid #cc431d;
	margin-bottom: 25px;
	padding: 15px
}

.right-tab-div {
	height: 300px;
	overflow: auto
}

.right-tab-contant>.tab-pane>h3 {
	margin: 0
}

.right-tab>li>a {
	border-radius: 0;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0
}

.right-tab>li>a::before {
	background-color: #ccc;
	bottom: 5px;
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px
}

.right-tab>li:nth-last-child(1)>a::before {
	width: 0
}

.right-tab>li>a:focus,
.right-tab>li>a:hover {
	background-color: #fff;
	border-bottom: 2px solid #76b800;
	color: #cc431d;
	text-decoration: none
}

.right-tab>li.active>a,
.right-tab>li.active>a:focus,
.right-tab>li.active>a:hover {
	background-color: transparent;
	border-bottom: 2px solid #76b800;
	color: #cc431d;
	font-weight: 600
}

.author-contant p {
	text-align: justify
}

.author p {
	text-align: center
}

.author i {
	font-size: 100px;
	display: block;
	text-align: center
}

.transcript-contant {
	padding: 0 25px;
	text-align: justify;
	font-size: 12px
}

.QA-div {
	border-bottom: 1px dotted #666;
	padding: 10px;
	text-align: justify
}

.question {
	font-weight: 600
}

.question>span {
	color: #cc431d
}

.answer>span {
	color: #cc431d;
	font-weight: 600
}

.exercise-div>a>img {
	max-width: 65px
}

.language {
	color: #fff;
	padding: 17px 10px
}

.language>label {
	font-size: 16px;
	font-weight: 400;
	margin-top: 11px
}

.disabled {
	cursor: not-allowed
}

.disabled>.topic-video {
	color: #ed2227
}

.fa-unlock-alt {
	color: #5cb85c!important
}

.active-video {
	background-color: #eff4f7;
	color: #333;
	font-weight: 600
}

.active-video:hover,
.active-video:focus {
	color: #333
}

.course-title {
	color: #cc431d;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	text-align: center;
	top: -28px;
	width: 93%
}

.btn-accordion>.collapsed-icon {
	display: block;
	float: left;
	margin-right: 6px;
	transform: rotateZ(0deg);
	transition: all .5s ease-in-out 0s
}

.accordion-toggle.btn.btn-accordion.collapsed>.collapsed-icon {
	margin-top: 2px;
	transform: rotateZ(90deg)
}

.custom-panel-primary {
	border-color: #cc431d
}

.custom-panel-primary>.panel-heading {
	background-color: #cc431d;
	border-color: #cc431d;
	color: #fff;
	font-weight: 600
}

.btn-subscribe {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
	float: right;
	margin-top: 10px;
	padding: 6px
}

.btn-subscribe:hover,
.btn-subscribe:focus {
	background-color: #449d44;
	border-color: #449d44
}

.btn-unsubscribe {
	background-color: #ed2227;
	color: #fff;
	float: right;
	margin-top: 10px;
	padding: 6px
}

.btn-subscribe>img,
.btn-unsubscribe>img {
	background-color: #fff;
	border-radius: 4px;
	padding: 2px;
	width: 25px
}

.profile {
	float: left;
	height: 40px;
	margin-right: 10px;
	margin-top: -10px;
	width: 40px
}

.profile>img {
	background-color: #76b800;
	border-radius: 50%;
	height: 100%;
	width: 100%
}

.cross {
	color: #ed2227;
	opacity: .5;
	pointer-events: stroke;
	position: absolute;
	right: 16px;
	top: 8px
}

.cross:hover,
.cross:focus {
	color: #ed2227;
	opacity: 1
}

.user-name {
	color: #cc431d;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center
}

.user-name>span {
	color: #666;
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px
}

.img-profile {
	background-color: #fff;
	border-color: #76b800;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px 2px 8px;
	display: block;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 140px
}

.profile-menu {
	background-color: #fff;
	border: 2px solid #76b800;
	border-radius: 100px 100px 15px 15px;
	left: 20px;
	list-style-type: none;
	margin: 0;
	padding: 79px 20px 0;
	position: absolute;
	right: 20px;
	top: 62%;
	z-index: -1
}

.profile-menu a {
	border: 1px solid #cc431d;
	border-radius: 4px;
	color: #cc431d;
	display: block;
	margin-bottom: 15px;
	padding: 4px 10px;
	text-align: center
}

.profile-menu a:hover,
.profile-menu a:focus {
	border-bottom: 1px dotted #cc431d;
	color: #fff;
	background-color: #cc431d;
	text-decoration: none
}

.panel2 {
	background-size: 100% 100%;
	border-radius: 10px;
	color: #fff;
	display: block;
	height: 190px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 30px 15px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
	transition: all .5s ease-in-out 0s
}

.panel2:hover,
.panel2:focus {
	color: #fff;
	text-decoration: none;
	background-size: 125% 125%;
	background-position: center center
}

.panel2::after {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.course-name-design {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px
}

.custom_trunk {
	display: block
}

.btn-subscribe-course {
	bottom: 42px;
	font-size: 12px;
	left: 50%;
	margin-left: -49px;
	padding: 4px 6px;
	position: absolute;
	z-index: 100
}

.btn-unsubscribe-course,
.btn-unsubscribe-course:focus {
	background-color: #fff;
	border-color: #666;
	bottom: 42px;
	color: #666;
	font-size: 12px;
	left: 50%;
	margin-left: -58px;
	padding: 4px 6px;
	position: absolute;
	z-index: 100
}

.btn-subscribe-course>img,
.btn-unsubscribe-course>img {
	background-color: #fff;
	border-radius: 4px;
	padding: 2px;
	width: 18px
}

.subscribe-status {
	background-color: #5cb85c;
	bottom: 0;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	right: 0;
	width: 100%
}

.unsubscribe-status {
	background-color: #ed2227;
	bottom: 0;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	right: 0;
	width: 100%
}

.course-search {
	float: right;
	margin: -7px 0
}

.social_link {
	left: 42px;
	list-style-type: none;
	padding: 0;
	position: absolute
}

.social_link>li {
	display: inline;
	padding: 5px
}

.social_link a {
	color: #fff;
	font-size: 16px;
	transition: all .5s ease-in-out 0s
}

.social_link a:hover,
.social_link a:focus {
	color: #000
}

.mobile-app>img {
	bottom: 37px;
	left: 10px;
	position: fixed;
	width: 64px;
	z-index: 100
}

.courses>h1 {
	color: #cc431d;
	font-size: 30px
}

.home-table {
	background-color: #fff
}

.table.table-bordered.table-inverse.home-table span {
	color: #458ded;
	font-size: 14px;
	font-weight: 600
}

.table.table-bordered.table-inverse.home-table th {
	color: #458ded;
	text-align: center;
	width: 1%
}

.table.table-bordered.table-inverse.home-table th {
	color: #458ded;
	text-align: center;
	width: 1%
}

.address {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #333;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 132px 20px;
	text-align: center
}

.address>h2 {
	font-size: 20px;
	text-align: center
}

.contact-form {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 50px;
	box-shadow: 0 11px 9px -4px #ccc
}

.contact-form>h2 {
	font-size: 20px;
	margin-bottom: 18px;
	text-align: center
}

.map1 {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 11px 6px -4px #ccc;
	display: block;
	margin-bottom: 10px;
	width: 100%
}

.map1 iframe {
	border: medium;
	height: 400px;
	width: 100%;
	border-radius: 11px
}

#myProgress {
	background-color: #ddd;
	border: 2px solid #fff;
	border-radius: 10px;
	bottom: 80px;
	left: 30px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	z-index: 101
}

#myBar {
	background-color: #cc431d;
	color: #fff;
	font-size: 10px;
	height: 13px;
	line-height: 12px;
	text-align: center;
	-webkit-animation: Barmove 5s ease-out;
	animation: Barmove 3s ease-out
}

@-webkit-keyframes Barmove {
	0% {
		width: 0
	}
}

@keyframes Barmove {
	0% {
		width: 0
	}
}

#myBar>span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 100%
}

@media screen and (min-width:1200px) {
	.body-content {
		width: 90%
	}
}

.login-features-section {
	background-color: #fff;
	border: 1px solid #76b800;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 600;
	margin-top: 25px;
	padding: 10px 5px 0;
	text-align: center
}

.login-features-section>img {
	max-width: 100px
}

.userLogin-tab li a,
.userLogin-tab li a:hover {
	background-color: #fff;
	border: 1px solid #cc431d;
	border-radius: 0;
	color: #cc431d;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 5px
}

.userLogin-tab li.active a,
.userLogin-tab li.active a:focus {
	color: #fff;
	background-color: #cc431d!important;
	position: relative;
	outline: none
}

.userLogin-tab li.active a::after {
	bottom: -16px;
	color: #cc431d;
	content: "";
	font-family: FontAwesome;
	font-size: 38px;
	left: 50%;
	margin-left: -8px;
	position: absolute
}

.tab-content {
	padding: 30px 15px
}

.blue-panel {
	border-color: #cc431d!important
}

.blue-panel>.panel-heading {
	background-color: #cc431d;
	border-color: #cc431d;
	display: inline-block;
	font-size: 18px;
	padding: 5px 15px;
	width: 100%
}

.alert-dismissable .close {
	color: inherit;
	position: relative;
	right: -8px;
	top: -11px
}

.welcome-div {
	background-color: #fff;
	text-align: center;
	border: 1px solid #76b800;
	border-radius: 5px;
	padding: 10px
}

.welcome-div>span {
	color: #cc431d
}

.school-div {
	padding-left: 0
}

.school-div a {
	border: 1px solid #cc431d;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 100%;
	color: #666;
	background-color: #eafaff;
	position: relative;
	border-radius: 10px
}

.school-div i.schoolLogo {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	display: block;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	width: 130px
}

.schoolAddress {
	display: block;
	font-size: 12px;
	margin-bottom: 5px
}

.school-div .school-name {
	background-color: #cc431d;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600
}

.school-div a:hover,
.school-div a:focus {
	border: 1px solid #76b800;
	background-color: #fbfff3;
	text-decoration: none;
	outline: none
}

.school-div a:hover .school-name,
.school-div a:focus .school-name {
	background-color: #76b800;
	color: #fff
}

.search-icon {
	float: right;
	position: relative
}

.search-icon::after {
	color: #666;
	content: "";
	font-family: FontAwesome;
	font-size: 16px;
	left: 9px;
	position: absolute;
	top: 2px
}

.cus-search-box {
	border-bottom: 1px solid #fff;
	border-image: none;
	border-left: 1px solid #fff;
	border-radius: 5px;
	border-top: 1px solid #fff;
	font-size: 12px;
	margin-bottom: 0;
	min-width: 220px;
	padding: 0 5px 0 28px
}

.totalCount {
	color: #ddd;
	font-size: 12px;
	font-weight: 600;
	vertical-align: text-top
}

.noRecode {
	background-color: #f2dede;
	text-align: center;
	border: 1px solid #ebccd1;
	border-radius: 5px;
	padding: 10px;
	display: none;
	color: #a94442
}

.school-margin {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: -10px -10px 10px;
	text-align: left
}

.student-div i {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px
}

.student-details {
	display: inline-block;
	margin-left: 15px;
	text-align: left;
	width: 65%
}

.student-details>span {
	display: inline-block;
	width: 100%
}

.errMobile {
	margin: 0 -65px 20px!important
}

.form-group {
	position: relative
}

.passwordIcon {
	background: 0 0;
	border: medium;
	bottom: 6px;
	position: absolute;
	right: 2px;
	font-size: 18px;
	color: #000;
	border: none
}

.passwordIcon .fa-eye-slash {
	opacity: .6
}

.passwordIcon .fa-eye {
	opacity: 1
}

.passwordChange {
	background-color: #76b800;
	border-radius: 10px;
	padding: 20px 15px;
	text-align: center
}

.passwordChange {
	background-color: #76b800;
	border: 2px solid #558500;
	border-radius: 10px;
	color: #fff;
	padding: 20px 15px;
	text-align: center
}

.success-icon {
	font-size: 77px
}

.success-title {
	font-size: 20px
}

.btn-success-login {
	background-color: #fff;
	border: 2px solid #558500;
	border-radius: 24px;
	color: #558500;
	display: inline-block;
	font-weight: 600;
	margin: 10px 0;
	padding: 7px 15px
}

.btn-success-login:hover,
.btn-success-login:focus {
	background-color: #558500;
	border: 2px solid #558500;
	color: #fff;
	text-decoration: none;
	outline: none
}

.row-margin {
	margin-left: -66px;
	margin-right: -66px
}

.modal {
	z-index: 1045
}

input::-ms-clear {
	display: none
}

@media only screen and (max-width:500px) {
	.contant-div {
		margin-top: 110px;
		padding-bottom: 0
	}
	.custom-navbar-inverse {
		z-index: 1030
	}
	.custom-navbar-brand,
	.custom-navbar-brand:hover {
		display: block;
		float: none;
		text-align: center
	}
	.logo {
		border-bottom: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		max-width: 214px
	}
	.hide-OnMobile {
		display: none
	}
	.form-div {
		border: medium;
		bottom: unset;
		display: block;
		left: unset;
		padding: 0;
		position: relative;
		right: unset;
		top: unset;
		width: 100%
	}
	.form-div>h2 {
		display: none
	}
	.row-margin {
		left: 0;
		margin-left: 0;
		margin-right: 0;
		position: fixed;
		right: 0;
		top: 36px;
		z-index: 100
	}
	.footer {
		display: none
	}
	.userLogin-tab {
		border-bottom: 1px solid #cc431d;
		border-top: 3px solid #76b800;
		display: inline-flex;
		width: 100%;
		background-color: #fff
	}
	.nav-pills>li {
		margin-left: 0;
		width: 50%;
		display: inline-block
	}
	.userLogin-tab li a,
	.userLogin-tab li a:hover {
		background-color: #fff;
		border: none;
		border-radius: 0;
		font-size: 11px;
		font-weight: 400;
		padding: 8px 5px
	}
	.form-div-transparent {
		display: none
	}
	.tab-content {
		padding: 0 15px 0
	}
	.errMobile {
		margin: 0
	}
}