@charset "utf-8";
	
@import "../../style-4-base/css/style.css";

/* 
	Schaeffler-Spezifika - Farben 
	
		Grun 		- 	#00893d
		Grun hover	-	#005f14
		
		Text		-	#646464
		
		Grau bg		-	#ebeef0
		Grau border	-	#cdd3d6
		
		Error		-	#ce0000
		Error bg	-	#ffc9ba

*/
html,
body {
	font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #646464;
	font-size: 16px;
	height: 100%;
}
*:not(.circle):not(.z-depth-):not(.indicator):not(.btn-floating) {
	border-radius: 0 !important;
	box-shadow: none !important;
}
button[disabled], 
html input[disabled] {
    cursor: not-allowed;
}
input {
    color: #000000;
}
input:not([type]):focus:not([readonly]), 
input[type=date]:focus:not([readonly]), 
input[type=datetime-local]:focus:not([readonly]), 
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]), 
input[type=password]:focus:not([readonly]), 
input[type=search]:focus:not([readonly]), 
input[type=tel]:focus:not([readonly]), 
input[type=text]:focus:not([readonly]), 
input[type=time]:focus:not([readonly]), 
input[type=url]:focus:not([readonly]) {
    border-bottom: 1px solid #00893d;
    box-shadow: 0 1px 0 0 #00893d;
}
input:not([type]):focus:not([readonly]) + label, 
input[type=date]:focus:not([readonly]) + label, 
input[type=datetime-local]:focus:not([readonly]) + label, 
input[type=email]:focus:not([readonly]) + label, 
input[type=number]:focus:not([readonly]) + label, 
input[type=password]:focus:not([readonly]) + label, 
input[type=search]:focus:not([readonly]) + label, 
input[type=tel]:focus:not([readonly]) + label, 
input[type=text]:focus:not([readonly]) + label, 
input[type=time]:focus:not([readonly]) + label, 
input[type=url]:focus:not([readonly]) + label, 
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #00893d;
}
nav .brand-logo {
    background-image: url(../img/logo.svg);
    width: 199px;
    height: 64px;
    background-color: transparent; 
}
nav .brand-logo:after {
	display:none;
}
nav ul a {
    color: #646464;
}
nav ul a i.white-text {
    color: #646464 !important;
}
nav ul li a:hover, 
nav ul li.active a {
    background-color: #ffffff;
    border-bottom: 3px solid #00893d;
    color: #00893d;
}
nav #hcLogoContainer.brand-logo {
	right: 0;
}
nav #hcMenuNavDefault.right{ /* Um das Logo rechts zu positionieren */
	float: left !important;
}
/* Mobile Nav */
nav .button-collapse i {
    color: #646464;
}
nav .side-nav li:hover, 
nav .side-nav li.active,
nav .side-nav li a:hover {
    background-color: #ffffff;
}
a {
    color: #00893d;
}
a:hover {
    color: #005f14;
}
.blue-text.text-darken-3 {
    color: #00893d !important;
}
.dropdown-content li > a, 
.dropdown-content li > span,
.collection a.collection-item {
    color: #00893d;
}
.black {
    background-color: #ffffff !important;
}
.grey.darken-2,
.bg-color1,
.btn,
.btn.green,
.btn-larg {
    background-color: #00893d !important;
    text-transform: inherit;
}
.grey.darken-2:hover,
.bg-color1:hover,
.btn:hover,
.btn.green:hover, 
.btn-large:hover {
    background-color: #005f14 !important;
}
.btn-flat {
	background-color: #ebeef0 !important;
	color: inherit !important;
	transition: all .3s ease-out !important;
    text-transform: inherit;
}
.btn-flat:hover {
	background-color: #cdd3d6 !important;
	
}
.btn.disabled {
    background: #ebeef0 !important;
    background-color: #ebeef0 !important;
    color: #ffffff !important;
}
.modal-content .card.blue-grey {
    background-color: #00893d !important;
}
.tabs .indicator,
.right-nav li,
.right-nav li:hover,
span.badge.new  {
    background-color: #00893d !important;
}
.green-text,
.tabs .tab a:hover,
.progress_chart .progress_chart_inner strong {
    color: #00893d !important;
}
ul.tabs.grey.lighten-2 {
    background-color: #ffffff !important;
}
ul.tabs li.tab a.active {
    color: #00893d !important;
}
[type="checkbox"]:checked + label:before {
  
    border-right: 2px solid #00893d;
    border-bottom: 2px solid #00893d;
}
.blue-text.text-darken-2 {
    color: #00893d !important;
}
.blue.darken-2,
.modal-content h1,
.lpmenu li.active .collapsible-header {
    background-color: #00893d !important;
}
.remote-content-menu ul li.active {
    background-color: #ffffff;
}
.remote-content-menu ul li.active,
.remote-content-menu ul li.submenu-active {
    color: #00893d !important;
    font-weight: 700;
}
.remote-content-menu ul li ul li {
    border-top: 1px solid #cdd3d6;
}
.remote-content-menu ul li ul li.active {
    background-color: transparent !important;
    color: #00893d;
    font-weight: 700;
    border-left: 2px solid #00893d;
}
#app-info .breadcrumbs span {
	display: none;
}
#app-info .breadcrumbs a {
	padding: 0;
}
#app-info a.breadcrumb i.home {
	line-height: 1.5;
}
#app-info a.breadcrumb {
	color: #646464 !important;
	font-size: .8rem;
}
#app-info a.breadcrumb.page-link:hover {
	color: #005F14 !important;
}
#app-info a.breadcrumb::before {
	color: #00893d !important;
	vertical-align: middle;
}
#app-info h1 {
	font-size: 2rem;
}
#app-info h3 {
	background-color: transparent !important;
    margin: 0;
    padding: 15px 0;
    font-size: 1.25rem;
}
.collapsible-body p {
    margin: 0;
    padding: 0.25rem 1rem 1rem !important;
}
.tabs .tab a.active {
    border-bottom: 2px solid #00893d;
}
.collection-item.news-item:hover .news-entry-outer .news-type.DOCUMENT {
    color: #00893d !important;
}
.collection h2{
    background: #00893d;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
}
.picker__date-display {
    background-color: #00893d;
}
.picker__weekday-display {
    background-color: #00893d;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #00893d;
}
.holocene-messagebox.confirm .holocene-messagebox-body .holocene-messagebox-type {
    background-color: #00893d;
}
.holocene-messagebox.confirm .holocene-messagebox-body .holocene-messagebox-content .holocene-messagebox-header {
    color: #00893d;
}.news-article-header .news-article-title {
    border-bottom: 2px solid #00893d;
}
#hcAppStart .divider {
	display: none;
}
#app-konto .widget-block h3,
#hcAppStart .widget-block h3 {
    margin: 0 -0.75rem;
    background: #ebeef0;
    padding: 15px;
    font-size: 1.25rem;
    text-indent: 0.75rem;
}
.widget-tabs-next,
.widget-tabs-back {
    background: #646464;
}
.widget-tabs-back:hover, .widget-tabs-next:hover {
    background: #00893d;
}
.einbringung-navi{
  background-color: #00893d !important;
}
.einbringung-navi:hover {
    background-color: #767676 !important;
}
/* Login */
.bg-login {
	background-image: url(../img/bg-login.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.wrap_kapital .column div:first-child, 
.wrap_rente .column div:first-child {
    height: 85px;
}
.wrap_kapital .column.index div {
    word-break: break-word;
    hyphens: auto;
    font-size: 14px;
    white-space: inherit;
    line-height: 1;
}
/* Schaeffler-Spezifika - Layout */
.first .widget_amount {
    margin-bottom:20px;
    padding-right: 15px;
}
.first .amount_unit,
.app-konto .amount_unit  {
    font-size: 1.3em;
}
.amount_value {
    font-size: 32px;
    font-weight: 500;
    word-break: break-word;
    hyphens: auto;
    display: inline;
    padding-left: 15px;
}
.card.card-info.card-info-sub {
    color: #ffffff;
    background: #00893d;
}
.card.card-info.card-info-sub i{
    float:left;
    margin-right:10px;
}
.card.card-info:hover {
    background: #747474;
}
.leadtext {
    font-weight: 600;
    font-size: larger;
}
.bordered {
    border: 1px solid #00893d;
}
/* Security */
.pin-form-panel {
	width: 540px;
	position: absolute;
	left: 50%;
	margin-left: -270px;
	padding: 20px;
	background: #ffffff;
} 
.pin-form-panel h1 {
	font-size: 1.75rem;
    padding-bottom: 0px;
    margin:10px 0px;
}
/* Security Pin */
.security-pin-bar {
	display: table;
	width: 490px;
	padding-bottom: 45px;
	padding-top: 0px;
	height: 50px;	
}
.security-pin-bar .security-pin-cell {	
	display: table-cell;
	height: 50px;	
	width: 10%;		
} 
.security-pin-bar .security-pin-cell .security-pin {	
	text-align: center;
	height: 50px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;	
}
.security-pin-bar .security-pin-cell .security-pin .security-title {
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 3px;	
}
.security-pin-bar .security-pin-cell .security-pin .security-input {
	border: 1px solid rgba(0,0,0, 0.3);
	height: 55px;

	-webkit-border-radius: 0.15em;
	border-radius: 0.15em;
}
.security-pin-bar .security-pin-cell.disabled .security-pin .security-title{	
	color: #B6B6B6;		
} 
.security-pin-bar .security-pin-cell.active .security-pin .security-title{	
	color: #2BA365;	
	font-weight: bold;
	font-size: 16px;		
} 
.security-pin-bar .security-pin-cell.active .security-pin .security-input {
	border: 1px solid rgba(43,163,101, 1);
	height: 55px;
}
.security-pin-bar .security-pin-cell.active {		
	width: 10%;	
}
.security-pin-bar .security-pin-cell.disabled .security-pin .security-input {
	background-image: url('../img/circle.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;	
}
.security-pin-bar .security-pin-cell.active.entered .security-pin .security-input {
	background-image: url('../img/circle_green.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
		
}
.security-pin-bar .security-pin-cell.active .security-pin .security-input {
	font-size: 34px;	
	font-weight: normal;
	color: #2BA365;	
	text-align: center;
	padding-top: 2px;
}
.security-pin-bar .security-pin-cell.selected .security-pin .security-input {
	border: 3px solid;	
}
.security-pin-bar .security-pin-cell.active .security-pin .security-input ::-webkit-input-placeholder {
	color: #5A5A5A;
}
.security-pin-bar .security-pin-cell.active.focus .security-pin .security-input {
	border: 1px solid rgba(43,163,101, 0.7);	
}
.security-pin-bar .security-pin-cell.active.focus .security-pin .security-title{	
	color: #2BA365;	
} 
.security-pin-bar .security-pin-cell.active.error .security-pin .security-input {
	border: 1px solid #C75050;	
	color: #C75050;	
}
.security-pin-bar .security-pin-cell.active.error .security-pin .security-title{	
	color: #C75050;	
} 
.security-pin-bar .security-pin-cell.active.error .security-pin .security-input ::-webkit-input-placeholder {
	color: #C75050 !important;
}

/* Security Numpad Style */	
.security-numpad {
	display: table;
	width: 490px;
	border: 1px solid rgba(0,0,0, 0.2);
	border-spacing: 10px;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.security-numpad .numpad-row {
	display: table-row;
} 
.security-numpad .numpad-row .numpad-field {
	display: table-cell;
	width: 33%;
	text-align: center;
	font-size: 21px;
	color:#404547;
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 8px;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	cursor: pointer;
	color: #000000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	background: #E6E6E6;
}
.security-numpad .numpad-row .numpad-field.colspan2 {
	position: absolute;  	
  	width: 309px;
  	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.security-numpad .numpad-row .numpad-field:hover {	
	background: none;
	background-color: #00893d;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.security-numpad .numpad-row .numpad-field:active {	
	background: none;
	background-color: #2BA365;
	color: #ffffff;
}
.security-buttonbar {
	display: table;
	width: 490px;
	padding-top: 10px;
	border-spacing: 5px;
}
.security-buttonbar .button {
	display: table-cell;
	width: 50%;
	text-align: center;
	border: 1px solid rgba(0,0,0, 0.4);
	padding: 12px;   
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	background: #A8A8A8;	
    border: 1px solid #404547;
  	box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: bold;
}
.security-buttonbar .button.login {
    background-color: #00893d !important;
}
.security-buttonbar .button:hover {
	box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(102,102,102,0.5);
}
.security-buttonbar .button.login:hover {
	background: -moz-linear-gradient(top,  rgba(0,119,49,0.9) 0%, rgba(0,119,49,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,119,49,0.9)), color-stop(100%,rgba(0,119,49,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,119,49,0.9) 0%,rgba(0,119,49,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,119,49,0.9) 0%,rgba(0,119,49,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,119,49,0.9) 0%,rgba(0,119,49,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,119,49,0.9) 0%,rgba(0,119,49,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6007731', endColorstr='#e6007731',GradientType=0 );
}
/* PIN Error */
.support-note {
	display:none;
}
.error-panel p {
	font-size: 14px;
	color: #C75050;	
}
.error-panel p:before {
	font-family: 'Material Icons';
	content: 'info';
	color: #C75050;
	vertical-align: middle;
	font-size: 24px;
	margin: 0 10px 0 0;
}
.password {
	color:#404547;
	margin-top:20px;
}
.password a{
	color:#00893d;
	text-decoration:underline;
	cursor:pointer;
}
div.cn_legend_color{
       height:12px;
       width:18px;
       border-radius:2px;
       float:left;
       margin: 0px 4px;
}
table.cn_legend_table tr:nth-child(1) td{
       font-weight:bold;
       text-align:center;
       font-size:14px;
}
table.cn_legend_table td{
       width:200px;
       font-size:11px;
}
table.cn_legend_table{
       background-color:transparent;
}
div.cn_legend{
       background-color:#FFFFFF;
       border-radius:10px;
       width: 80%;
       margin: 0 auto;
       margin-top:-80px;
}

/* Overflow für CN-Tabellen-Legende */
#cn_chart-Gesamt .highcharts-container {	
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.cn_legend_table {
	margin-top:80px;
	border:1px solid #cecece;
	border-radius:	5px;
}
.cn_legend_table td {
	padding:3px;
}
.lean-overlay {
    background: #000000;
}

/* Registrieren Tooltips */
.reg-sv-nr-img::before {
	content: 'Sie finden Ihre SV-Nummer auf Ihrer Entgeltabrechnung:';
}
.reg-sv-nr-img_en::before {
	content: 'You will find your social security number on your pay slip:';
}
.reg-sv-nr-img,
.reg-sv-nr-img_en {
	background-image: url(../img/entgelt_rv.png);
	background-position: left bottom;
	background-color: #00893d;
	padding: 10px;
	background-repeat: no-repeat;
	width: 275px;
	height: 280px;
	position: absolute;
	margin-top: 20px;
	transition: 0.25s ease all;
	z-index: 100;
	box-shadow: 0px 0px 3px 0px #4b4b46;
	display: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	border: 10px solid #00893d;
}
.reg-sv-nr:hover .reg-sv-nr-img,
.reg-sv-nr:hover .reg-sv-nr-img_en,
.reg-personal-nr:hover .reg-personal-nr-img {
	display: block;
}
.card.register {
	overflow: visible;
}
.reg-personal-nr-img::before {
	content: 'Sie finden Ihre Personalnummer \A auf Ihrer Entgeltabrechnung:';
	position: absolute;
	left: 0;
	white-space: pre;
}
.reg-personal-nr-img::after {
	content: 'Sie finden Ihre GID (Vitesco Gesellschaften) \A auf Ihrem Mitarbeiterausweis:';
	position: absolute;
	right: 0;
	white-space: pre;
	text-align: right;
}
.reg-personal-nr-img {
	background-image: url(../img/entgelt_perso.png?v=2002);
	background-position: left bottom;
	background-color: #00893d;
	padding: 10px;
	background-repeat: no-repeat;
	width: 620px;
	height: 280px;
	position: absolute;
	margin-top: 20px;
	transition: 0.25s ease all;
	z-index: 100;
	box-shadow: 0px 0px 3px 0px #4b4b46;
	display: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	border: 10px solid #00893d;
}

/* PIN */
.pin-wrapper {
}
input.pin-input {
	width: 44px !important;
	height: 44px !important;
	border: 1px solid #cdd3d6 !important;
	outline: none;
	margin: 1px;
	text-align: center;
	margin: 5px !important;
	background: #ebeef0;
	color: #00893d;
	font-size: 40px;
}
input.pin-input:focus {
	background: #ffffff;
	border: 1px solid #00893d !important;
	box-shadow: none !important;
}
input.pin-input-error {
	background: #ffc9ba;
	border: 1px solid #ce0000 !important;
	color: #ce0000;
}

/* Alert */
.alert-warning {
    color: #fff;
    background-color: #fac832;
    border-color: #fac832;
}

/* Responsiv */
@media screen and (max-width:600px) {
.pin-form-panel,
	.security-numpad .numpad-row .numpad-field.colspan2 {
		position: relative;
		left: 0;
		margin: 0 auto;
	}

	.pin-form-panel,
	.security-pin-bar,
	.security-numpad,
	.security-buttonbar {
		max-width: 100%;
	}
}
