:root {
        --main-highlight-color: #999966;
        --main-special-color: #f2f3f4;
        --main-selected-color: orange;
        --main-text-color:#7a8089;
        --warning-highlight-color: red;
        --border-color1: #c7ccc5;
        --border-color2: #788474;

/*	
 *	PRODUCTION VERSION COLORS
      --main-highlight-color: #3d5c5c; 
        --main-special-color: #edf2f7;
        --main-highlight-color: #696877;
      --main-selected-color: #orange;
      --warning-highlight-color: red;
*/
}

html {	
height:100%; 
font-size:13px;
}

body {
margin:0;
height:100%;
height:auto;
text-align:left;
line-height:normal;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.form-group {
	margin-bottom:10px;
}

.bg-theme {
  /* @extend .bg-info; */
  background-color: var(--main-highlight-color);

}
.border-2 {
    border-width:2px !important;
}
.hidden { 
	display:none;
}

.normalblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.normalwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-style: normal;
	font-weight: normal;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fe4701;
	font-style: normal;
	font-weight: bold;
	display:inline;
}

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}

.overlay {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	overflow: show;
	margin: auto;
 	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
	background-color:rgba(41,41,61,0.75);
}


.loader {
	position: absolute;
  	top: calc(50% - 50px);
  	top: -webkit-calc(50% - 100px);
  	left: calc(50% - 200px);
  	left: -webkit-calc(50% - 200px);
	width: 120px;
  	height: 120px;
 	border-radius: 50%;	
 	border: 16px solid #f3f3f3;
 	border-top: 16px solid var(--main-highlight-color);
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

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

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*
font {
	font-family: Arial, Helvetica, sans-serif;
	//font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
*/
/*
BELOW CLASS EXTEND BOOTSTRAP
*/
.table {
	text-align:left;
}
.table-viewport {
	max-height:72vh !important;
	min-height:450px;
	border-bottom:1px solid lightgray
	/*padding-bottom:20px;*/
}

.table .thead-dark th {
  color: #fff;
  background-color: var(--main-highlight-color);
  border-color: #32383e;
  text-transform:uppercase;
}


h1,.h1 {
	font-size: 30px;
	color: var(--main-text-color);
}

h2,.h2 {
	font-size: 25px;
	color: var(--main-text-color);
}

h3,.h3 {
	font-size: 20px;
	color: var(--main-text-color);
}

h4,.h4 {
	font-size: 16px;
	color: var(--main-text-color);
}
.boldText1 {
	vertical-align:middle;
	font-size: 18px !important;
	font-weight: bold !important;
	text-transform:uppercase;
}
.boldText2 {
	vertical-align:middle;
	font-size: 16px !important;
	font-weight: bold !important;
}

a,i {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:450;
	color:black;
	text-decoration: none;
	vertical-align:middle;
	line-height:24px;
}

a:hover {
	color:var(--main-selected-color);
}

.pointer {
	cursor:pointer;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	line-height:20px;
}

#header {
	/*overflow:hidden;*/
	box-shadow:0px 5px 5px #666;
	position:relative;
	z-index:2;
	background-color:white;
	min-height:50px;
	vertical-align:bottom;
}
.main_site_container {
	min-height:750px;
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100vh;
}
.page_content { 
position:relative;
overflow:hidden;
text-align:center;
padding:50px 25px 25px 25px !important;
margin-right:auto;
margin-bottom:40px;
min-height:750px;
}
.site_heading {
	background-image: linear-gradient(to right,var(--main-highlight-color),#FFFFFF);
	min-height:50px;
	padding-top:15px;
	color:white;
	vertical-align:bottom;
	font-weight:600;
	font-size:35px;
	letter-spacing: 5px;
	text-transform:lowercase;
}
.site_heading > em {
	text-transform:none;
	text-decoration:underline; 

}




.dashboardContainer {
	width:100%;
	min-height:300px;
	padding:5px;
	box-sizing:border-box;
}

.dashboardContainer > div {
	box-sizing:border-box;
}

.dashboardColumn {
	margin:10px;
	border-radius: 12px;
	background-color:rgba(255,255,255,0.75);
	min-height:400px;
	box-sizing:border-box;
	min-height:500px;
	min-width:370px;
	width:31%;
	text-align:left;
}

.dashboardItemSmall {
	box-sizing:border-box;
	width:31%;
	min-height:100px;
	background-color:rgba(255,255,255,0.25);
	border:1px solid grey;
	display:inline-block;
	margin:2px;
	border-radius: 5px;
	padding:10px;
	vertical-align:top;
}


.dashboardItemTwoThirds {
	min-height:100px;
	box-sizing:border-box;
	width:62%;
	background-color:rgba(255,255,255,0.25);
	border:1px solid grey;
	display:inline-block;
	margin:2px;
	border-radius: 5px;
	padding:10px 10px 50px 10px;
	vertical-align:top;
}
.dashboardItemMedium {
	min-height:100px;
	box-sizing:border-box;
	width:48%;
	background-color:rgba(255,255,255,0.25);
	border:1px solid grey;
	display:inline-block;
	margin:10px 0px 10px 0px;
	border-radius: 5px;
	padding:10px;
	vertical-align:top;
}

.dashboardItemLarge {
	min-height:170px;
	background-color:rgba(255,255,255,0.25);
	border-bottom:2px solid grey;
	margin-bottom:25px;
}
.dashboardItemLarge > .pageheader {
	border-radius:0px 0px 0px 0px;
	color:white;
}

.formListDiv {
	min-height:30px;
	box-sizing:border-box;
	width:95%;
	background-color:rgba(158,183,156,0.25);
	border:1px solid grey;
	display:block;
	margin:5px;
	border-radius: 5px;
	padding:8px;
	vertical-align:top;
}

.divright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	float:right;
	display:inline;
}

.divleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	float:left;
	display:inline;
	line-height:25px;
	padding:5px 20px 5px 20px;
}
/*
tr {
	height:30px;
	align:left;
	text-align:left;
	vertical-align:middle;
}

td {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
*/
.buttonDel {
	background-color: var(--warning-highlight-color);
	text-transform:uppercase;
	cursor: pointer;
}

.button, input[type="button"], input[type="submit"] {
	border:1px solid black;
	border-radius:4px;
	padding: 5px 20px;
	height:30px;
	background-color: var(--main-highlight-color);
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	cursor: pointer;
}


textarea {
	/*
	pre {
  	margin: 0;
  	padding: 0;
  	outline: 0;
 	border: 0;
	}
	*/
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid var(--border-color1);
	font-size: 14px;
	border-radius:4px;
	padding-left:2px;
	line-height:22px;
}

.schedule_container {
        padding:0px;
        float:left;
        min-width:100%;
        max-height:600px;
        box-sizing: border-box;
        overflow:auto;
        margin:0px;
        border-right:1px solid grey;
	border-top:1px solid grey;
	min-width:1000px;
}
.schedule_content{
        overflow-x:auto;
}
.schedule_column {
        padding:0px;
        margin:0px;
        float:left;
        min-width:250px;
        box-sizing: border-box;
        border-right:1px solid grey;
}

.schedule_header {
	border-top:1px solid grey;
	margin-right:18px;
	min-width:900px;
}

.schedule_body {
        padding:2px;
        height:auto;
        min-height:800px;
}
.schedule_header > .schedule_column {
	border:0px;
}
.card {
        border:1px solid black;
        margin-bottom:10px;
}
/*
.card:hover {
        background-color:#dce0e8;
}

.card_header {
        margin-bottom:10px;
	text-align:left;
}
.card_prologue{
        margin-bottom:10px;

}
.card_extended {
        display:none;
        margin-bottom:20px;
}
*/

.pagetab {
	display:none;
	width:100%;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


/* ### USED FOR AUTO EXPANDING TEXT BOXES EG QUOTE EDIT DESCRIPTONS */
.expandingArea {
  position: relative;
  border: 1px solid #FFF;
  background: #fff;
  margin-top:1px;
}

.expandingArea > textarea,
.expandingArea > pre {
  padding: 2px;
  background: transparent;
  font: 400 13px/16px helvetica, arial, sans-serif;
  /* Make the text soft-wrap */
  white-space: pre-wrap;
  word-wrap: break-word;
  min-height:20px;
}

.expandingArea > textarea {
  /* The border-box box model is used to allow
     padding whilst still keeping the overall width
     at exactly that of the containing element.  */
  	
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
      	-ms-box-sizing: border-box;
        box-sizing: border-box;
  	width: 100%;
  	/* This height is used when JS is disabled */
	border:none;
}

.expandingArea.active > textarea {
  /* Hide any scrollbars */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Remove WebKit user-resize widget */
  resize: none;
}
.expandingArea > pre {
  display: none;
}
.expandingArea.active > pre {
  display: block;
  /* Hide the text; just using it for sizing */
  visibility: hidden;
}
/* END OF EXPANDIN TEXTBOX CSS */

.table-fixed thead th {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.table-fixed tbody td {
  z-index:-1;
  background: white;
}
input.checkbox, input[type='checkbox']{
	min-height:16px;
	min-width:16px;
}

input[type='text'],input[type='number'],input[type='date'],input[type='password']{
	/*height:35px;
	border:1px solid var(--border-color1);
	padding-left:8px;
	vertical-align:middle;
	*/
}
/*
select {
	font-size: 14px;
	border:1px solid #cccccc;
	border-radius:4px;
	padding-left:8px;
	height:35px;
	margin-bottom:5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
option {
	border-bottom:1px solid lightgrey;
	height:35px;
	padding:4px 15px 4px 15px;
	vertical-align:middle;
}
*/
div.filtered_list {
	position:relative;
	width:100%;
	padding:0px;
}

select.filtered_list {
	background-color:rgba(250, 250, 250, 1);
	z-index:40;
	min-width:100%;
	float:left;
	position:absolute;
	left:0px;
	top:10px;
	/*height:300px;*/
	display:none;
	overflow: overlay !important;
}
select.filtered_list option:hover {
	background-color:lightgrey;
}
select.filtered_list option {
	padding:4px;
}

select.filtered-list {
	height:300px;
	display:none;
}

img { 
	border: 0;
	margin: 0px 0px; 
	margin-bottom:0px;
} 

.leftbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	float:left;
	valign:bottom;
	vertical-align:top; 
	height:111px;
	margin-top:0px;
	margin-bottom:0px;
}

.rightbox {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:bottom; 
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:right;
	white-space:nowrap;
	float:right;
	height:111px;
	margin-right:25px;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
}

table.gridtable {
	border-collapse:collapse;
	width:95%;
	text-align:center;
	margin-left:auto;
 	margin-right:auto;
}

table.gridtable.tr {
	height:50px;
	align:left;
	vertical-align:middle;
	background:#CCC;
}

table.gridtable th {
	color:white;
}

table.gridtable td {
	align:left;
	border-color: #CCCCCC;
	border-bottom:1px solid lightgrey;
	padding:5px 20px;
	/*font-size:14px;*/
}

table.gridtable tr:hover td {
	background:#CCC;
}
table.filter {
	@extends gridtable;
}
table.filter tr:hover td {
	background:none;
}


table.gridtable th {
	background-color: var(--main-highlight-color);
	border-color: #CCCCCC;
	border-bottom:1px solid lightgrey;
}

.titlerow {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
	border-radius:8px;
	color:#FFFFFF;
	border-radius:8px;
	height:30px;
	align:left;
	font-weight:bold;
	vertical-align:middle;
	background-color:var(--main-highlight-color);
	padding:5px 20px;
}

table.datatable {
	border-collapse:collapse;
	width:100%;
	align:center;
}

.datatabletitle {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
	border-radius:8px;
	height:30px;
	color:#FFF;
	align:left;
	font-weight:bold;
	vertical-align:middle;
	background-color:var(--main-highlight-color);
	padding:5px 20px;
}

table.datatable td {
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	align:left;
	padding:2px;
	margin:0px;
	font-size:14px;
}

table.datatable tr:hover {
	background:#DDD;
}

td.currency, td.currency>input {
	background-color:var(--main-special-color);
}

tr.formRow {
	height:50px;
	align:left;
	vertical-align:middle;
	border-bottom:5px solid var(--main-highlight-color);
}

tr.formRow:hover td {
	@extend datatable;
	background-color:#FFF;
}
.datainput {
	height:25px;
	width:98%;
	font-size: 14px;
	border:none !important;
	box-sizing: border-box;
	margin:0px;
}

.floating {
	border:1px solid var(--main-highlight-color);
	border-radius:12px;
	border-color:grey;
	margin:15px;
	background-color:#ffffff;
	padding:20px;
}

.maintable {
	min-height:130%;
	cellpadding:0px;
	cellspacing:0px;
	
}

p.pagebreak {
	page-break-after: always;
}

.verticaltext{
text-align: left;
font: bold 14px Arial;
width: 15px;
writing-mode: tb-rl;
}

.menu_container{
 background-color:#FFFFFF;
 width:60px;
 overflow:hidden;
 display:block;
 min-height:100vh;
 height:100%;
 float:left;
 border-right:1px solid #696969;
  transition:visibility 0ms, background 0ms, width 200ms;
}

.menu_container_full{
  width:250px;
  transition:visibility 0ms, background 0ms, width 200ms;
}

.menu_main{
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

.menutitle{
	cursor:pointer;
	margin: 0px 5% 0px 5%;
	color:#000000;
	width:90%;
	box-sizing:border-box;
	height:45px;
	padding:2px;
	line-height:45px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
	border-bottom:0px solid #696969;
}

.menutitle > img, .menutitle > a > img, .menutitle > i {
	width:20px;
	margin-right:20px;
}

.menu_icon {
	vertical-align:middle;
}

.submenu{
	margin:8px 0px 10px 15px;
	box-sizing:border-box;
	color:#000000;
	background-color:#FFFFFF;
	width:95%;
	padding-left:45px;
	text-align:left;
}

.submenu > a { 
	padding:0px;
	height:30px;
}

.menu_item{
	border-left:1px solid grey;
	list-style-type:none;
	margin-left:0px;
	height:30px;
	line-height:30px;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-transform:uppercase;
}

.su_menu_item, .developer, .coming_soon {
	display:none;
}

.pageheader {
	/*overflow:hidden;*/
	width:98%;
	position:absolute;
	top:0px;
	right:0px;
	box-sizing:border-box;
	height:45px;
	vertical-align:baseline;
	white-space:nowrap;
	text-align:center;
	background-color:var(--main-highlight-color);
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:0px 0px 0px 4px;
	margin-top:0px;
	/*margin-bottom:10px;*/
}

.subcontainer{
	overflow:hidden;
	width:95%;
	white-space:nowrap;
	padding-right:10px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	border-radius:8px;
	border-color:grey;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
}

.subMenuButton{
	border-bottom:1px solid black;
	border-radius:0px;
	border-color:grey;
	font-size:15px;
	font-weight:bold;
	height:35px;
	line-height:27px;
  	text-transform:uppercase;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:20px;
	float:left;
	display:inline;
 	margin-left:0px;
	cursor:pointer;
}

.pagetitle {
	margin:10px 20px 20px;
	font-size:18px;
	font-weight:800;
	color: #FFF;
	float:left;
	text-transform:uppercase;
	text-shadow:0px 2px 2px #333;
	padding-left:10px;
	max-width:50%;
	display:inline;
}
.pagetitle  > a, .pagetitle > i   {
 	color: rgba(255, 255, 255, 1);
	font-size:18px;
}

.pagebutton{
	/*border-bottom:1px solid black;
	border-radius:8px;
	border-color:grey;
  	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	font-weight:800;*/
	background-color:var(--main-highlight-color);
	color:#FFF;
	height:35px;
	line-height:27px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	display:inline;
 	margin-left:5px;
 	margin-right:5px;
}
.pagebutton i {
	text-shadow:0px 2px 2px #333;
 	color: rgba(255, 255, 255, 1);
	font-size: 36px;
	margin-left:10px;
}
.pageheader > .pagebutton {
	float:right;
	margin-left:10px;
}

.divEffect{
	background-color:#eee;
	background: -moz-linear-gradient(top, var(--main-highlight-color), #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--main-highlight-color)), to(#FFFFFF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee, endColorstr=#999, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#CBC8CF', EndColorStr='#FFFFFF', GradientType=0);
	height:95px;
	margin:0px;
	margin-top:20px;
	z-index:-2;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
}

.divEffectDark {
	z-index:-1;
	width:25px;
	height:280px;
	position:absolute;
	top:0px;
	left:0px;
	background: -moz-linear-gradient(top, var(--main-highlight-color), #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--main-highlight-color)), to(#FFFFFF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--main-highlight-color), endColorstr=#FFFFFF, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='var(--main-highlight-color)', EndColorStr='#FFFFFF', GradientType=0);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	bottom:0;
	width:100%;
	height:40px;
	text-align:center;
	font-weight:bold;
	margin-top:80px;
}

.scrollingDiv {
	width:100%;
	max-height:550px;
	overflow-y: auto;
	overflow-x: hidden;
	padding:0px;
	margin:0px;
}


.alertDiv {
	position:fixed;
	visibility:hidden;
	bottom:80px;
	right:20px;
	background: rgba(205,97,85,1);
	color:white;
	width:450px;
	min-height:75px;
	z-index:30;
	padding:0px 5px 30px 20px;
	transition:visibility 600ms, width 500ms;
}
.searchDiv {
	position:fixed;
	top:20px;
	margin:10px !important;
	right:50px;
	background: white;
	min-height:75px;
	min-width:400px;
	border:1px solid black;
}

.search-container {
	padding:5px;
	margin:5px !important;
	right:50px;
	background: rgb(206, 205, 205);
	border: solid rgb(204, 204, 204);
	border-radius: 6px;
}

.search-container > .col {
	padding:0px;
	margin:0px;
}

.alertDiv > .text-right > .material-icons {
	color:white;
}
.title-row > .material-icons {
	color:white;
}

.alertDivFade {
	visibility:hidden;
}
.noticeDiv {
	color:black;
	background: rgba(217, 232, 204,1);
}

.popupDiv {
	position:fixed;
	visibility:hidden;
	display:none;
	top:0px;
	right:0;
	background: rgba(255,255,255,1);
	border-left:1px solid black;
	width:50px;
	height:99vh;
	z-index:20;
	padding:0px 5px 30px 20px;
	overflow:auto;
	transition:visibility 0ms, background 0ms, width 250ms;
}

.popupDivFade {
	padding:15px;
	width:400px;
	position:fixed;
	display:inline-block;
	visibility:visible;
	background: rgba(255,255,255,1);
}


.popupDivLarge {
	position:fixed;
	width:780px;
	visibility:visible;
	display:inline-block;
	background: rgba(255,255,255,1);
}

.popupDivHeader {
	position:relative;
	margin:18px 0px 18px 0px;
	/*border:1px solid black;*/
}

.popupDivHeader > .left {
	font-size:24px;
	font-weight:550;
	text-align:left;
	float:left;
}
.popupDivHeader > .right {
	font-size:30px;
	font-weight:650;
	text-align:left;
	float:right;
}


/*# START TOGGLE SWITCH */
.cmn-toggle {
  position: absolute;
  visibility: hidden;
  display: none;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 70px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
  transition: background 0.3s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 30px;
  background-color: #dddddd;
  border-radius: 30px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 35px;
  background-color: #8ce196;
}
/*# END TOGGLE */

.combo {position:relative;width:190px;text-align:left;padding:0;margin:0;}
.combo * {padding:0;margin:0;}
.combo label {display:block;float:left;width:92px;text-align:right;}
.combo input {width:92px; background-color:#cfc;height:1.5em;z-index:0;}
.combo ul {padding:1px;border:2px solid #ccc;width: 89px;background-color:#cfc;position:absolute;right:3px;top:1.5em;display:none;z-index:1;}
.combo li {display:block; width: 100%;}

