<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0px;
	padding:0px;
}
a:link, a:visited {
	text-decoration:none;
	color:#999483;
}
a:hover {
	text-decoration:none;
	color:#EA833B;
}
a img {
	border:none
}
img {
	max-width:100%;
	height:auto;
}
body, html {
	width:100%;
	background-color:#EA833B;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	line-height:150%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 100%;
}

.tg  {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
.tg td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	width: 50%;
}
.tg .tg-mer2 {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
.tg .tg-0lax {
	text-align:right;
	vertical-align:top;
	width: 75px;
}
.stats-box {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #f7f6f5;
	width: 60%;
	border-radius: 5px;
	color: #999483;
}
.stats-label {
	font-family: 'Oswald', sans-serif;
}
.th  {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
.th td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	vertical-align: middle;
}
.th th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	width: 25%;
	text-align: left;
}
.th .th-mer2 {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
.th .th-0lax {
	text-align:right;
	vertical-align:top;
	width: 75px;
}
.time-box {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #f7f6f5;
	width: 100%;
	border-radius: 5px;
	color: #999483;
}
.time-label {
	font-family: 'Oswald', sans-serif !important;
}
.time-total-label {
	font-family: 'Oswald', sans-serif !important;
	text-align: right !important;
}
.flexfield {
	display: flex;
    justify-content: center;
}
.clock-buttons {
	width: 100%;
	max-width: 300px;
	padding: 0;
    margin: 0;
	display: flex;
    justify-content: space-around;
}
.btn {
	background-color: #EA833B !important;
    border-color: #EA833B;
    border: 1px solid #EA833B;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 11px !important;
    height: 30px;
    font-weight: 400;
    padding: 0 !important;
    text-align: center;
	margin: 2px;
	display: inline-block;
	float: unset !important;
}

.btn-clock {
	width: 50%;
    display: inline-block;
}
.time-box tr:nth-child(even) {
    background-color: #Fff;
}

.btn-xs {
	margin-bottom: 0 !important;
	height: 20px !important;
	font-size: 10px !important;
	display: inline-block !important;
	margin: 0;
}
.btn:disabled {
	background-color: #555 !important;
    border-color: #555;
    border: 1px solid #555;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 11px !important;
    height: 30px;
    font-weight: 400;
    padding: 0 !important;
    text-align: center;
	display: inline-block;
	opacity: 0.5;
}
.timeclock {
    background-color: #fff;
	max-width: 1148px;
    margin: auto;
	padding: 10px;
	border-radius: 5px;
	margin: auto;
}
.borders {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.timeclock-h4 {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #999483;
    margin: 5px;
    padding: 0px;
	text-align: center;
}
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}
.container-timeclock {
    position: relative;
    max-width: 1000px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.current_clock {
	text-align: center;
    display: block;
    font-size: 15px;
    border: 1px solid #aaa;
    margin: auto;
    color: #888;
	width: 300px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 15%);
	margin-bottom: 8px;
}
.alert {
    position: absolute;
    text-align: center;
	top: 2px;
    width: 100%;
    font-size: 12px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@media only screen and (max-width: 1200px) {
	.current_clock {
		width: 300px;
	}
}

@media only screen and (max-width: 768px) {
	.timeclock {
		margin: 15px;
	}
	.current_clock {
		width: 300px;
	}
}

@media only screen and (max-width: 695px) {
	.timeclock {
		margin: 15px;
	}
	.btn {
		display: block;
	}
}

@media only screen and (max-width: 576px) {
	.timeclock {
		margin: 15px;
	}
	.btn-clock {
		width: 100%;
	}
	.btn-clock-in {
		margin-bottom: 5px;
	}
	.clock-buttons {
		width: 94%;
		display: block;
		max-width: unset;
	}
	.current_clock {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		width: 94%;
	}
	.stats-box {
		width: 94%;
	}
	.time-box {
		width: 94%;
	}
	.th th {
		font-size:9.5px;
		padding:4px 2px;
	}
	.tg th {
		font-size:9.5px;
		padding:4px 2px;
	}
	.th td {
		font-size:9.5px;
		padding:4px 2px;
	}
	.tg td {
		font-size:9.5px;
		padding:4px 2px;
	}
	.tg .tg-mer2 {
		font-size:9.5px;
	}
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:120%;
	color:#999483;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:120%;
	color:#000;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	line-height:120%;
	color:#000;
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:8px;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:150%;
	color:#999483;
	margin:1.5em 0 0.5em;
	padding:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:16px;
	line-height:120%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:120%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.wrapper {
	position: relative;
	z-index: 2;
	width:100%;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	margin-bottom:10px;
	background-color:#FFF;
}
.wrapper.login {
	background-color:transparent;
}
header {
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.2);
}
header nav {
	float:right;
	margin-bottom:50px;
}
header nav ul li {
	float:left;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:120%;
	color:#999483;
	margin:0px;
	padding:0px;
	margin-left:23px;
}
@media only screen and (max-width: 576px) {
	header nav ul li {
		margin-left: 13px;
		font-size: 13px;
	}
}

header h1 {
	max-width:470px;
	margin:0px;
	padding:0px;
	margin-right:2%;
	padding-right:2%;
	clear:both;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EA833B;
	line-height:0;
}
header .container.no-nav {
	padding-top:60px;
}
header .header-title .col {
	margin:0px;
	padding:0px;
	float:left;
}
header .header-title h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:15px;
	line-height:120%;
	letter-spacing:.018em;
	text-transform:uppercase;
	color:#999483;
	margin:0px;
	padding:0px;
}
header .header-title h2 span {
	color:#EA833B;
	padding-left:2px;
	padding-right:2px;
}
header .header-title h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:120%;
	letter-spacing:.018em;
	text-transform:uppercase;
	color:#999483;
	margin:0px;
	padding:0px;
	margin-bottom:1px;
}
/* containers */

.container {
	position:relative;
	width:90%;
	max-width:1148px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
/* login page */



#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
.container .login {
	width:86%;
	max-width:486px;
	margin:0px;
	padding:0px;
	padding-top:42px;
	padding-bottom:42px;
	margin-top:66px;
	margin-left:auto;
	margin-right:auto;
	background-color:#EA833B;
}
.container .login h2 {
	font-size:20px;
	line-height:120%;
	letter-spacing:.02em;
	color:#FFF;
	text-transform:uppercase;
	width:72%;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
.container .login form {
	width:72%;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-size:12px;
}
.container .login form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	display: block;
	padding-top:2px;
	padding-bottom:4px;
}
input[type=text] {
	-webkit-appearance: none;
}
.container .login form input[type=text], .container .login form input[type=password], .container .login form input[type=email] {
	border:none;
	width:94%;
	margin:0px;
	padding:0px;
	padding:3%;
	margin-bottom:10px;
	background-color:#FFF;
	color:#999483;
}
.search_button {
	float: right;
	max-width:11.2%;
}
.search_button img {
	max-width:100%;
	height:auto;
}
.search_button input.submit {
	max-width:100%;
	height:auto;
}
.forgot-password a:link, .forgot-password a:visited, .forgot-password a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}
/* overview page */

.titlebar {
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	background-image: url(../images/titlebar-photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.titlebar .container {
	height:100%;
	position:relative;
	padding-top:60px;
	padding-bottom:50px;
}
.titlebar h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:35px;
	line-height:120%;
	color:#FFF;
}
.titlebar .preview-photo {
	position: absolute;
	width:48%;
	margin:0px;
	padding:0px;
	right:0px;
	top:30px;
}
.titlebar .preview-photo img {
	max-width: 470px;
	max-height: 360px;
}
/* interior pages */

.container.interior {
	padding-top:30px;
}
p.breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #EA833B;
	margin: 0px;
	padding: 0px;
	margin-bottom:20px;
	overflow: hidden;
}
p.breadcrumb a {
	border-right: 1px solid #999483;
	padding-right: 0.5em;
	margin-right: 0.5em;
	float: left;
}
p.breadcrumb a:link, p.breadcrumb a:visited {
	color: #999483;
}
p.breadcrumb a:hover {
	color: #EA833B;
}

/* sidebar */
.container aside {
	width:15.38%;
	float:left;
	margin-left:.2%;
}
.container aside nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:100%;
	text-transform:none;
	color:#999483;
	display:block;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:10px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	text-align:left;
}
.container aside nav ul li a:hover, .container aside nav ul li a.active {
	color:#FFF;
	background-color:#999483;
}
.container aside nav ul li ul {
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-bottom:6px;
}
.container aside nav ul li ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:100%;
	text-transform:none;
	color:#999483;
	display:block;
	margin:0px;
	padding:0px;
	padding-left:0px;
	margin-bottom:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
	text-align:left;
}
.container aside nav ul li ul li a:hover, .container aside nav ul li ul li a.active {
	color:#EA833B;
	background-color:#FFF;
}
/* content */
.container main {
	width:81.43%;
	float:right;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.container main h1 {
	float:left;
	width:60%;
}
/* search */
.container.interior #search {
	float:right;
	width:69%;
	max-width:369px;
}
.searchbar {
	margin:0px;
	padding:0px;
	padding-right:3px;
	position:relative;
	display:block;
	border:1px solid #B6CFD3;
	float:left;
	width:68%;
}
.searchbar input {
	border:none;
	margin:0px;
	padding:0px;
	padding-left: 8px;
}
.searchbar fieldset {
	border:none;
	margin:0px;
	padding:0px;
	/*padding-top:3px;
	padding-bottom:1px;*/
	width:100%;
	overflow:hidden;
}
.searchbar input[type=text] {
	margin:0px;
	padding:0px;
	padding-left:2%;
	padding-right:1%;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:100%;
	color:#999483;
	text-align:left;
	letter-spacing:.02em;
	background-color:#FFF;
	width: 97%;
}
.search_text {
	float: left;
	width: 89%;
}
.search_button {
	float: right;
	width:10%;
	max-width:30px;
}
.search_button img {
	max-width:100%;
	height:auto;
}
input[type="submit"] {
	font-family: FontAwesome;
	color:#EA833B;
	float:right;
	padding-top:4px;
	padding-right:2px;
	background-color:transparent;
	font-size:16px;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
 padding-left:15px;
color: #999483 !important;
}


  ::-webkit-input-placeholder {
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#999483;
 text-align:left;
}

:-moz-placeholder { /* Firefox 18- */
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#999483;
 text-align:left;
}

::-moz-placeholder {  /* Firefox 19+ */
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#999483;
 text-align:left;
}

:-ms-input-placeholder {
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#999483;
 text-align:left;
}

/* placeholder only style */
  input:-ms-input-placeholder {
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#999483;
 text-align:left;
}
p.advanced-search a:link {
	margin:0px;
	padding:0px;
	padding-top:3px;
	float:right;
	width:105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999483;
	text-align:right;
}
p.advanced-search a:hover {
	color:#EA833B;
}
/* editable content area */


 .corner {
	clear:both;
	margin:0px;
	padding:0px;
	padding-left:12px;
	margin-top:10px;
	background-image: url(../images/corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:13px;
	margin-top:10px;
	width:99.5%;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}
.content h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:120%;
	text-transform:uppercase;
	color:#FFF;
	background-color:#EA833B;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:-12px;
	padding-left:22px;
	padding-top:5px;
	padding-bottom:5px;
	width:190px;
}
.content h2 img {
	margin-right:4px;
	margin-top:-3px;
}
/* listing table */


.listingtable {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
}
.listingtable h4 {
	margin-top: 0;
	margin-bottom:4px;
	font-weight:700;
}
.listingtable tr {
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:15px;
}
.inner .editable-area .repeatable tr td label:first-child, .inner .editable-area .repeatable tr td input:first-child {
	margin-top: 8px;
}
.inner .editable-area .repeatable tr td input:last-child {
	margin-bottom: 8px;
}
.subpages tr td, .sortable-field tr td {
	padding: 5px;
}
.listingtable tr, .repeatable tr, .subpages tr, .sortable-field tr {
	background-color: #fff;
}
.listingtable tr:nth-child(even), .repeatable tr:nth-child(even), .subpages tr:nth-child(even) {
 background-color:#F5F5F5;
}
.listingtable a:link, .listingtable a:visited {
	color:#999483;
}
.listingtable a:hover {
	color:#EA833B;
}
.listingtable td.actions {
	min-width:62px;
}
.listingtable ul.actions, .subpages td.actions ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#999483;
}
.listingtable ul.actions a:link, .listingtable ul.actions a:visited, .subpages td.actions a {
	color:#999483;
}
.listingtable ul.actions a:hover, .subpages td.actions a:hover {
	color:#EA833B;
}
.listingtable ul.actions li, .subpages td.actions li {
	padding-bottom:4px;
}
.listingtable ul.actions li img, .subpages td.actions li img {
	margin-right:4px;
	margin-top:-2px;
}
.listingtable .preview img {
	max-width: 150px;
	max-height: 100px;
	border: 1px solid #999483;
}
.listingtable .handle {
	padding-left:20px;
	padding-right:20px;
}
.listingtable .handle {
	display: none;
}
.subpages .handle {
	display: none;
}
.repeatable {
	table-layout: fixed;
	width: 100%;
}
.repeatable tr {
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
}
.repeatable tr:nth-child(even) {
	background: #FFF;
}
.repeatable tr:nth-child(odd) {
	background: #FFF;
}
.repeatable td {
/*	display: inline-block;
	float: left;
	max-width: 80%;
	width: 100% !important;*/
}
.repeatable .handle {
	vertical-align: middle;
    width: 24px;
	min-width: 24px;
    padding: 5px;
}

.repeatable td.buttons {
	min-width: 50px;
	width: 50px;
    vertical-align: middle;
    font-size: 24px;
    padding: 5px;
}
.repeatable td.item-full {
	max-width: 100%;
    padding: 0 5px;
	width: 100%;
	vertical-align: middle;
}
.repeatable td.item-half {
	max-width: 50%;
    padding: 0 5px;
    width: 50%;
	vertical-align: middle;
}

.repeatable .details {
	display: none;
	margin: 0 0 10px 34px;
	float: left;
  width: 92%;
	padding: 5px 15px;
	background: #00000014;
}
.repeatable .details img {
	max-width: 50px;
	max-height: 50px;
  margin: 9px 20px 0 0;
}
.repeatable .details input[type="checkbox"] {
	margin-bottom: unset !important;
	border: unset !important;
  clip: unset !important;
  height: unset !important;
  margin: unset !important;
  overflow: unset !important;
  padding: unset !important;
  position: unset !important;
  width: unset !important;
}
.repeatable .buttons {
	min-width: 20px;
	max-width: 50px;
	font-size: 24px;
	padding: 5px;
}
.repeatable .sub-repeatable {
	padding: 0 0 0 35px;
    width: 100%;
	margin: 15px 0 0 0;
	float: left;
}
.subpages tr td, .sortable-field tr td {
	vertical-align: middle;
}
.subpages .handle, .sortable-field .handle {
	vertical-align: middle;
	min-width: 16px;
	padding: 5px;
}
.editable-section .subpages .buttons {
	min-width: 100px;
	text-align: right;
	vertical-align: middle;
	font-size: 16px;
	padding: 5px;
}
.editable-section .subpages .buttons a {
	margin-left: 5px;
}
.sortable .handle {
	display: table-cell !important;
}
.sortable .placeholder, .repeatable .placeholder, .sortable-field .placeholder {
	background: #EA833B !important;
}

.listingtable table {
	width:100%;
	border-collapse: collapse;
	margin:0px;
}
.listingtable td {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	max-width: 300px;
}
.listingtable .handle img {
	cursor: move;
}
/* pagination */
.pagination {
	list-style: none;
	padding: 0;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
	border:0px;
}
.pagination li {
	float: left;
	margin-right: 5px;
}


.pagination li span, .pagination li a {
	padding: 2px 7px;
	background: #F5F5F5;
	color: #736d5e;
	font-size: 12px;
	font-weight:500;
	display:table;
	position:relative;
}
.pagination .fa {
	color: #bcb8ad;
	font-size:25px;
	display:table-cell;
	vertical-align:middle;
	position:absolute;
	top:0px;

}
.pagination li a:hover {
	background: #bcb8ad;
	color: #FFF;
}

.pagination li a:hover .fa:hover {
	color: #EA833B;
}
.pagination li.active span:hover

{
	background: #FFF;
	color: #736d5e;
}



.pagination li span {
	cursor: default;

}
.pagination li span, .pagination li a.next, .pagination li span, .pagination li a.prev, .pagination li span, .pagination li.disabled span {
	background: none;
}
.pagination li.disabled span {
	color: #dedcd7;
}
.pagination li:first-child, .pagination li:last-child {
	font-family: "FontAwesome";
}





/* edit templates */

.content .inner {
	overflow:hidden;
	padding-left:40px;
	padding-right:33px;
	padding-bottom:20px;
}
/* sidebar */
.container .content .inner aside {
	width:21.8%;
	float:left;
	margin-left:0px;
}
.container .content .inner aside nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:100%;
	text-transform:none;
	color:#999483;
	display:block;
	margin:0px;
	padding:0px;
	padding-left:0px;
	margin-bottom:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
	text-align:left;
}
.container .content .inner aside nav ul li a:hover, .container .content .inner aside nav ul li a.active {
	color:#EA833B;
	background-color:#FFF;
}
.inner .editable-area {
	width:71.42%;
	float:right;
	margin:0px;
	padding:0px;
	color:#999483;
	font-size:12px;
	line-height:125%;
}
.inner.full-width .editable-area {
	width: 100%;
}
.email-preview {
	width: 100%;
	height: 768px;
	border: 1px solid #E5E5E5;
}
.inner .editable-area form legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999483;
	float:left;
	width:50px;
	padding-top:2px;
}
.inner .editable-area form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999483;
	display: inline;
	padding-top:2px;
}
/* custom radio buttons */
.inner .editable-area form [type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* custom radio buttons */
.inner .editable-area form [type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.inner .editable-area form label span {
	margin-right:10px;
	position: relative;
	transition: 0.5s ease all;
}

.inner .editable-area form .help-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999483;
	margin-top:4px;
}
/* the basic, unchecked style */

.inner .editable-area form [type="radio"] + span:before {
	content: '';
	display: inline-block;
	width: .75em;
	height: .75em;
	vertical-align: -0.25em;
	border-radius: .75em;
	border: 0.125em solid #fff;
	box-shadow: 0 0 0 0.15em #999483;
	margin-right: 0.5em;
	transition: 0.5s ease all;
}
/* the checked style using the :checked pseudo class */

.inner .editable-area form [type="radio"]:checked + span:before {
	background: #EA833B;
	box-shadow: 0 0 0 0.25em #999483;
}
/* focus styling */

.inner .editable-area form [type="radio"]:focus + span:after {
	font-size: 1.5em;
	line-height: 1;
}

.inner .editable-area form [type="checkbox"] + span:before {
	content: '';
	display: inline-block;
	width: .8em;
	height: .8em;
	box-shadow: 0 0 0 0.125em #999483;
	margin-right: 0.5em;
	transition: 0.5s ease all;
}
.inner .editable-area form [type="checkbox"] + span:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	vertical-align: -0.5em;
	margin-right: 0.25em;
	transition: 0.5s ease all;

	font-family: FontAwesome;
	text-shadow: 1px -1px 2px #fff;
	color: #EA833B;
	font-size: 1.5em;

	opacity: 0;

	content: "\f00c";
}
/* the checked style using the :checked pseudo class */

.inner .editable-area form [type="checkbox"]:checked + span:before {
	box-shadow: 0 0 0 0.15em #999483;
}
.inner .editable-area form [type="checkbox"]:checked + span:after {
	opacity: 1;
}

.inner .editable-area form [type="checkbox"]:disabled + span {
	color: #cbcacc;
}
.inner .editable-area form [type="checkbox"]:disabled + span:before {
	box-shadow: 0 0 0 0.15em #cbcacc;
	cursor: default;
}
.inner .editable-area form [type="checkbox"]:disabled + span:after {
	color: #cbcacc;
}


/* form fields */

.inner .editable-area form .editable-section {
	margin:0px;
	padding:0px;
	clear:both;
}
.inner .editable-area form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999483;
	display: block;
	padding-top:2px;
	padding-bottom:4px;
	margin-top: 10px;
}
.inner .editable-area form input {
	width:98%;
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius: 3px;
}
.inner .editable-area form select {
	width:100%;
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius: 3px;
	-webkit-appearance: none;
	background: url(../images/toggle-arrow-closed.png) no-repeat 98% #f7f6f5;
}
.inner .editable-area form .button.repeater {
	font-size:11px;
	margin-top:6px;
	display:block;
	cursor: pointer;
}
.inner .editable-area form .button.repeater .fa {
	font-size: 15px;
	color:#EA833B;
}
.inner .editable-area form .submit, .smallbox .submit {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height:120%;
	color:#999483;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-top:20px;
	float: left;
}
.inner .editable-area form .submit.cancel, .smallbox .submit.cancel {
	float: right;
	margin-right: -15px;
}
.inner .editable-area form .editable-section {
	display: none;
}
.inner .editable-area form .submit button, .inner .editable-area form .submit .button,
.smallbox .submit button, .smallbox .submit .button {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:120%;
	color:#999483;
	text-transform:uppercase;
	border: none;
	-webkit-appearance: none;
	background:none;
	margin:0px;
	padding:0px;
	margin-right:15px;
}
.inner .editable-area form .submit button img, .inner .editable-area form .submit .button img,
.smallbox .submit button img, .smallbox .submit .button img {
	margin-left:5px;
	margin-bottom:4px;
}
@media only screen and (max-width: 576px) {
	.inner .editable-area form .submit button, .inner .editable-area form .submit .button,
		.smallbox .submit button, .smallbox .submit .button {
			font-size:14px;
		}
		.inner .editable-area form .submit button img, .inner .editable-area form .submit .button img,
.smallbox .submit button img, .smallbox .submit .button img {
	height: 25px;
    width: 25px;
}
}
.inner .editable-area form .editable-section textarea {
	width:98%;
	height: 3.5em;
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius: 3px;
	-webkit-appearance: none;
}
.inner .editable-area form .editable-section button {
	margin-bottom:16px;
}
.inner .editable-area form .editable-section button a.repeater {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:120%;
	color:#999483;
	text-transform: none;
	border: none;
	-webkit-appearance: none;
	background:none;
	margin:0px;
	margin-bottom:10px;
	padding:6px;
	padding-left:10px;
	padding-right:20px;
	background-color:#f7f6f5;
	border-radius: 3px;
	border: 1px solid #9e9e9e;
}

.repeatable thead {
    display: none;
}

.no-pages {
	font-size: 14px;
	text-align: center;
	padding: 1em 0 2em;
}

/* Advanced Seearch */
.advanced-search-form {
    display: none;
	clear: left;
}
.advanced-search-form legend {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #EA833B;
	text-transform: uppercase;
}
.advanced-fields div {
    float: left;
    margin: 0em 1em 0 0;
	width: 200px;
	height: 54px;
}
.advanced-search-form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999483;
	display: block;
	display: block;
	line-height: 1.5;
}
.advanced-search-form label.checkbox {
	padding-top: 20px;
}
.advanced-search-form input {
	font-size:12px;
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #B6CFD3;
	border-radius: 0;
}
.advanced-search-form input[type='checkbox'] {
	width: auto;
}
.advanced-search-form select {
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius: 3px;
	-webkit-appearance: none;
	background: url(../images/toggle-arrow-closed.png) no-repeat 98% #f7f6f5;
	width: 100%;
	box-sizing: border-box;
}
.advanced-search-form button {
    clear: left;
    display: block;
}
.advanced-fields .date-range {
	width: 40%;
	margin-right: 0.25em;
}
.advanced-fields {
	overflow: hidden;
}
.advanced-fields .ui-multiselect {
	width:200px !important;
}
.advanced-search-form [type="submit"] {
	background: #EA833B;
	color: #fff;
	font-size: 14px;
	border: 0;
	padding: 6px 12px;
	margin-top: 1em;
	margin-bottom: 2em;
}

/* Lightbox */

.lightbox-overlay {
    background: rgba(255,255,255,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    display: none;
}
.lightbox {
    background: #fff;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 960px;
    margin: 0 auto;
    z-index: 20001;
    display: none;
}
.lightbox .close {
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 8px;
	z-index: 1002;
}

.lightbox-content {
	height: 100%;
	position: relative;
}

.smallbox {
    background: #fff;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 25%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
    z-index: 20001;
    display: none;
}
.smallbox .close {
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 8px;
	z-index: 1002;
}

.smallbox-content {
	height: 100%;
	position: relative;
	border-top: solid 44px #EA833B;
	padding: 20px 20px 10px;
	overflow: hidden;
}
.smallbox-content p {
	font-size: 14px;
}

/* ajax */

.message {
	margin-top: 1em;
	color: #999483;
	font-size: 12px;
}

/* Tabs */

.tabs {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 35px;
	background: #EA833B;
}
.tabs:after {
    content: ' ';
    display: block;
    clear: both;
}
.tabs li {
    float: left;
    background: #fff;
	opacity: 0.7;
    margin: 0 1px 0 0;
    position: relative;
    top: 1px;
}
.tabs li:hover {
    opacity: 0.8;
}
.tabs li.active {
    opacity: 1;
}
.tabs li a, .tabs li span {
    display: block;
    padding: 12px 16px;

	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #999483;
	text-transform: uppercase;
}

.tab-content {
    padding: 15px 15px 40px 35px;
	height: calc(100% - 106px);
	overflow-y: auto;
	overflow-x: hidden;
}

/* Media */

.media.thumbnails {
    overflow: hidden;
    padding: 0;
}

.tab-content .media.thumbnails {
	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: 0;
}

.media.thumbnails .fa {
    line-height: 250px;
    font-size: 100px;
    color: #999483;
}

.media.thumbnails li {
    float: left;
    width: 160px;
    height: 160px;
    background: #F5F5F5;
    text-align: center;
    position: relative;
    margin:  0 0 20px 20px;
    overflow: hidden;
}

.media.thumbnails li a {
    display: block;
    width: 100%;
    height: 100%;
}

.media.thumbnails li img, .media.thumbnails li video {
    max-width: 100%;
    max-height: 100%;

    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.media.thumbnails li .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: rgba(245,245,245,0.5);
    color: #000;
	font-size: 12px;
}

.media.list {
    list-style: none;
    padding: 0;
}

.media.list li {
    margin: 0;
	padding: 5px;
	font-size: 12px;
}
.media.list li:nth-child(even) {
    background-color: #F5F5F5;
}
.media.list .caption {
	display: none;
}

.media.list li .fa {
    font-size: 18px;
    margin-right: 0.5em;
    color: #999483;
}

.media.list li a {
    display: block;
    padding: 5px 10px;
    line-height: 24px;
}

.document-preview {
    border: 0;
    width: 100%;
    height: 640px;
}

/* permissions page */
#permissions .help-text {
	display: none;
}
#permissions .help-text.active {
	display: block;
}
.container .content .inner .editable-area form .capability label {
	margin-top: 4px;
}
.capability {
	width: 48%;
	margin-bottom: 0.5em;
	float: left;
}
.capability:nth-child(even) {
	float: right;
}
.old-image.hidden, .old.hidden, .new.hidden {
	display: none;
}
.add-media, .delete-media {
	margin-right: 10px;
	line-height: 2;
}

.old-image img {
	border: 1px solid #999483;
}
.media-button {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 13px;
	background: #fff;
	border: 0;
	outline: 0;
	color: #999483;
	display: block;
	padding: 10px 8px;
	line-height: 100%;
	margin-top: 4px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}
.media-button:hover {
	color: #FFF;
    background-color: #999483;
}
select [disabled] {
	display: none;
}
.inner .editable-area.upload-area {
	width: 100%;
	float: none;
}
.upload-area .divider {
	clear: both;
	padding-top: 2em;
}

/* jquery ui */

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	border-radius: 3px !important;
}
.ui-widget-content {
    border: 1px solid #999483;
    background: #fff;
    color: #000;
}
.ui-widget-header {
    border: 1px solid #999483;
    background: #cbcacc;
    color: #000;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cbcacc;
    background: #f8f8f8;
    font-weight: normal;
    color: #000;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999483;
    background: #e6e6e6;
    font-weight: normal;
    color: #000;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #999483;
    background: #fff;
    font-weight: normal;
    color: #000;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #cbcacc;
    background: #f8f8f8;
    color: #000;
}
ul.tagit li.tagit-new {
	padding: 0;
	border: 0!important;
}
ul.tagit li.tagit-choice {
	font-size: 13.3333px;
}

.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 25px;
	text-transform: capitalize
}

.errors {
	color: #EA503B;
}
.login .errors {
	color: #fff;
	list-style: none;
	margin: 1em 0 0.5em;
	padding: 0;
}
.login .errors li {
	margin: 0.25em 0;
	font-size: 14px;
}
.error-message {
	color: #EA503B;
}
.inner .editable-area .error {
	border-color: #EA503B;
}
.container .content .inner aside nav ul li .error {
	color: #EA503B;
}


.legend {list-style:outside none none;margin:0;padding:1em 0 0;text-align:center}
.legend &gt; li{display:inline-block;/*padding:.25em .5em*/}
.legend &gt; li &gt; i {display:inline-block;height:1em;margin-left: 0.5em; margin-right: 0.5em;vertical-align: -0.1em;width:1em;}

.ActiveUsers {
  background:hsl(30,10%,95%);
  border:1px solid #d4d2d0;
  border-radius: 4px;
  font-weight: 300;
  padding:.5em 1.5em;
  white-space: nowrap;
  width:100px;
  float:right
}

.ActiveUsers-value {
  display: inline-block;
  font-weight: 600;
  margin-right: -.25em;
}

.ActiveUsers.is-increasing {
  -webkit-animation: increase 3s;
          animation: increase 3s;
}

.ActiveUsers.is-decreasing {
  -webkit-animation: decrease 3s;
          animation: decrease 3s;
}
.mc_label {
	text-transform:capitalize;
}
.cke_button__source_label, .cke_button__sourcedialog_label {
    display: none !important;
}


#gadash-progressbar {
	width: 100%;
	height: 3px;
	margin: 5px 0 0px 0;
}

.gadash-wrapper {
	width: 100%;
}

.gadash-wrapper {
	display: table;
	margin: 0 auto;
	padding: 10px;
}

.gadash-wrapper .small-box {
	width: 30%;
	float: left;
	margin: 0 5px 10px 15px;
	background: #fff;
	text-align: center;
	-moz-box-shadow: 0px 0px 7px 0px #BBB;
	-webkit-box-shadow: 0px 0px 7px 0px #BBB;
	box-shadow: 0px 0px 7px 0px #BBB;
}

.gadash-wrapper .small-box h3 {
	font-size: 1.1em;
	color: #777;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gadash-wrapper .small-box p {
	font-size: 1em;
	margin: 0px 0px 2px 0px;
}


.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: #ffffff;
	background: #999483;
	padding: 3px 7px;
	border-radius: 3px;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: none;
  box-shadow:empty;
  display: inline-block;
  padding: 0;
  color: #555;
  vertical-align: middle;
  border-radius: 0px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  width:100%;
}
.tag-field {
  margin-top:15px;
}

.select2-container--default .select2-selection--single {
 border:1px solid #B6CFD3 !important;;
 border-radius:0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
 border-color:#EA833B transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
 color:#ccc !important;
 font-size:12px;
}</pre></body></html>