body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #C7C6C1;
    background-color: #222021;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.table {
    color: #C7C6C1;
}

.btn-primary {
    background-color: #01565e;
    border-color: #01565e;
}

.btn-check:active + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus, 
.btn-primary:focus {
    background-color: #028e9b;
    border-color: #028e9b;
    box-shadow: 0 0 0 .25rem #01565e;
}

.btn-primary:hover {
    background-color: #028e9b;
    border-color: #028e9b;
}

.btn-primary:disabled {
    background-color: #222021;
    border-color: #222021;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem #01565e;
}

.form-select:focus {
    box-shadow: 0 0 0 .25rem #01565e;
}

.lead {
    font-size: 1rem;
}

#dns-map {
    height: 100%;
}

.fixed-height {
    height: 54rem;
}

.organization {
    word-wrap: break-word;
}

.col-name {
    width: 50%;
}

.col-response {
    width: 40%;
}

.col-status {
    width: 10%;
}

.response-column {
    white-space: pre;
}

.resolve-button-addon {
    background-color: #222021;
    border-color: #222021;
}

#resoveButtonAddon {
    display: none;
}

.addon-invisible {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.mapContainer {
    width: 99%;
    overflow: hidden;
    /*min-width: 700px;
    max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}

.rightPanel {
    display: none;
    float: right;
    width: 223px;
    border-radius: 5px;
    margin-left: 5px;
}

/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.80;
    opacity: 0.80;
    filter: alpha(opacity=80);
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #232323;
}

.mapael .map {
    /*margin-right: 228px;*/
    overflow: hidden;
    position: relative;
    background-color: #232323;
    border-radius: 5px;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    display: none;
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    display: none;
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    display: none;
    top: 50px;
}
