/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/Locations.razor.rz.scp.css */
#saved-locations[b-37gbzg17an] {
    background-color: #ECF0F1;
}

#locations[b-37gbzg17an] {
    background-color: #ECF0F1;
}

.report-outage-right-content[b-37gbzg17an] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 0px 15px;
}
.report-outage-right-content .save-location-box .save-inline-box p[b-37gbzg17an]{
    font-size: 18px;
    margin-right: 40px;
}
.report-outage-right-content .save-location-box h5[b-37gbzg17an] {
    font-size: 18pt;
    margin: 0px 0px 4px;
    color: #404041;
}
.report-outage-right-content .save-location-box .save-inline-box[b-37gbzg17an]{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.report-outage-right-content .form-group[b-37gbzg17an] {
    margin-bottom: 12px;
}
.report-outage-right-content p[b-37gbzg17an]{
    margin-bottom: 0px;
}

#saved-locations-circle-planned[b-37gbzg17an] {
    background-color: #0000E0;
}

#saved-locations-circle-unplanned[b-37gbzg17an] {
    background-color: #E00000;
}

#saved-locations-circle-unavailable[b-37gbzg17an] {
    background-color: #E08000;
}

.form-card-list[b-37gbzg17an] {
    width: 100%;
}
.form-card-list .card[b-37gbzg17an] {
    border-radius: 6px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 30px 30px 30px;
}
.form-card-list .location-row[b-37gbzg17an] {
    position: relative;
}
.form-card-list .location-row .left-section[b-37gbzg17an]{
    padding-right: 35px;
}
    .form-card-list .location-row a[b-37gbzg17an] {
        display: inline-block;
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: bold;
        color: #9A9A9A;
        flex: 1;
        line-height: 30px;
        margin-bottom: 12px;
    }
.form-card-list .location-content[b-37gbzg17an]{
    display:flex;
    flex-wrap: wrap;
}
.form-card-list .location-content .location-text[b-37gbzg17an] {
    flex: 1;
}
.form-card-list .location-content .location-text.location-text.planned[b-37gbzg17an] {
    color: blue;
}
.form-card-list .location-content .location-text.location-text.unplanned[b-37gbzg17an] {
    color: red;
}
.form-card-list .location-content .location-text p[b-37gbzg17an]{
    font-size: 17px;
    font-style: italic;
    color: #919191;
}
#location-card[b-37gbzg17an] {
    background-color: white;
    margin: 5px 5px 10px 5px;
    padding: 5px;
    float: left;
    border: 1px solid;
    width: 300px;
}

.border-circle[b-37gbzg17an] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}

.border-circle .circle[b-37gbzg17an] {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #27AE61;
    }

@media (max-width: 991.98px) {
    #add-location[b-37gbzg17an] {
        margin-top: 8px;
    }
}
/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/MainLayout.razor.rz.scp.css */
.form-detail-section[b-j7csh0evbd] {
    height: 50%;
}
/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/MainMap.razor.rz.scp.css */
.map-section[b-gbx2qfdvkq] {
    position: relative;
    width: 100%;
    height: 50%;
    overflow-y: auto;
}
.searchbar-section[b-gbx2qfdvkq] {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 9;
}
.searchbar-section .input-group input[b-gbx2qfdvkq]{
    height: 40px;
    border-radius: 20px;
    border: none;
    padding-right: 50px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.39);
}
.searchbar-section .input-group-text.search-icon[b-gbx2qfdvkq] {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #d52028;
    border-color: #d52028;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    padding: 0px;
    cursor: pointer;
    z-index: 9;
}
.searchbar-section .input-group-text.search-icon .oi[b-gbx2qfdvkq]{
   font-size: 14px;
}
.searchbar-section .location-label[b-gbx2qfdvkq] {
    background: #333333;
    color: #ffffff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}
#map-container[b-gbx2qfdvkq] {
    height: 100%;
    overflow: hidden;
    position: relative;
    clear: left;
}

#map-container[b-gbx2qfdvkq]:after {
    width: 22px;
    height: 40px;
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -11px;
    background: url('https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi_hdpi.png');
    background-size: 22px 40px; /* Since I used the HiDPI marker version this compensates for the 2x size */
    pointer-events: none; /* This disables clicks on the marker. Not fully supported by all major browsers, though */
}

.recentermap[b-gbx2qfdvkq] {
    position: absolute;
    right: 15px;
    bottom: 115px;
    z-index: 1;
    background-color: rgba(255,255,255,1);
    border-radius: 2px;
    display: block;
    width: 29px;
    height: 29px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.16s ease-out;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
}
.recentermap img[b-gbx2qfdvkq] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.loading-network[b-gbx2qfdvkq] {
    pointer-events: none;
    opacity: 0.4;
}

/* ***************************** Responsive Style CSS Start ***************************** */
@media (max-width: 575.98px) {
    .searchbar-section[b-gbx2qfdvkq] {
        left: 0px;
        right: 0px;
    }
}
/* ***************************** Responsive Style CSS End ***************************** */
/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/PageFooter.razor.rz.scp.css */

#page-footer-bar[b-7as5ohyn3z] {
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: center;
    min-width: 0;
    min-height: 0;
}

#browser-warning[b-7as5ohyn3z] {
    flex-grow: 2;
    color: orangered;
}
/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/PageHeader.razor.rz.scp.css */

.page-header-container[b-nbpr3uuyxx] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 5px;
}
/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/ReportOutage.razor.rz.scp.css */
.report-outage-box[b-eagrg9dp2f] {
    padding: 10px 0px;
}
.report-outage-box .report-outage-left-content[b-eagrg9dp2f] {
    padding: 0px 0px 0px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.39);
}
.report-outage-box .report-box[b-eagrg9dp2f]{
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d52028;
}
.report-outage-box .report-box[b-eagrg9dp2f]::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #d52028;
    transform: rotate(45deg);
    bottom: -8px;
    z-index: -1;
}
.report-outage-box .report-form[b-eagrg9dp2f]{
    padding: 15px;
}
#success[b-eagrg9dp2f] {
    background-color: #27AE61;
    color: #FFFFFF;
}

#failure[b-eagrg9dp2f] {
    background-color: #E84C3D;
    color: #FFFFFF;
}

#loader[b-eagrg9dp2f] {
    height: 150px;
    background-color: #E84C3D;
}

    #loader img[b-eagrg9dp2f] {
        height: 100%;
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.result[b-eagrg9dp2f] {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.result-container[b-eagrg9dp2f] {
    width: 60%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

    .result-container .icon[b-eagrg9dp2f] {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 500%;
    }
/* _content/TVD_Holdings_Ltd.AOR.Blazor.Server/Shared/SupplyNetworkSelector.razor.rz.scp.css */
.btn.btn-primary.active[b-vrvjazi1m6]{
    color:crimson
}

#network-selector[b-vrvjazi1m6] {
    /*margin-top: 15px;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    #network-selector .btn-group[b-vrvjazi1m6] {
        display: flex !important;
        align-content: flex-start !important;
        flex-wrap: wrap !important;
    }

.network-selector-label[b-vrvjazi1m6] {
    align-self: center;
    margin-right: 5px;
}

.network-selector-buttons[b-vrvjazi1m6] {
    display: flex;
}
