input[type="checkbox"]:checked {
	background-color: #007899;
}

.z-a {
	color: #007899;
}

.z-column-content, .z-row-content, .z-group-content,
	.z-groupfoot-content, .z-footer-content, .z-auxheader-content {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 5px;
}

.z-window {
	padding: 0px;
}

.z-window-icon {
	font-size: 0px;
	margin: 2px 5px;
	padding: 11px;
}

.z-window-close {
	background: url(../images/close-button.png) no-repeat scroll 0 0;
}

.z-window-close:hover {
	background: url(../images/close-button.png);
}

.z-messagebox .z-label, .z-panel-header {
	font-family: Verdana;
	font-size: 14px;
}

.z-window-header {
	color: white;
	font-family: Verdana;
	font-size: 14px;
}

.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
	border-radius: 4px;
	box-shadow: none;
}

.z-messagebox-window {
	background-image: none;
	background: transparent repeat-x 0 0;
	background: #54b4eb; /* Old browsers */
	background-image: -ms-linear-gradient(top, #54b4eb 0%, #54b4eb 100%);
	/* IE10+ */
	background-image: -moz-linear-gradient(top, #54b4eb 0%, #54b4eb 100%);
	/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #54b4eb 0%, #54b4eb 100%);
	/* Opera 11.10+ */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #54b4eb),
		color-stop(100%,, #54b4eb)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #54b4eb 0%, #54b4eb 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, #54b4eb 0%, #54b4eb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(
		                     startColorstr='#54b4eb', endColorstr='#54b4eb',
		GradientType=0); /* IE6-9 */
} /* IE6-9 */

/* ----------------------------------------------------------------------------------------------- */
/*  Button			  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.labsoftMessageBox .z-button {
	-moz-box-shadow: 0px 10px 14px -7px #cf866c;
	-webkit-box-shadow: 0px 10px 14px -7px #cf866c;
	box-shadow: 0px 10px 14px -7px #cf866c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a',
		endColorstr='#f47a20');
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3d768a;
	border: medium none;
}

.labsoftMessageBox .z-window-close, .z-window-icon:hover {
	background: url('../images/close-button.png') transparent no-repeat 0 0;
}

.labsoftMessageBox .z-window-close, .z-window-icon {
	background: url('../images/close-button.png') transparent no-repeat 0 0;
}

.labsoftMessageBox .z-window-icon {
	border: medium none;
	height: 26px;
	padding-top: 10px;
	width: 29px;
}

.labsoftMessageBox .z-window-icon .z-icon-times:before {
	content: none;
}

.z-messagebox-information {
	background-image: url(../images/info.png);
}

.z-messagebox-exclamation {
	background-image: url(../images/warning.png);
}

.z-messagebox-button {
	color: #007899;
	background-color: transparent;
	background-image: none;
	border-color: #007899;
}

.z-messagebox-button:hover {
	color: #fff;
	background-color: #007899;
	border-color: #007899;
}

.z-messagebox-button:focus, .z-messagebox-button.focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 142, 224, 0.5);
}

.z-messagebox-button.disabled, .z-messagebox-button:disabled {
	color: #007899;
	background-color: transparent;
}

.z-messagebox-button:not (:disabled ):not (.disabled ):active,
	.z-messagebox-button:not (:disabled ):not (.disabled ).active, .show>.z-messagebox-button.dropdown-toggle
	{
	color: #fff;
	background-color: #007899;
	border-color: #007899;
}

.z-messagebox-button:not (:disabled ):not (.disabled ):active:focus,
	.z-messagebox-button:not (:disabled ):not (.disabled ).active:focus,
	.show>.z-messagebox-button.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 142, 224, 0.5);
}

.z-gridheader {
	background: #007899 !important;
}

.z-listheader {
	border-left: 1px solid #e5e5e5;
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-column {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-listheader-content {
	color: #007899;
	position: relative;
	font-weight: bold;
}

.z-column-content {
	color: #007899;
	position: relative;
	font-weight: bold;
}

.z-tab-selected .z-tab-text {
	color: #007899;
}

.z-listbox-header-border {
	border-bottom: 1px solid #e5e5e5;
	margin-top: -1px;
	position: relative;
}

.z-grid-header-border {
	border-bottom: 1px solid #e5e5e5;
	margin-top: -1px;
	position: relative;
}

.z-treecol {
	background: #007899;
	background-clip: border-box;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-treecols-bar {
	background: #007899;
	background-clip: border-box;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

.z-treerow-selected>.z-treecell>.z-treecell-content>.z-treerow-checkable .z-treerow-icon.z-icon-radio
	{
	background: #007899;
}

.z-auxheader {
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 0;
	background-color: #007899;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.z-checkbox-switch-on>.z-checkbox-mold {
	background-color: #218838;
}

.z-checkbox-switch-off>.z-checkbox-mold {
	background-color: #dc3545;
}

.z-listitem-checkable {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 18px;
	color: #007899;
	border: 1px solid #007899;
	background: #FFFFFF;
	vertical-align: text-top;
	margin-right: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

input[type="radio"]:checked {
	border-color: #007899;
}

.z-checkbox-switch {
	display: inline-block;
	vertical-align: middle;
}

.exception-string {
	color: #c7254e !important;
	background-color: #f9f2f4 !important;
	font-size: 110% !important;
	padding: 1em !important;
	width: 100% !important;
	resize: none !important;
	border-radius: 0px !important;
}

.bg-warning {
	background-color: #ff870a !important;
}

.filter-transparent {
	background-color: #F2F2F2;
}

hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.currency {
	font-weight: bold;
	color: green;
}

.profile-header-container {
	margin: 0 auto;
	text-align: center;
}

.profile-header-img>img.img-circle {
	width: 120px;
	height: 120px;
	border: 2px solid #ff870a;
}

/**
 * Ranking component
 */
.rank-label-container {
	margin-top: -19px;
	/* z-index: 1000; */
	text-align: center;
}

.label.label-default.rank-label {
	background-color: #007899;
	padding: 5px 10px 5px 10px;
	border-radius: 27px;
}

.profile {
	float: right;
	border: 1px solid #ff870a;
	margin-top: -35px;
	border-radius: 20px;
	margin-right: 10px;
}

.red-text {
	color: #f44336 !important;
}

.green-text {
	color: #4caf50 !important;
}

.z-bandbox-input[readonly] {
	background-color: #fff !important;
}

.z-icon-search:before {
	content: "\f0d7" !important;
}

.z-label.badge {
   color: white;
   background-color: MediumSeaGreen;
   font-weight: bold;
   border-radius: 7px;
   padding: 4px;
   margin-left: 5px;
   line-height: normal;
 }