
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*
    ht t ps://supportcenter.devexpress.com/ticket/details/t955161/blazor-how-to-use-svg-icons-from-bootstrap-icon-library-with-blazor-controls-using-the
@import url('bootstrapicons/bootstrap-icons.css');
*/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
    /*background-color: white;*/
}


.smallertext {
    font-size: 11px;
}

.bold {
    font-weight: bold
}

.btn-link {
    color: #0366d6;
}

.dxbl-toolbar-item .subscriptionExpiring7 {
    color: red;
}

.dxbl-toolbar-item .subscriptionExpiring14 {
    color: yellow;
}

.subscriptionExpiring7 {
    color: red;
    background-color: lightgray;
}

.subscriptionExpiring14 {
    color: yellow;
    background-color: darkgray;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: #fff;
    background-color: aquamarine !important;
    /*#1b6ec2;*/
    border-color: #1861ac;
}

.content {
    padding-top: 0.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;
    }

.footer {
    font-size: 10px;
}

.login {
    width: 300px;
}

.data-entry {
    background-color: rgba(215, 223, 233);
    box-shadow: 0 0.25rem 0.45rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    color: black;
}

.payPage {
    background-color: steelblue;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.tableDates {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 11px;
}

.mybox-shadow {
    box-shadow: 0 0.25rem 0.45rem rgba(0, 0, 0, .2)
}

.formLayout div.card-header {
    padding: .15rem .55rem;
    font-size: small;
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0.12);
}

.dxbs-grid > .card .dxbs-grid-table > thead > tr:first-child > th {
    color: black;
    background-color: rgb(23, 162, 184, .4);
}

.grid-header {
    color: black;
    background-color: rgb(23, 162, 184, .4) !important;
}

.RowAlternateStyle table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.035);
}

.hideDetailButton .dxbl-grid-expand-button-cell .dxbl-grid-expand-button {
    visibility: hidden;
}

.popupedit-style {
    min-width: 800px;
}

.popupeditList-style {
    min-width: 600px;
}

.full-system-tab-style.dxbs-tabs .nav-link.active {
    color: red;
    background-color: whitesmoke;
    border-top-color: white;
    border-right-color: white;
    border-left-color: white;
    border-bottom-color: lightslategray;
    border-width: 2px;
}

.full-system-tab-style.dxbs-tabs .nav-link {
    color: black;
}


.instrument-detail-tab-style.dxbs-tabs .nav-link.active {
    color: var(--bs-primary);
    background-color: whitesmoke;
    border-top-color: lightslategray;
    border-right-color: white;
    border-left-color: white;
    border-bottom-color: var(--bs-info);
    border-width: 2px;
}

.instrument-detail-tab-style.dxbs-tabs .nav-link {
    color: var(--bs-info);
}

.my-grid.dxbs-gridview {
    display: flex;
    flex-direction: column;
    font-size: 11px;
}

    .my-grid.dxbs-gridview > .card {
        display: flex;
        height: 100%;
    }

        .my-grid.dxbs-gridview > .card > .dxbs-grid-vsd {
            flex: 1 1 auto;
            height: auto;
        }

        .my-grid.dxbs-gridview > .card > div:not(.dxbs-grid-vsd) {
            flex: 1 0 auto;
        }

.popup > .modal-content {
    top: 20%;
    float: left;
    left: 20%;
    transform: translate(-50%);
}

.MyTabsCss nav {
    /*border-bottom-width: 0px;*/
    height: 100%;
}

.MyTabCss {
    /*border-radius: 5px 5px 1px 1px !important;*/
}

    .MyTabCss:hover {
        border-color: #e9ecef !important;
    }

    .MyTabCss.dxbl-active {
        border-left: solid var(--bs-light) 0px;
        border-right: solid var(--bs-light) 0px;
        border-bottom: solid var(--bs-info) 1px !important;
        border-top: solid red 0px;
        color: var(--bs-info) !important;
        background-color: rgba(215, 223, 233, .75) !important;
        font-weight: bold;
        /*border-style: solid !important;*/
    }

        .MyTabCss.dxbl-active:after {
            background-color: transparent !important;
        }

/*.dxbrv-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    min-width: 22rem;
}*/

