﻿
#acs-bodycontainer {
    padding: 0px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 35vh;
}


.loader-small {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
}


.div-loader {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0em;
    left: 0em;
    top: 0em;
    z-index: 50000;
    background: rgba(255,255,255,0.4);
    position: fixed;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scrollable-topics {
    padding-right: 4px;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.black-tag {
    color: black !important;
}


.label-acs-white {
    background-color: #f7f7f7;
    border: 1px solid rgba(140, 140, 140,0.3);
    color: black !important;
}

.tags-container {
    border-top: 2px solid rgba(128, 128, 128,0.1);
    padding-top: 2px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.spacer-h {
    padding-top: 24px;
}


.acs-tab-container {
    min-height:400px;
    background: #F3F3F4;
    border-radius: 5px;
    padding: 15px;
    margin-bottom:10px;
}

.wiz-step {
    width: 100%;
    border-radius: 5px;
    background-color: #F3F3F4;
    font-weight: bold;
    padding: 8px;
    margin: 2px;
}

.wiz-step-active {
    background-color: #3498db;
    color: #f3f3f3;
}

.wiz-step-error {
    background-color: #ff0000;
}

.wiz-step-ok {
    background-color: forestgreen;
    color: #f3f3f3;
}

.acs-link-select
{
    color: orange!important;
}

.acs-link-select:hover
{
    color: orange!important;
    cursor: default;
}

.acs-link-fake:hover{
    text-decoration-style: none;
    cursor: default;
}

.acs-span-clickable:hover{
    cursor: pointer;
}

.clockpicker-popover {
z-index: 999999 !important;
}