﻿/*Copy a style from styling.css (taupe recommended), giev it a new name, and adjust your colours
	https://www.w3schools.com/w3css/w3css_color_generator.asp helps a lot
	Chrome also helps you see what you have missed (f12, inspect, look at customstyling)
*/

.sidebar {
	background-color: #FFFFFF !important;
}

.bg-defoult {
	background-color: #ff671d !important;
}

.sidebar li a:hover {
	background-color: #ff671d !important;
}

.row-form span {
	color: #666 !important;
}

.ui-dialog .ui-dialog-content {
	border: 1px solid #999 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-color: #979683 !important;
}

.wrapper.mua a, .wrapper.mua .users .item .info a, .wrapper.mua .ui-accordion .ui-accordion-header, .wrapper.mua .fc-state-default,
.wrapper.mua .messaging .itemOut .text .info .name, .wrapper.mua .messaging .itemIn .text .info .name {
	color: #61664f;
	/*color: #ffffff;*/
}

.wrapper.mua .header {
	background-image: url("../../Public/Images/styles/mua/backgrounds/header.jpg");
}

/*.list-sidebar {
    height: 37px;*/
/* background: url(../../Public/Images/backgrounds/nav.jpg) left top repeat-x; 
    background-color: #ff8300;
    background-image: linear-gradient(to bottom, #fd5f12, #ff8300);
    background-image: linear-gradient(to bottom, #ff5c0d, #ff8300);
    border-top: 0px;
}*/

.wrapper.mua .breadLine {
	height: 37.5px;
	/* background: url(../../Public/Images/backgrounds/nav.jpg) left top repeat-x; */
	background-color: #ff8300;
	/*background-image: linear-gradient(to bottom, #fd5f12, #ff8300);*/
	background-image: linear-gradient(to bottom, #ff5c0d, #ff8300);
	border-top: 0px;
}

.wrapper.mua .card-header {
	padding: 0.30rem 0.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
	background-color: #0032a0;
	color: white;
}

.wrapper.mua .card-signin .card-header {
	padding: 0.30rem 0.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
	/*background-color: #ff9e18;*/
	background-color: #ffffff
}

.wrapper.mua .menu .navigation > li {
	/*background-image: url("../../Public/Images/styles/mua/backgrounds/menu-item.jpg");*/
	border-color: #61664f;
	border-top-color: #9b9e93;
	border-bottom: 2px solid #e9e9e9;
	background-color: #ff671d;
}

	.wrapper.mua .menu .navigation > li:hover,
	.wrapper.mua .menu .navigation > li.active {
		background-image: url("../../Public/Images/styles/mua/backgrounds/menu-item-active.jpg");
	}

	.wrapper.mua .menu .navigation > li.openable {
		background-image: url("../../Public/Images/styles/mua/arrow_down.png");
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) 50%;
	}

		.wrapper.mua .menu .navigation > li.openable:hover {
			/* background-image: url("../../Public/Images/styles/mua/arrow_down.png"), url("../../Public/Images/styles/mua/backgrounds/menu-item-active.png");*/
		}

		.wrapper.mua .menu .navigation > li.openable.active {
			background-image: url("../../Public/Images/styles/mua/arrow_up.png");
			background-repeat: no-repeat;
			background-position-y: 0.75rem;
		}

	.wrapper.mua .menu .navigation > li > a {
		color: #FFF;
	}

.wrapper.mua .header .header_menu li.settings_icon {
	background-image: url("../../Public/Images/styles/mua/header_menu_settings.png");
}

.wrapper.mua .header .header_menu li.list_icon {
	background-image: url("../../Public/Images/styles/mua/header_menu_list.png");
}

.wrapper.mua ul.rows li.heading,
.wrapper.mua .modal-header {
	background-image: url("../../Public/Images/styles/mua/backgrounds/header.jpg");
	border-color: #61664f;
}

.wrapper.mua .popup .head {
	background-image: url("../../Public/Images/styles/mua/backgrounds/box-head.jpg");
	border-color: #61664f;
}

	.wrapper.mua .popup .head .arrow {
		background-image: url("../../Public/Images/styles/mua/arrow.png");
	}

.wrapper.mua .header .header_menu li .popup .head .arrow {
	background-image: url("../../Public/Images/styles/mua/arrow-top.png");
}

.wrapper.mua .breadLine .buttons li .popup .head .arrow {
	background-image: url("../../Public/Images/styles/mua/arrow-top.png");
}

.wrapper.mua .breadcrumb .active {
	color: #ffffff;
}

.wrapper.mua .breadcrumb li {
	color: #ffffff;
}

	.wrapper.mua .breadcrumb li a {
		color: #ffffff;
	}

.wrapper.mua .adminControl {
	padding: 8px 10px 0px;
	float: left;
	font-size: 10px;
	color: #ffffff;
	background: url(../../Public/Images/styles/default/arrow_down.png) right center no-repeat;
	width: 194px;
	cursor: pointer;
	-moz-text-shadow: 0 1px 0 #FFFFFF;
	-webkit-text-shadow: 0 1px 0 #FFFFFF;
}

.wrapper.mua .ui-datepicker td .ui-state-default:hover {
	background-color: #A8C403;
	color: #FFF;
}

.wrapper.mua .fc-event-skin,
.wrapper.mua .ui-datepicker td .ui-state-active {
	background-color: #61664f;
	border-color: #61664f;
	color: #FFF;
}

.wrapper.mua .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #61664f;
}

.wrapper.mua .content .workplace .head,
.wrapper.mua .ui-datepicker .ui-datepicker-header {
	background-image: url("../../Public/Images/styles/mua/backgrounds/box-head.jpg");
	border-color: #61664f;
}

	.wrapper.mua .content .workplace .head .buttons [class*="isw-"], .wrapper.orange .content .workplace .head .button [class*="isb-"] {
		border-color: #61664f;
	}

	.wrapper.mua .content .workplace .head .buttons li:active,
	.wrapper.mua .content .workplace .head .buttons li.active {
		background-image: url("../../Public/Images/styles/mua/backgrounds/menu-item-active.jpg");
	}

	.wrapper.mua .content .workplace .head .buttons li:active, .wrapper.orange .content .workplace .head .buttons li.active {
		background-image: url("../../Public/Images/styles/mua/backgrounds/box-head-active.jpg");
	}

	.wrapper.mua .content .workplace .head .buttons > li.toggle a {
		border-color: #61664f;
		background-image: url("../../Public/Images/styles/mua/menu_arrow_up.png");
	}

	.wrapper.mua .content .workplace .head .buttons > li.toggle.active a {
		background-image: url("../../Public/Images/styles/mua/menu_arrow_down.png");
	}

	.wrapper.mua .content .workplace .head .buttons li .dd-list {
		border-color: #61664f;
		background-image: url("../../Public/Images/styles/mua/backgrounds/box-head.jpg");
	}

		.wrapper.mua .content .workplace .head .buttons li .dd-list li {
			border-top: 1px solid #A9C402;
			border-bottom: 1px solid #61664f;
		}

			.wrapper.mua .content .workplace .head .buttons li .dd-list li a:hover {
				background-color: #61664f;
			}

.wrapper.mua .widgetButtons .bb a {
	color: #FFF;
	border: 1px solid #61664f;
	background: #979683;
	background: -moz-linear-gradient(top, #b8b8ab 0%, #979683 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8ab), color-stop(100%,#979683));
	background: -webkit-linear-gradient(top, #b8b8ab 0%,#979683 100%);
	background: -o-linear-gradient(top, #b8b8ab 0%,#979683 100%);
	background: -ms-linear-gradient(top, #b8b8ab 0%,#979683 100%);
	background: linear-gradient(top, #b8b8ab 0%,#979683 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8ab', endColorstr='#979683',GradientType=0 );
	-moz-box-shadow: 0 1px 1px #86A216, 0px 1px 0 #ABC601 inset;
	-webkit-box-shadow: 0 1px 1px #86A216, 0px 1px 0 #ABC601 inset;
	box-shadow: 0 1px 1px #86A216, 0px 1px 0 #ABC601 inset;
}

.wrapper.mua .btn {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	*background-color: #979683;
	background-image: -moz-linear-gradient(top, #b8b8ab, #979683);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b8b8ab), to(#979683));
	background-image: -webkit-linear-gradient(top, #b8b8ab, #979683);
	background-image: -o-linear-gradient(top, #b8b8ab, #979683);
	background-image: linear-gradient(to bottom, #2a7de1, #0032a0);
	background-repeat: repeat-x;
	border-color: #0032a0 #0032a0 #0032a0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8b8ab', endColorstr='#ff979683', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

	.wrapper.mua .btn:hover, .wrapper.mua .btn:active, .wrapper.mua .btn.active, .wrapper.mua .btn.disabled, .wrapper.mua .btn[disabled] {
		color: #fff;
		background-color: #0032a0;
		*background-color: #0032a0;
	}

.wrapper.mua .page-header h1 {
	color: #61664f;
}

.wrapper.mua .ui-dialog {
	background-image: url("../../Public/Images/styles/mua/backgrounds/box-head.jpg");
	border-color: #979683;
}

.wrapper.mua .ui-dialog {
	border-color: #0032a0;
	background-color: #0032a0;
}

	.wrapper.mua .ui-dialog .ui-dialog-titlebar {
		border: 1px solid #8E8D8A;
		background-color: #8E8D8A;
		background: url("../../Public/Images/styles/mua/backgrounds/box-head.jpg") left top repeat-x;
	}

.wrapper.mua hr {
	display: block;
	height: 0px;
	border: 0;
	border-top: 1px solid #979683 !important;
	margin: 1em 0;
	padding: 0;
}


.wrapper.mua .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0032a0 !important;
	*background-color: #0032a0;
	background-image: -moz-linear-gradient(top, #abab9b, #7f7f6f) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abab9b), to(#7f7f6f)) !important;
	background-image: -webkit-linear-gradient(top, #abab9b, #7f7f6f) !important;
	background-image: -o-linear-gradient(top, #0032a0, #0032a0) !important;
	background-image: linear-gradient(to bottom, #2a7de1, #0032a0) !important;
	background-repeat: repeat-x;
	border-color: #0032a0 #0032a0 #0032a0 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffabab9b', endColorstr='#7f7f6f', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.wrapper.mua .btn-warning {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	background-color: #ff9e18 !important;
	*:;
	background-color: #ff671d !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)) !important;
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406) !important;
	background-image: linear-gradient(to bottom, #ff671d, #ff671d) !important;
	background-image: linear-gradient(to bottom, #ff9e18, #ff671d) !important;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406) !important;
	background-repeat: repeat-x !important;
	border-color: #f89406 #f89406 #ad6704 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0) !important;
	filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
}

	.wrapper.mua .btn-warning:hover, .wrapper.mua .btn-warning:active, .wrapper.mua .btn-warning.active, .wrapper.mua .btn-warning.disabled, .wrapper.mua .btn-warning[disabled] {
		color: #fff;
		background-color: #ff671d;
		*background-color: #ff671d;
	}

.wrapper.mua .btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/*background-color: #949388 !important;*/
	background-color: #ff671d !important;
	/**background-color: #979683;*/
	*background-color: #ff671d;
	background-image: -moz-linear-gradient(top, #ff9e18, #ff671d) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9e18), to(#ff671d)) !important;
	background-image: -webkit-linear-gradient(top, #ff9e18, #ff671d) !important;
	background-image: -o-linear-gradient(top, #ff9e18, #ff671d) !important;
	/*background-image: linear-gradient(to bottom, #cfcfc6, #b3b3a8) !important;*/ /*9999999999999999999999999*/
	background-image: linear-gradient(to bottom, #ff9e18, #ff671d) !important;
	background-repeat: repeat-x;
	border-color: #979683 #b3b3a8 #929289 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcfcfc6', endColorstr='#ffb3b3a8', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.mua .btn-info:hover {
	background-color: #a6a381 !important;
}

/*wrapper.mua .menu {
    border-left: 0px solid #DDDDDD;
}*/

.mua .menu {
	border-left: 0px solid #DDDDDD;
}

wrapper.mua .btnSubmit {
	border: solid 1px #ff8300;
	background-color: #ff671d;
	color: #ffffff;
}

.mua .btnSubmit {
	border: solid 1px #ff8300;
	background-color: #ff671d;
	color: #ffffff;
}


.wrapper.mua .loginForm label {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #0032a0;
	font-size: 14px;
}

.wrapper.mua .loginForm input[type="text"], .loginBox input[type=password] {
	border: none;
	height: 34px;
	font-family: 'Lato', sans-serif;
	color: #B1A296;
	-webkit-text-fill-color: #0032a0;
	border-radius: 0px;
}

.wrapper.mua .loginForm .password-forgot {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #0032a0;
	margin-right: 19px;
}

.wrapper.mua .new_account {
	color: #0032a0 !important;
	font-size: 14px;
}

.wrapper.mua .home-page-container {
	color: #fff;
	/*background-image: linear-gradient(rgba(36,70,105,.74), rgba(36,70,105,.74)),;*/
	/*background-image: linear-gradient(#f8940629, rgba(0, 19.6, 62.7, 0.64)), url(../../Public/Images/backgrounds/home.jpg);*/
	background-image: url(../../Public/Images/backgrounds/home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.wrapper.mua.login-wrapper h1, .wrapper.mua.login-wrapper h3 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-shadow: 0 0 0.2em #726144, 0 0 0.2em #87F, 0 0 0.2em #87F;
}

.wrapper.mua .home-page-container p {
	margin: 0 0 10px;
	text-shadow: 0 0 0.1em #87F, 0 0 0.2em #87F, 0 0 0.2em #87F;
}

.wrapper.mua .home-page-container h1, .home-page-container h3 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-shadow: 0 0 0.2em #726144, 0 0 0.2em #87F, 0 0 0.2em #87F;
}

.wrapper.mua .home-page-container h5 {
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #0032a0;
}
/*.wrapper.mua card-title h1, h3 {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}*/
.wrapper.mua .card-title h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #0032a0;
	text-shadow: none;
}

.wrapper.mua .loginBox .card-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #0032a0;
}

/*.wrapper.mua .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #0032a0;
}*/

.wrapper.mua .btn-success {
	background: -webkit-linear-gradient(top, #ffcd00 0%,#ff9e18 100%) !important;
	border: 1px solid #ff9e18 !important;
}
/*-------------------Mini Dashboards----------------------*/
.mua .wBlock.yellow .dSpace {
	background-color: #3cb4e5;
}

.mua .widgetButtons .yellow a, .wBlock.yellow {
	border: 1px solid #3cb4e5 !important;
	background: #05a2e2 !important;
	background: -moz-linear-gradient(top, #3cb4e5b3 0%, #05a2e2 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb4e5b3 ), color-stop(100%,#05a2e2)) !important;
	background: -webkit-linear-gradient(top, #3cb4e5b3 0%,#05a2e2 100%) !important;
	background: -o-linear-gradient(top, #3cb4e5b3 0%,#05a2e2 100%) !important;
	background: -ms-linear-gradient(top, #3cb4e5b3 0%,#05a2e2 100% ) !important;
	background: linear-gradient(top, #3cb4e5b3 0%,#E5E5E5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb4e5b3  ', endColorstr='#05a2e2',GradientType=0 ) !important;
	-moz-box-shadow: 0 1px 1px #D39E00, 0px 1px 0 #FFEB89 inset !important;
	-webkit-box-shadow: 0 1px 1px #D39E00, 0px 1px 0 #FFEB89 inset !important;
	box-shadow: 0 1px 1px #D39E00, 0px 1px 0 #FFEB89 inset !important;
}

.mua .wBlock.yellow .dSpace h3,
.mua .wBlock.yellow .rSpace h3 {
	margin: 2px 0px;
	padding: 0px;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	line-height: 14px;
	-moz-text-shadow: 0 1px 0 #333;
	-webkit-text-shadow: 0 1px 0 #333;
	text-shadow: 0 1px 0 #333;
}




.wBlock.green .dSpace {
	background-color: #ff9e18;
}

.widgetButtons .green a, .wBlock.green {
	border: 1px solid #ff9e18 !important;
	background: #05a2e2 !important;
	background: -moz-linear-gradient(top, #ff9e18c2 0%, rgb(232, 135, 1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9e18c2 ), color-stop(100%,rgb(232, 135, 1))) !important;
	background: -webkit-linear-gradient(top, #ff9e18c2 0%,rgb(232, 135, 1) 100%) !important;
	background: -o-linear-gradient(top, #ff9e18c2 0%,rgb(232, 135, 1) 100%) !important;
	background: -ms-linear-gradient(top, #ff9e18c2 0%,rgb(232, 135, 1) 100% ) !important;
	background: linear-gradient(top, #ff9e18c2 0%,#E5E5E5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e18c2   ', endColorstr='rgb(232, 135, 1)',GradientType=0 ) !important;
	-moz-box-shadow: 0 1px 1px #ff9e18, 0px 1px 0 #FFEB89 inset !important;
	-webkit-box-shadow: 0 1px 1px #ff9e18, 0px 1px 0 #FFEB89 inset !important;
	box-shadow: 0 1px 1px #ff9e18, 0px 1px 0 #FFEB89 inset !important;
}

	.wBlock.green .dSpace h3,
	.wBlock.green .rSpace h3 {
		margin: 2px 0px;
		padding: 0px;
		font-size: 13px;
		text-align: center;
		color: #ffffff;
		font-weight: normal;
		line-height: 14px;
		-moz-text-shadow: 0 1px 0 #333;
		-webkit-text-shadow: 0 1px 0 #333;
		text-shadow: 0 1px 0 #333;
	}




.wBlock.mua .dSpace {
	background-color: #2a7de1;
}

.widgetButtons .mua a, .wBlock.mua {
	margin-right: 12px;
	border: 1px solid #2a7de1 !important;
	background: #0b6be0 !important;
	background: -moz-linear-gradient(top, #2a7de19c 0%,#0b6be0 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a7de19c ), color-stop(100%,#0b6be0)) !important;
	background: -webkit-linear-gradient(top, #2a7de19c 0%,#0b6be0 100%) !important;
	background: -o-linear-gradient(top, #2a7de19c 0%,#0b6be0 100%) !important;
	background: -ms-linear-gradient(top, #2a7de19c 0%,#0b6be0 100% ) !important;
	background: linear-gradient(top, #2a7de19c 0%,#E5E5E5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7de19c   ', endColorstr='#0b6be0',GradientType=0 ) !important;
	-moz-box-shadow: 0 1px 1px #2a7de1, 0px 1px 0 #FFEB89 inset !important;
	-webkit-box-shadow: 0 1px 1px #2a7de1, 0px 1px 0 #FFEB89 inset !important;
	box-shadow: 0 1px 1px #2a7de1, 0px 1px 0 #FFEB89 inset !important;
}


.wBlock.skyblue .dSpace {
	background-color: #3cb4e5;
}

.widgetButtons .skyblue a, .wBlock.skyblue {
	border: 1px solid #3cb4e5 !important;
	background: #05a2e2 !important;
	background: -moz-linear-gradient(top, #3cb4e5b3 0%, #05a2e2 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb4e5b3 ), color-stop(100%,#05a2e2)) !important;
	background: -webkit-linear-gradient(top, #3cb4e5b3 0%,#05a2e2 100%) !important;
	background: -o-linear-gradient(top, #3cb4e5b3 0%,#05a2e2 100%) !important;
	background: -ms-linear-gradient(top, #3cb4e5b3 0%,#05a2e2 100% ) !important;
	background: linear-gradient(top, #3cb4e5b3 0%,#E5E5E5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb4e5b3  ', endColorstr='#05a2e2',GradientType=0 ) !important;
	-moz-box-shadow: 0 1px 1px #D39E00, 0px 1px 0 #FFEB89 inset !important;
	-webkit-box-shadow: 0 1px 1px #D39E00, 0px 1px 0 #FFEB89 inset !important;
	box-shadow: 0 1px 1px #D39E00, 0px 1px 0 #FFEB89 inset !important;
}

	.wBlock.skyblue .dSpace h3,
	.wBlock.skyblue .rSpace h3 {
		margin: 2px 0px;
		padding: 0px;
		font-size: 13px;
		text-align: center;
		color: #ffffff;
		font-weight: normal;
		line-height: 14px;
		-moz-text-shadow: 0 1px 0 #333;
		-webkit-text-shadow: 0 1px 0 #333;
		text-shadow: 0 1px 0 #333;
	}




.wBlock.mandarin .dSpace {
	background-color: #ff9e18;
}

.widgetButtons .mandarin a, .wBlock.mandarin {
	border: 1px solid #ff9e18 !important;
	background: #05a2e2 !important;
	background: -moz-linear-gradient(top, #ff9e18c2 0%, rgb(232, 135, 1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9e18c2 ), color-stop(100%,rgb(232, 135, 1))) !important;
	background: -webkit-linear-gradient(top, #ff9e18c2 0%,rgb(232, 135, 1) 100%) !important;
	background: -o-linear-gradient(top, #ff9e18c2 0%,rgb(232, 135, 1) 100%) !important;
	background: -ms-linear-gradient(top, #ff9e18c2 0%,rgb(232, 135, 1) 100% ) !important;
	background: linear-gradient(top, #ff9e18c2 0%,#E5E5E5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e18c2   ', endColorstr='rgb(232, 135, 1)',GradientType=0 ) !important;
	-moz-box-shadow: 0 1px 1px #ff9e18, 0px 1px 0 #FFEB89 inset !important;
	-webkit-box-shadow: 0 1px 1px #ff9e18, 0px 1px 0 #FFEB89 inset !important;
	box-shadow: 0 1px 1px #ff9e18, 0px 1px 0 #FFEB89 inset !important;
}

	.wBlock.mandarin .dSpace h3,
	.wBlock.mandarin .rSpace h3 {
		margin: 2px 0px;
		padding: 0px;
		font-size: 13px;
		text-align: center;
		color: #ffffff;
		font-weight: normal;
		line-height: 14px;
		-moz-text-shadow: 0 1px 0 #333;
		-webkit-text-shadow: 0 1px 0 #333;
		text-shadow: 0 1px 0 #333;
	}


.wBlock.lilacblue .dSpace {
	background-color: #2a7de1;
}

.widgetButtons .lilacblue a, .wBlock.lilacblue {
	border: 1px solid #2a7de1 !important;
	background: #0b6be0 !important;
	background: -moz-linear-gradient(top, #2a7de19c 0%,#0b6be0 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a7de19c ), color-stop(100%,#0b6be0)) !important;
	background: -webkit-linear-gradient(top, #2a7de19c 0%,#0b6be0 100%) !important;
	background: -o-linear-gradient(top, #2a7de19c 0%,#0b6be0 100%) !important;
	background: -ms-linear-gradient(top, #2a7de19c 0%,#0b6be0 100% ) !important;
	background: linear-gradient(top, #2a7de19c 0%,#E5E5E5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7de19c   ', endColorstr='#0b6be0',GradientType=0 ) !important;
	-moz-box-shadow: 0 1px 1px #2a7de1, 0px 1px 0 #FFEB89 inset !important;
	-webkit-box-shadow: 0 1px 1px #2a7de1, 0px 1px 0 #FFEB89 inset !important;
	box-shadow: 0 1px 1px #2a7de1, 0px 1px 0 #FFEB89 inset !important;
}

#btnSelectNewClient {
	width: 86% !important;
}

#btnSelectNewClient2 {
	width: 86% !important;
}
