.templates {
	display: none;
}

.button-panel {
	border-radius: 5px;
	background-color: #dddddd;
	padding: 0.25rem 0.5rem;
	margin-bottom: 5px;
}

.btn-xs, .btn-group-xs > .btn, .form-control-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
  margin: 0.1rem;16.10.2017
}

.header {
	background-color: aliceblue;
	margin: 10px;
}

#headerRow .form-group {
	margin-top: 10px;
}

.navRibbon {
	margin-top: 7px;
	margin-bottom: 7px;
}

.mr7 {
	margin-right: 7px;
}

.mr10 {
	margin-right: 10px;
}

.ml30 {
	margin-left: 30px;
}

.ml5 {
	margin-left: 5px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb7 {
	margin-bottom: 7px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb16 {
	margin-bottom: 16px;
}

.hotParent {
	font-size: 0.7rem;
}

.custom-weekend, .custom-weekend.rows-header {
	background-color: #f2dede;
}

.workday {
	background-color: #c8e5bc;
}

.handsontable thead th .relative {
    padding: 0 !important;
    font-size: 12px;
}

.rows-header {
    width: 95px;
    float: left;
    padding: 0 3px;
    border-right: 1px solid #CCCCCC;
    background-color: #c8e5bc;
    font-size: 12px;
}

.content-align-right button {
	margin-left: 5px;
	float: right;
}

input.form-control + input.form-control {
	margin-top: 6px;
}

.extra-margin {
	margin-top: 7px;
}

.plus-margin-bottom  {
	margin-bottom: 5px;
}

nav + div {
	margin-top: 20px;
}

.table-supercondensed>thead>tr>th, .table-supercondensed>tbody>tr>th, .table-supercondensed>tfoot>tr>th, .table-supercondensed>thead>tr>td, .table-supercondensed>tbody>tr>td, .table-supercondensed>tfoot>tr>td {
	padding: 2px;
}

.modal-90-percent-width {
	width: 90% !important;
	max-width: 90% !important;
}

.modal-600px {
	width: 600px !important;
	max-width: 600px !important;
}

.modal-800px {
	width: 800px !important;
	max-width: 800px !important;
}

.modal-1200px {
	width: 1200px !important;
	max-width: 1200px !important;
}

a.dropdown-item span.fa, a.dropdown-item span.fab {
	padding-right: 4px;
}

.deleted {
	font-style: italic;
	color: grey;
}

a span.fa, a span.fab {
	min-width: 25px;
}

.fixed-width-select {
	width: 150px !important;
}

.fixed-width-select-sm {
	width: 100px !important;
}

.input-narrow {
	width: 100px !important;
}

.move-right {
	float: right;
}

.HalfAHeight {
	min-height: 30vh;
	max-height: 40vh;
	overflow-y: auto;
}

.content-center {
	text-align: center;
}

.table-black-bordered  td {
	border-width: 1px solid black !important;
	border-color: black !important;
}

.hard-block {
	background-color: #c3eba5;
}


@media print
{    
	.no-print, .no-print *
	{
		display: none !important;
	}
	
	.only-when-print {
		display: block !important;
	}
}
tr.status1, tr.status2 {
	color: #F00000;
}

tr.status4 {
	color: #a1cf00;
}

tr.status5 {
	color: #00A800;
}

tr.status6 {
	color: #004D00;
}

tr.status7 {
	color: #3352DE;
}

tr.status8 {
	color: #AA5F55;
}

tr.status9, tr.deleted {
	font-style: italic;
	color: #BBBBBB;
}

tr.status10 {
	color: #F69B04;
}

tr.status11 {
	font-style: italic;
	color: #509DFF;
}

tr.status12 {
	font-style: italic;
	color: #509DFF;
}