﻿@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('/fonts/SairaSemiCondensed/SairaSemiCondensed-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('/fonts/SairaSemiCondensed/SairaSemiCondensed-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: bold;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('/fonts/SairaSemiCondensed/SairaSemiCondensed-Regular.ttf') format('truetype');
    font-display: swap;
    font-style: italic;
}


body {
    padding-top: 80px;
    background-color: #fff;
    font-family: "Saira Semi Condensed", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

[v-cloak] {
    display: none;
}

[v-cloak] > * {
    display: none;
}

.bodywithmenu {
    margin-top: 0px;
}

.bodywithoutmenu {
    margin-top: -80px !important;
}

blockquote {
    border-left: 5px solid #2254de;
    padding: 10px 10px;
    text-align: left;
}

.casologo {
    background-color: #000;
    width: 235px;
    height: 95px;
    position: relative;
    background-image: url("../Images/casologo.svg");
    background-repeat: no-repeat;
    background-size: auto;
}

.row-margin {
    margin-top: 15px;
}

.row-spacer {
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-margin {
    margin-top: 10px;
}

@media print {
    .noprint {
        display: none;
    }
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form .display-label,
.editor-label {
    margin: 1em 0 0 0;
    /*/font-weight: bold; */
    /* TEST */
    margin-top: 12px;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.navbar {
    min-height: 80px;
    background-color: #000;
}

.navbar-brand {
    padding: 10px 15px;
    margin-top: 6px;
}

.navbar-nav > li > a {
    font-family: "Saira Semi Condensed";
    font-size: 1.2em;
    color: #fff !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ff005d;
}

.navbar-inverse .navbar-toggle {
    margin-top: 20px;
    border-color: #ff005d;
}

@keyframes fadeIn {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

.tutoriallink {
    font-size: 1.5em;
}

    .tutoriallink a:link {
        color: #337ab7;
    }

    .tutoriallink a:visited {
        color: #337ab7;
    }

    .tutoriallink a:hover {
        color: #ff0460;
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    font-family: "Saira Semi Condensed", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    min-height: 1200px;
    background-color: #ffffff;
    /*background-color: #ECECED;*/
    /*animation: fadeIn 1s;*/
}

    .body-content h1 {
        color: #333333;
    }


    .body-content h2 {
        color: #333333;
    }

    .body-content h3 {
        color: #333333;
    }

    .body-content h4 {
        color: #333333;
    }

    .body-content h5 {
        color: #333333;
    }

    .body-content thead {
        background-color: #7c817d;
        color: #fff;
    }

    .body-content tbody {
        font-weight: 500;
    }

.topmargincontainer {
    margin-top: 75px;
}

.showcase-text {
    font-size: 1.25em;
    line-height: 1.5;
    height: 100%;
    color: #333;
}

.text-danger {
    color: #ff0460;
    font-weight: bold;
    margin-top: 5px;
}

.footer-content {
    background-color: #000;
    padding-top: 15px;
    min-height: 100px;
}

.app-footer-content {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100px;
}

.gradientline {
    color: #2254de;
    background-image: -webkit-linear-gradient(left, #2254de,#ff0460);
    border: 0;
    height: 1px;
}

footer {
    font-size: 1em;
    color: #a5a5a5;
    background-color: #000;
}

    footer a:link {
        color: #a5a5a5;
        text-decoration: none;
    }

    footer a:visited {
        color: #a5a5a5;
        text-decoration: none;
    }

    footer a:hover {
        color: #c5c5c5;
        text-decoration: underline;
    }

    footer .blocktitle {
        color: #fcfcfc;
        margin-bottom: 6px;
    }

    footer ul {
        padding: 0;
        list-style-type: none;
    }

.btn {
    color: #333 !important;
    font-weight: bold;
    border: 1px solid #333;
    text-decoration: none;
}

.btn-primary {
    color: #333 !important;
    background-color: #fff !important;
    font-weight: bold;
    border: 1px solid #333;
    text-decoration: none;
}

    .btn-primary:hover {
        background-color: #f1f1f1 !important;
        border: 1px solid #333;
    }



.btn-secondary {
    color: #505050 !important;
    background-color: #fff !important;
    font-weight: lighter !important;
    border: 1px solid #333;
    text-decoration: none;
    font-style: italic !important;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.passwortvalidationHint {
    font-size: 1em;
    color: #000;
    font-weight: 200;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bg-info {
    background: #f4f4f4;
    border-left: 10px solid #ccc;
    max-width: 100%;
    border-radius: 0px;
    font-size: 1em;
    font-weight: normal;
    padding-top: 4px;
    padding-left: 10px;
}

.bg-success {
    background: #daeed1;
    border-left: 10px solid #ccc;
    max-width: 100%;
    border-radius: 0px;
    font-size: 1em;
    font-weight: normal;
    padding-top: 4px;
    padding-left: 10px;
}

    .field-validation-error {
        color: #ff005d;
        margin-top: 5px;
        /*margin-left: 10px;*/
        font-weight: bold;
    }

.validationError {
    color: #ff005d !important;
    font-weight: bold;
}

.badge-not-ok {
    color: #fff;
}

.badge-ok {
    background-color: #0EF798;
    color: #000 !important;
}

#cookieconsent {
    text-align: right;
    background-image: linear-gradient(90deg,rgba(34, 84, 222, 0.75),#ff0460);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 1em;
    line-height: 20px;
    height: 105px;
    color: #fff;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 15px;
}

.gradienttext {
    background-image: linear-gradient(90deg,#2254de,#ff0460);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.panel-collapse li {
    margin-left: -5px;
    display: block;
}

    .panel-collapse li:before {
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: inherit;
        float: left;
        margin-top: 0px;
        margin-left: -29px;
        background-image: linear-gradient(90deg,#2254de,#ff0460);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



/*
    Fading Loading Animation
*/
.fadingloadinganimation {
    height: 3px;
    border: 0;
    width: 100%;
    background: linear-gradient(270deg, #2254de, #ff0460);
    background-size: 400% 400%;
    animation: loadinganimation 1.25s infinite;
    -webkit-animation: loadinganimation 1.25s ease infinite;
    -moz-animation: loadinganimation 1.25s ease infinite;
}


@-webkit-keyframes loadinganimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes loadinganimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes loadinganimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/*
@media (prefers-color-scheme: dark) {
    body {
        background-color: #232323;
        color: #ECECED;
    }


    .body-content {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        min-height: 1200px;
        background-color: #333;
        color: #ECECED;
    }

    .table-striped tbody  tr:nth-child(odd) {
        color: #232323;
    }
}
*/