#wrapper {
	width: 100%;
}

#page-wrapper {
	padding: 4.9em 0em 2.5em;
	background-color: #f9f9f9;
}

.navbar-top-links {
	margin-right: 0;
}

.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	padding: 15px;
	min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 15px;
}

.sidebar .arrow {
	float: right;
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
	border-bottom: 0 !important;
	margin-bottom: 0;
}

.sidebar .nav-second-level li a {
	padding-left: 53px;
	font-size: .9em;
}

.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media ( min-width :768px) {
	.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
		.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

/*center absolute loader start*/
.square-spin {
	position: fixed;
	z-index: 9999999999;
	height: 7em;
	width: 7em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.square-spin:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .square-spin>div { */
/* 	background: #024ba2; */
/* } */
.loading-landing {
	position: fixed;
	z-index: 9999999999;
	height: 7em;
	width: 7em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.loading-landing:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: grey;
	background-image: url(../images/bg02.png);
}

.main-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 11em;
	margin-top: -9em;
	margin-left: -15em;
	text-align: center;
	background-color: white;
	padding: 8px 0px 0px 0px;
	border-radius: 10px;
	border: solid 5px #1f4e79;
}

.loading-logo {
	height: 54px;
	background: url(../images/MMDIS_LOGO.png) 50% 25% no-repeat;
}

.loading-icon {
	height: 38px;
	background: rgba(255, 255, 255, .8) url(../images/progress_bar.gif) 50%
		50% no-repeat;
	background-size: 300px 38px;
}

.loading-text {
	margin-top: -5px;
}

.page-loading {
	text-align: center;
	margin-top: 100px;
}

#loading-indicator {
	position: fixed;
	bottom: 5px;
	right: 5px;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 16pt;
}

#loading-indicator span {
	font-size: 16pt;
}

span.ask-required {
	color: red;
}

.active-color {
	color: #4CAF50;
	font-weight: bold;
}

.warning-color {
	color: #ffc107;
	font-weight: bold;
}

.inactive-color {
	color: #f5302e;
	font-weight: bold;
}

.danger-color {
	color: #f5302e;
	font-weight: bold;
}

.blue-color {
	color: #0069d9;
	font-weight: bold;
}

.fpad {
	border: 1px solid #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.lgnd {
	border: 1px solid #000;
}

.green {
	color: green;
}

.text-bold {
	font-weight: bold;
}

.put-center {
	padding: 70px 0;
	text-align: center;
}

/* Sortable */
.sortable .head {
	background: url(../images/sort_both.png) 6px center no-repeat;
	background-position: right;
	cursor: pointer;
	padding-left: 18px;
}

.sortable th {
	padding: 4px 6px 6px;
	/*    text-align: left;*/
}

.sortable .asc {
	background: url(../images/sort_asc.png) 6px center no-repeat;
	background-position: right;
	cursor: pointer;
	padding-left: 18px;
}

.sortable .desc {
	background: url(../images/sort_desc.png) 6px center no-repeat;
	background-position: right;
	cursor: pointer;
	padding-left: 18px;
}

.sortable a {
	color: #454545;
}

.sortable tr:nth-child(even) {
	/*    background-color: #fbfbfb;*/
	
}

.sortable tr:nth-child(odd) {
	/*    background-color: #f3f3f3;*/
	
}

/*center absolute loader end*/

/* Toogle switch animation */
.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ACTIVE";
	padding-left: 10px;
	background-color: #2FCCFF;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "INACTIVE";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	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;
}

.onoffswitch1 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch1-checkbox {
	display: none;
}

.onoffswitch1-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 30px;
}

.onoffswitch1-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

.onoffswitch1-inner:before {
	content: "ACTIVE";
	padding-left: 10px;
	background-color: #2FCCFF;
	color: #FFFFFF;
	border-radius: 30px 0 0 30px;
}

.onoffswitch1-inner:after {
	content: "INACTIVE";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
	border-radius: 0 30px 30px 0;
}

.onoffswitch1-switch {
	display: block;
	width: 30px;
	margin: 0px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0) 80%);
	background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1)
		0%, rgba(0, 0, 0, 0) 80%);
	background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0) 80%);
	background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0) 80%);
	box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked+.onoffswitch1-label .onoffswitch1-inner {
	margin-left: 0;
}

.onoffswitch1-checkbox:checked+.onoffswitch1-label .onoffswitch1-switch
	{
	right: 0px;
}

.onoffswitch2 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch2-checkbox {
	display: none;
}

.onoffswitch2-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 5px;
}

.onoffswitch2-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch2-inner:before {
	content: "ACTIVE";
	padding-right: 5px;
	background-color: #4CAF50;
	color: #FFFFFF;
}

.onoffswitch2-inner:after {
	content: "INACTIVE";
	padding-right: 5px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch2-switch {
	display: block;
	width: 18px;
	margin: 0px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 68px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1)
		0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0) 100%);
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label .onoffswitch2-inner {
	margin-left: 0;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label .onoffswitch2-switch
	{
	right: 0px;
}

.onoffswitch3 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch3-checkbox {
	display: none;
}

.onoffswitch3-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #999999;
	border-radius: 0px;
}

.onoffswitch3-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner>span {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
	padding-left: 10px;
	background-color: #EEEEEE;
	color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch3-switch {
	display: block;
	width: 18px;
	margin: 0px;
	text-align: center;
	border: 0px solid #999999;
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
	background: #27A1CA;
	left: 0;
}

.onoffswitch3-inactive .onoffswitch3-switch {
	background: #A1A1A1;
	right: 0;
}

.onoffswitch3-active .onoffswitch3-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 18px;
	border-style: solid;
	border-color: #27A1CA transparent transparent #27A1CA;
	border-width: 15px 9px;
}

.onoffswitch3-inactive .onoffswitch3-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 18px;
	border-style: solid;
	border-color: transparent #A1A1A1 #A1A1A1 transparent;
	border-width: 15px 9px;
}

.onoffswitch3-checkbox:checked+.onoffswitch3-label .onoffswitch3-inner {
	margin-left: 0;
}

.onoffswitch4 {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch4-checkbox {
	display: none;
}

.onoffswitch4-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #27A1CA;
	border-radius: 0px;
}

.onoffswitch4-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner:before, .onoffswitch4-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 26px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.onoffswitch4-inner:before {
	content: "Active";
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #27A1CA;
}

.onoffswitch4-inner:after {
	content: "Inactive";
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #666666;
	text-align: right;
}

.onoffswitch4-switch {
	display: block;
	width: 25px;
	margin: 0px;
	background: #27A1CA;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 65px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch4-checkbox:checked+.onoffswitch4-label .onoffswitch4-inner {
	margin-left: 0;
}

.onoffswitch4-checkbox:checked+.onoffswitch4-label .onoffswitch4-switch
	{
	right: 0px;
}

.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;
}

input.cmn-toggle-round-flat+label {
	padding: 2px;
	width: 75px;
	height: 30px;
	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;
}

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;
	-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;
}

.a-uppercase {
	text-transform: uppercase;
}

.a-lowercase {
	text-transform: lowercase;
}

.a-capitalize {
	text-transform: capitalize;
}

input.cmn-toggle-round-flat+label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 22px;
	background-color: #dddddd;
	-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 {
	background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked+label:after {
	margin-left: 45px;
	background-color: #27A1CA;
}

input.largerCheckbox {
	width: 30px;
	height: 30px;
}

.top_borderless {
	border-top: 0px;
}

.border-all {
	border-style: solid;
	padding: 20px;
}

.border-red {
	border-color: red;
}

.bg_color_l_green {
	background-color: #CCFFCC;
}

.bg_color_yellow {
	background-color: #FFFF66;
}

.bg_color_l_red {
	background-color: #FF7355;
}

.bg_color_white {
	background-color: white;
}

.bg_color_l_grey {
	background-color: #FAFAFA;
}

.bg_color_orange {
	background-color: #FFD500;
}

.bg-grey-color {
	background-color: #c9c9c9;
}

.tablev2 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.tablev2>thead>tr>th, .tablev2>tbody>tr>th, .tablev2>tfoot>tr>th,
	.tablev2>thead>tr>td, .tablev2>tbody>tr>td, .tablev2>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #000000;
}

input.checkbox-sm {
	width: 15px;
	height: 15px;
}

input.checkbox-l {
	width: 18px;
	height: 18px;
}

div.switch5 {
	clear: both;
	margin: 0px 0px;
}

div.switch5>input.switch:empty {
	margin-left: -999px;
}

div.switch5>input.switch:empty ~ label {
	position: relative;
	float: left;
	line-height: 1.6em;
	text-indent: 4em;
	margin: 0.2em 0px;
	cursor: pointer;
	-moz-user-select: none;
}

div.switch5>input.switch:empty ~ label:before, input.switch:empty ~
	label:after {
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	content: "off";
	width: 3.6em;
	height: 1.5em;
	text-indent: 2.4em;
	color: rgb(153, 0, 0);
	background-color: rgb(204, 51, 51);
	border-radius: 0.3em;
	box-shadow: 0px 0.2em 0px rgba(0, 0, 0, 0.3) inset;
}

div.switch5>input.switch:empty ~ label:after {
	content: " ";
	width: 1.4em;
	height: 1.5em;
	top: 0.1em;
	bottom: 0.1em;
	text-align: center;
	text-indent: 0px;
	margin-left: 0.1em;
	color: rgb(255, 136, 136);
	background-color: rgb(255, 255, 255);
	border-radius: 0.15em;
	box-shadow: 0px -0.2em 0px rgba(0, 0, 0, 0.2) inset;
	transition: all 100ms ease-in 0s;
}

div.switch5>input.switch:checked ~ label:before {
	content: "on";
	text-indent: 0.5em;
	color: rgb(102, 255, 102);
	background-color: rgb(51, 153, 51);
}

div.switch5>input.switch:checked ~ label:after {
	margin-left: 2.1em;
	color: rgb(102, 204, 102);
}

div.switch5>input.switch:focus ~ label {
	color: rgb(0, 0, 0);
}

div.switch5>input.switch:focus ~ label:before {
	box-shadow: 0px 0px 0px 3px rgb(153, 153, 153);
}

.switch6 {
	max-width: 17em;
	margin: 0 auto;
}

.switch6-light>span, .switch-toggle>span {
	color: #000000;
}

.switch6-light span span, .switch6-light label, .switch-toggle span span,
	.switch-toggle label {
	color: #2b2b2b;
}

.switch-toggle a, .switch6-light span span {
	display: none;
}

.switch6-light {
	display: block;
	height: 30px;
	position: relative;
	overflow: visible;
	padding: 0px;
	margin-left: 0px;
}

.switch6-light * {
	box-sizing: border-box;
}

.switch6-light a {
	display: block;
	transition: all 0.3s ease-out 0s;
}

.switch6-light label, .switch6-light>span {
	line-height: 30px;
	vertical-align: middle;
}

.switch6-light label {
	font-weight: 700;
	margin-bottom: px;
	max-width: 100%;
}

.switch6-light input:focus ~ a, .switch6-light input:focus+label {
	outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}

.switch6-light input:checked ~ a {
	right: 0%;
}

.switch6-light>span {
	position: absolute;
	left: -100px;
	width: 100%;
	margin: 0px;
	padding-right: 100px;
	text-align: left;
}

.switch6-light>span span {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 100px;
	text-align: center;
}

.switch6-light>span span:last-child {
	left: 50%;
}

.switch6-light a {
	position: absolute;
	right: 50%;
	top: 0px;
	z-index: 4;
	display: block;
	width: 50%;
	height: 100%;
	padding: 0px;
}
/* End Toggle Switch Animation */

/*START TRAFFIC LIGHT*/
.light {
	height: 30px;
	width: 30px;
	border-radius: 50px;
	vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
}

@keyframes red {
  0% {
    background: #111;
  }
  2%,
  40% {
    background: #FF0000;
  }
  42%,
  100% {
    background: #111;
  }
}

@keyframes redG {
  0% {
    text-shadow: 0 0 15px #111;
  }
  2%,
  40% {
    text-shadow: 0 0 20px #B81D13;
  }
  42%,
  100% {
    text-shadow: 0 0 15px #111;
  }
}

@keyframes orange {
  0%,
  20% {
    background: #111;
  }
  22%,
  40% {
    background: #FF4500;
  }
  42%,
  80% {
    background: #111;
  }
  82%,
  100% {
    background: #FF4500;
  }
}

@keyframes orangeG {
  0%,
  20% {
    text-shadow: 0 0 15px #111;
  }
  22%,
  40% {
    text-shadow: 0 0 20px #FF4500;
  }
  42%,
  80% {
    text-shadow: 0 0 15px #111;
  }
  82%,
  100% {
    text-shadow: 0 0 20px #FF4500;
  }
}

@keyframes green {
  0%,
  40% {
    background: #111;
  }
  42%,
  80% {
    background: #33a532;
  }
  82%,
  100% {
    background: #111;
  }
}

@keyframes greenG {
  0%,
  40% {
    text-shadow: 0 0 15px #111;
  }
  42%,
  80% {
    text-shadow: 0 0 20px #33a532;
  }
  82%,
  100% {
    text-shadow: 0 0 15px #111;
  }
}

.red {
	background-color: red;
	box-shadow: 1px 1px 10px red;
	animation: red 10s linear infinite;
}

.red-text {
	color: red;
	animation: redG 10s linear infinite;
}

.amber {
	background-color: orange;
	box-shadow: 1px 1px 10px orange;
	animation: orange 10s linear infinite;
}

.amber-text {
	color: orange;
	animation: orangeG 10s linear infinite;
}

.green {
	margin: 5px auto;
	background-color: green;
	box-shadow: 1px 1px 10px green;
	animation: green 10s linear infinite;
}

.green-text {
	color: green;
	animation: greenG 10s linear infinite;
}

/*END TRAFFIC LIGHT*/

/*REMOVE MODAL SCROLL BUG (FAIZAL)*/
.modal {
	overflow: auto !important;
}

/*CUSTOM FONTAWESOME CSS SETTING*/
a.disabled-on {
	color: #AAAAAA;
	cursor: not-allowed;
	text-decoration: none;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.disabled-on:active {
	pointer-events: none;
}

.fa-default {
	color: #673AB7;
}

.fa-default:hover, .fa-default:focus, .fa-default.focus, .fa-default:active,
	.fa-default.active {
	color: #8549f1;
}

.fa-success {
	color: #5cb85c;
}

.fa-success:hover, .fa-success:focus, .fa-success.focus, .fa-success:active,
	.fa-success.active {
	color: #E74225;
}

.fa-danger {
	color: #d9534f;
}

.fa-danger:hover, .fa-danger:focus, .fa-danger.focus, .fa-danger:active,
	.fa-danger.active {
	color: #c9302c;
}

.font-serif {
	font-family: "Times New Roman", Times, serif;
}

.uline-double {
	text-decoration-line: underline;
	text-decoration-style: double;
}

.rating {
			width: 226px;
			margin: 0 auto 1em;
			font-size: 45px;
			overflow:hidden;
		}
.rating input {
  float: right;
  opacity: 0;
  position: absolute;
}
.rating a, .rating label {
	display: flex;
	float: right;
	color: #aaa;
	text-decoration: none;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}
.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
  color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
  color: #FFED85;
}