﻿.ng-cloak {
    display: none !important;
}


.right .modal-dialog,
.left .modal-dialog {
    transition: transform .25s ease-out;
    position: fixed;
    margin: auto;
    height: 100%;
}

.modal.right .modal-content,
.modal.left .modal-content {
    overflow-y: auto;
    border-radius: 0;
    border: none;
    height: 100%;
}

.right .modal-dialog {
    transform: translateX(10px);
    right: 0;
}

.left .modal-dialog {
    transform: translateX(-10px);
    left: 0;
}

.userguides {
    width: 100%
}

    .userguides img {
        width: 100%
    }

    .userguides h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .userguides h2 {
        font-size: 15px;
    }

    .userguides h3 {
        font-size: 12px;
    }

pre {
    font-size: 20px;
    border: 2px solid grey;
    width: 100%;
    white-space: pre-wrap;
    word-break: keep-all
}

    pre code {
        width: 100%;
        padding: 10px;
        color: #333;
    }


.evo-pop.ui-widget.ui-widget-content.ui-corner-all {
    width: 80%;
}

.evo-cp-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.evo-pointer evo-colorind {
    margin: 10px;
}

.gjs-one-bg {
    background-color: #f5f5f5 !important;
    color: black !important;
}

.gjs-select option, .gjs-field-select option, .gjs-clm-select option, .gjs-sm-select option, .gjs-fields option, .gjs-sm-unit option {
    background-color: unset !important;
    color: unset !important;
}

.gjs-devices-c {
    padding: 2px 3px 0px 3px !important;
}

/* Spinner style */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#content {
    text-align: center;
    margin-top: 50px;
}

.table > :not(:first-child) {
    border-top: unset !important;
}