html, body {
	/* overflow-y:auto !important; */
	
}

.modal {
	overflow-y: auto !important;
}

.search-bar {
	background-color: #F9F8F8;
	border: 1px solid #E6E6E6;
	height: 50px;
	padding-top: 5px;
}

.search-bar .input-append {
	margin-bottom: 0px;
	margin: 5px 5px;
}

.set-full-height {
	height: 100%;
}

.form-control::-moz-placeholder {
	color: #DDDDDD;
	opacity: 1;
}

.form-control:-moz-placeholder {
	color: #DDDDDD;
	opacity: 1;
}

.form-control::-webkit-input-placeholder {
	color: #DDDDDD;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #DDDDDD;
	opacity: 1;
}

.form-control .gwt-SuggestBox {
	border: none;
}
/*     General overwrite     */
a {
	/* color: #2CA8FF; */
	cursor: pointer;
}

a:hover, a:focus {
	color: #109CFF;
}

a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
	select::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner
	{
	outline: 0;
}

/*           Font Smoothing      */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand,
	.btn-simple {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*           Typography          */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: 400;
	margin: 30px 0 15px;
}

h1, .h1 {
	font-size: 52px;
}

h2, .h2 {
	font-size: 36px;
}

h3, .h3 {
	font-size: 28px;
	margin: 20px 0 10px;
}

h4, .h4 {
	font-size: 22px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	line-height: 1.6180em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small,
	.h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
	h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small,
	.h4 .small, .h5 .small, .h6 .small {
	color: #999999;
	font-weight: 300;
	line-height: 1;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 60%;
}

h1 .subtitle {
	display: block;
	font-family: 'Grand Hotel', cursive;
	line-height: 40px;
	margin: 15px 0 30px;
}

/*           Animations              */
.form-control, .input-group-addon {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.attachment-text {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.btn {
	border-width: 2px;
	background-color: rgba(0, 0, 0, .0);
	font-weight: 400;
	opacity: 0.8;
	padding: 8px 16px;
}

.btn-round {
	border-width: 1px;
	border-radius: 30px !important;
	opacity: 0.79;
	padding: 9px 18px;
}

.btn-sm, .btn-xs {
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}

.btn-xs {
	padding: 1px 5px;
}

.btn-lg {
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 30px;
}

.btn-wd {
	min-width: 100px;
}

.btn-default {
	color: #777777;
	border-color: #999999
}

.btn-primary {
	color: #3472F7;
	border-color: #3472F7;
}

.btn-info {
	color: #2CA8FF;
	border-color: #2CA8FF;
}

.btn-success {
	color: #05AE0E;
	border-color: #05AE0E;
}

.btn-warning {
	color: #FF9500;
	border-color: #FF9500;
}

.btn-danger {
	color: #FF3B30;
	border-color: #FF3B30;
}

.btn:hover {
	background-color: rgba(0, 0, 0, .0);
	opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #1D62F0;
	border-color: #1D62F0;
	background-color: rgba(0, 0, 0, .0);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
	.open .dropdown-toggle.btn-info {
	color: #109CFF;
	border-color: #109CFF;
	background-color: rgba(0, 0, 0, .0);
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
	.btn-success.active, .open .dropdown-toggle.btn-success {
	color: #049F0C;
	border-color: #049F0C;
	background-color: rgba(0, 0, 0, .0);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active,
	.btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ED8D00;
	border-color: #ED8D00;
	background-color: rgba(0, 0, 0, .0);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
	.open .dropdown-toggle.btn-danger {
	color: #EE2D20;
	border-color: #EE2D20;
	background-color: rgba(0, 0, 0, .0);
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .open .dropdown-toggle.btn-default {
	color: #666666;
	border-color: #888888;
	background-color: rgba(0, 0, 0, .0);
}

.btn:active, .btn.active {
	background-image: none;
	box-shadow: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.45;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active
	{
	background-color: rgba(0, 0, 0, 0);
	border-color: #3472F7;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info,
	.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
	.btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
	.btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active
	{
	background-color: rgba(0, 0, 0, 0);
	border-color: #2CA8FF;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success,
	.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
	.btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active,
	.btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active
	{
	background-color: rgba(0, 0, 0, 0);
	border-color: #05AE0E;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger,
	.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active,
	.btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active
	{
	background-color: rgba(0, 0, 0, 0);
	border-color: #FF3B30;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning,
	.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active,
	.btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active
	{
	background-color: rgba(0, 0, 0, 0);
	border-color: #FF9500;
}

/*           Buttons fill .btn-fill           */
.btn-fill {
	color: #FFFFFF;
	opacity: 1;
}

.btn-fill:hover, .btn-fill:active, .btn-fill:focus {
	color: #FFFFFF;
}

.btn-default.btn-fill {
	background-color: #999999;
	border-color: #999999
}

.btn-primary.btn-fill {
	background-color: #3472F7;
	border-color: #3472F7;
}

.btn-info.btn-fill {
	background-color: #2CA8FF;
	border-color: #2CA8FF;
}

.btn-success.btn-fill {
	background-color: #05AE0E;
	border-color: #05AE0E;
}

.btn-gold.btn-fill {
	color: #fff;
	background-color: #deb509;
	border-color: #deb509;
}

.btn-warning.btn-fill {
	background-color: #FF9500;
	border-color: #FF9500;
}

.btn-danger.btn-fill {
	background-color: #FF3B30;
	border-color: #FF3B30;
}

.btn-default.btn-fill:hover, .btn-default.btn-fill:focus, .btn-default.btn-fill:active,
	.btn-default.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-default
	{
	background-color: #888888;
	border-color: #888888;
}

.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active,
	.btn-primary.btn-fill.active, .open .dropdown-toggle.btn-primary.btn-fill
	{
	border-color: #1D62F0;
	background-color: #1D62F0;
}

.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active,
	.btn-info.btn-fill.active, .open .dropdown-toggle.btn-info.btn-fill {
	background-color: #109CFF;
	border-color: #109CFF;
}

.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active,
	.btn-success.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-success
	{
	background-color: #049F0C;
	border-color: #049F0C;
}

.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active,
	.btn-warning.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-warning
	{
	background-color: #ED8D00;
	border-color: #ED8D00;
}

.btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active,
	.btn-danger.btn-fill.active, .open .dropdown-toggle.btn-danger.btn-fill
	{
	background-color: #EE2D20;
	border-color: #EE2D20;
}

/*          End Buttons fill          */
.btn-simple {
	font-weight: 600;
	border: 0;
	padding: 10px 18px;
}

.btn-simple.btn-xs {
	padding: 3px 5px;
}

.btn-simple.btn-sm {
	padding: 7px 10px;
}

.btn-simple.btn-lg {
	padding: 16px 60px;
}

.btn-round.btn-xs {
	padding: 2px 5px;
}

.btn-round.btn-sm {
	padding: 6px 10px;
}

.btn-round.btn-lg {
	padding: 15px 30px;
}

/*             Inputs               */
.form-control {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	box-shadow: none;
	color: #444444;
	height: 38px;
	padding: 6px 16px;
}

.form-control:focus {
	background-color: #FFFFFF;
	border: 1px solid #9A9A9A;
	box-shadow: none;
	outline: 0 none;
}

.form-control+.form-control-feedback {
	border-radius: 6px;
	font-size: 14px;
	padding: 0 12px 0 0;
	position: absolute;
	right: 25px;
	top: 13px;
	vertical-align: middle;
}

.input-lg {
	height: 56px;
	padding: 10px 16px;
}

.has-success .form-control, .has-error .form-control, .has-success .form-control:focus,
	.has-error .form-control:focus {
	border-color: #E3E3E3;
	box-shadow: none;
}

.has-success .form-control, .has-success .form-control-feedback {
	color: #05AE0E;
}

.has-error .form-control, .has-error .form-control-feedback {
	color: #FF3B30;
}

.has-success .form-control:focus {
	border-color: #05AE0E;
}

.has-error .form-control:focus {
	border-color: #FF3B30;
}

/*.input-group-addon {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
}
*/
.form-control:focus+.input-group-addon, .form-control:focus ~
	.input-group-addon {
	background-color: #FFFFFF;
	border-color: #9A9A9A;
}

.input-group











 











.form-control






















:first-child
,
.input-group-addon






















:first-child
,
.input-group-btn






















:first-child
>
.btn
,
.input-group-btn






















:first-child
>
.dropdown-toggle
,
.input-group-btn






















:last-child
>
.btn






















:not











 











(
:last-child











 











)
:not











 











(
.dropdown-toggle












	











)
{
border-right






















:











 











0
none






















;
}
.input-group











 











.form-control






















:last-child
,
.input-group-addon






















:last-child
,
.input-group-btn






















:last-child
>
.btn
,
.input-group-btn






















:last-child
>
.dropdown-toggle
,
.input-group-btn






















:first-child
>
.btn






















:not











 











(
:first-child











 











)
{
border-left






















:











 











0
none






















;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #EEEEEE;
	color: #999999;
	cursor: not-allowed;
}

/*           Labels & Progress-bar              */
.label {
	padding: 0.2em 0.6em 0.2em;
	border: 1px solid #999999;
	border-radius: 3px;
	color: #999999;
	background-color: #FFFFFF;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
}

.label-primary {
	border-color: #3472F7;
	color: #3472F7;
}

.label-info {
	border-color: #2CA8FF;
	color: #2CA8FF;
}

.label-success {
	border-color: #05AE0E;
	color: #05AE0E;
}

.label-warning {
	border-color: #FF9500;
	color: #FF9500;
}

.label-danger {
	border-color: #FF3B30;
	color: #FF3B30;
}

.label.label-fill {
	color: #FFFFFF;
}

.label-info.label-fill, .progress-bar-info {
	background-color: #2CA8FF;
}

.label-success.label-fill, .progress-bar-success {
	background-color: #05AE0E;
}

.label-warning.label-fill, .progress-bar-warning {
	background-color: #FF9500;
}

.label-danger.label-fill, .progress-bar-danger {
	background-color: #FF3B30;
}

.label-default.label-fill {
	background-color: #999999;
}

/*            Navigation menu                */
.nav-pills>li+li {
	margin-left: 0;
}

.nav-pills>li>a {
	border: 1px solid #2CA8FF;
	border-radius: 0;
	color: #2CA8FF;
	margin-left: -1px;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #F5F5F5;
}

.nav-pills.ct-blue>li.active>a, .nav-pills.ct-blue>li.active>a:hover,
	.nav-pills.ct-blue>li.active>a:focus, .pagination.ct-blue>.active>a,
	.pagination.ct-blue>.active>span, .pagination.ct-blue>.active>a:hover,
	.pagination.ct-blue>.active>span:hover, .pagination.ct-blue>.active>a:focus,
	.pagination.ct-blue>.active>span:focus {
	background-color: #3472F7;
}

.nav-pills.ct-azure>li.active>a, .nav-pills.ct-azure>li.active>a:hover,
	.nav-pills.ct-azure>li.active>a:focus, .pagination.ct-azure>.active>a,
	.pagination.ct-azure>.active>span, .pagination.ct-azure>.active>a:hover,
	.pagination.ct-azure>.active>span:hover, .pagination.ct-azure>.active>a:focus,
	.pagination.ct-azure>.active>span:focus {
	background-color: #2CA8FF;
}

.nav-pills.ct-green>li.active>a, .nav-pills.ct-green>li.active>a:hover,
	.nav-pills.ct-green>li.active>a:focus, .pagination.ct-green>.active>a,
	.pagination.ct-green>.active>span, .pagination.ct-green>.active>a:hover,
	.pagination.ct-green>.active>span:hover, .pagination.ct-green>.active>a:focus,
	.pagination.ct-green>.active>span:focus {
	background-color: #05AE0E;
}

.nav-pills.ct-orange>li.active>a, .nav-pills.ct-orange>li.active>a:hover,
	.nav-pills.ct-orange>li.active>a:focus, .pagination.ct-orange>.active>a,
	.pagination.ct-orange>.active>span, .pagination.ct-orange>.active>a:hover,
	.pagination.ct-orange>.active>span:hover, .pagination.ct-orange>.active>a:focus,
	.pagination.ct-orange>.active>span:focus {
	background-color: #FF9500;
}

.nav-pills.ct-red>li.active>a, .nav-pills.ct-red>li.active>a:hover,
	.nav-pills.ct-red>li.active>a:focus, .pagination.ct-red>.active>a,
	.pagination.ct-red>.active>span, .pagination.ct-red>.active>a:hover,
	.pagination.ct-red>.active>span:hover, .pagination.ct-red>.active>a:focus,
	.pagination.ct-red>.active>span:focus {
	background-color: #FF3B30;
}

.nav-pills.ct-blue>li>a {
	border: 1px solid #3472F7;
	color: #3472F7;
}

.nav-pills.ct-azure>li>a {
	border: 1px solid #2CA8FF;
	color: #2CA8FF;
}

.nav-pills.ct-green>li>a {
	border: 1px solid #05AE0E;
	color: #05AE0E;
}

.nav-pills.ct-orange>li>a {
	border: 1px solid #FF9500;
	color: #FF9500;
}

.nav-pills.ct-red>li>a {
	border: 1px solid #FF3B30;
	color: #FF3B30;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
	{
	background-color: #2CA8FF;
	color: #FFFFFF;
}

.nav-pills>li:first-child>a {
	border-radius: 4px 0 0 4px;
	margin: 0;
}

.nav-pills>li:last-child>a {
	border-radius: 0 4px 4px 0;
}

.pagination.no-border>li>a, .pagination.no-border>li>span {
	border: 0;
}

.pagination>li>a, .pagination>li>span, .pagination>li:first-child>a,
	.pagination>li:first-child>span, .pagination>li:last-child>a,
	.pagination>li:last-child>span {
	border-radius: 50%;
	margin: 0 2px;
	color: #777777;
}

.pagination>li.active>a, .pagination>li.active>span, .pagination>li.active>a:hover,
	.pagination>li.active>span:hover, .pagination>li.active>a:focus,
	.pagination>li.active>span:focus {
	background-color: #2CA8FF;
	border: 0;
	color: #FFFFFF;
	padding: 7px 13px;
}

.text-primary, .text-primary:hover {
	color: #1D62F0;
}

.text-info, .text-info:hover {
	color: #109CFF;
}

.text-success, .text-success:hover {
	color: #0C9C14;
}

.text-warning, .text-warning:hover {
	color: #ED8D00;
}

.text-danger, .text-danger:hover {
	color: #EE2D20;
}

.modal-header {
	/* border: 0 none; */
	
}

.tooltip {
	font-size: 14px;
	font-weight: bold;
}

.tooltip-arrow {
	display: none;
	opacity: 0;
}

.tooltip-inner {
	background-color: #FAE6A4;
	border-radius: 4px;
	box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px
		rgba(115, 71, 38, 0.23);
	color: #734726;
	max-width: 200px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}

.tooltip-inner:after {
	content: "";
	display: inline-block;
	left: 100%;
	margin-left: -56%;
	position: absolute;
}

.tooltip-inner:before {
	content: "";
	display: inline-block;
	left: 100%;
	margin-left: -56%;
	position: absolute;
}

.tooltip.top {
	margin-top: -11px;
	padding: 0;
}

.tooltip.top .tooltip-inner:after {
	border-top: 11px solid #FAE6A4;
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	bottom: -10px;
}

.tooltip.top .tooltip-inner:before {
	border-top: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	bottom: -11px;
}

.tooltip.bottom {
	margin-top: 11px;
	padding: 0;
}

.tooltip.bottom .tooltip-inner:after {
	border-bottom: 11px solid #FAE6A4;
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	top: -10px;
}

.tooltip.bottom .tooltip-inner:before {
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	top: -11px;
}

.tooltip.left {
	margin-left: -11px;
	padding: 0;
}

.tooltip.left .tooltip-inner:after {
	border-left: 11px solid #FAE6A4;
	border-top: 11px solid rgba(0, 0, 0, 0);
	border-bottom: 11px solid rgba(0, 0, 0, 0);
	right: -10px;
	left: auto;
	margin-left: 0;
}

.tooltip.left .tooltip-inner:before {
	border-left: 11px solid rgba(0, 0, 0, 0.2);
	border-top: 11px solid rgba(0, 0, 0, 0);
	border-bottom: 11px solid rgba(0, 0, 0, 0);
	right: -11px;
	left: auto;
	margin-left: 0;
}

.tooltip.right {
	margin-left: 11px;
	padding: 0;
}

.tooltip.right .tooltip-inner:after {
	border-right: 11px solid #FAE6A4;
	border-top: 11px solid rgba(0, 0, 0, 0);
	border-bottom: 11px solid rgba(0, 0, 0, 0);
	left: -10px;
	top: 0;
	margin-left: 0;
}

.tooltip.right .tooltip-inner:before {
	border-right: 11px solid rgba(0, 0, 0, 0.2);
	border-top: 11px solid rgba(0, 0, 0, 0);
	border-bottom: 11px solid rgba(0, 0, 0, 0);
	left: -11px;
	top: 0;
	margin-left: 0;
}

.logo-container {
	left: 50px;
	position: absolute;
	top: 20px;
	z-index: 3;
}

.logo-container .logo {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #333333;
	width: 60px;
	float: left;
}

.logo-container .brand {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 60px
}

.card {
	background-color: #FFFFFF;
	padding: 10px 0 0px;
	width: 100%;
}

.pick-class-label {
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
	padding: 15px 23px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

/*      Here the code for the wizard           */
label {
	font-weight: 400;
}

.top-header .navbar {
	margin-bottom: 0px !important;
}

.image-container {
	height: 100%;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	overflow-y: auto;
}

.wizard-container {
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 3;
}

.wizard-card {
	min-height: 410px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
	/*border-radius: 10px;*/
	/*padding: 10px 15px;*/
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.wizard-card .picture-container {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.wizard-card .picture {
	width: 106px;
	height: 106px;
	background-color: #999999;
	border: 4px solid #CCCCCC;
	color: #FFFFFF;
	border-radius: 50%;
	margin: 5px auto;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.wizard-card .picture:hover {
	border-color: #2ca8ff;
}

.wizard-card.ct-wizard-green .picture:hover {
	border-color: #05ae0e;
}

.wizard-card.ct-wizard-blue .picture:hover {
	border-color: #3472f7;
}

.wizard-card.ct-wizard-orange .picture:hover {
	border-color: #ff9500;
}

.wizard-card.ct-wizard-red .picture:hover {
	border-color: #ff3b30;
}

.wizard-card .picture input[type="file"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
}

.wizard-card .picture-src {
	width: 100%;
}

.wizard-card .tab-content {
	min-height: 340px;
	padding: 0px 20px 63px
}

.wizard-card .wizard-footer {
	padding: 10px 15px;
	border-top: 1px solid #E7E7E7;
	position: fixed;
	bottom: 0px;
	background: #fff;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width :768px) {
	.wizard-card .wizard-footer {
		width: 725px
	}
}

@media ( min-width :992px) {
	.wizard-card .wizard-footer {
		width: 935px
	}
}

@media ( min-width :1200px) {
	.wizard-card .wizard-footer {
		width: 1135px;
	}
}

.wizard-card .disabled {
	display: none;
}

.wizard-card .wizard-header h3 {
	font-weight: 600;
	text-align: center;
	color: #deb509;
	padding-bottom: 8px;
}

.wizard-card>ul>li {
	text-align: center;
}

.wizard-card>ul>li a {
	border: 0 !important;
	text-transform: uppercase;
	background-color: #999999;
	color: #FFFFFF !important;
	font-size: 12px;
	margin: 0px;
	border-radius: 0px;
}

.wizard-card.ct-wizard-green>ul>li.active a {
	background-color: #05ae0e;
}

.wizard-card.ct-wizard-gold>ul>li.active a {
	background-color: #deb509;
}

.wizard-card.ct-wizard-blue>ul>li.active a {
	background-color: #3472f7;
}

.wizard-card.ct-wizard-orange>ul>li.active a {
	background-color: #ff9500;
}

.wizard-card.ct-wizard-red>ul>li.active a {
	background-color: #ff3b30;
}

.wizard-card>ul>li>a:hover, .wizard-card>ul>li>a:focus {
	background-color: #999999;
	cursor: default;
}

.wizard-card .btn {
	text-transform: uppercase;
}

.wizard-card .nav-pills>li:first-child>a {
	border-radius: 0;
	margin: 0;
}

.wizard-card .nav-pills>li:last-child>a {
	border-radius: 0;
}

.wizard-card .info-text {
	text-align: center;
	font-weight: 300;
	margin: 10px 0 10px;
}

.wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}

.wizard-card .choice .icon {
	text-align: center;
	vertical-align: middle;
	height: 116px;
	width: 116px;
	border-radius: 50%;
	background-color: #999999;
	color: #FFFFFF;
	margin: 0 auto 20px;
	border: 4px solid #CCCCCC;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.wizard-card .choice i {
	font-size: 30px;
	line-height: 111px;
}

.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
	border-color: #2ca8ff;
}

.wizard-card.ct-wizard-blue .choice:hover .icon, .wizard-card.ct-wizard-blue .choice.active .icon
	{
	border-color: #3472f7;
}

.wizard-card.ct-wizard-green .choice:hover .icon, .wizard-card.ct-wizard-green .choice.active .icon
	{
	border-color: #05ae0e;
}

.wizard-card.ct-wizard-orange .choice:hover .icon, .wizard-card.ct-wizard-orange .choice.active .icon
	{
	border-color: #ff9500;
}

.wizard-card.ct-wizard-red .choice:hover .icon, .wizard-card.ct-wizard-red .choice.active .icon
	{
	border-color: #ff3b30;
}

.wizard-card .choice input[type="radio"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}

.wizard-card .btn-finish {
	display: none;
}

.wizard-card .description {
	color: #999999;
	font-size: 14px;
}

/*          For demo purpose         */
.fixed-plugin {
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 1031;
}

.fixed-plugin .fa-cog {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .2);
	padding: 10px;
	border-radius: 0 0 6px 6px;
}

.fixed-plugin .dropdown-menu {
	right: 0;
	left: auto;
}

.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before
	{
	right: 10px;
	margin-left: auto;
	left: auto;
}

.fixed-plugin .fa-circle-thin {
	color: #FFFFFF;
}

.fixed-plugin .active .fa-circle-thin {
	color: #00bbff;
}

.fixed-plugin .dropdown-menu>li>a {
	padding-left: 10px;
	padding-right: 10px;
}

.fixed-plugin .dropdown-menu>li:first-child>a {
	margin-top: 10px;
}

.fixed-plugin .dropdown-menu>.active>a, .fixed-plugin .dropdown-menu>.active>a:hover,
	.fixed-plugin .dropdown-menu>.active>a:focus {
	background: none;
	color: #777777;
}

.fixed-plugin img {
	border-radius: 6px;
	width: 150px;
	max-height: 65px;
	border: 4px solid #FFFFFF;
}

.fixed-plugin .active img, .fixed-plugin a:hover img {
	border-color: #00bbff;
}

.fixed-plugin .btn {
	margin: 10px 15px 0;
	color: #FFFFFF;
}

.fixed-plugin .btn:hover {
	color: #FFFFFF;
}

.fixed-plugin .badge {
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 23px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	width: 23px;
}

.fixed-plugin .badge.active, .fixed-plugin .badge:hover {
	border-color: #00bbff;
}

.fixed-plugin .badge-black {
	background-color: #333333;
}

.fixed-plugin .badge-blue {
	background-color: #2C93FF;
}

.fixed-plugin .badge-green {
	background-color: #05AE0E;
}

.fixed-plugin .badge-orange {
	background-color: #FF9500;
}

.fixed-plugin .badge-red {
	background-color: #FF3B30;
}

@media ( max-width :768px) {
	.fixed-plugin {
		top: 80px;
		right: 0px;
	}
	.main .container {
		margin-bottom: 50px;
	}
}

.footer {
	position: relative;
	bottom: 20px;
	width: 100%;
	color: black;
	z-index: 4;
	text-align: center;
	margin-top: 60px;
	text-shadow: 0 1px 3px black;
}

.footer a {
	color: #FFFFFF;
}

.footer .heart {
	color: #FF3B30;
}

@media ( min-width : 768px) {
	.navbar-form {
		margin-top: 21px;
		margin-bottom: 21px;
		padding-left: 5px;
		padding-right: 5px;
	}
	/*.navbar-nav>li>.dropdown-menu, .dropdown-menu {
		display: block;
		margin: 0;
		padding: 0;
		z-index: 9000;
		position: absolute;
		-webkit-border-radius: 10px;
		box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
		border-radius: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		-webkit-filter: alpha(opacity = 0);
		-moz-filter: alpha(opacity = 0);
		-ms-filter: alpha(opacity = 0);
		-o-filter: alpha(opacity = 0);
		filter: alpha(opacity = 0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
		-moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
		-o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
		-ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
		transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	}
	.navbar-nav>li.open>.dropdown-menu, .open .dropdown-menu {
		-webkit-transform-origin: 29px -50px;
		-moz-transform-origin: 29px -50px;
		-o-transform-origin: 29px -50px;
		-ms-transform-origin: 29px -50px;
		transform-origin: 29px -50px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-ms-filter: none;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
	}
	/*
	.dropdown-menu:before {
		border-bottom: 11px solid rgba(0, 0, 0, 0.2);
		border-left: 11px solid rgba(0, 0, 0, 0);
		border-right: 11px solid rgba(0, 0, 0, 0);
		content: "";
		display: inline-block;
		position: absolute;
		left: 100%;
		margin-left: -60%;
		top: -11px;
	}
	.dropdown-menu:after {
		border-bottom: 11px solid #FFFFFF;
		border-left: 11px solid rgba(0, 0, 0, 0);
		border-right: 11px solid rgba(0, 0, 0, 0);
		content: "";
		display: inline-block;
		position: absolute;
		left: 100%;
		margin-left: -60%;
		top: -10px;
	}
	*/
	.btn-wd {
		min-width: 140px;
	}
}

.profile-page input[type="file"]:focus {
	outline: none;
	outline-offset: 0px;
}

body .GWTUpld .gwt-FileUpload {
	top: 0px;
	width: 100%;
	height: 32px;
	position: relative;
}

.gwt-FileUpload::-webkit-file-upload-button {
	visibility: hidden;
}

.gwt-FileUpload::before {
	content: 'Browse';
	display: inline-block;
	/* background: linear-gradient(to bottom, #4d90fe, #3078eb); */
	/* border: 1px solid #999; */
	border-radius: 3px;
	padding: 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	width: 75%;
	text-align: center;
	color: #fff;
	/* text-decoration: underline; */
	opacity: 1;
	background-color: #333;
	border-color: #deb509;
}

.gwt-FileUpload:hover:before, .gwt-FileUpload:active:before,
	.gwt-FileUpload.active:before {
	
}

/*Payments*/
#mobile ul {
	list-style-type: none;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media ( min-width : @screen-sm-min) {
}

/* Medium devices (desktops, 992px and up) */
@media ( min-width : @screen-md-min) {
	.content-wrapper .main-content {
		padding-top: 60px !important;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media ( min-width : @screen-lg-min) {
	.content-wrapper .main-content {
		padding-top: 60px !important;
	}
}

.dropdown-menu {
	right: 0px;
	left: inherit !important;
}

.aggregation-grid .form-control {
	height: 32px;
	padding: 3px 16px;
}