.disabled-date {
    background-color: #DDDDDD !important;
}

.redButton {
    border-color: #990606 !important;
}

.redButton:hover {
    background-color: #990606 !important;
}


table.laserInformation tr, table.laserInformation tr td, table.laserInformation tr th,
table.laserInformation-frontend tr, table.laserInformation-frontend tr td, table.laserInformation-frontend tr th{
    padding: 0 10px !important;
    margin: 0 !important;
    border: none;
    background-color: transparent !important;
}

table.laserInformation thead {
    background-color: #006EB7;
}

table.laserInformation thead tr td, table.laserInformation thead tr td a {
    color: white;
    vertical-align: middle;
}

table.laserInformation thead tr td a {
    text-decoration: none;
}

table.laserInformation thead tr td a:hover {
    text-decoration: underline;
    color: lightblue;
}

table.laserInformation thead tr, table.laserInformation-frontend thead tr {
    line-height: 40px !important;
    height: 40px !important;
}

table.laserInformation:not(:first-child), table.laserInformation-frontend:not(:first-child) {
    margin-top: 30px !important;
}

table.laserInformation tr td:first-child {
    width: 220px !important;
    min-width: 220px !important;
}

table.laserInformation tr td:last-child {
    width: auto !important;
}

table.laserInformation-frontend tr td:first-child {
    width: 220px !important;
    min-width: 220px !important;
}

table.laserInformation-frontend tr td:last-child {
    width: auto;
}

table.laserInformation tbody tr:nth-child(even) {
    background-color: #F5F5F5 !important;
}

table.laserInformation-frontend thead tr th h3 {
    margin: 0;
}

table.laserInformation-frontend tbody tr {
    background-color: transparent !important;
}

table.laserInformation-frontend thead tr th {
    border: none;
}

.category-title {
    padding: 10px;
    background-color: #006EB7;
    color: white;
}

.category-component:nth-child(odd) {
    background-color: #F5F5F5;
}

.category-component {
    font-size: 0.9em;
    padding: 5px 10px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.component-headline {
    margin-bottom: 0 !important;
}

.component-headline, .category-next-btn {
    margin-left: 15px!important;
}

.category-next-btn {
    margin-top: 20px;
}

.component-category {
    margin-top: 30px;
    margin: 0 !important;
}

table.components-summary tr td {
    padding: 0 !important;
    margin: 0 !important;
}


table.components-summary tr td:first-child {
    width: 180px !important;
    min-width: 180px !important;
}

.multiselect-native-select .btn-group, .multiselect-native-select .btn-group .btn-default{
    width: 100% !important;
}
.multiselect.dropdown-toggle{
    text-align: left;
}