html, body {
  height: 100%;
}

body.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.navbar-toggle .icon-bar {
	background:  #000000;
}

.passwordAlert
{
	text-align: center;	
}

.divCenter
{

	margin-left: auto;
	margin-right: auto;
}

#content-main
{
	background-color: #25266A;
	/* background-image: url(/img/BGDefault.jpg);  */
	background-size: cover;
  	min-height: calc(100vh - 85px);
	/*padding-bottom: 35px;*/
}

#content-main-kraig
{
	background-image: none;
	background: linear-gradient(rgba(39,37,120,0.5), rgba(39,37,120,0.5)) , url(/img/BGKraig.jpg) center center;
	background-size: cover;
  	min-height: calc(100vh - 85px);

}

.navbar {
	background-color: #ffffff;
	border-bottom: 1px solid #252569;
}

ul.navbar-nav li a {
	color: #000000;
}

.navbar-brand
{
	padding: 0px;
	padding-right: 15px;
}

#PageFooter
{
	display: table;
	width: 100%;
	/*background-color: #000000;*/
	background-image: url(/img/textured-blue-bg-800.jpg);
	padding: 0px 15px;
  	position: relative;
  	/*margin-top: -35px; /* negative value of footer height */
  	clear:both;
}

.logo-ssl
{
	text-align: right;
	display: block;
	position: relative;
}

.footer
{
	background-color: transparent;
	height: 35px;
	line-height: 30px;
}

.form-signin {
    max-width: 630px;
    margin: 0 auto;
}

.login-logo
{
    float: left;
}

.login-form
{
    /* float: left; */
	margin: 0 auto;
    max-width: 350px;
    color: #ffffff;
}

.login-form a, .login-form a:visited, .login-form a:active {
	color: #ffffff !important;
}

.panel-signin-div {
	border: none;
	margin-top: 100px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/img/textured-blue-bg-short.jpg);
}

@media (min-width: 768px)
{
.modal-dialog
{
	width: 80%;
}

.panel-signin
{
	height: 400px;
}
.form-signin {
	position: relative;
	top: 50%;
	margin-top: -180px;
}
}


@media (max-width: 768px)
{

.login-logo
{
    display: none;
}

.login-form
{
    float: none;
    margin: 0 auto;
}

}


#headline
{
	margin-bottom: 25px;
}

.headline-fixed {
	position: fixed; 
	top: 50px; 
	left: 0; 
	right: 0; 
	z-index: 1020;
}

.div-page-footer{
	top: 100%;
	left: 0px;
  	/*height: 100px;*/
	width: 100%;
	z-index: 1030;
	background-color: #ffffff;
}

@media (min-width: 768px)
{
	.div-page-footer-add-child .btn-3rd {
		width: 32%;
	}
}

@media (min-width: 992px)
{
	.div-page-footer-add-child .btn-3rd {
		width: 33%;
	}
}

.div-page-footer input, .div-page-footer a
{
	width: 100%;
	margin-top: 5px;
}

a.btn
{
	color: #000000 !important;
}

@media (max-width: 768px)
{

.main-content
{
	padding-top: 58px;
}

#headline
{
	margin-bottom: 0px;
	position: fixed;
	top: 51px;
	width: 100%;
	z-index: 1020;
}

#content-main .container
{
	margin-top: 5px;
	padding-bottom: 150px;
}

.div-page-footer{
	border-top: 2px solid #337ab7;
  	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	/*margin-top: -120px;
  	height: 120px;*/
	width: 100%;
	z-index: 1030;
	background-color: #ffffff;
	text-align: center;
}
.div-page-footer-1{
	border-top: 2px solid #337ab7;
  	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	/*margin-top: -40px;*/
  	height: 40px;
	width: 100%;
	z-index: 1030;
	background-color: #ffffff;
	text-align: center;
}
.div-page-footer-2{
	border-top: 2px solid #337ab7;
  	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	/*margin-top: -80px;*/
  	height: 80px;
	width: 100%;
	z-index: 1030;
	background-color: #ffffff;
	text-align: center;
}
}

#form-student-lookup
{
	max-width: 400px;
}

#div-family
{
	max-width: 400px;
}


.div-student
{
	color: #006599;
    	padding: 10px;
    	background-color: #e3e4ea;
    	max-width: 400px;
	height: 100px;
    	border: solid 2px #99cdff;

}

.homepage-student-name
{
	font-size: 25px;
}

@media (max-width: 480px)
{
	.homepage-student-name
	{
		font-size: 19px;
	}
}

.btn-full
{
	width: 100%;
}

.schoolTab>li, .schoolTab>li>a
{
	width: 20px;
	font-size: 12px;
	padding: 10px 0px 0px 5px;
}
@media (max-width: 768px)
{
	.schoolTab>li, .schoolTab>li>a
	{
		width: 18px;
		font-size: 9px;
		padding: 10px 0px 0px 4px;
	}
}

.divLookUpEvent
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.divLookUpEventName
{
	font-size: 26px;
	font-weight: bold;
}


#btnPrev, #btnNext
{
	color: #000000;
}

@media (max-width: 768px)
{
	#btnPrev 
	{
		float: left;
		margin-left: 20px;
	}
	#btnNext
	{
		float: right;
		margin-right: 20px;
	}
}

.input_event
{
	font-size: 10px;
	height: 17px;
    padding: 3px 6px;
    width: 50%;
}

.label_event
{
	padding: 0px !important;
	font-size: 10px;
}


@media (max-width: 768px)
{
	.input_event
	{
		width: 100%;
	}
}

.pointer {
  cursor: pointer;
}

@media (max-width: 991px)
{
	#divClassMap
	{
		/*display: none;*/
		width: 100%;
	}
}

@media (min-width: 991px)
{
	.saleItemBox
	{
		height: 100px;
		min-height: 140px;
		margin-bottom: 30px;
	}
}

.saleItemBoxOption
{
	padding-left: 25%;
}

.saleItemCheckboxLeft 
{
	height: 100%;
	width: 25%;
}

.saleItemCheckboxRight
{
	height: 100%;
	width: 75%;
	white-space: normal;
}

.saleItemDropdown
{
	max-width: 100%;
}

.spectatorTextBox, .regStudentTextBox
{
	display: inline-block;
	width: auto;
}

.regStudentLabel
{
	width: 100px;
}

.spectatorLabel
{
	width: 100px;
}

.label-primary .badge
{
	background-color: #ffffff;
	color: #337AB7;
	float:left;

}

.label-default .badge
{
	background-color: #ffffff;
	color: #777777;
	float:left;
}

.label-warning .badge
{
	background-color: #ffffff;
	color: #EAAC44;
	float:left;
}

.label-success .badge
{
	background-color: #ffffff;
	color: #67B857;
	float:left;
}

.rosterDiv
{
	min-width: 150px;
	float: left;
	margin: 0px 5px 5px 0px
}

.rosterDiv .label-primary, .rosterDiv .label-default, .rosterDiv .label-warning, .rosterDiv .label-success
{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	width: 100%;
	text-align: right;
}

.rosterVideoLink {
	color: #fff;
	text-decoration: underline;
}

.rosterVideoLink:hover, .rosterVideoLink:visited, .rosterVideoLink:active {
	color: #fff;
}

.rosterStat
{
	text-align: center;
	padding-top:10px;
}

.btn-default .badge
{
	background-color: #337AB7;
}

.badge-left-float
{
	position: absolute !important;
	left: 3px !important;
	top: 6px !important;

}

.btn-home-student
{
	/*width: 120px;*/
	background-color: #f7dd25;
	background-image: none;
}

.nav .open > #headerAccountBtn, .nav .open > #headerAccountBtn:focus, .nav .open > #headerAccountBtn:hover
{
	color: #000000 !important;
}


.ticketBarcode
{
    height: 70px;
}

@media (max-width: 321px)
{
    .ticketBarcode
    {
        height: 140px;
    }

}

.divHomeStudentList
{
    padding-top: 15px;
}

.clearfix:after{
    /*content: ".";*/
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*.clearfix
{
    display: inline-block;
}*/

.wait-spinner
{
    background: url(/img/map/loader.gif);
    height:101px;
    width:101px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: none;
    z-index: 1100;
}


    .classListDiv {
        float: right;
        width: 320px;
        height: 500px;
        overflow: auto;
        margin-left: 10px;
        margin-top: 5px;
        margin-right: 55px;
    }

.classDivHightlight
{
	color: #ffffff;
    padding: 10px;
    background-color: #99cdff !important;
    width: 295px;
    height: 140px;
    border: solid 2px #99cdff;
    float: left;
}

.classDiv
{
	color: #006599;
    padding: 10px;
    background-color: #e3e4ea;
    width: 295px;
    /*height: 140px;*/
    border: solid 2px #99cdff;
    float: left;

}

.divClassMapContainer
{
    width: 993px;
}

#myMap
{
    position:relative; 
    width:600px; 
    height:500px; 
    left:5px; 
    top:5px;
}

@media (max-width: 991px)
{
    .classDiv, .classDivHightlight, .classListDiv, .divClassMapContainer
    {
        width: 100% !important;
        float: none;
        margin: 0px;
        height: auto;
    }


    #myMap
    {
        position:relative; 
        width:100%; 
        height:500px; 
        left:0px; 
        top:5px;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal-weekly
{
	max-width: 700px;
}

.label-split {
	background-color: #0ACCE6;
}
.ng-submitted .ng-invalid-required {
    border-color: red;
}

.dropdown-menu>li.student-list-remove>a{
	background-color: red;
}
.dropdown-menu>li.student-list-remove>a:hover, .dropdown-menu>li.student-list-remove>a:focus {
	background-color: pink !important;
	background-image:none !important;
	color: black;
}
.dropdown-menu>li.student-list-remove>a {
	color: white;
}