@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.demos-sidebar .rz-panel-menu .rz-navigation-item-icon-children {
    margin-left: auto;
}

.demos-sidebar .rz-panel-menu .rz-badge {
    margin-left: 0.5rem;
    line-height: 12px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.next {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
}

.next-menu {
    text-decoration: none !important;
    padding: 6px 0;
    margin-left: 24px;
    display: inline-flex;
    align-items: center;
}

.next-body {
    padding: -3rem;
}

.next-vertical {
    justify-content: center;
    flex-direction: column;
}

.next-dropdown-density-compact {
    --rz-grid-cell-line-height: 1rem;
    --rz-grid-cell-padding: 0.25rem 0.5rem;
}

.content {
    padding-top: 1.1rem;
}

.nextlight {
    padding-top: 3rem;
    background-image: url('../images/adds/background.svg');
    background-repeat: no-repeat;
    background-position: 50% -700px;
}

.nextdark {
    background-color: #003366;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.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;
    }

form .row {
    margin-bottom: 16px;
}

.but-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.but-right {
    position: absolute;
    right: 0px;
    bottom: 0.5rem;
}

.grid-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.dialog-menu {
    position: absolute;
    right: 30px;
    top: 10px;
}

.dialog-header {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0 !important;
    width: 100%;
    height: 50px;
    z-index: 0;
}

.dialog-title {
    position: absolute;
    left: 20px;
    top: 15px;
    text-align: left !important;
    color: white;
    font-weight: bolder !important;
}

.dialog-body {
    position: absolute;
    top: 55px;
    left: 20px;
    right: 20px;
}

.log-header {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0 !important;
    width: 100%;
    height: 150px;
    z-index: 0;
}

.log-title {
    position: absolute;
    top: 40%;
    left: 40%;
    color: white;
    font-weight: bolder !important;
}

.log-body {
    position: absolute;
    top: 155px;
    left: 10px;
    right: 10px;
}


.card-header {
    position: fixed;
    left: 0px;
    top: 0px;
    border: 0 !important;
    width: 100%;
    height: 50px;
    z-index: 0;
}

.user_font {
    font-size: 150%;
}

.next-input-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 45rem;
    width: 40rem;
}

.next-but-right {
    display: block;
    margin-left: auto;
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: 10px;
}

.next-arrow-1 {
    flex: 0 0 220px;
    max-width: 250px;
    height: 25px;
    text-align:center;
}

.next-arrow-2 {
    display: flex;
    width: 200px;
    margin-right: auto;
    align-items: center;
    text-align: end;
}

.next-grid-view td {
    line-height: 0.8rem;
    height: 0.8rem;
}

.next-grid-header-view {
    --rz-grid-header-line-height: 0.8rem;
    --rz-grid-header-background-color: #f5f5f5;
    --rz-grid-header-color: #000000;
}

.next-grid-input {
    padding: 0.2rem;
    border-width: var(--rz-border-width);
    border-style: solid;
    border-color: var(--rz-white) !important;
}

.next-image-center {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.next-none {
    display: none !important;
}

.next-menu {
    position: absolute;
    right: 200px;
    top: 20px;
}

.next-bottom {
    padding-top: 1rem;
    padding-left : 1rem;
    justify-content: space-between;
}

.next-select {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 0;
    text-align: left !important;
}

.next-select-end {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 0;
    text-align: left !important;
}

.next-stand-end {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 0;
    text-align: left !important;
}

.next-addmenu {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.next-spine {
    position: absolute;    
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%)
}

.next-border {
    border: 1px solid;
    border-radius: var(--rz-border-radius-1) !important;
    border-color: var(--rz-info-light);
}

/* select bar coloring */
.sbar-checktask-result .ui-button.ui-state-active:nth-child(3) {
    background-color: forestgreen;
}

.sbar-checktask-result .ui-button.ui-state-active:nth-child(2) {
    background-color: red;
}

.col-md-15 { /*nexttech*/
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-md-23 { /*nexttech*/
    flex: 0 0 18%;
    max-width: 18%;
}

.next-container {
    padding-top: 1rem !important; /*nexttech*/
    padding-right: 0.5rem !important;
    padding-left: 1rem !important;
    margin-right: auto;
    margin-left: auto;
}

.next-container-mobile {
    padding-top: 0rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0,5rem !important;
    margin-right: auto;
    margin-left: auto;
}

.next-background {
    background-image: linear-gradient(to bottom right, white, white, LightCyan, SkyBlue);
    height: calc(100vh - 68px);
}

.next-login-background {
    background-image: linear-gradient(to bottom right, DodgerBlue, Navy);
}

    /*.next-footer {
    position: absolute;
    bottom: 1rem;
    width: 95%;
}*/

