html {
	height: 100%;
	margin:0;
	width: 100%;
}

body {
	margin : 0;
	width: 100%;
	font-family: 'Roboto Condensed','Arial';
	font-size: 14px;
	height:100%;
	overflow-x:hidden; 
}

#wrapper {
	height:auto;
	width: 100%;
	margin:0;
	min-height: 100%;
	position: relative;
	background-image: url('https://d2fei7f1a25dic.cloudfront.net/assets/cover-images/admin_login_cover.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}

.no-background {
	background: none!important;
}

#header {
	padding-top: 2%;
	height:auto;
}

.inner-page-header {
	background-color: #007ab9;
}

#footer {
        padding-top: 15px;
	font-size: 11px;
}

#content {
	overflow: auto;
	height: auto;
	min-height: 65vh;
}
#topWrapper {
	padding-bottom: 100px;
}
#bottomWrapper {
/*	padding-top: 15px;*/
	height: 100px;
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.full-banner {
	height: 12vh;
	width: 100%;
	color: #426A94;
	background-color: #E3F2FF;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.left-banner{
	background-image: url('../images/home/bg_left.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	height: 12vh;
	padding: 0px;

}

.middle-banner{
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.middle-banner-right{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	background-image: url('../images/home/smartcare-logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 3vh;
	padding: 0px;
	

}

.middle-banner-left{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-family: Circular Std;
	text-align: left;
	padding: 0px;
	color: #426A94
}

.right-banner{
	background-image: url('../images/home/bg_right.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 12vh;
	padding: 0px;
}

#announcementModal .modal-content{
	background: white;
}

.announcment-top-logo{
	background-image: url(../images/home/smartcare_logo_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 12vh;
    width: 100%;
    padding: 0px;
}

.announcment-top-content{
	text-align: center;
    color: #393737;
}

.announcment-top-content h3{
	font-weight: 600;
}

.announcment-top-content p{
	font-style: italic;
}



.nopadding {
   padding: 0 !important;
   margin: 2px !important;
}

.nilpadding {
   padding: 0px;
}

#menu {
  list-style: none;
  padding:0;
  margin:0;
  color : #1f89be;
  width : 160px;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: right;
}

.blueButton {
	background-color: #48cfeb!important;
	color: #ffffff!important;
}

.whiteButton {
	background-color: #ffffff!important;
	border-radius: 0px!important;
}

.myInput {
	display: inline-block;
}

#loginDiv {
	width: 100%;
}

.divSettings {
	width: 100%;
	padding: 3%;
}

.padding {
	padding-top: 5%;
	padding-bottom: 5%;
}

.paddingOnlyBottom {
	padding-bottom: 5%;
}

.paddingOnlyTop {
	padding-top: 5%;
}

.padding-footer {
	padding-bottom: 15px;
}
.fullWidth {
	width: 100%!important;
}

#topDiv{
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
	position: relative;
}

#middleDiv{
	background-color: rgba(35,110,159,0.9);
	z-index: 99;
	position: relative;
	overflow: auto;
	padding: 4%!important;
}

#bottomDiv{
	background-color: rgba(28,183,235,0.9);
	z-index: 98;
	position: relative;
	color: #ffffff;
	font-size: 21px;
}

.tab-btn {
	background-color: #ffffff!important;
	color: #48cfeb!important;
	border: 1px solid #d6d6d6;
}

.tab-btn.active,.tab-btn.focus {
	background-color: #48cfeb!important;
	color: #ffffff!important;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.bottomBorder {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.topBorder {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#tchrTab, #dirTab {
	width: 50%;
	font-size: 19px;
}

#sgnDirBtn {
	width: 100%!important;
	font-size: 17px;
	font-weight: 500;
	/*height: 35px!important;*/
}

#sgnDirBtn a{
	text-decoration: none;
	color: #000000;
}

#login_form_btn {
	width: 29%;
	font-size: 15px;
	vertical-align: top;
}

#user_password {
	width: 69%;
}

#frgtPwDiv{
	font-size: 13px;
}

#frgtPwDiv a{
	text-decoration: none;
	color: #000000;
}

#snInpSect{
	width: 100%;
	overflow: auto;
}

.alignLeft{
	float: left!important;
}

.alignRight{
	float: right!important;
}

.blueBg {
	background-color: rgba(28,145,184, 0.9);
	color: #ffffff;
	display: inline-block;
	padding:3% 4% 2% 4%;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0.8;
	width:90%;
	font-weight: bold;
}

.greyBg{
	background-color: rgba(52,52,52,0.7);
	color: #ffffff;
	display: inline-block;
	padding:2% 4% 2% 4%;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0.8;
	width: 100%;
	font-size: 14px;
}

.lightGreyBg {
	background-color: rgba(42,42,42,0.6);
	color: #ffffff;
	display: inline-block;
	padding:2% 4% 2% 4%;
	opacity: 0.6;
	width: 85%;
	font-size: 14px;
}

.width77 {
	width: 77%;
}

#firstContent {
	padding: 1% 15px 2% 15px;
}

#secondContent {
	padding-bottom: 15%;
}
.col-content {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-head-col1,.content-head-col2,.content-head-col3 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.content-head-pricing-col1,.content-head-pricing-col2,.content-head-pricing-col3,.content-head-contact-col1,.content-head-contact-col2,.content-head-contact-col3,.faq-head-col1, .faq-head-col2, .faq-head-col3  {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width:100%;
    font-size: 21px!important;
	color: #6d6d6d;
}


.content-head-pricing-col2,.content-head-contact-col2,.faq-head-col2 {
	text-align: center;
	margin: 0 4px;
}

.content-head-pricing-col1,.content-head-contact-col1,.faq-head-col1  {
	padding-left: 15px;
}

.content-head-pricing-col3,.content-head-contact-col3,.faq-head-col3 {
	padding-right: 15px;
}

.extra-padding {
	padding-right: 25px;
}
.restrictWidth {
	max-width: 35px;
}

#footer img{
	margin-right: 2%;
}

#sideMenu {
	padding: 0!important;
	height: auto;
}

#logoSect {
	/*width: 75%;*/
	overflow: auto;
	height: auto;
}

#headerComp {
	/*overflow: auto;
	height: auto;*/
}

#header nav{
	background-color: rgba(255,255,255,0);
	border: none;
}

.dynamicPadding {
	padding : 1px 5px;
}

.halfWidth {
	width: auto;
	height: 36px;
}
#footer {
	/*margin-top: 1%;*/
	font-size: 15px;
}
#footerEmail {
	text-align: center;
}

#footerIcon {
	text-align: center;
}

#footerIcon img {
	float: none;
}
#menu a {
	text-decoration: none;
	color : #1f89be;
	/*display: inline-block!important;*/
	padding: 0!important;
	position: static;
	top: 0px;
}

#menu li {
	padding: 5px 5px;
	text-align: left;
}

#emailDiv {
	padding-top: 5px;
	font-size: 15px;
}

#contentHeader {
	font-size: 21px!important;
	color: #6d6d6d;
	padding: 30px 0;
	text-align: center;
}

#pricing_content_header {
	padding: 30px 0;
}
.content-head-col2 {
	font-size: 21px!important;
}

.hline {
	color : #dcdcdc;
}
#mainContent {
	margin-bottom: 65px;
}

hr {
-moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

.thumbnail {
	text-align: center;
	border: none;
}

.thumbnail h4{
	color: #1cb7eb;
}

.thumnail p {
	color: #5b5b5b;
}

#contentSection {
	background-color: #1cb7eb;
	color: #ffffff;
	margin-bottom: 15px;
}

#contentSection #mainDiv 	{
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}

#contentSection p 	{
	text-align: left;
	margin-top: 15px;
}

#mainDiv img{
	position: absolute;
	top: -26%;
	left: 0;
	right: 0;
	margin: auto;
}

#parentsDiv img {
	position: absolute;
	top: -21%;
	left: 0;
	right: 0;
	margin: auto;
}

#parentsDivCont {
	position: relative;
}

.navbar-nav > .active a {
	color: #4bd2ff!important;
	background: none!important;
}

.navbar-nav .active:before{
	color: #4bd2ff!important;
}

.position-relative {
	position: relative;
}

#socialWrap {
	margin-left: 16.66666667%!important;
	width: 66.66666667%;
}

#overlay {
	padding-left: 3px;
	padding-right: 3px;
}

#overlayContent {
	background-color: rgba(0,0,0,0.56);
	color: #ffffff;
	padding: 2px;
	position: absolute;
	
	bottom: 19%;
	font-size: 13px;
	width: 98%;
}

#banner {
	background-image: url('../images/app_features/icons_bg.png');
	background-repeat: repeat;
	background-color: #ececec;
	text-align: center;
}

#banner img {
	padding-top: 51px;
}

#logoSect img {
	margin-top: 3px;
}

#bottomContent h3{
	color: #1cb7eb;
}
#parentsDiv {
	background-color: #eff1f3;
	padding: 30px 0;
	padding-bottom: 105px;
	margin-bottom: -20px;
	padding-top: 60px;
}

#teachersDiv {
	background-color: #d4d9dd;
	padding: 30px 0;
}

#directorsDiv {
	background-color: #eff1f3;
	padding: 30px 0;
	padding-bottom: 105px;
	margin-bottom: -20px;
}

#parentsDiv {
	background-color: #eff1f3;
}

#meetTeam {
	position : relative;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	color: #565656;
}

.content-padding-bottom {
	padding-bottom: 105px;
}

#meetTeamWrap,#priceWrap {
	background-color: #eff1f3;
}
#meetInvestorsWrap {
	background-color: #d4d9dd;
}

.banner_img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-height: 570px;
	min-height: 100px;
}

.app_featues_banner_img {
	display: inline-block;
	width: 100%;
	max-width: 980px;
	height: auto;
	max-height: 570px;
	min-height: 100px;
}

.backround-none {
	background : none;
}

#meetTeam img {
	top :-7%;
}

#sabWrap {
	background-color: #eff1f3;
}

#investorWrap {
	float: none;
	display: inline-block;
}
#meetInvestors h3 {
	margin-top: 1px;
	margin-bottom: 20px;
}

#meetInvestors {
	text-align: center;
	padding:  20px 0 30px 0;;
}

#sab {
	text-align: center;
	padding: 0px 0 30px 0;
}

#sab h3 {
	margin-bottom: 20px;
}
#meetTeam h3 {
	margin-bottom: 20px;
}

.navbar-toggle {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f6f4f4;
}

.text-content {
	padding-bottom: 60px;
}
.pricing-contact-content {
	text-align: center;
	color: #5b5b5b;
	padding: 15px 0;
}

.pricing-contact-content h3,h4 {
	padding-top: 15px;
	color: #1cb7eb;
	margin-bottom: 10px;
}

#price h3 {
	padding-top: 10px;
	padding-bottom: 15px;
}

#price {
	position : relative;
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;
	color: #5b5b5b;
}

#priceSep {
	position: absolute;
	top:-27%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 50;
}

#contactSep {
	position: absolute;
	top:-17%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 50;
}

#contact_content {
	width: 90%;
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_content a {
	text-decoration: none;
	color: #1cb7eb;
}
.contact-details {
	/* text-align: left; */
	color: #5b5b5b;
	height: auto;
	overflow: auto;
	padding-bottom: 15px;
	margin-left: -14px;
	margin-top: 10px
}

.contact-details img {
	vertical-align: top;
	display: inline-block;
	padding-right: 10px;
}

.contact-details div {
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.contact-details h4 {
	font-weight: bold;
	color: #007ab9;
	padding-top: 10px;
}

#contactWrap {
	display: inline-block;
	float: none;
	padding-top: 30px;
}

.overflow-x-hidden {
	overflow-x:hidden!important;
}

.iconWidth {
	width:18%!important;
}

/*CSS for forgot password modal*/
/*#frgotPaswrdModal .modal-dialog,  #frgotPaswrdMessageModal .modal-dialog{
  position:absolute;
  top:20% !important;
  left: 0px;
  right: 0px;
}*/

/*CSS for modal*/
.modal-dialog {
  position:absolute;
  top:20% !important;
  left: 0px;
  right: 0px;
}

/*#frgotPaswrdModal .modal-content,  #frgotPaswrdMessageModal .modal-content{
	background-color: rgba(255,255,255,0.8);
}*/

.modal-lg {
	top: 10% !important;
}
.modal-content {
	background-color: rgba(255,255,255,0.8);
}

/*#frgotPaswrdModal .modal-header, #frgotPaswrdMessageModal .modal-header {
	padding: 3px;
	border: none;
}*/

.modal-header {
	padding: 3px;
	border: none;
}

/*#frgotPaswrdModal #headerDiv, #frgotPaswrdMessageModal #headerDiv {
	background-color: rgba(28,145,184, 0.9);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding-left: 10px;
	padding-right: 10px;
}*/
#headerDiv {
	background-color: rgba(28,145,184, 0.9);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding-left: 10px;
	padding-right: 10px;
}

#headerDiv .close {
	margin: 1px!important;
	padding-top: 5px;
	color: #ffffff;
	opacity: 1;
}
#headerDiv h4 {
	color: #ffffff;
}

/*#frgotPaswrdModal .modal-title, #frgotPaswrdMessageModal .modal-title {
	padding-top: 5px;
	padding-bottom: 5px;
}*/

.modal-title {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*#frgotPaswrdModal .modal-body, #frgotPaswrdMessageModal .modal-body {
	font-size: 18px;
	color: #5d5d5d;
}*/
.modal-body {
	font-size: 18px;
	color: #5d5d5d;
}

.modal-footer {
	border: none;
}

#submitBtn {
	width: auto;
}
#cancelBtn {
	color: #48cfeb;
}


#frgotPaswrdModal #uName {
	margin-bottom: 5px;
}

#frgotPaswrdModal #uName span{
	color: red;
}

#frgotPaswrdModal .modal-body input{
	width: 100%;
}
/*#frgotPaswrdModal .modal-footer {
	border: none;
}*/

#trialformModal .modal-content {
	background-color: rgb(255,255,255);
}

#trialformModal #contactInfo input {
	margin-right: 2px;
	margin-bottom: 5px;
	padding-left:3px;
	width: 95%;
}

#trialformModal .modal-body span {
	color: red;
}

#trialformModal #centerInfo input {
	margin-right: 2px;
	margin-bottom: 5px;
	padding-left:3px;
	width: 95%;
}

#centerInfo, #contactInfo, #centerOs, #centerLoc, #centerRole, #centerEnrolmnt, #deviceInfo, #mediaInfo {
	padding-bottom: 10px
}

.trialformControl {
	padding: 2px 2px;
	font-size: 18px;
	width: 95%;
}
#trialformModal #centerLoc select{
	margin-bottom: 5px;
} 
#trialformModal #centerLoc input {
	margin-right: 2px;
	margin-bottom: 5px;
	padding-left:3px;
	width: 95%;
	height: 33px;
}

#temsCond {
	font-size: 15px
}

/*#frgotPaswrdModal #forgot_form_btn {
	width: auto;
}
#frgotPaswrdModal #cancelBtn {
	color: #48cfeb;
}*/


#frgtPwDiv a:focus {
    outline: 0;
}

#sgnDirBtn a:focus {
    outline: 0;
}

.error_span{
    float:left;
    color: #CA3535;
    font-size: 11px;
    height: 10px;
}

#headerDivForgot
{
    background-color: rgba(28,145,184, 0.9);
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding-left: 10px;
    padding-right: 10px;
}

.logout_msg{
   display: none;
   font-size: 13px;
   margin-bottom: 15px;
   text-align: center;
   padding: 12px;
   background-color: #9BBA1F;
   width: 99.6%;}

.col-bottom-section {
	text-align: center;
}

.col-bottom-section ul {
	display: inline-block;
	text-align: left;
}

.side-menu-col1,.side-menu-col2 {
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: 	left;
}

.side-menu-col2 {
	padding-top: 4px;
}
.side-menu-col2 div{
	overflow: auto;
	padding: 3px;
}

.side-menu-col2 span{
	font-size: 18px;
	float: right;
	color: #888888;
}
#settingsMenu {
	right: 0!important;
	width:175px;
	left: auto;
}

#settingsMenu a {
	text-decoration: none;
	color : #1f89be;
	font-size: 18px;
	padding: 0!important;
}

#settingsMenu li {
	padding: 5px 10px;
	text-align: left;
}

#settingsMenu > li > a:hover,
#settingsMenu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #48cfeb;
}

#menu > li > a:hover,
#menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #48cfeb;
}

#settingsBtn {
	cursor: pointer;
        display:none;
}
.white {
	color: #ffffff!important;
}

.width-auto {
	width: auto;
}


/**
Custom style Anoop
**/
#table{
    width:60%;
    margin-left: 15px;
}

#table .row{overflow:hidden;}

#table .row .column1,  #table .row .column2{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    line-height:2em;
    padding-left:2%;}

.bdr_top{border-top:1px solid #000;}

#table .row .column1{width:33%;border-left:1px solid #000;}

.fl_left {
    float: left;
}
#table .row .column2{width:62%;}
/*trialForm .error_span{
    float:left;
    color: #CA3535;
    font-size: 11px;
    height: 10px;
}*/

.remember_me a {
    height: 18px;
    width: 16px;
    background: url("../images/remember_check.png") no-repeat scroll 0 0px;
    padding-left: 20px;
}

.clicked {
    background:url("../images/remember_check.png") no-repeat scroll 0px -20px !important;
}

.term_privacy{
    clear: both;
    overflow: hidden;
    padding-top: 3px;
}

.parent_login{
    color: white !important;
    background-color: #55aac3;
    padding: 4px;
    font-size: 14px;
    
    
}
.parent_login a{
    color: #fff !important;
    font-weight: bold;
    line-height: 32px !important;
    text-align: center;
    top: 0 !important;
    width: 100px;
}
#menu li.parent_login:before {
content: '' !important;

}
li.parent_login:hover{
   background-color: #48cfeb !important; 
}
li.demo_login:hover{
   background-color: orange !important; 
}
li.demo_login a:hover{
   background-color: orange !important; 
}

.demo_close span {
   float: right;
   margin-right: 15px;
   cursor: pointer;
}
li.demo_login {
    margin-top: 0px;
    background: orange;
    margin-left: 5px;
}

#demoModal .modal-content{
    position: relative;
}
.demo_close{
    position: absolute;
    background: #fff;
    right: -6px;
    top: -11px;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.demo_close span{
    float: none !important;
    margin-right: 0px !important;
    cursor: pointer;
    line-height: 30px;
}
#bottomDiv2{
	background-color: rgba(28,183,235,0.9);
	z-index: 98;
	position: relative;
	color: #ffffff;
	font-size: 21px;
}
#bottomDiv2 a {
    color: #fff;
    text-decoration: none;
}
#bottomDiv2 a:hover {
    text-decoration: none !important;
}
@media only screen and (max-width: 767px ) {
    li.demo_login {
        margin-top: 3px;
        margin-left: 0px;
    }
}
.free-trial-button{
	margin-top: 145px;
	padding-left: 180px;
	padding-right: 180px;
}
@media only screen and (max-width: 767px ) {
	.free-trial-button{
		margin-top: 7px;
		padding: 12px;
		margin-bottom: 38px;
	}
}

li.oneplan_login:hover{
	background-color: #ab1f8e !important;
}
li.oneplan_login a:hover{
	background-color: #ab1f8e !important;
}

li.oneplan_login {
	margin-top: 0px;
	background: #ab1f8e;
	margin-left: 5px;
	margin-right: 5px !important;
}
@media screen and  (max-width:758px) {
	li.oneplan_login {
		margin-top: 0px;
		background: #ab1f8e;
		margin-left: 0px;
		margin-right: 10px !important;
	}
	li.parent_login {
		margin-left: 5px !important;
	}
}
/*CSS for Get started with tutorial*/
