@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
body.putzy
{
	font-family: 'Roboto', sans-serif;
	background: #eff3f6;
}
body.putzy .page--sidebar
{
	position: relative;
	width: 100%;
	background: #4d5467;
	padding: 0;
	margin: 0;
	height: auto;
}

body.putzy .page--sidebar .logo {
	background: #4d5467;
	text-align: left;
	padding: 0;
	margin: 0;
	height: auto;
}

body.putzy .page--sidebar .logo a
{
	display: block;
	text-align: left;
	margin: 0;
	padding-left: 3rem;
	color: #fff;
	font-weight: 300;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;

}

body.putzy .page--sidebar .logo a:hover
{
	text-decoration: none;
}


body.putzy .page--content {
	margin-left: 0;
	position: relative;
	padding-bottom: 130px;
}

.page--sidebar .main--menu  {
	background: #424858;
}


.page--sidebar .main--menu > ul > li {
	padding: 0;
	display: inline-block;
	position: relative;
	height: 44px;
}

.page--sidebar .main--menu > ul > li:hover, .page--sidebar .main--menu > ul > li.active {
	background: transparent;
}


.page--sidebar .main--menu > ul > li a{
	padding: 15px 10px;
	letter-spacing: 2px;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
}


.page--sidebar .main--menu > ul > li a:hover {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1) !important;
}


body.putzy .page--sidebar .main--menu > ul > li#dropdown ul {
	//display: block;
	position: absolute;
	z-index: 99;
	background: #424858;
	width: 100%;
	left: 0;
	top: 44px;
}

body.putzy .page--sidebar .main--menu > ul > li#dropdown:hover ul
														 {
	display: block;
														 }

body.putzy  .page--sidebar .main--menu > ul > li#dropdown ul li {
	padding-right: 0;
	padding-left: 0;

}


body.putzy  .page--sidebar .main--menu > ul > li#dropdown ul li a
{
	display: block;
}

body.putzy  #arbeiter.boxright
{

	top: -55px !important;
	right: 30px !important;
	padding: 0;
	background: transparent;
	border: 0;
	color: #fff;
	border-radius: 0;
}

body.putzy  #arbeiter.boxright strong
{
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 15px;
}


body.putzy  #arbeiter.boxright select
{
	background: #424858;
	font-size: 1.4rem;
	margin-top: 3px;

}


body.putzy section h2,
body.putzy section h3,
body.putzy section h4
{
	text-transform: uppercase;
	letter-spacing: 0;
	color: #4d5467;
	font-size: 1.4rem;
}

body.putzy .page-header h1
{text-transform: uppercase;
	letter-spacing: 0;
	color: #4d5467;
	font-size: 1.4rem;

}

body.putzy .page--wrapper .page-header {
	margin: 0;
	padding: 0 0 10px 0;
	border-color: rgba(0,0,0,0.2);
}


body.putzy .page--content main section
{
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px;
	border: 0;
	overflow: auto;
}

body.putzy .aendern.green {
	background-color: #6fd088;
	border: 1px solid #6fd088;
	border-radius: 2px;
}

body.putzy .aendern.blue {
	background-color: #0f9cf3;
	border: 1px solid #0f9cf3;
	border-radius: 2px;
}


body.putzy .aendern.red {
	background-color: #f32f53;
	border: 1px solid #f32f53;
	border-radius: 2px;
}


body.putzy .aendern.darkgreen {
	background-color: #ffbb44;
	border: 1px solid #ffbb44;
	border-radius: 2px;
}

body.putzy  #tab--planer tbody {
	width: 100%;
	font-size: 1.4rem;
	/*border: 1px solid rgba(0,0,0,0.1);*/
	border-radius: 2px;

}

body.putzy #tab--planer tbody tr:hover {
	background: rgba(0,0,0,0.1);
}

body.putzy table thead th, body.putzy table thead tr {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	background: rgba(0,0,0,0.1) !important;
	color: #1f1d1d !important;
	text-align: left;

}

body.putzy table thead tr td {
	padding-top: 15px !important;
	padding-bottom: 10px !important;
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 10px;
}

body.putzy table tbody tr td {
	padding-top: 15px !important;
	padding-bottom: 10px !important;
	font-size: 1.3rem;
	font-weight: normal;
}

body.putzy main input, body.putzy main table button
{
	line-height: normal;
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	border-radius: 0;
	background: #fff;
	padding: 0.5rem;
	font-size: 1.3rem;
}

body.putzy main table a.aendern.darkgreen.changema
{
	height: 40px;
}

body.putzy  #tab--planer a.aendern {
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: left ;
}

body.putzy main select {
	height: 40px;
	border-radius: 0;
	font-size: 1.3rem;
	border: 1px solid #ccc;
}

body.putzy .select--box.medium, body.putzy .select--box.small {
	width: 100% !important;
	margin-right: 0;
}



body.putzy main  .select--box:before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f107";
	font-size: 20px;
	position: absolute;
	background: #fff;
	right: 0;
	top: 0;
	color: #ccc;
	height: 40px;
	border: 1px solid #ccc;
	line-height: 40px;
	padding: 0 10px;
	pointer-events: none;
}

body.putzy main .zeitraum--suche strong
{
	font-size: 12px;
}


body.putzy main  button.aendern {
	height: 40px;
}


body.putzy main table button.collapse--btn
{
	background: #6fd088;
	color: #fff;
	border-color: #6fd088;
	font-size: 1.6rem;
}

a.openpopupurlaub,
a.openSuche,
.nice--btn,
body.putzy main table button.collapse--btn
{
	background-color: #00695C !important;
	border-color: #00695C !important;
}

body.putzy .aendern.green {
    background-color: #00695C;
    border: 1px solid #00695C;
    border-radius: 2px;
}

html {
    min-height: 100%;
    font-size: 75%;
    font-family: 'Open Sans', sans-serif;
    background: #f6f6f6;
}
