@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.content {
    flex: 1 0 auto;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.e-content .e-item {
    font-size: 16px !important;
}


.valid.modified:not([type=checkbox],[type=radio]) {
    outline: 1px solid #26b050;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    text-align: left;
}

#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: 1200;
}

hr {
    border: 1px solid #252b6b;
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: 2px;
}

.grid-command-button-padded {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

    .grid-command-button-padded:hover {
        font-weight: 400;
        color: #fff;
        background-color: #CA3C00;
        border: 1px solid #CA3C00;
        cursor: pointer;
    }

.command-button-back {
    color: #005694;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 50%;
}

    .command-button-back :hover {
        color: #fff;
        background-color: #CA3C00;
        border: 1px solid #CA3C00;
        cursor: pointer;
        /*  border-radius: 50%;*/
    }

.grid-command-button-padded_notheader {
    /* font-weight: 400;*/
    color: #005694;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    margin-top: 22px;
}
/** scroll bar */
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e1e1e1;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(76,76,76,1) 23%,rgba(76,76,76,1) 23%,rgba(71,71,71,1) 72%,rgba(17,17,17,1) 99%);
}
/* Items display*/
.wrap {
    display: grid;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 5px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
    margin-bottom: 1rem;
    color: #005694;
    min-height: 200px;
    border-color: #252b6b;
}

    .wrap:hover {
        background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
        color: white;
        cursor: pointer;
    }

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 3.5rem !important;
    margin: 1rem;
    padding-right: 1rem;
}

.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.display-5 {
    font-size: 1.4rem;
}

.mbr-bold {
    font-weight: 700;
}


.display-6 {
    font-size: 0.75rem;
}

.location-num-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    background: #707e89;
    color: white;
    font-size: 16px;
    margin-right: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .location-num-icon .selected {
        background: #005694;
    }

/* ---------------------------------------------------
    Card Style
----------------------------------------------------- */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,86,148,0.4);
    transition: 0.3s;
    border-radius: 5px;
    /*border-color: #005694;*/
    border: none;
    margin-bottom: 5px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.card-header {
    background-color: #005694;
    color: white;
    padding: .50rem .75rem;
}

    .card-header span {
        margin-left: 10px;
        font-weight: bold;
    }
/************************************/
.cardwrapper {
    color: #005694;
    display: block;
    position: relative;
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: box-shadow .3s ease;
}

.beltoneprimary {
    background-color: #005694;
    color: #fff;
}

    .beltoneprimary:hover {
        background-color: #252b6b;
        color: #fff;
    }

.beltonesecondary {
    background-color: #252b6b;
    color: #fff;
}

    .beltonesecondary:hover {
        background-color: #005694;
        color: #fff;
    }


.sb-content-overlay {
    z-index: 10000022;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    pointer-events: none;
    left: 0px;
}


.sb-contentMangeLocations-overlay {
    z-index: 1;
    color: rgba(130, 130, 130, 0.5);
    display: block;
    position: fixed;
    width: 100%;
    height: 80%;
    background-color: transparent;
    overflow: hidden;
    pointer-events: none;
    left: 0px;
    backdrop-filter: blur(5px);
}

    .sb-contentMangeLocations-overlay.sb-hide {
        display: none;
    }

.sb-content-overlay.sb-hide {
    display: none;
}

.sb-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: inline-block;
    background: white;
}

.sb-loadingtext {
    width: 100%;
    position: absolute;
    top: calc(40% - 28px);
    overflow: hidden;
    display: inline-block;
    font-weight: 300;
    font-size: 30px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    color: #2A7CB7;
}

.sectionheader {
    margin-top: 20px !important;
    font-weight: bold;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.e-toolbar .e-tbar-btn.e-btn .e-icons {
    /*  color: #495057;*/
    color: #fff;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
    background-color: #005694;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    color: #fff;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: red;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

.form-row {
    margin-bottom: 10px;
    margin-top: 10px;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

.e-grid,
.e-btn,
.e-dialog,
.e-control,
.e-pager,
.input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper,
.e-float-input, .e-float-input.e-control-wrapper,
.e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-disabled,
.e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label,
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
    font-family: Poppins,Sans-serif;
}

.e-dialog {
    border-color: #005694;
    border: none;
}

    .e-dialog .e-dlg-header-content {
        font-family: Poppins,Sans-serif;
        border-color: #005694;
        padding: 14px;
        background-color: #005694;
        color: white;
        line-height: 1rem;
        border-radius: 0px;
        border: 1px solid rgba(0,0,0,.125);
    }

.e-dlg-header, .e-dlg-header * {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 14px;
    width: 12px;
    color: #fff;
}

.e-dialog.edit-dialog .e-footer-content {
    /*   padding: 15px 15px 0 15px;*/
}

.e-dialog.edit-dialog {
    max-height: 580px !important;
}

.e-dialog .e-icon-dlg-close {
    opacity: 0.9;
}

.e-image {
    background-size: 33px;
    width: 33px;
    height: 30px;
    margin: 0 auto;
}

.e-accordion .e-tgl-collapse-icon.e-expand-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    font-weight: 900;
}
/*! accordion icons */
.e-accordion .e-tgl-collapse-icon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
}

.locationisactivemargin {
    margin-top: 25px !important
}

.e-accordion .e-tgl-collapse-icon.e-expand-icon {
    transform: rotate(-180deg);
}

.e-treeview .e-text-content {
    padding: 0 0 0 4px;
}

.e-grid .e-filtered::before {
    color: #d66a15;
}

.e-grid th.e-headercell[aria-sort=ascending] .e-headertext, .e-grid th.e-headercell[aria-sort=descending] .e-headertext, .e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv, .e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
    color: #fff;
    opacity: 1;
}

.e-listbox-wrapper, .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone), .e-listboxtool-container.e-listbox-container .e-ul {
    border: 0px solid #dee2e6 !important
}

    .e-listbox-wrapper .e-selectall-parent, .e-listbox-container .e-selectall-parent {
        border: 0px solid #dee2e6 !important
    }

    .e-listbox-wrapper .e-list-item, .e-listbox-container .e-list-item {
        border: 0px solid #dee2e6 !important
    }

    .e-listbox-wrapper:not(.e-list-template) .e-list-item, .e-listbox-wrapper .e-list-nrt, .e-listbox-wrapper .e-selectall-parent, .e-listbox-container:not(.e-list-template) .e-list-item, .e-listbox-container .e-list-nrt, .e-listbox-container .e-selectall-parent {
        padding: 0px 0px 0px 0px;
        height: 25px !important
    }

    .e-listbox-wrapper .e-list-parent, .e-listbox-container .e-list-parent {
        overflow: visible;
    }

.EntityTypecenter {
    margin: auto;
    width: 50%;
    font-family: Poppins,Sans-serif;
    padding: 10px;
    font-weight: bold;
}
.EntityTypeselection {
    font-family: Poppins,Sans-serif;
    padding: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 1.1rem;
    }
}
.tabcontainer {
    margin: 20px;
    min-height: 420px;
}

.contentright {
    display: flex;
    justify-content: flex-end;
}
.Serviceresultcard {
    padding: 20px;
    background: #FFFFFF;
    margin: 10px;
/*    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;*/
    height: 400px !important;
    width: 100%;
    overflow-x: hidden;
   
    overflow-y: scroll;
   
}
