/* SPS Parent Portal CSS */
 
body {
    padding-bottom: 20px;
    background-color: #f0f0f0;    
}
a.underline {text-decoration: underline}
a.hover-underline: hover {text-decoration: underline}

.container, .row { margin:0 !important; padding:0 !important; }
nav {margin:0 !important; padding:0 !important}
main {margin-top:0;background-color:#ffffff;padding: 0 0 15px 0 }
footer {background-color:#004890; padding:15px; font-size:9pt; color:#ffffff;}
footer a {color:#ffffff}
footer a:hover{ color:#ffffff; text-decoration:underline}

.feedback-alert {
    background-color: #FFDDAB;
    background-image: url("../../img/icon-error.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    border: 1px solid #DBBE95;
    width: 270px;
    padding: 2px 4px 2px 30px;
    margin-top: 15px;
    border-radius: 4px;
}
.navbar {
    background-color: #004890;
}

div #navbar-label {
	float: right!important;
	color: white !important;
	text-align: right !important;
	font-weight: bold !important;
	font-size: 24pt !important;
}

a {
    color: #2e6ca2;
    text-decoration: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #275c8a;
  border-color: #204c72;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #173753;
  border-color: #10273b;
}
 

a:hover,
a:focus {
  color: #204c72;
   text-decoration: underline;
} 

.navbar:visited {
    color: #fff;
}

h1 {
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 0 !important;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-size: 1.10em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

h5 {
    font-size: .83em;
    font-weight: bold;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 250px;
}

.navbar-brand, .navbar-brand:visited {
    color: #fff !important;
}

.assessment-description {
    margin-bottom: 2em;
}

* {
    border-radius: 0 !important;
}

.white {
    color: white !important;
}

#navbar .dropdown-toggle {
    color: white;
    background-color: #004890 !important;
}
 
li.menu-item:hover {
    background-color: #005FBF;
}

button.navbar-toggle, button.navbar-toggle.collapsed {
    background-color: #004890 !important;
}


button.navbar-toggle:hover, button.navbar-toggle.collapsed:hover {
    background-color: #005FBF !important;
}

.offscreen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

 
 
 