body {
	min-height: 200px;
}

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

.table-fixed { table-layout: fixed; }
.table-fixed th, .table-fixed td { overflow: hidden; }


.navbar-static-top {
	margin-bottom: 19px;
}

.datecontainer {
	margin-bottom: 19px;
}

/* Table column width settings */
.tcol_pct_3 { width: 3%; }
.tcol_pct_4 { width: 4%; }
.tcol_pct_5 { width: 5%; }
.tcol_pct_6 { width: 6%; }
.tcol_pct_7 { width: 7%; }
.tcol_pct_10 { width: 10%; }
.tcol_pct_11 { width: 11%; }
.tcol_pct_13 { width: 13%; }
.tcol_pct_14 { width: 14%; }
.tcol_pct_20 { width: 20%; }
.tcol_pct_25 { width: 25%; }
.tcol_pct_30 { width: 30%; }
.tcol_pct_60 { width: 60%; }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #ff6400;
	color: #fff;
}

.is_clickable { cursor: pointer; }


/*
 * Shifts
 */
.form-control.shift_c { background-color: rgba(255, 3, 3, 0.5); }
.form-control.shift_a { background-color: rgba(5, 17, 255, 0.5); }
.form-control.shift_b { background-color: rgba(55, 207, 0, 0.5); }



/*
 * Employee page
 */

.col_project { width: 28%; }
.col_day { width: 9%; }

body.user_is_external .col_project { width: 20%; }
body.user_is_external .col_hourtype { width: 14%; }
body.user_is_external .col_day { width: 7%; }
body.user_is_external .col_price { width: 10%; }

body.cmp_employee .input-group.is_nan {}
body.cmp_employee .input-group.is_nan input[type="text"] {
    border: 3px solid red;
}

.remarks_addon {
	font-weight: bold;
	color: #999;
}
.remarks_addon.has_remarks {
	color: #3c763d;
	background-color: #dff0d8;
}


/*
 * Approve page
 */
tr.user_is_not_approver {
/*	background-color: rgba(217, 83, 79, 0.3);
	border-color: #d43f3a;*/
}
td.user_label {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 150px; 
}


/*
 * Login page
 */
.cmp_auth {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*
 * Reports pages
 */
.current_week {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tbl_users_hours th, .tbl_users_hours td {
	text-align: center;
}
.tbl_users_hours td:first-child {
	text-align: left;
}
.tbl_approved th, .tbl_approved td {
	text-align: center;
}
.tbl_approved td:first-child {
	text-align: left;
}

/* Status Nieuw */
.week_status_1 {}
/* Status Ter keuring aangeboden */
.week_status_2 { background-color: yellow; }
/* Status Goedgekeurd */
.week_status_3 { background-color: orange; }
/* Status Afgekeurd */
.week_status_4 { background-color: #ff4646; }
/* Status Verzenden bezig */
.week_status_5 { background-color: gray; }
/* Status Verzending onvolledig */
.week_status_6 {
	background: repeating-linear-gradient(
		45deg,
		lightgreen,
		lightgreen 10px,
		#ff4646 10px,
		#ff4646 20px
		);
}
/* Status Verzonden */
.week_status_7 { background-color: lightgreen; }

/* Legenda */
.legenda td.tekst {
	border: 1px solid #ccc;
	font-size: smaller;
	padding: 0 5px;
}
.legenda td.kleur {
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
}

#report_users_hours_resend_modal p.errors .spacer {
	display: inline-block;
	width: 5%;
}


/*
 * WLV
 */
.table.wlv {}
.table.wlv .plus_icon, .table.wlv .minus_icon {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1em;
	cursor: pointer;
}
.table.wlv .plus_icon {
	color: green;
}
.table.wlv .minus_icon {
	color: red;
}
.table.wlv tr.job_status_2.is_selected {
	background-color: #ccc8;
}

.table.wlv .w25 {
	min-width: 25px;
}
.table.wlv .w35 {
	min-width: 35px;
}
.table.wlv .w45 {
	min-width: 45px;
}

.table.wlv .w65 {
	min-width: 65px;
}

.table.wlv .w95 {
	min-width: 95px;
}
.table.wlv .w105 {
	min-width: 105px;
}
.table.wlv .w200 {
	min-width: 200px;
}
.table.wlv .form-control.is_clickable {
	cursor: pointer;
}

/* WO-nr. */
.td_wo_nr .select2-container {
	display: none;
}

.job_status_1 { background-color: white; }
.job_status_2 { background-color: white; }
.job_status_3 { background-color: white; }

.job_error { background-color: #FE3E15; }


.fa-eye {
	color: black;
	font-size: 24px;
	padding: 2px;
}
.fa-lock {
	color: red;
	font-size: 24px;
	padding: 2px;
	padding-left:4px;
}
.fa-lock-open {
	color: green;
	font-size: 24px;
	padding: 2px;
	padding-left:4px;
}
.fa-history {
	color: black;
	font-size: 24px;
	padding: 2px;
	padding-left:4px;
}
/*
 * Boostrap Spinner
 */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


/*
 * Media queries
 */
@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
@media (min-width: 1350px) {
	.container {
		width: 1320px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
@media (min-width: 2000px) {
	.container {
		width: 1970px;
	}
}





/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.header_row {
	position: sticky;
	top: -1px;
	background-color: white;
}
/** MODAL STYLING **/



