a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html, body {
    height: 100%;
}

body {
    font-family: Verdana;
    font-size: 14px;
    color:#222;
    background: rgba(198, 198, 198, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(198, 198, 198, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(198, 198, 198, 1)), color-stop(100%, rgba(241, 241, 241, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(198, 198, 198, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(198, 198, 198, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(198, 198, 198, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(198, 198, 198, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#f1f1f1', GradientType=1 );
    background-attachment: fixed;
    padding: 30px 0 0 0;
}
b, strong {
    font-weight: bold;
}
input,
textarea {
    color:#222;
    border: 1px solid #ccc;
}

/* LOGIN */
.login h1 {
    padding: 10px 0;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.login {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.login_wrap {
    padding: 20px;
    background:#fefefe;
    color:#000;
    border: 1px solid #bbbbbb;
}
.login_shadow {
    box-shadow: 0 169px 12px 2px #111;
}
/* LOGIN END */

#menu {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #2b373e;
    border-bottom: 1px solid #43525b;
    box-shadow: 0 0 5px #000;
    position:fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
#menu > a  {
	text-decoration: none;
    display:inline-block;
    padding: 0 5px;
    font-weight: bold;
    color:#89bcec;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

#menu > a:hover  {
    color:white;
	
}
.info {
    float:right;
    color:#f2f2f2;
}
.info > div {
    padding: 0 20px;
    display:inline-block;
}

.container {
    padding: 0 0 80px 0;
}

.container h2 {
    padding: 20px 20px 20px 0;
    font-size:16px;
    border-bottom: 2px solid #4a5971;
    margin: 10px 0;
    font-weight: bold;
}

.save_wrap {
    position:fixed;
    bottom:-100px;
    left:0;
    z-index: 10;
    width:100%;
    text-align: center;
    padding: 10px 10px 40px 10px;
    background: #2b373e;
    transition: all 1s ease-in-out;
}

.save_wrap.on {
    bottom:0;
}

table:not(.table-condensed) td {
    background: #fefefe;
    padding: 10px;
}

.shop_list a {
    padding: 10px;
    display:block;
    font-size: 14px;
    line-height: normal;

}
.shop_list tr.hide {display:none;}
table:not(.error_history):not(.shop_list):not(.table-condensed) tr:first-child > td {
    background: #afb5c1;
    padding: 10px;
    font-weight: bold;
}
.shop_list .on {
    background:#5d8bd1;
}
.shop_list .on a {
    color:#fff;
}
.shop_list a:hover {
    background:#f2f2f2;
    color: #337ab7;
}
.sldr_wrap {
    display:table;
    width: 100%;
    table-layout: fixed;
}

.shop_list_wrap {width: 320px;}
.shop_list_wrap,
.date_wrap,
.report_wrap {
    display:table-cell;;
    vertical-align: top;

}
.box_wrap {background: #fff; min-height:250px;margin: 20px 0 0 0;}
.box_wrap h2 {background: #304d5e; color:#fff;border:none;padding: 20px 10px; margin:0;}
.date_wrap {padding:0 10px 0 0;}
.date_wrap .spacer {text-align: center;}
.report_wrap .btn { width: 49%; margin: 0 0 10px 0; }
.game_header td {
    background: #cbdce6 !important;
    text-align: center;
    border-top: 2px solid #4a5971;
}
.cashdesk_transaction {
    min-width: 50%;
}
.form-horizontal label.control-label {padding-right:0;}

.changed_value {
    box-shadow: 0 0 5px 1px #d54509;
    border: 1px solid #d54509;
}
.isr {
    line-height: 22px;
    vertical-align: top;
    display: inline-block;
    font-size: 11px;
}
.gov_status.ok,
.isr.ok {
    color:#3b850f;
}
.gov_status.error,
.isr.error {
    color:#850f0f;
}
#addbtn {
    text-align: center;
}
#hiddencopy {
    display:none;
}

.tt_wrapper{
    position:relative;
}
.tooltip {
    transform: none;
}

.tooltip:hover > .tooltip-text, .tooltip:hover > .tt_wrapper {
    pointer-events: auto;
    opacity: 1.0;
}

.tooltip > .tooltip-text, .tooltip >.tt_wrapper {
    display: block;
    position: absolute;
    z-index: 6000;
    overflow: visible;
    padding: 5px 8px;
    margin-top: 10px;
    margin-left: -110px;
    line-height: 16px;
    border-radius: 4px;
    text-align: left;
    color: #fff;
    background: #000;
    pointer-events: none;
    opacity: 0.0;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Arrow */
.tooltip > .tooltip-text:before, .tooltip > .tt_wrapper:before  {
    display: inline;
    top: -5px;
    content: "";
    position: absolute;
    border: solid;
    border-color: rgba(0, 0, 0, 1) transparent;
    border-width: 0 .5em .5em .5em;
    z-index: 6000;
    left: 110px;
}

/* Invisible area so you can hover over tooltip */
.tooltip > .tooltip-text:after, .tooltip > .tt_wrapper:after  {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    position: absolute;
    width: 250px;
    left: 20px;
}

.tt_wrapper > .tooltip-text {
    overflow-y: auto;
    max-height: 250px;
    width: 350px;
    display: block;
}

table.error_history { width: 100%; }
table.error_history td {
    padding: 3px !important;
    font-size: 11px;
    color:#000;
    background: #fff !important;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    font-weight: normal !important;
}
table.error_history tr:nth-child(odd) td {
    background: #e0e0e0 !important;
}
table.error_history td:first-child {
    border-left: none;
}
table.error_history tr:last-child td {
    /*border-bottom: none;*/
}
.import_wrap {
    min-height: 30px;
    vertical-align: top;
}
#shoplistfilter {
    width :350px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #384e5c;
    background-image: none;
    border: 1px solid #1e272b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

.dd_wrap {position:relative;}
.shop_list_dd {
    display:none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    width: 300px;
    max-height:500px;
    overflow: auto;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.shop_list_dd.on {
    display:block;
}
.notfound {color:#000;font-size: 14px;display:none;padding: 10px; text-align: center;background:none !important;}
.notfound:hover {background:none !important;}
.notfound.show {display:block;}

.spacer {padding: 10px;}
.spacer_box table {width: 100%;margin:auto;}
/*.dd_1 .spacer_box table {width: 28%;margin:auto;}*/
.selectshop {width: 320px;margin:auto;}
@media (max-width: 1200px) {
    .report_wrap .btn {
        width: 100%;
    }
}
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    font-size: 16px;
    line-height: 27px;
}

.btn-group {text-align: center;}
.btn-group>.btn, .btn-group-vertical>.btn {float:none;}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 4px;
    margin: 0 0 5px 0;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus,
.btn-default:active, .btn-default.active {
    background: #304d5e;
    color:#fff;
}


.game_item_date_wrap {
    /*padding: 0 18px;*/
    font-size: 0;
}
.game_item_date {
    display:inline-block;
    width:20%;
    background: #afb5c1;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    border-right:1px solid #677387;
}
.game_item_date:nth-child(5) {
    border:none;
}
.game_item_list_wrap {
    /*padding: 0 18px;*/
    font-size: 0;
}
.game_item_list {
    display:inline-block;
    width:20%;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    box-sizing: border-box;
    border-right:1px solid #a4b3c8;
}
.game_item_list:nth-child(5n) {
    border:none;
}
.game_header {
    background: #cbdce6 !important;
    text-align: center;
    border-top: 2px solid #4a5971;
    padding: 10px;
}
.game_wrap {
    padding: 10px;
}

.spacer_box table.cashdesk_balance {
    width:350px;
    float: right;
}
.fixed_date {
    display:none;
    position:fixed;
    top:40px;
    padding:0;
    z-index: 1000;
    left:50%;
    transform: translate(-50%,0);
}
.fixed_date.on {
    display:block;
}
.dd_1 .game_item_date,
.fixed_date.fhdd_1 .game_item_date {
    width:100%;
}

.form-control-checkbox {
  transform: scale(1.5);
}
.clr {clear:both;}

.history_popup {
    display:none;
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    z-index: 1500;
    padding: 100px;
    background: rgba(0,0,0,0.3);
}
.history_popup.on { display:block; }
.history_popup_head {
    position:relative;
    background: #2b373e;
    color:#fff;
    padding: 10px;
}
.close_hp {
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background: #2b373e;
    color:#fff;
    border-radius: 20px;
    position: absolute;
    right: -15px;
    top:-15px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #616d74;
    box-shadow: 0 0 10px #333;
}
.close_hp:hover {
    background: #464f55;
    cursor: pointer;
}
.history_popup_inner {
    background: #fff;
    width:100%;
    height:100%;
    box-shadow: 0 0 10px #333;
}
.history_popup_content {
    height: 100%;
    overflow: auto;
}
.footer_version {
    font-size: 7px;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding: 5px;
    text-align: center;
    z-index: 10;
    background: rgba(198, 198, 198, 1);
}

/*Goverment*/
.open_hp {cursor:pointer;}
.gov_result_wrap .open_hp {padding: 10px 10px 15px 10px; text-align: center;}
table.goverment_list:not(.error_history):not(.shop_list):not(.table-condensed) tr:first-child > td,
table .gov_shop_head td {
    background: #e7e7e7;
    padding: 10px;
    font-weight: bold;
}
table .gov_shop_head2 td {
    background: #e7e7e7 !important;
}
.gov_result_wrap {display:none;}
.gov_result_wrap.on {display:block;}
.gov_res_head2 {float:right;}
.goverment_list th, .goverment_list td {border:1px solid #ccc;padding:5px;font-size:11px;}

table.goverment_list th {
    padding:5px;
    font-weight: bold;
}
table.goverment_list .right {
    text-align: right;
}

.input_container ul {
	width: 250px;
	border: 1px solid #eaeaea;
	position: absolute;
    right: 0;
	z-index: 9;
	background: #f2f2f2;
	list-style: none;
    max-height: 200px;
    overflow: auto;
}
.input_container ul li {
	padding: 10px;
    text-align: left;
}
.input_container ul li.on,
.input_container ul li:hover {
	background: #5d8bd1;
    color:#fff;
    cursor:pointer;
}

/*Superreport*/
#suptable{
	margin-top: 15px;
	 font-size: 65%;
	 border:1px solid #2B373E;
}

#suptable>tbody>tr>td, #suptable>tbody>tr>th, #suptable>tfoot>tr>td, #suptable>tfoot>tr>th, #suptable>thead>tr>td, #suptable>thead>tr>th{
	padding-top: 4px;
    padding-bottom: 4px;	
	vertical-align:middle; 
	
}

#suptable>thead>tr>th, #suptable>thead>tr>td{
   font-weight: bold;
   border: 1px solid #000000;
   text-align: center;
   background-color: #e8e8e8;
	
}


#suptable>tbody>tr>td{
	
	padding-left: 3px;
	padding-right: 2px;
	margin-right: 0px;
	margin-left: 0px;
	min-width: 60px;
	
	
}



#suptableprofit{
	font-weight: bold;

}

.table-striped tbody tr:nth-child(odd) td {
  background-color: #DBDBDB;
}

.table-striped tbody tr:nth-child(even) td {
  background-color: white; 
}


table.table-bordered > thead > tr > th{
    border:1px solid #2B373E;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #2B373E;
}

#supshopnames{
	font-weight: bold;
}

#date_my_picker{
	width: 90px;
}

.totaltr{
	font-weight: bold;

}

.table tbody .totaltr td{

background-color: #E7E7E7;
}

/*Drpdown menu*/

.dropbtn {
	cursor:pointer;
}

.dropbtn:hover {
    color:white;
	
}

.dropdown {
    position: relative;
    display: inline-block;
	transition: all 0.2s ease-out;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    overflow: auto;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    z-index: 1;
	transition: all 0.2s ease-out;
	margin-top:2px;
	margin-left: 25px;
	
}

.dropdown-content a {
    color: black;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
	transition: all 0.3s ease-out;	
}

.dropdown-content a:hover {
    background-color: #ccc;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {
	display:block;
}

input[readonly]{
    background-color: white;
}










@import "compass/css3";

.collapse-custom {

  .navbar-tool {
    display: none; 
  }

  .navbar {

    border-radius: 0;
    cursor: pointer;
    border-bottom: none;


    

  }

  .navbar:last-of-type {
    border-bottom: 1px solid #e7e7e7;

  }

  .navbar-heading {
    padding-top: 10px;
  }



  .collapse {
    background-color: #fff; 
	text-decoration: none;
  }

  .collapse-open {
    background-color: #f5f5f5; 
  }


}


#slotform{
	overflow:auto; 
	height:350px;
	overflow-x: hidden; 
}

#navslotrep{
	margin-bottom: 0;
    margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;	
}

.pname{
	text-decoration: none;
	width: 30%;
}
.values{
	text-decoration: none;
	width: 10%;
	
}

.navbar-collapse{
	
}

.ResDate{
	padding: 15px 0px 15px 10px;
}

#slottable>thead{
	text-align: center;
	font: bold;
	
}

.profit{
	margin-top: 10px;
}

.nodata{
	padding: 10px 15px 10px 15px;
	border-radius: 5px 5px 5px 5px;
	text-align:center;
}

#slottable tbody tr:nth-child(odd) td {
  background-color: white;
}

#slottable tbody tr:nth-child(even) td {
  background-color: #DBDBDB; 
}


#slottable > thead > tr > th{
    border:1px solid #2B373E;
	text-align: center;
	background-color: #304D5E;
	font-weight: bold;
	color: white;
	font-size: 11px;
}
#slottable > tbody > tr > td{
    border:1px solid #2B373E;
	font-weight: normal;
}
#slottable > tbody {
    font-weight: normal;
	font-size: 11px;
}