html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0 0 65px; /* bottom = footer height */
}

#ex1Slider .slider-selection {
	background: #C1C2C3;
}

#ex1Slider .slider-handle {
	background: #225b32;
}

#ex1Slider .slider-tick.in-selection {
	background: #333;
}

#ex1Slider .slider {
	width: 100% !important;
}

#backIcon {
	top: 1px;
	right: 5px;
	display: block;
	box-sizing: border-box;
	position: fixed;
	z-index: 1031;
	height: 35px;
	width: 35px;
	margin: 5px;
	background-image: url("../img/back.png");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	filter: invert(100%);
}

.box-outline {
	border: thin solid #d9dee1;
	padding: 15px 0;
	background-color: #eef0f1;
}

.bootstrap-datetimepicker-widget table td {
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 252, 252, 252, .8 ) url('../img/loading.gif') 50% 50% no-repeat;
}

#calcResult {
	margin-top: 15px;
}

body {
	background: #fcfcfc;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

body.loading {
	overflow: hidden;
}

body.loading .modal {
	display: block;
}

.datepicker {
	color: #333;
	padding-right: 5px;
}

.timepicker {
	color: #333;
	padding-left: 5px;
}

h2 {
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #333;
}

h2.desktop {
	font-size: 15px;
	display: none;
}

h2.tablet {
	font-size: 19px;
}

h2.mobile {
	font-size: 24px;
}

label.tablet {
	font-size: 16px;
}

label.mobile {
	font-size: 13px;
}

span.tablet {
	font-size: 16px;
}

span.mobile {
	font-size: 13px;
}

.container {
	width: 100%;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid.mobile {
	margin-top: 120px;
	margin-left: 15px;
	margin-right: 15px;
}

.input-style {
	margin-right: 15px;
	border: 1px solid #c5cfd1;
	padding: 3px 5px;
	border-radius: 0;
}

.input-style:hover {
	background: #C1C2C3;
	border-color: #333;
}

.input-style:active {
	background: #C1C2C3;
	border-color: #333;
}

.padding-bot-15 {
	padding-bottom: 15px;
}

.glyphicon-ok {
	background: #225b32;
	color: #ffffff;
	border-radius: 2px;
	border: none;
}

.glyphicon-ok:hover {
	background-color: #333 !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background: #225b32;
	border-radius: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: #333;
	color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #333;
	color: #fff;
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: #333;
	color: #fff;
}

.bootstrap-datetimepicker-widget table td span {
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #225b32;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

a {
	color: #225b32;
}

.message-result {
	display: none;
	color: #2D6034;
	background-color: #EAEFEB;
	border: 1px solid #2D6034;
	background-image: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px -15px;
	padding: 8px;
}

.dropdown-menu {
	min-width: 375px;
	max-width: 375px;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 15px;
	line-height: 15px;
	width: 20px;
}

.bootstrap-datetimepicker-widget table td span {
	width: 48px;
	height: 28px;
	line-height: 28px;
}

.closeText:before {
	content: "OK";
	color: #fff;
	font-weight: bold;
}

.closeText {
	background-color: #225b32;
}

.center {
	text-align: center;
}

.timeFormat {
	height: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.timeSpacer {
	height: 25px;
}

.separator {
	font-weight: bolder;
}

.bootstrap-datetimepicker-widget .picker-switch {
	padding-left: 5px;
}
.form-control:focus {
	border-color: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #C1C2C3;
}

select {
	border: 1px solid #c5cfd1;
}

.header-dark-row {
	height: 45px;
	background: #204454;
	top: 0;
	display: block;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 999;
}

.header-fixed-top {
	top: 45px;
	display: block;
	box-sizing: border-box;
	position: fixed;
	height: 84px;
	right: 0;
	left: 0;
	z-index: 999;
	padding: 0;
	background-image: url('../img/bg-logo.png');
	background-color: #fcfcfc;
}

.footer-fixed-bottom {.position: absolute;
	.left: 0;
	.bottom: 0px;
	height: 100px;
	width: 100%;.background-color: #1d4e2c;
	margin: 20px 0px 40px 0px;
	padding-left: 0;
	padding-right: 0;
}

.footer-content {
	line-height: 49px;
	padding-left: 15px;
	padding-right: 15px;
}

hr.footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D9DEE1;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-container.mobile {
	padding-bottom: 20px;
}

.row.mobile {
	margin-left: 0;
	margin-right: 0;
}

img.header-image {
	padding: 3px 5px;
	
}
