/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 105px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer .container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  float: left;
}
.container .text-muted {
  margin: 0;
  font-size: 11px;
}


.wrapper {
	padding: 15px;
}

.wrap-loading {
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.2); /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
}

.wrap-loading div {
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -21px;
    margin-top: -21px;
}

.display-none { display: none; }

.panel-layout {
	border-color: #e7e7e7;
}

.bgColor { background-color: #f8f8f8; }

.text-left {text-align: left;}

.theader { background-color: #e7e7e7; }

thead th, .text-center { text-align: center; }

#dataList > tbody  tr:HOVER {cursor: pointer;}

.notice { background-color: #BBBBFF; }

.btn-big {
	line-height: 70px; 
	font-size: 20px; 	
 }
