﻿html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

h1 {
	margin: 0px 0 12px 0;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	color: #d66b0d;
}

	h1.project-name {
		margin-bottom: 3px;
		text-transform: none;
		font-size: 22px;
		line-height: 22px;
		color: #1f6e70
	}

h2 {
	margin: 0px 0 12px 0;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
}

	h2.event-name {
		color: #1f6e70;
		text-transform: none;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 3px;
	}

h3, h4, h5 {
	margin: 0px 0 10px 0;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #004CA8;
	text-transform: uppercase;
}

	h3.project-desc {
		text-transform: none;
		font-size: 16px;
		line-height: 16px;
		font-weight: normal;
		margin-bottom: 10px;
		color: #000;
	}

h3, h4, h5 {
	color: #d66b0d;
}
.subscribe {
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background-color: white;
}

.event-name {
	color: rgb(238,58,67);
}

input[type="text"] {
	height: 34px;
}

.row-offcanvas-left {
	overflow: visible !important;
}

.panel-heading {
	background: none !important;
	border: 0pc !important;
}

.form-control {
	border: 1px solid #ccc;
}

select.goog-te-combo {
	border: 1px solid #ccc;
}

input, select, textarea {
	max-width: 100% !important;
}

form.ng-invalid {
	border-width: 0px !important;
}

/* Absolutely positioning content off-screen WGAC 2.0 Compliance */
.off-screen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*safari and chrome*/
	select {
		height: 34px;
		line-height: 34px;
		background: #fff;
		border-radius: 3px;
		border-color: #ccc;
		padding-left: 10px;
	}
}

select::-moz-focus-inner { /*Remove button padding in FF*/
	border: 0;
	padding: 0;
}

@-moz-document url-prefix() { /* targets Firefox only */
	select {
		padding: 15px 0 !important;
	}
}

@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */
	select {
		height: 35px;
		line-height: 35px;
	}
}

.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

	.text-vertical-center h1 {
		margin: 0;
		padding: 0;
		font-size: 4.5em;
		font-weight: 700;
	}

/* Custom Button Styles */

.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

	.btn-dark:hover,
	.btn-dark:focus,
	.btn-dark:active {
		color: #fff;
		background-color: rgba(0,0,0,0.7);
	}

.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgb(255,255,255);
}

	.btn-light:hover,
	.btn-light:focus,
	.btn-light:active {
		color: #333;
		background-color: rgba(255,255,255,0.8);
	}

/* Custom Horizontal Rule */

hr.small {
	max-width: 100px;
}

/* Header */

.header {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	/*background: url(../img/bg.jpg) no-repeat center center scroll;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.verify {
	padding: 50px 0;
}

.call-to-action {
	/*padding: 50px 0;*/
}

	.call-to-action .btn {
		margin: 10px;
	}

.callout {
	display: table;
	width: 100%;
	height: 400px;
	color: #fff;
	/*background: url(../img/callout.jpg) no-repeat center center scroll;*/
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 600px;
}

.callout-white {
	display: table;
	width: 100%;
	height: 400px;
	color: #fff;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 600px;
}

.callout-blue {
	display: table;
	width: 100%;
	height: 400px;
	color: #428bca;
	background-color: #428bca;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 600px;
}

.signin {
	/*padding: 50px 0;*/
}

.services {
	padding: 50px -1px;
}

/*.map {
	height: 400px;
}

@media(max-width:768px) {
	.map {
		height: 75%;
	}
}*/

.footer {
	width: 100%;
	text-align: center;
	color: white;
	padding-bottom: 10px;
	background: #6E6E6E;
}

	.footer a {
		float: none;
		color: #DBF6FF;
	}

#txtMapSearch {
	position: absolute;
	top: 80px;
	left: 75px;
	width: 250px;
}

#btnMapSearch {
	position: absolute;
	top: 82px;
	left: 328px;
}

#errorMapSearch {
	position: absolute;
	top: 115px;
	left: 88px;
	font-weight: bold;
}

/* Methods */
.method .header, .method .cell {
	padding: 6px 6px 6px 10px;
}

.method .list-header .header {
	font-weight: normal;
	text-transform: uppercase;
	/*font-size: 1em;*/
	color: #999;
	background-color: #eee;
}

.method [class^="row"],
.method [class*=" row"] {
	border-bottom: 0px solid #ddd;
}

	.method [class^="row"]:hover,
	.method [class*=" row"]:hover {
		/*background-color: #f7f7f7;*/
	}

.method .cell {
	/*font-size: 1.2em;*/
}

	.method .cell .mobile-isrequired {
		display: none;
		font-weight: normal;
		text-transform: uppercase;
		color: #aaa;
		font-size: 0.8em;
	}

	.method .cell .propertyname {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.method .cell .type {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.method .cell code {
		color: #428bca;
	}

	.method .cell a, .method .cell a:hover {
		text-decoration: none;
	}

	.method .cell code.custom {
		color: #8a6d3b;
		text-decoration: none;
	}

	.method .cell .text-muted {
		color: #ddd;
	}

@media (max-width: 991px) {
	.method [class^="row"],
	.method [class*=" row"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.method .cell {
		padding: 0 10px;
	}

		.method .cell .propertyname {
			font-weight: bold;
			/*font-size: 1.2em;*/
		}

			.method .cell .propertyname .lookuplink {
				font-weight: normal;
				/*font-size: 1.5em;*/
				position: absolute;
				top: 0;
				right: 10px;
			}

		.method .cell .type {
			padding-left: 10px;
			/*font-size: 1.1em;*/
		}

		.method .cell .isrequired {
			padding-left: 10px;
			display: none;
		}

		.method .cell .description {
			padding-left: 10px;
		}

		.method .cell .mobile-isrequired {
			display: inline;
		}
}

/* Row Utilities */
[class^='row'].margin-0,
[class*=' row'].margin-0,
[class^='form-group'].margin-0,
[class*=' form-group'].margin-0 {
	margin-left: -0px;
	margin-right: -0px;
}

	[class^='row'].margin-0 > [class^='col-'],
	[class^='row'].margin-0 > [class*=' col-'],
	[class*=' row'].margin-0 > [class^='col-'],
	[class*=' row'].margin-0 > [class*=' col-'],
	[class^='form-group'].margin-0 > [class^='col-'],
	[class^='form-group'].margin-0 > [class*=' col-'],
	[class*=' form-group'].margin-0 > [class^='col-'],
	[class*=' form-group'].margin-0 > [class*=' col-'] {
		padding-right: 0px;
		padding-left: 0px;
	}

	[class^='row'].margin-0 [class^='row'],
	[class^='row'].margin-0 [class*=' row'],
	[class^='row'].margin-0 [class^='form-group'],
	[class^='row'].margin-0 [class*=' form-group'],
	[class*=' row'].margin-0 [class^='row'],
	[class*=' row'].margin-0 [class*=' row'],
	[class*=' row'].margin-0 [class^='form-group'],
	[class*=' row'].margin-0 [class*=' form-group'],
	[class^='form-group'].margin-0 [class^='row'],
	[class^='form-group'].margin-0 [class*=' row'],
	[class^='form-group'].margin-0 [class^='form-group'],
	[class^='form-group'].margin-0 [class*=' form-group'],
	[class*=' form-group'].margin-0 [class^='row'],
	[class*=' form-group'].margin-0 [class*=' row'],
	[class*=' form-group'].margin-0 [class^='form-group'],
	[class*=' form-group'].margin-0 [class*=' form-group'] {
		margin-left: 0;
		margin-right: 0;
	}

a.nav-expander {
	background: none repeat scroll 0 0 #2d2f33;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 50px;
	margin-right: 0;
	padding: 1em 1.6em 2em;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	transition: right 0.3s ease-in-out 0s;
	width: 62px;
	z-index: 12;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

	a.nav-expander:hover {
		cursor: pointer;
	}

	a.nav-expander.fixed {
		position: fixed;
	}

.nav-expanded a.nav-expander.fixed {
	right: 20em;
}

nav {
	background: #2d2f33;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -20em;
	font-size: 15px;
	top: 0;
	width: 20em;
	z-index: 2000;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
	right: 0;
}

body.nav-expanded {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 24px;
	padding-right: 10px;
}

.main-menu {
	padding-top: 12px;
}

	.main-menu li {
		border-bottom: 1px solid #323949;
		margin-left: 20px;
		font-size: 18px;
		padding: 12px;
	}

		.main-menu li a {
			color: #6F7D8C;
			text-decoration: none;
		}

			.main-menu li a:hover {
				color: #FFFFFF;
				text-decoration: none;
			}

		.main-menu li .sub-nav {
			border-bottom: 0px;
			padding: 4px;
		}

	.main-menu a .caret {
		width: 0;
		height: 0;
		display: inline-block;
		vertical-align: top;
		border-top: 4px solid #4f5963;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		content: "";
		margin-top: 8px;
	}

	.main-menu a:hover .caret {
		border-top-color: #4f5963;
	}

	.main-menu li.open > a > .caret {
		border-top: none;
		border-bottom: 4px solid #4f5963;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.main-menu li.open > a:hover > .caret {
		border-bottom-color: #4f5963;
	}

.icon:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	content: '\f105';
}

.main-menu li > a > span.icon {
	float: right;
	margin: 0.1em 1.7em -0.1em 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
	float: right;
	margin: 0.1em 0.8em -0.1em 0;
	opacity: 1;
}

/* Ion.RangeSlider
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
	position: relative;
	display: block;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.irs-line-left {
	left: 0;
	width: 10%;
}

.irs-line-mid {
	left: 9%;
	width: 82%;
}

.irs-line-right {
	right: 0;
	width: 10%;
}

.irs-diapason {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

	.irs-slider.single {
		left: 10px;
	}

		.irs-slider.single:before {
			position: absolute;
			display: block;
			content: "";
			top: -30%;
			left: -30%;
			width: 160%;
			height: 160%;
			background: rgba(0,0,0,0.0);
		}

	.irs-slider.from {
		left: 100px;
	}

		.irs-slider.from:before {
			position: absolute;
			display: block;
			content: "";
			top: -30%;
			left: -30%;
			width: 130%;
			height: 160%;
			background: rgba(0,0,0,0.0);
		}

	.irs-slider.to {
		left: 300px;
	}

		.irs-slider.to:before {
			position: absolute;
			display: block;
			content: "";
			top: -30%;
			left: 0;
			width: 130%;
			height: 160%;
			background: rgba(0,0,0,0.0);
		}

	.irs-slider.last {
		z-index: 2;
	}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

.irs-from, .irs-to, .irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

	.irs-grid-pol.small {
		height: 4px;
	}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	color: #000;
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}

.irs-disabled {
	opacity: 0.4;
}

/* Ion.RangeSlider, Nice Skin
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

/*.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
	background: url(../img/sprite-skin-nice.png) repeat-x;
}

.irs {
	height: 40px;
}
.irs-with-grid {
	height: 60px;
}
.irs-line {
	height: 8px; top: 25px;
}
	.irs-line-left {
		height: 8px;
		background-position: 0 -30px;
	}
	.irs-line-mid {
		height: 8px;
		background-position: 0 0;
	}
	.irs-line-right {
		height: 8px;
		background-position: 100% -30px;
	}

.irs-diapason {
	height: 8px; top: 25px;
	background-position: 0 -60px;
}

.irs-slider {
	width: 22px; height: 22px;
	top: 17px;
	background-position: 0 -90px;
}
#irs-active-slider, .irs-slider:hover {
	background-position: 0 -120px;
}

.irs-min, .irs-max {
	color: #999;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	top: 0; padding: 1px 3px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0,0,0,0.3);
	border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid-pol {
	background: #99a4ac;
}
.irs-grid-text {
	color: #99a4ac;
}

.irs-disabled {
}*/

/* Ion.RangeSlider, Simple Skin
// css version 2.0.0
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
	height: 55px;
}

.irs-with-grid {
	height: 75px;
}

.irs-line {
	height: 10px;
	top: 33px;
	background: #EEE;
	background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
	border: 1px solid #CCC;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

.irs-line-left {
	height: 8px;
	background: red;
}

.irs-line-mid {
	height: 8px;
	background: -webkit-linear-gradient(left, red, yellow, green); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, red, yellow, green); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, red, yellow, green); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, red, yellow, green); /* Standard syntax (must be last) */
}

.irs-line-right {
	height: 8px;
	background: Green;
}

.irs-bar {
	height: 10px;
	top: 33px;
	border-top: 1px solid #428bca;
	border-bottom: 1px solid #428bca;
	background: #428bca;
	background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
}

.irs-bar-edge {
	height: 10px;
	top: 33px;
	width: 14px;
	border: 1px solid #428bca;
	border-right: 0;
	background: #428bca;
	background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
	height: 2px;
	top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: 25px;
	width: 27px;
	height: 27px;
	border: 1px solid #AAA;
	background: #DDD;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
	border-radius: 27px;
	-moz-border-radius: 27px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	cursor: pointer;
}

	#irs-active-slider, .irs-slider:hover {
		background: #FFF;
	}

.irs-min, .irs-max {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #428bca;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
}

.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}

	.irs-grid-pol.small {
		background: #999;
	}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}
[ui-view].ng-enter, [ui-view].ng-leave {
	/*position: absolute;
  left: 0;
  right: 0;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;*/
}

[ui-view].ng-enter {
	opacity: 0;
	-webkit-transition-delay: .3s; /* Safari */
	/*-webkit-transform:translate3d(-200px, 0, 0);
  -moz-transform:translate3d(-200px, 0, 0);
  transform:translate3d(-200px, 0, 0);*/
}

[ui-view].ng-enter-active {
	opacity: 1;
	/*-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}

[ui-view].ng-leave {
	opacity: 1;
	/*padding-left: 0px;*/
	/*-webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);*/
}

[ui-view].ng-leave-active {
	opacity: 0;
	/*padding-left: 200px;*/
	/*-webkit-transform: translate3d(200px, 0, 0);
	-moz-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);*/
}

.selectize-control {
	z-index: 40;
}

.selectize-input {
	z-index: 41 !important;
}

.selectize-dropdown {
	z-index: 42 !important;
}

.whirl::before {
	z-index: 100;
}

.no-gutter [class*="-6"] {
	padding-left: 0;
	padding-right: 0;
}

.animate-enter {
	-webkit-transition: 1s linear all; /* Chrome */
	transition: 1s linear all;
	opacity: 0;
}

	.animate-enter.animate-enter-active {
		opacity: 1;
	}

.well {
	border: 8px solid #eee !important;
	/*background: transparent url(../Content/images/ui-bodyOverlay.png) repeat-x left top;*/
	background-color: #ddd;
}

.nopadding-left {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.nopadding-right {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.mb {
	margin-bottom: 2px;
}

.ml {
	margin-left: 15px;
}

.mr {
	margin-right: 15px;
}

.mt {
	margin-top: 5px;
}

.irs-bar-edge {
	border-width: 0px;
	background: #ddd;
}

.btn-group {
	margin-top: 5px;
}

.label-danger {
	vertical-align: bottom;
	background-color: #a72925;
}

.panel-success .panel-footer {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.tt-dropdown-menu {
	height: 300px;
	overflow-y: auto;
}

input[type="text"].ng-invalid, input[type="email"].ng-invalid,
input[type="number"].ng-invalid, textarea.ng-invalid,
input[type="tel"].ng-invalid {
	border: 1px solid #A72925;
}

div.ng-valid, div.ng-invalid {
	padding: 10px;
	border-radius: 3px;
}
.panel {
	background: #fff;
	border: 5px solid #eee;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-bottom: 1px;
	-webkit-box-shadow: 4px 4px 4px -3px #999;
	-moz-box-shadow: 4px 4px 4px -3px #999;
	box-shadow: 4px 4px 4px -3px #999;
}

.panel-original {
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-footer {
	background: #eee;
}

.panel > .heading,
.panel > .content {
	display: block;
	position: relative;
	color: #1d1d1d;
}

.panel > .heading {
	padding: 1.625rem 0;
	color: #ffffff;
	background-color: #1ba1e2;
	cursor: default;
	vertical-align: middle;
	z-index: 2;
	/*height: 2.625rem;*/
	margin-bottom: 12px;
	box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
	font: 500 1.125rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-group input[type="checkbox"] {
	/*display: none;*/
}

	.form-group input[type="checkbox"] + .btn-group > label span {
		width: 20px;
	}

		.form-group input[type="checkbox"] + .btn-group > label span:first-child {
			display: none;
		}

		.form-group input[type="checkbox"] + .btn-group > label span:last-child {
			display: inline-block;
		}

	.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
		display: inline-block;
	}

	.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
		display: none;
	}

div.ng-valid, div.ng-invalid {
	padding: 0px !important;
	border-radius: 3px;
}

.alert-info-alt {
	border-color: #B4E1E4;
	background: #81c7e1;
	color: #fff;
}


.ng-invalid.form-submitted, .ng-invalid.ng-touched {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* Bootstrap buttons
*/

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

	a:hover,
	a:focus {
		color: #23527c;
		text-decoration: underline;
	}

	a:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

.btn.btn-full-width-wrap {
	width: 100%;
	white-space: normal;
	word-wrap: break-word; /* All browsers since IE 5.5+ */
	overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btn:hover,
	.btn:focus,
	.btn.focus {
		color: #333333;
		text-decoration: none;
	}

	.btn:active,
	.btn.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
		cursor: not-allowed;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

	.btn-default:focus,
	.btn-default.focus {
		color: #333333;
		background-color: #e6e6e6;
		border-color: #8c8c8c;
	}

	.btn-default:hover {
		color: #333333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		color: #333333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

		.btn-default:active:hover,
		.btn-default.active:hover,
		.open > .dropdown-toggle.btn-default:hover,
		.btn-default:active:focus,
		.btn-default.active:focus,
		.open > .dropdown-toggle.btn-default:focus,
		.btn-default:active.focus,
		.btn-default.active.focus,
		.open > .dropdown-toggle.btn-default.focus {
			color: #333333;
			background-color: #d4d4d4;
			border-color: #8c8c8c;
		}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		background-image: none;
	}

	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus,
	.btn-default[disabled].focus,
	fieldset[disabled] .btn-default.focus {
		background-color: #ffffff;
		border-color: #cccccc;
	}

	.btn-default .badge {
		color: #ffffff;
		background-color: #333333;
	}

.btn-primary {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

	.btn-primary:focus,
	.btn-primary.focus {
		color: #ffffff;
		background-color: #286090;
		border-color: #122b40;
	}

	.btn-primary:hover {
		color: #ffffff;
		background-color: #286090;
		border-color: #204d74;
	}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: #286090;
		border-color: #204d74;
	}

		.btn-primary:active:hover,
		.btn-primary.active:hover,
		.open > .dropdown-toggle.btn-primary:hover,
		.btn-primary:active:focus,
		.btn-primary.active:focus,
		.open > .dropdown-toggle.btn-primary:focus,
		.btn-primary:active.focus,
		.btn-primary.active.focus,
		.open > .dropdown-toggle.btn-primary.focus {
			color: #ffffff;
			background-color: #204d74;
			border-color: #122b40;
		}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		background-image: none;
	}

	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
		background-color: #337ab7;
		border-color: #2e6da4;
	}

	.btn-primary .badge {
		color: #337ab7;
		background-color: #ffffff;
	}

.btn-success {
	color: #ffffff;
	background-color: #295B29;
	border-color: #234D23;
	text-decoration: underline;
}

	.btn-success:focus,
	.btn-success.focus {
		color: #ffffff;
		background-color: #214A21;
		border-color: #265426;
		text-decoration: underline;
	}

	.btn-success:hover {
		color: #ffffff;
		background-color: #214A21;
		border-color: #265426;
		text-decoration: underline;
	}

	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
		color: #ffffff;
		background-color: #214A21;
		border-color: #265426;
		text-decoration: underline;
	}

		.btn-success:active:hover,
		.btn-success.active:hover,
		.open > .dropdown-toggle.btn-success:hover,
		.btn-success:active:focus,
		.btn-success.active:focus,
		.open > .dropdown-toggle.btn-success:focus,
		.btn-success:active.focus,
		.btn-success.active.focus,
		.open > .dropdown-toggle.btn-success.focus {
			color: #ffffff;
			background-color: #214A21;
			border-color: #265426;
		}

	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
		background-image: none;
	}

	.btn-success.disabled:hover,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus,
	.btn-success[disabled]:focus,
	fieldset[disabled] .btn-success:focus,
	.btn-success.disabled.focus,
	.btn-success[disabled].focus,
	fieldset[disabled] .btn-success.focus {
		background-color: #5cb85c;
		border-color: #4cae4c;
	}

	.btn-success .badge {
		color: #5cb85c;
		background-color: #ffffff;
	}

.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

	.btn-info:focus,
	.btn-info.focus {
		color: #ffffff;
		background-color: #31b0d5;
		border-color: #1b6d85;
	}

	.btn-info:hover {
		color: #ffffff;
		background-color: #31b0d5;
		border-color: #269abc;
	}

	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
		color: #ffffff;
		background-color: #31b0d5;
		border-color: #269abc;
	}

		.btn-info:active:hover,
		.btn-info.active:hover,
		.open > .dropdown-toggle.btn-info:hover,
		.btn-info:active:focus,
		.btn-info.active:focus,
		.open > .dropdown-toggle.btn-info:focus,
		.btn-info:active.focus,
		.btn-info.active.focus,
		.open > .dropdown-toggle.btn-info.focus {
			color: #ffffff;
			background-color: #269abc;
			border-color: #1b6d85;
		}

	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
		background-image: none;
	}

	.btn-info.disabled:hover,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus,
	.btn-info[disabled]:focus,
	fieldset[disabled] .btn-info:focus,
	.btn-info.disabled.focus,
	.btn-info[disabled].focus,
	fieldset[disabled] .btn-info.focus {
		background-color: #5bc0de;
		border-color: #46b8da;
	}

	.btn-info .badge {
		color: #5bc0de;
		background-color: #ffffff;
	}

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

	.btn-warning:focus,
	.btn-warning.focus {
		color: #ffffff;
		background-color: #ec971f;
		border-color: #985f0d;
	}

	.btn-warning:hover {
		color: #ffffff;
		background-color: #ec971f;
		border-color: #d58512;
	}

	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
		color: #ffffff;
		background-color: #ec971f;
		border-color: #d58512;
	}

		.btn-warning:active:hover,
		.btn-warning.active:hover,
		.open > .dropdown-toggle.btn-warning:hover,
		.btn-warning:active:focus,
		.btn-warning.active:focus,
		.open > .dropdown-toggle.btn-warning:focus,
		.btn-warning:active.focus,
		.btn-warning.active.focus,
		.open > .dropdown-toggle.btn-warning.focus {
			color: #ffffff;
			background-color: #d58512;
			border-color: #985f0d;
		}

	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
		background-image: none;
	}

	.btn-warning.disabled:hover,
	.btn-warning[disabled]:hover,
	fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus,
	.btn-warning[disabled]:focus,
	fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled.focus,
	.btn-warning[disabled].focus,
	fieldset[disabled] .btn-warning.focus {
		background-color: #f0ad4e;
		border-color: #eea236;
	}

	.btn-warning .badge {
		color: #f0ad4e;
		background-color: #ffffff;
	}

.btn-danger {
	color: #ffffff;
	background-color: #A72925;
	border-color: #d43f3a;
}

	.btn-danger:focus,
	.btn-danger.focus {
		color: #ffffff;
		background-color: #c9302c;
		border-color: #761c19;
	}

	.btn-danger:hover {
		color: #ffffff;
		background-color: #c9302c;
		border-color: #ac2925;
	}

	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
		color: #ffffff;
		background-color: #c9302c;
		border-color: #ac2925;
	}

		.btn-danger:active:hover,
		.btn-danger.active:hover,
		.open > .dropdown-toggle.btn-danger:hover,
		.btn-danger:active:focus,
		.btn-danger.active:focus,
		.open > .dropdown-toggle.btn-danger:focus,
		.btn-danger:active.focus,
		.btn-danger.active.focus,
		.open > .dropdown-toggle.btn-danger.focus {
			color: #ffffff;
			background-color: #ac2925;
			border-color: #761c19;
		}

	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
		background-image: none;
	}

	.btn-danger.disabled:hover,
	.btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus,
	.btn-danger[disabled]:focus,
	fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled.focus,
	.btn-danger[disabled].focus,
	fieldset[disabled] .btn-danger.focus {
		background-color: #A72925;
		border-color: #d43f3a;
	}

	.btn-danger .badge {
		color: #A72925;
		background-color: #ffffff;
	}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}

	.btn-link,
	.btn-link:active,
	.btn-link.active,
	.btn-link[disabled],
	fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.btn-link,
		.btn-link:hover,
		.btn-link:focus,
		.btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover,
			.btn-link:focus {
				color: #23527c;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover,
			fieldset[disabled] .btn-link:hover,
			.btn-link[disabled]:focus,
			fieldset[disabled] .btn-link:focus {
				color: #777777;
				text-decoration: none;
			}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

	.btn-block + .btn-block {
		margin-top: 5px;
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

/* a wrapper for the paginatior */
.btn-group-wrap {
	text-align: center;
	margin-top: 6px;
}

div.btn-group {
	text-align: center;
	width: inherit;
	display: inline-block;
}

/*a {
	float: left;
}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

	a:active,
	a:hover {
		outline: 0;
	}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

	a:hover,
	a:focus {
		color: #23527c;
		text-decoration: underline;
	}

	a:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto;
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333333;
		/*white-space: nowrap;*/
	}

		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5;
		}

	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
		outline: 0;
		background-color: #337ab7;
	}

	.dropdown-menu > .disabled > a,
	.dropdown-menu > .disabled > a:hover,
	.dropdown-menu > .disabled > a:focus {
		color: #777777;
	}

		.dropdown-menu > .disabled > a:hover,
		.dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

ul.dropdown-menu {
	max-height: 200px;
	overflow: auto;
}

.modal.fade {
	position: fixed;
	margin-left: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 2;
}

.modal-content {
	padding: 10px;
	font-weight: bold;
}

::-webkit-input-placeholder { /* Chrome */
	font-size: smaller;
	font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: smaller;
	font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: smaller;
	font-style: italic;
}

:-moz-placeholder { /* Firefox 4 - 18 */
	font-size: smaller;
	font-style: italic;
}