.pdf div {
    overflow: visible !important;
}
.pdf using thead, tfoot {
    display: table-row-group
}

.pdf tr, td {
    page-break-inside: avoid !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.content .MasterCanalLogo {
    margin-top: 15px;
    width: 200px;
}

.pdf .MasterCanalLogo {
    width: 100px;
}

.SearchRequest label {
    margin-right: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.content .MasterHeader {
    align-content: center;
    text-align: center;
    width: calc(60vw - 400px);
    padding-top: 10vh;
}

.pdf .MasterHeader {
    text-align: center;
    padding-top: 10vh;
    width: 1100px;
}

.LogOutIcon {
    text-align: right;
    padding-right: 10vw;
    position: absolute;
    right: 5em;
}


.table-sortable tbody tr:hover {
    background-color: #eee;
}

.highlighted_row {
    background: #c4e3f3;
}

.table-sortable .highlighted_row:hover {
    background: #95bad0;
}

.table-sortable thead tr th {
    padding: 4px;
}

.table-sortable tr {
    cursor: pointer;
}

.content :not(#legendTable).table-sortable thead tr th img {
    background-image: url("../images/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
    width: 20px;
    height: 20px;
}

.content :not(#legendTable).table-sortable thead tr th.headerSortUp img {
    background-image: url("../images/desc.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

.content :not(#legendTable).table-sortable thead tr th.headerSortDown img {
    background-image: url("../images/asc.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

/*.table-sortable thead tr .header {
    background-image: url("../images/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

.table-sortable thead tr .headerSortUp {
    background-image: url(../images/desc.gif);
}

.table-sortable thead tr .headerSortDown {
    background-image: url(../images/asc.gif);
}*/
.table-sortable thead tr .headerSortDown, .table-sortable thead tr .headerSortUp {
    color: #8dbdd8;
}

.table-sortable thead th:hover {
    background-color: #eee;
}

.table-sortable tfoot tr {
    border-top: 2px solid;
    font-weight: bold;
}

.table-sortable tbody td:last-child {
    border-left: none;
    border-right: none;
}

#liabTable thead tr, #physTable thead tr, #cargoTable thead tr, #glTable thead tr, #allTable thead tr {
    background-color: #8dbdd8;
}

#liabTable thead .headerSortUp, #liabTable thead .headerSortDown, #physTable thead .headerSortUp, #physTable thead .headerSortDown, #cargoTable thead .headerSortUp, #cargoTable thead .headerSortDown, #allTable thead .headerSortUp, #glTable thead .headerSortUp, #glTable thead .headerSortDown, #allTable thead .headerSortDown {
    color: white;
}

/*#liabTable table {
    position: center;
}*/

.floatReportMenu {
    position: fixed;
}

#ReportMenu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

#ReportMenuTable {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

#PageHeader {
    background-color: white;
}

#ReportMenuTable button, #ReportMenuTable a {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
    vertical-align: central;
    text-align: center;
    line-height: 35px;
    background-color: #4286f4;
    border-color: #4286f4;
    color: white;
}

.table-sortable tbody td {
    border: none;
    border-top: none;
}

/*.table-sortable tbody td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border: none;
}

.table-sortable tbody td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: none;
}*/

.floatLegend {
    position: fixed;
    right: 20px;
    top: 40px;
    margin: 15px;
}

#legendTable {
    margin: 10px;
}

#legendTable th {
    color: white;
    background-color: black;
}

#legendTable tr {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}

/*.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: auto;
}*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clearfix::after {
    content: "";
    clear: both;
}

.table-sortable > tbody > tr > td {
    border-top: none;
}

.table-sortable > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody + tbody {
    border-top: none;
    border-bottom: none;
    margin-left: 5em;
}

.table-noborder {
    margin-bottom: 0;
}

.table-indented tbody tr td:first-child {
    padding-left: 4em;
}

.table-indented tr td:first-child,
.table-indented tr th:first-child {
    padding-left: 2.5em;
}

.LobSummaryTotals {
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
    background-color: #eee;
}

.DetailCoverageTable tfoot tr {
    border: 1px solid #ddd !important;
}

.pageSeperator {
    border-top: 4px solid !important;
    border-color: black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}



.DetailHeader {
    color: #8dbdd8;
}

.pdf .PrintGroup {
    page-break-inside: avoid !important;
    /*border: solid 2px;
    border-color: black;*/
}

.pdf .PrintPage {
    page-break-before: always !important;
    /*border: solid 2px;
    border-color: black;*/
}

.OccurenceHeader {
    background-color: #8dbdd8;
}

.ClaimHeader {
    background-color: #c4e3f3;
}

.content {
    min-width: 700px;
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.sidePanel {
    width: 18%;
}

.content-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 10px;
}

/*.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
}*/

.divTable {
    display: table;
}

.divTable-row {
    display: table-row;
}

.divTable-cell {
    display: table-cell;
    vertical-align: middle;
}

.WaitingDiv {
    position: fixed;
    width: 500px;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    border-top: 4px solid !important;
    border-color: black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    align-content: center;
    display: none;
    padding: 4px;
    z-index: 2;
}

.WaitingDiv table {
    align-content: center;
}

.WaitingDiv label {
    font-size: 30px;
}

.WaitingDiv img {
    width: 50px;
}

.search-btn {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 270px;
    margin: auto;
    border-width: 2px;
    text-align: center;
    color: #1395d4;
    border-color: dimgray;
    font-weight: 600;
}
    .search-btn[disabled] {
        color: #333;
        font-weight: 400;
    }

#GrayOut {
    background-color: dimgray;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.65;
    z-index: 1;
}

.detailDisclaimer {
    font-style: italic;
}

.pdf .detailDisclaimer{
    display: none;
}
.selectionTable{
    max-height: 50vh;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

.helpText {
    position: relative;
    display: inline-block;
}

.helpText .helpText-hiddenText {
    visibility: hidden;
    width: 160px;
    background-color: #c4e3f3;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.helpText:hover .helpText-hiddenText {
    visibility: visible;
}

.helpText .helpText-hiddenText::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #c4e3f3 transparent transparent;
}

img.helpIcon {
    width: 20px;
    margin-left: 1em;
}

.NoData {
    font-size: 22px;
    color: #8dbdd8;
}

.highlightedReportDays {
    background-color: yellow;
}