@charset "UTF-8";

#resourceplanning-content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	flex-direction: column;
}

#rp-wrapper {
	flex: 1;
    display: flex;
    flex-direction: row;
}
#rp-left {
	width: 288px;
    border-right: solid 1px rgb(220,220,220);
    background-color: rgb(255,255,255);
	height: 100%;
	flex-shrink: 0;
	position: relative;
	display: flex;
	flex-direction: column;
}
#rp-filter {
	padding: 24px 0px;
	flex: 1;
	overflow-y: auto; 
}
#rp-filter-head {
    border-bottom: solid 1px rgb(220,220,220);
	background-color: rgb(255,255,255);
	display: flex;
}
.rp-filter-head-child {
	display: flex;
    padding: 4px;
	justify-content: center;
	text-transform: uppercase;
	font-family: 'alto_probold';
    color: rgb(135,135,135);
	transform: rotate(-90deg);
	width: 100%;
	border-top: solid 1px rgb(220,220,220);
}
.rp-filter-head-spacer {
	flex: 1;
}
.rp-filter-category {
	margin-bottom: 24px;
}
.rp-filter-category h3 {
	margin: 0px 24px 8px;
	text-transform: uppercase;
}
.rp-filter-category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.rp-filter-category ul li {
	position: relative;
	margin: 0px;
	padding: 4px 24px;
}
.rp-filter-category ul li:hover {
}
.rp-filter-category ul li label {
	margin-left: -6px;
}
#rp-sector {
	font-size: 13px;
    text-transform: uppercase;
    fill: rgb(135,135,135);
    color: rgb(135,135,135);
    font-family: 'alto_probold';
    transition: all 100ms ease;
}
#rp-sector-select {
	border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'alto_pronormal';
    font-size: 16px;
    border: solid 1px rgb(204,204,204);
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0px;
    color: rgb(90,90,90);
	margin-left: 8px !important;
    background-color: rgb(255,255,255);
    border: none !important;
    font-size: 13px !important;
}
.rp-setting-options {
	display: flex;
	padding: 0px;
}
.rp-setting-options div {
	margin: 4px 4px 4px 0px;
    border: solid 1px rgb(135,135,135);
    color: rgb(135,135,135);
    border-radius: 4px;
    padding: 2px 4px;
    text-transform: uppercase;
    font-size: 10px;
	transition: all 200ms ease;
	opacity: 0.4;
}
.rp-setting-options div:hover {
	background-color: rgb(135,135,135) !important;
	color: rgb(255,255,255) !important;
}
.rp-filter-category ul li:hover .rp-setting-options div  {
	border: solid 1px rgb(135,135,135);
    color: rgb(135,135,135);
	opacity: 1;
}
.rp-setting-options div.aktiv {
	background-color: rgb(96,125,153) !important;
	color: rgb(255,255,255) !important;
	border-color: rgb(96,125,153) !important;
}

/* UEBERSICHT */
#rp-content {
	flex: 1;
	overflow: auto;
	background-color: rgb(246,246,246);
}
#rp-content-table {
	display: table;
	width: 100%;
	background-color: rgb(255,255,255);
}
.rp-content-head, .rp-content-subhead  {
	display: table-row;
}
.rp-content-head div.cell, .rp-content-head div.cell-total {
	display: table-cell;
	text-transform: uppercase;
    font-family: 'alto_probold';
	border-right: solid 1px rgb(220,220,220);
    padding: 24px 12px 6px;
}
.rp-content-subhead div.cell, .rp-content-subhead div.cell-total {
	display: table-cell;
	border-bottom: solid 2px rgb(220,220,220);
	text-transform: uppercase;
    font-family: 'alto_pronormal';
	border-right: solid 1px rgb(220,220,220);
}
.rp-content-head div.cell-total, .rp-content-subhead div.cell-total {
	background-color: rgb(240,240,240);
}
.rp-content-row {
	display: table-row;
}
.rp-content-row:hover {
	background-color: rgb(246,246,246) !important;
}
.rp-content-row:hover .rp-content-item-contact {
	opacity: 1;
}
.rp-content-item, .rp-content-item-no, .rp-content-item-wrapper, .rp-content-item-total {
	display: table-cell;
	border-bottom: solid 1px rgb(220,220,220);
	border-right: solid 1px rgb(220,220,220);
    padding: 6px 12px;
	width: 80px;
	min-width: 80px;
	vertical-align: middle;
	position: relative;
}
.rp-content-item-total {
	background-color: rgb(240,240,240);
	font-family: 'alto_probold';
}
.rp-content-row:hover .rp-content-item-total {
	background-color: rgb(230,230,230);
}
.rp-content-item {
	font-family: 'alto_probold';
}
.rp-content-item-spacer {
	display: table-cell;
	border-bottom: solid 1px rgb(220,220,220);
}
.rp-content-head .rp-content-item-spacer {
	border-bottom: none;
}
.rp-content-subhead .rp-content-item-spacer {
	border-bottom: solid 2px rgb(220,220,220);
}
.rp-content-item-no {
	width: 320px;
	min-width: 240px;
}
.rp-content-head div:last-child, .rp-content-item:last-child {
	border-right: none;
}
.rp-content-item-employee {
	display: flex;
	align-items: center;
	position: relative;
}
.rp-content-item-employee img {
	width: 20px;
	height: 20px;
    border-radius: 100%;
    border: solid 1px rgb(220,220,220);
	margin-right: 10px;
}
.rp-content-item-name {
	flex: 1;
}
.rp-content-item-contact {
	opacity: 0;
	width: 16px;
	height: 16px;
	margin-left: 12px;
}
.rp-content-item-contact svg {
	width: 16px;
	height: 16px;
	fill: rgb(122, 154, 179);
} 
.rp-content-item-contact:hover svg {
	fill: rgb(64, 93, 124);
	transition: opacity 200ms linear;
}
.cell .cat-wrapper {
	font-family: 'alto_pronormal';
    display: flex;
    position: relative;
    width: 100%;
    bottom: 0px;
	border-top: solid 1px rgb(220,220,220);
}
.cell .cat-wrapper div {
	flex: 1;
	min-width: 20px;
	border-left: solid 1px rgb(220,220,220);
	background-color: rgb(246,246,246);
	padding: 6px 12px;
}
.cell .cat-wrapper div.total {
	border-left: none;
	background-color: rgb(255,255,255);
	font-family: 'alto_probold';
}
.rp-content-item-wrapper {
	padding: 0px;
	position: relative;
}
.rp-content-item-wrapper .cat-wrapper {
	display: flex;
    position: absolute;
    left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.rp-content-item-wrapper .cat-wrapper div {
	flex: 1;
	min-width: 20px;
	border-left: solid 1px rgb(220,220,220);
	background-color: rgb(246,246,246);
	padding: 6px 12px;
	align-items: center;
    display: flex;
}
.rp-content-item-wrapper .cat-wrapper div.total {
	border-left: none;
	background-color: inherit;
	font-family: 'alto_probold';
}
.rp-content-item-wrapper .cat-wrapper div.inaktive, .cell .cat-wrapper div.inaktive {
	color: rgb(220,220,220);
	background-color: rgba(246,246,246,0.6);
}
.rp-content-row:hover .rp-content-item-wrapper .cat-wrapper div {
	background-color: rgb(230,230,230);
}
.rp-content-row:hover .rp-content-item-wrapper .cat-wrapper div.total {
	background-color: inherit;
}
.rp-content-row:hover .rp-content-item-wrapper .cat-wrapper div.inaktive {
	background-color: rgba(230,230,230,0.6);
}

/* FORMFIELD */
.check-slider {
	position: absolute;
    top: 5px;
    right: 24px;
    width: 24px;
    height: 12px;
    background-color: rgb(220,220,220);
    transition: all .3s ease-in-out;
    border-radius: 6px;
}
.check-slider:before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	left: 2px;
	bottom: 2px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
	transition: all 200ms ease-in-out;
}
.rp-filter-category input:hover + .check-slider {
	background-color: rgb(180,180,180);
}
.rp-filter-category input:checked + .check-slider {
	background-color: rgb(122,154,179);
}
.rp-filter-category input:focus + .check-slider {
	box-shadow: 0 0 1px rgb(122,154,179);
}
.rp-filter-category input:checked + .check-slider:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

