/* 
Admin CSS 
*/
* {
	outline: none;
}
html {
	font-size: 14px;
	height: 100%;
}
body {
	font-family: "ff-dagny-web-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	background-color: #2e363f;
	color: #555;
	overflow-x: hidden;
}
a {
	color: #888;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
a img {
	border: none!important;
}
input, select, textarea {
	font-family: "ff-dagny-web-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
}
.bold {
	font-weight: 700;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#form_wrap {
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	z-index: 1;
	color: #fff;
	padding: 40px 0px;
}
#form_wrap form {
	border: none;
}
#form_wrap label {
	display: inline-block;
	width: 6%;
	padding: 11px 5%;
	text-align: center;
	background-color: #495460;
	margin-top: 5px;
	vertical-align: top;
}
#form_wrap input {
	width: 74%;
	background-color: #fff;
	padding: 12px 5% 10px 5%;
	border: none;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
}
#form_wrap input.soob {
	width: 40%;
	text-align: center;
	font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	border: 1px solid #fff;
	background: none;
	color: #fff;
	font-weight: normal;
	font-size: 1.231rem;
	padding: 5px 10px;
	margin-top: 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#form_wrap input.soob:hover {
	border-radius: 10px;
	background-color: #495460;
	cursor: pointer;
}
#message {
	padding: 8px 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	font-size: 0.9231rem;
}
#form_wrap #message {
	margin-top: 10px;
}
.error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	color: #b94a48;
}
#message span {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
#credit {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	z-index: 1;
	color: #616d7a;
	font-size: 0.8462rem;
}
.wrapper, #nav {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	position:relative;
	z-index:1;
}
#nav {
	z-index:2;
}
#nav, #nav a {
	color: #aaa;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-left: 1px solid #1f262d;
}
#nav ul li {
	display: inline-block;
	border-left: 1px solid #37414b;
	position: relative;
	z-index: 1;
}
#nav ul li ul {
	position: absolute;
	left: 0px;
	top: 46px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	min-width: 200px;
}
#nav ul li ul img {
	position: absolute;
	top: -6px;
	left: 20px;
	z-index: 2;
}
#nav ul li ul a, #nav ul li ul li {
	border: none;
	display: block;
	position: relative;
	z-index: 3;
}
#nav ul li ul a {
	padding: 7px 15px;
	font-size: 0.9231rem;
	color: #555;
}
#nav ul span, #nav ul a {
	padding: 15px 20px 15px 15px;
	display: block;
}
#nav ul li a:hover, #nav ul li a.active, .btn-group .dropdown-menu a:hover {
	background-color: #1e252c;
	color: #fff;
}
#nav i, #crumbs i, ul.navigation a i, .btn-group .dropdown-menu a i {
	display: inline-block;
	margin-right: 10px;
}
#crumbs i {
	margin-right: 5px;
}
.c_15 {
	width: 15%;
}
.c_20 {
	width: 20%;
}
.c_30 {
	width: 30%;
}
.c_70 {
	width: 70%;
}
.c_70.margin {
	width: 67.5%;
	padding-left: 2.5%;
}
.c_80 {
	width: 80%;
}
.c_85 {
	width: 85%;
}
.wrapper .c_80 {
	background-color: #eee;
	position: relative;
	z-index: 1;
}
#crumbs {
	background-color: #fff;
	color: #888;
	padding: 10px 20px;
	font-size: 0.8462rem;
	border-bottom: 1px solid #e0e0e0;
}
#crumbs span {
	display: inline-block;
	margin: 0px 8px;
}
#crumbs img {
	margin-bottom: -2px;
}
#crumbs a {
	font-weight: 700;
}
#crumbs a:hover {
	color: #333;
}
ul.navigation {
	display: block;
	padding: 0px;
	margin: 34px 0px 0px 0px;
	list-style: none;
}
ul.navigation li {
	display: block;
}
ul.navigation a {
	color: #939da8;
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #1f262d;
	border-top: 1px solid #37414b;
	position: relative;
	z-index: 1;
}
ul.navigation a:hover, ul.navigation a.active {
	background-color: #27a9e3;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
}
ul.navigation a.active {
	background-image: url(/images/menu-active.png);
}
ul.navigation a span {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	color: #fff;
	background-color: #495460;
	border-radius: 15px;
	z-index: 2;
	width: 35px;
	padding: 3px 0px;
	font-size: 0.8462rem;
}
#content {
	padding: 15px 20px 30px 20px;
	position: relative;
	z-index: 1;
}
h1.main_title {
	text-transform: uppercase;
	font-size: 2.308rem;
}
h1.no_transform {
	text-transform: none;
}
.widget {
	margin: 20px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.widget .thumbnail {
	width: 100%;
}
.widget h3, fieldset.note {
	display: block;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	margin: -15px -15px 15px -15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 15px 8px 60px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	font-size: 1rem;
}
.widget p {
	line-height: 125%;
}
fieldset.note {
	margin: 0px;
}
.widget h3 i, fieldset.note i {
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #ccc;
	z-index: 2;
	padding: 10px 15px;
	background-color: #eee;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.widget table {
	border: 1px solid #ddd;
}
table th {
	padding: 6px 10px;
	background-color: #eee;
	text-align: center;
	font-weight: normal;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1rem;
}
table th.actions {
	min-width:170px;
}
table td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
}
table td a.btn {
	display: inline-block;
	margin: 0px 3px;
}
a.btn {
	display: inline-block;
	padding: 9px 10px 7px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 0.9231rem;
	background-color: #eee;
	border-bottom: 2px solid #aaa;
	text-shadow: 1px 1px #fff;
}
a.btn:hover {
	background-color: #bbb;
	color: #fff;
	text-shadow: 1px 1px #999;
}
a.blue {
	background-color: #3498DB;
	border-bottom: 2px solid #2980B9;
	text-shadow: 1px 1px #2980B9;
	color: #fff;
}
a.blue:hover {
	background-color: #2b88c7;
}
a.yellow {
	background-color: #efc548;
	border-bottom: 2px solid #D1B358;
	text-shadow: 1px 1px #D1B358;
	color: #fff;
}
a.yellow:hover, form button.submit:hover {
	background-color: #ddba51;
}
a.green {
	background-color: #82BF56;
	border-bottom: 2px solid #669644;
	text-shadow: 1px 1px #669644;
	color: #fff;
}
a.green:hover {
	background-color: #72ac49;
}
a.red {
	background-color: #E74C3C;
	border-bottom: 2px solid #BD3E31;
	text-shadow: 1px 1px #BD3E31;
	color: #fff;
}
a.red:hover, form button.reset:hover {
	background-color: #d43d2d;
}
a.small {
	padding: 5px 10px 3px 10px;
	font-size: 0.7692rem;
}
.legend table {
	width: auto;
}
hr {
	margin: 20px 0px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	height: 0;
}
/* Tables */
tr:hover {
	background: #f6f6f6;
}
span.icon .checker {
	margin-top: -5px;
	margin-right: 0;
}
.dataTables_length {
	color: #878787;
	margin: 7px 5px 0;
	position: relative;
	left: 5px;
	width: 50%;
	top: -7px;
}
.dataTables_length div {
	vertical-align: middle;
}
.dataTables_paginate {
	line-height: 16px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
}
.dataTables_paginate {
	line-height: 16px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
}
.dataTables_paginate .ui-button, .pagination.alternate li a {
	font-size: 12px;
	padding: 4px 10px !important;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	display: inline-block;
	line-height: 16px;
	background: #f5f5f5;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
}
.dataTables_paginate .ui-button:hover, .pagination.alternate li a:hover {
	background: #e8e8e8;
	color: #222222;
	text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;
}
.dataTables_paginate .first {
	border-radius: 4px 0 0 4px;
}
.dataTables_paginate .last {
	border-radius: 0 4px 4px 0;
}
.dataTables_paginate .ui-state-disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
	color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
	background: #f5f5f5;
	cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
	background: #41BEDD !important;
	color: #ffffff !important;
	cursor: default !important;
}
div.dataTables_wrapper .ui-widget-header {
	border-right: medium none;
	border-top: 1px solid #D5D5D5;
	font-weight: normal;
	margin-top: -1px;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px 0px 5px 5px;
}
.dataTables_filter {
	color: #878787;
	font-size: 11px;
	right: 15px;
	top: 42px;
	margin: 4px 0px 2px 10px;
	position: absolute;
	text-align: left;
}
.dataTables_filter input {
	margin-bottom: 0;
}
.tiny {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	visibility: hidden;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
	width: 10px;
}
.table.with-check tr th:first-child i {
	margin-top: -2px;
	opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
	margin-right: 0;
}
.table tr.checked td {
	background-color: #FFFFE3 !important;
}
.dataTable td {
	text-align: center;
	border-right: 1px solid #ddd;
}
.dataTable a.btn {
	margin: 0px 2px;
}
.warning_wrap h2 {
	font-size: 8rem;
	font-weight: 400;
	color: #c00;
	text-align: center;
	display: block;
}
.warning_wrap h4 {
	display: block;
	text-align: center;
	font-size: 2rem;
}
.warning_wrap p {
	text-align: center;
}
.inner h1, .inner h2, .inner h3, .inner h4, .inner h5 {
	font-weight: 300;
}
.inner h1 {
	font-size: 2.5rem;
}
.inner h2 {
	font-size: 2.2rem;
}
.inner h3 {
	font-size: 2rem;
}
.inner h4 {
	font-size: 1.8rem;
}
.inner h4 {
	font-size: 1.8rem;
}
.btn-info {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	border: none;
	padding: 5px 15px;
	font-size: 1rem;
	border-bottom: 2px solid #409eba;
}
.btn-info:hover {
	background-color: #2f96b4;
	cursor: pointer;
}
.action_group {
	position: absolute;
	right: 20px;
	top: 20px;
}
.btn-group .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 1000;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	min-width: 160px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.btn-group .dropdown-menu a {
	display: block;
	font-size: 0.9231rem;
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
}
.btn-group i {
	display: inline-block;
	margin-left: 5px;
}
form {
	border-top: 1px solid #ccc;
	padding: 0px;
}
fieldset {
	border: 1px solid #ccc;
	background-color: #fff;
	border-width: 0px 1px 1px 1px;
	padding: 5px 10px;
	margin: 0px;
}
fieldset.note label {
	font-weight: 700;
	font-size: 1rem;
	padding: 4px 0px!important;
}
form section {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
	margin: 0px;
}
form fieldset section:last-of-type {
	border-bottom: 0px;
}
form section label {
	width: 18%;
	text-align: right;
	padding: 7px 0px;
	text-transform: uppercase;
	border-right: 1px solid #eee;
	padding-right: 2%;
}
form section div {
	width: 76%;
	padding-left: 4%;
}
form section div input {
	width: 97.8%;
	padding: 7px 1%;
	color: #888;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
	border-radius: 3px;
	border: 1px solid #ccc;
}
form section div input[type=checkbox] {
	width: 16px;
}
form section span {
	font-weight: 300;
	font-size: 0.8462rem;
	display: block;
	text-transform: none;
	color: #777;
	padding: 5px 0px 0px 0;
}
form section label span.msg {
	padding-left: 20%;
}
input.integer, input.decimal {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
/*----------------------------------------------------------------------*/
/* jQuery Checkbox
/*----------------------------------------------------------------------*/

.jquery-checkbox, .jquery-checkbox span {
	display: inline;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	padding-left: 0px;
	margin-top: 3px;
}
.jquery-checkbox span.checkboxplaceholder {
	vertical-align: baseline;
	padding: 2px 12px 0px;
	line-height: 8px;
	background-repeat: no-repeat;
}
.jquery-checkbox span.checkboxplaceholder {
	background-image: url(/images/checkbox.png);
}
.jquery-checkbox.checkbox span.checkboxplaceholder {
	background-position: 0px 0px;
}
.jquery-checkbox.checkbox .hover span.checkboxplaceholder {
	background-position: 0px -26px;
}
.jquery-checkbox.checkbox .hover.pressed span.checkboxplaceholder {
	background-position: 0px -51px;
}
.jquery-checkbox.checkbox.checked span.checkboxplaceholder {
	background-position: 0px -77px;
}
.jquery-checkbox.checkbox.checked .hover span.checkboxplaceholder {
	background-position: 0px -102px;
}
.jquery-checkbox.checkbox.checked .hover.pressed span.checkboxplaceholder {
	background-position: 0px -128px;
}
.jquery-checkbox.checkbox .disabled span.checkboxplaceholder {
	background-position: 0px -153px !important;
	cursor: auto;
}
.jquery-checkbox.checkbox.checked .disabled span.checkboxplaceholder {
	background-position: 0px -179px !important;
	cursor: auto;
}
.jquery-checkbox.radio span.checkboxplaceholder {
	background-position: -26px 0px;
}
.jquery-checkbox.radio .hover span.checkboxplaceholder {
	background-position: -26px -26px;
}
.jquery-checkbox.radio .hover.pressed span.checkboxplaceholder {
	background-position: -26px -51px;
}
.jquery-checkbox.radio.checked span.checkboxplaceholder {
	background-position: -26px -77px;
}
.jquery-checkbox.radio.checked .hover span.checkboxplaceholder {
	background-position: -26px -102px;
}
.jquery-checkbox.radio.checked .hover.pressed span.checkboxplaceholder {
	background-position: -26px -128px;
}
.jquery-checkbox.radio .disabled span.checkboxplaceholder {
	background-position: -26px -153px !important;
	cursor: auto;
}
.jquery-checkbox.radio.checked .disabled span.checkboxplaceholder {
	background-position: -26px -179px !important;
	cursor: auto;
}
/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/

div.fileuploadui {
	padding: 0 5px;
	margin-bottom: 5px;
}
div.fileuploadui a {
	margin-right: 10px;
	font-size: 11px;
	display: inline !important;
}
ul.fileuploadpool {
	display: block;
	clear: both;
	margin-bottom: 5px;
	border: 1px solid;
	z-index: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height: 68px;
	min-width: 138px;
	overflow: hidden;
	padding: 4px;
}
ul.fileuploadpool.drop {
}
ul.fileuploadpool.single {
	width: 138px;
}
ul.fileuploadpool li {
	position: relative;
	z-index: 1;
	font-size: 11px;
	list-style-type: none;
	float: left;
	border: 1px solid;
	margin: 4px;
	padding: 4px;
	height: 50px;
	width: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-animation-name: showfile;
	-moz-animation-name: showfile;
	animation-name: showfile;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes showfile {
 from {
-webkit-transform: scale(0);
}
to {
 -webkit-transform: scale(1.0);
}
}
@-moz-keyframes showfile {
 from {
-webkit-transform: scale(0);
}
to {
 -webkit-transform: scale(1.0);
}
}
@keyframes showfile {
 from {
-webkit-transform: scale(0);
}
to {
 -webkit-transform: scale(1.0);
}
}
ul.fileuploadpool li.error {
	text-shadow: none;
}
ul.fileuploadpool li .name {
	display: block;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 22px;
	padding-top: 0px!important;
}
ul.fileuploadpool li a {
	display: block;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	float: right;
	position: absolute;
	right: 5px;
	bottom: 0px;
	z-index: 2;
}
ul.fileuploadpool li a:hover {
	text-decoration: none;
}
ul.fileuploadpool li a.cancel {
}
ul.fileuploadpool li a.remove {
	position: absolute;
	right: 5px;
	bottom: 0px;
	z-index: 2;
}
ul.fileuploadpool li .progress {
	display: block;
	line-height: 1px;
	height: 3px;
	width: 0%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.fileuploadpool li.success .progress {
}
/*----------------------------------------------------------------------*/
/* Comboselect
/*----------------------------------------------------------------------*/

div.comboselectbox {
	display: block;
	clear: both;
	min-height: 100px;
	padding-left: 0px;
}
div.comboselectbox div.combowrap {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	border: 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 42%;
	width: 350px;
	height: 99%;
	padding: 1% 1% 0 0;
}
div.comboselectbox ul.comboselect {
	overflow: auto;
	height: 99%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.comboselectbox.searchable div.combowrap:first-child ul.comboselect {
	height: 79%;
}
div.comboselectbox.searchable div.combowrap:first-child input {
	margin: 1% 2% 2% 2%;
	width: 94%;
}
div.comboselectbox ul.comboselect li {
	display: block;
	margin: 0;
	list-style-type: none;
	float: left;
	border: 1px solid;
	margin: 1px 6% 1px 2%;
	width: 97.5%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.comboselectbox ul.comboselect li.hidden {
	display: none;
}
div.comboselectbox ul.comboselect li a {
	font-size: 0.9231rem;
	padding: 5px 10px;
	float: left;
	width: 75%;
	cursor: pointer;
	text-decoration: none;
	cursor: pointer;
}
div.comboselectbox ul.comboselect.ui-sortable li.selected a {
	cursor: n-resize;
}
div.comboselectbox ul.comboselect li a.add, div.comboselectbox ul.comboselect li a.remove {
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.comboselectbox ul.comboselect li.used a {
	text-decoration: line-through;
}
div.comboselectbox ul.comboselect li.selected {
}
div.comboselectbox div.comboselectbuttons {
	max-width: 9%;
	height: 99%;
	width: 30px;
	float: left;
	padding: 0 3px;
}
div.comboselectbox div.comboselectbuttons a {
	padding: 3px;
	line-height: 20px;
	font-size: 20px;
	width: 18px;
	height: 18px;
	margin: 0 2px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
div.comboselectbox div.comboselectbuttons a.add {
}
div.comboselectbox div.comboselectbuttons a.remove {
}
div.comboselectbox div.comboselectbuttons a.addall {
}
div.comboselectbox div.comboselectbuttons a.removeall {
}

@media screen and (max-width:700px) {
div.comboselectbox div.combowrap {
	max-width: 98%;
	width: 98%;
	height: 40%;
	float: none;
}
div.comboselectbox.searchable div.combowrap:first-child ul.comboselect {
	height: 40%;
}
div.comboselectbox div.comboselectbuttons {
	text-align: center;
	max-width: 98%;
	width: 98%;
	float: none;
	height: 30px;
}
}
form span.required {
	background-image: url(/images/required.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px!important
}
/*

Uniform Theme: Aristo
Version: 1.0
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action {
	background-image: url(/images/sprite.png);
	background-repeat: no-repeat;
}
.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader * {
	margin: 0;
	padding: 0;
}
/* SPRITES */

/* Select */

div.selector {
	background-position: -483px -160px;
	line-height: 32px;
	height: 32px;
}
div.selector span {
	background-position: right 0px;
	height: 32px;
	line-height: 32px;
}
div.selector select {
	/* change these to adjust positioning of select element */
	top: 0px;
	left: 0px;
}
div.selector:active, div.selector.active {
	background-position: -483px -192px;
}
div.selector:active span, div.selector.active span {
	background-position: right -32px;
}
div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -224px;
}
div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -64px;
}
div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover {
	background-position: -483px -256px;
}
div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span {
	background-position: right -96px;
}
div.selector.disabled, div.selector.disabled:active, div.selector.disabled.active {
	background-position: -483px -288px;
}
div.selector.disabled span, div.selector.disabled:active span, div.selector.disabled.active span {
	background-position: right -128px;
}
/* Checkbox */

div.checker {
	width: 23px;
	height: 23px;
}
div.checker input {
	width: 23px;
	height: 23px;
}
div.checker span {
	background-position: 0px -320px;
	height: 23px;
	width: 23px;
}
div.checker:active span, div.checker.active span {
	background-position: -23px -320px;
}
div.checker.focus span, div.checker:hover span {
	background-position: -46px -320px;
}
div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
	background-position: -69px -320px;
}
div.checker span.checked {
	background-position: -92px -320px;
}
div.checker:active span.checked, div.checker.active span.checked {
	background-position: -115px -320px;
}
div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -138px -320px;
}
div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
	background-position: -161px -320px;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
	background-position: -184px -320px;
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
	background-position: -207px -320px;
}
/* radio */

div.radio {
	width: 23px;
	height: 23px;
}
div.radio input {
	width: 23px;
	height: 23px;
}
div.radio span {
	height: 23px;
	width: 23px;
	background-position: 0px -343px;
}
div.radio:active span, div.radio.active span {
	background-position: -23px -343px;
}
div.radio.focus span, div.radio:hover span {
	background-position: -46px -343px;
}
div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
	background-position: -69px -343px;
}
div.radio span.checked {
	background-position: -92px -343px;
}
div.radio:active span.checked, div.radio.active span.checked {
	background-position: -115px -343px;
}
div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -138px -343px;
}
div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
	background-position: -161px -343px;
}
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
	background-position: -184px -343px;
}
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
	background-position: -207px -343px;
}
/* uploader */

div.uploader {
	background-position: 0px -366px;
	height: 32px;
}
div.uploader span.action {
	background-position: right -494px;
	height: 24px;
	line-height: 24px;
}
div.uploader span.filename {
	height: 24px;
	/* change this line to adjust positioning of filename area */
	margin: 4px 0px 4px 4px;
	line-height: 24px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
	background-position: 0px -430px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
	background-position: right -526px;
}
div.uploader.active span.action, div.uploader:active span.action {
	background-position: right -558px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
	background-position: right -590px;
}
div.uploader.disabled {
	background-position: 0px -398px;
}
div.uploader.disabled span.action {
	background-position: right -462px;
}
/* PRESENTATION */

/* Select */
div.selector {
	font-weight: bold;
	color: #464545;
	font-size: 14px;
}
div.selector select {
	font-size: 1em;
	border: solid 1px #fff;
}
div.selector span {
	padding: 0px 25px 0px 2px;
	cursor: pointer;
}
div.selector span {
	color: #666;
	text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
	color: #bbb;
}
/* checker */
div.checker {
	margin-right: 10px;
}
/* radio */
div.radio {
	margin-right: 10px;
}
/* uploader */
div.uploader {
	width: 190px;
	margin-bottom: 20px;
	cursor: pointer;
}
div.uploader span.action {
	width: 83px;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	background-color: #F5F5F5;
	font-weight: bold;
	color: #1c4257;
}
div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #F5F5F5;
	font-size: 90%;
	font-size: 11px;
}
div.uploader input {
	width: 190px;
}
div.uploader.disabled span.action {
	color: #aaa;
}
div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
	outline: 0;
}
/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	display: inline-block;
	zoom: 1;
 *display:inline;
}
div.selector span {
	display: inline-block;
	float: left;
}
div.selector select {
	position: absolute;
	opacity: 0;
}
/* checker */

div.checker {
	position: relative;
	float: left;
}
div.checker span {
	display: block;
	float: left;
	text-align: center;
}
div.checker input {
	opacity: 0;
	display: inline-block;
}
/* radio */

div.radio {
	position: relative;
	float: left;
}
div.radio span {
	display: block;
	float: left;
	text-align: center;
}
div.radio input {
	opacity: 0;
	text-align: center;
	display: inline-block;
}
/* uploader */

div.uploader {
	position: relative;
	float: left;
	overflow: hidden;
}
div.uploader span.action {
	float: left;
	display: inline;
	padding: 4px 0px;
	overflow: hidden;
	cursor: pointer;
}
div.uploader span.filename {
	padding: 0px 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.uploader input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
}
div.passwordstrength {
	text-shadow: 0 1px 0 #dddddd;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
div.passwordstrength.s_1 {
	background-color: #f0a8a8;
}
div.passwordstrength.s_2 {
	background-color: #f0d2b5;
}
div.passwordstrength.s_3 {
	background-color: #e8e8a2;
}
div.passwordstrength.s_4 {
	background-color: #a8f0f0;
}
div.passwordstrength.s_5 {
	background-color: #a2e8a2;
}
/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/

div.fileuploadui {
}
div.fileuploadui a {
}
ul.fileuploadpool {
	border-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
ul.fileuploadpool.drop {
	background-image: url(/images/dragndrop.png), url(/images/paper_02.png);
}
ul.fileuploadpool.single {
}
ul.fileuploadpool li {
	border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
	background-color: #f6f6f6;
}
ul.fileuploadpool li.error {
	background-color: #f0cccc;
}
ul.fileuploadpool li .name {
}
ul.fileuploadpool li a {
}
ul.fileuploadpool li a:hover {
}
ul.fileuploadpool li a.cancel {
	background-image: url(/images/cross.png);
}
ul.fileuploadpool li a.remove {
	background-image: url(/images/cross.png);
}
ul.fileuploadpool li .progress {
	background-color: #f0a8a8;
	background-image: url(/images/upload.gif);
}
ul.fileuploadpool li.success .progress {
	background-color: #a2e8a2;
	background-image: none;
}
/*----------------------------------------------------------------------*/
/* Comboselect
/*----------------------------------------------------------------------*/

div.comboselectbox div.combowrap {
	border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
	background-image: url(/images/paper_02.png);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
div.comboselectbox ul.comboselect li {
	border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
	background-color: #f6f6f6;
}
div.comboselectbox ul.comboselect li:hover a {
	color: #111;
}
div.comboselectbox ul.comboselect li a.add {
	background-image: url(/images/plus.png);
}
div.comboselectbox ul.comboselect li a.remove {
	background-image: url(/images/cross.png);
}
div.comboselectbox ul.comboselect li.used a {
	color: #ccc;
}
div.comboselectbox ul.comboselect li.selected {
	background-color: #efefef;
}
div.comboselectbox div.comboselectbuttons a.add {
	background-image: url(/images/triangle_right.png);
}
div.comboselectbox div.comboselectbuttons a.remove {
	background-image: url(/images/triangle_left.png);
}
div.comboselectbox div.comboselectbuttons a.addall {
	background-image: url(/images/triangle_double_right.png);
}
div.comboselectbox div.comboselectbuttons a.removeall {
	background-image: url(/images/triangle_double_left.png);
}

@media screen and (max-width:700px) {
div.comboselectbox div.comboselectbuttons a.add {
	background-image: url(/images/triangle_down.png);
}
div.comboselectbox div.comboselectbuttons a.remove {
	background-image: url(/images/triangle_up.png);
}
div.comboselectbox div.comboselectbuttons a.addall {
	background-image: url(/images/triangle_double_down.png);
}
div.comboselectbox div.comboselectbuttons a.removeall {
	background-image: url(/images/triangle_double_up.png);
}
}
a.fileupload_cancel:hover {
	background-color: #c00;
	border-bottom: 2px solid #b00202;
	cursor: pointer;
}
#wl_msg {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999999;
}
.msg-box {
	padding: 30px;
	background-color: #000;
	color: #fff;
	position: relative;
	z-index: 1;
}
.msg-close {
	color: #c00;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.msg-close:hover {
	color: #fff;
	cursor: pointer;
}
form button {
	display: inline-block;
	padding: 9px 10px 7px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 1.077rem;
	background-color: #eee;
	border: none;
	border-bottom: 2px solid #aaa;
	text-shadow: 1px 1px #fff;
}
form button.submit {
	background-color: #efc548;
	border-bottom: 2px solid #D1B358;
	text-shadow: 1px 1px #D1B358;
	color: #fff;
}
form button.reset {
	background-color: #E74C3C;
	border-bottom: 2px solid #BD3E31;
	text-shadow: 1px 1px #BD3E31;
	color: #fff;
}
form button:hover {
	cursor: pointer;
}
#status {
	position: absolute;
	top: 55px;
	left: 20px;
	z-index: 999;
	padding: 10px 0px;
	width: 98%;
}
#status.warning {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	color: #b94a48;
}
#status.success {
	background-color: #dff0d8;
	border: 1px solid #749d63;
	color: #749d63;
}
#status span {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
#solid {
	display: none;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	background-color: #2e363f;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left
}
#cboxContent {
	position: relative;
	border: 20px solid #409eba;
	padding: 10px
}
#cboxLoadedContent {
	overflow: auto
}
#cboxTitle {
	margin: 0
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}
#cboxContent {
	background: #fff;
	overflow: hidden
}
.cboxIframe {
	background: #fff
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}
#cboxLoadedContent {
	margin-bottom: 28px
}
#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494
}
#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef
}
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}
#cboxPrevious:hover {
	background-position: -75px -25px
}
#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}
#cboxNext:hover {
	background-position: -50px -25px
}

#cboxClose {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: url(/images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}
#cboxClose:hover {
	background-position: -25px -25px
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
_behavior:expression(this.src = this.src ? this.src:this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+",sizingMethod='scale')")
}
img.thumb {
	max-width:80px;
	max-height:40px;
}

@media only screen and (max-width: 900px) {
html {
	font-size: 60%;
}
#form_wrap label {
	padding: 13px 5%;
}
input {
	border-radius: 0px;
}
ul.navigation a span {
	right: 5%;
}
}
