@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Nunito:ital,wght@0,400;0,500;0,600;1,400;1,700&display=swap');


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	position: relative;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-size: 0.9rem;
	color: #000;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif !important;
	background: #fbf6f0;
}

#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	position: relative;
	min-width: 900px;
	padding-bottom: 350px;
	overflow: visible;
}

#Footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #fbf6f0;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 300px;
}

.social-footer a {
	margin-right: 1rem;
}

.footer-menu-link a {
	text-decoration: none;
}

#content {
	border: #014085 1px solid;
	background-color: #fff;
	padding: 20px 20px 12px 20px;
	clear: both;
}


h1 {
	color: #000;
	font-weight: bold !important;
}

h2 {
	color: #000;
	font-weight: normal;
}

h3 {
	color: #000;
	font-weight: bold !important;
}

h4 {
	color: #000;
}

h1.line-bottom-grey,
h2.line-bottom-grey,
h3.line-bottom-grey,
h4.line-bottom-grey {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

/* login */
#contentcentred {
	padding: 20px;
	margin: 0 auto;
	max-width: 800px;
	background: #fff;
	border-radius: 6px;
	color: #000;
}

#contentcentred form {
	padding: 0;
	margin: 0;
	border-left: 1px solid #ccc;
	padding: 0 40px;
}

#contentcentred h1 {
	font-weight: 600;
}

#contentcentred h1,
#contentcentred p {
	text-align: center;
	color: #000;
}

#contentcentred a {
	color: #ccc;
	text-decoration: underline;
}

#contentcentred form div {
	padding: 6px 0;
}

#contentcentred form input[type=text],
#contentcentred form input[type=password] {
	width: 100%;
	border: 1px solid #ccc;
	color: #777;
	padding: 10px;
	border-radius: none;
}

#contentcentred form button {
	width: 100%;
	display: block;
	background: #079ed9;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	position: relative;
	display: block;
	border: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 8px 20px;
	font-size: 15px;
	font-family: 'Nunito Sans';
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	text-decoration: none;
}

@media only screen and (max-width: 500px) {
	#contentcentred {
		padding: 20px;
		margin: 0 auto;
		width: 100%;
		background: #fff;
		border-radius: 10px;
		color: #333;
	}

	#contentcentred h1 {
		font-size: 18px;
		color: #333;
	}

	#contentcentred p {
		font-size: 16px;
		color: #333;
	}

	#contentcentred form {
		border-left: 0;
	}

	#contentcentred form label {
		display: block;
		padding: 5px 0;
		float: none;
	}

	#contentcentred form input[type=text],
	#contentcentred form input[type=password] {
		padding: 5px;
		display: block;
		width: 100%;
	}

	#contentcentred form button {
		width: 100%;
		display: block;
	}
}

/* end */

#Content {
	padding: 20px;
	margin: -40px 0 0 0;
}

#HomeBody #Content {
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#HomeBody #Footer {
	display: none;
}

#SideBar {
	position: absolute;
	left: 0;
	width: 240px;
	min-height: 100%;
	background: #082939;
	padding: 20px 0 0 0;
}

#SideBar #SlideSideBar {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 16px;
}

#SideBar ul {
	margin: 10px 0;
	padding: 10px 0;
	list-style-type: none;
}

#SideBar ul li {
	display: block;
	border-bottom: 1px solid #474747;
}

#SideBar ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px 10px 15px 15px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Nunito Sans', sans-serif;
}

#SideBar ul li a span.arrow {
	float: right;
}

#SideBar ul li a:hover {
	background: #000;
}

#SideBar ul li a i {
	color: #ccc;
	margin-right: 5px;
}

/* #SideBar ul li.current {border-right:4px solid #079ed9;} */
#SideBar ul li.current a {
	margin: 10px;
}

#SideBar ul li.current a i {
	color: #fff;
}

#SideBar ul li.current ul li a {
	background: transparent;
	color: #fff;
	font-size: 13px;
}

#SideBar ul li.current ul li a i,
#SideBar ul li ul li a i {
	color: #ccc;
}

#SideBar ul li ul {
	margin: 0;
	padding: 0;
}

#SideBar ul li ul li {
	border: none;
}

#SideBar ul li ul li a {
	padding: 10px 10px 10px 20px;
	background: #474747;
}

#SideBar ul li ul li a:hover {
	background: #000;
}

#SideBar ul li.current ul li.current a {
	background: #000;
	color: #fff;
	font-size: 13px;
}

#SideBar ul li.title {
	margin: 10px;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#SideBar ul li ul li h4 {
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: 800;
	font-family: 'Nunito Sans', sans-serif;
}

#SideBar ul li ul li h4 i {
	color: #fff;
}

#SideBar.closed {
	width: 60px;
}

#HomeBody #Content.closed {
	margin: 0 0 0 60px;
}

#SideBar.closed ul li span.label {
	display: none;
}

#SideBar.closed ul li ul li {
	display: none;
}

#SideBar.closed ul li a span.arrow {
	display: none;
}

#SideBar.closed ul li {
	position: relative;
}

#SideBar.closed ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 250px;
	background: #333;
}

#SideBar.closed ul li:hover ul li {
	display: block;
}

/* .button {background:#079ed9;border-radius:8px;-moz-border-radius: 8px; -webkit-border-radius: 8px;-o-border-radius: 8px;display:inline-block;border:none;cursor:pointer;color:#fff;text-align:center;padding:10px 24px;font-size:14px;-webkit-font-smoothing:antialiased;text-decoration:none;color:#fff !important;} */
.button-grey {
	background: #ccc !important;
}

.button-dark-grey {
	background: #667 !important;
}

.button-white {
	background: #fff !important;
	color: #000 !important;
}

.button-black {
	background: #000 !important;
	color: #fff !important;
}

/* button:hover,.button:hover {-webkit-transition:0.3s all ease;-moz-transition:0.3s all ease;transition:0.3s all ease;o-transition:0.3s all ease;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;transform-origin:center;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);} */

/* main form */
/* form div.row label {display:block;float:left;width:150px;}
form div.row label.block {display:block;float:none;width:auto;padding:0 0 5px 0;}
form div.row label.auto {display:block;float:left;width:auto;padding:5px 10px 0 0;}
form div.row {margin:5px 0;clear:both;padding:3px 0;} */
/* form div.row a {color:#000;} */
/* form input[type=text],form input[type=password],form textarea {font-family:Lucida Grande, Verdana, Sans-serif;font-size:12px;background:#fff;border:1px solid #fff;border-radius:6px;padding:3px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} */
form .section input[type=text],
form .section input[type=password],
form .section textarea,
form .section input[type=text],
form .section input[type=password],
form .section textarea {
	border: 1px solid #ccc;
	padding: 7px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}

form .panel input[type=text],
form .panel input[type=password],
form .panel textarea,
form .current input[type=text],
form .current input[type=password],
form .current textarea {
	border: 1px solid #ccc;
	padding: 7px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}

form .DataRow input[type=text],
form .DataRow input[type=password],
form .DataRow textarea {
	border: 1px solid #ccc;
	padding: 7px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}

form .DataRowLt input[type=text],
form .DataRowLt input[type=password],
form .DataRowLt textarea {
	border: 1px solid #ccc;
	padding: 7px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}

.section select {
	padding: 7px 3px;
}

.section {
	padding: 10px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.section-grey {
	background: #f6fbfc;
	border: 1px solid #e5e5e5;
}

form ul.panel_toggle {
	display: block;
	margin: 20px auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

form ul.panel_toggle li {
	display: inline-block;
	text-align: center;
	color: #000;
	min-width: 150px;
	text-align: center;
}

form ul.panel_toggle li a {
	background: #ccc;
	color: #000;
	border-radius: 1px;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

form ul.panel_toggle li a.active,
form ul.panel_toggle li a:hover {
	background: #40aed8;
	color: #fff;
}

form ul.subpanel_toggle {
	display: block;
	margin: 20px auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

form ul.subpanel_toggle li {
	display: inline-block;
	text-align: center;
	color: #000;
	min-width: 150px;
	text-align: center;
}

form ul.subpanel_toggle li a {
	background: #ccc;
	color: #000;
	border-radius: 1px;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

form ul.subpanel_toggle li a.active,
form ul.subpanel_toggle li a:hover {
	background: #40aed8;
	color: #fff;
}


form .subpanel {
	display: none;
}

form .subcurrent {
	display: block;
	min-height: 300px;
}

/* lumps */
form .lump {
	border: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding: 50px 20px 20px 20px;
	background: #f5f5f5;
	position: relative;
}

form .lump a.removeblock {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
	color: #000;
	background: #40aed8;
}

form .lump input[type=text],
form .lump input[type=password],
form .lump textarea,
form .lump input[type=text],
form .lump input[type=password],
form .lump textarea {
	background: #fff;
}

form .panel .lump input[type=text],
form .panel .lump input[type=password],
form .panel .lump textarea,
form .panel .lump input[type=text],
form .panel .lump input[type=password],
form .panel .lump textarea {
	background: #fff;
}

form .lump .lump_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 5px;
	left: 5px;
}

form .lump .lump_tabs li {
	display: inline-block;
	padding: 10px;
	text-align: center;
	color: #000;
}

form .lump .lump_tabs li a {
	color: #000;
	border-radius: 4px;
	display: block;
	padding: 5px 10px;
}

form .lump .lump_tabs li a.active {
	background: #fff;
	text-decoration: none;
}

form .lump .lump_inner {
	display: none;
}

form .lump .lump_current {
	display: block;
}

form .lump .lump_device {
	display: inline-block;
	color: #fff;
	background: #333;
	text-align: center;
	padding: 8px;
	text-decoration: none;
}

form .lump .lump_device span {
	display: block;
	font-size: 11px;
}

form .lump .lump_device:hover,
form .lump .lump_device.active {
	background: #40aed8;
}

form .membergallery {
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
}

form .membergallery a {
	display: block;
	background: #7ecfc5;
	color: #fff;
	text-decoration: none;
	margin: 10px auto;
	padding: 5px 10px;
	font-size: 13px;
	width: 80px;
	text-align: center;
}

#FormDisplayBack,
#FormDisplayNext {
	background: #079ed9;
	border-radius: 2px;
	display: inline-block;
	border: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 5px 14px;
	font-size: 15px;
	font-family: 'Nunito Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	text-decoration: none;
}

form #Lumps a {
	color: #000;
}

.Instructions {
	font-size: 14px;
	background: #957e4c;
	color: #fff;
	padding: 20px !important;
	border-radius: none;
	margin-bottom: 20px;
}

.panel_wrapper .Instructions {
	background: #957e4c;
}

/* .panel_wrapper {background:transparent !important;} */

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	cursor: hand;
	cursor: pointer
}

/* .element{margin:0; padding:14px 4px 14px 4px}
.element div label, .panel div label{float:left; width:150px}
.element div.row, .panel div.row{margin:4px 0px 4px 0px} */


ul.api {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

ul.api li {
	display: block;
	margin: 0 0 20px 0;
}

ul.api li span {
	display: inline-block;
	background: #777;
	padding: 5px 10px;
	color: #fff;
	margin: 0 10px;
}

ul.api li ul {
	margin: 10px;
	padding: 0;
}

ul.api li ul li {
	margin: 0;
}

ul.api li ul li table {
	border: none;
}

ul.api li ul li table td {
	background: #eee;
	padding: 5px;
	color: #333;
}

/* end */

#CookieTrailContainer {
	padding: 10px 20px;
	background: #e5e5e5;
}

UL#CookieTrail {
	list-style-type: none;
	margin: 0;
	padding: 0
}

UL#CookieTrail LI {
	display: inline;
	color: #333;
}

UL#CookieTrail LI A {
	color: #000;
	padding: 0px 6px 0px 6px;
	border-right: #ccc 1px solid
}

#ContentContainer {
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

#ContentLeft {
	width: 99%;
	float: left
}

#ContentRight {
	width: 1%;
	float: right
}


.paginate-left {
	float: left;
	text-align: left;
	width: 40%;
}

.paginate-right {
	float: right;
	text-align: right;
	width: 60%;
}

.paginate-right a {
	color: #333;
	display: inline-block;
	margin: 0 2px 0 0;
}

/* top save buttons */
#Controls div,
#Controls a,
#Form #Controls div {
	float: left;
	min-width: 100px;
	font-size: 14px;
	margin-right: 8px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

#Controls div input,
#Controls div br {
	display: none;
}

/* #Controls div.save,#Controls a.save,#Form #Controls div.save {background:#40aed8;} */
#Controls a {
	color: #fff;
	text-decoration: none;
}

/* #Controls div.create,#Form #Controls div.create {background:#b5c21f;color:#000;} */
#Controls div.create a {
	color: #000;
}

#Controls div:hover {
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
	o-transition: 0.3s all ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


#Control-options {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 5px;
	text-align: center;
}

#Control-options h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#Control-options .options-inner {
	display: none;
	padding: 10px;
}

#Control-options .options-inner div {
	text-align: left;
	padding: 5px;
}

/* end */

/* #TopRow{background: #000 url("/images/management/dgr-text-logo-light.png") no-repeat 20px center;background-size:auto 50px; padding:0px 20px 0px 0;height:60px;position:relative;text-align:right;} */
#TopRow {
	padding: 0px 20px 0px 0;
	height: 60px;
	text-align: right;
}


#TopRow .inline {
	padding: 10px 20px;
	color: #000;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#TopRow .inline a {
	color: #fff;
	text-decoration: none;
}

#TopRow .inline a:hover {
	color: #ccc;
}

#TopRow .inline a i {
	font-size: 20px;
}

#TopRow .inline ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 150px;
	list-style-type: none;
	background: #343a40;
}

#TopRow .inline ul li {}

#TopRow .inline ul li a {
	padding: 10px;
	color: #fff;
	display: block;
	text-align: left;
}

#TopRow .inline ul li a:hover {
	background: #fff;
	color: #079ed9;
}

#TopRow .inline ul li a i {
	font-size: 15px;
	color: #fff;
}

#TopRow .inline ul li a:hover i {
	font-size: 15px;
	color: #079ed9;
}

#TopRow .inline.profile {
	background: #056e97;
	color: #fff;
}

#TopRow .inline.profile a {
	color: #fff;
}

#TopRow .inline.profile img {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 0;
}

#TopRow .profile ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 150px;
	list-style-type: none;
	background: #079ed9;
}

#TopRow .profile ul li a {
	padding: 10px;
	color: #fff;
	display: block;
	text-align: left;
}

#TopRow .profile ul li a i {
	font-size: 15px;
	color: #fff;
}

#TopRow .profile ul li a:hover {
	background: #fff;
	color: #079ed9;
}

#TopRow .profile ul li a:hover i {
	font-size: 15px;
	color: #079ed9;
}

#TopModules {
	background: #44aed9;
	text-align: center;
	padding: 30px 0 0 0;
}

#TopModules div ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
	text-align: center;
}

#TopModules div ul li {
	float: left;
	padding: 10px 10px 0 10px;
	background: #4074a3;
	margin: 0 0 0 2px;
	text-align: center;
	font-size: 12px;
	min-width: 80px;
	height: 25px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#TopModules div ul li.current,
#TopModules div ul li:hover {
	background: #fff;
}

#TopModules div ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
}

#TopModules div ul li.current a,
#TopModules div ul li:hover a {
	color: #000;
}

#sTopRow .Topmenu {
	background: #fff url(../images/menu_arrow-down.png) no-repeat center right;
}

h1.titleleft {
	float: left;
	width: auto;
}

ul.TopToggleMenu {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	float: right;
}

ul.TopToggleMenu li {
	display: inline-block;
}

ul.TopToggleMenu li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 16px;
	background: #ccc;
	border-radius: 4px;
}

ul.TopToggleMenu li a.current,
ul.TopToggleMenu li a:hover {
	background: #333;
	color: #fff;
}

#MSGContainer {
	position: absolute;
	top: 30%;
	left: 40%;
	width: 20%;
	border-radius: 20px;
	border: 1px solid #000;
	padding: 60px 50px;
	font-size: 18px;
}

#TopRowLower {
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/management/subhdr_repeat.gif);
	height: 73px
}

.TopRowRight {
	width: 150px;
	float: right;
	text-align: right
}

.TopRowLeft {
	width: 150px;
	float: left
}

#BottomRow {}

#BottomRowLower {}

.BottomRowRight {
	width: 550px;
	float: right
}

.BottomRowLeft {
	width: 150px;
	float: left;
	text-align: right
}

#PageContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 662px;
	text-align: left;
	height: 100%
}

.TextPromptOld {
	background-color: #afafa1;
	border-width: 1px;
	border-color: #666;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	color: #003
}

.TextPrompt {
	border-color: #FFD600;
	border-width: 1px;
	border-style: solid;
	background-color: #FCEA7B;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px
}

.TextPromptGrey {
	background-color: #f0f6f7;
	border-width: 1px;
	border-color: #666;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	color: #003
}

.TextPromptGrey h3 {
	font-size: 14px;
}

.Text10Grey {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666
}

.Text10 {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000
}

.Text10H20 {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000;
	height: 20px
}

.Text10Header {
	background-color: #DDD;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000;
	padding-left: 10px;
	height: 20px
}

.Text10Pad {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px
}

.Text10Blue {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #003
}

.Text10White {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFF
}

.Text10G {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #B2B8B5
}

.Text11 {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000
}

.Text11White {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFF
}

.Text12 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000
}

.GreyBold {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666
}

.TextboxLogin {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #999
}

.OrangeBold {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #F90
}

.Heading1 {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000
}

.Heading1White {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #FFF
}

.Heading2 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999
}

.Heading2Grey {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333
}

A.Heading2 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000
}

A.Heading2:HOVER {
	text-decoration: underline
}

.Heading3 {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000
}

A.Grey12 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666
}

.Nav {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #808285;
	cursor: hand;
	cursor: pointer
}

.SNav {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC
}

A.Tab {
	font-family: arial, helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #000
}

/* Results Table */
.tablesaw thead {
	border: 0 !important;
}

.RowHeader {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #000 !important;
	background: #fff;
	padding: 4px 2px;
	border-bottom: 1px solid #333 !important;
}

.DataRow {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px 0;
}

.DataRowLt {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px 0;
	background: #f9f9f9;
}

.DataRow .print {
	display: block;
	text-align: center;
	background: #000;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 0;
}

.DataRow .print:hover {
	background: #415968;
}

.RowFooter {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	padding: 3px 0;
	font-weight: bold;
}

.TextError {
	background-color: #FCEA7B;
	color: red;
	padding: 8px;
	margin-bottom: 10px;
	border-color: #666;
	border-width: 1px;
	border-style: solid
}

.SpacerRow {
	background-color: #ccc;
	height: 1px
}

.SpacerRow2 {
	background-color: #CCC;
	height: 1px
}

#IframePrev {
	width: 130px;
	height: 130px;
	border: 1px
}

.ElementText {
	font-family: 'Nunito Sans', sans-serif;
	width: 350px
}

/* Download Buttons */
DIV.Btn {
	background: #fff;
	border: 2px solid #000;
	border-radius: 3px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	color: #000;
	width: 75px;
	min-height: 21px;
	float: left;
	cursor: hand;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 3px 8px;
	border-radius: 6px;
}

DIV.Btn A {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000
}

DIV.Btn130 {
	background: #fff;
	border: 2px solid #000;
	border-radius: 3px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	color: #000;
	width: 130px;
	min-height: 21px;
	float: left;
	cursor: hand;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 3px 8px;
	border-radius: 6px;
}

DIV.Btn130 A {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000
}

DIV.Btn130:hover {
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
	o-transition: 0.3s all ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.PageCreateTab {
	background-image: url(..//images/bg_prod_tab.gif);
	width: 114px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	cursor: hand;
	cursor: pointer
}

.PageCreateTab A {
	color: #FFF;
	text-decoration: none
}

.PageCreateTabOn A {
	color: #000;
	text-decoration: none
}

.PageCreateTabOn {
	background-image: url(..//images/bg_prod_tab_on.gif);
	width: 114px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	color: #000;
	cursor: hand;
	cursor: pointer
}

.PageCreateSpacer {
	background-image: url(..//images/bg_prod_tab_spacer.gif);
	width: 24px;
	height: 22px
}

.BgSideLeft {
	background-image: url(..//images/bg_side_left.gif)
}

.BgSideRight {
	background-image: url(..//images/bg_side_right.gif)
}

#LowerContainer {
	background-image: url(..//images/bg_page_lower.gif)
}

#LowerContainer .BgFooterMid {
	background-image: url(..//images/bg_footer_mid.gif);
	height: 57px
}

#LowerContainer .BgFooterSplice {
	background-image: url(..//images/bg_footer_splice.gif)
}

#LowerContainer .BgFooterSpliceLeft {
	background-image: url(..//images/bg_footer_splice_left.gif)
}

#DataTable {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	color: #003
}

#DataTable TD {
	padding: 0 8px 0 8px
}

#DataTable TD.Pad {
	padding: 6px 6px 6px 6px
}

#DataTable TD.Blue {
	background-color: #B7E8F7;
	padding: 6px 6px 6px 6px
}

#DivTip {
	border: thin solid #05A158;
	background-color: #FECD19;
	width: 200px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	color: #05A158;
	padding: 5px 5px 5px 5px
}

.PageTitle {
	background-image: url(..//images/bg_title.gif);
	height: 34px;
	color: #FFF
}

SELECT.Select200 {
	width: 300px
}

.FormBuilder label {
	float: left;
	width: 140px
}

.FormLump {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px
}

.FormLump:Hover {
	background-color: #CCC;
	cursor: move
}

.FormLump input {
	cursor: auto
}

.FormLumpNew {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EEE;
	padding: 5px
}

.ResultsForm {
	font-family: arial, verdana;
	padding: 8px 8px 8px 8px;
	background-color: #FFF;
	font-size: 11px;
	color: #134679
}

.ResultsFormPl {
	font-family: arial, verdana;
	padding: 8px 8px 8px 8px;
	font-size: 11px;
	color: #134679;
	text-align: left;
	clear: all
}

.ResultsFormPl2 {
	font-family: arial, verdana;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #134679;
	text-align: left;
	clear: all
}

.ResultsFormGroup {
	font-family: arial, verdana;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
	text-align: left;
	clear: both
}

.ResultsFormSubGroup {
	font-family: arial, verdana;
	position: relative;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
	text-align: left;
	clear: both
}

.ResultsFormComment {
	font-family: arial, verdana;
	padding: 8px 8px 8px 8px;
	background-color: #FFF;
	font-size: 11px;
	color: #666
}

.ResultsFormRequired {
	line-height: 20px;
	color: #B60640
}

.ResultsFormLabelRight {}

.ResultsFormLabel400 {
	width: 310px;
	float: left
}

.ResultsFormLabel {
	line-height: 20px;
	width: 140px;
	float: left
}

.ResultsFormLabelSml {
	line-height: 20px;
	width: 100px;
	float: left
}

.ResultsFormLabelBig {
	float: left;
	line-height: 20px;
	width: 160px
}

.ResultsFormLabelBigger {
	float: left;
	line-height: 20px;
	width: 240px
}

.ResultsFormLabelSmall {
	float: left;
	line-height: 20px;
	width: 60px
}

.ResultsFormLabelLong {
	float: left;
	line-height: 20px;
	width: 340px
}

.FormInputRight {
	text-align: right
}

.ResultsFormInputLeft {
	padding-right: 20px;
	float: left
}

.ResultsFormInput {}

UL#SubMenu {
	margin: 0px 0 30px 0;
	white-space: nowrap;
}

UL#SubMenu LI {
	list-style: none;
	margin: 0;
	display: inline;
	color: #fff;
}

UL#SubMenu LI A {
	padding: 5px 20px 5px 20px;
	margin-left: 3px;
	border: 1px solid #b5c21f;
	border-bottom: 1px solid #888;
	background: #b5c21f;
	text-decoration: none;
	color: #000;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

UL#SubMenu li a:hover {
	color: #000;
	background: #eaecf2;
	border-color: #888;
	border-bottom: none;
}

UL#SubMenu li a.current {
	color: #000;
	background: #eaecf2;
	border-color: #888;
	border-bottom: none;
}

UL#SubMenu li a.standout {
	background: green;
	color: #fff;
	border: 1px solid green;
}


DIV.ModuleView {
	background-color: #f4f4f1;
	float: left;
	width: 120px;
	text-align: center;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px;
	border: #999 1px solid;
	margin-bottom: 10px;
}

DIV.ModuleView A {
	text-decoration: none;
	color: #000
}

DIV.ModuleView:HOVER {
	background-color: #E5E5E5
}

SPAN.TopModuleButton {
	background-color: #f4f4f1;
	display: block;
	float: left;
	width: 40px;
	text-align: center;
	margin-left: 5px;
	margin-top: 2px;
	border: #999 1px solid
}

SPAN.TopModuleButton:HOVER {
	background-color: #E5E5E5
}

.push {
	height: 30px
}

.lightboxwrapper,
.popupWrapper {
	max-width: 750px;
	padding: 20px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

.mediaWrapper {
	width: 90%;
	padding: 20px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

.lightboxwrapper a.ClosePopup,
.popupWrapper .BtClose,
.mediaWrapper .BtClose {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 32px;
	height: 32px;
	background: #000;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
}

.lightboxwrapper a.ClosePopup span,
.popupWrapper .BtClose span,
.mediaWrapper .BtClose span {
	display: none;
}

.popupWrapper form .row input[type=text],
.popupWrapper form .row input[type=password],
.popupWrapper form .row textarea,
.popupWrapper form .row input[type=text],
.popupWrapper form .row input[type=password],
.popupWrapper form .row textarea {
	border: 1px solid #ccc;
	padding: 7px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}


#LightboxPanel {
	background-color: #000;
	z-index: 50000000;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#popup {
	z-index: 110000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}



#TopWelcome {
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	display: block;
	padding: 5px 0 0 20px;
}

.show-fa .fa {
	display: inline-block !important;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

.hidden {
	display: none !important;
}

.visibleout {
	opacity: 0.3;
}

.left50 {
	float: left;
	width: 49%;
}

.right50 {
	float: right;
	width: 49%;
}

.left70 {
	float: left;
	width: 69%;
}

.right30 {
	float: right;
	width: 29%;
}

.left30 {
	float: left;
	width: 29%;
}

.clear {
	clear: both;
	display: block;
}

.spacer20 {
	height: 20px;
}

.padtop10 {
	padding-top: 10px;
}

.padtop20 {
	padding-top: 20px;
}

.padbottom10 {
	padding-bottom: 10px;
}

.padbottom20 {
	padding-bottom: 20px;
}

.aligncenter {
	text-align: center !important;
}

.alignleft {
	text-align: left !important;
}

.alignright {
	text-align: right !important;
}

#data-table {
	border-spacing: 0;
	border: none;
	font-size: 13px !important;
	margin-bottom: 20px !important;
	background: #fff !important;
}

#data-table td {
	font-size: 0.9rem !important;
	line-height: 135% !important;
	padding: 12px 0 !important;
	box-shadow: none !important;
	border-right: none !important;
}

#data-table td a {
	color: #000;
	text-decoration: none;
	padding: 0 2px;
}

#data-table td a .fa {
	font-size: 1.3em;
}

#data-table thead th {
	padding: 20px 0;
	box-shadow: none !important;
	border: none !important;
	font-size: 0.9rem !important;
	text-transform: none !important;
	text-shadow: none !important;
	border-bottom: 1px solid #ccc !important;
	font-weight: bold;
}

#data-table tbody tr {
	background-color: #fff !important;
	border-bottom: 1px solid #e2e2e2 !important;
}

#data-table .tablesaw-swipe .tablesaw-cell-persist {
	box-shadow: none !important;
}

.tablesaw tbody tr {
	border: none !important;
}

#data-table td a.button {
	padding: 5px 10px;
	font-size: inherit;
}

#MobileSideBar,
#MobileUserSideBar,
#UserSideBar {
	display: none;
}

@media only screen and (max-width: 1280px) {
	#SideBar {
		position: absolute;
		top: 60px;
		left: 0;
		width: 180px;
		min-height: 100%;
		background: #082939;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#HomeBody #Content {
		padding: 20px 20px 20px 20px;
		margin: 0 0 0 180px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

@media only screen and (max-width: 1000px) {
	#Wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -30px;
		position: relative;
		min-width: 100%;
	}

	.left50,
	.right50 {
		float: none;
		width: 100%;
	}

	#SideBar {
		position: absolute;
		left: 0;
		width: 180px;
		min-height: 100%;
		background: #082939;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#HomeBody #Content {
		padding: 20px 20px 20px 20px;
		margin: 0 0 0 180px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

/* @media only screen and (max-width: 800px) {
	#Wrapper {min-height:100%;height:auto !important;height:100%;margin:0 auto -30px;position:relative;min-width:100%;overflow-x:hidden;}
	#TopRow{background: #000 url("/images/management/logo-client.png") no-repeat center center;background-size:auto 50px; padding:0px 20px 0px 0;height:60px;position:relative;text-align:right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
	#TopRow {width:100%;max-width:100%;}
	#TopRow .inline {display:none;}
	#UserSideBar {position:absolute;top:60px;right:0;width:100%;margin:0;padding:0;min-height:100%;height:100%;background:#333;text-align:right;}
	#UserSideBar .inline {display:block;border-bottom:1px solid #474747;padding:0;color:#fff;}
	#UserSideBar ul {list-style-type:none;margin:0;padding:0;}
	#UserSideBar a {text-decoration:none;color:#fff;display:block;padding:15px 20px 15px 15px;font-size:14px;font-weight:300;font-family:'Nunito Sans',sans-serif;}
	#UserSideBar a:hover {background:#000;}

	#SideBar {position:absolute;top:60px;left:0;width:100%;margin:0;padding:0;}
 	#MobileSideBar {position:absolute;top:10px;left:10px;color:#fff;text-align:left;text-decoration:none;font-size:25px;width:50px;height:50px;display:block;}
 	#MobileUserSideBar {position:absolute;top:10px;right:10px;color:#fff;text-align:right;text-decoration:none;font-size:25px;width:50px;height:50px;display:block;}
 	#HomeBody #Content {padding:20px;margin:0;width:100%;position:absolute;top:60px;left:0;background:#fff;min-height:100%;}

 	.left50,.right50 {float:none;width:100%;}

 	form {width:100%;max-width:100%;}
 	form div.row label {display:block;float:none;width:100%;padding:5px 0;}
	form input[type=text],form input[type=password],form textarea {font-family:Lucida Grande, Verdana, Sans-serif;font-size:12px;background:#fff;border:1px solid #fff;display:block;width:100%;padding:5px;}
	form .section input[type=text],form .section input[type=password],form .section textarea,form .section input[type=text],form .section input[type=password],form .section textarea {display:block;width:100%;padding:5px;background:#f5f5f5;}
	form .panel input[type=text],form .panel input[type=password],form .panel textarea,form .current input[type=text],form .current input[type=password],form .current textarea {display:block;width:100%;padding:5px;background:#f5f5f5;}
 } */


/* Styles added by Mikey */

hr {
	background: #e2e2e2;
	height: 1px;
	border: 0;
}

.copy-block .mce-tinymce {
	width: 100% !important;
}



.offcanvas-announcements {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 600px;
	z-index: 999;
	padding: 2rem 3rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-announcements.open {
	visibility: visible;
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.close-announcements {
	position: absolute;
	top: 1rem;
	right: 0;
	font-size: 2rem;
}

.offcanvas-announcements::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 800px) {
	.offcanvas-announcements {
		width: 100% !important;
	}

	.offcanvas-announcements.open {
		visibility: visible;
		-webkit-transform: translateX(-100%) !important;
		transform: translateX(-100%) !important;
	}
}


.timeline {
	position: relative;
}

.timeline-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 1.7rem;
}

.timeline-item .timeline-label {
	width: 20%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	color: #3F4254;
}

.timeline-item .timeline-badge {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: white;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
	margin-top: 1px;
	margin-left: -0.5rem;
	padding: 3px !important;
	border: 6px solid #ffffff !important;
}

.timeline-item .timeline-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.icon-xl {
	font-size: 1.25rem !important;
}

.timeline:before {
	content: '';
	position: absolute;
	left: 19.8%;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #EBEDF3;
}

.ride-detail-timeline:before {
	left: 3px;
	background-color: transparent;
	border: 1px dashed #e2e2e2;
}

.ride-detail-timeline .timeline-item .timeline-badge {
	margin-left: -0.9rem;
	border: 15px solid #e9ecef !important;
	border-radius: 1.5rem;
	background: #e9ecef;
	margin-top: -3px;
}




.form-group .option {
	display: flex;
	padding: 1.4em;
	border: 1px solid #EBEDF3;
	border-radius: 0.75rem;
	height: 100%;
	font-weight: 400;
	color: #3F4254;
	background: #fff;
}

.option .option-control {
	width: 2.7rem;
	padding-top: 0.1rem;
}

.radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}

.radio>input {
	position: absolute;
	z-index: -1;
	opacity: 1;
}

.option-input:checked~.form-group .option {
	border-color: green !important;
	border-width: 2px !important;
}

.option .option-label .option-head .option-title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #3F4254;
}

.option .option-label .option-head .option-focus {
	font-size: 1.1rem;
	font-weight: 600;
	color: #181C32;
}

.option .option-label .option-body {
	display: block;
	padding-top: 0.7rem;
	font-size: 0.9rem;
	color: #333;
}







.ribbon.ribbon-top .ribbon-target {
	border-bottom-right-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}

.ribbon .ribbon-target {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.7rem;
	padding: 5px 10px;
	border-radius: 0 0 10px 10px;
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
}




/* Button */
.btn {
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	border-radius: 0.8rem;
}

.btn-primary {
	background: #4A4B55;
	color: #fff;
	border: 1px solid #4A4B55;
	text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background: #000;
	color: #fff;
	border: 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background: #6c757d;
	border-color: #6c757d;
}

.btn-secondary {
	background: #EEEEEE;
	color: #000;
	border: 0;
}

.btn-gold {
	background: #988962 !important;
	color: #fff !important;
	border: 0;
}

/* Background */
.bg-beige {
	background: #FFFFFF !important;
}

.bg-beige-75 {
	background: rgba(230, 225, 199, 0.75) !important;
}

.bg-beige-50 {
	background: rgba(230, 225, 199, 0.5) !important;
}

.bg-beige-25 {
	background: rgba(230, 225, 199, 0.25) !important;
}

.bg-dark-blue {
	background: #151519 !important;
	color: #fff;
}

.bg-primary {
	background: #4A4B55 !important;
	color: #fff;
}

.bg-purple {
	background: #4A4B55 !important;
	color: #fff;
}

.bg-purple-dark {
	background: #151519 !important;
	color: #fff;
}

.bg-purple-light {
	background: #898A93 !important;
	color: #fff;
}

.bg-purple-gradient {
	background: rgb(21, 21, 25);
	background: linear-gradient(0deg, rgba(21, 21, 25, 1) 0%, rgba(53, 54, 64, 1) 100%);
	color: #fff;
}

.bg-grey-dark {
	background: #0D0D19 !important;
	color: #fff;
}

.bg-grey-light {
	background: #EEEEEE !important;
	color: #000;
}

.bg-gold {
	background: #988962 !important;
}

.text-gold {
	color: #988962 !important;
}

.bg-gold-light {
	background: #a59a80 !important;
}

.bg-ideal {
	background: #c06 !important;
}

.bg-sofort {
	background: #fb83a0 !important;
}

.alert-success {
	background-color: #d4edda !important;
}

.guideline-nav a {
	color: #0D0D19 !important;
}

.guideline-nav a.nav-link.active {
	background: rgba(230, 225, 199, 0.75) !important;
	border-radius: 0.5rem;
}

.guideline-nav a.nav-link.active-incomplete {
	background: rgba(230, 225, 199, 0.75) !important;
	border-radius: 0.5rem;
}

.check-footer {
	background: rgba(230, 225, 199, 0.25) !important;
	border: 1px solid rgba(230, 225, 199, 0.75) !important;
	border-radius: .25rem !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	margin: 3rem 1rem 3rem;
	padding: 1.5rem !important;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #333 !important;
	background-color: #333 !important;
}

.line-tab {
	border-bottom: 4px solid #e2e2e2 !important;
}

.line-tab a {
	color: #333;
	font-weight: bold;
}

.line-tab a.nav-link:hover {
	color: #333;
	border: 0 !important;
	border-bottom: 4px solid #988962 !important;
	margin: 0 0 -4px 0 !important;
}

.line-tab .nav-item.show .nav-link,
.line-tab .nav-link.active {
	border: 0 !important;
	border-bottom: 4px solid #988962 !important;
	font-weight: bold;
	color: #988962 !important;
	margin: 0 0 -4px 0 !important;
}

.guideline-tabs .tab-pane {
	padding: 2rem 0 !important;
}

.scrolling-wrapper {
	overflow-x: auto;
}

.guideline-content h4 {
	font-weight: bold;
	display: inline-flex;
	background: rgba(230, 225, 199, 0.9);
	padding-left: 1.5rem;
	padding-right: 5rem;
	min-width: 50%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.2rem;
	margin: 2.5rem 0;
	margin-left: -1.5rem;
	border-left: 1rem solid #333;
}

.guideline-nav-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 10px;
}

.guideline-dropdown {
	min-width: 100% !important;
	padding: 0.5rem !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.dashboard-grid .card {
	padding: 1rem;
}

.dashboard-grid .card-title {
	font-weight: bold;
}

.dashboard-grid .guideline-nav .nav-link:hover {
	background: #fff;
	border-radius: 0.5rem;
}

.card {
	background: transparent;
	border: 0 !important;
}

.card-body {
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	font-size: 1rem;
}

.card-body h5 {
	font-size: 1.25rem;
	font-weight: 600;
}


.rideadmin-sub-header .navbar-toggler {
	padding: .25rem .5rem;
	font-size: 1.2rem;
	top: -65px;
	right: 0px;
	position: absolute;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.rideadmin-sub-header {
	background-color: #fff !important;
	/* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}

.rideadmin-sub-header .navbar-light .navbar-toggler-icon {
	filter: invert(1);
}

@media only screen and (max-width: 992px) {
	.rideadmin-sub-header {
		background-color: #ffffff !important;
		box-shadow: none !important;
	}
}

.dashboard-header {
	background: url('https://7ab4a7a7b3e97d265133-3c456ba518a2c8c1f13f8ac58cd6a50f.ssl.cf5.rackcdn.com/9yu0yurqb9k4o.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
	min-height: 350px;
	border-radius: 1.5rem;
	align-items: center;
	display: flex;
	padding: 0 4rem;
}

.dashboard-links a {
	color: #333;
	border: 1px solid #dee2e6;
	text-decoration: none;
}

.dashboard-links i {
	margin: 0.5rem 0;
}

.dashboard-links a:hover {
	background: #fafafa;
	text-decoration: none;
	color: #333;
	border: 2px solid #333;
}

.dashboard-links .card {
	padding: unset !important;
	border-radius: 1rem !important;
}

.checkin-button {
	border-radius: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	margin: 0 auto;
	width: 90%;
	box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.dropdown-menu {
	font-size: 0.9rem;
}


@media only screen and (min-width: 992px) {
	.rideadmin-sub-header .dropdown-menu {
		margin-top: 16px;
		border-radius: 0;
		border: 0;
		background: #fff;
		border-color: #e2e2e2;
		padding: 1rem;
		border-radius: 1.25rem !important;
		box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	}

	.rideadmin-sub-header .dropdown-menu .dropdown-item {
		padding: 0.6rem 1rem;
	}

	.rideadmin-sub-header .dropdown-menu .dropdown-item:hover {
		background: #f1f1f1 !important;
		border-radius: 1rem;
	}
}

.checklist-wrapper h4 {
	font-weight: bold;
	display: inline-flex;
	background: rgba(230, 225, 199, 0.9);
	padding-left: 1.5rem;
	padding-right: 5rem;
	min-width: 50%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.2rem;
	margin: 2rem 0;
	margin-left: 0;
	border-left: 1rem solid #333;
}

.block-header {
	background: #fff;
	background-size: cover !important;
	background-position: center !important;
	min-height: 300px;
	justify-content: center;
	flex-direction: column;
	position: relative;
	color: #fff !important;
	font-weight: bold !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	border-radius: 0.5rem;
	padding: 3rem 1.5rem !important;
	margin: 0 1rem 3rem;
}

.block-header-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 0.5rem;
	left: 0;
	top: 0;
	background: rgb(0 0 0 / 40%);
}

.block-header h2,
.block-header p {
	color: #fff !important;
	font-weight: bold !important;
	z-index: 99;
}

.block {
	background: #fff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	border-radius: 0.5rem;
	padding: 3rem 1.5rem !important;
	margin: 0 1rem 3rem;
}

/* .block-bl {
	border-left: 8px solid #578f9d;
}

.block-image p {
	padding: 50px 0;
}

.block-image img {
	max-width: 100%;
	margin: 40px 15px;
	border-radius: 1rem;
}

.light-blue {
	background: #4a607b;
	color: #fff;
}

.primary-blue {
	background: #26616f;
	color: #fff;
}

.dark-blue {
	background: #003744;
	color: #fff;
} */

/* STEPS
* --------------------------------------- */

/* .steps {
	border-left: 8px solid #578f9d;
	padding: 2rem;
	padding-left: 3.5rem;
  }
  
  .steps img {
	padding: 1rem;
	background: #f1f1f1;
  }
  
  .steps h4 {
	color: #333;
	font-weight: 700;
	padding: 0;
  }
  
  .steps-num {
	background: #26616f;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: -29px;
	top: 20px;
	padding: 8px 18px;
	color: #fff;
	font-size: 1.5rem;
  }
  
  .itinerary-image {
	padding-bottom: 1rem;
  } */


/* KEY POINT SUMMARY BLOCK
* --------------------------------------- */

/* .style-guide img {
	max-width: 100%;
} */


/* KEY POINT SUMMARY BLOCK
* --------------------------------------- */

/* .summary_block{
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.summary_block h2{
	color: #0c5460;
	padding-left: 1rem;
}

.summary_block li{
	color: #333;
	font-weight: 400;
} */


/* -------------------------------- File#: _1_stacking-cards Title: Stacking Cards Descr: Cards stack effect on vertical scrolling Usage: codyhouse.co/license -------------------------------- */
.stack-cards {
	--stack-cards-gap: 2rem;
	--stack-cards-item-ratio: 2;
}

.stack-cards__item {
	position: relative;
	position: sticky;
	top: 3rem;
	height: 0;
	padding-bottom: calc(100%/(3rem));
	transform-origin: center top;
}

.stack-cards__item>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* -------------------------------- File#: _1_scrolling-animations Title: Scrolling Animations Descr: Scrolling animations plugin Usage: codyhouse.co/license -------------------------------- */
:root {
	--scroll-fx-translate-x: 0;
	--scroll-fx-translate-y: 0;
	--scroll-fx-translate-z: 0;
	--scroll-fx-rotate-x: 0;
	--scroll-fx-rotate-y: 0;
	--scroll-fx-rotate-z: 0;
	--scroll-fx-skew-x: 0;
	--scroll-fx-skew-y: 0;
	--scroll-fx-scale-x: 1;
	--scroll-fx-scale-y: 1;
	--scroll-fx-opacity: 1;
	--scroll-fx-stroke-dashoffset: 0;
}

.js .scroll-fx {
	transform: translate3d(var(--scroll-fx-translate-x), var(--scroll-fx-translate-y), var(--scroll-fx-translate-z)) rotateX(var(--scroll-fx-rotate-x)) rotateY(var(--scroll-fx-rotate-y)) rotateZ(var(--scroll-fx-rotate-z)) skewX(var(--scroll-fx-skew-x)) skewY(var(--scroll-fx-skew-y)) scaleX(var(--scroll-fx-scale-x)) scaleY(var(--scroll-fx-scale-y)) !important;
	opacity: var(--scroll-fx-opacity) !important;
	stroke-dashoffset: var(--scroll-fx-stroke-dashoffset) !important;
}

.js .scroll-fx.scroll-fx--theme-transition,
.js .scroll-fx.scroll-fx--theme-transition>* {
	transition: 0.3s;
}



/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* :root {
	--white: #fff;
	--divider: lightgrey;
	--body: #f5f7f8;
  }
  
  * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
  }
  
  ul {
	
  }
  
  a {
	text-decoration: none;
	color: inherit;
  }
  
  body {
	background: var(--body);
	font-size: 16px;
	font-family: sans-serif;
	padding-top: 40px;
  } */

.chart-wrapper {
	max-width: 1150px;
	padding: 0;
	margin: 0 auto;
}


/* CHART-VALUES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-values {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2rem;
	font-size: 1.1rem;
	padding: 0;
}

.chart-wrapper ul {
	list-style: none;
}

.chart-wrapper .chart-values li {
	flex: 1;
	min-width: 12.5%;
	text-align: center;
}

.chart-wrapper .chart-values li:not(:last-child) {
	position: relative;
}

.chart-wrapper .chart-values li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	height: 20rem;
	border-right: 1px solid #e2e2e2;
}

@media screen and (max-width: 600px) {
	.chart-wrapper .chart-values li:not(:last-child)::before {
		content: '';
		position: absolute;
		right: 0;
		height: 20rem;
		border-right: 1px solid #e2e2e2;
	}
}

/* CHART-BARS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-bars li {
	position: relative;
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
	border-radius: 20px;
	padding: 10px 20px;
	width: 0;
	opacity: 0;
	transition: all 0.65s linear 0.2s;
}

@media screen and (max-width: 600px) {
	.chart-wrapper .chart-bars li {
		padding: 10px;
	}
}

.text-sub {
	color: #9c9ca1 !important;
    font-size: 0.9rem;
}

.text-mini {
	color: #b5b5c3 !important;
	font-size: .875em;
}




.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	max-width: 1200px;
}

/* 
.form-check {
	margin-left: 1.1rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -2em;
}

.form-check-input {
	width: 1.5em;
	height: 1.5em;
} */

.form-check-input:checked {
	background-color: green;
	border-color: green;
}


.ui-timepicker-container {
	z-index: 2 !important;
}

.border-bottom {
	border-color: #eff2f5;
}

#taskList .form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
    scale: 1.5;
}