﻿html, body {
    height: 100%;
    position: relative;
}

.loading-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

#main-container {
     overflow: hidden;
     display: block;
     position: relative;
 }

#main {
    margin-top: 105px;
    margin-bottom: 30px;
    height: calc(100% - 135px);
    height: -moz-calc(100% - 135px);
    height: -webkit-calc(100% - 135px);
    height: -o-calc(100% - 135px);
    margin-right: -15px;
    padding-right: 15px;
    overflow-y: auto;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-row {
    margin-left: 0;
    margin-right: 0;
}

#product-name {
    font-size: 2.34375rem;
    font-weight: 500;
}

#product-name:hover, #product-name:active, #product-name:visited, #product-name:link { text-decoration: none; }

.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }

.invalid { outline: 1px solid red; }

.validation-message { color: red; }

@media (min-width: 768px) {
    app { flex-direction: row; }
}

.main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

.display-4 { font-size: 2.5rem; }

@media (min-width: 768px) {
    .display-4 { font-size: 3rem; }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.navbar .nav-link {
    padding: 0.55rem;
    border-left: 0;
    border-right: 0;
}

.no-border {
    border: 0;
}

.avatar-sm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e9ecef
}

.avatar-lg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e9ecef
}

.avatar-xlg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e9ecef
}

.usermenu-dropdown {
    width: 250px;
}

.usermenu-dropdown-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.usermenu-dropdown-toggler:after {
    content: none
}

.dropdown-item {
    cursor: pointer;
}

.spaceful-icon {
    width: 25px;
}

.landing {
    background-image: url("../images/landing-background.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

.landing-infobox {
    background-color: #090909;
    background-color: rgba(9, 9, 9, 0.8);
    min-width: 288px;
}

.default-cursor-tooltip {
    cursor: default !important;
}

.align-left-tooltip {
    float: left;
}

.item-badge-text {
    max-width: 250px;
}

.item-icon {
    height: 32px;
    width: 32px;
}

.required::after {
    content: "*";
    color: red;
    font-size: larger;
}

.disabled-feature {
    color: #63676b;
}

.pre-text {
    white-space: pre-line;
    font-family: inherit;
    font-size: 100%;
}

.fixed-table-layout {
    table-layout: fixed;
}

.roster button {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

/**** Range slider value ****/
.range-slider-value {
    display: inline-block;
    position: relative;
    width: 80px;
    color: #e9ecef;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #7a8288;
    padding: 5px 10px;
    margin-left: 8px;
}

    .range-slider-value::after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #7a8288;
        border-bottom: 7px solid transparent;
        content: '';
    }

/**** ProgressBar steps ****/
.bar-step {
    position: absolute;
    margin-top: -20px;
    z-index: 1;
    font-size: 12px;
}

.label-line {
    float: right;
    background: #ffffff;
    height: 50px;
    width: 1px;
    margin-left: 5px;
}

.label-percent {
    float: left;
}

/**** SyncFusion customization ****/
textarea.e-input {
    height: 152px;
}

/**** Bootstrap customization ****/
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #7a8288 !important;
    pointer-events: none;
    background-color: transparent;
}

.progress-bar {
    color: #ffffff;
    font-weight: bold;
}