
div.admin_login{
	width: 300px;
	height: 180px;
	padding-top: 20px;
	padding-left: 40px;
	text-align: center;
	margin: auto;
	background-color: #C6F2FC;
	border-radius: 10px;
}

div.admin_menu{
	width: 99%;
	padding: 10px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
	background-color: #C6F2FC;
}

div.admin_content{
	padding: 10px;
	padding-top: 20px;
	width: 99%;
	height: 100%;
	background-color: #C6F2FC;
}


input[type=submit] {
	-moz-box-shadow:inset 0px 0px 0px 1px #cf866c;
	-webkit-box-shadow:inset 0px 0px 0px 1px #cf866c;
	box-shadow:inset 0px 0px 0px 1px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 40px;
	text-decoration:none;
	text-shadow:0px 0px 0px #854629;
}

input[type=submit]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

input[type=submit]:active {
	position:relative;
	top:1px;
}

.glyphicon {
	font-size: 18px;
}

.navbutton {
	-moz-box-shadow:inset 0px 0px 0px 1px #B7DFB2;
	-webkit-box-shadow:inset 0px 0px 0px 1px #B7DFB2;
	box-shadow:inset 0px 0px 0px 1px #B7DFB2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #B7DFB2), color-stop(1, #B7DFB2));
	background:-moz-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:-webkit-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:-o-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:-ms-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:linear-gradient(to bottom, #B7DFB2 5%, #B7DFB2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7DFB2', endColorstr='#B7DFB2',GradientType=0);
	background-color:#B7DFB2;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #B7DFB2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 20px !important;
	text-decoration:none;
	text-shadow:0px 0px 0px #854629;
}
.navbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #B7DFB2), color-stop(1, #B7DFB2));
	background:-moz-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:-webkit-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:-o-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:-ms-linear-gradient(top, #B7DFB2 5%, #B7DFB2 100%);
	background:linear-gradient(to bottom, #B7DFB2 5%, #B7DFB2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7DFB2', endColorstr='#B7DFB2',GradientType=0);
	background-color:#B7DFB2;
}
.navbutton:active {
	position:relative;
	top:1px;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:10000 !important; background-color: white; font-size: 20px !important; } 

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #B7DFB2;
}