@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.bg-blue {
    background-color: rgb(5,32,70);
}

.table-dark {
    --bs-table-bg: rgb(5,32,70);
}

.btn-primary {
    color: #fff;
    background-color: rgb(5,32,70) !important;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dialog-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    animation: dialog-container-entry 0.2s;
}

@keyframes dialog-container-entry {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dialog {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    z-index: 2000;
    align-self: center;
    margin: auto;
    width: 700px;
    max-height: calc(100% - 3rem);
    animation: dialog-entry 0.4s;
    animation-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

@keyframes dialog-entry {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateX(0px) scale(1.0);
    }
}

.dialog-title {
    background-color: #444;
    color: #fff2cc;
    padding: 1.3rem 2rem;
}

.dialog-title h2 {
    color: white;
    font-size: 1.4rem;
    margin: 0;
    font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.3rem;
}

.dialog-body {
    flex-grow: 1;
    padding: 0.5rem 1rem;
}

.dialog-buttons {
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 0 1rem;
}

.dialog-body > div {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.dialog-body label {
    text-align: right;
    width: 200px;
    margin: 0 1.5rem;
}

.dialog-body input, .dialog-body select {
    flex-grow: 1;
    width: unset;
}

.dialog-body .size-label {
    min-width: 110px;
    text-align: right;
}

#stackScenariosDisplay {
    width: 100%;
    margin-top: 1.5rem;
    table-layout: auto;
}

#buttonCreateStackScenario {
    margin-top: 0.5rem;
}

#inputAssembly, #inputScenario {
    margin-left: 1.5rem;
}

label.required:after {
    color: red;
    content: ' *';
    display: inline;
}

.accordion-content {
    padding: 1.15rem;
}

.assembly-summary-button-container {
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.assembly-summary-generate-button {
    padding-left: 3rem;
    padding-right: 3rem;
}

.loginContainer {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-left: 1vw;
    margin-top: 1vh;
}

.loginBox {
    border: 1px solid grey;
}

.loginButton {
    display: flex;
    justify-content: flex-end;
}

.logo {
    width: 20%;
    height: 50%;
}

.loginTitlesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1%;
}

.loginFormContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.loginUserContainer {
    margin-bottom: 1%;
}

.loginPasswordContainer {
    margin-bottom: 1%;
}

.mainLayoutContainer {
    display: flex;
    flex-direction: column;
    margin-left: 1vw;
    margin-top: 1vh;
}

.headerContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vh;
    margin-right: 2vw;
}

.bodyContainer {
    display: flex;
    align-items: center;
}

.footerContainer {
    flex-grow: 2;
}

.selectProjectContainer {
    width: 90%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projectsTable {
    margin-top: 1%;
    text-align: center;
    text-align-last: center;
    border: 1.5px solid black;
}

.projectsNextButton {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}

.projectsForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.projectsWelcomeTextContainer {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 30%;
}

.mainLayoutLogo {
    height: 75%;
    width: 75%;
}

.headerLeftSection {
    flex-grow: 2;
    align-content: center;
}

.headerRightSection {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-grow: 8;
    text-align: right;
}

.configureTowerForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.configureTowerWelcomeTextContainer {
    display: flex;
}

.configureTowerRowContainer {
    display: flex;
    margin-bottom:0.5%;
    width: 100%;
    text-align: center;
}

.configureTowerRowLabel {
    flex-grow: 3;
    margin-right: 2vw;
}

.configureTowerRowSelect {
    flex-grow: 4;
    width: 20%;
    align-self: center;
}

.configureTowerRowInputNumber {
    flex-grow: 4;
    width: 20%;
}

.configureTowerNextButton {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.configureTowerFormContainer {
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.configureTowerFormBody {

}

.configureTowerFormTitle {
    text-align: center;
}

.configureTowerEntriesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.configureTowerGenerateContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adminColumnContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.adminCustomerContainer {
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 5%;
    justify-content: space-evenly;
    padding-right:10px;
    padding:15px;
}

.adminIconContainer {
    flex-grow: 2;
}

.adminIcon {
    height: 30px;
    width: 30px;
}

.subscriptionListContainer {
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reportsTableRow {
    border-bottom: 1px solid black;
}

.selectable:hover {
    cursor:pointer;
    color:white;
    background-color: rgb(5,32,70);
}

.addSubscriptionButtonContainer {
    width: 100%;
    display: flex;
    justify-content: end;
}

.addSubscriptionRowTopMargin {
    margin-top: 1rem;
}