﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #006699;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.appPoolStatus {
    display: flex;
    justify-content: space-between;
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    border-radius: 10px;
    background: #475256;
    padding: 10px 10px;
    font-size: 30px;
    margin-bottom: 15px;
    border-radius: 19px;
    vertical-align: middle;
}

.noBorderNoBox {
    box-shadow: none !important;
    background: transparent !important;
}

.button {
    background-color: #279fd9;
    font-size: 30px;
    color: white;
    box-shadow: none 4px 14px rgba(0,0,0,.05);
    border-radius: 10px;
    padding-left: 1%;
    padding-right: 1%;
    height: 70px;
    padding-top: 10px;
}

    .button:hover {
        color: black;
        text-decoration: none;
        background-color: azure;
        cursor: pointer;
    }

.appPoolName {
    padding-right: 10%;
    width: 30%;
}

.bold {
    font-weight: bold;
}

.appPoolDetails {
    display: inline-flex;
    justify-content: space-between;
    font-size: 30px;
    border-radius: 19px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    vertical-align: middle;
    width: 100%;
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    color: white;
    background: #475256;
}

.buttonAppPool {
    font-size: 30px;
    color: white;
    box-shadow: none 4px 14px rgba(0,0,0,.05);
    border-radius: 10px;
    padding-left: 1%;
    padding-right: 1%;
    height: auto;
    padding-top: 10px;
}

    .buttonAppPool:hover {
        color: black;
        text-decoration: none;
        background-color: azure;
    }

.recycleButton {
    background-color: orange;
}

.stopButton {
    background-color: red;
}

.startButton {
    background-color: green;
}

.websiteList {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 2%;
    font-size: 30px;
}

.siteDetails {
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    border-radius: 10px;
    display: flex;
    margin-bottom: 2%;
    padding-left: 1%;
    vertical-align: middle;
    justify-content: space-between;
    width: 100%;
    padding-right: 2%;
    background: #475256;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.siteName {
    width: 24%;
}

.expandImage {
    font-size: 40px;
    -webkit-text-stroke: black;
    color: lightgreen;
    font-weight: bolder;
}

    .expandImage:hover {
        cursor: pointer;
    }

.hidden {
    display: none;
}

.columnFlexDirection {
    flex-direction: column;
}

.connectionString {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    padding-left: 1%;
    vertical-align: middle;
    justify-content: space-between;
    width: 100%;
    padding-right: 2%;
    font-size: 15px;
    padding-top: 2%;
    color: white;
}

.setting {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2%;
}

.settingValue {
    width: 70%;
    border: none;
    background: transparent;
    color: white;
    font-size: 18px;
}

.settingKey {
    width: 30%;
    background: transparent;
    color: white;
    border: none;
    font-size: 18px;
    margin-right: 2%;
}

.settingLabel {
    font-weight: bold;
}

.connectionStringSetting {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.websiteConfiguration {
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    color: white;
    background: #475256;
    padding-left: 10%;
    padding-right: 2%;
    border-radius: 10px;
}

.websiteDetailsButtonContainer {
    align-self: flex-end;
    padding-bottom: 2%;
    padding-right: 10%;
    display: flex;
    justify-content: space-evenly;
}

.websiteDetailsButton {
    align-self: flex-end;
    padding-bottom: 2%;
    padding-right: 10%;
    display: flex;
}

.pageContent {
    color: white;
    /*background-color: rgba(255, 255, 255, .15);*/
    background-color: #7B888D;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 150%;
    margin-left: -20%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

.menuBar {
    background: #006699;
    color: white;
    border-radius: 10px;
    width: 89%;
    margin-left: 8.5%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

.subMenuBar {
    background: #0066CC;
    margin-top: -1%;
    padding-left: 30%;
}

.backupSetting {
    display: flex;
    justify-content: space-between;
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    border-radius: 10px;
    background: #475256;
    padding: 10px 10px;
    font-size: 30px;
    margin-bottom: 15px;
    border-radius: 19px;
    vertical-align: middle;
    padding-left: 2%;
}

.backupSettingSelect {
    background: #475256;
    color: white;
    border: none;
    width: auto;
}

.backupSettingSubfolder {
    background: #475256;
    color: white;
    border: none;
    width: 65%;
}

.backupSettingRetentionInDays {
    background: #475256;
    color: white;
    width: 10%;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.backupWebsite {
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    border-radius: 10px;
    display: flex;
    margin-bottom: 2%;
    padding-left: 1%;
    vertical-align: middle;
    justify-content: space-between;
    width: 100%;
    padding-right: 2%;
    background: #475256;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.backupWebsiteName {
    margin-left: -35%;
}

.backupSize {
    margin-left: -25%;
}

.backupList {
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 2%;
    padding-left: 1%;
    vertical-align: middle;
    justify-content: space-between;
    width: 100%;
    padding-right: 2%;
    background: #475256;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.backupInfo {
    border-radius: 10px;
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2%;
}

.trashIcon {
    width: 4%;
    height: auto;
    border-radius: 10px;
}

    .trashIcon:hover {
        cursor: pointer;
        background-color: #279fd9;
        width: 4.2%;
    }


.restoreIcon {
    width: 4%;
    height: auto;
    border-radius: 10px;
    margin-right: -30%;
}


    .restoreIcon:hover {
        cursor: pointer;
        width: 4.2%;
    }

.backupFileName {
    width: 20%;
}

.console {
    width: 80%;
    margin-left: -20%;
    height: 20px;
    background: transparent;
    color: white;
    font-size: larger;
    font-family: sans-serif;
    letter-spacing: 2px;
    padding-left: 2%;
    padding-top: 2%;
    position: fixed;
    bottom: 0;
}

.expandConsole {
    position: absolute;
    right: 20px;
    width: 3px;
    height: 2px;
    top: 7px;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: large;
    transform: rotate(-90deg);
}

    .expandConsole:hover {
        cursor: pointer;
    }

.colapseConsole {
    position: absolute;
    right: 20px;
    width: 3px;
    height: 2px;
    top: 7px;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: large;
    transform: rotate(90deg);
}

    .colapseConsole:hover {
        cursor: pointer;
    }

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
    animation-duration: 1ms;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.chartContainer {
    width: 30%;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.totalIncidents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inputField {
    width: 50%;
    background: transparent;
    border-radius: 2px;
    color: white;
}

.loginContainer {
    display: flex;
    flex-direction: column;
}

.inputWithLabel {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 2%;
    padding-right: 30%;
    padding-left: 30%;
}

.loginButton {
    width: 10%;
    margin-left: 60%;
}


.changePasswordButton {
    width: 20%;
    margin-left: 60%;
}

.userContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 30px;
    border-radius: 19px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    vertical-align: middle;
    width: 100%;
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    color: white;
    background: #475256;
    margin-bottom: 2%;
}

input[type='checkbox'] {
    font-size: 20px;
    transform: scale(2);
    margin-right: 2%;
}

.newUser {
    background: transparent;
    box-shadow: none;
    border-radius: 19px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.userListLabel {
    font-size: 30px;
    padding-left: 50%;
    padding-top: 3%;
}

.expandCreateUser {
    position: absolute;
    right: 1.5%;
    width: 3px;
    height: 2px;
    top: 5%;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: xx-large;
    transform: rotate(90deg);
}

    .expandCreateUser:hover {
        cursor: pointer;
    }

.collapseCreateUser {
    position: absolute;
    right: 5%;
    width: 3px;
    height: 2px;
    top: 45%;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: xx-large;
    transform: rotate(-90deg);
}

    .collapseCreateUser:hover {
        cursor: pointer;
    }

.usernameText {
    width: 20%;
}

.newUserContainer {
    display: none;
    flex-direction: column;
}

[type=button] {
    cursor: pointer;
    border: none;
    margin-left: 10px;
    border-radius: 10px;
    font-weight: bold;
    width: 50%;
    color: white;
}

    [type=button]:hover {
        color: black;
    }

.commandPrompt {
    width: 150%;
    height: auto;
    margin-left: -20%;
    background: black;
    color: white;
    font-size: 20px;
    font-family: sans-serif;
    letter-spacing: 2px;
    padding-top: 2%;
    bottom: 0;
}

.commandPromptInput {
    width: 80%;
    color: white;
    background: black;
    font-size: 20px;
    font-family: sans-serif;
    letter-spacing: 2px;
    border: none;
    margin-top: -1%;
}

    .commandPromptInput:focus {
        color: white;
        background: black;
        outline: none;
    }


.consoleInput {
    display: flex;
}

.commandList {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 2%;
    font-size: 30px;
}

.commandContainer {
    display: flex;
    justify-content: space-between;
    box-shadow: 10px 10px 10px rgb(38, 39, 39);
    border-radius: 10px;
    background: #475256;
    padding: 10px 10px;
    font-size: 30px;
    margin-bottom: 15px;
    border-radius: 19px;
    vertical-align: middle;
    padding-left: 2%;
    height: 80px;
}

.commandText {
    width: 80%;
    border-radius: 10px;
    background: transparent;
    color: white;
    border: none;
    font-size: 30px;
}

.textArea {
    width: 95%;
    background: transparent;
    border: none;
    overflow: hidden;
    color: white;
    font-family: sans-serif;
    letter-spacing: 2px;
    height: 300px;
}

.textArea:focus {
    border: none;
    outline: none;
}
