/* ------------------------------------- */
/*  Management Text & Buttons */

.management_title {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 32px; line-height: normal; font-weight:bold; color: #000; margin-bottom:30px;  text-transform:none;}
.management_subTitle {font-family:  'Roboto', Arial, Helvetica, Verdana, sans-serif; font-size: 24px; font-weight:normal; line-height: 30px; color: #CE3908; font-weight:bold; margin-bottom:10px; text-transform:none;}
.management_sectionTitle {font-family:  'Roboto', Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-weight:normal; line-height: 26px; color: #333; font-weight:bold; margin-bottom:10px; text-transform:none;}

@media (max-width: 480px) {
.management_title {font-size: 28px; margin-bottom:30px;}	
.management_subTitle {font-size: 20px;}
.management_sectionTitle {font-size: 16px; line-height: 24px;}
}

.management_body A:visited {text-decoration : none;color : #666666;}
.management_body A:link  {text-decoration : none;color : #666666;}
.management_body A:hover  {text-decoration : underline;color : #666666;}
.management_body {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:normal; color: #666666; line-height: 18px;}

.management_instructions {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:normal; color: #999999; line-height: 18px;}


.management_bodyAlt A:visited {text-decoration : none;color : #000000;}
.management_bodyAlt A:link  {text-decoration : none;color : #000000;}
.management_bodyAlt A:hover  {text-decoration : underline;color : #000000;}
.management_bodyAlt {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:normal; color: #000000; line-height: 18px;}

.management_button_divider_top {margin-top: 0px; margin-bottom: 10px; border: 0; border-top: 1px solid #cccccc;}
.management_button_divider_bottom {margin-top: 10px; margin-bottom: 15px; border: 0; border-top: 1px solid #cccccc;}

.management_view_divider {margin-top: 15px; margin-bottom: 15px; border: 0; border-top: 1px solid #e5e5e5;}


/* .management_Button:hover {background-color:#67a009;} */
.management_Button {
	min-width:150px;
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 18px;
	line-height: 40px;
	letter-spacing:.15em;
	font-weight:bold;
	background-color: #CE3908;
	color: #ffffff;
    border: 0px;
	height:40px;
	padding-left:25px;
	padding-right:25px;		
	text-align:center;
	cursor: pointer;
	cursor: hand;
	text-transform:capitalize;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;	
}

.management_Button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A52900;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.management_Button:hover, .management_Button:focus, .management_Button:active {

}
.management_Button:hover:before, .management_Button:focus:before, .management_Button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.management_ButtonSM {
	min-width:75px;
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 16px;
	line-height: 45px;
	letter-spacing:.15em;
	font-weight:bold;
	background-color: #CE3908;
	color: #ffffff;
    border: 0px;
	height:45px;
	padding-left:15px;
	padding-right:15px;		
	text-align:center;
	cursor: pointer;
	cursor: hand;
	text-transform:capitalize;	
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;	
}

@media (min-width: 992px) {
	.management_ButtonSM {
	min-width:75px;
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 12px;
	line-height: 30px;	
	height:30px;		
	}
}

.management_ButtonSM:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A52900;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition-delay: .15s;  
}
.management_ButtonSM:hover, .management_ButtonSM:focus, .management_ButtonSM:active {
  color: white;

}
.management_ButtonSM:hover:before, .management_ButtonSM:focus:before, .management_ButtonSM:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.management_ButtonView:hover  {background-color:#67a009;}
.management_ButtonView {
	width:100%;
	min-width:75px;
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 12px;
	line-height: 30px;
	letter-spacing:.15em;
	font-weight:bold;
	background-color: #91cc45;
	color: #ffffff;
    border: 0px;
	height:30px;
	text-align:center;
	cursor: pointer;
	cursor: hand;
	text-transform:capitalize;	
}


.management_ButtonDelete {
	min-width:150px;
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 18px;
	line-height: 40px;
	letter-spacing:.15em;
	font-weight:bold;
	background-color: #CE3908;
	color: #ffffff;
    border: 0px;
	height:40px;
	padding-left:25px;
	padding-right:25px;		
	text-align:center;
	cursor: pointer;
	cursor: hand;
	text-transform:capitalize;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;	
}

.management_ButtonDelete:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a00909;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.management_ButtonDelete:hover, .management_ButtonDelete:focus, .management_ButtonDelete:active {

}
.management_ButtonDelete:hover:before, .management_ButtonDelete:focus:before, .management_ButtonDelete:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.management_ButtonDisable {
	background-color: rgba(204, 98, 69, 0.7);
}


.button-margin-left 	{margin-left:20px;}
.button-margin-right 	{margin-right:20px;}
@media (max-width: 480px) {
.button-margin-left 	{margin-left:0px;}
.button-margin-right 	{margin-right:0px;}	
	}


/* ------------------------------------- */
/* Select Lists */

#SelectList A:visited {text-decoration : none;color : #666666;}
#SelectList A:link  {text-decoration : none;color : #666666;}
#SelectList A:hover  {text-decoration : none;color : #666666;}

#SelectList li {
	font-family:  'Roboto', Arial, Helvetica, Verdana, sans-serif; color: #222222; font-size: 12px; line-height: 18px; margin:0px; padding:0; list-style:none;

  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
	
	}            

#SelectList li:nth-child(even) {
	background-color:#e5e5e5;
}				
/* */

#SelectList li:hover, #SelectList li:focus, #SelectList li:active {
	background-color:#FBCDBD;
}


#SelectList_Data A:visited {text-decoration : none;color : #666666;}
#SelectList_Data A:link  {text-decoration : none;color : #666666;}
#SelectList_Data A:hover  {text-decoration : underline;color : #666666;}
#SelectList_Data {font-family: 'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 12px; font-weight:normal; color: #666666; line-height: 18px;}		

.management_ColumnLabels {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:bold; color: #666666; line-height: 20px;}

.management_ColumnData A:visited {text-decoration : none;color : #666666;}
.management_ColumnData A:link  {text-decoration : none;color : #666666;}
.management_ColumnData A:hover  {text-decoration : underline;color : #666666;}
.management_ColumnData {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:normal; color: #666666; line-height: 20px; padding-top:15px; padding-bottom:15px;}

.management_ColumnLink A:visited {text-decoration : none;color : #666666;}
.management_ColumnLink A:link  {text-decoration : none;color : #666666;}
.management_ColumnLink A:hover  {text-decoration : underline;color : #666666;}
.management_ColumnLink {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:normal; color: #666666; line-height: 40px;}


/* ------------------------------------- */
/*  Management Forms */

.management_formText {display:inline; font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 13px; font-weight:normal; color: #666666; line-height: 18px; padding-bottom:5px;}
.management_formLabels {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:bold; color: #666666; line-height: normal; padding-bottom:5px;}

@media (max-width: 480px) {
.management_formText {display:block; font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 13px; font-weight:normal; color: #666666; line-height: 18px; padding-bottom:5px;}	
}

.management_dragDropLabels {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 14px; font-weight:bold; color: #cccccc; height: 45px; line-height: 45px; margin-right:10px;}


.management_required {	
	box-shadow:5px 0px #448fd0 inset;	
}

/* Fix file input height */
.management_forms.form-control {
	height: auto;
}

.management_TextArea{
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 14px;
	background-color: #f2f2f2;
	color: 666666;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	padding-left: 5px;
	width:550;
	height:100;
	margin-bottom:15px;	
}



/* ------------------------------------- */
/*  Product Management */

.Management_ProductNav A:visited {text-decoration : none;color : #666666;}
.Management_ProductNav A:link  {text-decoration : none;color : #666666;}
.Management_ProductNav A:hover  {text-decoration : underline;color : #666666;}
.Management_ProductNav {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:normal; color: #666666; line-height: normal;}

.productNav_currentlyEdit {font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif; font-size: 16px; font-weight:normal; color: #666666; }

.management_SEO_Descrption {
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: 666666;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	padding-left: 5px;
	width:475;
	height:100;
}

.management_Product_Descrption {
	font-family:  'Roboto', Arial, Helvetica, Verdana, Times, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: 666666;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	padding-left: 5px;
	width:475;
	height:150;
}

.management_TmbImage {
	width:auto;
	height:auto;
	max-width:150px; 
	max-height:150px;
	}


/* ------------------------------------- */
/*  Product Management */

.archivedSlide, .activeSlide {
	background-color: #fff;
}

.archivedSlide img {
	opacity: 0.5;
}

.activeSlide.expired {
	position: relative;
	width: 100%;
}

.activeSlide.expired img {
	position: relative;
	top: 0px;
	opacity: 0.3;
	z-index: 1;
}

.expiredDate {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 27%;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------------- */
/*  Suggested Products Management */

.suggestedActive, .suggestedInactive {
	background-color: #fff;	
}

.suggestedFilter {
	position: absolute;
	width: 100%;
	height: 100%;
}

.suggestedInactive .suggestedFilter {
	background-color: rgba(255, 255, 255, 0.5);
}

.suggestedInactive:hover .suggestedFilter {
	background-color: rgba(255, 255, 255, 0);
}

.suggestedActive:hover .suggestedFilter {
	background-color: rgba(255, 255, 255, 0.5);
}

.suggestedRemoveBtn {
	display: none;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-right: 30px;
}

.suggestedActive:hover .suggestedRemoveBtn {
	display: block;
}

.suggestedAddBtn {
	display: none;
	background-color: #0f0;
	color: #fff;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-right: 30px;
}

.suggestedInactive:hover .suggestedAddBtn {
	display: block;
}

/* ------------------------------------- */
/*  Tabbed Navigation */

.tabbedNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tabbedNav li {
	float: left;
}
.tabbedNav a {
	margin: 0px;
	padding: 15px 35px;
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	display: block;
	text-decoration: none;
}
.tabbedNav li:last-child a{
	border-right: 1px solid #ccc;
}
.tabbedNav a:hover, .tabbedNav a.active {
	background: -webkit-linear-gradient(#fff, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #ccc); /* Standard syntax */
}
.tabbedNav a.active {
	border-top: 5px solid #448fd0;
	padding-top: 11px;
}
.arrow-down {
	margin-left: auto;
	margin-right: auto;
	width: 0; 
	height: 0; 
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 12px solid #448fd0;
}

.tabbedNavDropdown, .navTrigger {
	display: none;
}

/* Mobile */

@media (max-width: 991px) {

	.tabbedNav ul {
		display: none;
	}
	
	.navTrigger {
		float: left;
		width: 100%;
		margin: 0px;
		background-color: #f2f2f2;
		background: -webkit-linear-gradient(#fff, #ccc); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#fff, #ccc); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#fff, #ccc); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#fff, #ccc); /* Standard syntax */
		border: 1px solid #ccc;
		color: #448FD0;
		font-weight: normal;
		display: block;
		text-decoration: none;
		cursor: pointer;
	}
	
	.navTrigger > div:nth-of-type(1) {
		float: left;
		padding: 15px 35px;
	}
	
	.dropdownArrow {
		float: right;
		width: 50px;
		height: 50px;
		background-color: #448FD0;
	}
	
	.dropdownArrow div {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 0; 
		height: 0; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #fff;
	}
	
	.tabbedNavDropdown:checked ~ .navTrigger .dropdownArrow div {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #fff;
		border-top: none;
	}
	
	.tabbedNavDropdown {
		/* Hide Checkbox */
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}

	.tabbedNavDropdown:checked ~ ul {
		display: block;
		float: left;
		width: 100%;
	}

	.tabbedNav li {
		float: none;
	}
	.tabbedNav a {
		border-right: 1px solid #ccc;
		border-bottom: none;
	}
	.tabbedNav li:last-child a {
		border-bottom: 1px solid #ccc;
	}
	.tabbedNav a.active {
		background: #f2f2f2;
		border-top: 1px solid #ccc;
		padding-top: 15px;
		color: #666;
	}
	.arrow-down {
		display: none;
	}
	.tabbedNav {

	}

}

/* ------------------------------------- */
/* ------------------------------------- */
/*  Bootstrap Form Control - Renamed for our mgmt system*/
	
.mgmt_form-control,  #mgmt_cf-select, .mgmt_cf-select select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:20px;
}

.mgmt_form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);

    background: -webkit-linear-gradient(#f2f2f2, #e5e5e5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f2f2f2, #e5e5e5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f2f2f2, #e5e5e5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f2f2f2, #e5e5e5); /* Standard syntax */

}
.mgmt_form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.mgmt_form-control:-ms-input-placeholder {
  color: #999999;
}
.mgmt_form-control::-webkit-input-placeholder {
  color: #999999;
}
.mgmt_form-control[disabled],
.mgmt_form-control[readonly],
fieldset[disabled] .mgmt_form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.mgmt_form-control[disabled],
fieldset[disabled] .mgmt_form-control {
  cursor: not-allowed;
}


textarea.mgmt_form-control {
  height: auto;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  color: #fff;
  font-family: "Roboto", serif;
  font-size: 16px;
  text-align: right;
  line-height: 60px;    
  
}
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: #ed1c24;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  content: attr(data-off);
    text-align: right;
	padding-right:25px;  
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 52px;
  background-color: #ffffff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label:before {
  background-color: #38b14a;
  content: attr(data-on);
    text-align: left;  
	padding-left:22px;	
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 60px;
  background-color: #ffffff;
  
}

/* ============================================================
  SWITCH 2 - ROUND FLAT REVERSE
============================================================ */
/*
input.cmn-toggle-round-flat-reverse + label {
  padding: 2px;
  width: 100px;
  height: 40px;
  background-color: #dddddd;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  color: #fff;
  font-family: "Roboto", serif;
  font-size: 16px;
  text-align: right;
  line-height: 40px;    
  
}
input.cmn-toggle-round-flat-reverse + label:before, input.cmn-toggle-round-flat-reverse + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat-reverse + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #f2dede;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  content: attr(data-off);
    text-align: left;
	padding-left:22px;	
  	color: #a94442;	
}
input.cmn-toggle-round-flat-reverse + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
  margin-left: 52px;
}
input.cmn-toggle-round-flat-reverse:checked + label:before {
  background-color: #dff0d8;
  content: attr(data-on);
    text-align: right;  
	padding-right:17px; 
	color: #339933;
}
input.cmn-toggle-round-flat-reverse:checked + label:after {
  margin-left: 0px;
  background-color: #ffffff;  
}
*/

input.cmn-toggle-round-flat-reverse + label {
  padding: 2px;
  width: 100px;
  height: 34px;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;  
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;  
  
  color: #fff;
  font-family: "Roboto", serif;
  font-size: 16px;
  text-align: right;
  line-height: 30px;    
  
}
input.cmn-toggle-round-flat-reverse + label:before, input.cmn-toggle-round-flat-reverse + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat-reverse + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;

  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  content: attr(data-off);
    text-align: left;
	padding-left:17px;	
  	color: #a94442;	
}
input.cmn-toggle-round-flat-reverse + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 35px;
  background-color: #cccccc;
  background-image:url(../images/on-off-switch-back.gif);
  background-position:center;
  background-repeat:no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
  margin-left: 54px;
}
input.cmn-toggle-round-flat-reverse:checked + label:before {
  content: attr(data-on);
    text-align: right;  
	padding-right:17px; 
	color: #339933;
}
input.cmn-toggle-round-flat-reverse:checked + label:after {
  margin-left: 0px;
  background-color: #cccccc;  
}





/* Pre-select Fade Transitions */

.preSelectFade.mgmt_form-control, .preSelectFade.mgmt_form-control:focus  {
	background: #f2f2f2;
	-webkit-transition: background 1s ease-out;
	transition: background 1s ease-out;
}
.preSelectFade.mgmt_form-control.active, .preSelectFade.mgmt_form-control.active:focus {
	background: #FFC;
	-webkit-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
}