/*** AGMARDT CSS - by DF @ OPSOCO ***/
/*** Font Imports ***/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

/*** Global Styles ***/

html, body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05em;
	color: #404040;
	letter-spacing: normal;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #404040;
	outline: none;
}

a:hover, a:active {
	color: #ff2020;
	outline: none;
}

#page-container {
	position: relative;
	min-height: 100vh;
}

.theader {
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 20px;	
	letter-spacing: normal;
	color: #606060;
	padding: 6px;
	border: 0;
}

.tlist {
	padding: 4px 6px;
	border-bottom: 1px dotted #606060;
}

table tr.highlightrow {
	background: transparent;
	transition-duration: 350ms;
	transition-property: background;
}

table tr.highlightrow:hover {
	background: #fff380;
}

/*** Masthead Styles ***/

#header {
	background: #3c3c3b;
	position: absolute;
	top: 0;
	width: 100%;
	height: 130px;
}

#header img#logo {
	float: left;
	width: 245px;
	height: 65px;
	margin: 32px 0 0 15%;
}

#header div#navholder {
	display: block;
	width: auto;
	height: 100%;
	float: right;
	padding: 0;
	border: 0;
	margin: 0 15% 0 0;
}

#header ul.nav {
	display: table-row;
	float: right;
	vertical-align: middle;
}

#header ul.nav1 {
	margin: 22px 0 0;
	border: 0;
}

#header ul.nav2 {
	margin: 2px 0 0;
	border: 0;
}

@media screen and (max-width: 1000px) {
	#header img#logo {
		margin: 32px 0 0 20px;
	}

	#header div#navholder {
		margin: 0;
	}
}

ul.nav li {
	display: table-cell;
	height: auto;
	list-style-type: none;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;	
	letter-spacing: normal;
}

ul.nav li a {
	display: table-cell;
	height: auto;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	padding: 0 16px;
	transition-duration: 750ms;
	transition-property: background, color;
}

ul.nav li a:hover, ul.nav li a:active {
	background: #4b4b4b;
	color: #ffe612;
}


/*** Main body content styles ***/

#content-wrap {
	margin: 0 15%;
	padding: 130px 0 80px;
}

@media screen and (max-width: 1000px) {
	#content-wrap {
		margin: 0 20px;
	}
}

#content-wrap-logged-in {
	margin: 0;
	padding: 130px 10px 80px;
}

/*** Headings ***/

h1, h2, h3, h4, h5, h6 {
	letter-spacing: normal;
}

h1 {
	font-weight: 700;
	font-size: 26px;
	line-height: 40px;
}

h2 {
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
}

h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
}

h4 {
	font-weight: 600;
	font-size: 21px;
	line-height: 22px;
}

h5 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0 20px;
}

h6 {
	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
	margin: 10px 0 20px;
}

/*** Text colours ***/

.txtdark {
	color: #404040;
}

.txtwhite {
	color: #ffffff;
}

.txtyellow {
	color: #ffe612;
}

/*** Text aligns ***/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

div.middle {
	display: flex;
	justify-content: center;
	align-items: center;
}


/*** Tab styles ***/

.tab, #showbuttons {
	display: flex;
	overflow: hidden;
	justify-content: center;
	margin: 10px 0;
}

.tab button {
	display: inline-block;
	height: 48px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;	
	letter-spacing: normal;
	text-align: center;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	transition: all 500ms ease-in-out;
}

.tab button.dark {
	background: #404040;
	color: #ffe612;
	border: 2px solid #404040;
}

.tab button.dark:hover {
	background: transparent;
	color: #404040;
}

.tab button.active, .tab button.active:hover {
	background: #f9e503;
	color: #404040;
	border: 2px solid #f9e503;
}

button.larr, button.rarr {
	height: 48px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;	
	letter-spacing: normal;
	text-align: center;
}

button.larr {
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
}

 button.rarr {
	margin: 0 0 0 10px;
	padding: 0 0 0 12px;
}

.tabcontent {
	display: none;
	animation: fadeEffect 1s;
}

@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}



/*** Main page list styles ***/

td.lheader {
	background: #404040;
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 20px;	
	letter-spacing: normal;
	color: #ffe612;
	padding: 6px;
	border: 0;
}

td.tlist {
	padding: 4px 6px;
	border-bottom: 1px dotted #606060;
}

table tr.highlightrow {
	background: transparent;
	transition-duration: 350ms;
	transition-property: background;
}

table tr.highlightrow:hover {
	background: #dbdbdb;
}



/*** Font Awesome tweaks ***/

.fa {
	font-size: 120%;
	margin: 0 12px;
}

.fa a:link, .fa a:visited, .fa a:hover, .fa a:active {
	text-decoration: none;
}

.fa a:hover, .fa a:active {
	color: #ff2020;
}

.fa-stack a:hover, .fa-stack a:active {
	color: currentColor;
	opacity: 0.25;
}

.fa-stack, .fa-stack a {
	color: #ffe612;
	text-align: left;
	margin: 0;
}

.fa-stack .fa-caret-down {
	position: absolute;
	bottom: 4px;
	margin: 0 0 -1px 4px;
}

.fa-stack .fa-caret-up {
	position: absolute;
	top: 0px;
	margin: -1px 0 0 4px;
}

.fa-stack .active {
	color: #00c000;
} 

/*** Declaration list style ***/

ol.declarationlist li {
	margin-bottom: 10px;
}


/*** Subtel notation text ***/
.note {
	font-size: 0.75em;
	color: #4b4b4b;
}


/*** iframe styles ***/
iframe#rwin {
	display: none;
	width: 100%;
	height: 100px;
	margin: auto 0;
	border: 1px solid red;
}


/*** Footer Styles ***/

#footer {
	background: #3c3c3b;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;	
	letter-spacing: 1px;
	color: #ffffff;
}

#footer span {
	color: #ffe612;
}

#footer p {
	text-align: center;
	margin: 20px 20px 0 20px;
}


/*** Form styles - Non-form field styles ***/

.flex {
	display: flex;
}

.listhead {
	background: #dbdbdb;
	margin: 0 0 1px 0;
	padding: 2px 6px;
}

.list {
	background: transparent;
	margin: 0;
	padding: 0 4px;
	border-bottom: 1px dotted #dbdbdb;
}

.col {
	float: left;
	font-weight: 500;
	margin-top: 0;
	transition-property: ease-in-out;
	transition-duration: 0.5s;
}

.col-x {
	float: left;
}

.row {
	background: #dbdbdb;
	margin: 2px 0;
	padding: 4px 6px 6px 6px;
}

.rowclear {
	background: transparent;
	margin: 2px 0;
	padding: 0;
}

.rownobr {
	background: #dbdbdb;
	margin: 0;
	padding: 4px 6px 6px 6px;
}

.rowtitle {
	background: #404040;
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 34px;
	letter-spacing: normal;
	color: #ffe612;
	vertical-align: middle;
	margin: 0;
	border: 0;
	padding: 2px 6px;
	text-decoration: none;
}

.row:after, .rowclear:after, .rownobr:after, .listhead:after, .rowtitle:after {
	content: "";
	display: table;
	clear: both;
}

.col-n, .col-5, .col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50,
.col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-95, .col-100 {
	float: left;
	font-weight: 500;
	margin-top: 6px;
	transition-property: ease-in-out;
	transition-duration: 0.5s;
}

.col-5 { width: 5%; }
.col-10 { width: 10%; }
.col-15 { width: 15%; }
.col-20 { width: 20%; }
.col-25 { width: 25%; }
.col-30 { width: 30%; }
.col-35 { width: 35%; }
.col-40 { width: 40%; }
.col-45 { width: 45%; }
.col-50 { width: 50%; }
.col-55 { width: 55%; }
.col-60 { width: 60%; }
.col-65 { width: 65%; }
.col-70 { width: 70%; }
.col-75 { width: 75%; }
.col-80 { width: 80%; }
.col-85 { width: 85%; }
.col-90 { width: 90%; }
.col-95 { width: 95%; }
.col-100 { width: 100%; }

@media screen and (max-width: 1000px) {
	.col-n, .col-5, .col-10, .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50,
	.col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-95, .col-100 {
		width: 100%;
		margin-top: 0;
	}
}

.yellow {
	background: #f9e503;
	border: 1px solid #ffffff;
	padding: 8px;
}

.twrap {
	position: relative;
	display: flex;
	width: 550px;
	padding: 0;
	border: 0;
	margin: 0 0 24px;
}

.twrap.large {
	width: 760px;
	margin: 0 auto 24px;
}

.twrap.small {
	width: 260px;
}

.twrap.short {
	margin-bottom: 0;
}

.twrap.kpi {
	width: 95%;
	max-width: 550px;
	margin: 0 auto 24px;
}

.dwrap {
	position: relative;
	display: inline-block;
	width: 95%;
	max-width: 550px;
}

.dwrap.kpi {
	text-align: right;
	margin-top: 10px;
}

.dwrap.mst {
	text-align: left;
	margin-bottom: 6px;
}

.txtholder {
	width: 760px;
	text-align: left;
	margin: 0 auto 6px;
}

.rholder {
	display: flex;
	background: transparent;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 6px auto 0;
	padding: 0 0 6px;
	border: 2px solid transparent !important;
}

.txtdescrip {
	font-size: 0.9em;
}

.tk:before, .cr:before, .al:before {
	position: absolute;
	top: 5px;
	right: 5px;
}

.tk:before {
	content: url(../gfx/form_tick.png);
}

.cr:before {
	content: url(../gfx/form_cross.png);
}

.al:before {
	content: url(../gfx/form_alert.png);
}

div.notice {
	position: absolute;
	bottom: -24px;
	left: 12px;
	box-sizing: border-box;
	background: transparent;
	height: 24px;
	font-size: 13px;
	font-style: italic;
	padding: 1px 0 0;
}

div.count {
	position: absolute;
	bottom: -24px;
	right: 0;
	box-sizing: border-box;
	background: #b4b4b4;
	height: 24px;
	font-size: 13px;
	padding: 1px 12px 0;
}

div.total {
	width: 140px;
	font-weight: bold;
	margin: auto;
	padding: 6px 10px 8px;
	border: 2px solid transparent;
}

div.gap {
	margin: 10px 0;
}

.alert {
	color: #ff0000;
	font-weight: bold;
}


/*** File upload iframe styles ***/

iframe.fileUp {
	width: 100%;
	min-height: 500px;
	border: 0;
}


/*** Search page formatting and click-to-copy links ***/
div.lnk, div.lnkCopyMe, span.lnkCopyMe {
	transition: all 200ms ease-in-out;
}

.lnk2cp:link {
	text-decoration: none;
}

span.lnkCopyMe {
	padding: 6px 10px;
}

div.lnk:hover {
	background: #c0c0c0;
	color: #000000;
}

div.lnkCopyMe:hover, span.lnkCopyMe:hover {
	background: #c0c0c0;
	font-size: 1.05em;
	color: #000000;
}

div.lnkCopyMe:active, span.lnkCopyMe:active {
	background: #ffe612;
}


/*** Form styles - Form field styles ***/

* {
	box-sizing: border-box;
}

label {
	display: inline-block;
	padding: 9px 10px 0 0;
}

input[type='text'], input[type='email'], input[type='password'], select {
	background: #ffffff;
	width: 100%;
	max-width: 550px;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95em;
	color: #404040;
	letter-spacing: normal;
	line-height: 1.2em;
	text-align: left;
	outline: none;
	margin: 0;
	border: 2px solid #b4b4b4;
	padding: 10px;
}

select {
	padding: 6px;
}

input.small {
	width: 140px;
}

input.right, select.right {
	text-align: right
}

input.hideExtra {
	width: 140px;
	display: none;
}

input.showExtra {
	width: 140px;
	display: inline;
}

textarea {
	background: #ffffff;
	width: 100%;
	height: 100px;
	min-height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95em;
	color: #404040;
	letter-spacing: normal;
	line-height: 1.2em;
	text-align: left;
	outline: none;
	margin: 0;
	border: 2px solid #b4b4b4;
	padding: 10px;
	resize: none;
	overflow: hidden;
}

input:focus, select:focus, textarea:focus {
	border-color: #404040;
}

input[readonly], input[readonly]:focus, select[readonly], select[readonly]:focus, textarea[readonly], textarea[readonly]:focus {
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #b4b4b4;
}

input.block, select.block, textarea.block, input[readonly].block, input[readonly].block:focus, select[readonly].block, select[readonly].block:focus, textarea[readonly].block, textarea[readonly].block:focus {
	border-right: 40px solid #b4b4b4;
}

select.selDD {
	width: 60px;
	direction: ltr;
	padding: 0;
	margin: 0;
}

select.selMM {
	width: 80px;
	/* direction: rtl; */
	direction: ltr;
	padding: 0;
	margin: 0;
}

select.selYY {
	width: 70px;
	direction: ltr;
	padding: 0;
	margin: 0;
}

.fixme, select.fixme, input.fixme, div.fixme {
	background: #ffc0c0;
	border: 2px solid #f20007 !important;
}

input::placeholder, textarea::placeholder {
	color: #c0c0c0;
}


/*** file upload input style ***/

label.dzone {
	display: inline-block;
	position: relative;
	height: 70px;
	width: 760px;
}

div.dropzone {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	background: #404040;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;	
	letter-spacing: normal;
	color: #ffe612;
	align-items: center;
	justify-content: center;
	border: 2px solid #404040;
	transition: all 500ms ease-in-out;
}

input[type='file'] {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	cursor: pointer;
}

div.dragover {
	background: transparent;
	color: #404040;
}

/*** Upload modal styles ***/
.modal {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(64, 64, 64, 0.9);
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	background: rgba(64, 64, 64, 0.9);
	width: 200px;
	height: 200px;
	text-align: center;
	border: 2px solid #f9e503;
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 100;
}

/*** Spinner borrowed from:	https://projects.lukehaas.me/css-loaders/		***/
.loader {
	color: #f9e503;
	font-size: 50px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*** Checkbox style - uses FontAwesome ***/

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

input[type="checkbox"]+span {
	color: #404040;
}

input[type="checkbox"]+span:before {
	font: 24px 'FontAwesome';
	content: '\f096';
	display: inline-block;
	width: 22px;
	padding: 0;
	margin: -10px 10px 0 0;
	cursor: pointer;
}

input[type="checkbox"]:checked+span:before {
	content: '\f046';
}

input[type="checkbox"]:focus+span:before {
	outline: none;
}

input[type="checkbox"]:disabled+span {
	color: #999;
}

input[type="checkbox"]:not(:disabled)+span:hover:before {
	text-shadow: 0 1px 2px #b4b4b4;
}

/*** Radio selector styles ***/

.radio {
	margin: 16px 0;
	display: block;
	cursor: pointer;
}

 .radio input {
	display: none;
}

 .radio input + span {
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	display: block;
	position: relative;
}

 .radio input + span:not(:empty) {
	padding-left: 30px;
}

 .radio input + span:before, .radio input + span:after {
	content: '';
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
}

 .radio input + span:before {
	background: #b4b4b4;
	transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

 .radio input + span:after {
	background: #ffffff;
	transform: scale(0.78);
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

 .radio input:checked + span:before {
	transform: scale(1.04);
	background: #404040;
}

 .radio input:checked + span:after {
	transform: scale(0.4);
	transition: transform 0.3s ease;
	background: #ffe612;
}

 .radio:hover input + span:before {
	transform: scale(0.92);
}

 .radio:hover input + span:after {
	transform: scale(0.74);
}

 .radio:hover input:checked + span:after {
	transform: scale(0.4);
}


/*** Slider YES/NO switch styles ***/

.onoffswitch {
	position: relative;
	width: 66px;
	margin-top: -1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: center;
}

.onoffswitch-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	height: 22px;
	cursor: pointer;
	border: 2px solid #404040;
	border-radius: 11px;
}

.onoffswitch-inner {
	display: block;
	width: 235%;
	margin-top: -19%;
	margin-left: -115%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 22px;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
    box-sizing: border-box;
	margin: 0 auto;
}

.onoffswitch-inner:before {
	content: "ON";
	margin-left: -16px;
	padding-left: 10px;
	background-color: #606060;
	color: #ffe612;
}

.onoffswitch-inner:after {
	content: "OFF";
	margin-left: 16px;
	padding-right: 10px;
	background-color: #eeeeee;
	color: #606060;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 28px;
	margin: -3px;
	background: #eeeeee;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	border: 2px solid #404040;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
	background-color: #ffe612;
}


/*** Button styles ***/

button {
	display: inline-block;
	height: 52px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;	
	letter-spacing: normal;
	text-align: center;
	padding: 0 26px;
	cursor: pointer;
	transition: all 500ms ease-in-out;
}

button.dark {
	background: #404040;
	color: #ffe612;
	border: 2px solid #404040;
}

button.dark:hover {
	background: transparent;
	color: #404040;
}

button.yellow {
	background: #f9e503;
	color: #404040;
	border: 2px solid #f9e503;
}

button.yellow:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

button[disabled], button[disabled=disabled], button:disabled {
	cursor: not-allowed;
	pointer-events: none;
	background: #dbdbdb !important;
	color: #404040 !important;
	border: 2px solid #dbdbdb !important;
}

button.count {
	height: 30px;
	line-height: 20px;
	margin: -12px auto -10px;
}


/*** Misc form items ***/
fieldset {
	border: 0;
	padding: 0;
}
/*** End of CSS ***/
