#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url('bg_color.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 240px;
	padding: 15px;
	box-sizing: border-box;
}

#header h1{
	position: absolute;
	top: -9000px;
}
#header img {
	position: relative;
	
	width: 100%;
	max-width: 301px;
	height: auto;
	box-sizing: border-box;
}

#foot_bottom {
    background: #111111 url("doc_bg.png") repeat-x scroll left top;
    border-top: 1px solid #3f3f3f;
    color: #aaaaaa;
    font-size: 12px;
    padding: 0 0 30px;
    text-align: center;
	height: 200px;
}

body #choo-topnav {
	margin-top:0px !important;
	padding-bottom:0.2em;
	margin-top:0.25em;
	margin-bottom:0.25em;
}
body #choo-topnav li.tnf a.tnf {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-top:0.5em;
	padding-bottom:0.25em;
	transition:0.25s;
}
body #choo-topnav li.tnf a.tnf ul.dropdown-menu li a div.checkbox {
	margin-top:0px !important;
	padding:0px !important;
	transition:0.25s;
}
body #choo-topnav li.tnf.active a.tnf {
	background-color: #2a3851;
	color:#f7f7f7 !important;
	box-shadow: 2px 2px 3px rgba(88,88,88,0.2);
	padding-top:0.2em;
	padding-bottom:0.55em;
	transition:0.25s;
}
body #choo-topnav li.tnf:hover a.tnf {
	box-shadow: 0.5px 0.5px 1px #ffffff;
	
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	transition:0.25s;
}

.btn {
	transition:0.18s;
}

body a, 
body .btn-link {
	color:#2a3851;
}
body .panel-primary .panel-heading  {
	background-color: #1b2026;
}
body .btn-primary  {
	background-color: #1b2026;
}

body#ohm .lb1  {
	color: #1b2026;
}

#googleplay {
	margin-top:0.2em;
}

.invis { display:none; }

.input-group-addon {
	font-family:"Courier New", Courier, monospace;
	padding-right:0.5em;
	padding-left:0.5em;
	padding-top:0px;
	padding-bottom:0px;
}
.locked {
	background-color:#a55;
	color:white;
}
input.form-control.text-right {
	padding-right:1em;
}
.btn-group-justified {
	width: 88%;
}
#stylechoice li {
	cursor: pointer;
}
#stylechoice li:hover {
	background-color:#ddd;
}
.cd-calcicon {
	display:none;
	color:lightsteelblue;
}
#theme li {
	cursor:pointer;
}
.radio-inline label {
	font-weight:normal;
}
.menumsg {
	position:relative;
}
.menumsg .menumsg-inner {
	min-width:20em;
	z-index:980;
	position:absolute;
	right:-0.25em;
	cursor:default;
}

.menumsg .menumsg-inner .alert-success {
	border: 1px solid green;
}
.menumsg .menumsg-inner .alert-danger {
	border: 1px solid darkred;
}
.menumsg .menumsg-inner .alert-warning {
	border: 1px solid orange;
}
.helpcursor {
	cursor:help;
}
#navtab-ohm b {
	font-weight:900;
}
.glyphicon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.text-bold {
	font-weight:bolder;
}

body#ohm .input-group-addon {
	position:relative;
}
body#ohm .glyphicon-lock {
	display:none;
	position:absolute;
	left:2em;
	top:1em;
}
body#ohm i.lb1, body#ohm i.lb2 {
	display: inline;
	cursor: help;
	z-index:99;
}
body#ohm i.lb1 { color: #428bca; }
body#ohm i.lb2 { color: lightgrey; }

.panel-primary h3.panel-title small {
	color:#ddd;
}
footer .col {
	margin-bottom:1em;
}
body#juice #flavorpanel table {
	margin-bottom:0px;
}
body#juice #flavorpanel .panel-footer {
	padding-top:0px;
	padding-bottom:0px;
}
#cd-units
,#cd-units .radio {
	max-width:14em;
	overflow:x: visible;
	white-space:nowrap;
}
#heaticon {
	transition-property: color;
	transition: 1s;
}
.cd-advanced {
	transition-property: bakcground-color;
	transition: 1s;
}
center div.ad728 img {
	max-width:728px;
	width:100%;
}
center div.ad468 img {
	max-width:468px;
	width:100%;
}