/*
These styles do not do anything spectacular. They just apply minor formatting to
the elements used in the layout.
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #ccc;
	height: 100%;
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

body, table, input, textarea {
	font-family: verdana, "lucida sans unicode", sans-serif;
	font-size: 97%;
}

/* CSS to do vertical centering. Using CSS from stu nicholls - cssplay.co.uk */

.v-outer {
	display: inline-table;
	#position: relative;
	#display: inline;
	xoverflow: hidden;
	margin: 0;
	padding: 0;
	border-size: none;
	xborder: thin solid #F00;
	xheight: 100%;
	xwidth:100%;
}

.v-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	#xwidth: 50%;
	left: 0%;
	/* #left: 0%; */
	/* left: 0; right: 0; */
	margin: auto;
	vertical-align: middle;
	xmargin: 0;
	padding: 0;
	border-size: none;
	xborder: thin solid #0F0;
}

.v-inner {
	#position: relative;
	#top: -50%;
	/* left: 0; right: 0; */
	margin: 0;
	padding: 0;
	border-size: none;
	xborder: thin solid #00F;
}

/* Our CSS */

.layoutTable {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}

.container {
	position: relative;
	margin: 0.25em;
	padding: 0.15em 0.20em;
	background:#fff;
	border: 0.15em solid #bbb;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}

.containerAlt {
	position: relative;
	margin: 0.25em;
	padding: 0.15em 0.20em;
	background: #CCCCCC;
	border: 0.15em solid #bbb;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}

.container .container {
	margin: 0.25em 0em;
	background:#ddf;
	border: 0.15em solid #ddf;
}

.container .container .container {
	background:#efefef;
	border: 0.15em solid #bbb;
}

.fill {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modalDIV {
	position: absolute; top: 10%; bottom: 10%; left: 10%; right: 10%;
	height: 80%; width: 80%;
	xoverflow: auto;
	text-align: center;
	xborder: medium solid yellow;
	margin: 0;
	padding: 0;
	border-size: none;
}

.processingMsgTextDIV {
	xtext-align:center;
	background: #fff;
	color: black;
	/*overflow: auto;*/
	overflow: hidden;
	padding: 0em;
	top: 0;
	height: 130px;
	width: 130px;
}

.errorMsgTextDIV {
	xtext-align:center;
	background: #c00;
	border-color: #c00;
	color: white;
	/*overflow: auto;*/
	overflow: hidden;
	padding: 1em;
}

.warningMsgTextDIV {
	xtext-align:center;
	background: #f90;
	border-color: #f90;
	color: white;
	/*overflow: auto;*/
	overflow: hidden;
	padding: 1em;
}

.successMsgTextDIV {
	xtext-align:center;
	background: #0c0;
	border-color: #0c0;
	color: white;
	/*overflow: auto;*/
	overflow: hidden;
	padding: 1em;
}

.successMsgText {
	color: #090;
	text-align: center;
}

.errorMsgText {
	color: #c00;
	text-align: center;
}

.button {
	position: relative;
	margin: 0.25em;
	padding: 0.75em;
	cursor: pointer;
	text-align: center;
	border: medium solid #999;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}

.disabled {
	filter:alpha(opacity=50);
	-moz-opacity:.75;
	opacity:.75;
	cursor: default;
	zoom: 1; /* to make it work in IE */
}

.highlighted {
    background-color: yellow;
}

.popupTitle {
	font-family: verdana, "lucida sans unicode", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #6d6d6d;
	padding-bottom: 0.3em;
}

.noWrap {
	white-space: nowrap;
}

.nobr {
	white-space:nowrap;
}

.center
{
	text-align: center;
}

.text-green {
	color: #090;
}

.marker-cluster-red {
	background-color: #f44141;
	background-color: rgba(244, 65, 65, 0.8);
	background-clip: padding-box;
	color: white;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 15px;
	text-align: center;
	border-radius: 50% !important;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster-blue {
	background-color: #415ff4;
	background-color: rgba(65,95,244, 0.8);
	background-clip: padding-box;
	color: white;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 15px;
	text-align: center;
	border-radius: 50% !important;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster-green {
	background-color: #5ec95e;
	background-color: rgba(94, 201, 94, 0.8);
	background-clip: padding-box;
	color: white;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 15px;
	text-align: center;
	border-radius: 50% !important;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.no-padding {
	margin: 0px;
	padding: 0px;
}

.card td {
	height: 34px;

}

.cardHeader {
	background-color: #CCCCCC;
	height: 34px;
	padding: 5px;
}

.clearfix {
	clear: both;
}

.user-list-badge {
    border-radius: 10px;
    padding: 5px;
    color: white;
    cursor: pointer;
}

.badge-green {
    background-color: #28a745 !important;
}

.badge-red {
    background-color: #dc3545 !important;
}

.user-in-list {
	width: 270px;
	padding: 5px;
	font-size: 14px;
	color: black;
	font-family: verdana, "lucida sans unicode", sans-serif;
	float: left;
}

.user-list-fieldset {
	margin-top: 15px;
}

.user-list-fieldset legend {
	font-size: 18px !important;
}

.forecastRow {
	background-color: #f1c0c0 !important;
}

.inlineDivWrapper {
    width: 100%;
    overflow: hidden;
}

.inlineDiv {
    float: left;
}



.formTable {
	background-color: white;
}

.formContainer {
	border: 1px solid #BBB;
	padding: 0px;
}

.formTable td {
	padding: 5px;
}

.formTitle {
	background: #ff9900;
	color: white;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.formLabel {
	text-align: right;
}

.formInput {
	background-color: #EEE;
}

.formLabelAlt {
	margin-bottom: 4px;
}

.formInput > input, textarea {
	width: 99%;
	margin-bottom: 0;
	margin-top: 0;
}

.textareaFixed {
	resize: none;
}

.formGrid {
	font-size: 14px;
}

.formGridHeader {
	background-color: #CCCCCC;
	font-weight: bold;
}

.formGrid td {
	padding: 8px;
}

.formGrid tbody tr {
	background: #EFEFEF;
}

.formGrid tbody tr:nth-child(odd) {
	background: #f7f7f7;
}

.formGridEmpty {
	padding: 20px;
	background: #f7f7f7;
}

.formButton {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	text-align: center;
	border: medium solid #999;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-color: #0077c9;
	background-color: #0077c9;
	color: white;
	margin: 3px;
	margin-left: 0px;
	height: 35px;
}

.formButtonGrid {
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	text-align: center;
	border: medium solid #999;
	border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	border-color: #0077c9;
	background-color: #0077c9;
	color: white;
	margin: 0px;
	height: 25px;
}

.formButtonBlue {
	border-color: #0077c9;
	background-color: #0077c9;
	color: white;
}

.formButtonRed {
	border-color: #FF0000;
	background-color: #FF0000;
	color: white;
}

.formSection {
	background-color: #EEE;
	padding: 10px;
}

.hr {
	margin-top: 10;
	margin-bottom: 10;
}

.hidden {
	display: none;
}

.fileInput {
	position: relative;
	display: block;
	cursor: pointer;
	height: 1.2rem;
	/* width: 400px; */
	margin: 3px;
}

.fileInput input {
	min-width: 14rem;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0;
}

.fileInputLabel {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	/* z-index: 1050; */
	height: 12px;
	padding: 0.5rem 0.75rem;
	line-height: 0.75rem;
	color: #555;
	background-color: #fef19c;
	border: 2px solid #bbbbbb;
	border-radius: .25rem;
	box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	height: 34px;
	padding-right: 85px;
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fileInputLabel:before {
	position: absolute;
	top: -0.075rem;
	right: -0.075rem;
	bottom: -0.075rem;
	/* z-index: 2; */
	display: block;
	content: "Browse";
	height: 1.2rem;
	padding: 0.5rem 1rem;
	line-height: 0.75rem;
	color: white;
	background-color: #0077c9;
	border: .075rem solid #0077c9;
	border-radius: 0 .25rem .25rem 0;
}

/* Focus */
.fileInput input:focus ~ .fileInputLabel {
	box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.muted {
	color: #CCC;
}

.inactive-ip {
	font-style: italic;
	color: #7d7d7d;
}

@media only screen and (max-width: 1367px) {
    body, table, input, textarea, select {
        font-size: 94%;
    }

	.fileInputLabel {
		height: 27px;
		padding: 0.3rem 0.75rem;
		padding-right: 85px;
	}

	.fileInputLabel:before {
		line-height: 0.5rem;
	 }
}

/* Workaround for iOS rounded edged / glow (ugh!) */
input[type=text], input[type=button], input[type=submit], button, textarea, select {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: menulist;
}
