/*** Primary Layout Elements ***/
#container { width: 100%; min-width: 950px; margin-left: auto; margin-right: auto; background-color: transparent; }
header { position: relative; color: #000; height: 43px; }
header h1 { font-weight: bold; padding: 5px 0; margin: 0; color: #fff; border: none; line-height: 2em; font-size: 32px !important; }
.logo-image { height: 38px; width: 165px; float: left; text-align: center; padding-top: 5px; background-image: linear-gradient(to bottom, #33393E, #1C1F21); }
.menu-header { width: 100%; float: left; }
#usr_identity { float: right; margin-top: 1px; padding-right: 15px; color: #7D828A; }
#user_icon { float: right; margin-right: 10px; margin-top: 3px; }
#usr_underline { text-decoration: underline; }
#main { padding: 0 0 15px; margin-bottom: 30px; _height: 1px; /* only IE6 applies CSS properties starting with an underscore */ }
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 { margin-top: 0; }
#footer { color: #999; padding: 10px 0; text-align: center; line-height: normal; margin: 0; font-size: .9em; }

/*** Tab Menu ***/
ul#menu { border-bottom: 1px #5C87B2 solid; padding: 0 0 2px; position: relative; margin: 0; text-align: right; }
ul#menu li { display: inline; list-style: none; }
ul#menu li#greeting { padding: 10px 20px; font-weight: bold; text-decoration: none; line-height: 2.8em; color: #fff; }
ul#menu li a { padding: 10px 20px; font-weight: bold; text-decoration: none; line-height: 2.8em; background-color: #e8eef4; color: #034af3; }
ul#menu li a:hover { background-color: #fff; text-decoration: none; }
ul#menu li a:active { background-color: #a6e2a6; text-decoration: none; }
ul#menu li.selected a { background-color: #fff; color: #000; }

/*** Form Layout Elements ***/
fieldset { border: 1px solid #ddd; padding: 0 5px 0 5px; margin: 5px; }
legend { font-weight: normal; font-size: 11px; width: auto !important; line-height: inherit !important; padding: 0 8px; border: 0; margin: 0; color: #404040; }
textarea { width: 100%; min-height: 75px; resize: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*** Legend Table ***/
.table_legend { /*border: solid 1px #e8eef4;*/ border: 0; border-collapse: collapse; text-align: left; width: 100%; }
.td_legend { padding: 6px 14px 6px 13px; border: solid 1px #CBD5DC; color: #3384B9; font-size: 11px; vertical-align: middle; width: 99%; }
.th_legend { padding: 6px 5px; text-align: left; background-color: #e8eef4; border: solid 1px #e8eef4; width: 31.333%; }
.legend { margin-left: 10px; margin-top: 20px; }
.legend_pic { position: relative; }
#legend_title { background-image: url("/Areas/Admin/Content/images/mainmenu-bg.png"); color: White; font-weight: normal; border: 1px solid #CBD5DC; padding-left: 10px; width: 100%; }
.table_tr { background-color: #EDF1F3; }
.gold, .white { font-weight: bold; }
.gold { color: #f9bd12; }
.white { color: white; }

/*** Misc ***/
.import-description { color: gray; font-size: 10px; font-style: italic; font-weight: bold; }
#menucontainer { margin-top: 40px; }
div#title { display: block; float: left; text-align: left; }
#logindisplay { font-size: 1.1em; display: block; text-align: right; margin: 10px; color: White; }
#logindisplay a:link { color: white; text-decoration: underline; }
#logindisplay a:visited { color: white; text-decoration: underline; }
#logindisplay a:hover { color: white; text-decoration: none; }
.search-filter { width: 200px !important; }
.report-header { padding-left: 20px; }
.adminContent { width: 100%; }
.bordered-new { border: 1px solid #ddd !important; line-height: 10px !important; }
.cursor { cursor: pointer; }

/*** Styles for editor and display helpers ***/
.display-label, .editor-label { margin: 3px 0; }
.display-field, .editor-field { margin: 0.5em 0 0 0; }
.text-box { width: 30em; }
.text-box.multi-line { height: 6.5em; }
.tri-state { width: 6em; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { -ms-zoom: 1; zoom: 1; }
.tab { display: none; }

/*** Dock Panel ***/
#dock { margin: 0; padding: 0; list-style: none; position: fixed; top: 0; height: 100%; z-index: 100; background-color: #f0f0f0; left: 0; }
#dock > li { width: 40px; height: 120px; margin: 0 0 1px 0; background-color: #dcdcdc; background-repeat: no-repeat; background-position: left center; }
#dock > li:hover { background-position: -40px 0px; }

/* Panels */
#dock ul li { padding: 5px; border: solid 1px #F1F1F1; }
#dock ul li:hover { background: #D3DAED repeat-x; border: solid 1px #A8D8EB; }
#dock ul li.header, #dock ul li .header:hover { background: #D3DAED url(/Areas/Admin/Content/images/header_bkg.png) repeat-x; border: solid 1px #F1F1F1; }
#dock > li:hover ul { display: block; }
#dock > li ul { position: absolute; top: 0; left: -180px; z-index: -1; width: 180px; display: none; background-color: #F1F1F1; border: solid 1px #969696; padding: 0; margin: 0; list-style: none; }
#dock > li ul.docked { display: block; z-index: -2; }
.dock, .undock { float: right; }
.undock { display: none; }
.inherited { color: red; }
input[disabled] { background-color: lemonchiffon; color: gray; cursor: not-allowed; }
#dynamicTabs input[disabledSelection="disabled"] { border-color: #999 !important; background-color: #f3f4f6 !important; color: #444; }
input.error-odd { color: Red !important; }
input.warning { color: orange; }
input[disabledSelection="enabled"] { background-color: #fff; color: #999; }
.left { float: left; }
.right { float: right; }
input.datepicker, #DateFrom_DatePart, #DateTo_DatePart { width: 100px !important; }
.picker-button { padding-top: 5px; }
.picker-table { float: left; padding: 5px 0 0 5px; }
.picker-header, .picker-header-small { float: left; min-width: 120px; text-align: right; padding-right: 5px; }
.picker-header-small { min-width: 40px; }
.picker-fieldset { padding: 5px; }

/*** Datepicker in Report ***/
.picker { font-weight: bold; }
.picker p { float: right; margin-bottom: 5px; }
div#ui-datepicker-div { width: auto; min-width: 199px; }

/*** Odd Slider ***/
.main-slider-wrapper, .head-slider-wrapper, .slider-wrapper,
.slider-min, .slider-max, .scoreNoScore { float: left; }
.main-slider-wrapper { width: 100%; margin-bottom: 2px; background: #f9f9f9; }
.head-outcome { float: left; display: inline-table; margin-right: 10px; text-align: right; }
.head-slider-wrapper { margin: 10px; }
.head-slider-wrapper input { margin-right: 10px; width: auto; }
.slider-wrapper { margin-top: 20px; width: 250px; }
.scoreNoScore { font-style: italic; font-weight: bold; width: 50px; margin: 10px 0 0 0; }
.ui-slider { border: 1px solid #ccc; }
.ui-slider-horizontal { height: 0 !important; }
.ui-slider-horizontal .ui-slider-range { height: 0 !important; }
.ui-slider-horizontal .ui-slider-handle { cursor: pointer !important; top: -8px !important; width: 5px !important; height: 15px !important; border: 1px solid #ccc !important; padding: 0 2px !important; }
.slider-min, .slider-max { width: 45px; padding: 2px; border: 1px solid #ccc; background: #fff; -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); text-align: center; }
.slider-min { margin: 10px 10px 0 0; }
.slider-max, .procentage { margin: 10px 0 0 10px; }
.procentage { float: left; min-width: 60px; padding: 0 2px; border: 1px solid #ccc; font-weight: bold; background: #fff; -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); }
#odd-slider, .playerodd-wrapper { max-height: 400px !important; overflow-y: scroll !important; }

/*** Header ***/
.divResult { position: absolute; background-color: #F2F2FF; border-style: solid; border-width: 1px; border-color: #999999; padding: 10px; margin: 0 auto; width: 332px; text-align: left; display: none; z-index: 999999999; }
.divGroup { background-color: #e8e8e8; z-index: 999999999; }
.record a:hover { color: white !important; /* IE10 Consumer Preview */ /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #3B5998 0%, #0076AD 100%) !important; /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #3B5998 0%, #0076AD 100%) !important; /* Opera */ background-image: -o-linear-gradient(top, #3B5998 0%, #0076AD 100%) !important; /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3B5998), color-stop(1, #0076AD)) !important; /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #3B5998 0%, #0076AD 100%) !important; /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #3B5998 0%, #0076AD 100%) !important; }
.img { width: 30px; height: 30px; margin: 5px; float: left; }
.txtResult { display: block; width: 300px; color: #555555 !important; text-decoration: none; height: 40px; }
.loading { font-family: 'Roboto', sans-serif; font-size: 10px; text-align: center; }
.record { margin: 2px; }
input.decimal { width: 50px; }
input.int { width: 80px; }
input.width50 { width: 50px; }
.golden label { color: white; }
fieldset.search legend { font-size: 12px; }
.text-box { width: 150px; }

/* #region METRO STYLE CSS */
.container-fluid { padding: 0 !important; }
.margin-left-zero { margin-left: 0 !important; }
.nav > li > a > img { width: 30px; }
.m-icon-swapright { margin: 1px 0 0 5px; }
.header { min-height: 40px; }
.ui-tabs .ui-tabs-panel { padding: 0; }
.row:before, .row:after { content: none !important; }
.blockUI { z-index: 999999 !important; }
.blockOverlay { position: fixed !important; top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; }
.portlet.custom { margin: 5px 5px 0 5px !important; }
.custom .portlet-body { padding-bottom: 30px !important; }
.dataTables_wrapper { margin-top: 0 !important; }
#MatchInfo, #SportID { margin-bottom: 5px !important; }
.portlet.box > .portlet-body.bottom-zero { padding-bottom: 5px !important; }
.adminData input { margin-bottom: 3px !important; }
.page-content { min-height: inherit; }
table td.adminTitle { text-align: right; }
.border-radius-zero { border-radius: inherit !important; }
.column { width: auto; float: left; border: 1px solid grey; margin-right: 5px; }
.ui-sortable-placeholder { border: 1px solid #b3b4b6 !important; visibility: visible !important; background-color: #d1d2d4 !important; }
.ui-sortable-placeholder * { visibility: hidden; }
.portlet.empty.ui-widget-content { border: 0 none !important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: inherit !important; }
.dropdown-checkboxes label { display: block; }
.block { display: block !important; }

/* #endregion METRO STYLE CSS */

/* #region PLAYER DETAILS */
.player-widgets-wrapper .w20 { width: 20%; }
.player-widgets-wrapper .w80 { width: 80%; }
.player-widgets-wrapper form { margin: 0; }
.player-widgets-wrapper .portlet { margin: 0 !important; }
.player-widgets-wrapper .portlet-content { padding: 0 !important; }
.player-widgets-wrapper .portlet.empty { width: 100%; margin: 0; cursor: pointer; }
.player-widgets-wrapper div[id^="section"] { margin: 0 .2% .2%; width: 33.2%; padding: 5px; }
.column.player-details-widget { background-color: #fff !important; border: none; height: 250px; overflow: hidden; position: relative; box-shadow: 0 2px 6px rgba(35, 31, 32, 0.1); }
.player-widgets-wrapper div[id^="section"]:last-child { margin-right: 0 !important; }
.column.player-details-widget .portlet.box { height: 100%; box-shadow: none; }
.player-widgets-wrapper .portlet.empty .portlet-content { font-size: 40px; color: #fff; text-align: center; margin-top: 30%; }
.column.player-details-widget a.icon-move,
.column.player-details-widget a.icon-remove { text-decoration: none; color: #000; margin: 0; line-height: 24px; cursor: pointer; padding: 0 5px; }
.column.player-details-widget .btn-group { margin-top: 2px; vertical-align: top; }
.column.player-details-widget select.m-wrap.small { width: 20px !important; height: 20px !important; }

/*** Player Details ***/
.player-widgets-wrapper #playerDetails .w20 { width: 20%; font-weight: bold; text-align: right; color: #337AB7; }
.player-widgets-wrapper #playerDetails .w80 { line-height: 24px; }
.player-widgets-wrapper #playerDetails label { font-weight: bold; color: #337AB7; }
.player-widgets-wrapper #playerDetails input[type="text"] { width: 308px; }
.player-widgets-wrapper #playerDetails select { width: 320px; }

@media screen and (max-width: 1320px) {
 .player-widgets-wrapper #playerDetails input[type="text"] { width: 208px; }
 .player-widgets-wrapper #playerDetails select { width: 220px; }
}

.player-widgets-wrapper #playerDetails .alert { margin-bottom: 5px; }

.betslip-info .span3, .betslip-info .span6 { font-size: 11px; line-height: 27px; border-bottom: 2px solid #fff; font-weight: 600; background-color: #ededed; }
.betslip-info .span3 { width: 25%; }
.bg-blue { background: #337ab7 !important; color: #fff; }
.bg-red { background: #d9534f !important; color: #fff; }
.bg-yellow { background: #f0ad4e !important; color: #fff; }
.bg-gray { background: #ACB5C3 !important; color: #fff; }
.bg-green { background: #52A552 !important; color: #fff; }
.bg-light-green { background: #5CB85C !important; color: #fff; }
.bg-orange { background: #E87E04 !important; color: #fff; }

/* #endregion PLAYER DETAILS */

/* #region TENANT DETAILS CSS */
.tenants-wrapper #oddPanel { height: 100%; overflow-y: scroll; }
.tenant { float: left; min-width: 15%; text-align: center; }
.tenant-option { float: left; width: 200px; }
.editor-label.tenant { margin: 5px 0; }
.editor-field.tenant input { font-size: 0.9em; }
.tenants-wrapper div[id^="tabs-"] { border: none !important; padding: 0 !important; }
.tenants-wrapper fieldset { padding: 0 0 10px 10px; margin: 0; }
li.create_license span:first-child,
li.create_brand span:first-child,
li.delete_license span:first-child,
li.delete_brand span:first-child { background-image: url(../images/ui-icons_222222_256x240.png); padding-left: 20px !important; }
li.create_license span:first-child,
li.create_brand span:first-child { background-position: -31px -127px; }
li.delete_license span:first-child,
li.delete_brand span:first-child { background-position: -95px -127px; }
/* #endregion TENANT DETAILS CSS */

/* #region RETAIL MODULE CHANNEL CSS */
#cancel-btn { display: none; }
/*#retail-channel-form label { margin-top: 0 !important; padding-top: 0 !important; text-align: left !important; width: 150px; }*/
#retail-channel-form input[type="text"], #retail-channel-form textarea { font-family: Arial, Helvetica, sans-serif, Verdana, Arial; font-size: 12px; }
#retail-channel-form div.control-group div.controls { margin-left: 150px !important; }
table.channel-table { width: 100%; }
table.channel-table thead tr td { text-transform: uppercase; }
table.channel-table a.select-markets { color: #fff !important; margin: 0 auto; }
tr.selected-row td { /*background: #e8e8e8!important;*/ }
.error-in { border: 1px #d9534f solid !important; background: #fae8e8 !important; }
#template-form #cancel-btn { display: none; }
#template-form div.col-row { float: left; margin-right: 50px; }
#template-form label { text-align: right; }
#template-form .labelform { margin-right: 5px; text-align: right; }
#template-form input[type="text"], #template-form textarea { font-family: Arial, Helvetica, sans-serif, Verdana, Arial; font-size: 12px; }
#template-form div.control-group div.controls { margin-left: 150px !important; }
#template-form .error-in { border: 1px #d9534f solid !important; background: #fae8e8 !important; }
#modal-market-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999; background: rgba(0,0,0,0.6); display: none; }
#modal-market-box div.modal-content { position: absolute; width: 90%; height: 400px; left: 5%; top: 40%; margin-top: -125px; background: #fff; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); }
#modal-market-box div.modal-footer { width: 100%; clear: both; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 0 10px 0 !important; background: #ddd; }
#modal-market-box div.tab-item { float: left; width: 33.33333333333333%; height: 100%; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid #ddd; }
#modal-market-box div.tab-item:first-child { border-left: none !important; }
#modal-market-box div.tab-item h3 { display: block; height: 30px; line-height: 30px; padding: 2px; background: #44628B; color: #fff; text-transform: uppercase; font-size: 12px; margin: 0; text-align: center; font-weight: 400; padding: 2px; }
#modal-market-box div.tab-content { width: 100%; height: 370px; overflow-x: hidden; overflow-y: auto; }
#selected-markets { width: 100%; min-height: 100%; }
#modal-market-box ul { list-style: none; }
#modal-market-box .single-sport, .single-market { display: block; padding: 5px; cursor: pointer; font-size: 11px; border-bottom: 1px solid #ddd; }
#modal-market-box .single-sport { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#modal-market-box .single-sport:nth-child(even), #modal-market-box .single-market:nth-child(even) { background: #f9f9f9 !important; }
#modal-market-box .single-sport:nth-child(odd), #modal-market-box .single-market:nth-child(odd) { background: #fff !important; }
#modal-market-box .single-sport:hover, #modal-market-box .single-sport.selected-sport { background: #7F9EC7 !important; color: #fff !important; }
#modal-market-box #cancel-market-popup { margin-right: 10px; }
#modal-market-box span.selected-tpl-name { display: block; float: left; color: #44628B; font-size: 12px; padding-left: 10px; line-height: 30px; text-transform: uppercase; }
#modal-market-box .ui-sortable-helper { -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.47); -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.47); box-shadow: 0 0 5px 0 rgba(0,0,0,0.47); }
#modal-market-box #selected-markets li.single-market:nth-child(even) { background: #003300 !important; color: #fff !important; }
#modal-market-box #selected-markets li.single-market:nth-child(odd) { background: #006600 !important; color: #fff !important; }
/* #endregion RETAIL MODULE CHANNEL CSS */

/* #region RETAIL MODULE CHANNEL TEMPLATE MARKET CSS */
#channels-markets .top-filters { clear: both; overflow: hidden; }
#channels-markets .top-filters .filter { float: left; margin-right: 10px; }
#channels-markets .top-filters .filter .datepicker-c, #channels-markets .top-filters .filter select { width: 190px; }
#selected-matches { clear: both; overflow: hidden; margin: 10px; }
#selected-matches h3.sm-title { text-transform: uppercase; font-size: 12px; margin: 0 0 10px 0; line-height: normal; }
.tabular-data .matches-table, .matches-body .matches-table { width: 100%; font-size: 10px; }
/*.matches-table tbody tr td span.sport-icon { display: block; width: 20px !important; height: 20px !important; margin-right: 10px; float: left; background: url("@bgUrl") no-repeat; }*/
#program-popup { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; background: rgba(0,0,0,0.6); display: none; }
#program-popup .tabular-data { height: 403px; overflow: auto; position: relative; }
#program-popup .modal-content { position: absolute; width: 90%; left: 5%; top: 41%; margin-top: -200px; background: #fff; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); }
#program-popup .modal-header { padding: 6px 10px; color: #fff !important; text-shadow: 0 0 1px rgba(25, 69, 114, 0.15); border: none; background-color: #44628B; }
#program-popup .modal-header .caption { font-size: 11px; font-weight: 600; text-transform: uppercase; }
#program-popup .modal-inner { width: 100%; height: auto; }
#program-popup .modal-opts { clear: both; overflow: hidden; padding: 10px; }
#program-popup .modal-block { float: left; margin-right: 10px; }
#program-popup .modal-block .datepicker-c, #program-popup .modal-block select { width: 190px; }

@media not all and (min-width: 1300px) {
 #program-popup .modal-block .datepicker-c, #program-popup .modal-block select { width: 160px; }
}

@media not all and (min-width: 1140px) {
 #program-popup .modal-block .datepicker-c, #program-popup .modal-block select { width: 140px; }
}

#program-popup #cancel-program { margin-right: 10px; }
#program-popup .modal-footer { width: 100%; clear: both; padding: 10px 0 10px 0 !important; background: #ddd; }
#program-popup .fixed-top { position: absolute; left: 0; top: 0; z-index: 100; display: none; }
#program-popup .fixed-top th { border-bottom: 0 !important; }
.popup-info-msg { text-align: center; padding: 30px; background: #fff; color: #333; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); box-shadow: 0 0 20px 0 rgba(0,0,0,0.49); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 200; display: none; }
#saved-matches span.checked-match { display: block; width: 20px; height: 20px; background: #26C281; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; }
#saved-matches span.channel-name { display: inline-block; padding: 0 5px; background: #26C281; -webkit-border-radius: 2px !important; -moz-border-radius: 2px !important; border-radius: 2px !important; margin-right: 5px; color: #fff; }
#match-toggler { display: none; margin-left: 15px; }
#match-toggler strong { display: inline-block; text-decoration: underline; cursor: pointer; font-size: 11px; margin: 0 3px; }
/* #endregion RETAIL MODULE CHANNEL TEMPLATE MARKET CSS */

/* #region SYSTEM LOGS CSS */
.grid-container { width: 100%; overflow: auto; }
.grid-container .table-bordered th { background-color: #ededed; }
.grid { font-size: 11px; font-family: Verdana; border-collapse: collapse; border: none; width: 100%; }
.grid tr { background-color: #fff; }
.grid tr.alt { background-color: #E9E9E9; }
.grid th { border: 1px solid silver; background-color: #0A6CCE; color: #fff; }
.grid td { border: 1px solid silver; }
.grid-filter { margin: 5px 0 10px; border: 1px solid #ddd; background-color: #f9f9f9; }
.grid-header { margin: 0; padding: 0; }
.grid-options { float: right; margin-top: 12px; margin-right: 8px; text-align: right; }
.grid-results { margin: 5px 0; border: 1px solid #ccc; background-color: #f1f1f1; }
.grid-tablesresults { float: left; width: 100%; }
.paging, .paging .pager { margin: 0; padding: 0; text-align: right; }
.paging .pager { float: right; }
.paging .pager span, .paging .pager a { box-sizing: border-box; display: inline-block; min-width: 1.5em; padding: 2px 8px; margin-left: -1px; text-align: center; text-decoration: none !important; cursor: pointer; color: #337ab7 !important; border: 1px solid #cacaca; background-color: #fff; }
.paging .pager span.current { color: #696969 !important; background-color: #efefef; }
.paging .pager span.disabled { cursor: default; color: #cdcdcd !important; background-color: #fff; box-shadow: none; }
.display-label,
.editor-label,
.display-field,
.editor-field { margin: 0.5em 0; }
.display-label { font-weight: bold; }
.display-field { border: solid 1px #ddd; padding: 5px 3px; background-color: #f9f9f9; }
.value-col { word-break: break-all; }
.inner { padding: 3px 10px; }
/* #endregion SYSTEM LOGS CSS */

.tg { border-collapse: collapse; border-spacing: 0; }
.tg .tg-jlrw { font-size: inherit; text-align: center; }
.tg .tg-izya { font-size: 18px; text-align: center; }
.tg .tg-tvn1 { font-weight: bold; font-size: 100%; text-align: right; }
.tg .tg-34fq { font-weight: bold; text-align: right; }
.tg .tg-padd { padding: 3px 0; }
.tg .tg-padd-right { padding-right: 65px; }
.lb { text-align: center !important; }
.tg td { padding: 3px 10px; overflow: hidden; border: 1px solid #DDD; }
.tg th { padding: 3px; overflow: hidden; }
.tg .tg-s6z2 { text-align: center; }
.tg .tg-e3zv { font-weight: bold; }
.tg .tg-wm6t { font-weight: bold; }
.MakeWide { width: 212px; }

/*** Search Bet Slips ***/
.filter-box .searchbox { padding: 8px; background: #f1f1f1; }
.filter-box label { white-space: nowrap; }
.filter-box select { min-width: 132px; max-width: 132px; }
.filter-box .filter-date select { min-width: inherit; }
.filter-box .multiSelectOptions { z-index: 5; }
/*$('td', row).eq(0).html("");
// $('td', row).eq(1).html("");
$(row).addClass('license');*/
.filter-box #affiliate, .filter-box #username {
    min-width: 160px;
    max-width: 160px;
}
.dataTables_scrollBody:after { border: none; }

@media (max-width: 1360px) {
 .filter-box select { min-width: 100px; max-width: 100px; }
 .filter-box select#ddlCurrency { min-width: inherit; max-width: inherit; }
 .filter-box #totalOddFrom, .filter-box #totalOddTo, .filter-box #openEventsFrom, .filter-box #openEventsTo, .filter-box #eventsFrom, .filter-box #eventsTo { width: 30px !important; }
 .filter-box a.multiSelect { width: 80px !important; }
 .filter-box .filter-date .datepicker { width: 80px !important; }
}

@media (max-width: 1120px) {
 .table-striped tbody > tr:nth-child(odd) > td > div { margin: 0 !important; }
 .filter-box input.datepicker { width: 50px !important; }
}

/*** Reports Filter Content ***/
.filter-content { }
.filter-content .filter-wrap { float: left; margin-right: 12px; padding: 5px 12px 10px 0; border-right: 1px solid #d8dce3; min-height: 60px; }
.filter-content .filter-wrap .innerelement { background-color: rgba(216, 220, 227, 0.20); padding: 2px 5px 0 2px; border-top: 1px solid rgba(216,220,227,0.30); clear: both; }
.filter-content .filter-wrap div.checker { margin-left: -2px; }
.filter-content .filter-wrap .ui-datepicker-trigger { margin-left: 4px; cursor: pointer; opacity: 0.5; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.filter-content .filter-wrap .ui-datepicker-trigger:hover { opacity: 0.8; }
.filter-content .filter-wrap .ui-datepicker.ui-widget-content { width: 212px; }
.filter-content .btn.reportButton { min-width: 80px; }

.box-line { float: left; min-width: 130px; min-height: 90px; margin-right: 10px; padding: 8px; border: 1px solid #e7e7e7; border-radius: 3px !important; background-color: #fff; }
.box-line .form-group { margin-bottom: 10px; }
.box-line .form-group:last-child { margin-bottom: 0; }
.box-line label { display: inline-block; max-width: 100%; margin: 0 5px 0 0; line-height: 20px; text-align: right; }
.box-line .label-radio, .box-line .checkbox { min-height: 20px; padding-left: 0; display: block; text-align: left; }
.box-line input[type="radio"], .box-line input[type="checkbox"] { float: left; margin-top: 3px; cursor: pointer; margin-right: 5px; }
.box-line .date { margin-top: -20px; padding-left: 80px; }
.box-line .label-max { min-width: 90px; }
.box-line .label-mini { min-width: 45px; }
.box-line .label-small { min-width: 70px; }
.box-line .input-small { min-width: 74px; }
.box-line .mb10 { margin-bottom: 8px; }
.box-line div.radio { margin-right: 0; }
.box-line .innerelement { background-color: rgba(0, 0, 0, 0.05); padding: 2px; border-top: 1px solid #ccc; }
.box-line select { max-width: 220px; }

table.dataTable tbody tr.licensee td { background-color: #E2E2E2 !important; font-weight: bold; }
table.dataTable tbody tr.brand td { background-color: #F0F0F0 !important; }
table.dataTable tbody tr.affiliate td { background-color: white !important; }
table.dataTable tbody tr.betType td { background-color: #F0F8F0 !important; }
.match-tab-wrap { display: table !important; }
.tabs-Match-button { width: 100%; display: table; text-align: right; margin-bottom: 10px; }

/*** Liability ***/
#divLiability.portlet { margin: 0; }
#divLiability.portlet.box { box-shadow: none; }

/*** Layout Empty ***/
.LayoutEmpty { background: #fff; }
.emptyGridArea { display: flex; height: 400px; width: 100%; align-items: center; }
.emptyGridMessage { background-color: #ededed; text-align: left; margin-left: auto; margin-right: auto; padding: 1em; }

/*** Modal Layout ***/
.edit-grid .grid_6 { display: block; float: left; width: auto !important; margin: 2px; padding: 2px 6px 6px; border: 1px solid #ccc; }

/*** Split Layout ***/
#SplitLayout { min-width: 500px; min-height: 300px; border: none; position: absolute; }

/*** Rules ***/
div.ceRule { border-color: #ddd !important; }
div.ceToolBar, div.ceRule { background: none !important; background-color: none !important; border-color: #ddd !important; }
span.ceSaveButton, span.ceEmpty { padding: 2px 6px !important; color: #fff !important; background: #5CB85C !important; cursor: pointer !important; text-transform: uppercase; }
span.ceAction, span.ceField { color: #337ab7 !important; }
span.ceCurrent, .ceMenu tr:hover { background-color: #337ab7 !important; color: #fff !important; }
div.ceToolBar input, table.ceTime input, table.ceTime select, span.ceSaveButton, span.ceDeleteButton,
span.ceRulesButton, table.ceCal table td, table.ceHeader table td, div.ceMenu table td { font-family: 'Roboto', sans-serif !important; font-size: 11px !important; }
div.ceToolBar#ceTwageringRuleEditor { opacity: 0; display: none; }
div.ceToolBar#ceTruleEditor { opacity: 0; display: none; }

/*** Margin Sets ***/
.valuemarginwrap { width: 50%; }

@media (max-width: 1600px) {
 .valuemarginwrap { width: 80%; }
}

.valuemargin { width: 60%; float: left; }

/*** Template Customized ***/
tr.tt-customized td:first-child { box-shadow: 4px 0 0 0 #f89406 inset; }

/*** LeftPane ***/
#LeftPane { float: left; overflow: hidden; padding-bottom: 0; border-bottom: none; background-color: #fff; }
#LeftPane h5 { padding: 5px 3%; margin: 0; font-family: 'Roboto Condensed', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; cursor: pointer; background-color: #44628B; }
#LeftPane h5 i { float: right; margin-top: 1px; font-size: 16px; }
#LeftPane h5.b1 { border-bottom: 1px solid #fff; }
#LeftPane #fix-language-select { display: table; width: 93%; padding: 10px 3%; padding: 10px; }
#LeftPane #fix-language-select span { display: block; float: left; margin-top: 4px; font-size: 11px; color: #696969; }
#LeftPane #fix-language-select .language-order { float: right; width: 60px; padding-top: 0; }
#LeftPane #SearchPaneTitle a.collapse:before, #LeftPane #SearchPaneTitle a.expand:before { float: right; font-family: FontAwesome; font-size: 14px; color: #fff; }
#LeftPane #SearchPaneTitle a.collapse:before { content: "\f107"; }
#LeftPane #SearchPaneTitle a.expand:before { content: "\f106"; }
#LeftPane #SearchPaneTitle a.search-open-icon:before, #LeftPane #SearchPaneTitle a.search-close-icon:before { float: right; font-family: FontAwesome; font-size: 14px; color: #fff; }
#LeftPane #SearchPaneTitle a.search-open-icon:before { content: "\f107"; }
#LeftPane #SearchPaneTitle a.search-close-icon:before { content: "\f106"; }
#LeftPane #searchPanel { display: none; height: auto; width: auto; padding: 10px 3%; }
#LeftPane #searchPanel input { margin: 0 0 8px; }
#LeftPane #name { width: 95%; }
#LeftPane #from, #to { width: 84%; }
@-moz-document url-prefix() {
 #LeftPane #from, #to { width: 83%; }
}
#LeftPane input[type="button"]#treeSearch { width: 100%; margin: 5px 0 0 !important; }
#LeftPane .ui-datepicker-trigger { margin-top: -7px; margin-left: 4px; cursor: pointer; opacity: 0.5; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
#LeftPane .ui-datepicker-trigger:hover { opacity: 0.8; }
#LeftPane #createNewFixGroup { display: block; padding: 8px 3%; border-top: 1px solid #e4eaec; border-bottom: 1px solid #e4eaec; }
#LeftPane #createNewFixGroup button { width: 100%; }
#TreePane { overflow: hidden; position: relative; }
/*#TreePane { overflow: auto; }*/
#LeftPane #TreePane .treePadding { padding-left: 3%; }
#LeftPane #TreePane ul.tree { margin-left: 0; padding-right: 8px; }
#LeftPane #TreePane ul.tree a:hover { background-color: transparent; }
#LeftPane #TreePane ul.tree ul { margin-left: 10px; }
#LeftPane #TreePane ul.tree li { padding: 4px 0 7px; margin-bottom: 0 !important; border-bottom: 1px solid #e4eaec; }
#LeftPane #TreePane ul.tree li.folder ul li { border-bottom: 1px solid #d8dce3; }
#LeftPane #TreePane ul.tree li.folder ul li ul li { border-bottom: 1px solid #d1d5dc; }
#LeftPane #TreePane ul.tree li.folder ul li:last-child, #LeftPane #TreePane ul.tree li.folder ul li ul li:last-child { border-color: transparent; }
#LeftPane #TreePane ul.tree li.folder ul li ul, #LeftPane #TreePane ul.tree li.folder ul li ul li ul { padding-right: 0; }
#LeftPane #TreePane ul.tree li.folder ul li ul li ul li { padding-top: 10px; border-bottom: 1px solid #fff; }
#LeftPane #TreePane ul.tree li ul li ul li ul li.match-toggler:hover { background-color: #ffc10700; }
#LeftPane #TreePane ul.tree li ul li ul li ul li.match-toggler div:hover { background-color: #e4eaec; }
#LeftPane #TreePane ul.tree li.folder ul li ul li ul li div:hover { background-color: #e4eaec; }
#LeftPane #TreePane ul.tree li.folder ul li ul li ul li.selected span.title { color: #5cb85c; font-weight: 600; }
#LeftPane #TreePane ul.tree li.folder ul li ul li ul li.selected:hover span.title { color: #526069; }
#LeftPane #TreePane ul.tree li .btn, #LeftPane #TreePane ul.tree li .btn:hover { background: none; padding: 0; margin: 0; padding-left: 3px; margin-left: 17px; }
#LeftPane #TreePane ul.tree li span.title { padding-left: 3px; font-family: 'Roboto', sans-serif; color: #526069; white-space: normal; text-align: left; font-size: 10px; letter-spacing: 0.02em;; }
#LeftPane div#TreePane ul.tree > li > div > a.toggler { top: 1px; left: -1px; }
#LeftPane div#TreePane ul.tree .toggler { top: 1px; left: -1px; }
#LeftPane #TreePane.ReportTree ul.tree > li > div > a.toggler { left: -2px; }
#LeftPane #TreePane.ReportTree ul.tree .checker { margin-left: 14px; }
#LeftPane #TreePane.ReportTree ul.tree li span.title { padding-left: 2px; font-family: 'Roboto', sans-serif; color: #526069; white-space: normal; text-align: left; font-size: 10px; letter-spacing: 0.02em; text-transform: uppercase; }
#LeftPane #TreePane.ReportTree ul.tree > li div { background-color: #ededed; font-weight: bold; }
#LeftPane #TreePane.ReportTree ul.tree > li li div { background-color: white; font-weight: normal; }
#LeftPane #TreePane.ReportTree ul.tree > li > ul > li li span.title { text-transform: none; }
#LeftPane #TreePane.ReportTree ul.tree li.selected > div > span.title, #LeftPane #TreePane.ReportTree ul.tree li.selected > div > span.title:hover { background-color: transparent; color: #526069; }
#LeftPane #TreePane ul.tree li span.title.btn.blue-stripe, #LeftPane #TreePane ul.tree li span.title.btn.red-stripe, #LeftPane #TreePane ul.tree li span.title.btn.purple-stripe, #LeftPane #TreePane ul.tree li span.title.btn.green-stripe, #LeftPane #TreePane ul.tree li span.title.btn.yellow-stripe, #LeftPane #TreePane ul.tree li span.title.btn.grey-stripe, #LeftPane #TreePane ul.tree li span.title.btn.violet-stripe, #LeftPane #TreePane ul.tree li span.title.btn.coral-stripe, #LeftPane #TreePane ul.tree li span.title.btn.stripe { border-left-width: 3px; }
#LeftPane #TreePane .template-view { position: absolute; top: 4px; right: 4px; display: block; height: 8px; width: 8px; border-radius: 50% !important; background: #ccc; }
#LeftPane #TreePane .high-template { background: #5cb85c; }
#LeftPane #TreePane .medium-template { background: #337ab7; }
#LeftPane #TreePane .low-template { background: #d9534f; }
#LeftPane #TreePane .high-template-customized { background: rgba(92, 184, 92, 0.70); right: 16px; }
#LeftPane #TreePane .medium-template-customized { background: rgba(51, 122, 183, 0.70); right: 16px; }
#LeftPane #TreePane .low-template-customized { background: rgba(217, 83, 79, 0.70); right: 16px; }
#LeftPane #TreePane .dateMatch { display: block; margin-bottom: 1px; color: #8D9196; }
#LeftPane #TreePane .vs { text-transform: none; color: #8D9196; }
#LeftPane #TreePane .dateMatch, #LeftPane #TreePane .team1, #LeftPane #TreePane .vs, #LeftPane #TreePane .team2 { font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.03em; }
#LeftPane #TreePane ul.tree li.folder ul li ul li ul li.selected span.title .vs, #LeftPane #TreePane ul.tree li.folder ul li ul li ul li.selected span.title .dateMatch { color: #5cb85c; }
#LeftPane #TreePane ul.tree li.folder ul li ul li ul li.selected:hover span.title .vs, #LeftPane #TreePane ul.tree li.folder ul li ul li ul li.selected:hover span.title .dateMatch { color: #526069; }

/*** Styles for jquery jqtree css **/
ul.tree .title { padding-left: 5px; }
.navigation-title { color: #808080; font-style: italic; font-weight: bold; margin-bottom: 20px; }
.disabled { opacity: 0.5; }

/*** Generic context menu styles ***/
#jqContextMenu ul li { font-weight: bold !important; border-bottom: 1px solid #ccc !important; font-size: 10px; padding: 3px 10px !important; }
#jqContextMenu ul li:hover { border-bottom: 1px solid #ccc !important; }
#jqContextMenu ul li:last-child { border-bottom: 1px solid white !important; }
#jqContextMenu ul li span { color: #333; text-decoration: none; line-height: 20px; height: 20px; width: 20px; background-repeat: no-repeat; outline: none; padding: 0; }
#jqContextMenu ul li.sport_refresh span, #jqContextMenu ul li.category_refresh span,
#jqContextMenu ul li.tournament_refresh span { background-image: none; }
#jqContextMenu ul li.sport_edit span, #jqContextMenu ul li.category_edit span,
#jqContextMenu ul li.tournament_edit span, #jqContextMenu ul li.match_edit span,
#jqContextMenu ul li.outright_edit span { background-image: none; }
#jqContextMenu ul li.sport_delete span, #jqContextMenu ul li.category_delete span,
#jqContextMenu ul li.tournament_delete span, #jqContextMenu ul li.match_delete span,
#jqContextMenu ul li.outright_delete span, #jqContextMenu ul li.fixture_group_delete span { background-image: none; }
#jqContextMenu ul li.match_newTab span, #jqContextMenu ul li.outright_newTab span { background-image: none; background-position: 4px 0; }
#jqContextMenu ul li.sport_publish span, #jqContextMenu ul li.category_publish span,
#jqContextMenu ul li.tournament_publish span, #jqContextMenu ul li.match_publish span,
#jqContextMenu ul li.outright_publish span { background-image: none; background-position: 3px center; }

/*** RightPane ***/
#RightPane { z-index: 999 !important; padding: 0; border: none; background: #fff; }

/*** ODDPanel ***/
#oddPanel { width: 100% !important; }
#oddPanel #odd_title { width: 100%; padding: 5px 0; background: #44628B; }
#oddPanel #odd_title .odd-title-header { padding: 0 10px; font-size: 14px !important; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; }
#oddPanel #odd_title #oddID { float: right; padding: 0 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; }
#oddPanel #odd_title #odd_refresh { float: right; padding-right: 10px; cursor: pointer; }
#oddPanel #odd_title #odd_fullScreen { float: right; padding-right: 10px; cursor: pointer; }
#oddPanel #odd_title #odd_refresh, #oddPanel #odd_title #odd_fullScreen { display: none; }
#oddPanel #combinability_selection, #oddPanel #combinability_oddTypeLimit { float: left; width: 99%; margin: 8px; padding-bottom: 8px; border-bottom: 1px solid #d8dce3; }
#oddPanel #combinability_selection .editor-wrapper, #oddPanel #combinability_oddTypeLimit .editor-wrapper { float: left; margin-right: 12px; padding: 5px 12px 10px 0; border-right: 1px solid #d8dce3; min-height: 80px; }
#oddPanel #main-wrapper { clear: both; }
#oddPanel #odd_title .event-status-closed {   font-size: 12px;    font-family: 'Roboto Condensed', sans-serif;    font-weight: 600;    letter-spacing: 0.04em;    text-transform: uppercase;    color: #fff;    background-color: darkgrey !important;    display: inline-block;    width: 90px;    border-radius: 5px !important;}
#oddPanel #odd_title .event-status-live {    font-size: 12px;    font-family: 'Roboto Condensed', sans-serif;    font-weight: 600;    letter-spacing: 0.04em;    text-transform: uppercase;    color: #000000;    background-color: #d3d6de !important;    display: inline-block;    width: 90px;    border-radius: 5px !important;}
#oddPanel #odd_title .event-status-unpublished {    font-size: 12px;    font-family: 'Roboto Condensed', sans-serif;    font-weight: 600;    letter-spacing: 0.04em;    text-transform: uppercase;    color: #000000;    background-color: #6dcd6d;    display: inline-block;    width: 90px;    border-radius: 5px !important;}
#oddPanel #odd_title .event-status-suspended {    font-size: 12px;    font-family: 'Roboto Condensed', sans-serif;    font-weight: 600;    letter-spacing: 0.04em;    text-transform: uppercase;    color: #fff;    background-color: #c7bc5d;    display: inline-block;    width: 90px;    border-radius: 5px !important;}
#oddPanel #odd_title .event-status-prematch {    font-size: 12px;    font-family: 'Roboto Condensed', sans-serif;    font-weight: 600;    letter-spacing: 0.04em;    text-transform: uppercase;    color: #000000;    background-color: #5cb85c !important;    display: inline-block;    width: 90px;    border-radius: 5px !important;}

@media (max-width: 1200px) {
 #oddPanel #combinability_selection .editor-wrapper, #oddPanel #combinability_oddTypeLimit .editor-wrapper { margin-right: 10px; padding: 5px 7px 7px 0; }
 .usermenu .dropdown-menu { margin: 1px !important; }
}

@media (max-width: 1100px) {
 #oddPanel #combinability_selection .editor-wrapper, #oddPanel #combinability_oddTypeLimit .editor-wrapper { margin-right: 6px; padding: 5px 7px 7px 0; }
}

#oddPanel #combinability_selection .editor-wrapper .display-label, #oddPanel #combinability_selection .editor-wrapper .editor-label, #oddPanel #combinability_selection .editor-wrapper .display-field, #oddPanel #combinability_selection .editor-wrapper .editor-field, #oddPanel #combinability_oddTypeLimit .editor-wrapper .editor-field, #oddPanel #combinability_oddTypeLimit .editor-wrapper .editor-label { margin: 0; padding: 0; }
#oddPanel #combinability_selection .TournamentTemplate, #oddPanel #combinability_oddTypeLimit .Combinability { width: 14%; }
#oddPanel #combinability_selection div.checker { margin-left: -2px; }
#oddPanel #combinability_selection .realRiskFactor, #oddPanel #combinability_oddTypeLimit .realRiskFactor { margin-top: 4px; font-size: 11px; }
#oddPanel #combinability_selection .fixture-group { float: left; padding: 2px 5px 2px 10px; border: 1px solid #ccc; -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); font-family: 'Roboto Condensed', sans-serif; background-color: #fff; }
#oddPanel #combinability_selection .fixture-group i { padding-left: 5px; font-size: 14px; color: #666; }
#oddPanel #combinability_selection .fixture-group:hover { color: #404040; border: 1px solid #ccc; background-color: #fff; }
#oddPanel #combinability_selection .fixture-group:active, #oddPanel #combinability_selection .fixture-group:focus { color: #404040; border: 1px solid #337ab7; background-color: #fff; }
#oddPanel #combinability_selection .odds-legend label, #combinability_selection .odds-legend span, #oddPanel #combinability_oddTypeLimit .odds-legend label, #oddPanel #combinability_oddTypeLimit .odds-legend span { display: block; }
#combinability_selection .odds-legend span, #oddPanel #combinability_oddTypeLimit .odds-legend span { float: left; width: 10px; height: 10px; margin: 7px 5px 7px 0; clear: both; }
#combinability_selection .odds-legend i, #oddPanel #combinability_oddTypeLimit .odds-legend i { font-style: normal; float: left; }
#oddPanel #combinability_selection .odds-legend .invalid-odds, #oddPanel #combinability_oddTypeLimit .odds-legend .invalid-odds { background-color: #d9534f; }
#oddPanel #combinability_selection .odds-legend .saved-odds, #oddPanel #combinability_oddTypeLimit .odds-legend .saved-odds { background-color: #f0ad4e; }
#oddPanel #combinability_selection .odds-legend .disabled-odds, #oddPanel #combinability_oddTypeLimit .odds-legend .disabled-odds { background-color: #5bc0de; }
#oddPanel #combinability_selection .outcome-legend label, #combinability_selection .outcome-legend span { display: block; }
#oddPanel #combinability_selection .outcome-legend label { height: 20px; line-height: 18px; }
#oddPanel #combinability_selection .outcome-legend span { float: left; width: 10px; height: 10px; margin: 4px 5px 0 0; clear: both; }
#oddPanel #combinability_selection .outcome-legend i { font-style: normal; float: left; }
#oddPanel #combinability_selection .outcome-legend .outcome-won { background-color: #00ae4d; }
#oddPanel #combinability_selection .outcome-legend .outcome-halfwon { background-color: #64c664; }
#oddPanel #combinability_selection .outcome-legend .outcome-halflost { background-color: #f2665e; }
#oddPanel #combinability_selection .outcome-legend .outcome-cancelled { background-color: #a4a9b0; }
#oddPanel #categoryTournamentForm, #oddPanel #tournamentMatchForm { margin: 8px; }
#oddPanel #tournamentMatchForm .box-grid-odds { padding-right: 0; }
#oddPanel #tournamentMatchForm .matchodds input[type="text"] { width: 80%; }

@media not all and (min-width: 1300px) {
 #oddPanel #tournamentMatchForm .matchodds input[type="text"] { width: 64%; }
}

#oddPanel .update-tournament-bulk { float: right; margin-top: 10px; padding: 0 8px; }
#oddPanel .tabs-Match-button { width: auto; float: right; margin: -38px 0 0; }
#oddPanel #odd_fieldset { border: none; margin: 0; padding: 0; }
#oddPanel .oddModel:hover { cursor: pointer; background-color: orange !important; }
#oddPanel .ui-tabs .ui-tabs-nav li { margin: 0 4px 0 0; margin-bottom: -1px; }
#oddPanel .tabbable { margin: 0 2px 0 0; padding: 0 8px; }
#oddPanel .tabbable .defaultpanel { display: table; width: 100%; padding: 0; }
#oddPanel .tabbable .ui-widget-header { margin: 10px 0; padding: 0; border-bottom: 1px solid #d8dce3; }
#oddPanel .tabbable ul.ui-tabs-nav li.ui-state-default { min-width: auto; margin-bottom: -1px; border: none; border-bottom: 2px solid transparent; background: none; }
#oddPanel .tabbable ul.ui-tabs-nav .ui-state-default a { padding: 0 6px 2px; border: none; font-size: 12px; font-weight: 600; color: #97a0a5; text-transform: uppercase; background: none; }
#oddPanel .tabbable ul.ui-tabs-nav li.ui-state-default.ui-state-active, #oddPanel .tabbable ul.ui-tabs-nav li.ui-state-default.ui-state-hover { border-bottom: 2px solid #337ab7 !important; background: none; }
#oddPanel .tabbable span.edit-menu { padding: 0; margin: 0; }
#oddPanel .tabbable ul.ui-tabs-nav .ui-state-active a, #oddPanel .tabbable ul.ui-tabs-nav .ui-state-hover a { color: #337ab7; background: none; }
#oddPanel .tabbable .tab-content { padding: 0; border: none; }
#oddPanel .tabbable .tab-content .ui-tabs-panel { overflow: auto !important; overflow-y: scroll !important; padding: 0; }
#oddPanel .tabbable .ui-widget-content { border: none !important; }

#matchTabMenu.ui-menu { width: 110px; padding: 0; border-top: 2px solid #235D99; -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); }
#matchTabMenu.ui-menu li { border-top: 1px solid #f4f4f4; }
#matchTabMenu.ui-menu li:first-child { border: none; }
#matchTabMenu.ui-menu li:hover a, #matchTabMenu.ui-menu li:hover i { color: #fff; }
#matchTabMenu.ui-menu a { font-size: 11px; padding: 6px 4px; color: #333; }
#matchTabMenu.ui-menu i { font-size: 14px; color: #235D99; }
#matchTabMenu.ui-menu a.ui-state-focus { margin: 0; border: none; background: #235D99; color: #fff; }
#matchTabMenu.ui-menu a.ui-state-focus i { color: #fff; }

#oddPanel .tabbable li.add_tab { top: -4px; padding: 0 15px; }
#oddPanel .tabbable .column { border: 1px solid #ccc; }
#oddPanel .tabbable .portlet-header { margin-top: 0; padding: 6px 10px; border: 0; font-size: 11px; }
#oddPanel .tabbable .portlet-header .ui-icon { background-image: url(../images/ui-icons_ffffff_256x240.png) !important; }
#oddPanel .tabbable .portlet-content { padding: 0; }

#oddPanel #sport-outcomes { position: relative; }
#oddPanel #sport-outcomes .portlet { margin: 0 0 14px; }
#oddPanel #sport-outcomes .portlet-header { margin-bottom: 0; text-transform: uppercase; }
#oddPanel #sport-outcomes .portlet:nth-child(even) .portlet-header { background: #5073A2; }
#oddPanel #sport-outcomes .portlet-header .edit-tab, #oddPanel #sport-outcomes .portlet-header .delete-tab { margin-right: 5px; padding-right: 4px; border-right: 1px solid #8192A9; }
#oddPanel #sport-outcomes .portlet-toggle { margin-top: 1px; }
#oddPanel #sport-outcomes .portlet-content { display: none; float: left; width: 100%; padding: 0.4em 0; }
#oddPanel #sport-outcomes .portlet-placeholder { border: 1px solid #b3b3b3; margin: 0 1em 1em 0; height: 50px; background: #d1d1d1; }
#oddPanel #sport-outcomes .connectedSortable { padding: 5px 5px 0; min-height: 38px; border: 1px solid #ccc; list-style-type: none; /*background: #ededed;*/ }
#oddPanel #sport-outcomes .connectedSortable li { margin: 0 0 5px; padding: 5px; border: 1px solid #ccc; font-size: 11px; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; cursor: move; background: #fff; }
#oddPanel #sport-outcomes .connectedSortable li:hover { color: #fff; border-color: #194572; background: #337AB7; }
#oddPanel #sport-outcomes .inner-content .portlet-header { background: #808080 !important; }
#oddPanel #sport-outcomes .inner-content:nth-child(even) .portlet-header { background: #8D6E63 !important; }
#oddPanel #sport-outcomes .inner-content .connectedSortable { background: #ededed; }

#oddPanel #sport-outcomes #wrapper-layout { float: left; width: 100%; margin: 0; }
#oddPanel #sport-outcomes #wrapper-layout .portlet-expanded { position: absolute; width: 100%; z-index: 3000; top: 50px; left: 0; }
#oddPanel #sport-outcomes #wrapper-layout .drop-container { min-height: 35px; background-color: #5cb85c; }
#oddPanel #sport-outcomes #wrapper-layout-included { display: flex; float: left; width: 100%; margin-bottom: 20px; padding: 0 10px; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; background: #efefef; }
#oddPanel #sport-outcomes #wrapper-layout-included .columnn-1-4 { -ms-flex: 1; flex: 1; }
#oddPanel #sport-outcomes #wrapper-layout-included .connectedSortable { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px dashed #bfbfbf; background: #fff; }
#oddPanel #sport-outcomes #wrapper-layout-included .connectedSortable li { -ms-flex: 1; flex: 1; min-width: 90%; height: 35px; line-height: 35px; margin: 0 0 5px 0; padding: 0 5px; font-size: 12px; font-weight: bold; text-align: center; }
#oddPanel #sport-outcomes #wrapper-layout-included .connectedSortable li:last-child { margin-right: 0; }
#oddPanel #sport-outcomes #wrapper-layout-included .connectedSortable li:hover, #oddPanel #sport-outcomes #wrapper-layout-included .connectedSortable li.ui-draggable-dragging { color: #fff; border-color: #324867; background: #44628b; }
#oddPanel #sport-outcomes #wrapper-layout-included .portlet { min-width: 30%; }
#oddPanel #sport-outcomes #wrapperoutcomes-layout { margin: 0; }
#oddPanel #sport-outcomes #wrapperoutcomes-layout-excluded { display: block; float: left; width: 100%; max-height: 410px; overflow: hidden; overflow-x: hidden; overflow-y: scroll; white-space: nowrap; padding-bottom: 10px; box-shadow: 0 6px 2px rgba(0, 0, 0, 0.10); }
#oddPanel #sport-outcomes #wrapperoutcomes-layout-included { float: left; width: 100%; margin-bottom: 10px; padding: 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; border: 1px solid #cccccc; background: #efefef; }
#oddPanel #sport-outcomes #wrapperoutcomes-layout-included .connectedSortable li { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 5px 0; }
#oddPanel #sport-outcomes #wrapperoutcomes-layout-included .connectedSortable li.ui-draggable-dragging { min-width: 90%; }
#oddPanel #sport-outcomes #wrapper-layout-excluded { float: left; width: 100%; overflow-x: hidden; overflow-y: scroll; height: 300px; white-space: nowrap; padding: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; }
#oddPanel #sport-outcomes #wrapper-layout-excluded .portlet { float: left; width: 24%; margin: 0.5%; clear: none; }

#oddPanel #sport-outcomes #wrapper-live-layout { float: left; width: 100%; margin: 0; }
#oddPanel #sport-outcomes #wrapper-live-layout .portlet-expanded { position: absolute; width: 100%; z-index: 3000; top: 50px; left: 0; }
#oddPanel #sport-outcomes #wrapper-live-layout .drop-container { min-height: 35px; background-color: #5cb85c; }
#oddPanel #sport-outcomes #wrapper-live-layout-included { display: flex; float: left; width: 100%; margin-bottom: 20px; padding: 0 10px; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; background: #efefef; }
#oddPanel #sport-outcomes #wrapper-live-layout-included .columnn-1-4 { -ms-flex: 1; flex: 1; }
#oddPanel #sport-outcomes #wrapper-live-layout-included .connectedSortable { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px dashed #bfbfbf; background: #fff; }
#oddPanel #sport-outcomes #wrapper-live-layout-included .connectedSortable li { -ms-flex: 1; flex: 1; min-width: 90%; height: 35px; line-height: 35px; margin: 0 0 5px 0; padding: 0 5px; font-size: 12px; font-weight: bold; text-align: center; }
#oddPanel #sport-outcomes #wrapper-live-layout-included .connectedSortable li:last-child { margin-right: 0; }
#oddPanel #sport-outcomes #wrapper-live-layout-included .connectedSortable li:hover, #oddPanel #sport-outcomes #wrapper-layout-included .connectedSortable li.ui-draggable-dragging { color: #fff; border-color: #324867; background: #44628b; }
#oddPanel #sport-outcomes #wrapper-live-layout-included .portlet { min-width: 30%; }
#oddPanel #sport-outcomes #wrapperoutcomes-live-layout { margin: 0; }
#oddPanel #sport-outcomes #wrapperoutcomes-live-layout-excluded { display: block; float: left; width: 100%; max-height: 410px; overflow: hidden; overflow-x: hidden; overflow-y: scroll; white-space: nowrap; padding-bottom: 10px; box-shadow: 0 6px 2px rgba(0, 0, 0, 0.10); }
#oddPanel #sport-outcomes #wrapperoutcomes-live-layout-included { float: left; width: 100%; margin-bottom: 10px; padding: 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; border: 1px solid #cccccc; background: #efefef; }
#oddPanel #sport-outcomes #wrapperoutcomes-live-layout-included .connectedSortable li { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 5px 0; }
#oddPanel #sport-outcomes #wrapperoutcomes-live-layout-included .connectedSortable li.ui-draggable-dragging { min-width: 90%; }
#wrapper-live-layout-excluded { float: right; width: 20%; overflow: hidden; }
#oddPanel #sport-outcomes #wrapper-live-layout-excluded { float: left; width: 100%; overflow-x: hidden; overflow-y: scroll; height: 300px; white-space: nowrap; padding: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; }
#oddPanel #sport-outcomes #wrapper-live-layout-excluded .portlet { float: left; width: 24%; margin: 0.5%; clear: none; }

/*** Grid #sport-outcomes ***/
#oddPanel #sport-outcomes .section-grid { clear: both; padding: 5px 5px 0; margin: 0; }
#oddPanel #sport-outcomes .section-grid:before, #oddPanel #sport-outcomes .section-grid:after { content: ""; display: table; }
#oddPanel #sport-outcomes .section-grid:after { clear: both; }
#oddPanel #sport-outcomes .columnn { display: block; float: left; margin: 1% 0 1% 1%; }
#oddPanel #sport-outcomes .columnn:first-child { margin-left: 0; }
#oddPanel #sport-outcomes .columnn-1-4 { width: 30.8%; }

@media only screen and (max-width: 1300px) {
 #oddPanel #sport-outcomes .columnn-1-4 { width: 29.8%; }
}

/*** Profitability ***/
#profitability .prof-legend label, #profitability .prof-legend span { display: block; }
#profitability .prof-legend label { height: 20px; line-height: 18px; }
#profitability .prof-legend span { float: left; width: 10px; height: 10px; margin: 4px 5px 0 0; clear: both; }
#profitability .prof-legend i { font-style: normal; float: left; }
#profitability .prof-legend .prof-prematch { background-color: #375a7f; }
#profitability .prof-legend .prof-livebetting { background-color: #00bc8c; }
#profitability .prof-legend .prof-virtualgames { background-color: #f39c12; }
#profitability .prof-legend .prof-mixed { background-color: #e74c3c; }
.prematch td { color: #fff !important; background-color: #375a7f !important; }
.livebetting td { color: #fff !important; background-color: #00bc8c !important; }
.virtualgames td { color: #fff !important; background-color: #f39c12 !important; }
.mixed td { color: #fff !important; background-color: #e74c3c !important; }
.profitHeader td { position: relative; height: 30px; color: #404040 !important; background-color: #dddddd !important; }
.profitHeader td h5 { position: absolute; top: 0; text-transform: uppercase; color: #404040 !important; white-space: pre; z-index: 1; }

/*** Outright styles ***/
.outrightContent .outrightOdds, .outrightContent .outrightMargin { width: 50px; text-align: right; }
.outrightContent { min-height: 50px; width: 100%; }
#oddPanel .outrightContent { overflow: auto; margin: 5px 0; padding: 0 8px; }

/*** Iner Panel ***/
.inner-panel { width: auto; border: 1px solid #d8dce3; padding: 5px; margin: 0 0 10px 0; background-color: #fafafa; }
.inner-panel .panel-heading { margin-bottom: 5px; }
.inner-panel .panel-heading h3.panel-title { margin: 2px 0; margin-left: -2px; font-family: 'Roboto Condensed', sans-serif; font-size: 13px; font-weight: 600; color: #337ab7; line-height: 0; letter-spacing: 0.02em; }
.inner-panel .panel-body label { width: 90%; padding-right: 5%; padding-left: 5%; height: 20px; overflow: hidden; text-align: center; text-overflow: ellipsis; }
.inner-panel .panel-body input[type="text"] { width: 88%; padding-right: 5%; padding-left: 5%; text-align: center; }
.inner-panel .panel-body select { width: 100%; }
.inner-panel .panel-body input[type="text"].sbv { margin-top: 26px; background-color: #e4eaec !important; border-color: #ccc; box-shadow: none; text-align: center; }
.inner-panel .panel-body .icon-set { height: 22px; margin: 22px 0 0 3px; color: #000; font-size: 16px; background-color: #E0E0E0 !important; }
.inner-panel .panel-body .margin-text { color: #FD9B00; }
.inner-panel .panel-body .evaluate-select { width: 100%; margin-top: 3px; }
.inner-panel .panel-body .row-fluid .btn.checkIcon, .inner-panel .panel-body .row-fluid .btn.editIcon { margin-top: 26px; }
.inner-panel .panel-body .row-fluid .span1, .inner-panel .panel-body .row-fluid .span2 { margin-left: 0; margin-right: 10px; }

/*** Match ODDS Outcome Results ***/
.inner-panel .panel-body input.outcome-result-won[type="text"] { background-color: #aefcb9; border-color: #00ae4d; color: #000000; box-shadow: none; }
.inner-panel .panel-body input.outcome-result-halfwon[type="text"] { background-color: #64c664; border-color: #64c664; color: #000000; box-shadow: none; }
.inner-panel .panel-body input.outcome-result-lost[type="text"] { background-color: #faa8a2; border-color: #f04e3e; color: #000000; box-shadow: none; }
.inner-panel .panel-body input.outcome-result-halflost[type="text"] { background-color: #f2665e; border-color: #f2665e; color: #000000; box-shadow: none; }
.inner-panel .panel-body input.outcome-result-cancelled[type="text"] { background-color: #a4a9b0; border-color: #a4a9b0; color: #000000; box-shadow: none; }

/*** Splitter Bar ***/
.splitter-pane { overflow: auto; }
.splitter-bar-normal { background-color: #d8dce3; }
.splitter-bar-hover { background-color: #44628B; }
.splitter-bar-highlight { background-color: #44628B; }
.splitter-bar-error { background-color: #eaa; }
.splitter-bar-vertical { border-right: 1px solid #d8dce3; border-bottom: none; width: 3px; }
.splitter-bar-vertical-docked { width: 15px; background-color: #44628B; }
.splitter-bar-vertical-docked:after { font-family: FontAwesome; font-size: 14px; color: #fff; content: "\f105"; padding-left: 4px; padding-right: 6px; cursor: pointer; }
.splitter-bar-horizontal { height: 2px; }
.splitter-bar-horizontal-docked { height: 2px; }
.splitter-bar.ui-state-highlight { opacity: 0.7; }
.ui-state-highlight { height: 20px; background-color: lightgoldenrodyellow !important; }
.splitter-iframe-hide { visibility: hidden; }
.dock_icon { display: block; float: right; background: url(/Areas/Admin/Content/images/dock_icon.png) no-repeat; width: 16px; height: 16px; padding-right: 5px; }
.regular_odds { float: left; }
.reportPanel { overflow: auto; height: 100%; background-color: #edf1f2; border: solid 1px #CBD5DC; margin-left: 5px; padding-bottom: 40px; }
.fullScreen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }

/*** Jackpot ***/
.jackpot-edit .tabbable-custom { margin-bottom: 0; }
.jackpot-edit .ui-tabs .ui-tabs-panel { float: left; width: 100%; padding-bottom: 0; }
.jackpot-edit .ui-tabs .ui-tabs-panel.filter-box { margin-bottom: 0; }
.jackpot-edit .tab-nav { float: left; width: 100%; margin-top: 20px; text-align: right; }
.jackpot-edit .tabbable .tab-nav { clear: both; }
.jackpot-edit .editor-wrapper.w-1-5 { width: 20%; }
.jackpot-edit .editor-wrapper.w-1-6 { width: 16%; }
.jackpot-edit .editor-wrapper.w-1-8 { width: 12%; }
.jackpot-edit .editor-wrapper.w-1-10 { width: 10%; }
.jackpot-edit .editor-wrapper { float: left; margin-right: 12px; padding: 5px 12px 10px 0; border-right: 1px solid #d8dce3; min-height: 60px; }
.jackpot-edit .editor-wrapper input[type="text"] { }
.jackpot-edit .editor-wrapper select { margin-right: 8px; width: 180px; }
.jackpot-edit .editor-wrapper div.radio { margin-left: 0 }
.jackpot-edit .editor-wrapper.horizontal { border-bottom: 1px solid #d8dce3; border-right: none; width: 100%; height: auto !important; min-height: 40px; }
.jackpot-edit .editor-wrapper.no-splitter { border: none; }
.jackpot-edit .editor-wrapper .editor-field, .jackpot-edit .editor-wrapper .editor-label { width: 100%; margin: 0.5em 0 0 0; }
.jackpot-edit .editor-wrapper .editor-field-inlinewrap { display: inline-block; }
.jackpot-edit .editor-wrapper .editor-field-inlinewrap:first-child { margin-right: 10px; }
.jackpot-edit .editor-wrapper .editor-field-inlinewrap:last-child { float: right; }
.jackpot-edit .editor-wrapper .jackpot-name { width: 180px; height: 26px; padding: 2px 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.jackpot-edit .editor-wrapper .jackpot-name strong { white-space: nowrap; }
.jackpot-edit #dtOutcomes td label { margin-left: 45%; }
.jackpot-edit #dtOutcomes td label input[type=checkbox] { margin-right: 4px; }
.jackpot-dialog-wrapper .page-container { padding: 0; }
.jackpot-edit .editor-wrapper input.x-small { width: 45px; }
.jackpot-search-filter input.small { width: 55px; }
.jackpot-search-filter input.medium { width: 120px; }
.jackpot-edit .editor-wrapper input.medium { max-width: 180px; }
.jackpot-search-filter input.large { width: 248px; }
.jackpot-edit .pd-8 { padding: 8px; }
.jackpot-edit .ml-20 { margin-left: 20px; }
.jackpot-list-summary { display: inline-block; width: 49%; }
.jackpot-list-summary:last-child { float: right; }
.jackpot-list-summary li { padding: 5px 0; border-bottom: 1px solid #efefef; }
#summaryEvents { min-height: 225px; border: 1px solid #dddddd; }
.jackpot-events-wrap { display: -webkit-box; display: flex; display: -webkit-flex; display: -ms-flexbox; }
#tabs-jackpot-events .dataTables_wrapper { width: 50%; display: inline-block; vertical-align: top; }
#tabs-jackpot-events .dataTables_wrapper:first-child { margin-right: 10px; }
#dtCurrencies { width: 39% !important; margin-right: 36px; }
.award-back-next { padding-top: 12px; }

@media (max-width: 1600px) {
 .jackpot-edit .span-w100 { width: 100%; }
}

@media (max-width: 1440px) {
 .jackpot-edit .editor-wrapper .jackpot-name, .jackpot-edit .editor-wrapper input.medium, .jackpot-edit .editor-wrapper select { max-width: 120px; width: 120px; }
}

@media (max-width: 1360px) {
 .jackpot-search-filter input.small { width: 30px !important; }
}

/*** Live Fixture Management ***/
.fixture-management-tree.treePadding { margin-top: 15px; padding-top: 10px; padding-left: 10px; border-top: 1px solid #dddddd; }
.fixture-management-tree ul.tree li { padding: 4px 0 7px; margin-bottom: 0 !important; border-bottom: 1px solid #e4eaec; cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; }
.fixture-management-tree ul.tree li:active { cursor: grabbing; cursor: -moz-grabbing; cursor: -webkit-grabbing; }
.fixture-management-tree ul.tree li div { cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; }
.fixture-management-tree ul.tree li div:active { cursor: grabbing; cursor: -moz-grabbing; cursor: -webkit-grabbing; }
.fixture-management-tree ul.tree li.folder .title { margin-left: 20px; padding-left: 3px; font-family: 'Roboto', sans-serif; color: #526069 !important; white-space: normal; text-align: left; font-size: 10px; letter-spacing: 0.02em; text-transform: uppercase; }
.fixture-management-tree ul.tree { margin-left: 0; }
.fixture-management-tree ul.tree li ul li { border-bottom: 1px solid #fff; }
.fixture-management-tree ul.tree .toggler { left: 0; }
.fixture-management-tree ul.tree li.ghost { width: 100%; padding: 0; background: none; }
.fixture-management-tree ul.tree li.ghost span.circle { display: none; }
.fixture-management-tree ul.tree li.ghost span.line { left: 0; background-color: #44628b; }
.fixture-management-tree span.tree-dragging { position: relative; z-index: 11; opacity: 1; text-transform: uppercase; background: rgba(68, 98, 139, 0.9); }
div#tree ul.tree .toggler { cursor: pointer; }

/*** Live Fixture Management ***/
.betslip-viewer #dataTableSearch tbody > tr > td { padding: 0; }
.betslip-viewer #dataTableSearch tbody > tr.odd > td, .betslip-viewer #dataTableSearch tbody > tr.even > td { padding: 10px 8px; font-weight: bold; color: #0f2740; background-color: #889abd; }
.betslip-viewer #dataTableSearch tbody > tr > td a { padding: 0; border: none; color: #fff; }
.betslip-viewer #dataTableSearch tbody > tr > td a:hover, .betslip-viewer #dataTableSearch tbody > tr > td a:focus { color: #0f2740; background: none; }
.betslip-viewer #dataTableSearch tbody > tr > td.alignCenter { text-align: left !important; }
.betslip-viewer table.subBetSlip tbody > tr > td { width: 9% !important; padding: 6px 8px !important; }
.betslip-viewer table.subBetSlip tbody > tr > td a { color: #000000 !important; text-decoration: underline; }

/*** Free Bet ***/
.freebet-edit .tabbable-custom { margin-bottom: 0; }
.freebet-edit .ui-tabs .ui-tabs-panel { float: left; width: 100%; padding-bottom: 0; }
.freebet-edit .ui-tabs .ui-tabs-panel.filter-box { margin-bottom: 0; }
.freebet-edit .tab-nav { float: left; width: 100%; margin-top: 20px; text-align: right; }
.freebet-edit .tabbable .tab-nav { clear: both; }
.freebet-edit .editor-wrapper.w-1-5 { width: 20%; }
.freebet-edit .editor-wrapper.w-1-6 { width: 16%; }
.freebet-edit .editor-wrapper.w-1-8 { width: 12%; }
.freebet-edit .editor-wrapper.w-1-10 { width: 10%; }
.freebet-edit .editor-wrapper { float: left; margin-right: 12px; padding: 5px 12px 10px 0; border-right: 1px solid #d8dce3; min-height: 60px; }
.freebet-edit .editor-wrapper input[type="text"] { }
.freebet-edit .editor-wrapper select { margin-right: 8px; width: 180px; }
.freebet-edit .editor-wrapper select#ActivationDateModel_Second,
.freebet-edit .editor-wrapper select#ActivationDateModel_Minute,
.freebet-edit .editor-wrapper select#ActivationDateModel_Hour,
.freebet-edit .editor-wrapper select#DeactivationDateModel_Second,
.freebet-edit .editor-wrapper select#DeactivationDateModel_Minute,
.freebet-edit .editor-wrapper select#DeactivationDateModel_Hour,
.freebet-edit .editor-wrapper select#ExpiryDateTimeModel_Second,
.freebet-edit .editor-wrapper select#ExpiryDateTimeModel_Minute,
.freebet-edit .editor-wrapper select#ExpiryDateTimeModel_Hour { width: 35px; }
.freebet-edit #Bonuses { width: 275px; max-width: 300px; }
#uniform-IsNetWinning_false { margin-left: 25px; }
.freebet-deactivationdate-label { float: left; margin-right: 90px; margin-bottom: 12px; }
.freebet-net-gross { margin-top: 35px; padding-left: 10px; padding-right: 10px; }
.freebet-edit .editor-wrapper div.radio { margin-left: 0 }
.freebet-edit .editor-wrapper.horizontal { border-bottom: 1px solid #d8dce3; border-right: none; width: 100%; height: auto !important; min-height: 40px; }
.freebet-edit .editor-wrapper.no-splitter { border: none; }
.freebet-edit .editor-wrapper .editor-field, .jackpot-edit .editor-wrapper .editor-label { width: 100%; margin: 0.5em 0 0 0; }
.freebet-edit .editor-wrapper .editor-field-inlinewrap { display: inline-block; }
.freebet-edit .editor-wrapper .editor-field-inlinewrap:first-child { margin-right: 25px; }
.freebet-edit .editor-wrapper .editor-field-inlinewrap:last-child { float: right; }
.freebet-edit .editor-wrapper .freebet-name { width: 350px; height: 26px; padding: 2px 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.freebet-edit .editor-wrapper .freebet-name strong { white-space: nowrap; }
.freebet-edit .editor-wrapper .freebet-terms { width: 550px; height: 156px; padding: 2px 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.freebet-edit .editor-wrapper .freebet-terms strong { white-space: nowrap; }
.freebet-dialog-wrapper .page-container { padding: 0; }
.freebet-edit .editor-wrapper input.x-small { width: 45px; }
.freebet-search-filter input.small { width: 55px; }
.freebet-search-filter input.medium { width: 120px; }
.freebet-edit .editor-wrapper input.medium { width: 235px; }
.freebet-search-filter input.large { width: 248px; }
.freebet-edit .pd-8 { padding: 8px; }
.freebet-edit .ml-20 { margin-left: 20px; }
.freebet-list-summary { display: inline-block; width: 49%; }
.freebet-list-summary:last-child { float: right; }
.freebet-list-summary li { padding: 5px 0; border-bottom: 1px solid #efefef; }
#summaryEvents { min-height: 225px; border: 1px solid #dddddd; }
.freebet-events-wrap { display: -webkit-box; display: flex; display: -webkit-flex; display: -ms-flexbox; }
#tabs-freebet-awards .dataTables_wrapper { width: 50%; display: inline-block; vertical-align: top; }
#tabs-freebet-awards .dataTables_wrapper:first-child { margin-right: 10px; }
#ExpiryDays { width: 100px; }

th.real-bets-table-header, td.real-bets-table-header { text-align: center; background-color: #5d8eb9 !important; color: white; text-transform: uppercase; }
tr.real-bets-table-header > th { text-align: center; background-color: #5d8eb9; }
th.free-bets-table-header, td.free-bets-table-header { text-align: center; background-color: #5db75d !important; color: white; text-transform: uppercase; }
tr.free-bets-table-header > th { text-align: center; background-color: #5db75d; }
#tblFreeBetResults { table-layout: fixed; text-align: right; }
#tblFreeBetResults th { text-align: right; }
.ptQuality { display: inline-block; width: 1.5em; height: 1.5em; border-radius: 50% !important; vertical-align: middle; margin-left: .2em; }
.VipGold { background-color: #FFFF00; }
.leftBorderVipGold { border-left: 2px solid #FFFF00 !important; padding-left: 5px !important; }
.TopGreen { background-color: #339966; }
.leftBorderTopGreen { border-left: 2px solid #339966 !important; padding-left: 5px !important; }
.EntryBlue { background-color: #3366FF; }
.leftBorderEntryBlue { border-left: 2px solid #3366FF !important; padding-left: 5px !important; }
.GeneralRed { background-color: #FF0000; }
.leftBorderGeneralRed { border-left: 2px solid #FF0000 !important; padding-left: 5px !important; }
.HighGreen { background-color: #00B050; }
.leftBorderHighGreen { border-left: 2px solid #00B050 !important; padding-left: 5px !important; }
.MedBlue { background-color: #0070C0; }
.leftBorderMedBlue { border-left: 2px solid #0070C0 !important; padding-left: 5px !important; }
.MedLowOrange { background-color: #FFC000; }
.leftBorderMedLowOrange { border-left: 2px solid #FFC000 !important; padding-left: 5px !important; }
.LowRed { background-color: #FF0000; }
.leftBorderLowRed { border-left: 2px solid #FF0000 !important; padding-left: 5px !important; }
.ptMLF { display: inline-block; vertical-align: middle; }

@media (max-width: 1600px) {
 .freebet-edit .span-w100 { width: 100%; }
}

@media (max-width: 1440px) {
 .freebet-edit .editor-wrapper .freebet-name, .freebet-edit .editor-wrapper input.medium, .freebet-edit .editor-wrapper select { max-width: 120px; width: 120px; }
}

@media (max-width: 1360px) {
 .freebet-search-filter input.small { width: 30px !important; }
}

/*** Authorize Bet Slips page ***/
.authorize.btn.btn-glyph-icon { /*min-width: inherit !important; margin-top: 3px; padding: 4px 8px; border-radius: 5px !important; border: 2px solid #f5f5f5; box-shadow: 0 0 3px grey;*/ }
.authorize.btn.btn-glyph-icon .glyphicons.ok_2 i:before, .btn.btn-glyph-icon .glyphicons.remove_2 i:before { font-size: 15px; }
#authdataTable a.userDetails, #authdataTable .btnDetailsGrouped { font-size: 13px; line-height: 22px; color: #404040; text-decoration: underline; }
.player-details { display: inline-block !important; padding: 8% !important; }
td.alignCenter.vertical { vertical-align: initial !important; }
#authdataTable td.alignCenter { font-size: 11px; font-weight: bold; }
.authorize.expand-content { background-color: #F9F9F9; }
.authorize.portlet.box > .portlet-title { background-color: white; color: #404040 !important; }
.authorize.portlet > .portlet-title > .tools > a { color: #404040 !important; }
.s-negotiation-message { width: 590px; border: 2px solid black !important; margin-left: 10px !important; }

/***Translation page***/
.translation-dropdown { margin-left: 5px; min-width: 155px; margin-right: 28px; }
.translation-filter-holder { display: inline-flex; padding: 22px 12px 12px 7px; border-bottom: ridge 1px; width: 100%; }
.translation-language-holder { width: 100%; border: none; display: inline-flex; padding: 12px 12px 34px 7px; }
.lang-radiobtn { width: 85px; }
.translation-label { margin-top: 18px; color: #5bc0de !important; }
.translation-button { margin: 18px; padding-bottom: 18px; }

/* Notifications Menu */
.header .nav > li.dropdown.notifications-menu .dropdown-toggle { padding: 14px 14px 11px; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }
.header .nav > li.dropdown.notifications-menu .dropdown-toggle img { display: none; }
.header .nav > li.dropdown.notifications-menu .dropdown-toggle:hover { text-decoration: none; }
.header .nav > li.dropdown.notifications-menu .dropdown-toggle .username { color: #fff; font-size: 11px; }
.header .nav > li.dropdown.notifications-menu .dropdown-toggle i { display: inline-block; margin: 0; font-size: 18px; color: #f2f2f2; }
.header .nav > li.dropdown.notifications-menu .dropdown-toggle i.icon-angle-down { width: auto !important; margin-left: 8px; padding: 2px 3px; border-radius: 2px; font-size: 13px; background: #44628B !important; }
.header .nav > li.dropdown.notifications-menu .dropdown-menu i { display: inline-block; width: 20px; }
.header .nav > li.dropdown.notifications-menu .dropdown-toggle .badge { position: absolute; top: 5px; right: 5px; height: 16px; line-height: 15px; width: 16px; padding: 0; border: 1px solid #194572; border-radius: 12px !important; font-size: 10px !important; font-weight: 400; text-align: center; color: #ffffff; background-color: #F44336; text-shadow: none !important; }
.header .nav li.dropdown.notifications-menu > .dropdown-toggle .caret { display: none; }
.header .nav li.dropdown.notifications-menu .dropdown-menu { right: 0 !important; left: auto !important; }
.header .nav .notifications-menu .dropdown-menu li > a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #e6e6e6; }
.header .nav .notifications-menu .dropdown-menu li > a:hover { color: #333; }
.header .nav .notifications-menu .dropdown-menu .notifications-wrap { position: relative; overflow: hidden; width: 310px; }
.header .nav .notifications-menu .dropdown-menu .notifications-alert { background-color: rgba(244, 67, 54, 0.05); }
.header .nav .notifications-menu .dropdown-menu .notifications-alert .notifications-icon i { color: #F44336; }
.header .nav .notifications-menu .dropdown-menu .notifications-warning { background-color: rgba(255, 152, 0, 0.05); }
.header .nav .notifications-menu .dropdown-menu .notifications-warning .notifications-icon i { color: #FF9800; }
.header .nav .notifications-menu .dropdown-menu li ul li a:hover.notifications-alert { background-color: rgba(244, 67, 54, 0.10); }
.header .nav .notifications-menu .dropdown-menu li ul li a:hover.notifications-warning { background-color: rgba(255, 152, 0, 0.10); }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; padding: 5px; font-size: 11px; color: #ffffff; background-color: #44628b; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title span:first-child { -webkit-box-flex: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-right: 5px; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title:hover { text-decoration: none; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title:hover span + span, .header .nav .notifications-menu .dropdown-menu .notifications-list-title:hover i { color: #d8dce3; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title i { position: relative; top: 3px; width: auto !important; font-size: 14px; }
.header .nav .notifications-menu .dropdown-menu .notifications-icon { margin-right: 5px; }
.header .nav .notifications-menu .dropdown-menu .notifications-icon i { position: relative; top: -2px; left: -2px; width: auto !important; font-size: 24px; }
.header .nav .notifications-menu .dropdown-menu .notifications-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-flow: column; width: 100%; font-size: 12px !important; line-height: 14px; white-space: normal; }
.header .nav .notifications-menu .dropdown-menu .notifications-title { margin-bottom: 5px; font-weight: bold; }
.header .nav .notifications-menu .dropdown-menu .notifications-message { margin-bottom: 5px; }
.header .nav .notifications-menu .dropdown-menu .notifications-message i { display: block !important; width: auto !important; margin-bottom: 2px; }
.header .nav .notifications-menu .dropdown-menu .notifications-date { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; font-size: 11px; }
.header .nav .notifications-menu .dropdown-menu .notifications-date .notifications-date-info { margin-left: auto; color: #666; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-footer { margin: 0; padding: 5px; font-size: 11px; color: #666; background-color: #dbdbdb; }
.header .nav .notifications-menu .dropdown-menu .notification-single { position: relative; }
.header .nav .notifications-menu .dropdown-menu .notification-single .notifications-title { margin-top: 3px; padding-right: 30px; }
.header .nav .notifications-menu .dropdown-menu .notification-single .notifications-date { position: absolute; top: 12px; right: 10px; }
.header .nav .notifications-menu .dropdown-menu .notification-single.notifications-alert .notifications-title { color: #F44336; }
.header .nav .notifications-menu .dropdown-menu .notification-single.notifications-warning .notifications-title { color: #FF9800; }


/* Toast */
.toast { text-align: left !important; }
.toast .toast-icon { float: left; clear: right; margin-right: 5px; font-size: 22px; }
.toast .toast-title { display: block; font-weight: bold; }
.toast .toast-message { display: block; padding-left: 27px; font-size: 12px; }
.toast .toast-message i { display: block; }
.toast .toast-message span { display: block; margin-top: 2px; }
.toast .toast-message span b { color: inherit !important; }

/* Outcome Modal */
.exposure-error { color: #f82626 }
.exposure-warning { color: #db7302 }
.outcome-modal { box-sizing: border-box; }
.outcome-modal a { text-decoration: underline; color: #194572 !important; }
.outcome-modal a:hover { color: #215e9c !important; }
.outcome-modal p span { display: block; }
.outcome-modal table { width: 100%; border: none; }
.outcome-modal table td { width: 50%; padding: 0; }
.outcome-modal input { width: 85%; height: 25px; }
.outcome-modal select { width: 88%; height: 31px; }
.outcome-modal .input-outcome-error { position: relative; }
.outcome-modal .input-outcome-error input { border: 1px solid #f82626 !important; background-color: #ffeeee !important; }
.outcome-modal .input-outcome-error i { display: inline-block !important; }
.outcome-modal .input-outcome-error i { position: relative; top: 5px; font-size: 24px; color: #f82626; }
.outcome-modal .input-outcome-warning { position: relative; }
.outcome-modal .input-outcome-warning input { border: 1px solid #FF9800 !important; background-color: #ffeeee !important; }
.outcome-modal .input-outcome-warning i { display: inline-block !important; }
.outcome-modal .input-outcome-warning i { position: relative; top: 5px; font-size: 24px; color: #FF9800; }
.outcome-modal .outcome-modal-message { margin-bottom: 5px; padding: 10px; font-size: 12px; background-color: #dfe6f0; }
.outcome-modal .outcome-modal-message-current { background-color: #b6c9e4; }
.outcome-modal .outcome-modal-message p, .outcome-modal .outcome-modal-message h5 { margin: 0; }
.outcome-modal .outcome-modal-form-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-size: 12px; }
.outcome-modal .outcome-modal-form-title h4 { max-width: 80%; margin: 0; font-size: 16px; font-weight: bold; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.header .brand { margin: 13px 10px 0 13px; }
.logged-tenant { display: none; }
.dropdown-menu { border-top: 2px solid #364458; }
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { background-color: #3d4d65; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background-color: #3d4d65; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { background: #313e50; }
.header .nav .dropdown-menu { border-top: 2px solid #313e50; }
.header .navbar-inner { background: #364458; }
.navbar .usermenu > li { border-left: 1px solid #455873; }
.navbar .usermenu > li:hover { background: #313e50; }
.header .hor-menu { border-top: 1px solid #455873; border-bottom: 1px solid #364458; background-color: #3d4d65; }
.header .hor-menu ul.nav li a { border-right: 1px solid #455873; }
.header .hor-menu ul.nav li:hover, .header .hor-menu .nav .active > a, .header .hor-menue .nav .active > a:hover, .header .hor-menu .nav .active > a:focus, .header .hor-menu .nav li > a.active { background: #313e50; }
.header .hor-menu .nav li > a.active { background: #313e50; }
.header .hor-menu .dropdown-menu { border-top: 2px solid #313e50; }
.header .hor-menu .dropdown-menu li a:hover, .header .hor-menu.dropdown-menu .active a, .header .hor-menu .dropdown-menu .active a:hover { background-color: #3d4d65; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title { background-color: #364458; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title span { color: #ffffff; }
.header .nav .notifications-menu .dropdown-menu .notifications-list-title:hover { color: #e4e4e4; }
.portlet.box > .portlet-title { background-color: #3d4d65; }
#LeftPane h5 { background-color: #3d4d65; }
.ui-dialog .ui-dialog-titlebar { background-color: #3d4d65; }
.ui-dialog .ui-dialog-content .portlet.box > .portlet-title { background-color: #3d4d65; }

/*** Authorize Bet Slips ***/
#contentAuthorizeBetSlips .filter-content .filter-wrap { min-height: 20px; padding: 5px 12px 5px 0; }
#contentAuthorizeBetSlips #authdataTable td.alignCenter { position: relative; }
.betslipidcolor, .playertemplatecolor { display: block; position: absolute; top: 0; left: 0; width: 10px; height: 100%; background-color: #000; }
.betslipidcolor.top, .playertemplatecolor.top { background-color: #5db85b; }
.betslipidcolor.medium, .playertemplatecolor.medium { background-color: #0072bb; }
.betslipidcolor.low-medium, .playertemplatecolor.low-medium { background-color: #eab207; }
.betslipidcolor.low, .playertemplatecolor.low { background-color: #f04e3f; }
.betslipidcolor.MedBlue, .playertemplatecolor.MedBlue {background-color: #0070C0;}
.betslipidcolor.VipGold, .playertemplatecolor.VipGold {background-color: #FFFF00;}
.betslipidcolor.TopGreen, .playertemplatecolor.TopGreen {background-color: #339966;}
.betslipidcolor.EntryBlue, .playertemplatecolor.EntryBlue {background-color: #3366FF;}
.betslipidcolor.GeneralRed, .playertemplatecolor.GeneralRed {background-color: #FF0000;}
.betslipidcolor.HighGreen, .playertemplatecolor.HighGreen {background-color: #00B050;}
.betslipidcolor.MedBlue, .playertemplatecolor.MedBlue {background-color: #0070C0;}
.betslipidcolor.MedLowOrange, .playertemplatecolor.MedLowOrange {background-color: #FFC000;}
.betslipidcolor.LowRed, .playertemplatecolor.LowRed {background-color: #FF0000;}
.authorize-legend { height: 20px; margin-top: 0px; }
.authorize-legend label, .authorize-legend span { display: inline-block; }
.authorize-legend label { height: 20px; line-height: 20px; }
.authorize-legend label + label { margin-left: 5px; }
.authorize-legend span { float: left; width: 12px; height: 12px; margin: 4px 5px 0 0; clear: both; }
.authorize-legend i { font-style: normal; float: left; }
.authorize-legend .authorize-VipGold {background-color: #FFFF00;}
.authorize-legend .authorize-EntryBlue {background-color: #3366FF;}
.authorize-legend .authorize-GeneralRed {background-color: #FF0000;}
.authorize-legend .authorize-HighGreen {background-color: #00B050;}
.authorize-legend .authorize-MedBlue {background-color: #0070C0;}
.authorize-legend .authorize-MedLowOrange {background-color: #FFC000;}
.authorize-legend .authorize-LowRed {background-color: #FF0000;}
.authorize-legend .authorize-top { background-color: #5db85b; }
.authorize-legend .authorize-medium { background-color: #0072bb; }
.authorize-legend .authorize-low-medium { background-color: #eab207; }
.authorize-legend .authorize-low { background-color: #f04e3f; }

/* Accumulator Bonus */
.a-bonus .editor-label {
    display: none;
}

.a-bonus tbody tr td {
    padding: 0 8px;
    border-bottom: 1px solid #E0DFDF;
}

.a-bonus table {
    margin-bottom: 10px;
}

.a-bonus .deleteitem {
    text-align: center;
}
/* /Accumulator Bonus */

/* Special bet combinations */
.freebets-guiding {
    border-top: 1px solid #dddddd;
}

    .freebets-guiding p, .freebets-guiding li {
        line-height: 10px;
        margin-bottom: 3px;
    }

    .freebets-guiding ul li {
        list-style: circle;
    }
/* /Special bet combinations */

/* Table with fixed head section */
.fixed-thead table {
    border-top: none !important;
}

    .fixed-thead table::before, .fixed-thead table::after {
        top: 0;
        bottom: 0;
        border-top: none;
        border-bottom: none;
    }

.fixed-thead {
    max-height: 22rem;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

    .fixed-thead table thead {
        position: sticky;
        top: 0 !important;
    }

    .fixed-thead.freebets-table thead tr th:nth-child(1), .fixed-thead.freebets-table thead tr th:nth-child(2), .fixed-thead.freebets-table tbody tr td:nth-child(1), .fixed-thead.freebets-table tbody tr td:nth-child(2) {
        width: 15%;
    }
/* /Table with fixed head section */
/* Player template export-import */
.bto-player-template .bto-export-player {
    display: inline-block;
    border-left: 1px solid #d8dce3;
    border-right: 1px solid #d8dce3;
    position: relative;
}

    .bto-player-template .bto-export-player .btn {
        text-align: left;
    }

.bto-player-template a:hover {
    color: #337ab7;
}

/* /Player template export-import */
