html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


:focus {
	box-shadow: none !important;
	outline:0 !important;
	outline-style: none;
	outline-width: 0px !important;
	outline-color: none !important;
}

input, textarea, select { border-color:#000 !important; }


#navbar a.nav-link {
	color:#000;
}


#loginbox {
	background:#fffffc;
	padding:15px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}




.login-error {
	text-align:center;
	color:#cc0000;
	margin-bottom:10px;
}

.add-base, .add-account {
	margin-bottom:5px;
}


#accounts_panel {
	padding:10px;
	background-color:#efefeb;
	margin-top:15px;
}

table td {vertical-align: middle !important;}
table th {vertical-align: middle !important;}



.btn-darkblue {background-color:#003366; color:#fff;}
.btn-darkblue:hover {background-color:#0066cc; color:#fff;}
.text-darkred {color:#990000;}


.popover {max-width:320px;}
.popover .arrow:after {border-right-color:#333;}
.popover-body {background:#333 !important; color:#fff;}
	

td.dow, td.hour {cursor:pointer;}

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:5px 15px;
	background:#212529;
	color:#fff;
}


#footer {

}