body{
	padding:0;
	margin:0;
	margin: 0px;  
	font-family: Verdana, Arial, Helvetica, san-serif;  
	font-size: 12px; 
	font-style: normal;  
	font-weight: normal;
	background: gray;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

b, strong {
	font-weight: 700;
}

.wrapper{
	text-align:center;
	
}

table{
	width:100%;
}

.wrapper>#top-container{
	display:table;
	/* background: #fff url(../images/cmt_bg.jpg) top left repeat-x; */
	min-width: 800px;
	margin:0 auto;
	text-align:left;
	position:relative;
	/* height:100%; */
	background:white;
}

#inner-container{
	padding: 15px;
	/* background: url(../images/cmt_top.jpg) top left no-repeat; */
	color: #000000;
	min-height: 160px;
	min-width:600px;
	background:white;
}

.system {
	font-size: 24px;
	font-style: inherit;
	font-weight: bold;
	color: #a51a88;
	margin-top: 5px;
	float:left;
}

div.help_link {
	background: url(../images/help-icon-blue.png) top left no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 10px;
}

#header div.help_link:hover {
	background: url(../images/help-icon-blue.png) top left no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#sidebar{
	margin:15px 15px 15px 0px;
	width:230px;
	vertical-align: top;
	padding: 15px 15px 15px 0px;
}
.welcome{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.welcome .balance_casino {
	padding: 2px;
	font-weight: normal;
	font-size: 11px;
	background: #d322c4;
	margin-bottom: 2px;
	color: #ffffff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, san-serif
}
.welcome .logout{
	margin-top: 5px;
	height: 20px;
	background: #CC0000 url(../images/cmt_logout.gif);
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #CC0000;
}
#menus .menu{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	border-bottom: solid 1px #CCCCCC;
}
#menus .menu a.leftmenu {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #d322c4;
	text-decoration: none;
}

#menus .menu a.leftmenu.active, #menus .menu a.leftsubmenu.active {
	color:5a15c4;
}

/* Content */
#content{
	
	}
	#main-box{
		position:relative;
	}
	.button_note{
		float:left;
		margin-left:15px;
		width:85%;
		display:none;
	}
	.page_title {
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		/* color: #F66013; */
		color:#d322c4;
		padding-bottom: 5px;
		border-bottom: solid 1px #CCCCCC;
	}
	
	.button{
		height: 20px;
		background: #FFFFFF url(../images/cmt_button.gif);
		font-family: Verdana, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		border: solid 1px #CCCCCC;
	}
	
	.button:disabled{
		color:gray;
	}
	
	#content #list{
		margin-top:10px;
	}
	
	.tabs{
		margin-top:10px;
	}
	
	.button-group{
		padding-top: 10px;
		text-align: center;
		border-top: 1px solid #eee;
	}
	
	.control-label.required:after {
		content: "*";
	}
	.field.error{
		border-color: #C00;
	}
	
	span.success {
		background:url("../images/cmt_yes.gif") no-repeat 2px 2px;
		padding-left: 16px;
		font-style:italic;
		white-space:nowrap;
	}
	
	span.error {
		background:url("../images/cmt_error.gif") no-repeat 2px 2px;
		padding-left: 16px;
		color:#C00;
		font-style:italic;
		white-space:nowrap;
	}
	
	.error-box{
		background: #CC0000;
		padding: 5px 10px ;
		font-family: Verdana, Arial, Helvetica, san-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		margin:0px auto 10px;
	}
	
	.success-box{
		background: #ab1aa0;
		padding: 5px 10px;
		font-family: Verdana, Arial, Helvetica, san-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		margin:0px auto 10px;
	}
	
	.form-horizontal .control-label{
		padding-top: 3px;
		white-space:nowrap;
	}
	
	.form-horizontal .radio{
		padding-top: 3px;
	}
	.input-group-addon{
		width:20px
	}
	
	.loading-overlay-gray{
		height: 100%;
		width: 100%;
		padding: 50px 0px;
		position:absolute; 
		top:0; 
		left:0; 
		width:100%; 
		height:100%; 
		z-index:3;
		display:none;
	}
	.loading-gif{
		background: url(../images/ajax-loader-transparent.gif);
		height: 100;
		width: 100;
		position: absolute;
		top: 0;
		z-index:4;
		display:none;
	}
	
	.no_data_display{
	  background: #eee;
	  color: black;
	  padding: 2px;
	}
	
	td.tab_head1.sortable:after{
		content: url(../images/sort_both.png);
		display:inline-block;
		vertical-align:middle;
	}
	td.tab_head1.sortable.asc:after{
		content: url(../images/sort_asc.png);
	}
	td.tab_head1.sortable.desc:after{
		content: url(../images/sort_desc.png);
	}
	
	.navigation .page-item{
		padding : 5px;
	}
	
	.reports_filter .row{
		margin-bottom:5px;
	}
	.reports_filter .row label{
		margin-bottom:0px;
	}
	.response_box{
		background:#eee; 
		padding: 10px 0px;
	}
	#profileLimitDetailsWrap{
		max-height: 200px;
		margin: 10px 0px;
		background: lightgray;
		overflow-y: auto;
	}
	#profileLimitDetails{
		padding: 0px 0px 0px 25px;
		background: lightgray;
		margin-bottom:0px;
	}
.footer {
	background: #EEE;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
	padding: 10px 12px;
	border-top: 1px solid #CCC;
	caption-side: bottom;
	display: table-caption;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.table-row{
	display:table-row;
}
.table-col{
	display:table-cell;
}

.caption {border:1px solid grey; caption-side: top; display: table-caption; text-align: center; }

.glyphicon-row{
    font-size: 8px;
}

.btn-glyphicon-row{
	padding: 2px 4px 2px 4px;
}



/****** Icon with tooltip *******/
.icon{
	min-width: 10px;
	min-height: 10px;
	display:inline-block;
}

.icon-info{
	height:12px;
	width:12px;
	background: url("../images/info-icon.png");
	background-size:12px;
}
.icon-holder{
	position : relative;
}
.hover-text{
	display:none;
}

.icon-holder:hover .hover-text {
    display: block;
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px;
    bottom: 25px;
    width : 200px;
    white-space: normal;
    border-radius: 5px;
    left:-100px;
}

.icon-holder:hover:after{
	content: "";
    position: absolute;
    border: none;
    width: 0px;
    height: 0px;
    bottom: 15px;
    border-width: 5px;
    border-color: black transparent transparent transparent;
    border-style: solid;
    left:0px;
}

.btn-primary {
  color: #fff;
  background-color: #970c8c;
  border-color: #b43dab;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #af11a3;
  border-color: #b43dab;
}
