h3 {
	font-size: 18px;
	margin: 35px 0 20px;
	font-weight: bold;
}

.modal-header h3 {
	margin: 20px 0 10px;
}

.modal-body a, .news-content a {
	color: #ee0000;
}

.modal-body a:hover, .news-content a:hover {
	color: #333333;
}

.modal-body a.btn-default,
.modal-body a.btn-default:hover {
	color: #333;
}

/* news */
.news-item {
	border-bottom: 1px solid #cbd5dd;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.news-release-date {
	margin: 0;
}

.news-title {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0;
}

.link-info {
	color: #ee0000;
}

.link-warning {
	color: #FF9F33;
}

.link-danger {
	color: #FF3833;
}

.link-success {
	color: #00B78F;
}

/* content group */
.content-group {
	border-bottom: 1px solid #E9E9E9;
	margin: 0 -15px 10px -15px;
}

.content-group .content {
	padding: 0 15px;
	margin-bottom: 10px;
}

.content-group .content label,
.content-group .content label a {
	display: block;
}


/* navigation */
.logo {
	z-index: 2;
}

.signin-header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.signin-header .logo img {
	width: 120px;
}

.top-nav {
	display: none;
	position: relative;
	z-index: 1;
}

#header[data-is-dev="true"] .logo {
	background-color: #e94b3b;
}

#content {
	top: 50px;
}

.top-header {
	height: auto;
}

.top-header .top-nav .nav-right {
	width: 100%;
}

.top-header .top-nav .nav-right .glyphicon {
	margin-right: 5px;
}

.top-header .top-nav .nav-right > li {
	float: none;
	margin-left: 0;
}

.top-header .top-nav .nav-right > li > a {
	border-radius: initial;
	background-color: white;
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 8px;
	color: #333;
}

.top-header .back-button {
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 46px;
	padding: 10px 12px;
	border-radius: 4px;
	line-height: 1.42857;
	color: #fff;
	font-size: 16px;
}


/* time entries */
.time-entries .time-entry-type {
	margin: 0 0 1.5rem 0;
}

.time-entries .time-entry-type:last-child {
	margin: 0;
}

.time-entry-type-title {
	display: block;
	margin: 0 0 0.5rem;
}

.time-entry {
	display: flex;
	margin: 0 0 0.5rem 0;
}

.time-entry-type .time-entry:last-child {
	margin: 0;
}

.time-entry-time, .time-entry-action {
}

.time-entry-time {
	flex: 6;
}

.time-entry-action {
	flex: 1;
	text-align: right;
}


/* page actions */
.btn-page-action {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn-page-action .glyphicon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
}

.nav-page-actions-wrapper {
	position: fixed;
	bottom: 65px;
	right: 20px;
}

.nav-page-actions {
	display: none;
}

.nav-page-actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.nav-page-actions ul li button {
	display: inline-block;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	color: #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.nav-page-actions ul li button:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.create-entry {
	color: #23ae89;
}


/* form */
.ui-select-multiple.ui-select-bootstrap {
	padding: 4px 3px 2px;
}

.checkbox-label {
	margin: -20px 0 0 10px;
	font-weight: normal;
	display: block;
}

.form-validation .ng-invalid .ng-dirty {
	border-color: #E94B3B;
}

.ui-select {
	margin: 0;
	width: 100%;
	/*border: 0;*/
}

.ui-select > select {
	width: 100%;
	text-transform: none;
	font-size: inherit;
	font-weight: normal;
	text-indent: 0;
	padding: 7px 15px 7px 10px;
	color: #555;
	z-index: 1;
}

.time-entry-form-group {
	display: flex;
	margin: 10px 0;
}

.time-entry-form-group input {
	margin-right: 10px;
}

.time-entry-form-group input.last {
	margin-right: 0;
}

/* toastr */
#toast-container > div {
	opacity: 1;
}

#toast-container .toast-close-button {
	right: 0.2em;
}

.toast-message {
	padding-right: 20px;
}


/* date picker */
.ui-datepicker .btn-default[disabled] {
	opacity: 0.25;
	filter: alpha(opacity=25);
}


/* ios scroll fix */
#content .page {
	height: calc(100% + 1px);
}


/* others */
#timeline {
	margin-bottom: 15px;
	width: 100%;
}

.timeline_nav {
	width: 11%;
	padding-top: 12px;
}

.next_calendarweek {
	border-left: none;
}

.calendar_week {
	padding-top: 2px;
	border-left: none;
	width: 26%;
}

#timeline, .timeline_nav, .calendar_week {
	height: 45px;
}

.calendar_week.active {
	background-color: #1c7ebb;
	color: #ffffff;
}

.calendar_week.current {
	text-decoration: underline;
}

.week_top {
	font-size: 15px;
}

.week_bottom {
	font-size: 10px;
	letter-spacing: 0px;
	white-space: nowrap;
}

#week_overview {
	clear: both;
}

.timeline_nav, .calendar_week, .week_day {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.week_day {
	border-top: none;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}

.day_date {
	width: 20%;
	padding: 5px 0;
}

.timeline_nav, .week_top, .week_bottom, .day_date {
	text-align: center;
}

.week_top, .week_bottom, .week_day span {
	display: block;
}

.week_day span .glyphicon {
	display: inline;
}

.date_top {
	font-size: 14px;
}

.date_top, .week_top {
	font-weight: bold;
}

.day_description {
	padding: 5px 0;
	padding-left: 10px;
	width: 80%;
	min-height: 50px;
	border-left: 1px solid #e9e9e9;
	float: right;
}

.hasAssignment.hasOneElement .day_description.first {
	min-height: 64px;
}

.day_date, .day_description {
	border-top: 1px solid #e9e9e9;
}

.day_date, .calendar_week, .timeline_nav {
	float: left;
}

.description_top,
.description_label {
	display: inline-block !important;
}

.description_top {
	font-weight: bold;
	font-size: 14px;
}

.description_label {
	padding: 0.2em 0.4em 0.2em;
}

.daterange-type-0 {
	background-color: #fff;
	border-color: #eee;
	color: #767676 !important;
}

.description_label_type_10,
.daterange-type-10 {
	background-color: #FF3833;
	border-color: #e43a36;
}

.description_label_type_11,
.daterange-type-11 {
	background-color: #924C23;
	border-color: #844520;
}

.description_label_type_20,
.daterange-type-20,
.description_label_type_40,
.daterange-type-40 {
	background-color: #00B78F;
	border-color: #00a27f;
}

.description_label_type_30,
.daterange-type-30 {
	background-color: #091E2D;
	border-color: #071520;
}

.description_label_type_31,
.daterange-type-31 {
	background-color: #FF94EF;
	border-color: #ef8be0;
}

.description_label_type_32,
.daterange-type-32 {
	background-color: #999999;
	border-color: #8d8d8d;
}

.description_bottom, .date_bottom {
	font-size: 11px;
}


.shown_mobile {
	display: initial !important;
}

.hidden_mobile {
	display: none !important;
}

.not_mobile .top-nav, .not_mobile aside, .not_mobile #content, .mobile_info, .not_mobile .toggle-min {
	display: none;
}

.not_mobile .mobile_info {
	display: block;
	position: relative;
	top: 50px;
	padding: 15px 20px 10px;
	min-height: 52px;
	margin-bottom: 0;
}

.no-margin {
	margin: 0;
}

.ta-hidden-input {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10000px;
	left: -10000px;
	opacity: 0;
	overflow: hidden;
}


/* tablet fixes */
.top-header {
	background-color: #fff;
}

.top-header .menu-button {
	display: block !important;
}

.top-header .logo {
	width: 100% !important;
}

.top-header > header {
	background-color: inherit;
}

#nav-container {
	display: none !important;
}

#content {
	left: 0 !important;
}

.top-header .toggle-min {
	display: none !important;
}

.top-header .top-nav {
	padding-left: 0;
	padding-top: 60px;
}

/* clock picker */
.form-control-clock-picker {
	cursor: text !important;
	background-color: #fff !important;
}

.clock-picker-area {
	position: relative;
}

.clockpicker-popover {
	margin-bottom: 30px;
}

/* downloads */
.download-list {
	margin: 0 0 10px 0;
}

.download-item {
	display: block;
	border-bottom: 1px solid #cbd5dd;
	padding: 5px 0 13px 0;
	background-color: #fff;
	clear: both;
}

.download-item:hover {
	background-color: #eee;
}

.download-icon {
	float: left;
	width: 50px;
	font-size: 26px;
	padding: 4px 0 0 13px;
}

.download-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 4px 50px;
}

.download-description {
	margin: 0 0 0 50px;
}

/* set new password */
.icon-exclamation-sign {
	color: red;
}

.icon-check {
	color: green;
}

.icon-exclamation-sign, .icon-check {
	width: 15px;
}


.disabled {
	color: #cccccc;
}

.disabled .ivh-treeview-twistie {
	color: #555;
}

.disabled .ivh-treeview-checkbox {
	pointer-events: none;
	opacity: 0.5;
	color: #555;
}


.shift-pools .callout {
	margin-top: 0;
}

.shift-pool-title {
	font-weight: bold;
	line-height: inherit;
}

.shift-pools .last ul {
	margin-bottom: 0;
}

/* assignment locations */
.ivh-treeview-toggle {
	padding: 0 2px 0 0;
	position: relative;
	top: -2px;
}

.ivh-treeview-node-leaf .ivh-treeview-twistie {
	display: none;
}

.ivh-treeview-node-leaf > div {
	padding: 0 0 0 17px;
}


.assignment-location-filter {
	min-width: 220px;
}

.assignment-location-filter > li > label {
	padding-left: 55px;
}

.assignment-location-filter > li:last-child > label {
	margin-bottom: 0;
}

.assignment-location-filter .ui-checkbox input[type="checkbox"]:checked + span:after {
	left: 40px;
}

#content .page-assignment-locations .panel-body {
	overflow: visible;
}

.assignment-location-filter button {
	margin-left: 20px;
}

.fc-bgevent.white,
.status-0,
.fc-bgevent.auto-created {
	background-color: #ffffff;
}

.fc-bgevent.green,
.status-1 {
	background-color: #71cbb3;
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
}

.fc-bgevent.red,
.status-3 {
	background-color: #ee8686;
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
}

.fc-bgevent.yellow,
.status-2 {
	background-color: #fdcf00;
	position: absolute;
	top: 0;
	bottom: 0;
}

.fc-bgevent.blue,
.status-4,
.status-6 {
	background-color: #2EC1CC;
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
}


/* login page */
.page-signin input::-ms-reveal,
.page-signin input::-ms-clear {
	display: none;
}

.password-eye-login {
	position: absolute;
	right: 10px;
	z-index: 10;
	font-size: 21px;
	top: 6px;
	cursor: pointer;
}

.password-eye-pw {
	padding-right: 40px !important;
}

.sector-changed {
	color: #E94B3B;
	font-weight: bold;
}


.time-entry-form-group .timepicker {
	margin-right: 15px;
}

.timepicker input.form-control {
	width: 50px;
	margin-right: 0px;
}

.nr-of-hours {
	width: 60px;
}

.timepicker tr.text-center {
	display: none;
}

/* langs */
.langs-menu {
	margin: 30px 0 10px 0;
	padding: 0;
	list-style: none;
}

.langs-menu a {
	background-color: white;
	display: block;
	padding: 2px 8px;
}

.langs-menu .active a,
.login-langs .active {
	font-weight: bold;
}

.panel-body {
	min-height: 180px;
}

#loading-bar-spinner.custom {
	position: relative;
	left: 50%;
	top: 50px;
	width: 40px;
	margin-left: -25px;
}

#loading-bar-spinner .spinner-icon.custom {
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.ui-select-bootstrap .ui-select-choices-row > a {
	white-space: normal;
	padding: 5px 10px;
	line-height: 1.3;
}
