@charset "utf-8";
/* CSS Document */

/* HEADER Start */
.headerpic {
  background: url(../images/barAdmissions2.jpg) no-repeat 0 0;
  height: 120px;
}


.top-buffer 
{ 
	margin-top:10px; 
	
}

.link{
	font-size:22px; 
}

.buttonPad{
	margin-right:20px;
}

label1 {
    color: black;
    text-align: left;
    width: 100%;
    white-space: normal;
}

.padTop{
	margin-top:20px;
}

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}

/* Color of valid field */
.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: #3c763d;
}

.responsive-image {
	height: auto;
	width: auto;	
}

/* LOGIN Panel */
.loginpanel {
   	position:relative;
   	 padding: 10px 10px;
  }
  
/*.loginpanel {*/
	/*background-color: #FFFFFF;*/
  	/*height: 130px;*/
  	/*position: relative;*/
	/*width: 33%;*/
	
/*}*/



.loginpanel > form > .form-group {
	margin-bottom: 8px;
}

.loginpanel > form > .input-group {
	margin-bottom: 8px;
}
 .btn-success, .btn-primary {
  color: #ffffff;
  background-color: #31305A;
  border-color: #000000;
}
  
.btn-success:hover, .btn-primary:hover,
.btn-success:focus, .btn-primary:focus,
.btn-success:active, .btn-primary:active,
.btn-success.active, .btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #31305A;
  border-color: #000000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;;
  background-color: #31305A;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #31305A;
}


/* text color for navbar without hover */
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	background-color: #31305A;
}

/* text and background colors for navbar on hover */
.navbar-default .navbar-nav > li > a:hover {
	color: #31305A;
	background-color: #C0C0C0;
	
}
/* text and background color for navigation without hover */
.navbar-default .navbar-brand {
	color: #FFFFFF;
	background-color: #31305A;
}

.navbar .navbar-default .navbar-header .navbar-brand > a:hover {
	color: #FFFFFF;	
}

.navbar-collapse {
	background-color: #31305A;
}

.navbar-default .navbar-brand:hover {
	color: #FFFFFF;
}

.nav .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.nav a:hover .caret {
  border-top-color: #31305A;
  border-bottom-color: #31305A;
}

.nav-search {
	width:230px;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5 ease;
	-moz-transition: all 0.5 ease;
	-o-transition: all 0.5 ease;
	transition: all 0.5 ease;
}

#wrapper.toggled {
	padding-left: 250px;
}

.dropdown-links {
	color: white !important;
	text-decoration: none;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	width: 250px;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	background: #31305A;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ffffff;
}



#page-content-wrapper {
	width: 100%;
	position: absolute;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}

.sideNav-nav {
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #31305A;
}

.sideNav-nav li {
	line-height: 40px;
	color:#ffffff;
}

.sideNav-nav li a {
	display: block;
	text-decoration:none;
	color:#ffffff;
}

.sideNav-nav li a:hover {
	text-decoration:none;
	color:#31305A;
	background: #C0C0C0;
}

.sideNav-nav li a:active,
.sideNav-nav li a:focus {
	text-decoration:none;
}

.sideNav> .sideNav-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sideNav> .sideNav-brand a {
	color:#31305A;
}

.sideNav> .sidebar-brand a:hover {
	color:#31305A;
}

@media(min-width:768px) {
	
	#wrapper {
		padding-left:250px;
	}
	
	#wrapper.toggled {
		padding-left:0;
	}
	
	#sidebar-wrapper {
		width:250px
	}
	
	#wrapper.toggled #sidebar-wrapper {
		width:0;
	}
	
	#page-content-wrapper {
		padding: 20px;	
		padding-bottom: 20px;
	}
	
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}

#sideNav-nav {
	background:#31305A;
}
	
#stickyButtons {
	position:fixed;
	bottom:200px;
	right:5px;	
}

.hideOnPrint { display:block;
}

.hideOnScreen { display:none;
}

@media all {
	.page-break { display:none; }
}

@media print {
	.visible-print {
    display: block !important;
  }
}

.HideDiv{
	display: none;
	background-color:#31305A;
}

.dropdown-nav-items {
	background-color: #31305A;
}

.dropdown-nav-items > a{
	color: #FFFFFF;

}

.submenu ul {
	padding-top: 0;
	padding-bottom: 0;
}

.submenu ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	background-color: #31305A;
}

.submenu ul > li > a:hover {
	text-decoration:none;
	color:#31305A;
	background: #C0C0C0;
}
	
.submenu:hover .dropdown-menu {
    display: block;
}

.announcement-header {
    font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
    font-size: 27pt;
	color: #806000;
}
.announcement-sub-header {
    font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
    font-size: 22.5pt;
	color: #000000;
}
.announcement-sub-header-2 {
    font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
    font-size: 14pt;
	color: #000000;
}
.announcement-sub-header-3 {
    font-family: 'Helvetica', 'Arial', sans-serif;
	text-align: center;
    font-size: 26pt;
	color: #000000;
}
.announcement-sub-header-4 {
    font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
    font-size: 20pt;
	text-align: center;
	font-style: italic;
	color: #000000;
}

.contact-us-note {
    font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.bar-admin-table-header {
    font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
    font-size: 10pt;
	color: white;
	background-color: #002060;
}

.bar-admin-table-content {
    font-family: 'Helvetica', 'Arial', sans-serif;
	text-align: center;
    font-size: 10pt;
}

.bar-admin-table-content > td {
	height: 45px;
}

ol.bar-list > li { 
	list-style: none; 
	margin: 10px 0 10px 0;
}

ol.faq-list > * > li { 
	list-style: none; 
	margin: 10px 0 10px 0;
}

.faq-question {
	color: #4472C4 !important;
}

ol.faq-list > ul { 
	margin: 10px 0 25px 0;
}
.underline {
	text-decoration: underline;
}
.address-line {
	text-indent: 20px; 
}

.limited-cert-sub-head {
    font-family: 'Helvetica', 'Arial', sans-serif;
	text-align: left;
    font-size: 18pt;
	font-weight: bold;
}

blockquote > * > a {
   color: #0000FF !important;
}

blockquote > a {
   color: #0000FF !important;
}

.bar-admissions-link {
	color: #0000FF;
}
