.errorMessage{
  color: #b94a48;
}
#header h1 .brand {
	background-image: url("../images/timesheet.png") !important;
	height: 100px;
	width: 300px;
}
.container.login .brand {
        background-image: url("../images/timesheet.png") !important;
        height: 100px;
        width: 300px;
}

#header .brand{
	background-image: none !important;
	height: 10px;
}
input.durationField, input.durationField2{
	width: 50px !important;
}
.pager li > a {
    background-color: #8DB552 !important;
}
.pager li > a:hover {
  background-color: #44474F !important;
}
.navbar{
	border: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
	color: #333333 !important;
}
.control-group, .form-horizontal .control-group {
	padding: 10px;
}
.form-actions {
	padding: 7px 20px 8px;
}
.input-mini {
    width: 90%;
}
.ui-state-highlight{
	background: none;
	border: none;
}
optgroup[label]{
	background-color: #CCCCCC;
	color: #FFFFFF;
}
option{
	background-color: #FFFFFF;
	color: #333333;
}
.form-actions button{
	margin: 1px;
}
/* FANCY BOX IFRAME */
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}
