
.dashboard {
    margin: 20px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}

.dashboard .card-header {
    background-color: #fff;
    padding: .25rem .75rem;
}

.dashboard.card:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .35) !important;
}

.control-block .btn-group button {
    margin-right: 10px !important;
}

.dashboard button:hover, .dashboard button:focus {
    text-decoration: none !important;
}

.btn .badge {
    top: -8px !important;
    z-index: 1;
    right: -9px;
}

.dashboard button:focus {
    box-shadow: none;
}

.btn-block {
    align-items: center;
}

.status {
    padding: 5px 7px;
    color: #fff;
    border-radius: 8px;
    white-space: nowrap;
    cursor: zoom-in;
}


.status_target {
    margin: 0 auto 15px 0 !important;
    display: flex;
    justify-content: space-between;
    width: 600px;
    max-width: 100%;
}

.status_target .country {
    font-weight: 600;
}

.status_target .country span {
    font-weight: normal;
}

.status_target .target_response {
    font-weight: 600;
}

.status.danger {
    background: #dc3545;
}

.status.warning {
    background: #f77d15;
}

.status.success {
    background: #28a745;
}
.status.success.shield {
    background: #284aa7;
}

.time-block {
    position: relative;
}

.time-block .time {
    position: absolute;
    top: -13px;
    color: #fff;
    left: -28px;
    transform: rotate(-30deg);
    font-size: 13px;
    background: purple;
    border-radius: 12px;
    padding: 2px 5px;
}

.time-block .time.old {
    background: #6c757d;
    color: #000;
}

.table th, .table td {
    vertical-align: middle;
}

#subdomain .table td {
    vertical-align: top !important;
}

.table th p, .table td p {
    margin-bottom: 0 !important;
}


.info-block {
    font-size: 13px !important;
}

span.percent-ok {
    margin-left: 5px;
    padding: 7px 5px;
    background: purple;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 390px) {
    .card-header {
        padding: .75rem 0.25rem;
    }

    .logo a {
        font-size: 14px !important;
    }

    span.percent-ok {
        display: none;
    }

@media (max-width: 767px) {

    .btn-block {
        font-size: 13px;
    }

    .status {
        margin-left: 5px;
        padding: 5px 3px;
        font-size: 12px;
    }
}


}