/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


/*** Bootstrap / Vanilla Overrides ***/

body {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
}

.navbar {
	border: none;
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-nav >li >a {
	color: #545454;
}

.navbar-default .navbar-brand {
	color: #545454;
	font-size: 24px;
	font-weight: 300;
}

.navbar-header {
	float: none;
}

.logo-container > img {
	margin-top: 20px;
	padding: 0;
}

.progress {
	background-color: #6ebf9e;
}

.progress-bar {
	background-color: #007261;
}

#surveys-list-container {
	margin-bottom: 100px;
}


/*** Survey ***/

.group-title {
	margin-bottom: 1em;
}

.asterisk {
	display: none;
}

.question-container {
	border: 1px solid #CCEAFC;
	background-color: #fff;
}

.question-title-container,
.question-valid-container {
	background-color: #CCEAFC;
	padding-bottom: 1em;
}

.text-info {
	color: #012956 !important;
	font-weight: bold;
}

.question-valid-container {
	margin-bottom: 1em;
}

.answer-container table {
	margin-bottom: 15px;
}

.answer-container .table>:not(:first-child) {
	border-top: none;
}

.answer-container tr {
	border-color: rgb(222, 226, 230);
}

.ls-answers .ls-heading th {
	font-weight: 400;
}


/*** BAH Buttons ***/

#navigator-container {
	margin: 0 -45px;
}

.button {
	display: inline-block;
	background: #012956;
	padding: 10px 30px 9px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin: 5px 0 10px;
	border: none;
	border-radius: 0;
}
.button:hover {
    background: #34C9F6;
    color: #fff;
}
    
.btn-primary {
	background-color: #007261;
	border-color: #007261;
}
.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #6ebf9e !important;
	border-color: #6ebf9e !important;
}


/*** BAH Footer ***/

#footer {
	color: #fff;
	margin-top: 30px;
}

#footer .darkBlue {
	background: #012956;
	padding: 40px 0;
}

#footer .bgMint {
	background: #34C9F6;
}

#footer .logo {
	max-height: 90px;
	margin-bottom: 48px;
}

#footer a {
	color: #fff;
}
#footer a:hover,
#footer a:focus {
	color: #34C9F6;
}

#footer .darkBlue a:hover,
#footer .darkBlue a:focus {
	text-decoration: none;
}

#footer a.button {
	background-color: #fff;
	padding: 10px 0;
	font-size: 16px;
	color: #34C9F6;
	width: 90%;
	text-align: center;
	font-size: 119%;
}
#footer a.button:hover {
	background-color: #34C9F6;
	color: #fff !important;
}

#footer h3 {
	font-size: 22px;
	margin: 0 0 12px;
}

#footer ul {
	margin: 15px 0 15px;
	padding: 0;
	float: right;
}

#footer p {
	font-size: 16px;
}

#footer ul li {
	float: left;
	list-style: none;
	font-size: 16px
}

#footer ul li a {
	padding: 0 10px
}

#footer ul li a:hover {
	color: #f5f5f5 !important;
}


/*** Media Queries ***/

@media only screen and (max-width: 992px) {
	.navbar-default .navbar-brand {
		text-align: left;
		font-size: 18px;
		padding: 8px 0 0 14px;
		float: none;
		clear: both;
		min-height: 30px;
	}

	.navbar-default .logo {
		float: none;
	}
}
@media only screen and (max-width: 768px) {
	.navbar-default .navbar-header {
		padding-left: 30px;
	}
	
	.navbar-default .logo,
	#footer .logo {
		width: 180px;
	}
	
	.navbar-default .navbar-brand {
		font-size: 12px;
		padding: 8px 0 0 8px;
	}

	#footer .border {
		border-top: 1px solid #9A9A9A;
		margin-top: 25px;
		padding-top: 5px
	}
}
