@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D1D1D;
	background-color: #253F60;
}
.table_class {
	background-color: #FFF;
}
.table_class2 {
	background-color: #C9C9C9;
}
.footer {
	font-size: 10px;
	color: #666;
	padding: 8px;
}

.input_text {
	color: #333;
	padding: 5px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	background-color: #EFEFEF;
	line-height: 1.6;
}
.msg_red {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
.mobilesite { display:inline; 
padding: 2px; }
.main { display:none; }

.thechart {
	min-width: 20em; 
	height: 250px; 
	max-width: 20em; 
	margin: 0 auto;
}
.thechart2 {
	width:300px;
	
}
.chartdiv {
	height:100%;
}
.hidden-sm {
	display:none;
		
}
.ui-listview > .ui-li-static {
    padding: 5px 0px !important;
}
/* First breakpoint at 576px */
/* Inherits mobile styles, but floats containers to make columns */

@media all and (min-width: 36em) {
	.ui-listview > .ui-li-static {
   		padding: .7em 1em !important;
	}
	.hidden-sm {
		display:block;
	}
.main {
	display: inline;
}
.mobilesite {
	display: none;
	
}
.thechart {
	min-width: 35em; 
	height: 350px; 
	max-width: 35em; 
	margin: 0 auto;
}
.thechart2 {
	/*min-width: 35em; 
	height: 350px; 
	max-width: 35em; 
	margin: 0 auto;*/
	width:100%;
	max-width: 750px; 
	height:100%;
	position:relative;
}
}
.btn_label {
	font-size: 18px;
	margin-bottom: -8px;
}
.ccname {
	color: #1D1D1D;
}
.ccname a {
	color: #1D1D1D !important;
	text-decoration:none;
}
.ccname a:hover {
	color: #1D1D1D;
	text-decoration:underline;
}
.money {
	width: 140px;
    text-align: right;
    float: right;
    font-weight: bold;
}
.total {
	border-top: thin solid rgba(33,33,33,1.00);
}