﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 45px;
    padding-right: 45px;
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0 50px 0 50px;
    }
}*/


/***************************************
				HEADER
***************************************/

.dropdown-menu {
	background-color: white;
}
.dropdown-menu > li > a {
	color: #337ab7;
	padding: 15px;
}
.dropdown-menu > li > a:hover {
	color: #337ab7;
	background-color: #CCCCCC;
}
.main-nav {
	border-bottom: thin solid #CCCCCC;
	border-radius: 0;
}
/***************************************
			SELECTION CRITERIA
***************************************/


/*.row {
	margin: 0 15px 0 0;
}*/
.col-right .panel-primary {
	background-color: #337ab7;
	color: white;
	padding: 5px 15px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.col-right .panel-primary a {
	color: white;
	background-color: #2B6699;
	border-radius: 5px;
	margin: 5px;
}
.col-right .panel-primary .nav > li > a:hover {
	background-color: white;
	color: #2B6699;
	border-radius: 5px;
}
.col-right .panel-primary .nav > li > a:focus {
	background-color: transparent;
	color: white;
}
/*.col-right .panel-primary .nav > li:last-child a,
.col-right .panel-primary .nav > li:last-child > a:hover,
.col-right .panel-primary .nav > li:last-child > a:focus {
	background-color: transparent;
	color: white;
}*/
.col-right .panel-body {
	margin-top: 5px;
	padding: 0;
}
.col-right .btn-group {
	width: 100%;
	border: thin solid #31b0d5;
	border-radius: 5px;
}
.col-right .btn-group .btn {
	border: thin solid #31b0d5;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
	border-bottom: 0;
	background-color: white;
	color: #31b0d5;
}
.col-right .btn-group .btn:hover {
	background-color: #31b0df;
	color: white;
}
.col-right .btn-group .btn:last-child {
	border-bottom-right-radius: 0;
}
.col-right .btn-group .btn:first-child {
	border-left: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.col-right .btn {
	font-size: 90%;
}
.scheduler .selections {
	margin-top: 25px;
	height: 340px;
	overflow: auto;
	border: thin solid #CCCCCC;
}
.scheduler .selections .table {
	border-collapse: initial;
}
.scheduler .selections .table label {
	width: 100%;
}
.scheduler .form-group {
	margin-top: 25px;
}
.scheduler .dates {
	margin-bottom: 20px;
}

/***************************************
				OUTPUT TABLE
***************************************/

.output-table {
	margin-top: 50px;
	margin-bottom: 50px;
	border: thin solid #CCC;
	padding: 25px 0;
}
.output-search {
	margin: 25px;
}
