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

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

@media (max-width: 1999.98px) {

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

@media (max-width: 1799.98px) {

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


@media (max-width: 1599.98px) {

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


@media (max-width: 1399.98px) {

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

@media (max-width: 1199.98px) {

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

html, body {
    height: 100%;
    overflow: hidden;
}

.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;
}

.icon-menu {
    max-height: 8rem;
}

.icon-top {
    max-height: 84px;
}

img.navbar-toggler-icon-nl {
    height: 68px;
}

.navbar-nav > .active > a {
    background-color: khaki;
}

.nav-pills .nav-link.active {
    background-color: khaki;
}

.mainPanel {
    background-color: #fdfdfd;
}


.bordedLeft {
    border: 4px solid green;
    padding: 5px;
    margin: 5px;
    border-radius: 20px;
    background-color: white;
}

.bordedRight {
    border: 4px solid cyan;
    padding: 5px;
    margin: 5px;
    border-radius: 20px;
    background-color: white;
}

.bordedInternal {
    border: 4px solid LightGray;
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
    background-color: LightGray;
}

li.GridEnfasi>a.nav-link.active {
    background-color: aquamarine;
}

div.p-3.subGrid {
    border: 4px solid aquamarine;
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
    background-color: aquamarine !important;
}

div.p-3.subForm {
    background-color: aquamarine !important;
}

div.p-3.subForm>div>div.row {
    background-color: white;
}

.font-80 {
    font-size: 80%;
}

.font-70 {
    font-size: 70%;
}

.font-110 {
    font-size: 110%;
}

.font-120 {
    font-size: 120%;
}

div.pdfContainer {
    height:90%;
}
object.pdfViewer {
    width: 100%;
    height: 100%;
}

td.dxbl-grid-detail-cell {
    padding: 0.3em;
}

.btnlogin {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #254B92;
    color: #fff;
}

.login-profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: scale-down;
}

.login-cardbody-color {
    background-color: #ebf2fa;
}

login-a {
    text-decoration: none;
}