/* _content/advance-or-core/Pages/Components/ActivityPopUp.razor.rz.scp.css */
.pop-up-container[b-umslbf93p4] {
    display: flex;
    position: absolute;
    top: 0;
    width: 95%;
    /* width: 100%;  TO-DO - parent padding needs to be removed */ 
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
    z-index: 5;
}

.pop-up-content[b-umslbf93p4] {
    padding: 30px;
    min-width: 400px;
    min-height: 400px;
}

.top-row[b-umslbf93p4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.top-row-left[b-umslbf93p4] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.input-box[b-umslbf93p4] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.info[b-umslbf93p4] {
    margin: 20px 0;
}

.table-data[b-umslbf93p4] {
    margin-bottom: 20px;
    overflow-x: scroll;
    border-spacing: 5px 0;
}

.table-data td[b-umslbf93p4] {
    padding: 0 2px;
}

.table-data thead tr td[b-umslbf93p4]{
    color: #000000;
    padding-bottom: 4px;
}

.table-data-input[b-umslbf93p4] {
    width: 100px;
}
/* _content/advance-or-core/Pages/Components/AlertPopUp.razor.rz.scp.css */
.pop-up-container[b-99sb9rn2c2] {
    display: flex;
    position: absolute;
    top: 0;
    width: 95%;
    /* width: 100%;  TO-DO - parent padding needs to be removed */ 
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.pop-up-content[b-99sb9rn2c2] {
    padding: 30px;
    min-width: 400px;
    min-height: 400px;
}
/* _content/advance-or-core/Pages/Components/DashboardStatus.razor.rz.scp.css */
.status-bar[b-82231jluei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-bar div[b-82231jluei] {
    display: flex;
    gap: 40px;
}

h3[b-82231jluei] {
    font-size: 20px;
}

.period[b-82231jluei] {
    display: flex;
    gap: 30px;
    align-items: center;
}

.countdown[b-82231jluei], .message[b-82231jluei] {
    color: #36A549;
}

/* _content/advance-or-core/Pages/Components/MessagePopUp.razor.rz.scp.css */
.pop-up-container[b-s7wefzde48] {
    display: flex;
    position: absolute;
    top: 0;
    width: 95%;
    /* width: 100%;  TO-DO - parent padding needs to be removed */ 
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.pop-up-content[b-s7wefzde48] {
    padding: 30px;
    min-width: 400px;
    min-height: 400px;
}

.from-to-container[b-s7wefzde48] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.message-buttons[b-s7wefzde48] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    
}
/* _content/advance-or-core/Pages/Components/TeamDebrief.razor.rz.scp.css */
.debrief-table[b-npupgfs5d4] {
    width: 100%;
}

.debrief-col1[b-npupgfs5d4] {
    width: 30%;
    color: white;
    font-weight: bold;
    padding: 6px;

    /* @* Red: *@ */
    /* background-color: #C00001; */

    /* @* Blue *@ */
    /* background-color: #005482; */

    /* @* Green *@ */
    /* background-color: #019450; */
}

.debrief-table tbody tr td[b-npupgfs5d4] {
    border-bottom: solid 2px white;
}

.debrief-table textarea[b-npupgfs5d4] {
    width: 100%;
    height: 9em;
    border: dotted 1px gray;
    margin: 0;
    padding: 0;

    margin-bottom: -7px;
}

@-moz-document url-prefix() {
    .debrief-table textarea[b-npupgfs5d4] {
        margin-bottom: -4px;
    }
}
/* _content/advance-or-core/Pages/Components/WhiteDebrief.razor.rz.scp.css */
.summary[b-644l4r9l5t] {
    background-color: #616162;
    color: white;
    font-size: 1.2em;
}

.header[b-644l4r9l5t] {
    background-color: #C7C8CA;
    color: #363636;
    font-size: 1.2em;
}

.summaryTextarea[b-644l4r9l5t] {
    width: 100%;
    height: 100%;

    background-color: #616162;
    color: white;
}

/* First Row */
.whitedebrief-flex .summaryrow[b-644l4r9l5t] {
    display: flex;
    flex-direction: row;
}

/* Summary Title */
.whitedebrief-flex .summaryrow > div:nth-child(1)[b-644l4r9l5t] {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Summary Textbox */
.whitedebrief-flex .summaryrow textarea[b-644l4r9l5t] {
    width: 100%;
    padding: 4px;
    min-height: 5em;
}

/* Second Row */
.whitedebrief-flex .datarow[b-644l4r9l5t] {
    display: flex;
    flex-direction: row;
}

/* Subtitle */
.whitedebrief-flex .datarow > div:nth-child(1)[b-644l4r9l5t] {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

/* Cell on right of Subtitle containing 4 columns */
.whitedebrief-flex .datarow > div:nth-child(2)[b-644l4r9l5t] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.whitedebrief-flex .datacolumn[b-644l4r9l5t] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Column Titles */
.whitedebrief-flex .datacolumn > div:nth-child(1)[b-644l4r9l5t] {
    text-align: center;
    padding:8px;
    font-weight: 500;
}

.whitedebrief-flex .datacolumn textarea[b-644l4r9l5t] {
    min-height: 70vh;
    width: 100%;
    height: 100%;
    /* border: dotted 1px gray; */
    margin: 0;
    padding: 4px;
    font-size: 16px;

    /* margin-bottom: -7px; */
}

/* GRID METHOD: (Does not scale well) */

/* .whitedebrief-divgrid {
    display: grid;
    grid-template-columns: 90px 1fr 1fr 1fr 1fr;
    grid-template-rows: 100px 40px 1fr;
} */

/* Summary Text */
/* .whitedebrief-divgrid div:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 6;
} */

/* SubTitle */
/* .whitedebrief-divgrid div:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 4;
} */
/* _content/advance-or-core/Pages/Dashboard.razor.rz.scp.css */
.grid-two-col[b-77fxa0h99i] {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.alerts[b-77fxa0h99i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.messages[b-77fxa0h99i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.activities[b-77fxa0h99i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

select:first-of-type[b-77fxa0h99i] {
    margin-right: 20px;
}
/* _content/advance-or-core/Pages/Debrief.razor.rz.scp.css */
.title[b-wb7xytpr1m] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    /* Red */
    /* color: #C00001; */
    /* Blue */
    /* color: #005482; */
    /* Green */
    /* color: #019450; */
}

    .title h1[b-wb7xytpr1m] {
        margin-right: 18px;
    }
/* _content/advance-or-core/Pages/Debriefs.razor.rz.scp.css */
.debrief-list-table tr[b-itojkvoc2c] {
	cursor: pointer;
}
.debrief-list-table tr:nth-child(even)[b-itojkvoc2c] {
	background: #ebebed;
}

.debrief-list-table tr:nth-child(odd)[b-itojkvoc2c] {
	background: #FFF
}

.debrief-list-table th[b-itojkvoc2c] {
	padding: 5px;
	color: white;
	background-color: rgb(71, 114, 179);
}

.debrief-list-table td[b-itojkvoc2c] {
	padding: 5px;
}

/* _content/advance-or-core/Shared/MainLayout.razor.rz.scp.css */
.page[b-vhevfserwu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vhevfserwu] {
    flex: 1;
    margin-top: 64px;
}

.sidebar[b-vhevfserwu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vhevfserwu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vhevfserwu]  a, .top-row .btn-link[b-vhevfserwu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vhevfserwu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vhevfserwu] {
        display: none;
    }

    .top-row.auth[b-vhevfserwu] {
        justify-content: space-between;
    }

    .top-row a[b-vhevfserwu], .top-row .btn-link[b-vhevfserwu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vhevfserwu] {
        flex-direction: row;
    }

    .sidebar[b-vhevfserwu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vhevfserwu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-vhevfserwu], article[b-vhevfserwu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* ORNav Style: */
.navbar-link[b-vhevfserwu] {
    font-size: 1.0em;
}
/* _content/advance-or-core/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-69x5n1cmhk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-69x5n1cmhk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-69x5n1cmhk] {
    font-size: 1.1rem;
}

.oi[b-69x5n1cmhk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-69x5n1cmhk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-69x5n1cmhk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-69x5n1cmhk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-69x5n1cmhk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-69x5n1cmhk]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-69x5n1cmhk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-69x5n1cmhk] {
        display: none;
    }

    .collapse[b-69x5n1cmhk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/advance-or-core/Shared/ORNav.razor.rz.scp.css */
#MainNavigation[b-mwxef9l0h1] {
	margin-top: 0 !important;
}
