/* DOM STYLES */
body {background:#fff;}

label {
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
p {
	margin:0px;
	padding:0px;
}
/* CUSTOM STYLES */
.reveal-modal {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	border-radius:20px;
}
.btn {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 0px!important;
	right: 0px !important;
	color: #fff!important;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 16px;
	right: 16px;
	color: #aaa;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
	font-weight: bold;
	cursor: pointer;
}
.row {
	width:99%;
}
.navRow {
	background:#efefef;
	width:100%;
	padding:2px;
	margin:0px 2px 0px 2px!important;
}
.panel {
	border: 1px solid #ddd;
	border-radius:6px;
	background-color:#fff;
	margin: 0px 0px 20px 0px;
	padding: 8px;
}
.panelYellow {
	border: 1px solid #f5f5f5;
	border-radius:6px;
	background-color:#FFC;
	margin: 0px 0px 20px 0px;
	padding: 8px;
	-moz-box-shadow: 1px 1px 2px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px 2px #ccc;
	box-shadow: 1px 1px 2px 2px #ccc;
}
.panelBlack {
	border: 1px solid #f5f5f5;
	border-radius:6px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 8px;
}
.panelRed {
	border: 1px solid #f5f5f5;
	border-radius:6px;
	background-color:#de0000;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	color:#fff;
	font-weight:bold;
}
.panelGreen {
	border: 1px solid #f5f5f5;
	border-radius:6px;
	background-color:#090;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	color:#fff;
	font-weight:bold;
}
.panelClear {
	background: transparent;
	border: 0px solid rgb(230, 230, 230);
	margin: 0px 0px 5px 0px;
	padding: 9px 0px 0px 2px;
}
.panelClearButton {
	background: transparent;
	border: 0px solid rgb(230, 230, 230);
	margin: -10px 0px 0px 10px;
	padding: 0px 0px 0px px;
}
.panelClearInput {
	background: transparent;
	border: 0px solid rgb(230, 230, 230);
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 2px;
}
.panelDash {
	background: #000;
	border: 1px solid rgb(230, 230, 230);
	margin: 0px 0px 0px 0px;
	color:#FFF;
	border-radius:10px 0px 0px 10px;
	padding:4px 8px 4px 8px;
}
.panelDash a {
	color:#fff;
	float:right;
}
.between {
	padding: 0 2px;
}
.footer {
	font-size:10px;
}
/*BUTTONS*/
.button {
	width:auto;
	background:#de0000;
	border:1px solid #999;
	border-radius:6px;
	-webkit-box-shadow:0 2px 2px rgba(125, 125, 125, 0.5);
	-moz-box-shadow:0 2px 2px rgba(125, 125, 125, 0.5);
	box-shadow:0 2px 2px rgba(125, 125, 125, 0.5);
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-family:inherit;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	margin:-10px 0px 0px 0px;
	outline:none;
	padding:px 12px 8px 12px;
	margin:10px 0px 10px 0px;
	position:relative;
	text-align:center;
	text-decoration:none;
	-webkit-transition:background-color 0.15s ease-in-out;
	-moz-transition:background-color 0.15s ease-in-out;
	-o-transition:background-color 0.15s ease-in-out;
	transition:background-color 0.15s ease-in-out
}
.button:hover {
	color:#fff;
	background-color:#f75c5c;
	-webkit-box-shadow:0 0px 0px rgba(125, 125, 125, 0.5);
	-moz-box-shadow:0 0px 0px rgba(125, 125, 125, 0.5);
	box-shadow:0 0px 0px rgba(125, 125, 125, 0.5);
}
.button:active {
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.2) inset
}
.button:focus {
	-webkit-box-shadow:0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow:0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow:0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color:#fff;
}
.button.radius {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px
}
.green {
	background:#090;
}
.button:hover.green {
	background:#0C0;
}
.disable {
	background:#ccc;
	color:#bbb;
}
.button:hover.disable {
	background:#ccc;
	color:#bbb;
}
/*FORMS */
.dates {
	height: 40px;
	background: transparent;
	margin-top: 20px;
	padding: 0px;
	border-radius:4px;
}
input[type=text], select {
	background: #F5F5F5;
	padding: 5px;
	font-size: 12px;
	margin: -3px 0px 5px 0px;
	border: 1px solid #cccccc;
	border-radius:4px;
}
small.error {
	display: block;
	padding: 6px 4px;
	margin-top: 1px;
	margin-bottom: 12px;
	background: none repeat scroll 0% 0% rgb(198, 15, 19);
	color: rgb(255, 255, 255);
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
input.error, .error textarea, textarea.error {
	border-color: rgb(198, 15, 19);
	background-color: rgba(198, 15, 19, 0.1);
}
/*TABS */
dl.tabs.pill dd.active a {
	background-color:#f75c5c;
	border: medium none;
	color: rgb(255, 255, 255);
}
dl.tabs.pill dd a {
	border-radius: 1000px 1000px 500px 500px;
	background: none repeat scroll 0% 0% rgb(230, 230, 230);
	height: 26px;
	line-height: 26px;
	color: rgb(102, 102, 102);
}
/*NAV*/
.nav-bar > li {
	color: white;
	font-weight:bold;
	cursor: default;
	background: #000000;
	border-radius:4px;
}
.nav-bar > li.active > a {
	color: white;
	font-weight:bold;
	cursor: default;
	background: #de0000
}
.nav-bar > li.active:hover {
	background: #de0000;
	font-weight:bold;
	cursor: default;
}
.nav-bar > li:hover {
	background: #de0000;
	font-weight:bold;
}
.nav-bar {
	height: 40px;
	background: #000;
	margin-top: 20px;
	padding: 0px;
	border-radius:4px;
}
.nav-bar > li:first-child {
	border-right: 1px solid #fff;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2)
}
.nav-bar > li:last-child {
	border-right: 1px solid #fff;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2)
}
.nav-barSub {
	height: 40px;
	background: #2d2d2d;
	margin-top: 0px;
	padding: 0;
}
.nav-barSub > li {
	float: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	border: 1px solid #333333;
	border-right: none;
	line-height: 38px;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.nav-barSub > li:first-child {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.nav-barSub > li:last-child {
	border-right: solid 1px #333333;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}
.nav-barSub > li.active {
	background: #2ba6cb;
	border-color: #2284a1;
}
.nav-barSub > li.active > a {
	color: white;
	cursor: default;
}
.nav-barSub > li.active:hover {
	background: #2ba6cb;
	cursor: default;
}
.nav-barSub > li:hover {
	background: #555555;
}
.nav-barSub > li > a {
	color: #e6e6e6;
}
.nav-barSub > li ul {
	margin-bottom: 0;
}
.nav-barSub > li .flyout {
	display: none;
}
.nav-barSub > li.has-flyout > a:first-child {
	padding-right: 40px;
	position: relative;
}
.nav-barSub > li.has-flyout > a:first-child:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 4px;
	border-color: #e6e6e6 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 17px;
}
.nav-barSub > li.has-flyout > a.flyout-toggle {
	border-left: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	z-index: 2;
	display: block;
}
.nav-barSub > li.has-flyout.is-touch > a:first-child {
	padding-right: 55px;
}
.nav-barSub > li.has-flyout.is-touch > a.flyout-toggle {
	border-left: 1px dashed #666;
}
.nav-barSub > li > a:first-child {
	position: relative;
	padding: 0 20px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
.nav-barSub > li > input {
	margin: 0 10px;
}
