body{
	line-height:1;
	background-color: #fff;
}
/*
body.disable-mobile{
	min-width: 1500px;
	overflow: auto;
}*/
.main-header .sidebar-toggle{
    line-height: 20px;
}
.sidebar-open .main-header .sidebar-toggle::before,
.main-header .sidebar-toggle::before {
    content: "\f053"; /*<*/
}
.main-header .nav > li {
    position: relative;
}
.navbar-default .navbar-toggle {
    font-size: 21px;
    padding: 5px 14px;
	margin: 3px;
	border-color: transparent;
	background-color: #303030;
    color: #eaeaea;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: transparent;
	background-color: #303030;
    color: #eaeaea;
}
.sidebar-mini-closed .main-header .sidebar-toggle::before,
.sidebar-collapse .main-header .sidebar-toggle::before {
    content: "\f054"; /*>*/
}



.sidebar-menu .treeview-menu > li > a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar{
	padding-bottom: 0px;
}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.css-table{
	display: table;
}
.css-tr{
	display: table-row;
}
.css-td{
	display: table-cell;
}

.main-header .logo .logo-lg {
    display: inline-block;
}

.main-header .logo {
    text-align: center;
}

.revision_label {
	font-weight: bold;
	font-size: 9px;
}

.main-footer .revision_label {
	font-weight: bold;
	font-size: 12px;
}
.content-wrapper{
	padding-bottom: .1px;
}
.content-wrapper:after {
	content:'';
	display:block;
	clear:both;
}

.wrapper{
	height:auto;
	overflow: visible;/*fixes firefox scrolling to content on hover*/
}
.fixed .wrapper {
    overflow: visible;
}

.main-footer {
	padding: 10px;
}

.clock_panel{
	padding-top: 6px;
}

.jp_panel {
    background: url('../images/jp_panel.png') no-repeat;
        background-size: auto auto;
    background-size: 180px 40px;
    height: 40px;
    width: 180px;
    float: right;
    margin-left: 11px;
}
.jp_level {
    margin: -3px 0px 0px -12px;
    padding-top: 10px;
    height: 34px;
    width: 25px;
}
.jp_text {
    width: 200px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin: -45px -35px -53px -52px;
}
select.form-control{
	padding: 0;
}

.status{
    border-radius: 9px 9px 9px 9px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.status_green  {
    background:url(../images/status_green.jpg) no-repeat;
}
.status_red  {
    background:url(../images/status_red.jpg) no-repeat;
}
.status_grey  {
    background:url(../images/status_grey.jpg) no-repeat;
}
.ui-jqgrid-labels th.ui-th-column a{
	color:#000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a,
.dataTables_wrapper .dataTables_paginate .paginate_button span{
	margin-left: 0;
}

.ui-jqgrid .ui-widget-content.highlight-system-row,
.ui-jqgrid .highlight-system-row{
	background-color: #CDDEC2;
}

.ui-jqgrid.ui-responsive-grid-enabled .ui-jqgrid-bdiv{
	overflow: visible;
}

.ui-jqgrid .control-btn{
	position: static;
    margin: 2px;
}

.responsive-grid-outerwrap{
	position: relative;
}

.responsive-grid-outerwrap:before,
.responsive-grid-outerwrap:after{
	content:'';
	display: block;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width: 5px;
	z-index: 200;
	user-select: none;
	pointer-events: none;
	
}
.responsive-grid-outerwrap:after{
	right:0px;

	background: -moz-linear-gradient(left, rgba(50,50,50,0) 0%, rgba(50,50,50,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(50,50,50,0) 0%,rgba(50,50,50,0.5) 100%);
	background: linear-gradient(to right, rgba(50,50,50,0) 0%,rgba(50,50,50,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00323232', endColorstr='#80323232',GradientType=1 );	
}
.responsive-grid-outerwrap:before{
	left:0px;
	
	background: -moz-linear-gradient(left, rgba(50,50,50,0.5) 0%, rgba(50,50,50,0) 100%);
	background: -webkit-linear-gradient(left, rgba(50,50,50,0.5) 0%,rgba(50,50,50,0) 100%);
	background: linear-gradient(to right, rgba(50,50,50,0.5) 0%,rgba(50,50,50,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80323232', endColorstr='#00323232',GradientType=1 );	
}
.responsive-grid-outerwrap.off:before,
.responsive-grid-outerwrap.off:after{
	display: none;
}
.responsive-grid-wrap{
	overflow: auto;
	position: relative;
    padding-bottom: 16px;
}

.content-header > h1 {
	text-align: center;
}
#divPlaysations{
    z-index: 100;
    display: none;
    position: fixed;
    background-color: rgba(123, 123,123, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
#playstationsContainer{
    margin: 0 auto;
    padding: 0;
    margin-top: 100px;
    width: 20%;
    height: auto;
    background: white;
}
#selectPlaystations {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow-y: scroll;
}
#playstationsContainer input{
    position: relative;
    width: 49%;
    height: auto;
}
#playstationsContainer input[type='checkbox']{
    width: 35px;
    height: 35px;
}
#playstationsContainer label{
    position: relative;
    width: 60%;
    text-align: left;
    height: auto;
    margin: 10px 0;
    font-size: 1.8em;
    color: black;
}
.viewRouletteData{
	cursor: pointer;
}
.caption_currency {
	float: right; 
	margin-right:10px;
	margin-top:5px;
}

.ajax_loading_background {
	background: black;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ajax_loading{
    background: url("../images/ajax_loading.gif") center center no-repeat;
	background-size: 50%;
   /* border: medium none;
    box-shadow: 1px 0 9px #324252 inset;*/
    height: 130px;
    
    position: fixed;
    display: block;
    top: 40%;
	left: 50%;
	margin-left: -140px;
    width: 280px;
    z-index: 9999;
}

.main-sidebar {
	/*
	position: static !important;
	float:left;*/
	padding-top : 50px;
}

.filter_total_game_meters .icheckbox_minimal-blue, .filter_total_game_meters .iradio_minimal-blue {
    display: inline-block;
    *display: inline;
    vertical-align: top;   
}

.total_games_label {
	width:90%;height:1.5em;text-overflow: ellipsis;overflow:hidden;white-space: nowrap;
}

.highlight {
    color: #a5c98f!important;
}
.table {
	font-size:13px;
}
.table.table-layout-fixed{
	table-layout: fixed;
}

#history_container .win_game,
#events_container .color_win_game td{
	color: black;
	background: #F2F2CD;
}
#history_container .nsg_game,
#events_container .color_nsg_game td{
	color: black;
	background: red;
}
.popover {
	white-space: nowrap;
	max-width: initial;
}

.action_button {
	cursor: pointer;
}

.eventMoney td{
	background: #49AD15 !important;
}

.eventDoors td{
	background: #EE963C !important;
}

.eventErrors td{
	background: #C52D16 !important;
}

.eventWarning td{
	background: #330C69 !important;
}

.eventNote td{
	background: #15D6B9 !important;
}

.eventPower td{
	background: #081B1F !important;
}

.eventSettings td{
	background: #9C9C9C !important;
}

.eventCodes td{
	background: #FAFAFA !important;
}

.eventWinner td{
	background: #CB5F6C !important;
}

.eventWarning td,
.eventPower td{
	color: white !important;
}



.color_Note td{
	background: #15D6B9 !important;
}
.color_Panic td{
	background: #0190D2 !important;
}
.color_Errors td{
	background: #C52D16 !important;
}
.color_Doors td{
	background: #EE963C !important;
}
.color_Power td{
	background: #081B1F !important;
}
.color_General td{
	background: #CB5F6C !important;
}
.color_Alert td{
	background: #330C69 !important;
}
.color_Money td{
	background: #49AD15 !important;
}

.color_Note td,
.color_Panic td,
.color_Errors td,
.color_Doors td,
.color_Power td,
.color_General td,
.color_Alert td,
.color_Money td{
	color: white !important;
}
.icheckbox_minimal-blue, .iradio_minimal-blue {
	vertical-align: baseline;
}
.filtered_option_block label {
	margin-bottom: 0px;
}

.eventTable , #server_history ,#cashflow_data_table  tr td{
	border: none !important;
}
.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
	height: 30px;
	
}
.manual-encashment .input-group {
	margin-bottom: 5px;	
}
.manualEncashment label {
	text-align: left;
}
.manualEncashment input {
	text-align: right;
}  
.padding-left-25 {
	padding-left: 25px;
}
.padding-left-35 {
	padding-left: 35px;
}
.padding-left-45 {
	padding-left: 45px;
}
.btn-group-inline {
	white-space: nowrap;
}
.btn-group-inline .btn {
	float: none;
	display: inline-block;	
}
.btn-fingerprint {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	left: 50%;
	border-radius:50%;
	background-color: #555;
	color: white;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	text-align: center;
}
.btn-fingerprint:hover {
	background-color: black;
}
.btn-group > .btn-circle:last-child:not(:first-child), .btn-group > .btn-circle.dropdown-toggle:not(:first-child),
.btn-circle {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	background-color: #d9544f00;
	color: white;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
	border: none;
	background-image: radial-gradient(rgba(216, 84, 79, 0.90), rgba(216, 84, 79, 0.25));
	/*box-shadow: 4px 5px 27px 4px rgba(216, 84, 79, 0.85);*/

}
.btn-circle:hover {
	transition: all 200ms linear;
	background-image: radial-gradient(rgb(212, 63, 58), rgba(217, 84, 79, 0.40));
	
}
.center-img{
display: block;
margin-left: auto;
margin-right: auto;
/*width: 50%;*/
}
/*
@media all and (max-width:700px){
	.data_content {width: 1450px;}
}
*/
.system-info,
.jackpot-table,
.users-table,
.assignment-table,
.admin-systems-table,
.admin-sys-settings-table,
.admin-ps-settings-table,
.admin-sas-table,
.admin-entities-table,
.game-setting-table {  
	margin: 15px 0px 0px 0px; 
    border: 1px solid #000000 ;
}

.system-info td, 
.jackpot-table td,
.users-table td,
.assignment-table td,
.admin-systems-table td,
.admin-sys-settings-table td,
.admin-ps-settings-table td,
.admin-sas-table td,
.admin-entities-table td,
.game-setting-table td {  
    line-height: 2.0 !important;
}

.system-info th,
.jackpot-table th,
.users-table th,
.assignment-table th,
.admin-systems-table th,
.admin-sys-settings-table th,
.admin-ps-settings-table th,
.admin-sas-table th,
.admin-entities-table th,
.game-setting-table th {
    line-height: 2.0 !important;
    text-align: center;
	background: none repeat-x scroll 50% 50% #3C8DBC;
    color: #ffffff;
}

.jackpot-table-title {
    color: red;
    text-align: center;
}

.modal-md-lg {
    width: 60%;
}

.jp-level-table {
    margin: 0px;
    height: 30px;
    width: 30px;
    padding:0;
}

.label-form-control {
    font-weight: normal;
    width:80%;
    height:1.2em;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    margin-bottom: 0px;
}

label.block-label,
label.label-block{
	display: block;
}

.form-control.select-lg {
    height: 250px;
}

table.dataTable tbody td {
    word-break: break-all;
    vertical-align: top;
}

#gbox_ungrouped_prv5,
#gbox_prv5,
#gbox_admin-documents {
    margin-left: auto; 
    margin-right: auto
}

.admin-systems-table select{
    border: 1px solid white; 
    width: 400px;
}

#entities-ps-field {
    width: 16%;
}

.column-description {
	color:#B80000;
	font-weight: bold;
}

.game-modal{
	background: #fff;
	padding: 8px;
    border: 1px solid #d2d6de;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	max-width: 1467px;
	
	overflow: auto;
}
.game-modal canvas{
	max-width: 100%;
}

.modal-dialog{
	max-width: 99%;
	margin:10px auto;
}
#live_roulette_table{
	width: auto;
}
#live_roulette_table canvas{
	max-width: 100%;
	background-size: contain;
    background-position: top left;
}

.main-header .navbar .nav > li > .a {
    color: #ffffff;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 15px;
}
.star{
    height: 60px;
    left: 45%;
    position: fixed;
    display: none;
    top: 35%;
    width: 60px;
    z-index: 9999;
}
.star_image {
    background: url(../images/peep-sight.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

table.last100hits td,
table.last100hits th{
	padding: 2px;
	text-align: center;
}
table.last100hits{
	margin:10px 0;
}
.stadium-image{
	max-width: 100%;
	height: auto;
}

.pills-xml{
	width: 100%;
}

.hideHiddencolumn{
	display: none;
}

.word-must-break{
	word-break: break-word;
}

.scrollToTop{
	width:30px; 
	height:30px;
	text-align:center; 
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	z-index: 150;
	right: 10px;
	bottom: 50px;
	display: block;
	background: url('../images/top.png') no-repeat 0px 0px transparent;
	background-size: cover;
	cursor: pointer;
}
.temperature-graph-wrap{
	text-align: center;
	overflow: auto;
}
.temperature-graph-wrap img{
	display:inline-block;
}


table.table tr.jp_highlight{
	background-color: red ;
}

.btn.open .caret {
    border-top: 0;
    border-bottom: 4px solid;
}

/*RESPONSIVE*/

/*bootstrap overwrite*/
@media (min-width: 768px){
	.navbar-toggle {
	    display: inline-block;
	}
}

/*RESPONSIVE MENU START*/
/*this min-width must mach the next media's max-width + 1px to avoid bugs*/
@media (min-width: 1251px){
	.navbar-toggle {
	    display: none;
	}
	.main-nav.collapse{
		height: auto !important;
		display: block;
	}
}
/*this max-width must mach the previous media's min-width*/
@media (max-width: 1250px){
	.main-nav{
	    position: absolute;
	    top: 100%;
	    background-color: #232323;
	    right: 0;
		min-width: 150px;
		margin: 0;
	}
	.main-nav li{
		display: block;
    	float: none;
	}
	
	.main-nav li a{
		text-align: center;
	}
	
	.main-header .navbar-custom-menu ul li,
	.main-header .navbar-custom-menu ul,
	.main-header .navbar-custom-menu {
    	float: none;
	}
	.main-header .navbar-custom-menu ul{
		text-align: center;
	}
	.main-header .navbar-custom-menu ul li{
		display: inline-block;
		vertical-align: middle;
	}
	
}
.label.max_players {
	top:7px !important;
	background-color: #367fa9;
}
.label.players {
	top:auto !important;
	bottom: 8px;
}

.ui-jqgrid-titlebar-close.ui-corner-all.HeaderButton {
    float: left;
    margin: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
    color: inherit;
    position: static;
    top: 50%;
    float: left;
    margin: 0;
    padding: 1px;
    cursor: pointer;
}
/*RESPONSIVE MENU END*/

@media (max-width: 767px){
	.main-sidebar {
	    padding-top: 100px;
	}
	.clock_panel {
	    display: none;
	}
	
	.content{
		padding-left: 7px;
		padding-right: 7px;
	}
	.scrollToTop{
		right: 50%;
		margin-right: -15px;
		bottom: 7px;
	}
	
	
	/*make nav tabs like nav pills*/
	.nav-tabs{
		padding-bottom: 5px;
	}
	.nav-tabs li{
		display: block;
		float: none;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.nav-tabs li a{
	    background-color: #fff;
	    border: 1px solid #ddd;
		border-radius: 4px;
		padding: 5px;
	}
	.nav-tabs > li.active > a, 
	.nav-tabs > li.active > a:hover, 
	.nav-tabs > li.active > a:focus{
		border: 1px solid #3c8dbc;
		border-bottom-color: #3c8dbc;
	}
	
	/*child tabs*/
	.tab-pane .nav-tabs{
		padding-left: 8px;
	}
	.tab-pane .nav-tabs li a{
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	
}

/*
	homepage
*/
.home-page { margin-top: 150px; }
.home-page .home-page__container { text-align: center; }