/*
DELASPORT BACK OFFICE
CUSTOM CSS
from 15 Jul 2014
SVN after v. 126 back_office_ui
*/

/*################################## DISPLAY #####################################*/

*:hover,
*:focus {
	outline: none;
}

.help-block {
	display: inline;
}

.inline {
	display: inline-block !important;
}

. {
	display: block;
}

.hide-me {
	display: none;
}

.has-switch input[type="radio"], .has-switch input[type="checkbox"] {
	display: none!important;
}

/*################################## LINE HEIGHT #####################################*/

.text-9 {
	line-height: 9px !important;
}

.text-12 {
	line-height: 12px !important;
}

.text-16 {
	line-height: 16px !important;
}

.text-17 {
	line-height: 17px !important;
}

.text-24 {
	line-height: 24px !important;
}

.text-26 {
	line-height: 26px !important;
}

.text-28 {
	line-height: 28px !important;
}

.text-34 {
	line-height: 34px !important;
}

.text-36 {
	line-height: 36px !important;
}

.text-38 {
	line-height: 38px !important;
}

.line-height-12 {
	line-height: 12px !important;
}

.line-height-16{
	line-height: 16px !important;
}

.line-height-20 {
	line-height: 20px !important;
}

/*################################## FONT sizes #####################################*/

.text-xsmall {
	font-size: 10px !important;
}
.text-small {
	font-size: 11px !important;
}
.text-med {
	font-size: 12px !important;
}
.text-large {
	font-size: 16px !important;
}
.text-xlarge {
	font-size: 20px !important;
}

/*################################## FONT weights #####################################*/

.bold-text {
	font-weight:bold !important;
}

/*################################## FONT SIZE #####################################*/

.font-size-8{
	font-size: 8px;
}

.font-size-10{
	font-size: 10px;
}

.font-size-11{
	font-size: 11px;
}

.font-size-12{
	font-size: 12px;
}

.f-size-12 {
	font-size: 12px !important;
}

.font-size-14{
	font-size: 14px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-18{
	font-size: 18px;
}

.f-size-18 {
	font-size: 18px !important;
}

.font-size-20{
	font-size: 20px;
}

.font-size-28{
	font-size: 28px;
}

/*################################## TEXT TRANSFORM #####################################*/

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform:lowercase;
}

.capitalize {
	text-transform:capitalize;
}

/*################################## SIDEBAR #####################################*/

.page-sidebar-menu li a i {
	vertical-align: top;
	margin-top: 3px;
}

.page-sidebar-menu li a i,
.page-sidebar-menu li a span.title {
	display: inline-block;
}

.table-toolbar {
	overflow: hidden;
}

.page-sidebar-menu li a span.title{
	width: 158px;
}

/*################################## COLORS #####################################*/

.white-text {
	color: white !important;
}

.tracker-red {
	background-color: #d7241f;
}

.tracker-red-text {
	color: #d7241f;
}

.tracker-green {
	background-color: #2ea852;
}

.tracker-green-text {
	color: #2ea852;
}

.tracker-grey {
	background-color: #565656;
}

.tracker-grey-text {
	text: #565656;
}

.tracker-purple {
	background-color: #853194;
}

.tracker-purple-text {
	color:  #853194;
}

.color-blue {
	color: #1790bd;
}

.score-blue {
	color: #508da9
}

.score-green {
	color: #007721;
}

.score-red {
	color: #ae373a;
}

.score-brown {
	color:  #803300;
}

.score-pure-red {
	color:  #FF0000;
}

.score-orange {
	color:  #FF6600;
}

.score-bg-grey {
	background-color: #f9f9f9;
}

.bgr-blue-table {
	background-color: #bac7e1 !important;
}

.bgr-blue-table td{
	background-color: #bac7e1 !important;
}



.bgr-light-blue-table {
	background-color: #d2def5 !important;
}


.bgr-light-grey {
	background-color: #fafafa;
}
.bgr-blue {
	background: #8DDBE6;
}

.bgr-red {
	background: #ebb5bf!important;
}

.text-green {
	color: #35AA47;
}

.text-blue {
	color: #428BCA;
}

.text-red {
	color: #d84a38;
}

.text-purple {
	color: #AF5CC1;
}

.text-white {
	color: #fff;
}

.bgr-light-blue {
	background-color: #F9F9F9;
}

.bgr-orange {
	background-color: #ffb03f;
}

.bgr-grey {
	background-color: #9ea0a1;
}

.bgr-white {
	background-color: #f5f5f5;
}

.lighter-blue-theme {
	background: #aee0e7;
}

.bgr-green {
	background-color: #35AA47;
}

.bgr-lighter-grey {
	background-color: #F5F5F5;
}

.bgr-lighter-green {
	background-color: rgba(0, 155, 177, 0.11) !important;
}

.bgr-lighter-red {
	background-color: rgba(235, 199, 206, 0.54) !important;
}

tr.bgr-light-green td {
	 background-color: #dcf5dd !important;
}

.bgr-light-red {
	 background-color: #ebc7ce !important;
}
/*################################## MARGIN #####################################*/

.no-margin {
	margin: 0px !important;
}

.margin-5 {
	margin: 5px !important;
}

.margin-10 {
	margin: 10px !important;
}

/*################################## MARGIN TOP #####################################*/

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-top-1 {
	margin-top: 1px !important;
}

.margin-top-2 {
	margin-top: 2px !important;
}

.margin-top-3 {
	margin-top: 3px !important;
}

.margin-top-4 {
	margin-top: 4px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-6 {
	margin-top: 6px !important;
}

.margin-top-7 {
	margin-top: 7px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-9 {
	margin-top: 9px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-11 {
	margin-top: 11px !important;
}

.margin-top-12 {
	margin-top: 12px !important;
}

.margin-top-13 {
	margin-top: 13px !important;
}

.margin-top-14 {
	margin-top: 14px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-21 {
	margin-top: 21px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-36 {
	margin-top: 36px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-n-5 {
	margin-top: -5px !important;
}

/*################################## MARGIN LEFT #####################################*/

.margin-left-0 {
	margin-left: 0px !important;
}

.margin-left-1 {
	margin-left: 1px !important;
}

.margin-left-2 {
	margin-left: 2px !important;
}

.margin-left-3 {
	margin-left: 3px !important;
}

.margin-left-4 {
	margin-left: 4px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}

.margin-left-6 {
	margin-left: 6px !important;
}

.margin-left-7 {
	margin-left: 7px !important;
}

.margin-left-8 {
	margin-left: 8px !important;
}

.margin-left-9 {
	margin-left: 9px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-11 {
	margin-left: 11px !important;
}

.margin-left-12 {
	margin-left: 12px !important;
}

.margin-left-13 {
	margin-left: 13px !important;
}

.margin-left-14 {
	margin-left: 14px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-21 {
	margin-left: 21px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-27 {
	margin-left: 27px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-36 {
	margin-left: 36px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-left-44 {
	margin-left: 44px;
}

.margin-left-50 {
	margin-left: 50px;
}

.margin-left-n-2 {
	margin-left: -2px !important;
}

.margin-left-n-5 {
	margin-left: -5px !important;
}

.margin-left-n-8 {
	margin-left: -8px !important;
}

.margin-left-n-10 {
	margin-left: -10px !important;
}

.margin-left-p-6-68 {
	margin-left: 6.68%;
}

/*################################## MARGIN RIGHT #####################################*/
.margin-right-13 {
	margin-right: 13px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-23 {
	margin-right: 23px !important;
}

.margin-right-34 {
	margin-right: 34px !important;
}

.margin-right-42 {
	margin-right: 42px !important;
}

.margin-right-n-5 {
	margin-right: -5px !important;
}

.margin-right-n-10 {
	margin-right: -10px !important;
}

/*################################## MARGIN BOTTOM #####################################*/

.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}

/*################################## MARGIN LR #####################################*/

.margin-lr-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.margin-lr-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.margin-lr-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.margin-lr-12 {
	margin-left: 12px !important;
	margin-right: 12px !important;
}

.margin-lr-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.margin-lr-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.margin-lr-n-10{
	margin-left: -10px !important;
	margin-right: -10px !important;
}

/*################################## MARGIN TB #####################################*/

.margin-tb-2 {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.margin-tb-7 {
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

/*################################## PADDING #####################################*/

.no-padding {
	padding: 0px !important;
}

.padding-1 {
	padding: 1px !important;
}

.padding-3 {
	padding: 3px !important;
}

.padding-5 {
	padding: 5px !important;
}

.padding-8 {
	padding: 8px !important;
}

.padding-10 {
	padding: 10px !important;
}

/*################################## PADDING TOP #####################################*/

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-2 {
	padding-top: 2px !important;
}

.padding-top-4 {
	padding-top: 4px !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-25 {
	padding-top: 10px !important;

}

/*################################## PADDING TB #####################################*/

.padding-tb-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.padding-tb-1 {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.padding-tb-2 {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.padding-tb-3 {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.padding-tb-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.padding-tb-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.padding-tb-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.padding-tb-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/*################################## PADDING BOTTOM #####################################*/

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-5 {
	padding-bottom:  5px!important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

/*################################## PADDING LEFT #####################################*/

.padding-left-0 {
	padding-left: 0px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-13 {
	padding-left: 13px !important;
}
.padding-left-15 {
	padding-left: 15px;
}

/*################################## PADDING LR #####################################*/

.padding-lr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padding-lr-1 {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.padding-lr-2 {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.padding-lr-3 {
	padding-left:   3px !important;
	padding-right:  3px !important;
}

.padding-lr-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.padding-lr-7 {
	padding-left: 7px !important;
	padding-right: 7px !important;
}
.padding-lr-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.padding-lr-15 {
	padding-left: 43px !important;
	padding-right: 42px !important;
}

/*################################## PADDING RIGHT #####################################*/

.padding-right-0 {
	padding-right: 0px !important;
}

.padding-right-2 {
	padding-right: 2px !important;
}

.padding-right-3 {
	padding-right: 3px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}

/*################################## WIDTH #####################################*/

.w-100 {
	width: 100% !important;
}

.width-20  {
	width: 20px !important;
}

.width-25 {
	width: 20px!important;
}

.width-28  {
	width: 28px !important;
}

.width-40  {
	width: 40px !important;
}

.width-48  {
	width: 48px !important;
}

.width-50  {
	width: 50px !important;
}



.width-60 {
	width: 60px !important;
}

.width-80 {
	width: 80px !important;
}

.width-150 {
	width: 150px !important;
}

.width-218 {
	width: 218px !important;
}

.width-267 {
	width: 267px !important;
}

.width-480 {
	width: 480px !important;
}

.min-width-46{
	min-width: 46px;
}

.min-width-64{
	min-width: 64px;
}

.min-width-102{
	min-width: 102px;
}
.min-width-120{
	min-width: 120px;
}

.min-width-157{
	min-width: 157px !important;
}

.min-width-191{
	min-width: 191px;
}

.max-width-32 {
	max-width: 32px;
}

/*################################## HEIGHT #####################################*/

.h-100 {
	height: 100% !important;
}

.height-13 {
	height: 13px !important;
}

.height-15 {
	height: 15px !important;
}
.height-28 {
	height: 28px !important;
}

.height-30{
	height: 30px !important;
}

.height-32 {
	height: 32px;
}
.height-33 {
	height: 33px;
}

.height-34 {
	height: 34px;
}

.height-46 {
	height: 46px !important;
}

.height-66{
	height: 66px;
}

.height-68{
	height: 68px;
}

.height-70{
	height: 70px;
}

.height-72 {
	height: 72px !important;
}

/*################################## INPUT-LIKE TEXT #####################################*/

.input-like-text {
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
}

/*################################## POINTER STYLES #####################################*/

.cursor-pointer {
	cursor: pointer;
}
.cursor-help {
	cursor: help;
}

.pointer-events-all {
	pointer-events: all !important;
}

/*################################## SWITCH HOLDER #####################################*/

/*.switch-holder label {
	margin-bottom: 0;
	margin-top: 5px;
}*/
.has-switch.switch-small,
.has-switch.switch-mini {
    /*height: 15px;
    min-width: 45px;*/
     height: 16px;
    min-width: 54px;
}
.has-switch span.switch-small, .has-switch label.switch-small {
    font-size: 10px;
    /*line-height: 13px;*/
    line-height: 14px;
}
.has-switch span.switch-mini{
	line-height: 7px;
}
/*################################## BORDERS #####################################*/

.no-border {
	border: none !important;
}

.border-all {
	border: 1px solid #BBBBBB;
}

.border-top {
	border-top: 1px solid #BBBBBB;
}

.border-right {
	border-right: 1px solid #BBBBBB;
}

.border-bottom {
	border-bottom: 1px solid #BBBBBB;
}

.border-left {
	border-left: 1px solid #BBBBBB;
}

.no-border-bottom {
	border-bottom: none;
}

.border-color-6d {
	border-color: #DDDDDD !important;
}

.border-grey {
	border: 1px solid #e0dfdf;
}

.inv-border {
	border-color: transparent !important;
}

.inv-border-top {
	border-top-color: transparent !important;
}

.inv-border-bottom {
	border-bottom-color: transparent !important;
}

.inv-border-left {
	border-left-color: transparent !important;
}

.inv-border-right {
	border-right-color: transparent !important;
}

.border-0rbl {
	border: 1px solid #BBBBBB;
	border-top: none;
}

.border-t0bl {
	border: 1px solid #BBBBBB;
	border-right: none;
}

.border-tr0l {
	border: 1px solid #BBBBBB;
	border-bottom: none;
}

.border-trb0 {
	border: 1px solid #BBBBBB;
	border-left:none;
}

.border-00bl {
	border: 1px solid #BBBBBB;
	border-top:none;
	border-right:none;
}

.border-0rb0 {
	border: 1px solid #BBBBBB;
	border-top:none;
	border-left:none;
}

.red-border,
.select2-container-active .red-border {
	border-color: #D12610 !important;
}

.green-border,
.select2-container-active .green-border {
	border-color: #0D9216 !important;
}
.blue-border {
	border-left: 2px solid;
}
input.inv-border {
	background-color: transparent !important;
}

.inv-border
{
	border-color: transparent;
}

/*################################## LIST ACTION #####################################*/

.list-action {
	display:table-cell;
	padding:2px;
}

.list-actions-footer {
	float:left;
	margin:5px;
}

.list-actions-footer span {
	margin-top:10px;
}

/*################################## LIMIT LIST TABLE #####################################*/

table.editable tr.active-row td {
	background-color: #f3ecc7 !important;
}

table.limits-list tr.open-row td,
table.limits-list tr.open-row td input {
	background-color: #e1fdea !important;
}

.p-match {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	cursor:help;
}

.p-match:after {
	content:"\f0c1";
	display: block;
	color: #aaaaaa;
	top: 2px;
	right: 1px;
	position: absolute;
	font-family: FontAwesome;
	line-height: 16px;
	font-size:16px;
}

label.required:after {
	content: " *";
	color: red;
}

label.tall {
	line-height:20px;
	margin:0;
}
label.tall.security {
	padding: 0 5px;

}

/*################################## RAW RESULTS TABLE #####################################*/

#raw-results-modal textarea {
	min-height: 120px;
}

table.raw-results-table tr td {
	line-height: 26px;
}

/*################################## JAF CHECKBOX #####################################*/

.jaf_checkbox {
	display: inline-block;
	padding: 0 3px;
}

.jaf_fake-checkbox {
	cursor: pointer;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 2px;
	background-image:url("../plugins/uniform/images/sprite.png");
	background-repeat: no-repeat;
	background-position: 0 -260px;
}

.jaf_checkbox label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 2px;
}

.jaf_checked span {
	width: 100%;
	height: 100%;
	display: block;
	background-image:url("../plugins/uniform/images/sprite.png");
	background-repeat: no-repeat;
	background-position: -76px -260px;
}

/*################################## SOURCE LINES MANAGEMENT #####################################*/

.game-portlet .caption label {
	font-size:20px;
}

.game-portlet .portlet-body {
	padding: 0px !important;
}

.game-score .row {
	margin: 0 !important;
}

.game-score p {
	line-height:36px;
	margin-bottom: 0 !important;
	font-size: 16px;
}

.game-score .source-box p {
	line-height: 23px;
}

.game-portlet .game-tabs .tab-content {
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.stats-block {
	padding-bottom: 20px;
}

.source-box .stats-block:last-child {
	padding-bottom: 0px;
}

.source-box .stats-block:last-child .inner-well:last-child {
	border-bottom: none;
}

.stats-block p {
	font-size: 14px;
}

.courner {
	background-image:url("../img/icons/courner.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 19px;
	margin-top: 8px;
}

.red-card {
	background-image:url("../img/icons/red_card.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 19px;
	margin-top: 8px;
}

/*################################## CUSTOM TABLE #####################################*/

tr.no-padding td {
	padding: 0 8px !important;
}

tr.small-row td,
tr.small-row th {
	line-height: 28px !important;
}

tr.eq-50 td {
	width:50%;
}

tr.inner-row td {
	line-height: 22px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

tr.inner-row td:first-child {
	text-indent:15px;
}

/*################################## DROPDOWN EXTEN #####################################*/

.right-group .dropdown-menu {
	width: 160px;
	left: -80px;
}

.thin-table tr{
	line-height:24px;
}

.dropdown-menu li > a, .dropdown-menu li > button {
	/*	background-color: #ffffff;*/
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 18px;
	padding: 6px 0 6px 13px;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.dropdown-menu li > button {
	background-color: #ffffff;
}

.dropdown-menu li > button:hover {
	background-color: #eeeeee;

}

/*################################## MESSAGE BUTTON #####################################*/

.message-btn {
	position: relative;
	width:38px;
	overflow: hidden;
	line-height: 16px;
}

.message-btn:before {
	content: "";
	display:none;
	position: absolute;
	top: 5px;
	left: 40px;
	border-top: 	6px solid transparent;
	border-bottom: 	6px solid transparent;
	border-right:	6px solid rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.message-btn:after {
	content: attr(data-message);
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 46px;
	width: 140px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	white-space: normal;
	text-align:left;
	padding: 5px 10px;
	z-index: 150;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.message-btn:hover:after,
.message-btn:hover:before{
	opacity: 1;
}

.message-btn-full {
	width:100%;
}

.message-btn-full:before {
	left: 100%;
}

.message-btn-full:after {
	left: 100%;
	margin-left: 6px;
}

.message-btn:hover {
	overflow: visible;
}

.message-btn-left:before {
	left: -5px;
	border-left: 6px solid rgba(0, 0, 0, 0.8);
	border-right: none;
}

.message-btn-left:after {
	left: -150px;
}

.message-btn-left-sm:after {
	left:-105px;
	width: 100px;
}

.message-btn:hover:after,
.message-btn:hover:before {
	opacity: 1;
}

.message-btn:hover {
	overflow: visible;
}

/*################################## OVERFLOWN #####################################*/

.overflow-visible{
	overflow: visible !important;
}

.overflow-auto{
	overflow: auto;
}

.overflow-hidden{
	overflow: hidden;
}

.all-visible{
	overflow: visible !important;
}

/*################################## DateTimePicker #####################################*/

.dateTimePicker button.date-set {
	width: 40px;
}

/*################################## INPUTS WITH ARROWS #####################################*/

input.green-arrow-input {
	color: #35AA47;
	background-image:url("../img/icons/green_arrow.gif");
	background-repeat: no-repeat;
	background-position: 90% 25%;
}

input.red-arrow-input {
	color: #E02222;
	background-image:url("../img/icons/red_arrow.gif");
	background-repeat: no-repeat;
	background-position: 90% 75%;;
}

.fa-flash-custom {
	background-image:url("../img/icons/flash.png");
	width:  12px;
	height: 12px;
}

.fa-globe-custom {
	background-image:url("../img/icons/globe.png");
	width:  12px;
	height: 12px;
}

.fa-mobile-custom {
	background-image:url("../img/icons/mobile.png");
	width:  12px;
	height: 12px;
}

/*################################## ALIGN #####################################*/

.align-right {
	text-align: right;
}
.align-left {
	text-align: left!important;
}
.align-center {
	text-align: center;
}

/*################################## FLOAT #####################################*/

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.pagination {
	float: right;
}

.position-right {
	float: right !important;
}

/*################################## CENTER #####################################*/

.center-it {
	float:none;
	margin:0 auto;
}

/*################################## COLORPICKER #####################################*/

.input-append, .input-prepend {
	font-size: 0;
	white-space: nowrap;
}

input.span2 {
	background-color: #f9f9f9;
	width: 126px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	height: 26px;
	line-height: 20px;
	padding: 4px 6px;
	color: #555555;
	font-size: 14px;
	margin-bottom: 0;
	position: relative;
	vertical-align: top;
	display: inline-block;
	float: none;
	margin-left: 0;
}

.input-append .add-on, .input-prepend .add-on {
	vertical-align: top;
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 26px;
	line-height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: auto;
	margin-left: -1px;
	color: #333333;
}

.input-append.color .add-on i, .input-prepend.color .add-on i {
	cursor: pointer;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
}

.input-group  {

}

.input-group-addon {

	color: #555555;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	border:none;
	padding: 0;
	background-color:transparent;
	vertical-align: bottom;
}

.input-group-addon i {
	cursor: pointer;
	display: block;
	height: 34px;
	width: 34px;
	border: 6px solid #E5E5E5;
}

.colorpicker {
	min-width: 132px !important;
}

.colorpicker.colorpicker-visible {
	display: block;
}

/*################################## FILTER FORM #####################################*/

#filter_form table {
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate;
}

#filter_form td {
	vertical-align: bottom;
}

#filter_form .buttons {
	vertical-align: bottom;
}

#filter_form .buttons .form-control {
	width: auto;
}

#filter_form legend,
#filter_form .form-group,
#filter_form label {
	margin-bottom: auto;
}

#filter_form label {
	font-size: 13px;;
}

.portlet.box.white > .portlet-title > .caption > i {
	color: #fff;
}

#filter_form .buttons {
	vertical-align: middle;
}

#filter_form .buttons .form-control {
	width: auto;
}

.portlet.box.white > .portlet-title > .caption > i {
	color: #fff;
}

.table-toolbar {
	overflow: hidden;
}

.tooltip .tooltip-inner {
	max-width: 500px !important;
	text-align: left !important;
}

a.breadcrumb-button{
	color: white !important;
}

.sortable_handler {
	cursor: move;
}

.ui-sortable-helper td {
	border: 1px solid #AAAAAA !important;
}
/*####################### Form-control ############################# */
.form-control {
	height: 20px;
	line-height: 20px;
}
label.form-control {
	background: transparent;
	border: 0px;
}

/*################################## DATA TABLES #####################################*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
}
#win_lose_table.table thead tr th,
#win_lose_table.table tbody tr td {
	line-height: 15px;
}

.table-light tbody tr td {
	line-height: 24px;
}

.table-light-24 thead tr th,
.table-light-24 tbody tr td {
	line-height:	24px;
}

.table-light-22 thead tr th,
.table-light-22 tbody tr td {
	line-height: 22px;
	padding-top:	1px !important;
	padding-bottom: 2px !important;
}

.table-striped > tbody > tr.active > td {
	background-color: #f3ecc7!important;
}

.table tbody tr td
.table tbody tr td > div {
	font-size: 12px;
	line-height : 28px;
}

.form-group.content {
	float: left;
	width: 100%;
}
.form-group .col-md-2 .btn, .form-group .col-md-1 .btn , .form-group .col-md-4 .btn {
	margin-top: 25px;
}

h3.page-title > span {
	font-size: 16px;
	color: #888888;
}
.has-green {
	border-color: #0d9216!important;
	color: #0d9216!important;
}
.has-red {
	border-color: #d12610!important;
	color: #d12610!important;
}
.edit-records,
.new-records {
	font-size: 12px;
}
.edit-records {
	color: #d12610;
}
.new-records {
	color: #0d9216;
}

.column-dropdown:before {
	content: url(../img/arrow-drop-edit-dropdown.png);
    position: relative;
    top: -13px;
    left: 42%;
}

.column-dropdown {
	display: none;
	width: 151px;
	background: #fff;
	color: #000;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 0;
}

.column-dropdown ul {
	padding: 0 4px 4px 4px;
	margin-bottom: 0;
}

.column-dropdown li {
	list-style: none;
	padding: 8px;
}

.column-dropdown li:first-child {
	padding-top: 0;
}

.column-dropdown li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

.column-dropdown li a {
	color: #000;
	display: block;
}

.column-dropdown li:hover {
	color: #009bb1;
}

.column-dropdown li a:hover,
.column-dropdown li a:focus {
	text-decoration: none;
	color: #009bb1;
}

#agents_list td.edit,
#agents_list td.security {
	text-align: center;
}

#agents_list tbody .btn {
	padding: 0;
	width: auto;
	background: transparent;
}

#agents_list tbody .btn:hover,
#agents_list tbody .btn:focus {
	background: transparent !important;
}

/*################################## ROW > DIV #####################################*/

.row > div {
	position: relative;
}

.row > div .number {
	position: absolute;
	background-color: #e02222;
	left: 12px;
	top: 20px;
	z-index:9;
	font-size: 12px;
	line-height: 17px;
	padding: 0 5px;
	text-align: center;
	-webkit-border-radius: 9px!important;
	-moz-border-radius: 9px!important;
	border-radius: 9px!important;
	color: #ffffff;
}

/*################################## POP UPs #####################################*/

.popup-bgr {
	background-color: black;
	bottom: 0;
	display: none;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.more-info {
	background-color: #ffffff;
	display: none;
	left: 50%;
	top: 20%;
	position: fixed;
	margin-left: -250px;
	width: 500px;
	z-index: 9990;
	-webkit-box-shadow: 0 0 3px 1px #646464;
	-moz-box-shadow: 0 0 3px 1px #646464;
	box-shadow: 0 0 3px 1px #646464;
}

.more-info .header_popup {
	border-bottom: 1px solid #efefef;
	height: 55px;
}
.more-info .header_popup h4 {
	float: left;
	line-height: 55px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
}
.more-info .header_popup a {
	color: #cccccc;
	float: right;
	padding: 5px 5px 0 0;
}
.more-info .content_popup {
	padding: 10px 0;
}
.more-info .content_popup .row {
	margin: 15px 0 0 0;
}
.more-info .content_popup .row .col-md-2 label {
	line-height: 28px;
}
.table.border {
	border: 1px solid #DDDDDD;
}

div#acl_accordion.panel-group div.panel div.row
{
	margin: 0px 0px 0px 0px;
}

#acl_carrousel.row, form#acl_management div.row div.col-md-12
{
	margin: 10px 0px 0px 0px;
}

span.input-group-btn button.input-filter-button
{
	margin-top: 19px !important;
}

#challenger_forecast_popup_table1 > tbody > tr:last-child {
	border-bottom: 2px solid #009bb1;
}

#forecast .modal-body {
	padding-top: 0;
}

#s2id_forecast_popup_dropdown {
	margin-bottom: 20px;
}

#forecast_popup_refresh_btn {
	background: transparent;
	padding: 0;
	position: relative;
	top: 21px;
}


#forecast .btn > i {
	font-size: 18px;
}

#forecast_popup > tbody > tr > td:nth-child(2) {
	text-align: center;
	width: 70px;
}

#betting_settings_popup {
	padding: 0;
	margin: 0;
}
 .portlet.box > .portlet-body #betting_settings_popup tbody tr td:not(:nth-child(8)),
 #general_betting_settings tbody tr:nth-child(2) td:not(:nth-child(3)),
  #general_betting_settings tbody tr:nth-child(3) td:not(:nth-child(6)) {
	border: transparent;
}

#betting_settings_popup .bgr-blue-table,
#general_betting_settings_popup  .bgr-blue-table {
	background: #8ddbe6 !important;
}

#betting_settings_popup .bgr-lighter-blue {
	background: #aee0e7 !important;
	color: #000;
	border-right: 0;
}

#betting_settings_popup .bgr-blue-table,
#betting_settings_popup .bgr-lighter-blue,
#betting_settings_popup .bgr-red,
#betting_settings_popup .bgr-light-red,
#general_betting_settings .bgr-lighter-blue,
#general_betting_settings .bgr-blue-table,
#general_betting_settings .bgr-red,
#general_betting_settings .bgr-light-red {
	text-align: center;
}

#betting_settings_popup .bgr-lighter-blue:nth-of-type(4) {
	border-right: 2px solid #009bb1;
}


#betting_settings_popup.table,
#general_betting_settings.table {
	margin-bottom: 0px!important;
}
	

#betting_settings_popup .btn-copy {
	padding: 0;
	background: transparent;
}

#betting_settings_popup .btn > i {
	font-size: 14px;
}

#betting_settings_popup input.form-control {
	width: 70px;
}

#betting_settings .portlet {
	margin-bottom: 9px;
}

.required-fields-legend {
	color: #009bb1;
	padding-left: 9px;
}

#commissions_settings .table-scrollable,
#casino_settings .table-scrollable {
	overflow: visible;
}

#commissions_settings_popup td,
#casino_settings_popup_table td {
	border-right: 0;
	padding: 17px 8px;
	max-width: 125px;
}

#commissions_settings_popup .control-label,
#casino_settings_popup_table .control-label {
	min-width: 64px;
}

#commissions_settings_popup .form-control,
#casino_settings_popup_table .form-control {
	width: 100px;
}

#casino_settings .portlet {
	margin-bottom: 9px;
}

#commissions_settings .select2-drop-active:before,
#casino_settings .select2-drop-active:before {
	left: 41%;
}

#casino_settings_popup_table tr td:last-child > span {
	display: block;
	float: left;
}

#casino_settings_popup_table tr td:last-child > div.clearfix > div.clearfix {
	float: left;
}

#casino_settings_popup_table tr td:first-child .form-control {
	margin-left: 10px;
}

#casino_settings_popup_table .has-switch.switch-small {
	margin-top: 0 !important;
}

#transfer_days .portlet-body .row {
	margin: 0;
}

#transfer_days .portlet-body form {
	margin: 10px;
}

#transfer_days form .row:nth-child(2) label:first-of-type {
	margin-right: 30px;
}

#transfer_days form .row:nth-child(2) label {
	margin-right: 10px;
}

#position_taken_popup {
	padding: 0;
	margin: 0;
}

#position_taken_popup .bgr-blue-table,
#effective_position .bgr-blue-table,
#general_position_taken_popup .bgr-blue-table {
	background: #8ddbe6 !important;
}
#effective_position_popup .bgr-red,
#general_position_taken_popup .bgr-red ,
#betting_settings_popup .bgr-red {
	background: #ebb5bf!important;
}
#position_taken_popup .bgr-lighter-blue,
#effective_position .bgr-lighter-blue,
#general_position_taken_popup .bgr-lighter-blue {
	background: #aee0e7 !important;
	color: #000;
	border-right: 0;
}

#position_taken_popup .bgr-blue-table,
#position_taken_popup .bgr-lighter-blue,
#position_taken_popup .bgr-red,
#position_taken_popup .bgr-light-red,
#general_position_taken_popup .bgr-blue-table,		
#general_position_taken_popup .bgr-lighter-blue,		
#general_position_taken_popup .bgr-red,		
#general_position_taken_popup .bgr-light-red,
#effective_position .bgr-blue-table,
#effective_position .bgr-lighter-blue,
#effective_position .bgr-red,
#effective_position .bgr-light-red {
	text-align: center;
}


#position_taken_popup tr:not(:first-child):not(:nth-child(2)):not(.position-taken-sport-header) td,
/*.portlet.box > .portlet-body #effective_position_popup tbody tr td:not(:nth-child(5)),*/
#general_position_taken_popup tr:not(:nth-child(1)) td:not(:nth-child(6)){
	border-right: 0;
}

#effective_position_popup tbody tr td{
	border-bottom: 1px solid;
}

#position_taken_popup .btn-copy {
	padding: 0;
	background: transparent;
}

#position_taken_popup .btn > i {
	font-size: 14px;
}

#position_taken_popup input.form-control {
	width: 70px;
}

#position_taken .portlet {
	margin-bottom: 9px;
}

span.popup-username {
	color: #38424b;
}

/*################################## SELECT2 AND MULTY SELECT #####################################*/

.select2-container-multi {
	min-height: 20px;
}
.select2-search input,
.select2-results li {
	padding: 0px!important;
	min-height: 20px;
}

.select2-container-multi span.select2-counter {
	position: absolute;
	background-color: #e02222;
	left: -7px;
	top: -7px;
	z-index:9999;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	-webkit-border-radius: 9px!important;
	-moz-border-radius: 9px!important;
	border-radius: 9px!important;
	color: #ffffff;
	display:inline-block;
	max-height:18px;
	padding: 0 5px;
}

ul.select2-choices {
	max-height: 20px;
	width: 100%;
	top: 0;
}

.select2-dropdown-open ul.select2-choices{
	max-height: none;
	position: absolute;
	top: 0;
	z-index:9991;
}
.select2-search-choice {
	max-width: 85%;
	overflow: hidden;
}

.select2-search-choice > div {
	white-space:nowrap;
	width: 100%;
}

.select2-dropdown-open .select2-search-choice > div {
	white-space: normal;
}

/*################################## SELECT 2 WIDGETS #####################################*/

.select2-widgets {
	list-style-type:none;
	padding-left: 0;
	margin: 0 5px 3px 5px;
}

.select2-widgets li {

}

.select2-widgets li a {
	width: 100%;
	padding: 3px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #428BCA;
}

.select2-widgets li a:hover {
	color: #fff;
	background-color: #0362FD;
}

/*################################## SELECT 2 CUSTOM FORMATING #####################################*/

span.sub-text,
span.sub-text-3-rows {
	display:inline-block;
	width: 49%;
	font-size: 10px;
	color: #5a5a5a;
}

span.sub-text-3-rows {
	width: 32%;
}

/*################################## CUSTOM rangeDateTimeTicker #####################################*/
.customDateTimeRange {
	height: 20px;
}
.customDateTimeRange span {
	line-height: 14px;
}
.customDateTimeRange {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	/*margin-top: 5px;*/
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
	word-spacing: 0px;
	font-size: 11px;
	cursor: pointer;
}

.customDateTimeRange:hover {
	background-color: #D8D8D8;
	border-color: #D8D8D8;
}

.customDateTimeRange span.date {
	display: inline-block;
	width: 45%;
	margin: 0;
	border: none;
	text-align: center;
}

.customDateTimeRange span.divider{
	background-color: #E5E5E5;
	padding: 2px 0px;
	width: 10%;
	height: 100%;
	display: inline-block;
	margin: 0;
	border: none;
	text-align: center;
}

.dateTimePicker table td {
	line-height: 20px !important;
}

.dateTimePicker .bootstrap-datetimepicker-widget {
	position: absolute;
	left: 101%;
	top: 10%;
	z-index : 10001;
}

.dateTimePicker .bootstrap-datetimepicker-widget:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid rgba(0, 0, 0, 0);
	border-left: none;
	content: "";
	display: inline-block;
	left: -7px;
	position: absolute;
	top: 6px;
}

.dateTimePicker .bootstrap-datetimepicker-widget:after {
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid #FFFFFF;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-left: none;
	content: "";
	display: inline-block;
	left: -6px;
	position: absolute;
	top: 7px;
}

.clear {
	clear: both;
}

div.lower-modal {
	z-index: 10000 !important;
}

div.modal-backdrop {
	z-index: 9999 !important;
}
/* ######## #win_lose_filter ######## 
#win_lose_filter .customDateTimeRange {
	height: 27px;
}
#win_lose_filter .customDateTimeRange span {
	line-height: 20px;
}

/* ################################ MEDIA QUERY ############################### */
/*@media (max-width:400px) and (min-width:900px) {
	.markets-control-width{
	width: 118px;
	}
}*/

@media only screen and (min-width: 1841px) {
	.markets-control-width {
		width: 267px;
	}

	.margin-right-23 {
		margin-right: 59px !important;
	}

	.control-separator {
		display: none;
	}

	.col-md-control {
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;

	}

	.col-md-control-all {
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
	}

	.control-separator-15 {
		display: none;

	}

	.line-breaker {
		display: none;
	}

	.margin-right-23 {
		margin-right: 23px !important;
	}
}

@media only screen and (max-width: 1840px) {

	.markets-control-width {
		width: 267px;
	}

	.control-separator {
		display: block;
	}

	.col-md-control {
		width: 16.66666667%;
		float: left;
		position: relative;
		min-height: 1px;

	}

	.col-md-control-all {
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;

	}

	.margin-right-34 {
		margin-right: 47px;
	}

	.margin-right-23 {
		margin-right: 66px !important;
	}

	.control-separator-15 {
		display: none;

	}

	.line-breaker {
		display: none;
	}

}


@media only screen and (max-width:1835px){

    .control-separator-15{
	display: block;
	height: 15px !important;
    }

    .markets-control-width{
	width: 257px !important;
    }

     .media-cotrol-hh{
	margin-left: -20px!important;
    }

     .line-breaker{
	display: none;
    }

        .margin-left-40{
	margin-left: 19px !important;
    }

    .margin-right-23{
	margin-right: 65px !important;
    }


    .line-breaker{
	display: none;
    }

     .margin-right-23{
	margin-right: 28% !important;
    }
}

@media only screen and (max-width:1650px){

    .control-separator-15{
	display: block;
	height: 15px !important;
    }

    .markets-control-width{
	width: 257px !important;
    }

    .margin-left-27{
	margin-left: 12px !important;
    }

    .margin-right-34{
	margin-right: 45px !important;
    }

    .text-wrap-none{
	text-wrap:none !important;
    }

   /* .select2-container{
	width: 107px !important;
	margin-left: -4px !important;
    }*/

     .col-md-control-all{
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
    }

    .media-cotrol-hh{
	margin-left: -20px!important;
    }

    .margin-left-40{
	margin-left: 19px !important;
    }

    .margin-right-23{
	margin-right: 65px !important;
    }

    .line-breaker{
	display: none;
    }

    .min-width-control{
	min-width: 127px !important;
    }

}

@media only screen and (max-width:1650px){

    .line-breaker{
	display: block;
    }

        .margin-left-40{
	margin-left: 11px !important;
    }

    .margin-right-23{
	margin-right: 66px !important;
    }

    .min-width-control{
	min-width: 127px !important;
    }
}

@media all and (max-width: 390px){
	.select2-container .select2-choice > .select2-chosen{
		margin-right: 0;
		font-size: 0.9em;
	}

	.share_percent .select2-container .select2-choice > .select2-chosen{
		margin-right: 50px;
		font-size: 0.9em;
	}

	.share_percent > .row > .col-md-1 {
		display: none;
	}


}
@media (min-width:992px) and (max-width:1500px) {
	.filterGenerator .col-md-1 {
		width:  16.666666666666664%;
	}
	#account-player .col-md-1,
	.create-master .commissions .col-md-1.resp {
		width:  16.666666666666664%;
	}
	.create-master .commissions .col-md-1 {
		width: 10%;
	}
	.create-player .portlet .access .col-md-2,
	.commission_reportFilter .col-md-3,
	.create-master .suffix-holder .col-lg-3,
	.agents_announcements_listFilter .col-md-3,
	.agent_logs_listFilter .col-md-3,
	#win_lose_filter .filterGenerator .col-md-3 {
		width:  33.33333333333333%;
	}
	.create-player .portlet .access .col-md-2 {
		margin-top: 5px;
	}
	.col-md-2.pagination-right.pagination {
		width:  25%;
	}
	.pagination-right.pagination.col-md-4 {
		width: 50%;
	}
	.col-lg-2 {
		width: 23.33333333333333%;
	}
	/*.portlet.box.light-grey .portlet-body {
    	overflow: hidden;
	}*/
	.create-player .portlet_pt_per_market .btn,
	.create-master .portlet_pt_per_market .btn {
		padding: 0px;
	}
	.create-master .portlet_pt_per_market .col-md-1.padding-top-5 {
		padding: 0px 6px 0px 15px;
	}
	.modal-content .table-scrollable {
		overflow: visible;
	}
	.account-player #acc-status .control-label {
		min-width: 80px;
	}
}

@media (min-width:1500px) and (max-width:1800px) {
	#account-player .col-md-1,
	.filterGenerator .col-md-1 {
		width:  16.666666666666664%;
	}
	.access .col-md-2 .col-lg-12 .row .col-lg-8 {
		width:  50%;
	}
	.create-player .portlet .access .col-md-2,
	.create-master .portlet .access .col-md-2 {
		width:  33.33333333333333%;
	}
	.col-lg-2,
	.col-md-2.pagination-right.pagination {
		width: 23.33333333333333%;
	}
	.create-player .portlet_pt_per_market .btn,
	.create-master .portlet_pt_per_market .btn,
	.create-agent .portlet_pt_per_market .btn {
		padding: 0px;
	}
	.create-player .portlet .access .col-md-2,
	.create-master .portlet .access .col-md-2 {
		margin-top: 5px;
	}
	
}
@media (min-width:1500px) and (max-width:1920px) {
	.portlet-body.table-scrollable {
		overflow: visible;
	}
}
.va-m {
	vertical-align: middle;
}

.display-table {
	display: table;
}

.display-inline-block {
	display: inline-block;
}

.dataTable {
	width: 100% !important;
	clear: both;
	margin-top: 5px;
}

.dataTables_filter label {
	line-height: 32px ;
}

.row-details {
	margin-top: 3px;
	display: inline-block;
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.row-details.row-details-close {
	background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
}

.row-details.row-details-open {
	background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px ;
}

/* ################################ Combo bet styling for the bets listings ############################### */

.table .detailsRow .comboInfoWrapper {
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
}

.table .showSelections {
	padding: 0px 5px;
	border: 1px solid #000;
	display: inline-block;
}

.color-danger {
	color: red;
}
.color-warning {
	color: orange;
}


/* Style for time Updater */
div.tu_interval-holder ul {
	list-style: none;
	margin-right: 10px;
	padding: 0;
}
div.tu_interval-holder ul li {
	margin-left: 5px;
	float:left;
}
div.tu_interval-holder ul li span {
	display: block;
	height: 22px;
	padding: 0 5px;
	background-color: #e5e5e5;
	color: #08061e;
	text-align: center;
	line-height: 22px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
div.tu_interval-holder ul li[tu-active='1'] span {
	background-color: #fafafa;
}
div.tu_interval-holder ul li[tu-active='1'] {
	position: relative;
}
div.tu_interval-holder ul li[tu-active='1']:after {
	content: attr(tu-counter);
	display: block;
	background-color: red;
	height: 20px;
	min-width:12px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	padding: 4px 6px;
	position: absolute;
	top: 1px;
	right: 30px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ######################## MASTER/AGENT TABLE LIST COLORS ######################## */
/* Master */
.master-bgr-header td {
	background-color: #fe8941 !important;
}

.master-bgr-row td {
	background-color: #feb08b !important;
}

/* Agent */
.agent-bgr-header td {
	background-color: #fe8941 !important;
}

.agent-bgr-row td {
	background-color: #feaf8b !important;
}

/* Player */
.player-bgr-header td {
	background-color: #46aae0 !important;
}

.player-bgr-row td {
	background-color: #82c5ea !important;
}

/*
* Put text before
*/
[data-prefix]:before {
	content: attr(data-prefix);
}

.media:first-child {
	margin-top: 0px;
}

.media {
	margin-top: 0px;
}

.center-text{
	text-align: center;
}



.form-group .col-md-2 .btn, .form-group .col-md-1 .btn, .form-group .col-md-4 .btn {
	margin-top: 0px;
}

.pagination {
  margin: 20px 0 !important;
}

.al-r {
	text-align: right;
}

.al-l {
	text-align: left;
}

.max-width-330 {
	max-width: 330px;
}

.pointer {
	cursor: pointer;
}

.portlet td, .portlet th{
	height: 25px;
	line-height: 25px;
}

/*.portlet tbody tr{
	width: 100%;
}*/

#sidebarAgents_list {
	margin-bottom: 0;
}

#sidebarSub_accounts_list {
	margin-bottom: 0;
}

.share_percent .row .percent-icon{
	padding: 7px 0;
}

.casino_share_percent .row .percent-icon{
	padding: 7px 0;
}

.make-switch{
	overflow: hidden;

}

.suffix-holder > [class*=col]{
	margin-bottom: 10px;
}


.is_active  > [class*=col]{
	width: 100%;
}

@media all and (min-width: 1200px){
	.control-label {
		min-width: 100px;
	}

}


@media all and (min-width: 992px){
	.form-control.select2me{
		padding: 0;
	}

	
}

@media all and (max-width: 481px) {
	.form-control.select2me{
		padding: 0;
	}
}


@media all and (max-width: 992px){
	.share_percent .row > *{
		float: left;
		padding: 0 5px;
	}

	.casino_share_percent .row > *{
		float: left;
		padding: 0 5px;
	}

	.share_percent .row{
		margin: 0;
	}
	.casino_share_percent .row{
		margin: 0;
	}

	.casino_share_percent  .row{
		margin: 0;
	}

	.share_percent .percent-select{
		padding: 0 4px 0 0;
	}

	.casino_share_percent  .percent-select{
		padding: 0 4px 0 0;
	}

	.percent-select > .col-md-12{
		padding: 0;
	}


	.casino_share_percent {
		width: 200px;
	}

/*	[class|=col] label, [class|=col-] label.tall {
		min-width: 120px !important;
	}*/
/*FIX OVERLAPSING ELEMENTS*/
	input, select {
		position: relative;
		z-index: 99;
	}
}

/* BET-1242 
************************************/
.score-txt {
	display: none;
}



/* EDIT / ADD USERS
************************************/
.forPadding {	
	margin: 10px 0 10px 0;
}

@media only screen and (max-width:1200px){
	.line-levels-holder .col-lg-3  + .col-lg-3 {
		margin-top: 10px;
	}
}

/*td {border: 1px solid #dddddd;}*/

div.account-page#general .portlet-body {
	padding: 20px;
}

/* Ticker highlted */
table tr.highlight:nth-child(odd) td {
	background: #ebb5bf;
}
table tr.highlight.highlight:nth-child(even) td{
	background: #ebc7ce;
}
/* Buttons */
.btn.green.default.center {
	display: block;
	margin: 0 auto;
}
.portlet.box > .portlet-body tbody tr td.col-md-8,
.portlet_transfer_days .portlet-body tbody tr td {
	border: transparent!important;
}

/* */
.portlet .table .info {
	color: #009bb1;
}
.portlet .table .danger {
	color: #9f233b;
}
.portlet .table .success {
	color: #128d4f;
}
.filterGenerator .portlet-title {
	display: none;
}
#s2id_timer, #s2id_timer .select2-choice {
	    max-width: 130px;
}
.control-label.block {
	display: block;
}
#s2id_timer {
	background: transparent;
}
#s2id_timer .btn-reload {
	float: right;
	cursor: pointer;
	margin: 0 5px;
	line-height: 19px;
}

.live-share-pt #s2id_autogen8,
.message-btn-left #s2id_autogen8 {
	width: 100%!important;
}
.input-group-btn.add-on.btn-generate {
	margin-top: 2px;
}
/* Account info */
.account-page .make-switch {
	float: none!important;
}
/* Share percent */
 .portlet_pt_per_market .portlet-body {
	padding: 0px 20px!important;
}
 .portlet_pt_per_market .portlet-body .live {
 	text-align: center;
 	height: 30px;
 	line-height: 30px;
 }
  .portlet_pt_per_market .portlet-body  .prematch {
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  .portlet_pt_per_market .portlet-body div[class*='col-md-1'] {
    /*padding-left: 5px;*/
    padding-right: 5px;
  }
  .portlet_pt_per_market .portlet-body .bgr-light-red,
  .portlet_pt_per_market .portlet-body .bgr-lighter-yellow,
  .portlet_pt_per_market .portlet-body .lighter-blue-theme {
  	height: 25px;
  	line-height: 25px;
  }

 
 .portlet_pt_per_market .portlet-body .row .col-md-5.bgr-red,
 .portlet_pt_per_market .portlet-body  .row .col-md-5.bgr-light-red {
   	border: none;
}
.portlet_pt_per_market .btn.btn-copy {
	width: 15px;
	height: 20px;
	background: transparent;
	float: right;
	padding-top: 0px!important;
}
/*.portlet_pt_per_market .portlet-body .row:last-child .control-padding:last-child {
	padding-bottom: 5px;
}*/
 .portlet_pt_per_market .portlet-body .row {
 	margin: 0 -20px!important;
 }
 .portlet_pt_per_market .portlet-body .row .col-md-5 .row .col-lg-3 .row {
 	padding-bottom: 5px;
 }
 .portlet_pt_per_market .portlet-body .row:nth-child(3) .col-md-5.control-padding {
 	padding-top: 5px;
 }
/*Labels*/
.control-label.commission {
	line-height: 24px;
}
#position_taken_popup .select2-container,
#effective_position_popup .select2-container,
#general_position_taken_popup .select2-container  {
	display: block;
}
#position_taken_popup .make-switch.switch-small.has-switch {
	float: right;
}
#commissions_settings .portlet-body {
	padding: 15px;
}
#sub_accounts_list #listingSub_accounts_list .btn.default {
	background: transparent;
	padding: 0;
    width: auto;
}
#sub_accounts_list #listingSub_accounts_list .btn.default:hover {
	background: transparent!important;
}
.portlet-box .portlet-body #forecast {
	margin-bottom: 0px!important;
}

.btn.success {
	width: 120px;
    margin-right: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #38424b;
}

#position_taken_popup .position-taken-sport-header  td.bgr-light-red a,
#position_taken_popup .position-taken-sport-header  td.bgr-lighter-blue a {
	float: left;
	
}
#position_taken_popup .position-taken-sport-header  td {
	cursor: pointer;
}

#position_taken_popup .position-taken-sport-header td.active {
	background: #38424b!important;
}
#position_taken_popup .position-taken-sport-header td.active a {
	color: #aee0e7!important;
}
#position_taken_popup .position-taken-sport-header td a {
	color: #38424b!important;
}
#position_taken_popup .position-taken-sport-header td.active a:hover,
#position_taken_popup .position-taken-sport-header td a:hover,
#position_taken_popup .position-taken-sport-header td a:focus,
#position_taken_popup .position-taken-sport-header td.active a:hover {	
	text-decoration: none;

}
.modal-body table#position_taken_popup.table {
	margin-bottom: 0px!important;
}

.credit_balance_popup .modal-body .text-danger {
	padding-right: 0px;
}

.divider,
.divider td {
	height: 5px;
}

 #sub_accounts_list .table > thead > tr > th, .table>tbody#listingSub_accounts_list>tr>th, .table>tbody#listingSub_accounts_list>tr>td {
	padding: 4px;
	max-width: 119px;
	word-wrap: break-word;
	white-space: normal;
}
.table>tbody#listingSub_accounts_list>tr>td.members_management {
	max-width: 116px;
}

/* ########################## Effective positon ########################## */
#effective_position .portlet.box > .portlet-body {
    border-bottom: 2px solid #009bb1;
    border-right: 2px solid #009bb1;
    border-left: 0px;
    border-top: 0px;
}


.effective-position tr:nth-child(2) th,
.effective-position tr.live.odd-user td,
#effective_position_popup tr.agent:not(:last-child) {
	border-bottom: 2px solid #009bb1;
}
 .effective-position tr th  {
 	font-weight: 400!important;
 } 
.effective-position tr.prematch {
	background: #aee0e7;
}
.effective-position tr.live {
	background: #ebc7ce;
}

.effective-position tr.prematch td.even {
	background: #63c2d0;
}
.effective-position tr.live td.even {
	background: #d998a4;
}

.effective-position tr.prematch td.even-user,
.effective-position tr.live td.even-user{
	background: rgba(56, 66, 75, 0.4);
}
.effective-position tr th.even {
	background: #e8e8e8;
}
.effective-position tr.even-user.prematch td.even {
	background: #528f9b;
}
.effective-position tr.even-user.live td.even {
	background: #997680;
}
.portlet.box > .portlet-body .effective-position thead tr th {
	border-right: transparent!important;
}
.portlet.box > .portlet-body .effective-position tbody tr td {
	border: transparent;
}
.effective-position .user-name a:hover,
.effective-position .user-name a:focus {
	text-decoration: none;
	color: #009bb1;
}
.effective-position .user-name a {
	color: #38424b;
}
.effective-position .rank td {
	text-transform: uppercase;
}
.effective-position .rank td.super-user,
#effective_position_popup .rank.super {
	color: #21ba97;
	text-align: center;
}
.effective-position .rank td.master-user,
#effective_position_popup .rank.master {
	color: #d9687d;
	text-align: center;
}
.effective-position .rank td.agent-user,
#effective_position_popup .rank.agent {
	color: #10a1b6;
	text-align: center;
}
table.table.effective-position,
#agents_messages_list table.table,
#forecast.table,
#agents_announcements_list .table {
	margin-bottom: 0px!important;
}
#forecast.table,
#agents_announcements_list table.table-bordered {
	border: none;
}
#effective_position .btn.btn-copy,
#general_position_taken_popup .btn.btn-copy {
	background: transparent;
	float: right;
	padding: 3px 0px 0px 0px;
}

#effective_position tr:nth-child(2) td:nth-child(4) {}
#effective_position .dark-blue {
	background: #38424B;
}
#effective_position table.table {
	margin-bottom: 0px!important;
}
#effective_position_popup .rank {
	text-transform: uppercase;
	text-align: center;
}
#effective_position_popup tr.agent td,
#effective_position_popup tr.super td,
#effective_position_popup tr.master td,
.effective-position tr:first-child th {
	text-align: center;
}
#effective_position_popup td.sport {
	width: 125px;	
	text-indent: 5px;
}

/* Reports
.table tr th, .table tr td {		
	line-height: 0px!important;		
	max-height: 15px!important;
}
*/
/*#win_lose_table td {
	text-align: right!important;
}*/
#win_lose_table tfoot.flip-content tr th {
	text-align: right;
}

#win_lose_table > thead > tr > th, #win_lose_table > tbody > tr > th,
#win_lose_table > tfoot > tr > th, #win_lose_table > thead > tr > td,
#win_lose_table > tbody > tr > td, #win_lose_table > tfoot > tr > td {
	padding: 3px;
}

#win_lose_table .bgr-light-g {
	border: 0;
}

#win_lose_table .bgr-light-grey.total-column {
	border-right: 2px solid #009bb1;
}

#win_lose_table .sport td {
	background: #aee0e7 !important;
}

#win_lose_table .bgr-blue-theme {
	color: #fff;
}

/*#win_lose_table .bgr-light-red td,
#win_lose_table .bet-type .bgr-light-red,
#win_lose_table .bet-type tr td:not(:last-child) {
	border-right: 2px solid #009bb1;
}*/

#win_lose_table .user .bgr-grey,
#win_lose_table .bgr-grey,
#win_lose_table .bet-type tr:nth-child(even) td.no-border,
#win_lose_table .bet-type tr:nth-child(even) td.total {
	background: #9ea0a1;
}

#win_lose_table .bet-type tr:not(:first-child) td:not(:first-child),
#win_lose_table .win-loss tr td:not(:first-child),
#win_lose_table .analysis tr td:not(:first-child) {
	text-align: right;
}

#win_lose_table thead tr:nth-child(2) th {
	text-align: center;
}

#win_lose_table thead > tr > th > i.fa-backward {
	cursor: pointer;
}

#win_lose_table .bet-type .bgr-red.no-border,
#win_lose_table .bet-type .bgr-red {
	background: #d998a4;
}

#win_lose_table tfoot tr .bgr-red {
	background: #d998a4;
}
.pagination-right .btn-date-from,
.pagination-right .btn-date-to {
	width: 76px;
    margin: 0 5px;
	padding: 6px;
}

/* General position taken popup */		
#general_position_taken_popup.table {		
    margin-bottom: 0px !important;
}
/* Forecast popup */
#forecast_popup .well {
	padding: 5px;
}
#forecast_popup .tabbable-custom > .tab-content {
	border: none;
}

#forecast_popup .well {
	border: none;
}
#forecast_popup .well.bgr-red {
	background: #EBB5BF;
}
#forecast_popup .table {
	margin-bottom: 0px!important;
}
.btn.openForecast {
	background: transparent;
	margin: 0 auto;
    display: block;
}
#forecast_popup .table>tbody+tbody {
	border: none;
}
.forecast .bgr-blue-theme {
	color: #fff;
}
.forecast .period,
#win_lose_table .rank {
	text-align: center;
}
.forecast .btn .icon-add:hover {
	color: #0b5489;
}
.forecast .btn {
	padding: 0px;
}

.forecast .bgr-lighter-yellow {
	color: #d76a7d;
}
.forecast .mode-live {
	display: block;
	color: #d76a7d;
	font-weight: bold;
}
 .tabbable-custom {
	margin-bottom: 0px!important;
}
.tabbable-custom > .tab-content {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.tabbable-custom .nav.nav-tabs {
	margin-top: 10px;
}
.tabbable-custom .nav.nav-tabs li:first-child {
	margin-left: 5px;
}
#cancelled_bets_list #listingCancelled_bets_list tr:hover td {
	background: #ebc7ce;
}
#cancelled_bets_list #listingCancelled_bets_list .event {
	text-align: right;
}
#cancelled_bets_list #listingCancelled_bets_list .event small > strong {
	color: #168ad6;
}
.tu_interval-holder {
	display: none;
}
.advanced_filter.bgr-lighter-green {
	background: transparent!important;
}
[type="checkbox"]:checked  {
  cursor: pointer;
}
.match tr.bgr-light-red td {
	background: #EBC7CE!important;
}
 tbody.match tr.bgr-light-red td:last-child {
    border-right: none!important;
}
.win-loss-foot th span {
	text-align: right;
}
#listingCancelled_bets_list tr td.bet_status {
	text-align: center;
}
#listingCancelled_bets_list tr td.odds,
#listingCancelled_bets_list tr td.stake {
	text-align: right;
}
#listingCancelled_bets_list span.game-period,
#listingCancelled_bets_list span.team,
#listingCancelled_bets_list span.user-ip {
	display: block;
}
#listingCancelled_bets_list span.sport-title {
	display: inline-block;
	color: #3593d9;
}
#listingCancelled_bets_list span.league,
#listingCancelled_bets_list span.spread {
	color: #9ea0a1;
}
#listingCancelled_bets_list span.game-period {
	color: #0054a6;
}

#listingCancelled_bets_list span.user-ip {
	color: #168ad6;
}
#listingBets_list tr td.bet_status {
	text-align: center;
}
#listingBets_list tr td.odds,
#listingBets_list tr td.stake {
	text-align: right;
}
#listingBets_list span.game-period,
#listingBets_list span.team,
#listingBets_list span.user-ip {
	display: block;
}
#listingBets_list span.sport-title {
	display: inline-block;
	color: #3593d9;
}
#listingBets_list span.league,
#listingBets_list span.spread {
	color: #9ea0a1;
}
#listingBets_list span.game-period {
	color: #0054a6;
}

#listingBets_list span.user-ip {
	color: #168ad6;
}
 #listingBets_list .event {
    text-align: right;
}

#listingAgents_messages_list tr:hover td {
	background: #EBC7CE!important;
}
.results-list .event-status {
	text-align: center;
}
.results-list .home {
	color: #0054a6;
}
.badge-info {
  background: #454ca0;
}
.icon-mailbox {
	color: #009BB1;
	cursor: pointer;
    margin-left: 10px;
}
#listingAgents_messages_list .btn.delete.ban {
	background: transparent;
}
#listingAgents_messages_list .btn.delete.ban:hover {
	color: #41b3c3;
	background: transparent!important;
}
#listingAgents_messages_list .badge.badge-default {
	background: #38424B!important;
}
#listingAgents_messages_list .badge.badge-default:hover {
	background: #009bb1;!important;
}
.notesBox .chats .username {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 0 3px;
}
.notesBox .chats .username span {
	position: relative;
    font-size: 23px;
    line-height: 44px;
    margin: auto;
}
 .notesBox .chats .username span.sender {
 	color: #38424B;
 	left: 11px;
 }  
 .notesBox .chats .username span.receiver {
 	color: #f5f5f5;
 	left: 15px;
 } 
#transfer_report_list table.table,
#outstanding_list table.table,
#commission_report table.table,
#agent_logs_list table.table,
#sub_accounts_list table.table {
	margin-bottom: 0px!important;
	border: 0px!important;
}

#bet_monitor tr td.bet_status {
	text-align: center;
}
#bet_monitor tr td.odds,
#bet_monitor tr td.stake {
	text-align: right;
}
#bet_monitor span.game-period,
#bet_monitor span.team,
#bet_monitor span.user-ip {
	display: block;
}
#bet_monitor span.sport-title {
	display: inline-block;
	color: #3593d9;
}
#bet_monitor span.league,
#bet_monitor span.spread {
	color: #9ea0a1;
}
#bet_monitor span.game-period {
	color: #0054a6;
}

#bet_monitor span.user-ip {
	color: #168ad6;
}
 #bet_monitor .event {
    text-align: right;
}
 #bet_monitor tr:hover td {
 	background: #EBB5BF;
 }
 #win_lose_table tfoot.table-scrollable tr th  {
	text-align: right;
 }
.pagination-right.pagination button.btn {
	width: 76px;
    margin: 5px;
    padding: 6px;
}
.pagination-right.pagination button.btn:hover {
	background: #009BB1;
	color: #fff;
}
#listingAgents_messages_list .btn.default.delete.ban {
	color: #41b3c3;
}

#listingBets_list .agent_commission span:first-child,
#listingBets_list .master_commission span:first-child,
#listingBets_list .super_commission span:first-child {
	background: #ebc7ce;
}
#listingBets_list tr .agent_commission,
#listingBets_list tr .master_commission,
#listingBets_list tr .super_commission,
#listingBets_list tr .win_loss {
	text-align: right;
}
.mailbox .icon-mailbox {
	color: #fff;
}
.mailbox .icon-mailbox .badge {
	position: absolute;
	right: 5px;
	top: 5px;
}
#listingBets_list .agent_commission span,
#listingBets_list .master_commission span,
#listingBets_list .super_commission span {
	display: block;
	padding-right: 5px;
}
#listingBets_list .agent_commission ,
#listingBets_list .master_commission ,
#listingBets_list .super_commission  {
	padding: 0px;
}
/*ul.page-sidebar-menu > li.open > a span {
	color: #31b6c2!important;
}
ul.page-sidebar-menu > li.open .sub-menu li.active a span {
	color: #31b6c2!important;
}*/
#listingAgents_announcements_list tr[data-mode="highlight"]:nth-child(odd) td {
	background: #EBB5BF;
}
#listingAgents_announcements_list tr[data-mode="highlight"]:nth-child(even) td {
	background: #EBC7CE;
}
#players_list .edit .btn,
#players_list .security .btn,
#players_list .edit .btn.default:hover,
#players_list .security .btn.default:hover  {
	background: transparent!important;
	width: inherit;
	text-align: center;
}
#send_message textarea {
	max-width: 360px;
	max-height: 206px;
}
#general .btn-generate .btn.blue {
	width: auto;
}
#agents_messages_list .table-bordered {
	border: none;
}
/* ############# Footer ############ */
.page-sidebar-fixed .footer {
	background: transparent!important;
	z-index: -1!important;
}
.color-picker .input-group-addon {
	min-width: 34px;
}
.table>tbody+tbody {
    border-top: 1px solid #ddd;
}
#win_lose_table tbody tr td:not(:first-child) {
  text-align: right;
}
.commissions .col-md-1 label {
	display: inline-block;
}
#agents_list .portlet-body table.table {
	margin-bottom: 0px!important;
	border: 0px;
}
#security-dropdown {
	z-index: 2;
}
.range_inputs .green.applyBtn.btn {
	margin-right: 0px;
	margin-left: 0px;
}
.btn.default.getAgentId {
	padding: 0px;
	/*display: block;*/
}
.cancelled_bets_listFilter .pagination-right.pagination {
	width: 16.666666666666664%;
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.select2-container.select2me.select2-container-multi {
	width: 130px;
}
#listingSub_accounts_list td.security,
#listingSub_accounts_list td.edit {
	text-align: center;
}
#permission_popup .modal-body .portlet-body {
	padding: 10px!important;
}
#permission_popup .modal-body .portlet-body #s2id_cancel_bets_scope {
	left: 6px;
}
.nav.navbar-nav .dropdown.header_user_bar .dropdown-menu {
	min-height: 136px;
}
.filterGenerator .filter_group.advanced_filter label.form-control {
	height: 17px;
}
.filterGenerator .filter_group.advanced_filter,
.filterGenerator .filter_group.markets_filter,
.filterGenerator .filter_group.color_settings_filter {
	margin-top: 10px;
}
.filterGenerator .filter_group.advanced_filter > label,
.filterGenerator .filter_group.markets_filter > label,
.filterGenerator .filter_group.color_settings_filter > label {
	padding-left: 15px;
	padding-right: 15px;
}
#casino_settings_popup_table {
	border: 0px;
}

.excel-export > i.icon-excel {
	font-size: 24px;
	color: #31b6c2;
}
.filterGenerator .switch-holder.filter-wrapper > label {
	display: block;
}