@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;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid 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;
    }

.fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-primary-color {
    color: blue;
}

.icon-secondary-color {
    color: grey;
}

.validation-message {
    font-size: 11px !important;
    color: red;
    margin-top: -8px;
}

.btn-grid-danger:disabled {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
    box-shadow: 0 0 0 .15rem rgba(225,83,97,.5) !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #DCAF00 !important;
    border-color: #C8A500 !important;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #fff !important;
    background-color: #DCAF00 !important;
    border-color: #C8A500 !important;
    box-shadow: 0 0 0 .15rem rgba(220,175,0,.5) !important;
}


.e-icons-grid {
    color: #FFFFFF !important;
}

.neptus-switch {
    width: 50px;
    height: 25px;
    margin-bottom: -5px;
}

.e-input-group .e-input[readonly], .e-input-group.e-control-wrapper .e-input[readonly], .e-float-input input[readonly], .e-float-input.e-control-wrapper input[readonly], .e-float-input textarea[readonly], .e-float-input.e-control-wrapper textarea[readonly] {
    background: transparent !important;
}

.waitscreen-parent-disable {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 99998;
    height: 100%;
    width: 100%;
}

.waitscreen-display {
    position: relative;
    z-index: 99999;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    color: #fff !important;
}

.e-grid td.e-updatedtd {
    background-color: inherit !important;
    color: inherit !important;
}

.e-ddl-disable-icon::before {
    content: "\e729" !important;
    font-family: "e-icons" !important;
}



.e-footer-button-toolbar {
    top: auto;
    bottom: -22px;
    min-height: 38px !important;
    height: 38px !important;
}


.e-footer-toolbar {
    top: auto;
    bottom: -22px;
    min-height: 38px !important;
    height: 38px !important;
}

.e-footer-button-toolbar {
    top: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 5px;
    min-height: 38px !important;
    height: 38px !important;
}


