body {
	background: url("../images/srp-site-bg2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
h1, h2{text-align: center}

.navbar-default{
	width: 54% !important;
	margin-left: 16% !important;
	margin-right: 29% !important;
}
#navbar ul{
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.navbar {
    border-radius: 0px 0px 6px 6px;
}
.row{
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

#bg-header-container {
	background: url("../images/srp-site-head3.jpg") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	position: fixed;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 500;
}

@media (min-width: 1200px){
	.container-margin-top{
		margin-top: 125px !important;
	}
	#bg-header-container {
		height: 136px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.container-margin-top{
		margin-top: 108px !important;
	}
	#bg-header-container {
		height: 120px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container-margin-top{
		margin-top: 88px !important;
	}
	#bg-header-container {
		height: 100px;
	}
	#db-btn-group label.btn, #results-btn-group label.btn, #results-more-options-row button, #db-more-options-row  .dropdown{
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

@media (min-width: 480px) and (max-width: 767px){
	.container-margin-top{
		margin-top: 66px !important;
	}
	#bg-header-container {
		height: 78px;
	}
	#results-header{
		font-size: 1.7em;
		font-weight: bold;
	}
	#db-btn-group label.btn, #results-btn-group label.btn, #results-more-options-row button, #db-more-options-row  .dropdown{
		margin-top: 3px;
		margin-bottom: 3px;
	}
}
@media (max-width: 479px){
	.container-margin-top{
		margin-top: 42px !important;
	}
	#bg-header-container {
		height: 48px;
	}
	#results-header{
		font-size: 1.5em;
		font-weight: bold;
	}
	#db-btn-group label.btn, #results-btn-group label.btn, #results-more-options-row button, #db-more-options-row  .dropdown{
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

@media (max-width: 991px){ 
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.collapse.in{
	    display:block !important;
	}		
}

.equal-height{
	margin-top: 12px;
	margin-bottom: 12px;
	height: 330px;
}

@media (max-width: 479px){
	.equal-height{
		margin-top: 12px;
		margin-bottom: 12px;
		height: 420px;
	} 
}

@media print {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	    float: left;
	}
	.col-md-12 {
	    width: 100%;
	}
	.col-md-11 {
	    width: 91.66666666666666%;
	}
	.col-md-10 {
	    width: 83.33333333333334%;
	}
	.col-md-9 {
	    width: 75%;
	}
	.col-md-8 {
	    width: 66.66666666666666%;
	}
	.col-md-7 {
	    width: 58.333333333333336%;
	}
	.col-md-6 {
	    width: 50%;
	}
	.col-md-5 {
	    width: 41.66666666666667%;
	}
	.col-md-4 {
	    width: 33.33333333333333%;
	}
	.col-md-3 {
	    width: 25%;
	}
	.col-md-2 {
	    width: 16.666666666666664%;
	}
	.col-md-1 {
	    width: 8.333333333333332%;
	}
	.non-printable{
		display: none;
	}


	.printable #my-legends ul li, #print-centered-table{
		-webkit-print-color-adjust: exact!important;
	}

	.print-full-width{
		width: 100%;
	}

	#print-centered-table{
		margin: 0 auto!important;
	}

	#print-centered-p{
		text-align: center!important;
	}
}

#past-ses {
    -moz-appearance:textfield;
}

#past-ses::-webkit-outer-spin-button,
#past-ses::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#form1, #form2, #form3, .white-bg{
	background-color: white;
	padding: 20px;
}

/*#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .5s ease;
    z-index: 1000;
    display:none;
} */

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 99999999999;
	display:none;
}

.spinner {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

#process-bar-container {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 75%;
	left: 50%;
	margin-left: -100px;
	margin-top: -40px;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
	background-color: #fff;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}


#studentclass label.active, #studentarm label.active, #studentclass-edit label.active, #studentarm-edit label.active, #subject-cat label.active
, #subject-cat-edit label.active, #gen-map-class label.active, #gen-map-class-edit label.active,
.studentclass-bulk label.active, .studentarm-bulk label.active, .studentclass-edit-bulk label.active, .studentarm-edit-bulk label.active{
	background-color: #0000BB;
	color: #FFFFFF;
}

.special-button{
	width: 80px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 18px;
}
.text-red{
	font-size: 1.3em;
	color: red;
}
#gen-map-subjects-edit.list-group li{
	border-radius: 15px !important;
	text-align: center;
}
#gen-map-subjects-edit.list-group li.active{
	background-color: #00aabb !important; 
	color: #FFFFFF;
	border: 2px solid #444444;
}
#gen-map-subjects-edit.list-group li:hover{
	background-color: #CCC !important;
}
#gen-map-subjects-edit.list-group li.active:hover{
	border: 3px solid #ffffff; 
	background-color: #00ccbb !important;
}

.rotated_90{


-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
transform: rotate(-90deg);
vertical-align: middle!important;

}

.nav > li > a {
    padding: 13px 10px !important;
}

.srp-features-row div table tbody tr > :first-child{
	font-weight: bold;
}



.rotate_90_tr{
	height: 200px;
}

th.rotated_90_modal{
	height: 180px;
	white-space: nowrap;
	padding: 0 !important;
}

th.rotated_90_modal > div {
	transform:	translate(13px, 0px)	rotate(270deg);
	width: 30px;
}

th.rotated_90_modal > div > span {
	padding: 5px 10px;
}

#results-row-other div.alert p, #results-row-other div.alert h3 u{
	white-space: pre-wrap;      /* CSS3 */   
	white-space: -moz-pre-wrap; /* Firefox */    
	white-space: -pre-wrap;     /* Opera <7 */   
	white-space: -o-pre-wrap;   /* Opera 7 */    
	word-wrap: break-word;
}

.horizontal-scroll-div{
	width: 100%;
	overflow-x: scroll;
}

/*Copy this section for Sch Fees CSS */
#sub-access-dropdown-ul, #cls-access-dropdown-ul, #sub-access-dropdown-ul-update, #cls-access-dropdown-ul-update, 
#select-sch-fees-item-dropdown-ul, #select-map-sch-fees-dropdown-ul{
	height: 170px;
	overflow-y: scroll;
	background-color: #777;
}

.min-width-div{
	min-width: 850px!important;
	overflow-x: scroll;
}

/*End Sch Fees CSS */



.li-wrap-content, .li-wrap-content-update{
	min-height: 44px;
}
.li-wrap-content a, .li-wrap-content-update a{
	white-space: pre-wrap!important; /* CSS3 */    
	white-space: -moz-pre-wrap!important; /* Mozilla, since 1999 */
	white-space: -pre-wrap!important; /* Opera 4-6 */    
	white-space: -o-pre-wrap!important; /* Opera 7 */    
	word-wrap: break-word!important; /* Internet Explorer 5.5+ */
	font-size: 11px;
	font-weight: bold!important;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	min-height: 42px!important;
}

.removable-a{
	white-space: pre-wrap!important; /* CSS3 */    
	white-space: -moz-pre-wrap!important; /* Mozilla, since 1999 */
	white-space: -pre-wrap!important; /* Opera 4-6 */    
	white-space: -o-pre-wrap!important; /* Opera 7 */    
	word-wrap: break-word!important; /* Internet Explorer 5.5+ */
	font-size: 13px;
	font-weight: bold!important;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	min-height: 50px!important;
}

.searchableInputField {
	background: url("../images/searchicon2.png");
	background-position: 10px 12px;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 14px;
	-moz-background-size: 20px 14px;
	-o-background-size: 20px 14px;
	background-size: 20px 14px;
	font-size: 16px;
	padding: 8px 12px 8px 40px;
	min-height: 36px;
}