/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.hide {display:none;}
.show {display:block;}

/* STRAC Gold */
.strac{
	color:#b38742;
}

.bold {
	font-weight:bolder;
}

input{
	padding:2px;
}

th{
	color: #fff !important;
	background-color: #0072bc !important;
	border-color: #fff !important;
}

/* login button */
.rememberme {
	border: 1px solid #aaa !important;
	color:#fff;
}

.ui-menu-item {
	background-color: #ccc !important;
	cursor: pointer;
}

.ui-menu-item:hover {
	background-color: #555 !important;
	color:#fff;
	cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #ccc;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

}

.control-label{
	color:#444; 
}

.public-container{
  position: absolute;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 2%;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .export-data { display: none; }
}

