@charset "utf-8";
@import "variables.less";

.inactive,
.inactive td{
	color: @text-color-inactive;
	text-decoration: line-through;
}

.error,
.error *{
	color: #f00;
	font-weight: bold;
}

.navbar-nav>li>a{
	height: 60px;
	line-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar{
	margin: 0;
}

*.collapsed .content{
	display:none;
}

.toggle_collapse{
	cursor: pointer;
}

.form-list{
	max-height:200px;
	overflow:auto;
	list-style: none;
	padding: 0;
}

.form-list.horizontal{
	margin: 0;
}

.form-list.horizontal li{
	display: inline-block;
	text-align: center;
	padding: 0px 0px;
	margin: 0px 30px 0px 0px;
}

.form-list.horizontal li:nth-child(1){
	margin-left: 0px;
}

.form-list.horizontal li input[type="checkbox"],
.form-list.horizontal li input[type="radio"]{
	margin: @spacing-small 0 0 0;
}

.center-table,
.form-table{
	margin: 0px auto;
	border: 0px;
}

.form-table .subform{
	background: @bg-gray-light;
}

.center-table td,
.form-table td{
	text-align: left;
	border: none;
	padding: @spacing @spacing-large;
}

.form-table td:nth-child(2){
	min-width:350px;
}

label{
	font-weight: inherit;
	font-size: inherit;
}

input[type="checkbox"],
input[type="radio"]{
	margin-right: @spacing;
}

select[disabled]{
	color: @gray-light;
	background-color: @bg-gray-light;
}

*.btn .fa{
	font-size: @font-size-large;
	margin-right: @spacing-small;
}

*.btn.icon_only .fa{
	font-size: @font-size-large;
	margin: 0;
}

div.alert_container{
	height: 50px;
	padding: 0;
	margin: 0 0 @spacing 0;	
}

div.panel{
	.border;
	position: relative;
	width: @panel-width;
	margin-bottom: @spacing;
	overflow: hidden;
}

div.subpanel{
	.border-top;
	position: relative;
}

div.panel h1,
div.panel div.heading{
	.bg-gray-gradient;
	margin: 0;
	padding: @spacing;
	font-weight: bold;
	font-size: @font-size-base;
	height: (2*@spacing+@font-size-base);
	line-height: @font-size-base;
	text-align: left;
	text-transform: capitalize;
}

div.panel div.heading{
	padding: @spacing-small @spacing;
	
}

div.subpanel h1{
	background: @bg-gray-light;
}

div.panel h1,
div.subpanel h1{
	font-family: inherit;
}

div.panel ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.panel li > a,
div.panel li > span{
	text-decoration: none;
	display:block;
	padding: @spacing-small @spacing;
	.border-top;
}

div.panel li > span > label{
	margin: 0px;
}

div.panel li:hover,
div.panel li.active{
	background: @bg-gray-lighter;
}

div.panel.no-hover li:hover{
	/* disable hover effect */
	background: inherit;
}

div.icon_top_right{
	position: absolute;
	top:0;
	right: 0;
	.border-left;
	width: (@font-size-base+2*@spacing);
	height: (@font-size-base+2*@spacing);
	text-align:center;
}

div.icon_top_right .fa{
	font-size: @font-size-large;
	line-height: (@font-size-base+2*@spacing);
}

.calendar{
	min-width: 100%;
	border-collapse: collapse;
	.border;	
	margin: 0px auto 0px auto;
}

.calendar thead tr,
.calendar tfoot tr{
	.bg-gray-gradient;
}

.calendar tbody tr:nth-child(odd){
	background: @bg-gray-lighter;
}

.calendar>tbody tr:nth-child(even),
.calendar>tbody td.week,
div.panel li:hover{
	background: @bg-gray-light;
}

.calendar>tbody tr.today{
	background: @bg-today;	
}

.calendar>tbody td.week{
	.border-bottom-top;
}

.calendar th{
	text-align: center;
	margin: 0px;
	padding: @spacing-small @spacing;
}

.calendar td{
	.border;
	width: 100px;
	margin:0px;
	padding:0px;
	text-align: left;
}
.calendar > tbody > tr > td.date_caption{
	min-width: 150px;	
	padding: @spacing-small;
	font-weight: bold;
}

.calendar td.weeklabel{
	padding: @spacing-small;
	min-width: 150px;
}

.calendar td.sum_inactive{
	padding: 5px;
	text-align:right;	
}

.calendar input{
	padding: @spacing-small;
	width:100px;
	text-align: right;
	border:0px;
	margin:0px;
	background: none;
}

.calendar>tbody td.week input{
	width: 150px;
}

.calendar textarea{
	width: 100%;
	height: (100%+2*@spacing-small+2*@border-width);
	border: 0px;
	padding: @spacing-small;
	background: none;
	resize: none;
}

.calendar input:focus,
.calendar textarea:focus{
	background: #fff;
	outline: 0;
}

.calendar.history tbody td,
.calendar.history tbody td.week{
	background: @bg-gray-lightest;
	color: @text-color;
}

.calendar.history thead tr th,
.calendar.history tfoot tr td{
	.bg-gray-gradient-light;
}

.floating_header {
	  position: fixed;
	  top: 0;
	  visibility: hidden;
}

#rapport th{
	text-align: center;
	min-width:70px;
	background: #FFF;
}
#rapport td{
	text-align: right;
	min-width:70px;
	max-width: 100px;
}
#rapport td.wide{
	min-width: 100px;
}

#rapport td.left{
	text-align: left;
}

#rapport td.comment{
	max-width:none;
	white-space: nowrap;
}

#rapport td.brd_left,
#rapport th.brd_left{
	border-left: 1px solid #EEE;
}

#rapport td.brd_right,
#rapport th.brd_right{
	border-right: 1px solid #EEE;
}

#rapport > tbody > tr:hover > td:not(.periode){
	background: @bg-gray-light;
}

#rapport input[type="text"]{
	.border;
	width: 100%;
	background: none;
	text-align:right;
}

#rapport input:focus{
	background: #fff;
}

#rapport .norm{
	min-width: 0;
	font-size: 11px;
	font-style: italic;
	vertical-align: middle;
}

table.overview{
	vertical-align: top;
	border-collapse: true;
	display: inline-block;
	margin: 20px 20px;
	.border;
}

table.overview thead{
	.border-bottom;
}
table.overview tfoot{
	.border-top;
}

table.overview > thead > tr:nth-child(1) > th{
	font-size: 16px;
	.bg-gray-gradient-light;
}

table.overview td{
	text-align:right;
	padding: @spacing-small @spacing-large;
}

table.overview tbody tr td:nth-child(1){
	.border-right
}

table.overview th{
	padding: @spacing-small @spacing;
}

table.overview th,
table.overview td:nth-child(1){
	text-align:center;
}

table.overview td.left{
	text-align: left;
}

#login{
	margin: 200px auto 0 auto;
	padding: 10px;
	width: 400px;
	border: 1px solid @border-color-light;
	.rounded-corners;
}

#login .header{
	height: 75px;
	position: relative;
	padding: 0 25px 0 100px;
	margin-bottom: 10px;
	.border-bottom;
}

#login .header h1{
	text-align: left;
	font-size: 25px;
	line-height: 75px;
	margin: 0px;
	padding: 0px;
	
}

#login_username{
	margin-top: @spacing-large;
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 40px;
	font-size: 14px;
}

#login_password{
	margin-top: @spacing-large;
	margin-bottom: @spacing-large;
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 40px;
	font-size: 14px;
}

#login .header img{
	position: absolute;
	left: 0;
	top: 0;
}

.b-right{
	border-right: 1px solid @border-color;
}

.b-left{
	border-left: 1px solid @border-color;
}

.panel *.icon_top_right i:before,
.subpanel *.icon_top_right i:before{
	content: "\f078";
}

.panel.collapsed *.icon_top_right i:before,
.subpanel.collapsed *.icon_top_right i:before{
	content: "\f054";
}

.csv{
	display: none;
}

#hidden_file{
	display: none;
}

.info-table{
	border-color: @border-color-light;
}

.info-table .b-right,
.info-table tr td:last-child,
.info-table tr th:last-child{
	border-right: 1px solid @border-color-light;
}

.info-table tr td:first-child,
.info-table tr th:first-child{
	border-left: 1px solid @border-color-light;
}

.info-table thead th{
	vertical-align: bottom;
	padding: @spacing-small @spacing 0 @spacing;	
}

.info-table thead tr:first-child th{
	border-top: 1px solid @border-color-light;
}

.info-table thead tr:last-child th{
	border-bottom: 2px solid @border-color-light;
	padding: @spacing-small @spacing;
}

.info-table tbody tr td{
	border-bottom: 1px solid @border-color-lightest;
	white-space: nowrap;
}

.info-table tbody tr:last-child td{
	border-bottom: 1px solid @border-color-light;
}

.info-table td{
	vertical-align: bottom;
	padding: @spacing-small @spacing-large;
}

.table >tbody>tr> td{
	vertical-align: middle;
}

#actiepunten td.center,
#rapport td.center,
td.center,
th.center{
	text-align: center;
}
td.left{
	text-align: left;
}

#table_analyse th{
	overflow: hidden;
	background: #FFF;
	padding-left: 12px;
	padding-right: 12px;
	word-wrap: break-word;
}
#table_analyse.per_week th:nth-child(1){
	width: 200px;
}
#table_analyse.per_week tr td:nth-child(1){
	text-align: left;
}

#table_analyse tr.smallhead th{
	font-weight: normal;
	font-style: italic;
}

#table_analyse th.index_kental{
	width: 50px;
}
#table_analyse td.index_kental{
	text-align: center;
}

#table_analyse .spacer{
	padding:0;
	margin:0;
	width: 2px;
	border-left: 1px solid @border-color-lightest;
	border-right: 1px solid @border-color-lightest;
}

#kip_beoordeling{
	width: 903px;
	margin-left: auto;
	margin-right: auto;
}

#kip_beoordeling .list{
	float: left;
	width: 250px;
	height: 500px;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
}

#kip_beoordeling .form{
	float: left;
	width: 650px;
	height: 500px;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	border-left: 1px solid @gray-lighter;
}

#kip_beoordeling .list ul{
	margin:0px;
	padding:0px;
	list-style-type: none;	
}

#kip_beoordeling .list li{
	border-bottom: 1px solid @gray-lighter;
	padding:5px;
}

#kip_beoordeling .page, 
#kip_beoordeling .subject{
	line-height: 30px;
}
#kip_beoordeling .page{
	border-bottom: 1px solid @gray-lighter;
}

#kip_beoordeling .subject{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid @gray-lighter;
}


#kip_beoordeling .list li:hover{
	background: @gray-highlight;	
}

#kip_beoordeling .list li .owner{
	font-weight: bold;
	display:block;
	margin-bottom:1px;
}

#kalender_assist_container table{
	min-width: 600px;
}

#kalender_assist_container table td:nth-child(1){
	width: 150px;
	text-align: left;
}

#kalender_assist_container li{
	width: 50px;
	float: left;
}

#actiepunten i.fa-star-o{
	color:@gray-lighter;
}

#actiepunten i.fa-star{
	color:#f00;
}

#actiepunten tr.flagged{
	background: #FFD9D9;
}