body {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #FFF;
}

input[type=text],
input[type=url],
input[type=number],
input[type=email] {
	min-width: 200px;
}

#page-content-wrapper {
	padding-top: 80px;
	padding-bottom: 50px;
}

#footer {
	padding: 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #F8F8F8;
	border-top: 1px solid #E7E7E7;
	z-index: 5000;
}

/* Overlay */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 230, 230, 230, .5 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}
.table>tbody>tr>td{
	border: 1px solid #777;
	
	font-size: 15px;
	font-family: "Calibri";
	font-weight: bold;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #e6e6e6;
}
.table th {
	background-color: #777;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 0;
}

.table>tfoot>tr>td {
	border-left: 0;
}

.align-right {
	text-align: right;
}

.valign-middle {
	vertical-align: middle;
}

.img_viewer {
	width: 300px;
	height: 200px;
	margin: auto;
}

.chart_container {
	margin-bottom: 15px;
}

tr.data-chart td {
	cursor: pointer;
}

.background {
	width: 300px;
	height: 180px;
	border: 1px solid #CCC;
	padding-top: 100px;
	padding-left: 20px;
	font-weight: bold;
}

.error {
	color: #FF0000;
}