@import url('res/fonts/fonts.css');

body {
	font: 16px 'Source Sans Pro', sans-serif;
	margin: 0;
	color: #7e8083;
	min-width: 1450px;
}

input,
select,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

a {
	color: #8DC63D;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

a:hover {
	color: #6A88B8;
	border-bottom-color: #6A88B8;
}

#loading {
	position: fixed;
	top: -9999px;
	right: 0;
	left: 0;
	bottom: 9999px;
	background: #EEEEEE url('res/loading.gif') no-repeat center center;
	background-color: rgba(230, 230, 230, 0.75);
	z-index: 100;
}

#app .widget {
	display: none;
	padding: 0 10px
}

#app .widget.current,
#app .widget.permanent {
	display: block;
}

#app .widget.permanent {
	padding: 0;
}

body.loading #loading {
	top: 0;
	bottom: 0;
}

.lightbox {
	display: none;
}

.lightbox.active {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 2;
}

.lightbox.active .lightbox_inner {
	background: #FFF;
	width: 100%;
	max-width: 500px;
	margin: 20px auto;
}

h1 {
	color: #00AEdB;
	margin: 20px 10px;
}
h1 span {
	color: #8DC63D;
	margin-right: 5px
}


.widget h2 {
	margin: 0 0 10px 0;
}

/* Date Picker */
.ui-widget-header {
	background: #00AEDB;
	border: none;
	border-radius: 0;
}

.ui-datepicker-title {
	padding: 2px 0;
}

.ui-widget-header {
	color: #FFF;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	margin-top: -5px
}

.ui-widget {
	font: 16px 'Source Sans Pro', sans-serif;
}

.ui-widget-content {
	color: #7E8083;
	border: solid 1px #EEE;
	padding: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-default {
	background: #EEEEEE;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #8DC63D;
	color: #FFF;
	border: 1px solid #d9ffa3;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
	background: #00AEDB;
	border: none;
}

.ui-datepicker-calendar tr td.ui-datepicker-current-day .ui-state-default.ui-state-active {
	background: #00AEDB;
	color: #FFF;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, {
	background: none;
	border: none;
}

.ui-widget-header .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url("../libs/jquery-ui/images/ui-icons_FFFFFF_256x240.png")
}

input[type="submit"] {
	background: #00AEDB;
	color: #FFF;
	border: none;
	min-width: 70px;
	padding: 5px;
}

input[type="submit"]:hover {
	background: rgba(117, 189, 209, 1);
	background: -moz-linear-gradient(top, rgba(117, 189, 209, 1) 0%, rgba(117, 189, 209, 1) 50%, rgba(117, 189, 209, 1) 50%, rgba(73, 165, 191, 1) 50%, rgba(73, 165, 191, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117, 189, 209, 1)), color-stop(50%, rgba(117, 189, 209, 1)), color-stop(50%, rgba(117, 189, 209, 1)), color-stop(50%, rgba(73, 165, 191, 1)), color-stop(100%, rgba(73, 165, 191, 1)));
	background: -webkit-linear-gradient(top, rgba(117, 189, 209, 1) 0%, rgba(117, 189, 209, 1) 50%, rgba(117, 189, 209, 1) 50%, rgba(73, 165, 191, 1) 50%, rgba(73, 165, 191, 1) 100%);
	background: -o-linear-gradient(top, rgba(117, 189, 209, 1) 0%, rgba(117, 189, 209, 1) 50%, rgba(117, 189, 209, 1) 50%, rgba(73, 165, 191, 1) 50%, rgba(73, 165, 191, 1) 100%);
	background: -ms-linear-gradient(top, rgba(117, 189, 209, 1) 0%, rgba(117, 189, 209, 1) 50%, rgba(117, 189, 209, 1) 50%, rgba(73, 165, 191, 1) 50%, rgba(73, 165, 191, 1) 100%);
	background: linear-gradient(to bottom, rgba(117, 189, 209, 1) 0%, rgba(117, 189, 209, 1) 50%, rgba(117, 189, 209, 1) 50%, rgba(73, 165, 191, 1) 50%, rgba(73, 165, 191, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75bdd1', endColorstr='#49a5bf', GradientType=0);
}