@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }*/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: whitesmoke !important;
}
/*section {
    display: block;
}*/
h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*.line-height-sm {
    line-height: 1.1rem !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}*/

.content {
    padding-top: 1.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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.my-side-bar {
    width: 120px !important;
}

.sidebar {
    overflow-y: clip;
    overflow-x: clip;
    z-index: 1000;
}

    .sidebar:hover {
        overflow-y: auto;
        overflow-x: clip;
    }

/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* background: linear-gradient(to top, #3A0647,goldenrod);*/
    background: linear-gradient(to top, gray,gray);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        width: 10px;
    }


table.my-table {
    border-collapse: collapse;
    border-radius: 25px;
    padding: 2px 10px 2px 10px !important;
    /*margin: 0px 10px 2px 10px;*/
    width: 98% !important;
    border-bottom-width: 0px !important;
}

my-table:hover {
    overflow: auto;
}



td {
    text-align: left;
    padding: 8px;
    font-size: 11px;
}

    td.td-center {
        padding: 8px;
        font-size: 11px;
        text-align: center;
        display: block;
        margin: 3px;
    }

    td.td-text-align-right {
        text-align: right;
    }

div.div-text-align-right {
    float: right;
    text-align: end !important;
}

div.div-text-align-center {
    text-align: center !important;
}

td.td-text-align-left {
    text-align: left !important;
}

td.td-text-align-center {
    text-align: center !important;
}

div.div-text-align-left {
    float: left;
}

div.div-align-items-center {
    align-items: center;
    display: flex;
}

.my-text-align-left {
    text-align: left;
    display: block;
}

.my-text-align-center {
    text-align: center;
    display: block;
}

.my-text-align-right {
    text-align: right;
    display: block;
}

a.nav-link {
    padding-left: 0.5rem !important;
    /*padding-bottom: 0.1rem !important;
    padding-top: 1.0rem !important;
    justify-content: center !important;*/
}

.nav-font {
    font-size: 1.5rem;
}

th {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 0px solid goldenrod !important;
}
/*
thead tr {
    background-color: rgb(196, 191, 203, 0.40);
}

tbody tr:nth-child(even) {
    background-color: rgb(196, 191, 203, 0.40);
}

tbody tr:nth-child(odd) {
    background-color: rgb(196, 191, 203, 0.20);
}*/

input[type=text], input[type=number], input[type=date], input[type=select], input[type=month] {
    border-radius: 0.25rem;
    border: 1px solid goldenrod !important;
    outline: 0px solid red !important;
}

select {
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
    outline: 0px solid red !important;
}

textarea {
    outline: 0px solid red !important;
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
}

    select:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    textarea:focus,
    .uneditable-input:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px goldenrod !important;
        outline: 0 none !important;
        border-radius: 0.25rem !important;
        border-color: goldenrod !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

.my-model-content {
    /*background-color: #e9dffb !important;*/
}

.my-bg-white {
    background-color: white !important;
}

.my-bg {
    /*background-color: #e9dffb !important;*/
    background-color: #eee7f2 !important;
}

.my-bg-purple {
    background-color: purple;
}

.my-bg-orange {
    background-color: orange;
}

.my-bg-indigo {
    background-color: indigo;
}

.my-bg-green1 {
    background-color: #00c180;
}

.my-bg-blue2 {
    background-color: #0768ba;
}

.my-bg-purple1 {
    background-color: #6d37a3;
}

.my-bg-teal {
    background-color: teal;
}

.my-bg-teal1 {
    background-color: #195751;
}

.my-container {
    border-radius: 10px;
    padding: 0px;
    /*background-color: #e9dffb;*/
    min-width: 170px;
}

.my-container-header {
    /*background-color: #C9B5FF;*/
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*font-size: larger;
    font-weight: bold;*/
}

input.my-input-sm {
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
    width: 80px !important;
}

input[class="my-input-sm"]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px goldenrod !important;
    outline: 0 none !important;
    border-radius: 0.25rem !important;
    border-color: goldenrod !important;
}

input[type="text"].my-input-xs {
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
    width: 40px !important;
}

input[type="text"].my-input-md {
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
    width: 60px !important;
}

input[type="number"].my-input-xs {
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
    width: 50px !important;
    padding-right: 1px;
    padding-left: 1px;
}

input[type="number"].my-input-md {
    border-radius: 0.25rem !important;
    border: 1px solid goldenrod !important;
    width: 70px !important;
    padding-right: 1px;
    padding-left: 1px;
}

input[class="my-input-sm"]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px goldenrod !important;
    outline: 0 none !important;
    border-radius: 0.25rem !important;
    border-color: goldenrod !important;
}

.logo {
    position: relative;
    top: 1px;
    /*left: -0.8rem;*/
    padding-left: 0px !important;
    justify-content: center !important;
    display: flex;
    z-index: 100;
    width: 4.5rem;
}

div.max-width-55 {
    max-width: 55%;
}

div.max-width-75 {
    max-width: 75%;
}

div.max-width-99 {
    max-width: 99%;
}

@media only screen and (max-width: 768px) {

    .modal-dialog, .modal-dialog-scrollable, .max-width-55, .max-width-75, .max-width-99 {
        width: 99% !important;
        max-width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 1600px) and (min-width:769px) {

    .modal-dialog, .modal-dialog-scrollable, .max-width-55, .max-width-75, .max-width-99 {
        width: 90% !important;
        max-width: 100% !important;
    }
}

.my-btn {
    border: 1px solid goldenrod !important;
}

.btn {
    line-height: 1.5rem;
}

.my-btn:hover {
    border: 1px solid goldenrod !important;
    background-color: transparent;
    color: black;
}

.my-btn:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px goldenrod !important;
    outline: 0 none !important;
    border-radius: 0.25rem !important;
    border-color: goldenrod !important;
}

.my-group-span {
    border: 1px solid goldenrod !important;
    border-left: 0px solid goldenrod !important;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.no-left-radius {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.no-right-radius {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.my-text-line-through {
    text-decoration: line-through red;
}

.my-text-bold {
    font-weight: bold;
}

.my-text-italic {
    font-style: italic;
}

.my-text-xs {
    font-size: 9px;
}

.my-text-sm {
    font-size: 11px !important;
    line-height: 1 !important;
}

.my-text-md {
    font-size: 14px;
}

.my-text-lg {
    font-size: 16px;
}

.my-text-color-white {
    color: white !important;
}

.my-text-color-purple {
    color: purple;
}

.my-text-color-golden {
    color: goldenrod;
}

.my-input-group {
    position: relative;
    z-index: 0 !important;
}

hr {
    height: 1px !important;
    background-color: goldenrod;
    opacity: 0.9;
    margin: 0.8rem 0 !important;
    margin-bottom: 0.2rem !important;
    z-index: 0 !important;
}

button.my-btn-bg {
    background-color: purple !important;
    color: white;
    border: solid 1px goldenrod;
}

    button.my-btn-bg:hover {
        background-color: #8a2fba !important;
        color: white;
    }

@media only screen and (max-width:576px) {
    .my-container {
        border-radius: 10px;
        padding: 0px;
        /*background-color: #e9dffb;*/
        min-width: 165px;
        max-height: 35rem;
        overflow: auto;
    }

    .my-container-header {
        /*background-color: #C9B5FF;*/
        padding: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        /*font-size: larger;
        font-weight: bold;*/
    }

    .content {
        padding-top: 0rem !important;
    }

    .px-4 {
        padding: 0px 0px 0px 0px !important;
    }

    .main-panel {
        height: 70vh;
        max-height: 75vh;
        overflow-y: auto !important;
        overflow-x: auto !important;
    }
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
}

.search-panel {
    overflow: clip;
    border: 1px solid;
    border-color: transparent;
    border-radius: 10px;
    max-height: 400px;
    z-index: 10;
    position: relative;
}

    .search-panel:hover {
        overflow: auto;
    }

.container-header-text {
    opacity: 0.4;
    font-size: 1.25rem;
    padding-left: 10px !important;
    font-size: larger;
    font-weight: bold;
}

a {
    color: purple;
    text-decoration: none;
}

    a:link {
        color: purple;
    }

    a:visited {
        color: purple;
    }

    a:hover {
        color: purple;
        text-decoration: underline;
    }

    a:active {
        color: purple;
    }

.btn-link {
    color: purple;
    text-decoration: none;
    border: none;
    outline: none;
}

    .btn-link:hover {
        color: purple;
        text-decoration: underline;
        border: none;
        outline: none;
    }

.float-right {
    float: right;
}

.arrow {
    border: solid purple;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 0px;
    float: right !important;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.d-inline-block {
    display: inline-block;
}

.my-outline-purple {
    background-color: transparent;
    border-color: purple;
    color: purple !important;
    text-decoration: none;
}

/*override the bootstrap class*/
.btn:focus {
    box-shadow: 0 0 0 0.035rem goldenrod !important;
}
/*override the bootstrap class*/
.btn:hover {
    /* color:red!important;*/
}


.dropdown-item {
    width: unset;
    color: purple;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: black;
        background-color: #f1f1f1;
    }

a.dropdown-item {
    margin-left: 0px !important;
}

.my-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.my-margin-bottom-1 {
    margin-bottom: 5px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.menu-border-right {
    border-right: 1px solid #9bafc3 !important;
    padding-bottom: 1.25rem;
}
