.a-button {
    border: none;
    padding: 8px 16px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
    cursor: pointer;
    transition-duration: 0.4s;
    font-size: 13px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    border-radius: 4px;
    min-height: 32px;
    max-height: 32px;
    box-sizing: border-box;
    user-select: none;
    max-width: 100%;
}

.a-button:active {
    filter: brightness(90%);
}

.a-button:disabled, .a-button[disabled] {
    opacity: 0.5;
    cursor: unset;
    pointer-events: none;
}

.a-button-label {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.a-button-icon {
    min-width: 12px;
    max-width: 12px;
    text-align: center;
}

.a-button-color-red {
    color: #fff;
    background-color: #d9534f;
}

.a-button-color-red:hover {
    color: #fff;
    background-color: #c9302c;
}

.a-button-color-white {
    color: #666;
    background-color: #fff;
}

.a-button-color-white:hover {
    color: #666;
    background-color: #e6e6e6;
}

.a-button-color-lightblue {
    color: #fff;
    background-color: #5bc0de;
}

.a-button-color-lightblue:hover {
    color: #fff;
    background-color: #31b0d5;
}

.a-button-color-orange {
    color: #fff;
    background-color: #ff9800;
}

.a-button-color-purple {
    background-color: #9c27b0;
    color: #fff;
}

.a-button-color-purple:hover {
    color: #fff;
    background-color: #862197;
}

.a-button-color-orange:hover {
    color: #fff;
    background-color: #e08600;
}

.a-button-color-green {
    background-color: #4caf50;
    color: #ffffff;
}

.a-button-color-green:hover {
    background-color: #3d8b40;
}

.a-button-color-blue {
    color: #fff;
    background-color: #2196f3;
}

.a-button-color-blue:hover {
    color: #fff;
    background-color: #0d87e9;
}

.a-button-searchbar-search {
    width:120px;
}

.a-button-profilcompagnietag {
    width:30px; 
    height:30px; 
    padding:unset; 
    margin-left:10px;
    margin-top:31px;
    line-height:30px;
}

.a-skipreason-button {
    width: 170px;
}
 
@media (max-width: 850px) {
    .a-skipreason-button {
        width: 42px;
    }
    .a-skipreason-button span {
        display:none;
    }
    .a-button-label-hide {
        display: none;
    }
}

.a-button-service-plandefaut {
    width:200px;
}

.i-button-small {
    height:32px;
    width:32px;
    padding:unset;
}

div.i-table-grid-row-col > .i-button-small {
    margin-top:-4px;
}