body.login {
	background-image: url("../img/grass_bg.png");
	background-color: #fc8003;
	background-size: cover;
}

body.login .checkbox label,
body.login  a {
	color: #ffffff;
}

.logo-brand {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#afc959+0,88b95f+100 */
	background: #fc8003; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc8003 0%, #794b09 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fc8003 0%,#794b09 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fc8003 0%,#794b09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8003', endColorstr='#794b09',GradientType=0 ); /* IE6-9 */
}

.logo-brand img {
	max-width: 215px;
}

.login-header {
	background-color: rgba(0,0,0,0.5);
}

.login-header .logo {
	margin-top: 15px;
}

.login-wrapper {
	color: #000000;
}

.login-wrapper a, .login-wrapper a:hover, .login-wrapper a:focus {
    color: #000000;
}

.sidebar-left {
	background-image: url("../img/grass_bg.png");
}

ul.sidebar-menu {
	background-color: rgba(0,0,0,0.5);
}

ul.sidebar-menu li a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
	border-bottom: 1px solid #ffffff;
	background-color: #aab2bd;
}

body.loginPage {
	background-image: url(../img/leaves_bg.jpg);
	background-color: #888888;
	background-size: cover;
}

body.loginPage .login-wrapper, body.loginPage a {
	color: #ffffff;
}

body.loginPage a:hover {
	color: #ffffff;
}

ul.sidebar-menu li.selected a, ul.sidebar-menu li.selected a:hover, ul.sidebar-menu li.selected a:focus, ul.sidebar-menu li.active a, ul.sidebar-menu li.active a:hover, ul.sidebar-menu li.active a:focus {
	background-color: rgba(42,52,57,0.7);
}

a {
	color: #009dcf;
}

.fullWidthBackgroundBox {
	margin: 15px -15px;
	padding: 15px;
}

.numberCell {
	text-align: right;
}

.large-title {
	padding: 15px;
}

#acceptedJobsList {
	font-size: 12px;
}
#completedJobsList, #notCompleteJobsList {
	font-size: 11px;
}

.notesTable td {
	vertical-align: top;
}

.noteRow1 td {
	border-top-color: #333333 !important;
}

.noteRow2 td {
	font-size: 12px;
}

ul.nav-user li.dropdown a.dropdown-toggle {
	max-width: 250px;
}

.dropdown-menu.primary > li > a:hover, .dropdown-menu.primary > li > a:focus {
	background-color: #fc8003;
}

.invalid-feedback {
	border: 1px solid red;
    border-radius: 3px;
    background-color: pink;
    padding: 4px;
    color: red;
    font-weight: bold;
    margin: 3px auto;
}

input.form-control[read-only], input.form-control:read-only {
	background-color: #e6e9ed !important;
}

.fc-grid th {
    background: #f77e04 !important;
}

.fc-widget-header {
    border-color: #777;
}

.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #f77e04 !important;
}

#calendar a:hover {
    color: #000000;
}