﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
table, th, td {
    border: 2px solid white;
}

.btn_action {
    z-index: 99;
}

    .btn_action:hover {
        color: #FFF;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/*.nav-item {
border: 1px solid #FFF;
border-radius: 0px 0px !important;
}*/
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.json-container {
    white-space: pre;
    overflow: auto;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFF !important;
    background-color: #000;
}

.modal-content {
    border: 2px solid #FFF;
    color: #FFF !important;
}

a.nav-link.active {
    border-color: #FFF !important;
    color: #FFF !important;
    background-color: rgba(55, 165, 140, 1) !important;
}

.nav-link {
    margin: 0px 1px;
    color: #757575;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 0px 0px !important;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.container, html, body, header, nav, div, ul, li, .nav {
    background-color: #6B728E;
    border-color: #6B728E;
}

#main_div {
    /*    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;*/
    border: 2px solid #FFF;
    height: 70vh;
    padding-top: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */
/*.container {
    background-color: #404258 !important;
}*/
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*background-color: #404258;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.version_row {
    height: 3rem;
    padding: 0.5rem;
    margin: 0px;
    color: #FFF;
    border-top: 1px solid black
}
    .version_row:hover {
        background-color: rgba(55, 165, 140, 1) !important;
    }

.version_row_disabled {
    height: 3rem;
    padding: 0.5rem;
    margin: 0px;
    color: #FFF;
    /*background-color: #E5E5E5 ;*/
    border-top: 1px solid black
}



.hidden {
    display: none;
}

.current {
    pointer-events: none;
    background-color: #37A58C;
}

.live {
    /*border: 2px solid #dd0060;*/
    border: 2px solid #FFF;
}

.refresh {
    border-radius: 10px;
    pointer-events: all;
    z-index: 99;
}

.publish {
    border-radius: 10px;
    pointer-events: all;
    z-index: 100;
}

.document {
    border-radius: 10px;
    pointer-events: all;
    z-index: 99;
}

body {
}

.pageContent {
    min-height: calc(100vh - 100px);
    min-width: calc(100vw - 100px);
}


.overlay {
    position: fixed !important;
    top: 0 !important;
    max-width: unset !important;
}

.overlay {
    position: absolute;
    background-color: #b1b2b3;
    opacity: 1;
    /*  top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    /*color: black;*/
    z-index: 100;
    max-width: 1200px !important;
    align-content: center;
    margin: 0 auto;
}

.cssload-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1 !important;
    width: 23px;
    height: 23px;
    margin: -12px 0 0 -12px;
    background: #B1B2B3;
    z-index: 101; /* Just to keep it at the very top */
}

    .cssload-loading i {
        position: absolute;
        top: 23px;
        left: 23px;
        display: block;
        width: 23px;
        height: 23px;
        background: rgb(60, 180, 152);
        border-radius: 23px;
        animation: cssload-spin2 1.73s ease-in-out infinite;
        -o-animation: cssload-spin2 1.73s ease-in-out infinite;
        -ms-animation: cssload-spin2 1.73s ease-in-out infinite;
        -webkit-animation: cssload-spin2 1.73s ease-in-out infinite;
        -moz-animation: cssload-spin2 1.73s ease-in-out infinite;
    }

        .cssload-loading i:first-child {
            top: -23px;
            left: 0;
            background: rgb(0, 0, 0);
            animation: cssload-spin 1.73s ease-in-out infinite;
            -o-animation: cssload-spin 1.73s ease-in-out infinite;
            -ms-animation: cssload-spin 1.73s ease-in-out infinite;
            -webkit-animation: cssload-spin 1.73s ease-in-out infinite;
            -moz-animation: cssload-spin 1.73s ease-in-out infinite;
        }

        .cssload-loading i:last-child {
            top: 23px;
            left: -23px;
            background: rgb(221, 0, 96);
            animation: cssload-spin3 1.73s ease-in-out infinite;
            -o-animation: cssload-spin3 1.73s ease-in-out infinite;
            -ms-animation: cssload-spin3 1.73s ease-in-out infinite;
            -webkit-animation: cssload-spin3 1.73s ease-in-out infinite;
            -moz-animation: cssload-spin3 1.73s ease-in-out infinite;
        }

@keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }

    17% {
        transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }

    83% {
        transform: scale(0.5);
    }

    100% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }

    17% {
        -o-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }

    83% {
        -o-transform: scale(0.5);
    }

    100% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }

    17% {
        -ms-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }

    83% {
        -ms-transform: scale(0.5);
    }

    100% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }

    17% {
        -webkit-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }

    83% {
        -webkit-transform: scale(0.5);
    }

    100% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }

    17% {
        -moz-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }

    83% {
        -moz-transform: scale(0.5);
    }

    100% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }
}

@keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }

    17% {
        transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    66% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }

    83% {
        transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }

    17% {
        -o-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(0.5);
    }

    66% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }

    83% {
        -o-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }

    17% {
        -ms-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.5);
    }

    66% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }

    83% {
        -ms-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }

    17% {
        -webkit-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
    }

    66% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }

    83% {
        -webkit-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }

    17% {
        -moz-transform: scale(0.5);
    }

    33% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.5);
    }

    66% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }

    83% {
        -moz-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }
}

@keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }

    17% {
        transform: scale(0.5);
    }

    33% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }

    83% {
        transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }

    17% {
        -o-transform: scale(0.5);
    }

    33% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }

    83% {
        -o-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }

    17% {
        -ms-transform: scale(0.5);
    }

    33% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }

    83% {
        -ms-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }

    17% {
        -webkit-transform: scale(0.5);
    }

    33% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }

    83% {
        -webkit-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }

    17% {
        -moz-transform: scale(0.5);
    }

    33% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.5);
    }

    66% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }

    83% {
        -moz-transform: scale(0.5);
    }

    100% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }
}



.login-page {
    margin: auto;
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    width: 460px;
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
    background-color: transparent;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 576px) {
    .login-box {
        margin-top: 20px;
        width: 90%;
    }
}


c-red {
    color: #FFF !important;
}

.new-version-info {
    margin-top: -40px;
    margin-left: 5px;
    position: absolute;
    color: #dd0060;
    display: none;
}
