body {
    background-color: #f5f5f5;
    margin-top: 180px;
    margin-bottom: 0px;
    scroll-behavior: smooth;
    
    background-image: url('images/background.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom; 
    background-size: contain;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    user-drag: none;
}

.navbar-deltaj {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 10px #f5f5f5;
    -moz-box-shadow: 0 0 10px 10px #f5f5f5;
    box-shadow: 0 0 10px 10px #f5f5f5;
}

.navbar-brand {
    height: auto;
    padding: 5px;
    padding-top: 0px;
}

#deltaj_icon {
    height: 30px;
}

#deltaj_icon:hover {
    
}

#deltaj_logo {
    height: 100px;
    
    position: absolute;
    top: -82px;
    left: 15px;
    z-index: 100;
    
    -webkit-animation-name: animation;
    -webkit-animation-duration: 3s;
    animation-name: animation;
    animation-duration: 3s;
}

.caption {
    opacity: 0.5;
    margin-top: 15px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 576px) {
    body {
        margin-top: 150px;
    }
    
    #deltaj_logo {
        height: 75px;

        top: -63px;
    }
}

@media only screen and (max-width: 400px) {
    body {
        margin-top: 125px;
    }
    
    #deltaj_logo {
        height: 50px;

        top: -42px;
    }
}

@-webkit-keyframes animation {
    from {opacity: 0; left: 50px;}
    to {opacity: 1; left: 15px;}
}

@keyframes animation {
    from {opacity: 0; left: 50px;}
    to {opacity: 1; left: 15px;}
}

#isf_logo {
    width: 200px;
    
    position: absolute;
    top: 100px;
    left: 20px;
}

#tubs_logo {
    width: 200px;
    
    position: absolute;
    top: -10px;
    left: 10px;
}

#impressum_div {
    border-left: 1px solid #dee2e6 !important;
    padding-left: 40px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    #impressum_div {
        border-left: 0px solid #dee2e6 !important;
        margin-top: 100px;
        padding-left: 20px;
    }
    
    #isf_logo {
        top: 50px;
        left: auto;
        right: 25px;
    }
}

@media only screen and (max-width: 500px) {
    #impressum_div {
        border-left: 0px solid #dee2e6 !important;
        margin-top: 200px;
        padding-left: 20px;
    }
    
    #isf_logo {
        top: 80px;
        left: auto;
        right: 15px;
    }
}

#footer {
    margin-top: 75px;
    padding-bottom: 25px;
}

.root {
    background-color: #fff;
    position: relative;
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 20px 10px #f5f5f5;
    -moz-box-shadow: 0 0 20px 10px #f5f5f5;
    box-shadow: 0 0 20px 10px #f5f5f5;
}

nav a {
    color: #212529;
    border-bottom: 1px dotted rgba(0,0,0,0);
}
nav a:hover {
    color: #BE1E3C;
    border-bottom: 1px dotted #BE1E3C;
}
.dropdown-item:hover {
    border-bottom: 0;
}
.dropdown-item:active {
    background: #BE1E3C;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .navbar-deltaj {
        padding-left: 20px;
    }
}

.form-control[readonly] {
    background-color: #f5f5f5;
}

.input-group {
    width: auto;

}

.input-group-text {
    background-color: #e5e5e5;
}

.form-control:focus {
    border-color: #df8e9d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(190,30,60,.25);
    -moz-box-shadow: 0 0 0 .2rem rgba(190,30,60,.25);
    box-shadow: 0 0 0 .2rem rgba(190,30,60,.25);
}

a, .btn-link {
    color: #BE1E3C;
}

a:hover, .btn-link:hover {
    color: #BE4C61;
}

.badge-primary {
    background-color:#BE4C61;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color:#BE1E3C;
}

.btn-deltaj {
    color:#fff;
    background-color:#BE4C61;
    border-color:#BE4C61;
}

.btn-deltaj:hover, .btn-deltaj:active {
    color:#fff;
    background-color:#BE1E3C;
    border-color:#BE1E3C;
}

.btn-deltaj.dropdown-toggle:focus{
    -webkit-box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
    box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
}

.btn-deltaj.focus,
.btn-deltaj:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
    box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
}

.btn-deltaj:not(:disabled):not(.disabled).active,
.btn-deltaj:not(:disabled):not(.disabled):active,
.show > .btn-deltaj.dropdown-toggle {
    color: #fff;
    background-color: #BE1E3C;
    border-color: #BE1E3C;
}

.btn-deltaj:not(:disabled):not(.disabled).active:focus,
.btn-deltaj:not(:disabled):not(.disabled):active:focus,
.show > .btn-deltaj.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
    box-shadow: 0 0 0 .2rem rgba(190,30,60,.5);
}

.list-group-item.active {
    background-color:#BE1E3C;
    border-color:rgba(0,0,0,.125);
    color: #fff;
}

.list-group-item-action:active:not(.active),
.list-group-item-action:focus:not(.active),
.list-group-item-action:hover:not(.active) {
    background-color: #F3C3CB;
}

.syntaxnavigation.active:not([href]),
.syntaxnavigation.active:not([href]):hover,
.syntaxnavigation.active:not([href]):focus {
    color: #fff;
}

.syntaxnavigation {
    cursor: pointer;
}

#syntax_explanation {
    margin: 0px;
}

.delta {
    background-color: #F3DBDF;
}

.unit {
    background-color: #FFF3F6;
}

.operation.active {
    background-color: #D75F75;
    color: #495057;
    border: 1px solid rgba(0,0,0,.125);
}

#SyntaxSelection {
    max-width: 600px;
    margin: auto auto;
    text-align: center;
}

.form-control,
.form-control:focus{
    height: auto;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 450px) {
    #syntax_resolution_warning {
        display: block;
    }
}
@media only screen and (min-width: 451px) {
    #syntax_resolution_warning {
        display: none;
    }
}

#ModifyOperationsSelection {
    margin-top: 20px;
    max-width: 580px;
}

#example_delta_input:focus {
    border-color: #FFA6B7;
    -webkit-box-shadow: 0 0 0 .2rem rgba(190,30,60,.25);
    -moz-box-shadow: 0 0 0 .2rem rgba(190,30,60,.25);
    box-shadow: 0 0 0 .2rem rgba(190,30,60,.25);
}

comment {
    color:#999;
    font-style: italic;
}

.keyword {
    color: #BE1E3C;
}

comment .keyword {
    color: #999;
}

.example-container {
    padding-top: 10px;
    margin: 5px;
    background-color: #FBFBFB;
    /*white-space: nowrap;*/
    display: block;
}

mark {
    padding: 0px;
}

#generate_example_button {
    position: absolute;
    width: 150px;
    left: -75px;
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 100;
}

#generate_example_arrow {
    position: absolute;
    width: 250px;
    top: 0px;
    left: -125px;
    z-index: 0;
    opacity: 0.2;
}

#generate_example_container {
    display: inline-block;
    position: relative;
    height: 150px;
}

#example_variant_output_container {
    max-width: 600px;
    margin: auto;
}

code {
    font-size: 100%;
    color: #BE4C61;
}

info {
    cursor: help;
    border-bottom: 1px dotted #212529;
}

.card-paper {
    display: flex;
    //margin-bottom: 25px;
    height: 100%;
    background-color: #fcfcfc;
}

.card-img-top {
    padding: 25px;
    max-width: 200px;
    margin: auto;
}

.card-btn {
    margin: 20px;
    margin-top: 0px;
    width: auto;
}

.col-sm {
    padding-bottom: 25px;
    max-width: 277px;
    min-width: 277px;
}

#add_classifier {
    border-top-width: 5px;
}

#add_member {
    border-top-width: 5px;
}

h1 {
    margin-bottom: 35px;
}

hr {
    margin-bottom: 35px;
}

.navigation-mark {
    position: absolute;
    top: -90px;
}

.sticky-top {
    top: 75px;
}

.updatesiteclipboard, .card-header {
    text-indent: 0px;
    cursor: pointer;
}

p, ol li {
    text-align: justify;
}

p, li {
    color: #4d5359;
}

h1, h2, h3, h4, h5 {
    color: #212529;
}

.list-group-item {
    background-color: #fcfcfc;
}

.screenshot-modal-body {
    padding: 0px;
}

.screenshot-modal-content {
    border: 0px;
}

.screenshot-modal-dialog {
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.75);
    
    max-width: 90%;
}

.screenshot-modal-body img {
    width: 100%;
}

.screenshot-link img {
    display: none;
}
.screenshot-link {
    text-indent: 0px;
}

.installation-src-header {
    margin-top: 20px;
    cursor: pointer;
}

h5.installation-src-header i, h5.mb-0 i {
    margin-right: 10px;
}

ul.installationguide {
    list-style: none;
    padding-left: 50px;
    text-indent: -25px;
}

ul.installationguide ul {
    list-style: none;
    padding-left: 50px;
    text-indent: -25px;
}

ul.installationguide li {
    cursor: pointer;
}

ul.installationguide li:before {
    content: "\2610";
    padding-right: 10px;
}

ul.installationguide li.done {
    opacity: 0.5;
}

ul.installationguide li.done:before {
    content: "\2612";
}

.alert {
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pub-banner {
    position: absolute;
    top: 0px;
    left: 20px;
}

.pub-banner-text {
    position: absolute;
    top: 50px;
    left: -15px;
    color: #fff;
    font-size: 1.25rem;
    z-index: 1000;
    
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);

    transform: rotate(-90deg);
}

.no-color {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.privacy-disclaimer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1035;
    opacity: 1;
    
    -webkit-box-shadow: 0 0 100px 100px #f5f5f5;
    -moz-box-shadow: 0 0 100px 100px #f5f5f5;
    box-shadow: 0 0 100px 100px #f5f5f5;
    
    background-color: #333;
    background-image: linear-gradient(#222, #333);
}

.privacy-disclaimer .container {
    padding: 50px;
    padding-top: 60px;
}

.privacy-disclaimer p, .privacy-disclaimer span {
    color: #fff;
}

#agent {
    //position: absolute;
    //top: 20px;
    font-size: 70px;
}

#blackline {
    height: 3px;
    background-color: #dee2e6;
}

.small-delta {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    
    cursor: pointer;
    
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none; 
    user-select: none;
    
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.delta-hitcount {
    z-index: 9999;
    position: fixed;
    top: 20px;
    left: 20px;
    
    background-color: #f5f5f5;
    //color: #aaa;
    
    -webkit-box-shadow: 0 0 25px 30px #f5f5f5;
    -moz-box-shadow: 0 0 25px 30px #f5f5f5;
    box-shadow: 0 0 25px 30px #f5f5f5;
}

#single_gear {
    display: none;
}

@media only screen and (min-width: 1200px) {
    #single_gear {
        display: block;
        position: fixed;
        bottom: -25%;
        left: -15%;
        width: 40%;
        z-index: -1;

        -webkit-animation:spin 60s linear infinite;
        -moz-animation:spin 60s linear infinite;
        animation:spin 60s linear infinite;
    }
}





















