/* Coustom CSS */

body {

        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */

      }
.icon-off .icon-white {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.grey {
	color: #999;
}

.nav-collapse h3 {
	margin-top: 5px;
}

.test h3 {
	float: left;
}

.test button {
	float: right;
	position: relative;
	
}


.test a {
	float: right;
	position: relative;
	right: 10px;
}


input .error{
	color: #B94A48;
	border-color: #B94A48;
}

.table-condensed th,.table-condensed td{padding:2px 5px;}

/* Colors for Log */
.yellow {
	background-color: #ffffcb;
}

.select td{
	background-color: #ffff56 !important;
}


.a:hover{
	text-decoration: none;
	color: #333;
}

.a {
	color: #333;  
}