* {
    margin: 0;
}

html, body {
  margin: 0 auto;
  padding: 0;         
  height: 100%;
  /*overflow-x:hidden;*/
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

/*a {
  color: #26A44B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1A7134;
  text-decoration: underline;
}
*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.push {
    height: 50px; /* .push must be the same height as .footer */
}

#header {
	width:100%;
	position:relative;
	height:100px;
	background: #A79864 url(../img/headbg.png) no-repeat;
}

#header #header-top{
	width:100%;
	height:15px;
	background-color:#2E2F2D;
}

#header #logo{
	position:absolute;
	width:259px;
	height:100px;
	top: 0px; left: 0px;
}

#header #logo img{
	width:100%;
	height:100%;
}

#header #appname{
	display:none;
	position:absolute;
	width:193px;
	height:42px;
	top: 5px; left: 132px;
	background:url(../img/appname.png) no-repeat center center;
}

#header #powerby{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:0.75em;
}

#header #logininfo{
	position:absolute;
	text-align:right;
	top:10px; right:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#header #top-menu{
	position:absolute;
	right:10px;
	bottom:0px;
}

#header #top-menu .navbar-nav a{
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	text-shadow:none !important;
}

#header #top-menu .dropdown-menu a{
	color:#333333 !important;
}

#header a:link, #header a:visited, #header a:active{
	color:#fff !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  text-decoration: none;
  background-color: #BDB188 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }

#content{
	padding:10px;
}

#footer{
	
	height:50px;
	color:#fff;
	background: #231F20;
}

#footer .copyright{
	padding-top:20px;
	margin-left:20px;
}

#regbox{
	width:500px;
	margin:0px auto;
}

#adminform{
	margin:0px auto;
}

#regbox label{
	min-width:100px;
}

#adminform label{
	min-width:200px;
}

#adminform th, #adminform td{
padding:5px;
}

#adminform .field{
	min-width:200px;
}

#adminform textarea{
	min-height:100px;
}

.table th{background-color:#dddddd !important;}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.time-container {
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	position:relative;
}

.time-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

#timeHolder-prev, #timeHolder-next{
	position:absolute;
	width:50px; height:50px;
	top:200px;
	display:none;
}

#timeHolder-prev{
	left:70px;
}

#timeHolder-next{
	right:50px;
}


.donutHolder, .donutHolder-report {
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 20px;
    position: relative;
	margin:5px;
}


.donut-chart,.donut-chart-report {
    width: 150px;
    height: 150px;
}

.donut-data, .donut-data-report {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.donut-label, .donut-label-report{
	width: 150px;
	text-align:center;
	font-size: 20px;
	margin-top:15px;
	color:#999999;
}

.donut-label-report{
	width: 95px;
	font-size: 15px;
}

.row div{
	margin:2px !important;
}

.chart-nav{
cursor:pointer;}

.opt-dis{
	position:relative; 
	cursor:pointer;
	float:left; 
	padding:4px; 
	color:#fff; 
	width:60px; 
	text-align:center;
	margin-right:1px;
}

.cell{border-right:1px solid #ffffff; }

@media print {
	.page-break	{ display: block; page-break-before: always; }
	.opt-print {border:1px solid #000;}
	.print-cirle-sep{width:80px}
	.print-cirle-sep-narrower{width:40px}
	.time-container {
		width: 1100px !important;
	}
}

.show-print{display:none} 
.hide-print{display:inline}