/* Shared custom stylesheet for Genie Used Equipment */

/* ************************************************************************* */
/* Genie blue #0066CC */
.genie-blue {
	color: #0066CC;
}
.genie-blue-background {
	background-color: #0066cc;
}

/* ************************************************************************* */
/* HTML body */
body {
	font-family: 'Roboto Condensed', sans-serif !important;	
	/* Margin bottom by footer height */
	/*margin-bottom: 160px !important;*/
	margin-bottom: 130px !important;
}
.centered {
	display: flex;
	align-items: center;
	justify-content: center
}

/* ************************************************************************* */
/* Navigation header */
#header {
    border-radius: 0px;
}
#header .navbar-header, 
#header .navbar-fixed-top {
    min-height: 70px;
}
#navbar .navbar-nav > li > a {
    line-height: 40px; /* navbar height minus 30px for padding-top and padding-bottom */
}
#navbar .navbar-nav>li>a,
#navbar .navbar-nav>li>a:hover,
#navbar .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #0066cc;
}
#genie-nav .navbar-inverse {
    background-color: #0066cc;
    border-color: #0066cc;
}  
button.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
}
.navbar-brand-logo {
	max-height:60px; 
	margin-top: -11px;
}
/* Mobile version */
#genie-nav .navbar-inverse .navbar-toggle {
    border-color: transparent;
}
#genie-nav .navbar-inverse .navbar-toggle:hover,
#genie-nav .navbar-inverse .navbar-toggle:focus {
    background-color: #0066cc;
}
#genie-nav .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 767px) {
    #genie-nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    #genie-nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    #genie-nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #0066cc;
    }
}
@media (max-width: 767px) {
	#navbar .navbar-nav > li > a {
        line-height: 20px;
	}
}

/* ************************************************************************* */
/* Buttons and links */
.btn-green {
	color: #fff;
	background-color: #008000;
    border-color: #008000;
}
.btn-red {
	color: #fff;
	background-color: #FF0000;
    border-color: #FF0000;
}
.btn-genie {
	color: #fff;
	background-color: #0066cc;
	border-color: #2e6da4;
}
.btn.btn-genie:hover,
.btn.btn-genie:focus {
	background-color: #0066cc;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-genie:hover,
.btn.btn-genie:focus {
	color: #fff;
}
.fiftyfifty {
	width: 48%;
}
.right {
	float: right;
}
.btn-genie>.glyphicon, 
.btn-grey>.fa {
	font-size: 20px;
}
.pagination > .active > a {
	background-color: #0066CC !important;
	border-color: #0066CC !important;
}
a.link-sans-decoration {
	text-decoration: none;
}
a:focus, 
a:hover {
    color: #23527c;
    text-decoration: none;
}

/* ************************************************************************* */
/* Sticky footer */
html {
	position: relative;
	min-height: 100%;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-weight: 400;
	/*background-color: #f5f5f5;*/
	background-color: #cfd4d8;
	padding: 10px 0;
	/* Set the fixed height of the footer here */                    
	height: 109px;
	margin-top: -109px;
}
.footer-container {
	background-color: #cfd4d8;	
}
.footer-logo-container {
	/*display: table-cell;
    vertical-align: middle;
	height: 87px;
	width: inherit;*/
}
 @media (max-width: 767px) {
	.col-xs-12.footer-text {
		text-align: center;
	}
	.footer-logo-container {
		display: table-cell;
		vertical-align: middle;
		margin-bottom: 10px;
	}
}
.footer-right {
	text-align: right;
	padding-right: 0px !important;
}
.footer-logo {
	max-height: 97px;
}
.fa-footer {
	font-size: 20px !important;
}
.footer-div-margin {
	margin-top: 10px;
}
.footer-link,
.footer-link:hover,
.footer-link:focus {
	text-decoration: none;			
}
.footer-link-margin {
	margin-right: 10px;
}
.fa-margin {
	margin-right: 20px;
}
.copyright {
	font-size: 11px;
}

/* ************************************************************************* */
/* Bootstrap panel */
.panel-no-border {
	border: 0px !important;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
	box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}
/*
.panel:nth-of-type(odd):hover, .panel:hover {
	cursor: pointer;
}
*/
.panel-genie-blue {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #0066CC;
	color: #FFFFFF;
	background-color: #0066CC;
}
.panel-genie-blue>a{
	color: #0066CC !important;
}
.huge {
	font-size: 40px;
	font-weight: 600;
}
.badge-genie {
	position:relative;
}
.badge-genie[data-badge]:after {
	content:attr(data-badge);
	position:absolute;
	top:-5px;
	right:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: bold;   
	line-height:18px;
	background: red;
	color:white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;        
	padding: 3px 8px;
	text-align:center;
	box-shadow:0 0 1px #333;
}
.badge-genie[data-badge="0"]:after, .badge-genie[data-badge=""]:after {
	content: none;
}

/* ************************************************************************* */
/* Bootstrap modal */
.modal-header {
	background-color: #0066cc;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-title {
	color: #fff;
}

/* ************************************************************************* */
/* Forms */

/* Requied indicator */
span.help-block.required:after,
label.control-label.required:after {	
	content: " *";
	color: red;
}

/* ************************************************************************ */
/* Wells */
#well-header > .well {
	background-color: #0066CC;
	color: #fff;
}
#well-image-row > .col-md-3 > .well {
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Center images in well */
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 180px;
}

/* ************************************************************************* */
/* Google reCAPTCHA */
@media (max-width: 767px) {
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

/* ************************************************************************* */
/* General styling */
.margin-top-none {
	margin-top: 0px;
} 
#stageLinks .nav-pills>li.active>a, 
#stageLinks .nav-pills>li.active>a:focus, 
#stageLinks .nav-pills>li.active>a:hover {
	background-color: #0066cc;
}