.contact_form input[type="text"], .contact_form input[type="password"], .contact_form input[type="email"]{
width: 100%;
margin: 0 0 20px 0;
padding: 15px 12px;
border: 0;
outline: 0;
resize: none;
font-size: 13px;
line-height: 17px;
background-color: #f8f8f8;
color: #818181;
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "Lato", sans-serif;
}
input[type="button"] {
color: rgb(255, 255, 255);
border-color: rgb(102, 102, 102);
background-color: rgb(102, 102, 102); width: auto;
height: 39px;
line-height: 39px;
margin: 0;
padding: 0 23px;
border: 2px solid #303030;
font-size: 13px;
font-weight: 700;
font-family: inherit;
text-align: left;
color: #303030;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
outline: 0;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
background-color: transparent;
-webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-webkit-box-sizing: initial!important;
-moz-box-sizing: initial!important;
box-sizing: initial!important;
}
input[type="button"]:hover{
background: #000;
color: #fff;
}
select{
width: 100%;
margin: 0 0 20px 0;
padding: 15px 12px;
border: 0;
outline: 0;
resize: none;
font-size: 14px;
line-height: 17px;
background-color: #f8f8f8;  font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.delivery {
padding: 10px 12px;
background: #f8f8f8;
margin-bottom: 20px;
}
input[type="radio"] {
margin-left: 10px;
margin-right: 5px;
position: relative;
top: 3px;
cursor: pointer;
}
table.task-list {
width: 100%;
}
#task_management_task_form label{
font-weight:bold;
}
.status-verserende >th {
background-color: #f9e69f; }
.status-verserende >td {
background-color: #f9e69f; }
.status-under-reparation >th {
background-color: #f9e69f; }
.status-under-reparation >td {
background-color: #f9e69f; }
.status-afventer >th {
background-color: #e0e0e0; }
.status-afventer >td {
background-color: #e0e0e0; }
.status-levering >th {
background-color: #b7f4d2; }
.status-levering >td {
background-color:#b7f4d2; }
span.error {
color: #f70808;
}
.logout-button {
float: right !important;
}
.pippin_errors {
margin-bottom: 10px;
}