footer {
	display: block;
}

a:focus {
	outline: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2 {
		orphans: 3;
		widows: 3;
	}

	h2 {
		page-break-after: avoid;
	}
}

a {
	color: #0088cc;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #005580;
	text-decoration: none;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.span12 {
	width: 940px;
}

.span6 {
	width: 460px;
}

.span3 {
	width: 220px;
}

.span1 {
	width: 60px;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 100%;
	*width: 99.94680851063829%;
}

.row-fluid .span6 {
	width: 48.93617021276595%;
	*width: 48.88297872340425%;
}

.row-fluid .span3 {
	width: 23.404255319148934%;
	*width: 23.351063829787233%;
}

.row-fluid .span1 {
	width: 6.382978723404255%;
	*width: 6.329787234042553%;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.container-fluid:after {
	clear: both;
}

p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

h2,
h5 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

h2 {
	line-height: 40px;
}

h2 {
	font-size: 31.5px;
}

h5 {
	font-size: 14px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

li {
	line-height: 20px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

label,
input,
button,
select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select {
}

label {
	display: block;
	margin-bottom: 5px;
}

select,
input[type="text"],
input[type="search"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
}

input {
	width: 206px;
}

input[type="text"],
input[type="search"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-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 linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"]:focus,
input[type="search"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="checkbox"] {
	width: auto;
}

select {
	height: 30px;
	*margin-top: 4px;
	line-height: 30px;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input[class*="span"],
.row-fluid input[class*="span"] {
	float: none;
	margin-left: 0;
}

.row-fluid input[class*="span"] {
	display: inline-block;
}

input {
	margin-left: 0;
}

input.span3 {
	width: 206px;
}

input[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	vertical-align: middle;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
}

.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid #dddddd;
}

.table-bordered thead:first-child tr:first-child th {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.table-bordered tbody:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.table-bordered tbody:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td {
	background-color: #f9f9f9;
}

[class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../images/icons/glyphicons-halflings.png);
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	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='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}

.btn-danger:active {
	background-color: #942a25 \9;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	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='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}

.btn-success:active {
	background-color: #408140 \9;
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	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='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}

.btn-info:active {
	background-color: #24748c \9;
}

button.btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert {
	color: #c09853;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.modal {
	position: fixed;
	top: 10%;
	left: 34.3%;
	z-index: 1050;
	width: 960px;
	margin-left: -280px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.modal.fade {
	top: -25%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.modal-header .close {
	margin-top: 2px;
}

.modal-body {
	position: relative;
	padding: 15px;
	max-height: 500px;
	overflow-y: auto;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	line-height: 0;
	content: "";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.hide {
	display: none;
}

@media (min-width: 1200px) {
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}

	.span12 {
		width: 1170px;
	}

	.span6 {
		width: 570px;
	}

	.span3 {
		width: 270px;
	}

	.span1 {
		width: 70px;
	}

	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before,
	.row-fluid:after {
		display: table;
		line-height: 0;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 30px;
		margin-left: 2.564102564102564%;
		*margin-left: 2.5109110747408616%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span6 {
		width: 48.717948717948715%;
		*width: 48.664757228587014%;
	}

	.row-fluid .span3 {
		width: 23.076923076923077%;
		*width: 23.023731587561375%;
	}

	.row-fluid .span1 {
		width: 5.982905982905983%;
		*width: 5.929714493544281%;
	}

	input {
		margin-left: 0;
	}

	input.span3 {
		width: 256px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}

	.span12 {
		width: 724px;
	}

	.span6 {
		width: 352px;
	}

	.span3 {
		width: 166px;
	}

	.span1 {
		width: 42px;
	}

	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before,
	.row-fluid:after {
		display: table;
		line-height: 0;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 30px;
		margin-left: 2.7624309392265194%;
		*margin-left: 2.709239449864817%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span6 {
		width: 48.61878453038674%;
		*width: 48.56559304102504%;
	}

	.row-fluid .span3 {
		width: 22.92817679558011%;
		*width: 22.87498530621841%;
	}

	.row-fluid .span1 {
		width: 5.801104972375691%;
		*width: 5.747913483013988%;
	}

	input {
		margin-left: 0;
	}

	input.span3 {
		width: 152px;
	}
}

@media (max-width: 767px) {
	.container-fluid {
		padding: 0;
	}

	.row-fluid {
		width: 100%;
	}

	[class*="span"],
	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	input[class*="span"] {
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.modal {
		position: fixed;
		top: 20px;
		right: 20px;
		left: 20px;
		width: auto;
		margin: 0;
	}

	.modal.fade {
		top: -100px;
	}
}

@media (max-width: 480px) {
	input[type="checkbox"] {
		border: 1px solid #ccc;
	}

	.modal {
		top: 10px;
		right: 10px;
		left: 10px;
	}

	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
}

[class^=icon-]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

a [class^=icon-] {
	display: inline;
}

[class^=icon-] {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0;
}

.icon-remove-sign:before {
	content: "\f057";
}

.icon-question-sign:before {
	content: "\f059";
}

a {
	color: #58A903;
}

a:hover,
a:focus {
	color: #000;
}

.inner-body {
	max-width: 960px;
	margin: 0 auto;
}

.body-colr {
	background-color: #eaeaea;
}

a {
	transition: all 0.15s ease 0s;
}

button.close {
	width: 34px;
	height: 35px;
	background: url(../images/icons/popup-close-icon.png) no-repeat 0 0;
	position: absolute;
	top: -17px;
	right: -16px;
	z-index: 3;
	opacity: 1 !important;
	text-indent: -9999px;
	transition: all 0.2s ease 0s;
	border: none;
}

button:hover.close {
	opacity: .8;
}

.wrng {
	background-color: #49830C;
	border-bottom: 1px solid #195310;
	position: relative;
}

.wrng .alert {
	width: 960px;
	margin: 0 auto;
	background: none;
	color: #FFF;
	border: none;
	border-radius: 0;
	text-shadow: none;
	padding: 8px 0;
}

.wrng .close {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	font-size: 18px;
	height: auto;
	opacity: 1;
	position: absolute;
	right: 21px;
	text-indent: 1px;
	top: 10px;
	width: auto;
}

.wrng .close:hover {
	opacity: .6;
}

.wrng a {
	color: #FFF;
}

button.close {
	filter: alpha(opacity=100) !important;
}

input[type="text"]:focus {
	outline: none !important;
}

button.green-btn {
	padding: 8px 12px;
	background-color: #49830c;
	color: #FFF;
	border: none;
	font-weight: 400;
	text-align: center;
}

button:hover.green-btn {
	background-color: #1F1F1F;
}

input,
button,
select {
}

input[type="checkbox"] {
	width: auto;
}

.table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.table {
	max-width: 100%;
}

.table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.table {
	max-width: 100%;
}

@media (min-width:768px) and (max-width:979px) {
	.alert {
		overflow: hidden;
		padding: 7px 3px !important;
		width: 98% !important;
	}

	.res-div {
		padding: 0 10px;
	}
}

@media screen and (max-width:767px) {
	.alert {
		overflow: hidden;
		padding: 7px 3px !important;
		width: 98% !important;
	}

	.dataTables_paginate {
		text-align: center !important;
	}
}

@media screen and (min-width:640px) and (max-width:767px) {
	.inner-body .span3 a {
		display: block;
		text-align: center;
	}

	.res-div {
		padding: 0 10px;
	}

	.alert {
		overflow: hidden;
		padding: 7px 3px !important;
		width: 98% !important;
	}
}

@media screen and (min-width:0) and (max-width:639px) {
	select {
		width: 100%;
	}

	input {
		width: 95%;
	}

	.res-div {
		padding: 0 10px;
	}

	.modal-header .close {
		margin: 0 7px 7px;
	}
}

.wrng {
	display: none !important;
}

.modal {
	z-index: 10000;
}

.table td:last-child {
	text-align: center;
}

.table td {
	border-top: none;
	text-transform: uppercase;
}

.table td:last-child {
	text-align: center;
}

@media only screen and (max-width:599px) {
	.modal {
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width:479px) {
	.modal {
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width:479px) {
	.mob-no-padding .res-div {
		padding: 0 !important;
	}
}

input[readonly] {
	cursor: pointer !important;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}

@media screen and (max-width:767px) {
	.table td {
		vertical-align: middle;
	}
}

.inner-body {
	min-height: 530px;
}

.topyesrwithmenu_23 {
	text-align: center;
}

.topyesrwithmenu_23 .topyesrsselct_23 {
	display: inline-block;
	vertical-align: middle;
}

.topyesrwithmenu_23 .topyesrsselct_23 select.gprYear {
	display: block;
	margin: 0;
}

.topyesrwithmenu_23 ul.globalrankmenwom_087 {
	display: inline-block;
	vertical-align: middle;
}

.ProTabWrapper {
	clear: both;
	margin: 0 0 20px 0;
}

ul.ProTabMenu {
	clear: both;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	border-bottom: 3px solid #000;
	text-align: center;
	list-style-type: none;
}

ul.ProTabMenu>li {
	display: inline-block;
	margin: 0 0 0 10px;
}

ul.ProTabMenu>li:first-child {
	margin-left: 0;
}

ul.ProTabMenu>li>a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	background-color: #2d2d2d;
	color: #FFFFFF;
	line-height: 1;
	border-radius: 5px 5px 0 0;
	font-size: 15px;
	min-width: 150px;
}

ul.ProTabMenu>li.tab-active>a {
	background-color: #ffde00;
	color: #2d2d2d;
	box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.2);
}

.prsliderareawrap {
	display: flex;
	flex-wrap: wrap;
}

.rpwranksidenewrow {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.prsliderareawrap:after {
	display: none;
}

.rpwranksidenewwrap {
	width: 33.33%;
	background-color: #F2F2F2;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.rppointsside3new {
	width: 33.33%;
	background-color: #F2F2F2;
	padding: 0px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.rpwranksidenew strong {
	font-size: 30px;
	color: #969b9d;
	transform: none;
	white-space: nowrap;
	display: block;
	letter-spacing: normal;
	font-weight: normal;
	position: static;
	text-align: center;
	margin: 0 0 5px 0;
}

.rpwranksidenew .topplayer_points2,
.rpwranksidenew .topplayer_points {
	font-size: 50px;
	line-height: 1;
	letter-spacing: 5px;
	color: #da1418;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	display: block;
}

.rpwranksidenewrow .rpwranksidenew:first-child {
	position: absolute;
	left: -32px;
	top: 18px;
	background-color: #da1418;
	transform: rotate(-45deg);
	width: 130px;
	text-align: center;
	transform-origin: center;
	padding: 5px 0;
}

.rpwranksidenewrow .rpwranksidenew:first-child strong {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	color: #FFF;
	margin: 0;
}

.rpwranksidenewrow .rpwranksidenew:first-child .topplayer_points2 {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	color: #FFF;
}

@media screen and (max-width:1900px) {
	h2 {
		font-size: 40px;
	}

	h5 {
		font-size: 22px;
	}
}

@media screen and (max-width:980px) {
	.rpwranksidenewwrap {
		width: 100%;
	}

	.prsliderareawrap .prsnamearea {
		width: 100% !important;
	}

	.rppointsside3new {
		width: 100%;
		justify-content: center;
	}

	.rpwranksidenew strong {
		position: static;
		width: auto;
		transform: none;
		font-size: 22px;
	}

	.rpwranksidenewrow .rpwranksidenew {
		margin: 10px 0;
		text-align: center;
	}

	.rpwranksidenewrow .rpwranksidenew:first-child {
		top: 8px;
	}

	.rpwranksidenewrow .rpwranksidenew:nth-child(2) {
		margin: 0;
		padding: 10px;
		min-height: 100px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.rpwranksidenewrow .rpwranksidenew:nth-child(2) strong {
		text-align: left;
	}
}

.globalRankingResult #globalRankingPointsTable>thead>tr>td {
	font-weight: bold;
}

.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(3),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(4),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(5),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(6),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(7),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(9),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(10),
.globalRankingResult #globalRankingPointsTable>tbody>tr>td:nth-child(8) {
	text-align: center;
}

.globalRankingResult .row-fluid .span3 {
	margin-top: 10px;
}

.globalRankingResult .playerName,
.globalRankingResult #playerName,
.globalRankingResult #profilePlayerName {
	padding-left: 10px;
	text-transform: uppercase;
	color: #468847;
}

.globalRankingResult .openProfile {
	color: #405e49;
	cursor: pointer;
}

.globalRankingResult .globalRankingTitle {
	margin: 10px 0 10px 0;
	color: black;
	border-radius: 15px;
	text-align: center;
}

.globalRankingResult .tourDetails125 {
	clear: both;
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 10px;
	margin: 0 0 0px 0;
	text-align: center;
	background: #f9cc33;
	color: #000000;
}

.globalRankingResult button.findPlayer,
.globalRankingResult button.searchGPR,
.globalRankingResult button.faqsButton {
	margin: 7px 0 0 0;
	padding: 5px 30px;
	float: right;
	border-radius: 5px;
	border: 2px #405e49 solid;
	text-transform: initial;
}

.globalRankingResult .prslidersec {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 5px;
}

.globalRankingResult .prsliderarea {
	clear: both;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.globalRankingResult .prsliderarea:after {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}

.globalRankingResult .prsnamearea {
	float: left;
	width: 33.333%;
	padding: 20px 0 0 0;
	min-height: 180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #405e49;
}

.globalRankingResult .prsnamearea .flagimgarea {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

.globalRankingResult .prsnamearea .flagimgarea img {
	display: block;
	margin: 0 auto;
	border: 1px solid rgba(242, 242, 242, 1);
	max-width: 60px;
}

.globalRankingResult .prsnamearea>h2 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 1;
	color: #f2f2f2;
	text-transform: uppercase;
}

.globalRankingResult .prsnamearea>h2 strong {
	display: block;
	font-size: 54px;
	line-height: 1;
}

.globalRankingResult .searchSection {
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: center;
}

.globalRankingResult .dataTableRecords {
	position: relative;
}

.globalRankingResult .dataTableRecords .loader2158 {
	display: none;
}

.globalRankingResult #profileModal.modal,
.globalRankingResult #exampleModal.modal {
	margin-left: -480px;
	left: 50%;
}

@media screen and (max-width:1024px) {
	.globalRankingResult .prsnamearea>h2 {
		font-size: 30px;
	}

	.globalRankingResult .prsnamearea>h2 strong {
		font-size: 40px;
	}

	.rpwranksidenew .topplayer_points2,
	.rpwranksidenew .topplayer_points {
		font-size: 40px;
	}

	.rpwranksidenew {
		width: 70%;
	}
}

@media screen and (max-width:767px) {
	.globalRankingResult .prsnamearea {
		width: 100%;
		padding: 10px;
		text-align: center;
		min-height: initial;
	}
}

.globalRankingResult .gpr_dropdown {
	width: 95%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.globalRankingResult .claimed {
	color: #0047cc;
}

.globalRankingResult .mainModalSection {
	text-align: center;
}

.globalRankingResult .modalBoxLoaderImage {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.globalRankingResult .modalBoxLoaderImage img {
	display: block;
	margin: 0 auto;
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}

.globalRankingResult .displayNone {
	display: none !important;
}

.globalRankingResult .faq_Div p {
	margin-bottom: 5px;
}

.globalRankingResult .faq_Div .faq_title {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	border-radius: 5px;
	margin: 5px;
}

.globalRankingResult .faq_Div .faq_ques {
	padding: 4px 0 5px 13px;
	background-color: #49830c;
	color: white;
	margin: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.globalRankingResult .faq_Div .faq_ans {
	padding: 0px 30px 20px 30px;
	display: none;
}

.globalRankingResult #faqModal span#profilePlayerName {
	background-color: #49830c;
	color: white;
	padding: 8px 30px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 16px;
	border-radius: 5px;
	border-left: 7px solid #f9cc33;
}

.globalRankingResult .rankCat {
	padding: 0 0px;
	cursor: pointer;
}

.globalRankingResult .rankCat.active {
	color: #ffffff;
	padding: 2px 10px;
	background: #1f4325;
	border-radius: 5px;
}

.globalRankingResult ul.globalrankmenwom_087 {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.globalRankingResult ul.globalrankmenwom_087:after {
	content: "";
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
}

.globalRankingResult ul.globalrankmenwom_087>li {
	display: inline-block;
	margin: 5px 0px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	font-size: 14px;
}

.globalRankingResult ul.globalrankmenwom_087>li:first-child {
	border-left-color: transparent;
}

.globalRankingResult ul.globalrankmenwom_087>li>span {
	display: block;
}

.globalRankingResult .searchcolwrap785 {
	clear: both;
	margin: 0;
	padding: 0;
}

.globalRankingResult .searchcolwrap785:after {
	content: "";
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
}

.globalRankingResult .searchcol785_1,
.globalRankingResult .searchcol785_3,
.globalRankingResult .searchcol785_5 {
	display: block;
	float: left;
	width: 8%;
	margin: 10px 0 0 0;
	line-height: 1;
}

.globalRankingResult .searchcol785_2,
.globalRankingResult .searchcol785_4,
.globalRankingResult .searchcol785_6,
.globalRankingResult .searchcol785_8 {
	display: block;
	float: left;
	width: 13%;
}

.globalRankingResult .searchcol785_2 select.gpr_dropdown,
.globalRankingResult .searchcol785_4 select.gpr_dropdown,
.globalRankingResult .searchcol785_6 select.gpr_dropdown {
	width: 100%;
	padding: 7px 5px;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
}

.globalRankingResult .searchcol785_9 {
	display: block;
	float: left;
	width: 16%;
	padding: 0 0px 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.globalRankingResult .searchcol785_9 button.searchGPR {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.globalRankingResult .searchbtnsl781 {
	padding: 0;
	clear: both;
	margin: 10px 0;
	text-align: right;
}

.globalRankingResult .searchbtnsl781:after {
	content: "";
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
}

.globalRankingResult .searchbtnsl781 button.green-btn {
	float: none;
	margin: 0 0 0 10px;
	display: inline-block;
}

.globalRankingResult .wrapethetable_238 {
	overflow-x: auto;
	clear: both;
	padding: 0 0 10px 0;
}

.globalRankingResult .toplayersearch_0987 #globalRankingPointsTable_filter {
	margin: 0 0 10px 0;
}

.globalRankingResult .toplayersearch_0987 #globalRankingPointsTable_filter>label {
	margin: 0;
}

.globalRankingResult .toplayersearch_0987 #globalRankingPointsTable_filter>label input[type="search"] {
	margin: 0 0 0 5px;
	padding: 5px 8px;
	box-sizing: border-box;
	height: auto;
}

@media screen and (max-width:767px) {

	.globalRankingResult .searchcol785_1,
	.globalRankingResult .searchcol785_3,
	.globalRankingResult .searchcol785_5 {
		width: 100%;
		margin: 0 0 5px 0;
	}

	.globalRankingResult .searchcol785_2,
	.globalRankingResult .searchcol785_4,
	.globalRankingResult .searchcol785_6,
	.globalRankingResult .searchcol785_8 {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.globalRankingResult .searchbtnsl781 {
		text-align: center;
	}

	.globalRankingResult .searchbtnsl781 button.green-btn {
		margin: 0 10px;
	}

	.globalRankingResult .searchcol785_9 {
		width: 100%;
		text-align: center;
	}

	.globalRankingResult .searchcol785_9 button.searchGPR {
		display: inline-block;
		width: auto;
	}

	.globalRankingResult .searchcolwrap785 {
		padding: 10px 10px;
	}

	.globalRankingResult #profileModal.modal,
	.globalRankingResult #exampleModal.modal {
		margin: 0;
		left: 20px;
	}
}

@media screen and (max-width:639px) {
	.globalRankingResult .toplayersearch_0987 #globalRankingPointsTable_filter>label input[type="search"] {
		width: 100%;
		margin: 0;
	}

	.globalRankingResult .toplayersearch_0987 .dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 0;
	}
}

.greenCircle2 {
	background-color: #405e49;
	padding: 2px 5px;
	color: white;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
}

.globaloverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000f5;
	z-index: 100;
}

.globaloverlay .globalloader {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	display: table;
}

.globaloverlay .globalloader img {
	width: 60px;
	display: block;
	margin: 0 auto 10px auto;
}

.globaloverlay .globalloadertext {
	color: white;
	display: block;
	font-size: 16px;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.modal-content {
	border-radius: 0;
}

.close {
	color: #000000;
	font-size: 2rem;
	font-weight: normal;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.close:focus {
	outline: none;
}

.modal-header {
	border-bottom-color: #dadada;
}

.modal-footer {
	border-top-color: #dadada;
}

.btn {
	border-radius: 0;
}

.btn:focus {
	box-shadow: none;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
	box-shadow: none;
}

.form-control::placeholder {
	color: inherit;
}

.design-site-footer {
	background-color: #08130b;
	padding: 10px 0;
}

.design-footer-container {
	margin: 0 auto;
	max-width: 1255px;
}

.design-connectwithtext {
	text-align: center;
	font-size: 12px;
	color: #939393;
	margin-bottom: 5px;
}

ul.design-footer-social {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.design-footer-social>li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul.design-footer-social>li>a {
	display: block;
	color: #FFFFFF;
	width: 32px;
	height: 32px;
	font-size: 0px;
	background-image: url(../images/icons/new-social-bg.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

ul.design-footer-social>li.facebook>a {
	background-position: 0 center;
}

ul.design-footer-social>li.twitter>a {
	background-position: -38px center;
}

ul.design-footer-social>li.linkedin>a {
	background-position: -73px center;
}

ul.design-footer-social>li.pinterest>a {
	background-position: -109px center;
}

ul.design-footer-social>li.googleplus>a {
	background-position: -145px center;
}

.design-footerborder {
	display: block;
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	width: 100%;
	background: rgb(8, 19, 11);
	background: -moz-linear-gradient(left, rgba(8, 19, 11, 1) 0%, rgba(70, 73, 71, 1) 50%, rgba(8, 19, 11, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(8, 19, 11, 1) 0%, rgba(70, 73, 71, 1) 50%, rgba(8, 19, 11, 1) 100%);
	background: linear-gradient(to right, rgba(8, 19, 11, 1) 0%, rgba(70, 73, 71, 1) 50%, rgba(8, 19, 11, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08130b', endColorstr='#08130b', GradientType=1);
}

.design-footercopyright {
	text-align: center;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px 0 10px 0;
}

.design-footerlogo {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	background: url(../images/website/new-logo.png) no-repeat center center;
	background-size: 100% auto;
}

a.team-of-use {
	color: #ffff;
}

a.team-of-use:hover {
	color: #58A903;
}

@media screen and (max-width:1260px) {
	.design-footer-container {
		max-width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width:1200px) {
	.design-footer-container {
		max-width: 100%;
		padding: 0 10px;
	}
}

@media screen {
	table.dataTable {
		width: 100%;
		margin: 0 auto;
		clear: both;
		border-collapse: separate;
		border-spacing: 0;
	}

	table.dataTable thead td {
		padding: 10px 18px;
		border-bottom: 1px solid #111;
	}

	table.dataTable thead td:active {
		outline: none;
	}

	table.dataTable thead .sorting,
	table.dataTable thead .sorting_desc {
		cursor: pointer;
		*cursor: hand;
		background-repeat: no-repeat;
		background-position: center right;
	}

	table.dataTable thead .sorting {
		background-image: url(../images/icons/sort_both.png);
	}

	table.dataTable thead .sorting_desc {
		background-image: url(../images/icons/sort_desc.png);
	}

	table.dataTable tbody tr {
		background-color: #ffffff;
	}

	table.dataTable tbody td {
		padding: 8px 10px;
	}

	table.dataTable.no-footer {
		border-bottom: 1px solid #111;
	}

	table.dataTable,
	table.dataTable td {
		box-sizing: content-box;
	}

	.dataTables_wrapper {
		position: relative;
		clear: both;
		*zoom: 1;
		zoom: 1;
	}

	.dataTables_wrapper .dataTables_filter {
		float: right;
		text-align: right;
	}

	.dataTables_wrapper .dataTables_filter input {
		margin-left: 0.5em;
	}

	.dataTables_wrapper .dataTables_paginate {
		float: right;
		text-align: right;
		padding-top: 0.25em;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		box-sizing: border-box;
		display: inline-block;
		min-width: 1.5em;
		padding: 0.5em 1em;
		margin-left: 2px;
		text-align: center;
		text-decoration: none !important;
		cursor: pointer;
		*cursor: hand;
		color: #333 !important;
		border: 1px solid transparent;
		border-radius: 2px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.current,
	.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		color: #333 !important;
		border: 1px solid #979797;
		background-color: white;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
		background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
		cursor: default;
		color: #666 !important;
		border: 1px solid transparent;
		background: transparent;
		box-shadow: none;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		color: white !important;
		border: 1px solid #111;
		background-color: #585858;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
		background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
		background: -moz-linear-gradient(top, #585858 0%, #111 100%);
		background: -ms-linear-gradient(top, #585858 0%, #111 100%);
		background: -o-linear-gradient(top, #585858 0%, #111 100%);
		background: linear-gradient(to bottom, #585858 0%, #111 100%);
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button:active {
		outline: none;
		background-color: #2b2b2b;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
		background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
		background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
		background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
		background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
		background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
		box-shadow: inset 0 0 3px #111;
	}

	.dataTables_wrapper .dataTables_paginate .ellipsis {
		padding: 0 1em;
	}

	.dataTables_wrapper .dataTables_filter,
	.dataTables_wrapper .dataTables_paginate {
		color: #333;
	}

	.dataTables_wrapper:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}

	@media screen and (max-width: 767px) {
		.dataTables_wrapper .dataTables_paginate {
			float: none;
			text-align: center;
		}

		.dataTables_wrapper .dataTables_paginate {
			margin-top: 0.5em;
		}
	}

	@media screen and (max-width: 640px) {
		.dataTables_wrapper .dataTables_filter {
			float: none;
			text-align: center;
		}

		.dataTables_wrapper .dataTables_filter {
			margin-top: 0.5em;
		}
	}
}

.inner-body {
	max-width: 1200px;
}

.icon-question-sign {
	cursor: pointer;
}

.displayNone {
	display: none;
}

#profileModal .modal-footer {
	text-align: center;
	font-size: 0;
}

#profileModal .modal-footer .btn {
	margin: 2px;
	float: none;
	display: inline-block;
}

.weeksData {
	background-color: #49830c;
	color: white;
	padding: 2px 3px;
	border-radius: 4px;
}

.adRankings {
	background: #55794b;
	color: white;
	padding: 0px;
	margin-bottom: 0px !important;
}

.gprheading {
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
	display: flex !important;
	width: 100%;
	align-items: center;
	box-sizing: border-box;
}

.gprheading>span.span3 {
	width: 33.33%;
	margin: 0 !important;
	align-items: center;
	display: flex;
	padding: 5px 5px;
	box-sizing: border-box;
	justify-content: center;
	line-height: 1.2;
}

.gprheading>span.span6 {
	width: 33.33%;
	margin: 0 !important;
	align-items: center;
	display: flex;
	padding: 5px 5px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	line-height: 1.2;
	color: #FFF;
	font-size: 12px;
	justify-content: center;
}

.extrafilter {
	display: flex;
	justify-content: center;
}

.extrafilter>.row-fluid {
	width: auto;
	margin: 10px;
}

.race2DIV span,
.wpceugprDIV span {
	cursor: pointer;
}

.race-to-carmelina,
.wpc-eu-gpr {
	display: flex;
	padding: 0px;
	align-items: center;
	justify-content: center;
	border: 2px solid rgb(184 182 204);
	background-color: #FFF;
	border-radius: 10px;
	margin-left: auto;
	width: 282px;
	margin-right: auto;
}

.race-to-carmelina .raceToCarm,
.wpc-eu-gpr .wpceugpr {
	display: none;
}

.race-to-carmelina .raceToCarm-label,
.wpc-eu-gpr .wpceugpr-label {
	display: block;
	margin: 0;
	position: relative;
	padding: 10px 10px 10px 10px;
	display: flex;
}

.race-to-carmelina .raceToCarm:checked+.raceToCarm-label .race-checkicon,
.wpc-eu-gpr .wpceugpr:checked+.wpceugpr-label .race-checkicon {
	background-color: #49830c;
}

.race-to-carmelina .raceToCarm:checked+.raceToCarm-label .race-checkicon:before,
.wpc-eu-gpr .wpceugpr:checked+.wpceugpr-label .race-checkicon:before {
	margin-left: auto;
}

.race-to-carmelina .raceToCarm-label .race-checkicon,
.wpc-eu-gpr .wpceugpr-label .race-checkicon {
	display: flex;
	align-items: center;
	content: "";
	width: 40px;
	height: 10px;
	background-color: #dddddd;
	padding: 5px;
	border-radius: 30px;
	margin-right: 10px;
	pointer-events: none;
}

.race-to-carmelina .raceToCarm-label .race-checkicon:before,
.wpc-eu-gpr .wpceugpr-label .race-checkicon:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background-color: #FFFFFF;
	border-radius: 1000%;
}

.race-to-carmelina i.icon-question-sign,
.wpc-eu-gpr i.icon-question-sign {
	display: flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #000;
}

.race-to-carmelina i.icon-question-sign:hover,
.wpc-eu-gpr i.icon-question-sign:hover {
	color: #da1418;
}

@media screen and (max-width:767px) {

	.gprheading>span.span3,
	.gprheading>span.span6 {
		font-size: 12px;
	}

	.searchcol785_8 {
		width: 100% !important;
	}

	.searchcol785_8>.alert.alert-success {
		margin: 0px !important;
	}

	.searchcol785_9 {
		padding: 0px !important;
	}

	.searchcol785_9>.searchGPR.green-btn {
		width: 100% !important;
	}
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.sorting_desc {
	background: url(../images/icons/sort_desc.png) no-repeat center right;
}

.sorting {
	background: url(../images/icons/sort_both.png) no-repeat center right;
}

tr.odd {
	background-color: #E2E4FF;
}

tr.even {
	background-color: white;
}

tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}