html, body {
    font-size: 12px;
}

a {
	color: #00A5E6;
}

.container {
    max-width: 1000px;
}

#calendar .datepicker-inline {
    width: 100%;
}
#calendar .datepicker-inline table {
    margin: 0 auto;
}
#calendar .datepicker-inline table tr td,
#calendar .datepicker-inline table tr th {
    width: 30px;
    height: 30px;
}

#timesheet-form {
    margin-bottom: 30px;
}

#timesheet-form textarea {
	min-height: 100px;
}

form .form-control.field-time {
	max-width: 100px;
}

form .form-control.field-date {
	max-width: 100px;
}

form .form-check-input {

}

#calendar .day-full {
	background-color: lightgreen;
	background-image: none;
	border-radius: 0;
}
#calendar .day-halve {
	background-color: lightsalmon;
	background-image: none;
	border-radius: 0;
}
#calendar .day-empty {
	background-color: white;
	background-image: none;
}

#calendar .day.active {
	color: #000;
	font-weight: bold;
}

.btn.btn-primary {
	background-color: #002B54;

	border-color: #002B54;

	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	opacity: 0.85;
}

#checkbox-skip-break {
    margin-top: 10px;
}

.option-all {
	font-weight: bold;
	background-color: yellow;
	border-top: 2px solid yellow;
	border-bottom: 2px solid yellow;
}
#filters-used {
	
}
#filters-used div {
	display: inline-block;
	padding: 5px;
}

.card-header-buttons {
	display: inline-block;
	float: right;
	margin-right: -5px;
}
.card-header-buttons > * {
	margin-left: 1px;
	display: inline-block;
}
.card-header-buttons > *:first-child(){
	margin-left: 0;
}

.management-timesheet-info {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
	padding: 3px;
	overflow: visible;
}


.feather-16 {
	width: 16px;
	height: 16px;
}

.timesheet-is-processed {
	color: #C0C0C0;
}
.timesheet-is-processed:hover{
	color: darkblue;
}

.management-timesheet-info .btn-timesheet-edit{
	float:left;
	height: 100%;
	display: block;
	position: relative;
	font-size: 8px;
	padding: 2px;
	margin-right: 10px;
}

#export-navbar {
	margin-bottom: 20px;
}
#form-list-active-clients .form-group {
	display: inline-block;
	width: auto;
}