@charset "UTF-8";

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

/* ZUSTAND */
.fc-hide {
	display: none !important;
}
.fc-active {
	color: rgb(30,30,30) !important;
}
.fc-inactive {
	color: rgb(180,180,180) !important;
}
.fc-inactive .fc-uebersicht-value select {
	color: rgb(180,180,180) !important;
}

/* CONTROL */
#fc-control, #fc-uebersicht-control, #fc-popup-control {
	display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FFF;
    padding: 0px 24px;
    height: 54px;
    overflow: hidden;
    z-index: 100;
    padding: 0px 0px 0px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #DCDCDC;
    box-shadow: 1px 0px 5px -1px #CCC;
    -webkit-box-shadow: 1px 0px 5px -1px #CCC;
}
#fc-popup-control {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
#fc-control ul {
	color: #101200;
    list-style-type: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'alto_promedium';
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
	margin: 0px;
	padding: 0px;
}
#fc-control ul li {
    position: relative;
    cursor: default;
    display: flex;
    align-items: center;
    margin-right: 24px;
    height: 100%;
    color: rgb(135,135,135);
}
#fc-control ul li:hover {
	color: rgb(96,125,153);
}
.fc-control-button {
	display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 13px;
    border: solid 1px rgb(96,125,153);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: rgb(96,125,153);
    fill: rgb(255,255,255);
    color: rgb(255,255,255);
    margin-right: 10px;
    font-family: 'alto_probold';
    transition: all 100ms ease;
}
.fc-control-button svg {
	height: 14px;
    width: 14px;
    margin-right: 7px;
}
.fc-control-button:hover {
	color: rgb(96,125,153);
    fill: rgb(96,125,153);
    background-color: rgb(255,255,255);
}
.fc-spacer {
	flex: 1;
}
.fc-control-label {
	font-size: 13px;
    padding: 4px 8px;
    text-transform: uppercase;
    fill: rgb(135,135,135);
    color: rgb(135,135,135);
    margin-right: 10px;
    font-family: 'alto_probold';
    transition: all 100ms ease;
    display: flex;
    align-items: center;
}
.fc-control-label svg {
	height: 14px;
    width: 14px;
	margin-right: 7px
}
.fc-control-label:hover {
    color: rgb(30,30,30);
    fill: rgb(30,30,30);
}
#fc-control-input, #fc-control-input-uebersicht {
	font-size: 13px;
    text-transform: uppercase;
    fill: rgb(135,135,135);
    color: rgb(135,135,135);
    font-family: 'alto_probold';
    transition: all 100ms ease;
}
#fc-control-input select {
	margin-left: 8px !important;
	background-color: rgb(255,255,255);
	border: none !important;
	font-size: 13px !important;
}
#fc-control-input select:hover {
	color: rgb(30,30,30);
}

/* CONTENT */
#fc-main {
	flex: 1;
    background-color: rgb(246,246,246);
    overflow-x: auto;
    color: rgb(135,135,135);
    padding: 24px;
    display: flex;
    flex-direction: column;
}
#fc-main-head {
	display: flex;
    align-items: center;
	color: rgb(135,135,135);
	margin-right: 24px;
}
.fc-main-head-person p {
	margin: 0px;
}
#fc-content-graph {
	flex: 1;
    margin-top: 12px;
    border-bottom: solid 1px rgba(135,135,135,1);
    border-top: solid 1px rgba(135,135,135,0.2);
	position: relative;
	display: flex;
    flex-direction: row;
}
#fc-content-graph-lines {
	position: absolute;
    height: 100%;
    width: 100%;
}
#fc-content-graph-lines div {
	height: 25%;
    border-bottom: solid 1px rgba(135,135,135,0.2);
    box-sizing: border-box;
    padding: 4px 0px 0px;
    color: rgba(135,135,135,0.8);
    font-size: 10px;
}
.fc-content-graph-months {
	flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    border-right: solid 1px rgba(135,135,135,0.2);
}
.fc-content-graph-months:last-child {
	border: none;
}
.fc-content-graph-months-bar {
	background-color: rgb(122,154,179);
    color: rgb(246,246,246);
    max-width: 48px;
    width: 100%;
	transition: all 200ms ease;
}
.fc-content-graph-months-top {
	margin: 2px;
    color: rgb(246,246,246);
    text-align: center;
    font-family: 'alto_probold';
}
.fc-content-graph-months-bottom {
    height: 6px;
    border-left: solid 1px;
    position: absolute;
    bottom: -6px;
    left: -1px;
    right: -1px;
}
.fc-content-graph-months:last-child .fc-content-graph-months-bottom {
	border-right: solid 1px;
}
.fc-main-head-person-img {
	height: 24px;
    width: 24px;
    overflow: hidden;
    border-radius: 100%;
    border: solid 1px rgb(220,220,220);
	margin: 0px 12px 0px 24px;
}
.fc-main-head-person-img img {
	height: 24px;
	width: 24px;
}


/* Months */
#fc-months {
    display: flex;
}
#fc-inputs {
	border-top: solid 1px rgb(220,220,220);
    display: flex;
	padding: 12px 24px 24px;
}
.fc-months-input {
    flex: 1;
}
.fc-months-input h3 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.fc-months-input input {
	background-color: rgba(255,255,255,0) !important;
    border: none !important;
    font-size: 32px !important;
    color: rgb(30,30,30) !important;
	width: 100%;
	text-align: center !important;
}
.fc-month-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.fc-month-message svg {
	width: 16px;
    height: 16px;
    fill: rgb(220,220,220);
    transition: all 200ms ease;
}
.fc-month-message:hover svg {
	fill: rgb(90,90,90);
}
.fc-message-exists svg {
	fill: rgb(140,174,196) !important;
}
.fc-message-exists:hover svg {
	fill: rgb(96,125,153) !important;
}

/* UEBERSICHT */
#fc-uebersicht {
	display: flex;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgb(246,246,246);
	z-index: 104;
	overflow-x: scroll;
	flex-direction: column;
}
#fc-uebersicht-content {
	flex: 1;
    overflow-x: scroll;
}
#fc-uebersicht-wrapper {
	margin: auto;
	max-width: 1000px;
    padding: 24px;
}
#fc-uebersicht-wrapper h1 {
	font-size: 24px;
    margin: 0px 0px 24px;
	text-transform: uppercase;
}
#fc-uebersicht-wrapper h2 {
	margin: 0px 0px 12px;
	font-size: 16px;
}
#fc-uebersicht-wrapper section {
    margin-bottom: 48px;
}
.fc-uebersicht-row {
	display: flex;
	flex-direction: row;
	background-color: rgb(255,255,255);
    border: solid 1px rgb(220,220,220);
    margin: 0px -24px;
    border-bottom: none;
}
.fc-uebersicht-row:hover {
	background-color: rgba(220,220,220,0.6);
}
.fc-uebersicht-row:last-child {
	border-bottom: solid 1px rgb(220,220,220);
}
.fc-uebersicht-h3, .fc-uebersicht-value {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 16px;
	border-right: solid 1px rgb(220,220,220);
}
.fc-uebersicht-h3 {
	flex: 1;
	font-size: 16px;
    padding: 0px 24px;
}
.fc-uebersicht-value {
	justify-content: center;
	padding: 0px;
	width: 80px;
	font-size: 13px;
}
.fc-uebersicht-value:last-child {
	border-right: none;
}
.fc-uebersicht-values .fc-uebersicht-value {
	background: rgba(255,255,255,1);
	border: solid 1px rgb(220,220,220);
	border-top: none;
	border-right: none;
}
.fc-uebersicht-values .fc-uebersicht-value:last-child {
	border-right: solid 1px rgb(220,220,220) !important;
}
.fc-industry {
	width: 160px;
}
.fc-status {
	width: 64px;
	border-right: none;
}
#fc-uebersicht-header-wrapper .fc-status { 
	background: rgba(255,255,255,0);
	border-bottom: none;
	margin-right: 1px;
}
#fc-uebersicht-control-input {
	font-size: 13px;
    text-transform: uppercase;
    fill: rgb(135,135,135);
    color: rgb(135,135,135);
    font-family: 'alto_probold';
    transition: all 100ms ease;
}
#fc-uebersicht-control-input select {
	margin-left: 8px !important;;
	background-color: rgb(255,255,255);
	border: none !important;
	font-size: 13px !important;
}
#fc-uebersicht-control-close, #fc-uebersicht-control-uebersicht {
	font-size: 13px;
    padding: 4px 8px;
    text-transform: uppercase;
    fill: rgb(135,135,135);
    color: rgb(135,135,135);
    margin-right: 10px;
    font-family: 'alto_probold';
    transition: all 100ms ease;
    display: flex;
    align-items: center;
}
#fc-uebersicht-control-close:hover, #fc-uebersicht-control-uebersicht:hover {
    color: rgb(30,30,30);
    fill: rgb(30,30,30);
}
#fc-uebersicht-control-close svg {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}
#fc-uebersicht-control-uebersicht svg {
	height: 14px;
    width: 14px;
    margin-right: 7px;
}
#fc-uebersicht-header {
	position: fixed;
	left: 0px;
	right: 0px;
	height: 40px;
    margin-right: 12px;
}
#fc-uebersicht-header-wrapper {
	display: flex;
	flex-direction: row;
    max-width: 1048px;
    margin: auto;
    box-sizing: border-box;
}
.fc-uebersicht-values {
	display: flex;
    flex-direction: row;
	font-size: 13px;
	font-family: 'alto_probold';
}
.fc-uebersicht-value select {
	background-color: rgba(255,255,255,0) !important;
    border: none !important;
    padding: 6px !important;
	color: rgb(90,90,90);
}
.fc-uebersicht-value input {
	width: 100% !important;
    border: none !important;
    text-align: center !important;
    background-color: rgba(255,255,255,0) !important;
}


/* POPUP */
#fc-popup-main {
	display: flex;
	flex-direction: column;
}
#fc-popup-content {
	flex: 1;
}
#fc-popup-content h3 {
	font-size: 16px;
}
#fc-popup-content input, #fc-popup-content textarea, #fc-popup-content 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);
}
.fc-popup-wrapper {
	position: relative;
    margin: auto;
    max-width: 1000px;
    padding: 0px 24px 24px;
}
.fc-popup-form-section {
	background-color: rgb(255,255,255);
    padding: 24px 24px 0px;
    margin: 0px -24px;
    border-bottom: none;
}
.fc-popup-form-section:last-child {
	margin-bottom: 0px;
}
.fc-popup-input {
	font-size: 14px;
}
.fc-popup-input input[type='text'], .fc-popup-input select {
    padding: 12px 12px;
    width: 100%;
    margin: 12px -12px 0px !important;
    border: none !important;
    border-bottom: dotted 1px rgb(220,220,220) !important;
    color: rgb(90,90,90);
}
.fc-popup-input select {
	border: solid 1px rgb(220,220,220) !important;
    box-shadow: 0 2px 1px 0 rgba(30,30,30,0.1);
    background-color: white;
    background-image: url(../../images/pfeil_unten.png);
    background-size: 24px 24px;
    background-position: right;
    background-repeat: no-repeat;
    transition: all 100ms ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fc-popup-input textarea {
	border: none !important;
	line-height: 24px;
	height: 192px;
}
#fc-popup-info {
	padding: 12px 24px;
    color: rgb(180,180,180);
	font-size: 12px;
	display: flex;
    align-items: center;
}
#fc-popup-info img {
	width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 8px;
	border: solid 1px rgb(220,220,220);
}


/* INPUT */
#fc-content input, #fc-content textarea, #fc-content 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);
}
#fc-content select::-ms-expand {
  	display:none;
}
#fc-content input[type='radio'] {
  	width:auto;
  	float:left;
  	margin-right: .75em;
  	background:transparent;
  	border:none;
	transition: all 100ms ease;
}
#fc-content input[type='radio']:checked,
#fc-content input[type='radio']:not(:checked) {
  	background: transparent;
 	position: relative;
  	visibility: hidden;
  	margin:0;
  	padding:0;
  	display: none;
}
#fc-content input[type='radio']:checked + label::before,
#fc-content input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    border: solid 1px rgb(180,180,180);
    background: rgb(246,246,246);
    margin-right: 8px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}
#fc-content input[type=radio]:checked + label::before,
#fc-content input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}
#fc-content input[type='radio']:hover  + label::before {
  background: rgb(220,220,220);
  box-shadow: inset 0 0 0 2px rgb(246,246,246);
}
#fc-content input[type='radio']:checked  + label::before {
  background: rgb(96,125,153);
  box-shadow: inset 0 0 0 2px rgb(246,246,246);
}

/* TOGGLE BUTTON */
.fc-status label {
	position: relative;
	display: inline-block;
	width: 10em;
	height: 3.5em;
}
.fc-status input {
	display: none !important;
}
.fc-status .fc-slider {
	position: absolute;
	top: 50%;
	right: 0px;
	margin: -10px 0px 0px;
	width: 40px;
	height: 20px;
	background-color: rgb(220,220,220);
	transition: all .3s ease-in-out;
	border-radius: 10px;
}
.fc-status .fc-slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
	transition: all 200ms ease-in-out;
}
.fc-status input:hover + .fc-slider {
	background-color: rgb(180,180,180);
}
.fc-status input:checked + .fc-slider {
	background-color: rgb(122,154,179);
}
.fc-status input:focus + .fc-slider {
	background-color: pink;
	box-shadow: 0 0 1px rgb(122,154,179);
}
.fc-status input:checked + .fc-slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}