.show-button {
    position: absolute !important;
    right: 20px !important;
}

.export-button{
    position: absolute !important;
    right: 120px !important;
}

.no-padding {
    padding: 0 !important;
}

.dropdown-menu {
    width: 320px !important;
    max-width: 320px !important;
}

.dropdown-alerts {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pen-icon:hover .fa-pen {
    opacity: 1 !important;
}

/* ---- */

.btn-wto {
    color: #ffffff;
    background-color: #112B3C;
    border-color: #112B3C;
    box-shadow: none;
}

.btn-wto:hover {
    color: #ffffff;
    background-color: #7FB5FF;
    border-color: #7FB5FF;
}

.btn-wto:focus, .btn-wto.focus {
    color: #ffffff;
    background-color: #112B3C;
    border-color: #7FB5FF;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-wto.disabled, .btn-wto:disabled {
    color: #ffffff;
    background-color: #112B3C;
    border-color: #112B3C;
}

.btn-wto:not(:disabled):not(.disabled):active, .btn-wto:not(:disabled):not(.disabled).active,
.show > .btn-wto.dropdown-toggle {
    color: #ffffff;
    background-color: #112B3C;
    border-color: #112B3C;
}

.btn-wto:not(:disabled):not(.disabled):active:focus, .btn-wto:not(:disabled):not(.disabled).active:focus,
.show > .btn-wto.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgb(17, 43, 60);
}