.input_box {
    width: 265px !important;
    height: 35px !important;
    padding: 3px 5px !important;
}

body {
    background: url('/web/img/login/snelweg.jpg') no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.input_box_2 {
    width: 100px !important;
    height: 25px !important;
    padding: 3px 5px !important;
}


.checkbox_box {
    width: 15px !important;
    height: 15px !important;
}

.textarea_box {
    width: 265px !important;
    height: 60px !important;
    padding: 3px 5px !important;
}

.select_box {
    width: 265px !important;
    height: 35px !important;
}

.select2-container .select2-choice{
    height:35px !important;
}

.select2-container .select2-choice > .select2-chosen{
    line-height:2.3;
}

.button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sensor_id{
    height: 35px;
}

.block.content {
    display: block;
}

.block {

}

.block {
    width: 500px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #555;
    -moz-box-shadow: 0px 0px 10px 0px #555;
    box-shadow: 0px 0px 10px 0px #555;
    display: none;
}

.block .block-head {
    border: 1px solid #CCC;
    height: 37px;
    line-height: 37px;
    padding: 0 15px 0;
    color: #555;
    text-shadow: 1px 1px 0 white;
    font-size: 16px;
    text-align: center;
}

.block-head h1 {
    margin: 0px 0px 15px 0px;
    color: #4f5257;
    font-weight: normal;
    text-shadow: 1px 1px 1px white;
    font-size: 22px;
    cursor: default;
}

.block .block-content {
    padding: 18px 20px 20px 20px;
    background: white;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.block-content table {
    border-collapse: collapse;
    border-spacing: 0;
    cursor: default;
    max-width: 100%;
    background-color:transparent;
}

.block-content th {
    text-align: left;
    font-size: 12px;
}


.block-content input[type=text], input[type=password], input[type=number], input[type=email] {
    display: block;
    height: 28px;
    padding: 6px 12px;
    width: 140px;
    font-size: 14px;
    line-height: 1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}