@charset "UTF-8";
body, img, div, .left-side, .right-side, .profile-menu .dropdown-menu {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 4px 8px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 18px 4px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
a {
    text-decoration: none;
    color: #000;
}
.left-side a{color:#fff;}
/*reset css ends*/
/*custom scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00adb5; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00adb5; 
}

/*custom scrollbar ends*/

.left-side{
	display:block;
	width:235px;
	background:#2c3032;
	background:#00335b;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	color:#fff;
}
.right-side{
	margin-left:235px;
	background: #f3f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}
.left-side [class^="icon-"], .left-side [class*=" icon-"]{
    position:relative;
    top:-1px;
}
.app-name-cntnr .row{
	height:75px;
}
.app-name-cntnr .row {
	align-items:center;
}
.logo-cntnr img {
    max-width: 159px;
    max-height: 60px;
}
.sidebar-switch{font-size:22px;}
.sidebar-switch:hover{text-decoration:none;}
.container.menu-cntnr{
	padding-left:0;
	padding-right:0;
	font-family:Roboto;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.5px;
	position: absolute;
    top: 75px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
}
.menu-cntnr .nav-pills .nav-link.active span,
.menu-cntnr .nav-pills li.active a span{
	color:#00adb5; 
}
.menu-cntnr .nav-pills span{color:#cfd4d6; font-size:16px; vertical-align: middle;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #f3f5f5;
    border-radius:0;
}
.menu-cntnr .nav-pills > li.active > a, .menu-cntnr .nav-pills > li.active > a:hover, .menu-cntnr .nav-pills > li.active > a:focus {
    color: #000;
    background-color: #f3f5f5;
    background-color: #ffcb53;
	border-radius:0;
}
.menu-cntnr .nav-link,
.menu-cntnr a  {
    padding: .8rem 1rem !important;
}
.menu-cntnr .nav-link span,
.menu-cntnr .nav-pills span{
	margin-right:11px ;
}
.menu-cntnr .nav li{
	position:relative;
}
.menu-cntnr .nav li:hover{
	background:#35393b;
	background: #002541;
}
.menu-cntnr .nav > li > a:hover, .menu-cntnr .nav > li > a:focus {
    text-decoration: none;
    background-color: #35393b;
    background-color: #01223c;
}
.menu-cntnr .nav li span.count{
	color:#fff;
	background:#ed5b64;
	border-radius:2px;
	font-family: Roboto;
    font-size: 12px;
    padding: 2px 7px;
    position: absolute;
    right: 10px;
    top: 11px;
    min-width:37px;
    text-align:center;
}
.menu-cntnr .nav li a.teachers + span.count{
	background:#db7700;
}
.menu-cntnr .nav li a.forms + span.count{
	background:#7d46a7;
}
.left-side div{
	transition: all 0s linear;
    -o-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;
}
.menu-cntnr .nav li em{
	font-style:normal;
}
header{
	height: 75px;
	border-bottom:1px solid #d4d3d3;
	background:#fff;
}
.right-side header .row{
	align-items: center;
    height: 75px;
}
.page-title{
	font-family:Roboto;
	font-size:24px;
	font-weight:normal;
	color:#374144;
}
.client-logo-cntnr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo-cntnr img{
    max-width:140px;
    max-height:46px
}
a.nav-link.dropdown-toggle {
    display: flex;
    align-items: baseline;
}

.profile-pic-cntnr {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    margin-left: 8px;
    overflow:hidden;
    background: #07c7f3;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    
}

.profile-pic-cntnr img {
    max-width: 100%;
    max-height: 100%;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    object-fit: cover;
}
.profile-menu .dropdown-menu {
    transform: translate3d(-0px, 52px, 0px) !important ;
    top:-10px;
	padding:0;
}
.profile-menu .dropdown-menu.show {
	transform: translate3d(-0px, 62px, 0px) !important ;
	 top:-15px !important;
	
}
.profile-menu .dropdown-menu .dropdown-menu {
    position: static;
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
    border: none;
    box-shadow: none;
    width: 100%;
}
.profile-menu .nav-pills .nav-link.active, .profile-menu  .nav-pills .show>.nav-link {
    border-radius: 4px;
    background: #fff;
}
.profile-menu .dropdown .dropdown-toggle{
	/*border: 1px solid #fff;*/
	border: 1px solid transparent;
}
.profile-menu .dropdown .dropdown-toggle:hover{
	border: 1px solid #dedede;
}
.profile-menu .dropdown-item {
    font-size: 13px;
    font-family: Roboto;
    letter-spacing: .3px;
   	padding: .45rem 1.5rem; 
}
.profile-menu .dropdown-item:focus, .profile-menu .dropdown-item:hover, .dropdown-item:hover {
    text-decoration: none;
    background-color: #08c5f1;
    color: #fff;
}
.profile-menu .dropdown-item:focus{
	background:#2c3032;
}
.profile-menu .dropdown-menu-right {
    right: 0 !important;
    left: auto  !important;
    transform: translate3d(-0px, 52px, 0px) !important ;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
}
.profile-menu:hover .dropdown-menu-right{
	display:block;
}
.content-area{
	padding: 30px 75px;
	overflow-y:auto;
}
.ipad .content-area {
    padding: 30px 25px;
}
.card-heading {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.card-heading select{
	border: 0;
    background: transparent
}
.card-heading h3{
	font-family:Roboto;
	font-size:23px;
	font-weight:normal;
	color:#05519e;
}
.add{
	line-height: 29px !important;
    font-weight: bold !important;
    color: #05519e;
    font-size: 20px;
    margin:0 5px;
}
.selectbox-wrpr{
	display:inline;
	position:relative;
}
.dashboard-card-list{
	display: flex;
    flex-direction: row;
    justify-content:space-between;
    padding: 15px 0px;
    border-bottom:1px solid #d4d3d3;
}
.dashboard-card-cntnt {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.36);
    overflow-y:auto;
}
.form-desc span,
.event-desc span
{
	line-height: normal;
}

.selectbox-wrpr .dropdown-toggle:after {
	content: "\e313";
    font-family: shcoolinfor;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    font-size: 17px;
    line-height: normal;
    position: relative;
    top: 3px;
    border: 1px solid rgba(5, 82, 158, 0.2);
    border-radius: 50%;
}
.selectbox-wrpr .dropdown-toggle:hover:after {
	background:#fff;
}
.selectbox-wrpr .btn-light{
	background:transparent;
	border:0;
}
.column-list-header{
	background:#05519e;
	color:#fff;
	border-radius:5px;
	font-size:13px;
	font-family:Roboto;
	line-height:27px;
	margin-top:11px;
	margin-bottom:9px;
}
.column-list-labels {
    display: flex;
    justify-content: flex-end;
}
.column-list-labels div{
	padding-right:20px;
}
.selectbox-wrpr .show>.btn-light.dropdown-toggle{
	background:transparent;
}
.selectbox-wrpr  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 110px;
}
.selectbox-wrpr .btn{
	padding:0;
	font-size:13px;
	line-height: 27px;
	outline:0;
	}
.dropdown-menu{
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22); 
}
.selectbox-wrpr .dropdown-menu{
	padding:0;
	font-size: 13px;
    font-family: Roboto;
}
.selectbox-wrpr .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #2c3032;
}
.dashboard-card{
	min-width:360px;
	margin-top:20px;
}
.ipad.portrait .dashboard-card {
    	min-width: 330px;
    	margin-top: 20px;
}
.form-submission{
	flex-grow: 1;
	flex-basis: 0;
    min-width: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.form-payments{
	flex-grow: 1;
	flex-basis: 0;
    min-width: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.form-desc,
.event-desc
{
	flex-grow: 3.1;
    font-size: 14px;
    font-family:Roboto;
    display: flex;
    align-items: center;
    padding-left: 9px;
}
.form-submission span{
	background:#05519e;
	color:#fff;
	border-radius:21px;
	min-width:27px;
	line-height:27px;
	text-align:center;
	font-family:Roboto;
	font-size:16px;
	display:inline-block;
}
.form-payments span{
    background: #00adb5;
    color: #fff;
    border-radius: 20px;
    min-width: 54px;
    line-height: 27px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    display: inline-block;
	padding:0 5px;
}
.icon-add.add:hover{
	text-decoration:none;
}
.dropdown-toggle::after{
	content:"\e313";
	border:0;
	font-family:shcoolinfor;
	top: 2px;
    position: relative;
}



	.sidebar-collapsed .app-name-cntnr .row .col-9
	{
		display:none;
	}

	.sidebar-collapsed .left-side
	{
		/*left:-235px;*/
		width:49px;
	}
	
	.sidebar-collapsed .menu-cntnr .count {
    	display: none;
	}

	
	.sidebar-collapsed  .menu-cntnr .nav-link span
	 {
    	margin-right: 0px;
	}
	
	.sidebar-collapsed  .menu-cntnr .nav-link em,
	.sidebar-collapsed  .menu-cntnr a em
	 {
    	display: none;
	}
	
	.sidebar-collapsed .logo-cntnr img
	 {
	    display: none;
	}
	
	
	.sidebar-collapsed  .right-side
	{
		margin-left:49px;
	}
	.sidebar-collapsed .icon-menu1:before{
		content:"\e5cd";
	}
	.ipad .tooltip,
	.iphone .tooltip,
	.android .tooltip{
		display:none;
	}
	
	.event-seats .btn-group-sm>.btn {
    	padding: 0.1rem .5rem;
    	font-size: 15px;
    	line-height: 1.5;
    	border-radius: 21px;
    	font-family: Roboto;
	}
	.event-seats .btn-group>.btn:first-child {
    	background:#05519e;
    	border:0;
	}
	.event-seats .btn-group>.btn:last-child {
    	border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
    	background:#00adb5;
    	border:0;
	}
	.btn-group-sm.disabled button{
		pointer-events:none;
	}
	
	
/*event css starts*/

	.event-list-cntnr .card-img-overlay.purple{
		background: rgba(51, 40, 110, 0.55);
	}
	.event-list-cntnr .card-img-overlay h4{
		color:#fff;
		font-size:20px;
		font-family:Roboto;
	}	
	.event-list-cntnr .card .card-body{
		position: relative;
    	/*z-index: 1;*/
    	background: white;
	}
	.card-img-wrpr {
    	position: relative;
	}
	.card-img-wrpr .card-img-overlay {
	    bottom: 6px;
	}
	.event-list-cntnr .card-text {
    	font-size: 14px;
    	font-family: Roboto;
    	line-height: 19px;
	}
	.event-list-cntnr .card-columns .card {
    	overflow: hidden;
    	border-radius: 8px !important;
    	box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);	
	}
	.card-link {
    	color: #0275d8;
	}
	.card-link:after{
		transition: all .2s linear;
    	-o-transition: all .2s linear;
    	-moz-transition: all .2s linear;
    	-webkit-transition: all .2s linear;
		content:"\e315";
		font-family:shcoolinfor;
		position:relative;
		left:0;
		top:2px;
	}
	.card-link:hover:after{
		left:2px;
	}
	.event-date-apply{
		display:flex;
		justify-content:space-between;
		border-radius: 4px;
    	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    	padding-left: 50px;
    	background: #f2f4ef;
    	overflow: hidden;
    	position: relative;
    	margin-top:15px;
	}
	.event-date-apply:before {
	    content: "\e903";
	    font-family: shcoolinfor;
	    left: 10px;
	    top: 8px;
	    position: absolute;
	    font-size: 19px;
	    color: #6670bc;
	}
	.event-date-apply > div:first-child{
		    flex-grow: 5;
    		margin-left: -15px;
	}
	.event-list-cntnr .card .card-body:last-child {background: #e5e8de;padding-top: 0;}

	.event-date-apply > div:last-child{
		    flex-grow: 3;
    		margin-right: -15px;
    		display: flex;
    		justify-content: center;
    		align-items: center;
    		max-width: 91px;
	}
	.event-date-apply .seats-date {
	    font-size: 15px;
	    font-weight: bold;
	    font-family: Roboto;
	    line-height: 17px;
		padding-top: 6px;
	}
	.register-button{
		color:#fff;
		font-family:Roboto;
		font-size:13px;
		font-weight: bold;
	    background: #c12e38;
	    display: block;
	    line-height: 45px;
	    padding: 0 21px;
	    position: relative;
	    right: -5px;
	}
	.register-button.registered{
		background:#65ae22;
		padding: 0 37px;
		line-height: 42px;
	}
	.register-button.registered:before{
		content:"\e5ca";
		font-family:shcoolinfor;
		font-size:17px;
	}

	.event-date-apply .time {
	    font-size: 13px;
	    font-family: Roboto;
   		opacity: .7;
 	    line-height: 18px;
 	   padding-bottom: 4px;
	}
	.date-highlighted {
    	position: absolute;
    	top: -41px;
    	right: 9px;
	}
	.date-highlighted span {
	    background: #ed5b64;
	    color: #fff;
	    width: 49px;
	    height: 49px;
	    display: inline-block;
	    line-height: 44px;
	    text-align: center;
	    border-radius: 50%;
	    border: 2px solid #fff;
	    margin-right: 4px;
	    font-size: 30px;
	    font-family: Roboto;
	    font-weight: 100;
	}
	.place-date{
		color:#fff;
	}
	.card-text.place-date span{
		font-family: Roboto;
		font-size:13px;
		margin-right: 15px;
		white-space: nowrap;
    	margin-bottom: 6px;
    	display: inline-block;
	}
	.card-text.place-date span em:before {
    	background: white;
    	line-height: 27px;
    	display: inline-block;
    	width: 27px;
    	text-align: center;
    	border-radius: 50%;
    	margin-right: 7px;
    	color: #6670bc;
    	font-size: 16px;
}
.masonry-column {
  
}

.masonry-grid > div .thumbnail {
  
}
.container.app-name-cntnr {
    background: rgba(0, 0, 0, 0.5);
}
.row{
   /*	margin-top:0 !important; */
	margin-bottom:0 !important;
	}
.profile-menu .dropdown-menu-right li.dropdown {
    padding: 0;
	margin-left:0;
}
.profile-menu .dropdown-menu-right li.dropdown a {
    border-radius: 0;
    padding: 6px 65px 6px 21px;
    font-size: 13px;
	border:0;
}
.profile-menu .dropdown-menu-right .caret{
	display:none;
}
.profile-menu .dropdown-menu-right li.dropdown a:hover{
    background:#06c7f3;
    color:#fff;
	border:0;
}	
.profile-menu .dropdown-menu-right .dropdown-toggle::after{
	position: absolute;
    right: 5px;
    top: 7px;
    display:none;
}
.profile-menu .dropdown-menu-right .dropdown-toggle + .dropdown-menu.show{
	position: static !important;
} 
.profile-menu .dropdown-menu-right .dropdown-toggle + .dropdown-menu.show {
    transform: translate3d(-0px, 0px, 0px) !important;
	width: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
}
.profile-menu .dropdown-menu-right .dropdown-toggle + .dropdown-menu.show li{
	padding:0;
}
.profile-menu .dropdown-menu-right .dropdown-toggle + .dropdown-menu.show li a:before{
	content:"\ed93";
	font-family:shcoolinfor;
	margin-right:5px;
}
.bootstrap-select.show li {
    padding: 0;
}
.bootstrap-select.show li a.active{
    padding: 5px;
    padding-left:10px;
}
.grid-view{
    background:transparent;
    border:0;
}
.grid-view .table-bordered {
    background: #fff;
    font-size: 14px;
}
.grid-view .table-bordered thead input{
	font-size:14px;
	padding:5px;
	border-radius:0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
.grid-view{
	padding:0;
}
.summary {
    margin: 10px 0;
    font-size: 14px;
}
.user-index.innerbox .grid-view .table-bordered thead tr:nth-child(2) td:nth-child(2) input,
.user-index.innerbox .grid-view .table-bordered thead tr:nth-child(2) td:nth-child(2) input{
	max-width:50px;
}
.innerbox h1 {
    display: none;
}
.Students div#list-wrapper {
    display: flex;
}
.events-create span.caret {
   display: none;
}
.events-update span.caret {
   display: none;
}
.Students .content-area .container > .row {
    /*display: block;*/
}
.student-pic-cntnr {
    width: 71px;
    height: 71px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.student-pic-cntnr img.imgheight{
	height:auto;
	min-height: 71px;
    object-fit: cover;
}
.student-pic{
	max-width: 87px
}
.student-pic-cntnr img{
    border-radius:0;
}
.students-btn-group a{
	color:#fff;
	font-size: 13px;
	line-height: 34px;
}
.btn-group-lg>.btn {
    padding: 2px;
    padding-bottom: 7px;
}
.input-group{
	margin-top:10px;
}
.student-index.innerbox h1 + .row{
	display:block;
}
.student-index .panel-default {
    border-color: transparent;
    padding: 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.student.card-footer {
    background: #79808c;
	padding: 0;
}
.parent-details {
    display: flex;
}
.cls {
    color: rgba(0, 0, 0, 0.60);
	font-size:13px;
}
.fm_icon {
	display:flex;
    background: #37a572;
    text-align: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px solid #fff;
	align-items: center;
}
.fm-details {
    font-size: 13px;
    font-family: Roboto;
    margin-left: 12px;
	color:#fff;
	
}
.przdetails {
    background-color: transparent;
	padding:0;
}
.student-columns .card-body {
    padding: 22px;
	position:relative;
}

.student-detail .btn {
    border-radius: 50% !important;
    margin: 0 6px;
    width: 34px;
	max-width: 34px;
    height: 34px;
    padding: 0;
    line-height: 25px;
}
.student-columns .card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    border: 0;
	min-width: 300px;
	margin-bottom: 24px;
	/*max-width: 360px;*/
}
.add-student {
    padding: 51px 51px 0 51px;
}
.student-columns input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	outline:none;
}

.student-columns input[type="checkbox"]:before {
    content: '\e5ca';
    font-family: shcoolinfor;
    border: 2px solid #79808c;
    border-radius: 15px;
    color: transparent;
    margin-right: 3px;
    background:#fff;
    padding:2px;
    font-size:16px;
	position:relative ;
	left:-1px;
}

.student-columns input[type="checkbox"]:checked:before {
    content: '\e5ca';
    font-family: shcoolinfor;
    border: 2px solid #79808c;
    color: red;
}
.student-columns input.promot_stud {
    position: absolute;
    right: 9px;
    bottom: -11px;
}
.Login header, .Login .left-side.sidebar{
	display:none;
}
.Login .right-side{
	margin-left:0;
	background: #334f6f;
}
.Login  .content-area{
	padding:0;
}
.Login .content-area > .container {
    max-width: inherit;
	padding-left:0;
	padding-right:0;
}
.Login .content-area > .container > .row{
	margin-left:0;
	margin-right:0;
	flex-direction: column;
}
.login-box{
	
}

.login-header{
	background:#fff;
}
.login-cntnt-wrpr{
	position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-cntnt-wrpr .login-cntnt{
	width:918px;
    border-radius: 2px;
    overflow: hidden;
}
.login-cntnt-wrpr .login-cntnt > .container{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.70);
}
.login-box{
	background:url(../image/login_box_bg.jpg);
	padding:75px 84px;
    background-size: cover;	
}
.login-box h3{
	font-size:26px;
	font-family:Roboto;
	text-align:center;
	color:#fff;
	text-shadow:0 0 3px rgba(0,0,0,0.3);
	font-weight:500;
    margin-bottom: 40px;	
}
.login-box .form-group label{
	display:none;
}
.login-box #loginform-email,
.login-box #loginform-password{
	font-size:13px;
	font-family:Roboto;
	border: 0;
    border-radius: 9px;
    padding: 17px;
	padding-left: 29px;
}
.login-box .form-group{
	position:relative;
}
.login-box .field-loginform-email:before,
.login-box .field-loginform-password:before{
	    content: "\ee42";
    font-family: shcoolinfor;
    position: absolute;
    left: 23px;
    top: 8px;
    z-index: 1;
    font-size: 12px;
}
.login-box .field-loginform-password:before{
	content:"\ee3c";
}
.login-box .btn.btn-school.btn-block {
       background: #1b3a5f;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 9px;
}
.login-box-left-column{
	background:url(../image/login_page_left_box_logo.jpg) no-repeat center center #fff;
	display: flex;
    align-items: flex-end;	
	justify-content: center;
}
.login-box-left-column p{
	font-size: 14px;
    font-family: Roboto;
    opacity: .9;
    max-width: 257px;
    text-align: center;
    margin-bottom: 19px;
}
.Login .help-block {
    background: #FF5722;
    color: #fff !important;
    font-size: 12px;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 5px;
	position:relative;
}
.Login .help-block:before {
    content:"";
    display:block;
    width:0px;
    height:0px;
    border:10px solid #ff5722;
    border-right-color:transparent;
    border-top-color:transparent;
    border-left-color:transparent;
    position:absolute;
    top:-17px;
}

.login-box .rememberme label{
	display:block;
	font-family:Roboto;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
.forgotpassword a{
	font-family:Roboto;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	
}
.login-remember-forgot {
	padding-left:0;
	padding-right:0;
}
.rememberme input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	outline:none;
}

.rememberme input[type="checkbox"]:before {
    content: '\e5ca';
    font-family: shcoolinfor;
    border: 0px solid #79808c;
    border-radius: 4px;
    color: transparent;
    margin-right: 3px;
    background:#1b3a5f;
    padding:1px;
    font-size:16px;
	position:relative ;
	left:-1px;
}

.rememberme input[type="checkbox"]:checked:before {
    content: '\e5ca';
    font-family: shcoolinfor;
    border: 0px solid #79808c;
    color: #fff;
}
.rememberme input[type="checkbox"]{
	vertical-align: middle;
    margin-top: 0;
}
.signup-box{
	background: rgba(255, 255, 255, 0.50);
    line-height: 39px;
    border-radius: 9px;
    text-align: center;
    font-size: 14px;
    font-family: Roboto;
    color: #1b3a5f;
	margin-top:40px;
	display:none;
}
.signup-box span{
	font-weight:bold;
}
.student-columns .card.card-selected {
   box-shadow: 0 0 0 0.1rem #37a572 !important;
}
.menu-cntnr .nav-pills li.active span.count {
    color: #fff;
}

.Events.Listing .content-area,
.Students .content-area {
	padding:0;
}
.Events.Listing .content-area > .container,
.Students .content-area > .container{
	padding:0;
}
.event-search-cntnr,
.students-search-cntnr,
.parent-search-cntnr{	
	background:#ebebeb;
	border-bottom:1px solid #d4d3d3;
	justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}
.event-search-cntnr .form-control,
.students-search-cntnr .form-control{
	width:auto;
	border:0;
	outline: 0;
    font-size: 14px;
    padding: 22px 20px;
    border-radius: 0;
    -webkit-appearance: none;
	min-width: 400px;
}
.students-search-cntnr .select-class .form-control {
    min-width: 112px;
}
.student-search-btn-cntnr{
    position:relative;
}
.student-search-btn-cntnr:after {
    content: "\ee25";
	font-family:shcoolinfor;
    position:absolute;
    top:10px; 
    color:#fff;
    right:20px;
}
.student-promote.form-control {
    min-width: 170px;
    padding: 7px 22px;
    background: #ebebeb;	
}
.student-promote-wrpr {
    position: relative;
}
.student-promote-wrpr:after {
    content: "\e313";
    position: absolute;
    font-family: shcoolinfor;
    top: 14px;
    right: 0;
}
.students-check-all input[type="chekbox"] {}

.students-check-all input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	outline:none;
}

.students-check-all input[type="checkbox"]:before {
    content: '\e5ca';
    font-family: shcoolinfor;
    border: 2px solid #79808c;
    border-radius: 15px;
    color: transparent;
    margin-right: 3px;
    background:#fff;
    padding:2px;
    font-size:16px;
	position:relative ;
	left:-1px;
}
.student-index.innerbox {
    padding: 52px;
	padding-top: 20px;	
}
.students-check-all input[type="checkbox"]:checked:before {
    content: '\e5ca';
    font-family: shcoolinfor;
    border: 2px solid #79808c;
    color: red;
}
.students-check-all label {
    position: relative;
    top: 11px;
    font-weight: normal;
    font-size: 14px;
    font-family: Roboto;
}
button.btn.btn-success.promote {
    background: #37a572;
    border-radius: 0;
    height: 44px;
    padding: 1px 20px;
}
.Promotion {
    display: flex;
}
.event-search-cntnr  #searchform,
.parent-search-cntnr #w0
{
	background: #fafafa;
}

.event-search-cntnr .search_btn,
.parent-search-cntnr .btn.btn-search {
    border: 0;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
    padding-left: 30px;
    padding-right: 45px;
    background: #184c93;
    color: #fff !important;
    border-radius: 0;
    outline: none;
    margin-right: 0;
	height: 44px;
}
.parent-search-cntnr #w0{
    background: #fafafa;
    display: flex;
    justify-content: space-between;	
}
.desktop .parent-search-cntnr input[type=text] {
    min-width: 360px;
}
 .parent-search-cntnr .form-control {
    width: auto;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 22px 20px;
    border-radius: 0;
    -webkit-appearance: none;
    min-width: 400px;
}
.eventsearch-btn-wrpr{
	position:relative;
}
.eventsearch-btn-wrpr:after{
	content: "\ee25";
    font-family: shcoolinfor;
    position: absolute;
    right: 17px;
    color: #fff;
    z-index: 1;
    top: 1px;
}
.parent-search-select-wrpr select.form-control {
    padding: 4px 5px;
    height: 44px;
    box-sizing: border-box;
    min-width: 100px;
    width: auto;
}
.parent-search-select-wrpr{
	background: #ebebeb;
	padding-left:10px !important;
	padding-right:10px !important;
}
.parent-search-select-wrpr.select-class:after {
    content: "\e313";
    position: absolute;
    font-family: shcoolinfor;
    top: 11px;
    right: 7px;
}
.event-cntnt-list{
	padding:52px;
}
.event-cntnt-list .card {
    min-width: 294px;
	max-width: 294px;
	background:#e5e8de;
    margin-bottom: 25px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    overflow: hidden;
}
.event-cntnt-list .card .card-body{
	
	background-size:cover;
	background-position:center center;
	min-height: 174px;
	max-height: 174px; 
	position:relative;
}
.event-cntnt-list .card .card-body .card-img-overlay{
	background: rgba(18, 21, 31, 0.70);
	padding: 25px 34px;
}
.event-cntnt-list .card .card-body .card-img-overlay h3{
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    line-height: 24px;
	margin-bottom: 7px;
}
.loc-date-cntnr{
	display:flex;
	color:#fff;
}
.event-cntnt-list .event-description{
	font-family:Roboto;
	font-size:14px;
	line-height:19px;
}
.event-seats-register-cntnr{
	
}
.card-footer.description{
	background:#fff;
	position:relative;
}
.card-footer.event-seats-register-cntnr{
	background:#e5e8de;
	background:#fff;
	border-top: 0;
}
.seats-time-register-cntnr{
	background:#f2f4ef;
	border-radius:7px;
	box-shadow:0 0 4px rgba(0,0,0,0.40);
}
.seats-time-register-cntnr {
    display: flex;
	 margin-bottom: 14px;
    justify-content: space-between;
}
.seats-time-register-cntnr:last-child {
    margin-bottom: 0;
}
.seat-time {
    background: url(../image/seat_icon.png) no-repeat 10px center;
    padding: 9px 9px 9px 37px;
}
.seat-time strong, .seat-time strong + span  {
    display: block;
    font-size: 15px;
    font-family: Roboto;
	line-height: 17px;	
}
.seat-time strong + span {
    font-size:13px;
    opacity:.7;
}
.register-btn-cntnr a {
    background: #c12e38;
    display: block;
    justify-content: center;
    line-height: 52px;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    padding: 0 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    right: -2px;
}
.register-btn-cntnr a:before {
	content:"Register";
	font-size:12px;
}

.register-btn-cntnr a.registered {
    font-family: shcoolinfor;
    background: #65ae22;
    min-width: 76.52px;
    text-align: center;
	pointer-events:none;
}
.register-btn-cntnr a.registered:before {
	content:"\e5ca";
	font-size: 20px;
	
}
.register-btn-cntnr a.unregister:before {
	content:"Unregister";
}
.register-btn-cntnr a.unregister {
    background: #00BCD4;
}
.register-btn-cntnr {
    display: flex;
}
p.location:before {
    content: "\e971";
    font-family: shcoolinfor;
    background: #fff;
    color: #6670bc;
    display: inline-block;
    width: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
	margin-right: 5px;
	position: absolute;
    left: 0;
	top: -3px;
}
p.date:before {
    content: "\eb32";
    font-family: shcoolinfor;
    background: #fff;
    color: #6670bc;
    display: inline-block;
    width: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
	margin-right: 5px;
	position: absolute;
    left: 0px;
    top: -3px;
}
.location{
	margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 37px;
	min-height: 31px;
    position: relative;
}
p.date {
    margin-left: 0px;
	position: relative;
    font-size: 13px;
	padding-left:37px;
}
.event-date-big {
    position: absolute;
    top: -33px;
    right: 10px;
    width: 49px;
    line-height: 45px;
    max-height: 49px;
    min-height: 49px;
    background: #ed5b64;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 100;
    border: 2px solid #fff;
}
.dashboard-card-list.event-card-list {
    flex-direction: column;
}
.event-card-list .event-details{
	display:flex;
	justify-content: space-between;
	padding-left: 9px;
    font-size: 13px;
    opacity: .7;
	margin-bottom: 3px;
}
.event-card-list .event-details:first-child{
	margin-top:5px;
}
.event-card-list .event-details:last-child{
	margin-bottom:0px;
}
.event-card-list .event-details-cntnr{
	display:none;
	
}
.event-card-list .event-details-cntnr.active{
	
}
.event-seats{
	flex-grow: 1;
	flex-basis: 0;
    min-width: 84px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: -4px;	
}
.event-details .start-date,
.event-details .end-date{
	flex-grow: 2;
}
.dashboard-card-list.event-card-list:hover{
	background:#f7f7f7;
	cursor:pointer;
}
span.eventon + span {
    font-size: 11px;
    position: relative;
    top: -6px;
}
.Students form#w0 {
    background: #e7e7e7;
    display: flex;
    justify-content: space-between;	
}
.Students form#w0 .form-group {
	margin-bottom:0px;
}
.Students form#w0 .form-group .help-block {
	 margin-top: 0px; 
     margin-bottom: 0px; 
}
.desktop .students-search-wrpr input[type=text]{
	 min-width: 377px;
}
.Students button.btn.btn-search {
    background: #184c93;
    color: #fff;
    border-radius: 0;
    height: 44px;
	padding: 0 52px 0 18px;
}
.col-sm-12.search-wrpr{
	padding-left:0;
	padding-right:0;
	
}
.Students button.btn.btn-search .glyphicon.glyphicon-search{
	display:none;
}
.select-class select{
	padding:0 !important;
}
.select-class{
	position:relative;
	background:#ebebeb;
    padding-left: 0;
    padding-right: 0;	
}
.select-class select{
	background:transparent;
	height: 44px;
	padding: 0 11px;
}
.select-class:after{
	content:"\e313";
	position:absolute;
	font-family:shcoolinfor;
	top: 14px;
    right: 0;
}
.parent .profile-menu .caret{
	display:none;
}
.parent .dropdown-toggle::after{
	top:6px;
}
.parent .profile-menu .dropdown-menu li {
    padding: 0;
}
.parent .profile-menu .navbar-nav li a {
    color: #292A2E !important;
    border-radius: 0;
    padding: 6px 21px 6px 21px;
    font-size: 13px;
    border: 0;
}
.parent .profile-menu .navbar-nav li a:hover{
	color:#fff !important;
}
.parent .profile-menu .navbar-nav li a.dropdown-toggle{
	padding:12px 10px;
	border:1px solid transparent;
}
.parent .profile-menu .navbar-nav li a.dropdown-toggle:hover{
	color:#000 !important;
}
.parent .profile-menu .dropdown-menu.show{
	left:auto !Important;
	right:0;
}
.parent .content-area {
    padding: 0;
}
.parent .content-area .container{
    padding:0;
}
.parent .parent-search-cntnr .form-group {
    margin-bottom: 0;
}
.parent .parent-search-cntnr input[type=text],
.parent .parent-search-cntnr select {
	font-family:Roboto;
	font-size:14px;
   border:0;
   background:transparent;
}
.parent .parent-search-cntnr .help-block{
	display:none;
}
.parent .parent-student-cntnr {
    padding: 52px;
    display: flex;
    flex-direction: column;
}
.card.student-card{
	max-width:220px;
}
.card.student-card img{
	max-height: 200px;
    object-fit: cover;
}
.parent-search-cntnr .glyphicon.glyphicon-search{
	display:none;
}
.parent .student-index {
    padding: 15px;
	padding-left:0;
}
.parent.staffs .student-index, 
.parent.forms .student-index {
    padding: 50px;
}
.parent .student-index.parent-events {
    padding: 52px;
}
.parent .student-index .card-deck .card {
    min-width: 300px;
}
.parent-search-cntnr > .row{
	margin-left: 0;
    margin-right: 0;
}
.staff-list .student.card-footer {
    /*background: rgba(121, 128, 140, 0.24);*/
    background:#9cc9d5;
	padding: 0;
}
.parent .student-index .card-deck.staff-cards .card {
    min-width: 300px;
	max-width: 300px;
    margin-bottom: 25px;
}
.staff-list img.imgheight {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.name {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;	
}
.form-title .name{
	font-size:17px;
}
.parent .student-index.parent-events .card-deck .card {
    min-width: auto;
}
.desktop .forms-paymentform {
    padding: 53px;
}
.admin .profile-menu .dropdown-menu .dropdown-menu,
.desktop .profile-menu .dropdown-menu .dropdown-menu{
	position:static;
    transform: translate3d(-0px, 0px, 0px) !important;
	width:100%;
	border-radius: 0;
	margin: 0;
	border:0px;
}
.profile-menu .dropdown-menu .dropdown-menu li,
.desktop .profile-menu .dropdown-menu .dropdown-menu li{
	padding:0;
	
}
.admin .profile-menu .dropdown-menu .dropdown-menu li a,
.desktop .profile-menu .dropdown-menu .dropdown-menu li a{
	padding-left:20px;
}
.profile-menu .dropdown-menu .dropdown-menu li a:before,
.desktop .profile-menu .dropdown-menu .dropdown-menu li a:before{
	content:"\ed93";
	font-family:shcoolinfor;
	margin-right:5px;
}
.parent .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
.parent .event-reg-form {
    padding: 50px;
}
.admin .event-reg-form h1 + button{
	display:none;
}
.event-reg-form h1 + button{
	display:none;
}
.parent .event-reg-form h1 + button{
	display:block;
}
.input-group.file-caption-main .input-group-btn {
    right: 107px;
}
.subscription-index.innerbox h2, .manage-fields h2, .assign-class h2 {
    font-size: 19px;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 20px;
}
.subscriber-avatar {
    width: 71px;
    height: 71px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscription-index .card, #list-wrapper .card{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    border: 0;
    /*min-width: 300px;
	max-width:300px;*/
	min-height:148px;
    margin-bottom: 24px;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	transform: translate(0px,0px);
}
.subscription-index .card:hover,  #list-wrapper .card:hover{
	transform: translate(0px,-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
}
.subscription-index .card-body {
    padding: 22px;
    position: relative;
}
.subscription-index.innerbox{
	padding:20px 0;
}
.arrow.glyphicon-arrow-right:before{
	font-size: 12px;
}
.zero-padding{
	padding:0;
}
.right-padding-zero{
	padding-right:0;
}
em.lbl {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #8a8a8a;
}
.subscribed-on {
    font-size: 13px;
    margin-left: 4px;
}
.subscription-index .name {
    margin-bottom: 4px;
    display: inline-block;
}
.paid-subsc, .nonpaid-subsc, .view-subsc{
	background:#00917b;
	color:#fff;
	text-transform:uppercase;
	font-family: Roboto;
    letter-spacing: 0.5px;
    font-size: 12px;
	cursor:default !important;
}
.view-subsc{
	cursor:pointer !important;
}
.view-subsc{
	background:#204b93;
	border:0px;
}
.nonpaid-subsc{
	background:#FF5722;
}
.nonpaid-subsc:hover{
	background:#FF5722;
}
.paid-subsc:hover{
	background:#056c5c;
	color:#fff;
}
.nonpaid-subsc:hover{
	background:#056c5c;
	color:#fff;
}
.paid-subsc span, .nonpaid-subsc span {
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.paid-info{
	display:inline-block;
	margin-top:8px;
}
.nonpaid-subsc span{
	top:1px;
}
.event-card-list .event-details-cntnr.openEvent {
    display: block;
}
.subscriber-details .card-header {
    background: #f3f5f5;
    margin-left:-1px;
    margin-right:-1px;
    margin-top:-1px;
}

.subscriber-details .nav li a{
    border-bottom:4px solid transparent;
    padding:0;
    padding-top:5px;
    margin:0 15px;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
}
.subscriber-details .nav li.active a {
    border-bottom: 4px solid #ed5b63;
    border-radius: 0;
}
.subscriber-details .nav li.active a{
    color:#000;
    background: transparent;
}
.subscriber-details .nav li a:hover {
    background: transparent;
    border-bottom: 4px solid #ed5b63;
    border-radius: 0;
}

.subscriber-details ul.nav.nav-pills {
    position: relative;
    top: 13px;
}
.subscriber-details .tab-pane h4 {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 300;
}
.subscriber-details .tab-content .tab-pane div {
    min-height: 32px;
}
.user-profile-image img.img-thumbnail {
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0;
}
.panel-heading.heading-subscription {
    color: #fff;
    background-color: #00395E;
    border-color: #00395E;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 39px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.panel-heading.heading-subscription  h4 {
    color: #fff;
    margin-top: 10px;
    line-height: 34px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.heading-subscription + .panel-body table td {
    width: 50%;
	border-top: 1px solid rgba(221, 221, 221, 0.37);
}
.panel-parent {
    border: 0px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.47843137254901963);
}
.col-md-3.fields-to-add a {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
}
.form-view-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-and_btns {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.title-and_btns + div .grid-view table tr td:last-child {
    min-width: 160px;
}
.title-and_btns + div .grid-view table tr td:last-child a {
    background: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 3px;
    border:1px solid gainsboro;
	    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	transform: translateY(0px); 
}
.title-and_btns + div .grid-view table tr td:last-child a:hover,
.title-and_btns + div .grid-view table tr td:last-child button:hover{
	box-shadow:0 3px 3px rgba(0,0,0,0.3);
	transform: translateY(-2px); 
}
.title-and_btns + div .grid-view table tr td:last-child button{
	background: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 3px;
    border:1px solid gainsboro;
	    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.form-control {
       height: calc(1.5em + .25rem + 2px);
	   padding: 2px;
    font-size: 15px;
}
.card.forms-listing-card , .card-shadow{
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
}
.custom-btn {
    background: rgb(216, 217, 217);
    border-color: rgb(216, 217, 217);
}
.timeslot-and-pdf-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
	
}

.timeslot-and-pdf-btns h3 {
    font-size: 15px;
    font-weight: 400;
}
.marginRight8{
	margin-right:8px;
}
a.view-subsc.btn-danger {
    background: #dc3545;
    border-color: #dc3545;
}
a.view-subsc.btn-danger:hover {
    background: #f04455;
}
.register__btn {
    border: 0;
    padding: 5px 8px;
    padding-left: 8px;
    padding-right: 8px;
    background: #003b64;
    color: #fff !important;
    border-radius: 4px;
    outline: none;
    width: auto;
    margin-bottom: 0 !important;
}
.register__btn.icon-file-excel{
		background:green;
}
.register__btn.icon-file-pdf{
		background:#dc3545;
}
.public_user .profile-menu {
    display: none;
}

.public_user a.icon-menu1.sidebar-switch {
    display: none;
}
.form-index + .modal .modal-header {
    justify-content: space-between;
    flex-direction: row-reverse;
}
 .form-index + .modal .modal-header:before, .form-index + .modal   .modal-header:after {
    display: none;
}
.parent.teachers .student-index {
    padding: 50px;
}
.assign-class input[type="checkbox"]:before,
#events-class input[type="checkbox"]:before {
    content: "";
    width: 35px;
    display: block;
    height: 22px;
    border: 0px solid transparent;
    border-radius: 15px;
    background: #b3bfd2;
    padding: 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.45);
}
.assign-class input[type="checkbox"]:after,
#events-class input[type="checkbox"]:after {
    content: "";
    font-family: icons-sm;
    border: 0px solid #e3e3e3;
    border-radius: 15px;
    color: transparent;
    margin-right: 3px;
    background: #fff;
    padding: 2px;
    font-size: 16px;
    position: relative;
    left: -1px;
    width: 18px;
    display: block;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    transition: 0.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.assign-class input[type="checkbox"]:checked:before,
#events-class input[type="checkbox"]:checked:before {
	background:#86e58d;
}
.assign-class input[type="checkbox"]:checked:after,
#events-class  input[type="checkbox"]:checked:after {
    content: '\e5ca';
    content:"";
    font-family: shcoolinfor;
    border: 0px solid #e3e3e3;
    top:2px;
    left: 15px;
    transition: 0.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.assign-class input[type="checkbox"],
#events-class input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline:none;
    position:relative;
    margin-right: 5px;
}
#staffstandard-scr_staff_standard_standard_id label {
   display: inline-flex;
    align-items: center;
    height: 49px;
    margin-right: 20px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
}
.staff-form {
    background: #fff;
    /*padding: 20px;*/
    border-radius: 4px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);*/
}
.btn{
	font-family: Roboto;
    font-size: 13px;
    letter-spacing: .5px;
}
.table-bordered .label{
	text-transform: capitalize;
    letter-spacing: .5px;
}

/*new css starts 30-07-2019*/
.student-create.innerbox, 
.student-update.innerbox,
.staff-create.innerbox,
.staff-update.innerbox,
.form-create.innerbox,
.form-update,
.events-form,
.studentparent-form{
    background: #fff;
    padding: 70px;
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.07);
    max-width: 600px;
    margin: 0 auto;
	border-radius: 5px;
}
.events-form{
	max-width: 850px;
}
.student-create label.control-label,
.student-update label.control-label,
.staff-create label.control-label,
.staff-update label.control-label,
.form-create label.control-label,
.form-update label.control-label,
.events-form label.control-label,
.studentparent-form label.control-label{
    font-weight: 500;
}

.student-create.innerbox select, .student-update.innerbox select,
.staff-create.innerbox select, .staff-update.innerbox select,
.form-create.innerbox select, .form-update select,
.events-form select, .events-form select,
.studentparent-form  select, .studentparent-form  select{height:40px;}

.events-form  input[type=time]{padding: 17px 16px;}

.student-create.innerbox input[type=email], .student-update.innerbox input[type=email],
.staff-create.innerbox input[type=email], .staff-update.innerbox input[type=email],
.form-create.innerbox input[type=email], .form-update.innerbox input[type=email],
.events-form input[type=email], .events-form input[type=email],
.studentparent-form input[type=email], .studentparent-form input[type=email]{padding: 16px;}

.student-create.innerbox input[type=date], .student-update.innerbox input[type=date],
.staff-create.innerbox input[type=date], .staff-update.innerbox input[type=date],
.form-create.innerbox input[type=date], .form-update.innerbox input[type=date],
.events-form input[type=date], .events-form input[type=date],
.studentparent-form input[type=date], .studentparent-form input[type=date]{padding: 17px 16px;}

.student-create.innerbox input[type=text] , .student-update.innerbox input[type=text],
.staff-create.innerbox input[type=text] , .staff-update.innerbox input[type=text],
.form-create.innerbox input[type=text] , .form-update input[type=text],
.events-form input[type=text] , .events-form input[type=text],
.studentparent-form input[type=text] , .studentparent-form input[type=text]{padding: 17px 16px;}

.studentparent-form input[type=number] , .studentparent-form input[type=number]{padding: 17px 16px;}

.studentparent-form input[type=password] , .studentparent-form input[type=password]{padding: 17px 16px;}

.student-create .input-group-btn, .student-update .input-group-btn,
.staff-create .input-group-btn, .staff-update .input-group-btn,
.form-create .input-group-btn, .form-update .input-group-btn,
.events-form .input-group-btn, .events-form .input-group-btn,
.studentparent-form .input-group-btn,.studentparent-form .input-group-btn{
    right: 0px !important;
	width:auto;
}
.timeslot-add-form .dropdown.bootstrap-select {
    height: 35px;
    border: 1px solid #ced4da;
}
.timeslot-add-form input[type=time],
.timeslot-add-form input[type=date] {
    padding-left: 6px;
    padding-right: 6px;
}
.optionlistwrap .nomarginx > div {
    padding-left: 5px;
    padding-right: 5px;
}
.timeslot-add-form .dropdown.bootstrap-select {
    height: 35px;
    border: 1px solid #ced4da;
}

.timeslot-add-form .addrateoption,
.timeslot-add-form .addeditoption,
.timeslot-add-form .removerateoption,
.timeslot-add-form .removeeditoption {
    background: #FF5722;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    top: 5px;
}
.timeslot-add-form .addrateoption,
.timeslot-add-form .addeditoption {
	background:#8BC34A;
}
.input-group.file-caption-main .form-control.file-caption {
    height: 33px;
}

.student-create button.btn.btn-success, .student-update button.btn.btn-success,
.staff-create button.btn.btn-success, .staff-update button.btn.btn-primary, .update-staff,
.form-create button.btn.btn-success, .form-update button.btn.btn-primary,
.events-form button.btn.btn-success, .events-form button.btn.btn-primary,
.studentparent-form button.btn.btn-success, .studentparent-form button.btn.btn-primary,
.event-reg-form #fake_register
{
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 40px;
    display: block;
    margin: 0;
    width: 100%;
    margin-top: 39px;
    background: #283655;
    border-color: #ed5b63;
	border-color:#283655;
}

.Students ul.breadcrumb {
    display: none;
}
.student-create input#dynamicmodel-email, .student-update input#dynamicmodel-email,
.staff-create input#dynamicmodel-email, .student-update input#dynamicmodel-email {
    width: 100%;
}
.student-create textarea.form-control,
.student-create textarea.form-control {
    height: auto;
    min-height: 100px;
}
.breadcrumb>li.active {
    color: #2196F3 !important;
}
.content-area.parent-dashboard .card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    border: 0;
    min-width: 300px;
    margin-bottom: 24px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transform: translate(0px,0px);

}
.content-area.parent-dashboard .card.event-card {
    flex-direction: row;
}
.content-area.parent-dashboard .card.event-card .card-header {
    width: 188px;
    height: 217px;
    background: none;
    border: none;	
}
.content-area.parent-dashboard .card-body {
	padding:26px;
}
.content-area.parent-dashboard .card.event-card .card-header img {
    width: 169px;
    height: 195px;
    object-fit: cover;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 10px;
}
.card-header {
    padding: 0;
}
.card.event-card h3,
.card.form h3,
.school-info h3 {
    font-family: Roboto;
    font-weight: 400;
	font-size: 17px;
    margin-bottom: 10px;
}
.card.form p {
    font-family: Roboto;
    font-weight: 400;
	font-size: 12px;
    margin-bottom: 10px;
	color:#707070;
}
span.event-date,
span.event-location {
    font-size: 12px;
    display:block;
}
.parent-dashboard .card-body .icon {
    border: 1px solid #cbcbcb;
    padding: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
    color:#673AB7;
	max-height: 22px;
}
.parent-dashboard i.icon.icon-calendar2:before {
    color: #ed5b64;
    font-size: 13px;
}
.school-info p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
    color: #707070;
    max-width: 500px;
}
.parent-dashboard i.icon.icon-location:before {
    color: #7d46a7;
    font-size: 13px;
}
.parent-dashboard .btn.btn-primary{
	background:#fabb53;
	color:#000;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: .4px;
	font-family: Roboto;
	margin-top: 9px;
	border-color: #fabb53;
	padding: 5px 28px;
    padding: 0;
}
.parent-dashboard .btn.btn-primary a {
    display: block;
    padding: 5px 28px;
}
.parent-dashboard .btn.btn-primary a:hover{
	text-decoration:none;
	color:black;
}
.parent-dashboard .card.form .btn.btn-primary{
	margin-top: 3px;
	
}
span.event-registered .icon-checkmark4:before {
    color: #65ae22;
    font-size: 13px;
}

i.icon.icon-checkmark4 {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
}
span.event-registered {
   font-size: 12px;
    display: flex;
}

span.event-registered span {
    display: inline-block;
   
    position: relative;
    
}
.content-area.parent-dashboard  .dashboard-heading {
    font-size: 23px;
    color: #05519e;
    font-weight: 400;
    margin-bottom: 16px;
}

.card.form.paymentform h3 {
    margin-right: 64px;
}
.card.form.paymentform h3:after {
    content:"$";
    position:absolute;
    right:20px;
    top:20px;
    font-family:ico-sm;
    border:1px solid #cbcbcb;
    display:inline-block;
    width:23px;
    text-align:center;
    border-radius:4px;
    color:#2a61a5;
    font-weight:600;


}
.card.class-teachers .card-body {
    display: flex;
}
.teacher-details .icon:before {
    color: #4183bc;
}
.teacher-details {
    padding-left: 16px;
}
.class-teachers h3 {
    margin-bottom: 10px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 500;
}
span.classTeacherof {
    font-size: 13px;
    margin-top: 9px;
    display: inline-block;
}
span.classTeacherof a {
    color: #2196F3;
}
.teacher-avatar img {
    border-radius: 50%;
    width: 78px;
    height: 78px;
    object-fit: cover;
}
.card-body.school-info {
    display: flex;
}
.school-contact-details span.event-date, .school-contact-details span.event-location {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.school-logo-cntnr {
    display: flex;
    min-width: 120px;
    justify-content: center;
    align-items: flex-start;
}
.school-logo-cntnr img {
   max-width: 138px;
   height: auto;
   object-fit: contain;
}
.school-contact-details .icon:before {
    color: #4183bc;
} 
.content-area.parent-dashboard .card:hover {
    transform: translate(0px,-3px);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
}
.parent-dashboard .btn.btn-primary:hover {
    box-shadow: 0 0 0 2px #ca820b;
}
.parent-dashboard .card-header {
    padding: 0;
}
.parent .content-area.parent-dashboard {
    padding: 30px 75px;
}
.left-side.sidebar .dropdown {
    display: none;
}
.db-event-details {
   border-bottom: 1px solid #e8e8e8;
   padding-bottom: 12px;
   margin-bottom: 12px;
}

.db-event-details:last-child {
   margin-bottom: 0;
   border-bottom: none;
   padding-bottom: 0;
}
.timeslot-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.list-group-item.fieldrow.timeslot-add-form {
    background: #f1f1f1;
}
.timeslot-add-form label {
    font-size: 13px;
}
div#customfieldslist {
    margin-bottom: 13px;
}
#events-class input {
    vertical-align: middle;
}

#events-class label {
    margin-right: 20px;
    min-width: 130px;
    margin-bottom: 8px;
    font-weight: normal;	
}
#events-class {
    margin-top: 5px;
}
.copylinks {
    padding: 3px 5px;
    padding-bottom: 1px;
    margin-left: 1px;
    background: #3F51B5;
    border-color: #3F51B5;	
}
.icon-file-pdf, .icon-file-excel {
    padding: 5px 5px;
    margin-left: 1px;
    background: #d70606;
    border-color: #d70606;
}
.icon-file-excel {
    background: #217346;
    border-color: #217346;
}
.db-event-details .event-date:nth-child(4) {
    margin-top: 10px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
}
span.no-parentinfo {
    color: #fff;
	font-size:13px;
    white-space: nowrap;
    display: none;
}
span.no-parentinfo.active{
    display:block;
}
span.event-date {
    display: flex;
}
.event-registered i.icon.icon-checkmark4 {
    max-height: 21px;
    display: flex;
    align-items: center;
}
.student.card-footer .btn.btn-success {
        background: #ddc47b;
    border-color: transparent;
    padding: 3px 7px;
    height: 25px;
    color: #333;
    display: block;
    letter-spacing: unset;
    font-size: 12px;
    border-radius: 3px;
}
.parentnamespan {
    font-size: 11px;
}
h3.page-title {
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-update h1 {
    display: block !important;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 19px;
}
.card.form p + a.btn.btn-primary {
    padding: 5px 28px;
}
.card.form p + a.btn.btn-primary {
    padding: 5px 28px;
}

button.btn.btn-primary:active a {
    background: #2c3032;
    color: #fff !important;
    text-decoration: none;
    box-shadow: none !important;
}

button.btn.btn-primary:active {
    box-shadow: none;
}
.event-reg-form .panel.panel-primary {
    border: none;
}
.event__body_img {
    border: none;
    padding: 0;
	float:none;
}

.event__body_img img {
    width: 100%;
    height: auto;
}
input#dynamicmodel-firstname {
    width: 100% !important;
}
input#dynamicmodel-lastname {
    width: 100%;
}
input#dynamicmodel-email {
    width: 100%;
}
.student-detail .name + br + .label-primary {
    text-transform: capitalize;
}
.forms .parentnamespan {
    line-height: normal !important;
    display: inline-block;
    font-size: 12px;
    color: #555;
}
.forms .btn.btn-primary {
    background: #02acb5;
    border-color: #01abb5;
}
.profile-menu .nav > li > a:hover, .profile-menu .nav > li > a:focus {
    background: transparent;
}
.student-create.innerbox.event-reg-form {
    padding: 0px;
    max-width:450px;
}

.student-create.innerbox.event-reg-form .panel-body {
    padding: 0;
}

.student-create.innerbox.event-reg-form .form-group {
    margin: 18px 31px;
}

.student-create.innerbox.event-reg-form .card-header img    {
    width:100%;
	float:none;
}

.student-create.innerbox.event-reg-form .event__name {
    position: absolute;
    color: #fff;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    top: 0;
    z-index: 1;
    text-transform: capitalize;
}

.event-reg-form .card-header {
    position: relative;
}
.student-create.innerbox.event-reg-form{
	box-shadow: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    overflow: hidden;
}

.event-reg-form .card-header:after {content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background: rgba(0, 0, 0, 0.6);}
.start-end-dates {
    display: flex;
	flex-wrap: wrap;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 51px;
    left: 18px;
}
.start-end-dates p {
    margin-right: 11px;
}

.event-reg-form p.location {
    flex-basis: 100%;
    margin-top: 18px;
}
.student-create.innerbox.event-reg-form.public-form .form-group {
    margin: 0;
    margin-top: 19px;
}
.parent .parent-dashboard .event-cntnt-list .card {
    margin-right: 20px;
}
.parent-dashboard .row.event-cntnt-list {
    padding: 15px;
}
.card-body.school-info .col-md-10 {
    display: flex;
    flex-wrap: wrap;
}

.school-contact-details {
    display: flex;
    position: relative;
    left: 9px;
    top: -5px;
}
.school-info h3 {
    flex-basis: 100%;
    margin-bottom: 1px;
}
.price{
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 37px;
	min-height: 31px;
	position: relative;
	min-width: 110px;
	margin-top: 18px;
}

.price:before {
    content: "\ec30";
    font-family: shcoolinfor;
    background: #fff;
    color: #6670bc;
    /* display: inline-block; */
    width: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -3px;
}
.staff-view.innerbox h1 + p {
    margin-bottom: 10px;
}



/*Media Query Starts Here*/

@media screen and (max-width: 1206px){
	.content-area.parent-dashboard .card.event-card .card-header{
		width: 138px;
	}
	
	.content-area.parent-dashboard .card.event-card .card-header img {
		width: 138px;
	}
	
}



@media screen and (max-width: 1024px){
    .content-area.parent-dashboard .card.event-card .card-header{
		width: 150px;
	}
	.content-area.parent-dashboard .card.event-card .card-header img {
		width: 150px;
	}
	.login-box-left-column{
		display:none;
	}
	.desktop .sidebar-switch{
		pointer-events:none;
	}
	.content-area {
    	padding: 10px 15px;
 	}
	.app-name-cntnr .row .col-9
	{
		display:none;
	}
	.left-side
	{
		width:49px;
	}
	.menu-cntnr .count {
    	display: none;
	}

	.menu-cntnr .nav-link span
	 {
    	margin-right: 0px;
	}
	.menu-cntnr .nav-link em,
	.menu-cntnr .nav-pills em
	 {
    	display: none;
	}
	.logo-cntnr img
	 {
	    display: none;
	}
	
	.right-side
	{
		margin-left:49px;
	}
	
	.android.sidebar-expanded .left-side,
	.iphone.sidebar-expanded .left-side, 
	.ipad.sidebar-expanded .left-side  {
	    width: 235px;
	    position: fixed;
	    z-index: 1;
	}
	.android.sidebar-expanded .icon-menu1:before,
	.iphone.sidebar-expanded .icon-menu1:before,
	.ipad.sidebar-expanded .icon-menu1:before
	{
		content:"\e5cd";
	}
	.android.sidebar-expanded .app-name-cntnr .row .col-9,
	.iphone.sidebar-expanded .app-name-cntnr .row .col-9,
	.ipad.sidebar-expanded .app-name-cntnr .row .col-9 {
    	display: block;
	}
	.android.sidebar-expanded .logo-cntnr img,
	.iphone.sidebar-expanded .logo-cntnr img,
	.ipad.sidebar-expanded .logo-cntnr img {
    	display: block;
	}
	.android.sidebar-expanded .menu-cntnr .nav-link em,
	.iphone.sidebar-expanded .menu-cntnr .nav-link em,
	.ipad.sidebar-expanded .menu-cntnr .nav-link em {
    	display: inline;
	}
	.android.sidebar-expanded .menu-cntnr .nav-link span,
	.iphone.sidebar-expanded .menu-cntnr .nav-link span,
	.ipad.sidebar-expanded .menu-cntnr .nav-link span {
    	margin-right: 11px;
	}
	.android.sidebar-expanded .menu-cntnr .count, 
	.iphone.sidebar-expanded .menu-cntnr .count, 
	.ipad.sidebar-expanded .menu-cntnr .count 
	{
    	display: inline-block;
	}
	
}
@media screen and (max-width: 700px){
    .event-subscription .input-group {display: flex;justify-content: center;}

    .event-subscription .card .card-body ul > li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .event-subscription .subscriber-avatar + div {
        text-align: center;
    }
    
    .event-subscription .input-group a {
    }
    
    .event-subscription .input-group > div {
        width: 100%;
    }
    
    .event-subscription .input-group > div > div {
        display: flex;
    }
    
    .event-subscription .input-group > div > div > div {
        text-align: right;
        margin-right: 5px;
    }
    
    .event-subscription .input-group > div > div > div + div {
        text-align: left;
        margin-left: 5px;
    }
    
    
    .event-cntnt-list {
        padding: 15px;
    }
    .event-search-cntnr .form-control, .students-search-cntnr .form-control{
            min-width: 120px;
            width: 163px;
    }
    .Teachers tr td:first-child, .Camp tr td:first-child, .Events tr td:first-child, .Staff tr td:first-child {
        font-weight: bold;
        display: inline-block;
        background: #607D8B;
        width: 26px;
        border-radius: 5px;
        line-height: 9px;
        color: #fff;
        margin: 11px;
    }
    .Teachers thead, .Camp thead, .Events thead, .Staff thead{
        display:none;
    }
    .Teachers tbody tr, .Camp tbody tr, .Events tbody tr, .Staff tbody tr {
        display: flex;
        flex-direction: column;
    }
    
    .Teachers .table-bordered > tbody > tr > td, .Camp .table-bordered > tbody > tr > td, .Events .table-bordered > tbody > tr > td, .Staff .table-bordered > tbody > tr > td {
        border: 0px solid #ddd !important;
    }
    .Teachers tr, .Camp tr, .Events tr, .Staff tr {
        border-bottom: 1px solid #607D8B;
    }
    .grid-view {
        overflow-x: auto;
    }

    .grid-view table {
        /*min-width: 960px;*/
    }
    .right-side header .row .col-3:first-child {
        max-width: 75% !important;
    }
    
    .right-side header .row .col-3:first-child + .col-6 {
        display: none;
    }
    
    .right-side header .row {
        display: flex;
        justify-content: space-between;
    }
    
    .right-side header .row:before, .right-side header .row:after {
        display: none;
    }
    .sidebar-expanded .menu-cntnr .nav-pills em {
        display: inline-block;
    }
    
    .student-create.innerbox, .student-update.innerbox, .staff-create.innerbox, .staff-update.innerbox, .form-create.innerbox, .form-update, .events-form, .studentparent-form{
        padding:20px;
    }
    .right-side .innerbox{
        padding: 10px 0;
    }
    .right-side .staff-create.innerbox {
        padding: 10px 10px;
    }
	.login-box {
		padding: 10px 19px;
		margin: 0 10px;
		border-radius: 5px;
	}
	.event-list-cntnr .col-auto{
		padding-left:0;
		padding-right:0;
	}
	.client-logo-cntnr{
		display:none;
	}
	.content-area {
    	padding: 10px 0px;
    	padding-bottom:20px;
   	}
   	.dashboard-card {
    	min-width: 290px;
    }
}

.student-form .input-group-btn {
     width: 118px;
}

.fade:not(.show) {
   opacity:1;
}
.modal-backdrop {
   background-color: #00000096;
}
.modal.in .modal-dialog {
   -webkit-transform: none;
   transform: none;
}

.events-form input[type=date], .events-form input[type=time] {
   padding: 4px;
   min-height: 35px;
}
