﻿.bg-info, .btn-info {
    background-color: #00a595 !important;
}

modal-backdrop.in {
    opacity: 0.2;
}

.spinner-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 6px solid #f3f3f3;
    border-top: 5px solid #00a595;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.btn-go-down {
    color: #fff;
    text-decoration: underline;
}

    .btn-go-down:hover {
        opacity: 0.8;
        color: #fff;
    }

    .btn-go-down:active, .btn-go-down:hover:visited {
        color: #fff;
    }