﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'OpenSansLight';
    src: url("fonts/OpenSansLight.ttf") format('truetype');
}

.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

#TransferLogModal .modal-footer, #MoveTeamModal .modal-footer {
    display: inline-block;
}

#TransferLogModal .hidden {
    display: none !important;
}

/*#region spinner*/
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    background-color: #333;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.transferLogTable table.table-bordered > thead > tr > th,
.transferLogTable table.table-bordered > tbody > tr > td {
    border-color: #000;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/*#endregion spinner*/



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.loading {
    text-align: center;
    margin-top: 100px;
    color: #ccc;
}

.loading-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .loading-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #ccc;
        border-color: #ccc transparent #ccc transparent;
        animation: loading-ring 1.2s linear infinite;
    }

@keyframes loading-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cookieConsent {
    position: relative;
}

.highlightCookiePolicy {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

.rowOptions div {
    display: inline-block;
    text-align: center;
}

.dotSize {
    font-size: 0.3rem;
}

.areaRow:hover .dotSize, .showOnFocus {
    display: none;
}

.areaRow:hover .showOnFocus, .dotSize {
    display: inline-block;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.greyBorder {
    border: 1px solid #ccc;
}

.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.inlineColVertAlTop {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.disabled {
    cursor: default;
    background: #888 !important;
    color:#fff !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 99%;
    background-color: #e6e6e6;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    letter-spacing: 1px;
    background-color: #e6e6e6;
    font-family: 'OpenSansLight' !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


.buttonStyle {
    background-repeat: no-repeat;
    opacity: 1;
    display: inline-block;
    height: 90px;
    width: 90px;
    background-size: contain;
    background-position-x: center;
    background-position-y: center
}

.iShadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

.iShadow-2 {
    -moz-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: 0 0.25rem 0.12rem 0 rgba(0,0,0,0.05)
}

.iShadow-3 {
    -moz-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.25);
    box-shadow: 0 0.25rem 0.12rem 0 rgba(0,0,0,0.25)
}

.iShadow-4 {
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5);
    box-shadow: 0 2px 1px rgba(0,0,0,.5);
}

.insetShadow {
    -moz-box-shadow: inset 0px 0.25rem 0.12rem 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 0.25rem 0.12rem 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0.25rem 0.12rem 0px rgba(0,0,0,0.1);
}

.b--white {
    border-color: white;
}

.ba {
    border-style: solid;
    border-width: 1px;
}

.nav-item svg {
    color: #ea1b0a !important;
}

.br25 {
    border-radius: .25rem;
}

.bg-lightGrey {
    background-color: #eee;
}

.bg-midGrey {
    background-color: #ebeff3;
}

.bg-results {
    background-color: #3b6268;
}

.bg-lightMidGrey {
    background-color: rgba(116, 117, 118, 0.01);
}

.bg-dark-danger {
    background-color: #771b15;
}

.bg-bodyColour {
    background-color: #efefef;
}

.pointer {
    cursor: pointer;
}

.pointerImportant {
    cursor: pointer !important;
}

.cursorDefault {
    cursor: default;
}

.hidden {
    display: none;
}

.brandedForeground {
    color: #ea1b0a;
}

.brandedColor {
    color: #ea1b0a;
}

input[type='checkbox'] {
    
    background-color: initial;
}

/*-- Map --*/

.leaflet-tooltip-pane {
    opacity: 1;
}

/*-- Auto-complete --*/

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete input[type=text] {
    background-color: #fff;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        box-shadow: 0px 0px 2px 1px #ddd;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #007bff;
            color: #fff;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*-- -- --*/

/*-- Multi Select --*/
.ms-container, .ms-buttonContainer {
    width: 100% !important;
}

#CrewMultiselectView .ms-list {
    height: 218px;
}

.msButtonBlock {
    width: 45%;
}

/* --- Site Specific --- */
.substanceBadge {
    position: relative;
    cursor: help;
    display: inline-block;
}

.teamBuilderJobTable th {
    font-size: 0.9rem;
}

.substanceBadgeInfo {
    display: none;
    position: absolute;
    top: 2rem;
    left: 0;
    padding: 1rem 1rem 0 0;
    background-color: #17a2b8;
    border-radius: 0.5rem;
    z-index: 9;
    border: 1px dashed #333;
}

.substanceBadgeInfo li {
    color: #ddd;
    width: 100%;
}

.substanceBadgeInfo strong {
    color: #fff;
    text-align: right;
}

.substanceBadgeInfo ul {
    text-align: left;
}

.substanceBadgeInfo li {
    padding: 0.3rem;
}

.removeSubstance {
    font-size: 0.9rem;
    width: 1.5rem;
    height: 2rem;
    cursor: pointer;
}

.substanceBadge:hover .substanceBadgeInfo {
    display: inline-block;
}

.removeSubstance:hover .substanceBadgeInfo {
    display: none;
}

.list-group .fa-times {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    color: white;
    cursor: pointer;
}

.topRightCorner {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: white;
    cursor: pointer;
    z-index: 11;
}

#CarRegistrationsSection .topRightCorner {
    right: 1rem;
    top: 0rem;
}

    #CarRegistrationsSection .topRightCorner .btn, #PermissionToSearchWindaSection .topRightCorner .btn {
        padding: 0.3rem;
        line-height: 1;
        font-size: 0.8rem;
    }

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modalShow {
    display: block;
}

.modalWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background: rgba(0, 0, 0, 0.3);
    z-index: 8;
}

#RequirementsOverrideForm .modalWrapper {
    z-index: 11;
}

.modalContainer {
    position: relative;
}

.modalBlock {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.requirementsCheckModal {
    width: 400px
}

#RequirementsOverrideForm .modalBlock {
    z-index: 12;
}

.deleteRow, .deleteTeam {
    cursor: pointer;
}

#ManifestTeams tbody:hover tr {
    background: #007bff;
    color: white;
}

#TeamMembersTable tr:hover {
    background-color: #fff;
    cursor: default;
}

.manifestMain {
    position: relative;
}

.loadingManifest {
    z-index: 999;
    background-color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
/* -- Transfer Manifest -- */
.card-navigator {
    box-shadow: inset 0 0.25rem 0.12rem 0 rgba(143,143,143,0.8);
    border-bottom: 1px solid #eee;
    padding: 0.4rem;
    height: 3.5rem;
    position: relative;
}

.card-navigator a {
    color: #333;
}

.card-navigator .navOption {
    padding: 0.5rem;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
}

.card-navigator .left {
    left: 0.5rem;
}

.card-navigator .centre {
    top: 0.6rem;
    left: 0;
    right: 0;
}

.card-navigator .right {
    right: 0.5rem;
}

.card-navigator .navDateSelector {
    position: absolute;
    border: 1px solid #eee;
    width: 180px;
    background-color: #fff;
    text-align: center;
    border-radius: 0.25rem;
    padding: 0.2rem;
    font-size: 1.2rem;
    cursor: pointer;
}

#TransferManifestForDay .card-header {
    position: relative;
}

.awp-expired {
    background-color: #D80000;
    color: #fff;
}

.awp-expiring {
    background-color: #E69625;
    color: #000;
}

/*- Populate List from dropdown ts componenet -*/
.areaRow {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    padding-top: 1.5rem !important;
}

.questionHistory .areaRow {
    padding-top: 0.5rem !important;
    background-color: #e9ecef;
}

.rowOptions {
    position: absolute;
    top: 0;
    right: 0.5rem;
    text-align: right;
}

.selectedRow {
    border-color: #17a2b8 !important;
}

/* Populate Question Choices */

.questionChoiceRow {
    padding-left: 2rem !important;
}

.correctAnswer svg {
    color: #5e9955;
}

.incorrectAnswer svg {
    color: #bd231e;
}

.choiceAnswer svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    margin-top: auto;
    margin-bottom: auto;
}

/* Transfer Manifest */

#TeamMembersTable th {
    background-color: #f8f9fa;
}

#ManifestTeams .manifestTeamRow {
    cursor: pointer;
}

.tbodyBorder {
    border-collapse: collapse !important;
}

.tbodyBorder tbody, .tbodyBorder thead {
    border: 1px solid #ccc !important;
}

.addTeamMembersSection {
    position: relative;
    background: #f8f9fa !important;
}

.currentTeamMembersSection {
    position: relative;
}

#AccessAddTeamMember {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: #fff;
    z-index: 10;
    font-size: 2rem;
}

.centeredLabel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3rem;
    width: 250px;
}

.noRows, .noRows th:hover {
    cursor: default;
    color: black !important;
}

.transferred {
    color: #ea4335;
    font-weight: bold;
}

.stayedOnBoat {
    color: #4285f4;
    font-weight: bold;
}

.complete {
    color: #34a853;
    font-weight: bold;
}

/* Transfer Log */

.sailTimeCell {
    height: 1.5rem;
}

#TurbineIssues h5 {
    padding: 0.3rem;
    margin: 0.3rem;
    text-align: center;
    border-bottom: 1px dashed #aaa;
    color: #bbb;
}

#TurbineIssues .turbineIssue {
    text-align: left;
    position: relative;
    padding-right: 3.5rem;
}

#TurbineIssues .noIssues {
    padding-right: 0;
}

.turbineIssueTypeName {
    font-size: 0.9rem;
}

.turbineIssueNotes {
    padding: 0.5rem;
}

.cancelIssue {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 2rem;
    margin: auto;
    text-align: center;
    width: 3rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.rollOverIcon {
    font-size: 2rem;
}

.removeTransferLog:hover, .removeTransferLog:hover td {
    background-color: red !important;
    color: #fff !important;
    opacity: 0.8;
    cursor: pointer;
}

.transferLogToRemove {
    border: 3px solid red;
}

/*--- Timeline Section -----------------------------------------------------------------------------*/
.history-tl-container {
    width: 80%;
    margin: auto;
    display: block;
    position: relative;
}

    .history-tl-container ul.tl {
        margin: 20px 0;
        padding: 0;
        display: inline-block;
    }

        .history-tl-container ul.tl li {
            list-style: none;
            margin: auto;
            margin-left: 200px;
            min-height: 50px;
            border-left: 1px dashed #86D6FF;
            padding: 0 0 50px 30px;
            position: relative;
            min-width: 250px;
            font-weight: 700;
        }

            .history-tl-container ul.tl li:last-child {
                border-left: 0;
            }

            .history-tl-container ul.tl li::before {
                position: absolute;
                left: -11px;
                top: 0;
                content: " ";
                border: 8px solid rgba(255, 255, 255, 0.74);
                border-radius: 500%;
                background: #258CC7;
                height: 20px;
                width: 20px;
                transition: all 500ms ease-in-out;
                -moz-box-shadow: 0 2px 1px rgba(0,0,0,.5);
                -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5);
                box-shadow: 0 2px 1px rgba(0,0,0,.5);
            }

        .history-tl-container ul.tl .timelineDate::before {
            background: #570f69;
            box-shadow: none;
        }

            .history-tl-container ul.tl li:hover::before {
                border-color: #258CC7;
                transition: all 1000ms ease-in-out;
            }

        .history-tl-container ul.tl .timelineDate:hover::before {
            border-color: rgba(255, 255, 255, 0.74);
            transition: none;
        }

ul.tl li .item-title {
}

ul.tl li .item-detail {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
}

ul.tl li .timestamp {
    color: #000;
    position: absolute;
    width: 80px;
    top: 2px;
    left: -110px;
    text-align: right;
    font-size: 12px;
}

#TimelineFilters label {
    color: #888;
    font-size: 0.9rem;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    ul .tl {
        margin: 0;
    }

    .history-tl-container {
        width: 100%;
    }

        .history-tl-container ul.tl li {
            margin-left: 90px;
        }

    .history-tl-container ul.tl li {
        min-width: 150px;
    }

    ul.tl li .timestamp {
        left: -100px;
        font-size: 0.8rem;
    }

    ul.tl li .item-title {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 320px) {
    ul.tl {
        margin: 0;
    }

    .history-tl-container {
        width: 100%;
    }

        .history-tl-container ul.tl li {
            padding-left: 15px;
            min-width: initial;
        }
}

/*--- End Timeline Section ---*/


/* --- Bootstrap overrides --- */
.tab-content {
    padding: 0.5rem;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #eee;
}

.border-2 {
    border-width: 2px !important;
}

.card-body {
    background-color: #f5f5f5;
}

.navbar-nav .dropdown-menu {
    min-width: 16rem;
}

.control-label {
    font-weight: 700;
}

.checkboxRight {
    float: right;
    width: 2rem;
    margin-left: 1rem;
    margin-top: 0.2rem;
}


.colorPicker{
    height:2.25rem;
    width:2.25rem;
    border-radius:0.25rem;
}

.progrees-bar-container {
    border: solid 1px grey;
    height: 13px;
}

.progress-bar {
    background-color: green;
    height: 13px;
}

.imageContainer {
    overflow: auto;
}

/* -- Used on transport log --*/

/* -------------------------------------------------------------------------------- Timeline ---*/

.timelineEvent {
    font-size: 0.8rem;
}

/* --- End Timeline --- */
/* DataTables Override */
table.dataTable thead th, table.dataTable thead td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#TransferManifestForDay table.dataTable thead th,
#TransferListsForDay table.dataTable thead th {
    border: 1px solid #000;
}

    .cancelledIssue {
        background-color: rgba(0, 0, 0, 0.7) !important;
        color: #aaa !important;
    }

/*#region OverwritingOnMobileStyles*/
/*Extra small devices (portrait phones, less than 576px)
        No media query for `xs` since this is the default in Bootstrap*/
.card-header h3 {
    font-size: 1.4rem;
}

    /* Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {
        .card-header h3 {
            font-size: 1.75rem;
        }
    }
/*#endregion OverwritingOnMobileStyles*/


.outer {
    position: relative;
    display: inline-block;
    height: 100px;
    width:50px;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.sidebar .inner:after {
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5rem;
    font-size: smaller;
    content: "\f077";
}

.sidebar .collapsed .inner:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}
/*#endregion OverwritingOnMobileStyles*/

.reqStatusIndicatorRow {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    padding-left: 3rem !important;
    text-align: left;
    display: inline-block;
}

.personelStatus .reqStatusIndicatorRow {
    margin-bottom: 0.5rem;
    border: 1px solid #aaa;
    background-color: #fff;
}

.personelStatus button.reqStatusIndicatorRow, .personelStatus a.reqStatusIndicatorRow {
    cursor: pointer;
}

.reqStatusIndicator {
    width: 2.5rem;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.reqStatusIndicator svg {
    width: 1rem;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 1.5rem !important;
}

.personelStatus .list-group {
    padding-bottom: 0.4rem;
    list-style-type: none;
}

/* -- Site Selection -- */

#SiteSelection a {
    text-decoration: none !important;
}

.siteRow {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #000 !important;
    padding-left: 6rem !important;
    text-align: left;
    display: inline-block;
    margin-bottom: 0.5rem;
    border: 1px solid #9ab7bb;
    background-color: #fff;
    cursor: pointer;
    font-size: 1.7rem;
}

    .siteRow:hover {
        font-weight: bolder;
        box-shadow: 0px 0.3rem 0.5rem rgba(0,0,0,0.14), 0px 0.3rem 0.5rem rgba(0,0,0,0.18);
        border-color: #36bfd2;
        text-decoration: none !important;
    }


.sitesIcon {
    width: 5rem;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

    .sitesIcon svg {
        width: 2rem;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        font-size: 2rem !important;
    }

/*---- Accordion ----*/
.accordion .manifestSummary h4:after, .accordion .summary h4:after, .timelineOptions h4:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f077';
    float: right;
}

.accordion .manifestSummary.collapsed h4:after, .accordion .summary.collapsed h4:after, .timelineOptions.collapsed h4:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
}

/*---- Accordion ----*/
.accordion .cardSummary h3:after, .accordion .summary h3:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f077';
    float: right;
}

.accordion .cardSummary.collapsed h3:after, .accordion .summary.collapsed h3:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
}

/*---- Accordion ----*/
.accordion .resultSummary strong:after, .accordion .certSummary small:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f077';
    float: right;
}

.accordion .resultSummary.collapsed strong:after, .accordion .certSummary.collapsed small:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
}

/*---- Personel StatusArea ----*/
.list-group-item {
    background-color: #e7eaed;
    cursor: default;
}

#PersonnelDashboard .reqStatusIndicatorRow {
    margin-bottom: 0.5rem;
    border: 1px solid #aaa;
    background-color: #fff;
}

#CertificateStatusArea .reqStatusIndicatorRow {
    padding-right: 3rem;
}

#ViewInvitePage .list-group, #EditInvitePage .list-group {
    padding-bottom: 0.4rem;
    list-style-type: none;
}

.reqStatusIndicator {
    width: 2.5rem;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.currentStatusIndicator {
    width: 2.5rem;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.furtherInfoRow {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    color: #aaa;
}

.reqStatusIndicator svg, .currentStatusIndicator svg {
    width: 1rem;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 1.5rem !important;
}

.disableNavOption {
    cursor: default;
    opacity: 0;
}


/*---- Media Quiries ----*/
@media (max-width: 800px) {
    .dataTable {
        font-size: 0.6rem;
    }
}

@media (max-width: 992px) {
    .transferLogTableContainer {
        overflow-x :auto;
    }
}

@media print {
    html {
        color: black !important;
    }

    .text-white, .text-dark, .brandedForeground {
        color: black !important;
        font-size: 12pt !important;
    }

    .card-header.text-white, .bg-danger.text-white {
        color: white !important;
    }

    .card-header.text-white{
        background-color: slategrey !important;
    }

    body {
        background-color: white !important;
    }

    .bg-light, .bg-info, .bg-dark, .bg-secondary, .brandedBackground {
        background-color: white !important;
    }

    img, svg.print {
        display: block;
        max-width: 100%;
    }

    .accordion .manifestSummary h4:after {
        display: none;
    }

    .shadow {
        box-shadow: none !important;
    }

    .printable th {
        background-color: #6B6B6B !important;
        color: white !important;
    }

    .card-header, .card-body, .card-navigator {
        border: 1px black solid !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid black !important;
    }

    thead {
        display: contents
    }

    .card{
        page-break-inside:avoid;
    }
}