/* ------------------------------------------------------ */
/* General Interface                                      */
/* ------------------------------------------------------ */
body {
	background-color: #F6F6F6;
}
.footer-container {
	text-align: center;
	background: #061D25;
	color: #FFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFF;
}
#helper-text {
	text-align: center;
	margin-bottom: 10px;
}
.first-button {
	margin-top: 25px;
}
#nav-logo {
	float: left;
	height: 30px;
}
.helper-text {
	position: absolute;
	font-size: 12px;
	margin-top: 7px;
	padding: 3px 5px 0px 5px;
	color: #666;
	cursor: pointer;
}
#logo-header, #dept-header {
	float: left;
	margin-left: 7px;
}
/* ------------------------------------------------------ */
/* Arrows                                                 */
/* ------------------------------------------------------ */
.arrow-order-container button {
	clear: both;
}
.arrow {
	border: solid #FFF;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
}
.arrow-up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.arrow-down {
	margin-bottom: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.arrow-order-container {
	float: left;
	width: 10px;
	margin: 45px 0px 0px 7px;
}
.btn-order {
	margin-left: 0px !important;
	padding-right: 18px;
	width: 10px !important;
}
/* ------------------------------------------------------ */
/* Bootstrap overrides                                    */
/* ------------------------------------------------------ */
.clean-navbar.fixed-top+.page {
	padding-bottom: 100px;
}
.main-content-container {

}
.main-header {
	padding-top: 30px !important;
	margin-bottom: 0px !important;
}
.main-header h2 {
	margin-bottom: 10px !important;
	font-size: 26px;
}
.dropdown-divider {
	max-width: 400px;
	margin: .5rem auto;
	border-bottom: 1px solid #CCC;
}
/* ------------------------------------------------------ */
/* Form content                                           */
/* ------------------------------------------------------ */
.general-form {
	max-width: 400px;
	padding-top: 10px;
	margin: 0 auto !important;
	float: none !important;
}
/* ------------------------------------------------------ */
/* Tabbed content                                         */
/* ------------------------------------------------------ */
#tab-container {
	max-width: 415px;
	padding-top: 10px;
	margin: 0 auto !important;
	float: none !important;
}
#tab-container .nav-tabs {
	font-size: 12px;
}
#tab-container th {
	font-size: 13px;
	min-width: 80px;
}
#tab-container td {	
	font-size: 16px;
	min-width: 80px;
}
.tab_row {
	cursor: pointer;
}
.row-ccc{
	background-color: #CCC;
}
.row-999{
	background-color: #999;
}
.nav-tabs .nav-link {
	padding: .5rem
}
.table th {
	padding: .5rem
}
.table td {
	padding: .5rem;
}
/* ------------------------------------------------------ */
/* Sticky nav bar                                         */
/* ------------------------------------------------------ */
#sticky-nav-container {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	background: #061D25;
	text-align: center;
	z-index: 1000;
}
#sticky-nav {
	display: inline-block;
}
.action-nav {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.action-nav div {
	float: left;
}
.action-img, .action-img img {
	width: 40px;
}
.action-header {
	color: #FFF;
	margin-top: 5px;
	font-size: 12px;
}
.action-header.header-short {
	display: none;
}
/* ------------------------------------------------------ */
/* Fix for samll screen                                   */
/* ------------------------------------------------------ */
@media only screen and (max-width: 560px) {
	#logo-header {
		display: none;
	}	
}
/* ------------------------------------------------------ */
/* Fix for mobile                                          */
/* ------------------------------------------------------ */
@media only screen and (max-width: 450px) {
	.clean-navbar.fixed-top+.page {
		padding-top: 58px;
	}
	#dept-header {
		font-size: 20px;
	}
	.arrow-order-container {
		margin-left: 5px;
	}	
	.btn-order {
		padding-right: 15px;
	    padding-left: 8px;
	}
}
/* ------------------------------------------------------ */
/* Fix for OS 10                                          */
/* ------------------------------------------------------ */
@media only screen and (max-width: 412px) {
	#dept-header {
		font-size: 18px;
	}
	.arrow-order-container {
		margin-left: 15px;
	}		
}