﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


#profile-content, #notifications-content {
    display: none
}

.k-window-titlebar {
    padding: 0.5em !important;
    background-color: lightgray;
}

.k-widget.k-window {
    padding-top: 8px !important;
}

#SaveSimulationBtn {
    margin-left: 46%;
    width: 104px;
    height: 19px;
    padding-top: 2px;
    color: white;
    background-color: steelblue;
    border: 1px solid blue;
}

.k-dialog {
    background-color: lightgray;
    border: 3px solid steelblue !important;
    border-radius: 10px 10px !important;
}

#windowContent {
    padding-top: 12px;
    font-weight: bold;
    margin-left: -32px;
    font-size: 12px;
}

.simulationNameField {
    width: 70%;
    border: 1px solid royalblue;
    border-radius: 5px;
}

.k-dialog-title {
    font-size: 17px !important;
    font-weight: 500;
}

#loadSimultionWindowContent {
    font-weight: 600;
    margin-left: -8px;
    font-size: 13px;
}

.savedSimulationList {
    margin-left: -22px;
}

.ob-no-scroll {
    overflow: hidden;
}

.summary-domain-link:disabled, a.summary-domain-link.disabled {
    text-decoration: none !important;
    color: #004877 !important;
}
@media (-webkit-device-pixel-ratio: 1.25) {
    :root {
        zoom: 0.8;
    }
}
