body {
	font: 13px/1.7em 'Open Sans', arial, sans-serif;
	background-color: #eee;
}

.subnavbar {
	/*
	border-top: 1px solid #595959;
	*/
	border-top: 1px solid #eee;
	margin-bottom: 2.5em;
}

.subnavbar .subnavbar-inner {
	/*
	background-image: linear-gradient(to bottom, #414141 0%, #323232 100%);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	*/
	background-color: #eee;
	background-repeat: repeat-x;
	border-bottom: 1px solid #eee;
	height: 50px;
}

.subnavbar .subnav-toggle {
	color: #50a346;
	display: none;
	font-size: 18px;
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
}

.subnavbar .subnav-toggle:focus,
.subnavbar .subnav-toggle:hover {
	text-decoration: none;
}

.subnavbar .mainnav {
	/*
	border-left: 1px solid #292929;
	border-right: 1px solid #4a4a4a;
	*/
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: inline-block;
	height: 80px;
	margin: 0;
	padding: 0;
}

.subnavbar .mainnav > li {
	/*
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #292929;
	*/
	/*border-left: 1px solid #eee;*/
	/*border-right: 1px solid #eee;*/
	float: left;
	height: 80px;
	list-style: outside none none;
	margin: 0;
	min-width: 90px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}




/*
.subnavbar .mainnav.cb-nav-user > li {
	width: 200px;
}

.subnavbar .mainnav.cb-nav-user > li > a > span {
	max-width: 200px;
	overflow: hidden;
}

@media (min-width: 769px) and (max-width: 991px) {
	.subnavbar .mainnav.cb-nav-user > li {
		width: 100px;
	}
	.subnavbar .mainnav.cb-nav-user > li > a > span {
		font-size: 80%;
		line-height: 10px;
	}
}
*/




.subnavbar .mainnav > li > a {
	/*
	color: #636363;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	*/
	color: #555;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	padding: 0 15px;
	text-decoration: none !important;
}

.subnavbar .mainnav > li > a:hover {
	text-decoration: none;
}

.subnavbar .mainnav > li.active > a {
	/*
	background: #333 none repeat scroll 0 0;
	*/
	color: #50a346;
}

.subnavbar .mainnav > li.active > a:hover {
	text-decoration: none;
	/*
	color: #eee;
	*/
}

.subnavbar .mainnav > li > a > i {
	display: inline-block;
	font-size: 28px;
	height: 24px;
	margin-bottom: 9px;
	margin-top: 12px;
	position: relative;
	top: 2px;
	width: 24px;
}

.subnavbar .mainnav > li > a > span {
	display: block;
	padding-bottom: 2px;
}

.navbar-fixed-top {
	position: fixed !important;
}

.mainnav > li.logo {
	padding-top: 13px !important;
	border: none;
}

.subnavbar .mainnav > li > a {
	/*
	color: #eee;
	*/
}

.subnavbar .mainnav > li > a:hover,
.subnavbar .mainnav > li.active > a {
	color: #50a346;
}

.subnavbar .mainnav > li {
	min-width: 100px;
}

.dropdown-menu > li > a.focus,
.dropdown-menu > li > a:hover {
	background-color:#0078c8;
	color: #FFFFFF;
}

.main {
	margin-top: 0px !important;
}

.subnavbar {
	top: 0;
	position: fixed !important;
	width: 100%;
	z-index: 100;
}

@media (max-width: 979px) {
	.navbar-fixed-top {
		position: static;
		margin-bottom: 0;
	}
	.navbar .btn-navbar {
		font-size: 18px;
		background: none;
		filter: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar .container {
		padding: 0 10px;
	}
	.subnavbar .subnavbar .container {
		width: auto;
	}
}

@media (max-width: 768px) {
	.navbar {
		padding-left: 10px;
		padding-right: 10px;
		margin-right: -20px;
		margin-left: -20px;
	}
	.navbar .navbar-nav > li > .dropdown-menu::before,
	.navbar .navbar-nav > li > .dropdown-menu::after {
		display: none;
	}
	.subnavbar .subnav-toggle {
		display: block;
	}
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;
	}
	.subnavbar .btn-subnavbar {
		display: block;
	}
	.subnavbar .subnavbar-inner {
		height: auto;
	}
	.subnavbar .mainnav {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 1em;
		margin-bottom: 1.5em;
		border: none;
	}
	.subnavbar .mainnav > li {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 1em;
		text-align: left;
		border: none;
	}
	.subnavbar .mainnav > li > a {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-right: .5em;
		/*
		color: #CCC;
		*/
		font-size: 13px;
		font-weight: 600;
	}
	.subnavbar .mainnav > li > a > span {
		display: inline;
	}
	.subnavbar .mainnav > li > a > i {
		display: inline;
		margin-right: .5em;
		margin-bottom: 0;
		font-size: 14px;
	}
	.subnavbar .mainnav > li > a .caret {
		margin-top: -2px;
		margin-left: 3px;
	}
	.subnavbar .mainnav > li.active > a {
		color: #50a346;
		background: transparent;
	}
	.subnavbar .dropdown .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		background: transparent;
		border: none;
		box-shadow: none;
	}
	.subnavbar .dropdown .dropdown-menu a {
		padding: 12px 40px;
		/*
		color: #FFF;
		*/
		font-weight: 600;
	}
	.subnavbar .dropdown .dropdown-menu a:active,
	.subnavbar .dropdown .dropdown-menu a:focus {
		background: #555 !important;
		outline: none;
	}
	.subnavbar .dropdown .dropdown-menu::before,
	.subnavbar .dropdown .dropdown-menu::after {
		display: none;
	}
	.subnavbar .dropdown.open .caret {
		display: inline-block;
	}
	.subnavbar .dropdown-submenu > a:after {
		display: none;
	}
	.subnavbar .dropdown-submenu > .dropdown-menu {
		display: block;
	}
	.subnavbar .dropdown-submenu > .dropdown-menu > li > a {
		padding-right: 20px;
		padding-left: 60px;
	}
}

@media (min-width: 768px) {
	.subnav-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
}

.main {
	position: static;
}


@media (min-width:768px) {
	.main {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.top-spacer{
		margin-top: 10px;
	}
}

@media (max-width:768px) {
	.main {
		margin-top: 0;
	}
	.top-spacer{
		margin-top: 10px;
	}
}



.breadcrumb {
	background-color: transparent;
	margin: 0;
}

.breadcrumb > li + li::before {
	content: "> ";
}

aside > .list-group a.active,
aside > .list-group a.active:hover {
	/*background-color: #4eb141;*/
	/*border-color: #50a346;	*/
    background-color: #0078c8;
	border-color: #0078c8;
}

aside > .list-group.active,
aside > .list-group.active:hover {
    /*background-color: #4eb141;*/
    /*border-color: #50a346;*/
    background-color: #0078c8;
    border-color: #0078c8;
}

aside .cb-company {
	font-size: 120%;
	text-align: center;
}

aside .cb-brand {
	font-weight: bold;
}

aside .cb-section {
	font-style: italic;
	padding-left: 30px;
}

aside .list-group a i {
	margin-top: 5px;
	display: none;
}
aside .list-group > a.active > i,
aside .list-group > a:hover > i
{
	display: inline-block;
}

.cb-actions > .btn-group > .btn {
	min-width: 250px;
}

.panel-heading .btn-group a.btn {
	min-width: 150px;
}

.panel-heading > .pull-right > .btn {
	min-width: 150px;
}

.panel-footer .btn-group .btn {
	min-width: 200px;
}

@media (max-width: 1199px) {
	.panel-footer .btn-group .btn {
		min-width: 150px;
	}
}
@media (max-width: 991px) {
	.panel-footer .btn-group .btn {
		min-width: 125px;
	}
}
@media (max-width: 676px) {
	.panel-footer > .btn-group {
		width: 100%;
	}
	.panel-footer > .btn-group > .btn {
		width: 100%;
	}
}




.panel-primary {
	border-color: #333;
}

.panel-primary > .panel-heading {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.btn-primary {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: #50a346;
	border-color: #e80;
	color: #fff;
}

table > tbody > tr > td {
	vertical-align: middle !important;
}

.input-group > .form-control.form-control-inline {
	display: inline-block;
	width: auto;
	float: none;
}

.form-group > .input-group-inline > .form-control {
	display: inline-block;
	width: auto;
	float: none;

}

.panel.panel-sm > .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 3px 10px;
	font-size: 90%;
}

.subnavbar .mainnav {
	border: none;
}

@media (min-width: 1200px) {
	.mainnav > li.logo {
		width: 195px;
		padding-right: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.mainnav > li.logo {
		width: 245px;
		padding-right: 35px;
	}
}

@media (min-width: 677px) and (max-width: 991px) {
	.mainnav > li.logo {
		width: 190px;
		padding-right: 30px;
	}
}

.ui-datepicker {
	padding: .35em .35em 0;
}
.ui-datepicker th {
	font-weight: bold;
	color: gray;
}
.ui-datepicker .ui-widget-header {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#363636));
	background-image: -webkit-linear-gradient(top, #555555, 0%, #363636, 100%);
	background-image: -moz-linear-gradient(top, #555555 0%, #363636 100%);
	background-image: linear-gradient(to bottom, #555555 0%, #363636 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff363636', GradientType=0);
	border: 1px solid #2f2f2f;
	-webkit-box-shadow: inset 0 1px 0 #838383;
	box-shadow: inset 0 1px 0 #838383;
}
.ui-datepicker td a {
	margin-bottom: 0px;
	border: 0px;
}
.ui-datepicker td:hover {
	color: #ffffff;
}
.ui-datepicker td .ui-state-default {
	padding: 6px;
	margin-bottom: 0px;
	color: #505050;
	font-size: 11px;
	text-align: center;
	background: none;
	filter: none;
	border: 0px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.ui-datepicker td .ui-state-default:hover {
	color: #ffffff;
	background: #999999;
	text-shadow: none;
}
.ui-datepicker td .ui-state-active {
	margin-bottom: 0px;
	color: #ffffff;
	font-size: normal;
	background: #50a346;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
	background: #ffffff;
	border: 1px solid #b36b00;
}
.ui-datepicker-today a:hover {
	color: #ffffff;
	background-color: #50a346;
}
.ui-datepicker-today a {
	padding: 0 1px;
	margin-bottom: 0px;
	background-color: #999999;
	cursor: pointer;
}
.ui-datepicker-next-hover .ui-icon,
.ui-datepicker-prev-hover .ui-icon {
	background-color: #ffffff;
	background-image: url(/css/ui-lightness/images/ui-icons_222222_256x240.png);
	opacity: .5;
}

.ui-datepicker select {
	color: #333 !important;
	font-weight: normal !important;
}

.row-print-header {
	display: none;
}




.hidden-screen {
    display: none;
}



.label-timesheet-event {
	display: inline-block;
	margin-right: 10px;
	border: solid 1px #666;
	background-color: #fff;
	color: #333;
	padding-top: 5px;
	font-size: 90%;
    min-width: 60px;
}
.label-timesheet-event > span {
	display: inline-block;
	margin-right: 7px;
}
.label-timesheet-event > span:last-child {
	margin-right: 0;
}
.label-timesheet-event > span > a {
	color: #333;
}
.label-timesheet-event-in {
	border: solid 1px #50a346;
}
.label-timesheet-event-in,
.label-timesheet-event-in > span > a
{
	color: #50a346;
}
.label-timesheet-event-out {
	border: solid 1px #a94442;
}
.label-timesheet-event-out,
.label-timesheet-event-out > span > a
{
	color: #a94442;
}



.label-timesheet-event-break {
    border: solid 1px #c27400;
}
.label-timesheet-event-break,
.label-timesheet-event-break > span > a
{
    color: #c27400;
}






@media (min-width: 750px) and (max-width: 1169px) {
	.subnavbar .mainnav > li {
		min-width: 60px;
	}
	.subnavbar .mainnav > li > a {
		padding: 0 5px;
	}
	.subnavbar .mainnav > li > a > span {
		font-size: 80%;
	}
	.subnavbar .mainnav > li > a > i {
		height: 28px;
	}
	.subnavbar .mainnav.cb-nav-user > li {
		width: 60px;
	}
	.subnavbar .mainnav.cb-nav-user > li > a > span {
		height: 12px;
	}
}

/*new changes Jan 2017*/


@media (min-width: 1200px) {
    .superHeader{
        width: 1170px;
    }
    .datefield{
        padding-left: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .superHeader{
        width: 970px;
    }
    .datefield{
        padding-left: 0px !important;
    }
}

@media (min-width: 677px) and (max-width: 991px) {
    .superHeader{
        width: 750px;
    }
    .datefield{
        padding-left: 15px !important;
    }
    .container {
        width: 750px;
    }
    .subnavbar-inner{
        font-size: 10px;
    }

}

.noPadding{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.minorPadding{
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.borderBottom{
    border-bottom: solid 1px;
    border-color: #A2A2A0;
}
.borderTop{
    border-top: solid 1px;
    border-color: #A2A2A0;
}
.borderLeft{
    border-left: solid 1px;
    border-color: #A2A2A0;
}
.borderRight{
    border-right: solid 1px;
    border-color: #A2A2A0;
}
.heightSet{
    height: 30px;
}
.activeLocal{
    color: #0078c8;
    background-color: #EEEEEE;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none !important;
}
.general{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
}
.icon-reorder{
    color: #FFFFFF;
    text-align: right;
}
.colourWhite{
    color: #FFFFFF
}
.tablesearch{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.paddingTop7{
    padding-top: 7px;
}
.errorClass {
    border:  1px solid red;
}

.backgroundDark{
    background-color: #dcdcdc;
}

.headerSpace {
    margin-top: 10px;
    margin-bottom: 20px;
}

.contractorImg {
    width:25px;
}

.roundImage {
    display: inline-block;
    /*width: 150px !important;*/
    /*height: 150px !important;*/
    max-height: 150px !important;
    border-radius: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.navbar-brand{
    padding-top: 0px !important;
}
.activeMenu{
    color: #0078c8 !important;
    background-color: #EEEEEE !important;
}
.navbar-default{
    border-color: transparent;
    background-color:transparent;
    vertical-align: bottom !important;
    background-color:#0078c8 ;

}
.navbar-default .navbar-nav > li > a{
    color: #FFFFFF !important;
}
.dropdown-menu{
    /*background-color: #449D44;*/
    color: #a91520;
    text-decoration-color: #a91520;
}
/*.navbar-collapse{*/
/*padding-left: 200px !important;*/
/*}*/
/*.container{*/
    /*padding-left: 50px !important;*/
    /*height: 50px !important;*/
/*}*/

.navbar{
    border: 0px !important;
}
/*.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a*/
/*{*/
    /*background-color: #3c883c !important;*/
/*}*/
.navbar-toggle{
    border: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#FFFFFF !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}

@media (max-width: 677px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color: #FFFFFF;
    }
}















.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


@media (min-width: 1675px) {
    .container {
        width: 1675px;
    }
}

.btn-succes{
    color: #fff;
    background-color: #0078c8 !important;
    border-color: #0078c8 !important;
}

.btn-success2{
    /*color: #fff;*/
    /*background-color: #0078c8 !important;*/
    /*border-color: #0078c8 !important;*/

    color: #fff;
    background-color: #0078c8;
    border-color: #0078c8;
}

.btn-success2:hover {

    color: #fff;
    text-decoration: none;
    background-color: #0065A8;

}