

p.notes.full-name {
    margin: 0;
    margin-top: 1em;
    font-size: 0.9em;
}


.fa-asterisk.full-name {
    display:inline-block;
    color: maroon;
    font-size:0.7em !important;
    vertical-align:super;
    padding-right: 0.4em;
    padding-left: 0.3em;
}

.fa-asterisk.full-name.superscript {
    padding-left: 0.4em;
    font-size: 0.8em;
    vertical-align: top;
}



.bold {
    font-weight: bold;
}

div.searchBar {
    height: 45px;
}


.newcustid {
    color:forestgreen !important;
    font-weight:bold;
}

a.no-decoration,
a.no-decoration:focus,
a.no-decoration:hover,
a.no-decoration:visited,
a.no-decoration:active,
a.no-decoration:link {
    text-decoration: none !important;
}



input[type=file].btn-sm,
input[type=file].btn-xs,
input[type=file].btn-xss {
    padding-left: 0;
}

.btn-xs {
    padding: 4px 10px;
    font-size: 0.9em;
    line-height: 1.5;
    border-radius: 3px;
}


.btn-xxs {
    padding: 3px 8px;
    font-size: 0.8em;
    line-height: 1.32;
    border-radius: 2px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.btn-secondary {
    color: #f2f2f2;
}


.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #ffffff;
}


.block {
    display: block;
}

.flexible {
    display: flex;
}

.dropdown-item-small { font-size: 0.8em;}




.flex-btn-group {
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    position: relative;
}

.flex-btn-group .flex-btn {
    padding: 0 0 2px 0;
    margin: 0 6px;
    display: inline-block;
    text-align: left;
    /* margin-bottom:6px; */
    /* margin: 5px; */
    /* text-align: left; */
    /*max-width: 450px;*/
    /*width:100px;*/
    /*border:solid 1px red;*/
    border-collapse: collapse;
}


div.flex-btn-group div.flex-btn button,
div.flex-btn-group div.flex-btn a {
    margin: 0;
}


div.flex-btn-group div.flex-btn a {
    font-size: 0.9em;
}

div.flex-table {
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    align-content: space-between;
}


.flex-table > .flex-row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap column;
    align-items: flex-start;
    align-content: space-between;
}

.flex-table > .flex-row.hdr {
    font-weight: bold;
}

.driver-list {
}


.flex-cell {
    text-align: left;
    font-size: 0.96em;
    line-height: normal;
    /* overflow: visible; */
    /* width: 220px; */
    margin: 4px 15px 8px 0;
    padding: 0;
    /* padding: 6px 15px; display: inline-block; */
}


.flex-cell.dln {
    min-width: 220px;
}

.flex-cell.full-name {
    min-width: 280px;
}


.flex-cell.dob {
    width: 100px;
}


.flex-cell.cdl {
    width: 100px;
}



.flex-td {
    text-align: left;
    font-size: 0.96em;
    line-height: normal;
    overflow: visible;
    width: 220px;
    margin: 0px 20px 30px 0px;
}

.flex-td label {
    display: inline-block;
    vertical-align: top;
}

.flex-td .value {
    vertical-align: top;
    display: inline-block;
    margin-left: 0;
    text-align: left;
    min-width: 50px;
    max-width: 250px;
}




h1.allow-others,
h2.allow-others,
h3.allow-others,
h4.allow-others,
h5.allow-others,
h6.allow-others,
.h1.allow-others,
.h2.allow-others,
.h3.allow-others
.h4.allow-others,
.h5.allow-others,
.h6.allow-others {
    display: inline-block;
    margin-right: 1em;
}

.row.col-header {
    font-weight: bold;
}



label {
    letter-spacing: normal;
}

.glyphicon {
    height: 18px;
    width: 18px;
    margin: 0;
}




/* default.min.css overrides */



#mdg-MAIN {
    background-color: #dddddd;
    background-image: url(../img/backgrounds/background.jpg);
}

#bodyWrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 0;
    border-radius: 0;
}

.container {
    max-width: 100% !important;
}


.mdg-hero {
    display: flex;
}


.mdg-hero-MDOTlogo {
    padding: 20px 10px 20px 18px;
}

.mdg-hero-MDOTlogo img {
    height: 90px;
}

.mdg-hero__heading {
    padding-top: 20px;
}

.mdg-hero__heading h1 {
    font-size: 4rem;
    font-weight: normal;
    margin-left: 10px;
}

.mdg-form .mdg-form__input {
    height: 3em;
}


/* Bootstrap Tabs */
div.fp_formItemGroup .tab-content {
    padding: 0;
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


.nav-tabs {
    background-color: whitesmoke;
    border-bottom: 1px solid #ddd;
    font-size: 0.94em;
    padding-left: 10px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding-top: 5px;
}

.nav-tabs > li.active {
}

.nav-tabs > li > a {
    /* font-size: 1em; */
    text-decoration: none !important;
    border-radius: 2px 2px 0 0 !important;
    padding: 4px 30px 2px 30px;
    border-bottom: none;
    color: gray;
    font-weight: bold;
}

.nav-tabs > li.active a {
    color: black;
    background-color: white;
}


.tab-content {
    padding-top: 10px;
}





div.right-col-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.right-col-info ul li {
    margin: 0;
    padding: 2px;
}



fieldset.dashboard {
    margin-bottom: 1em;
    line-break: normal;
}




span.savesummary {
    font-weight: bold;
    display: inline-block;
    font-size: 0.94em;
    color: #010101;
    padding: 6px 2px;
    line-height: normal;
    border: 0;
    min-height: 2em;
    vertical-align: top;
}

span.savesummary.error {
    color: #a94442
}

.ng-animate .no-animation {
    animation: none;
    transition: none;
}

.file-viewer-container {
    padding: 10px 0;
}

.file-viewer-container .btn-group {
    padding-bottom: 15px;
}


.file-viewer {
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
    display: inline-block;
    line-height: normal;
    padding: 10px;
    width: 100%;
    min-height: 36px;
    max-height: 1000px;
    overflow-x: scroll;
    overflow-y: scroll;
    color: #000;
    background-color: #fff;
    white-space: pre-wrap;
    word-wrap: normal;
}

.rptSection {
    display: block;
    padding: 0 0 60px 0;
}


.rptSection::after {
    clear: both;
    float: none;
}


.rptSection .col-md-1,
.rptSection .col-md-2,
.rptSection .col-md-3,
.rptSection .col-md-4,
.rptSection .col-md-5,
.rptSection .col-md-6,
.rptSection .col-md-7,
.rptSection .col-md-8,
.rptSection .col-md-9,
.rptSection .col-md-10,
.rptSection .col-md-11,
.rptSection .col-md-12 {
    padding: 5px;
}


span.label-value {
    display: inline-block;
    padding: 0;
    line-height: normal;
}


span.label-value span.lbl,
span.label-value span.val {
    display: inline-block;
}


span.label-value span.lbl {
    font-weight: bold;
}


span.label-value.vertical span.lbl,
span.label-value.vertical span.val {
    display: block;
}


span.privacy-container {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    text-wrap: avoid;
    font-size: 1em;
    line-height: normal;
    /* min-width: 150px; */
    font-family: "Montserrat", "SourceSansProRegular",Helvetica,Arial,sans-serif;
}


div.privacy-container.disabled {
    color: #888;
}


span.privacy-container:after {
    float: none;
    clear: both;
}


span.privacy-container span.privacy-text {
    display: inline-block;
    padding: 0 1px;
    margin-right: 10px;
    min-width: 100px;
}


span.privacy-container a.privacy-toggle-button {
    display: inline-block;
    /*clear:right;
    float:right;*/
    font-size: 0.8em;
}

.pointer {
    cursor: pointer;
}


div.dashboard ul li {
    list-style-type: none;
}

div.attention {
    border: 1px solid #faaaaa;
    box-shadow: 1px 1px 5px 0 #c8aaaa;
    background-color: #fbfae9;
    /* padding: 1px; */
}


div.dataTables_scrollHeadInner {
    background-color: #eeeeee;
}

div.attention div.dataTables_scrollHeadInner {
    border-bottom: solid 1px #cccccc;
}


div.dataTables_scrollHeadInner table thead th {
    /*background-color:#fbfae9;*/
    background: none;
}



div.dataTables_scrollHeadInner table thead tr:last-of-type th,
div.dataTables_scrollHeadInner table thead tr:last-of-type td {
    border-right: 0;
}



div.attention div.dataTables_scrollHeadInner table thead th {
    /*background-color:#fbfae9;*/
}

/*#fbfae9*/

h4.attention {
    color: #af0000;
}


ul.bullet-points {
    padding-top: 0;
    padding-bottom: 20px;
}

ul.bullet-points li {
    list-style: disc !important;
    padding-bottom: 10px;
}


.results-available a.received,
.results-available a.received:visited,
.results-available a.received:hover,
.results-available a.received:focus,
.results-available a.received:active {
    cursor: pointer;
}



div.subsection {
    padding-bottom: 30px;
}


div.subsection-sm {
    padding-bottom: 15px;
}


div.dashboard a.bookmark {
    position: relative;
    top: -100px;
}



legend, .legend {
    margin-bottom: 0.5rem;
    line-height: normal;
    padding-bottom: 0;
}


.legend div.tabs-wrapper {
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}

.legend div.tabs-wrapper ul.tabs {
    vertical-align: bottom;
    border-collapse: collapse;
    line-height: normal;
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
}

.legend div.tabs-wrapper ul.tabs li {
    font-size: 80%;
    line-height: normal;
    list-style-type: none;
    display: inline-block;
    float: left;
    /* margin: 0; 5px;*/
    margin: 6px 3px 0 0;
    text-align: center;
    padding: 5px 30px;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    color: #909090;
    background-color: #e8e8e8;
    /*border-color: #ccc;*/
}

.legend div.tabs-wrapper ul.tabs li:hover {
    text-decoration: none;
    cursor: pointer;
    color: #606060;
    background-color: #f2f2f2;
    border-color: #e8e8e8;
    /*border-color: #707070;*/
}

.legend div.tabs-wrapper ul.tabs li.active {
    /*cursor: default;
    background-color: #fff;
    color: #2a6ca2;
    border-color: #1f517a;*/
    cursor: default;
    background-color: #d9e8f4;
    color: #2a6ca2;
    border-color: #d9e8f4;
}

.legend div.tabs-wrapper ul.tabs li:hover.active {
    text-decoration: none;
}



div.modal-dialog {
    max-width: 800px;
    margin: 120px auto;
    width: auto;
}




div.modal-dialog.modal-sm {
    margin: 160px auto;
    max-width: 600px;
}


div.modal-dialog.modal-lg {
    margin: 100px auto;
    max-width: 1100px;
}


div.modal-dialog.modal-xl {
    margin: 80px auto;
    max-width: 1300px;
}




div.modal-dialog::after {
    clear: both;
    float: none;
}



div.modal-content {
    border-radius: 0;
}



div.modal-header {
    padding: 5px;
    border-radius: 0;
}

.align-right {
    clear: right;
    float: right;
}

.company-code {
    font-size: 1.1em;
}


div.modal-header div.align-right {
    clear: right;
    float: right;
    width: 100%;
}


div.modal-header .icon-button {
    color: black;
}


div.modal-minimal div.modal-body {
    font-size: 1.2rem;
    line-height: normal;
}


div.modal-minimal div.modal-body h4 {
    margin-bottom: 8px;
}


div.modal-minimal div.modal-body p {
    color: #000;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 30px;
}


div.modal-minimal div.modal-body label,
div.modal-minimal div.modal-body input,
div.modal-minimal div.modal-body select,
div.modal-minimal div.modal-body textarea {
    font-size: 1.2rem;
    padding: 2px 0 2px 3px;
    margin: 0;
}


a.toggle-notes,
a.toggle-notes:hover,
a.toggle-notes:active,
a.toggle-notes:visited,
a.toggle-notes:focus {
    text-decoration: none !important;
    color: #337ab7;
    font-weight: bold;
    line-height: normal;
}


div.records-main div.modal-body {
    min-height: 250px;
    max-height:600px;
    overflow-y: scroll;
}

div.records-main div.modal-body div.driver-record {
    padding-bottom: 60px;
    /* page-break-inside: avoid; */
}


div.records-main div.modal-footer {
    display: block;
    text-align: left;
}

div.records-main div.modal-footer .pagination {
    margin: 0;
}


div.modal-import-workbook label {
    font-weight: normal;
}


div.modal-import-workbook input[type="file"] {
    width: 90%;
    cursor: pointer;
}


div.modal-import-workbook input[type="file"]:disabled {
    cursor: unset;
}


div.modal-import-workbook ol li {
    padding-bottom: 25px;
}


div.modal-import-workbook ol li ul {
    list-style-type: disc;
    padding-top: 10px;
    font-size: 0.9em;
}



div.modal-import-workbook ol li ul li {
    padding-bottom: 5px;
}



div.upload-results {
    min-height: 2em;
}


.maroon {
    color: maroon;
}


div.upload-results .failed {
    color: maroon;
}




div.nested-driver-list {
    line-height: normal;
    padding: 10px 10px 20px 10px;
}

div.nested-driver-list div.scroll-window {
    /*border:1px solid silver;
    max-height:120px;
    overflow-y:scroll;*/
}

div.nested-driver-list ul.driver-list-colheader,
div.nested-driver-list ul.driver-list-body {
    padding: 5px 15px;
    margin: 0;
}


div.nested-driver-list ul li {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    float: left;
    text-align: left;
}


div.nested-driver-list ul.driver-list-colheader {
    font-weight: bold;
    font-size: 0.96em;
    padding: 7px 2px;
}

div.nested-driver-list ul.driver-list-body {
    font-size: 0.92em;
    padding: 2px 2px 6px 2px;
}


div.nested-driver-list ul.driver-list-colheader li,
div.nested-driver-list ul.driver-list-body li {
    padding: 0 30px 0 0;
}

div.nested-driver-list li.sdx {
    min-width: 200px;
}

div.nested-driver-list li.dob {
    min-width: 200px;
}

div.nested-driver-list li.cdl {
    min-width: 40px;
}

div.nested-driver-list li.row-btn {
    min-width: 40px;
}


.min-width-xxs {
    min-width: 80px;
}

.min-width-xs {
    min-width: 100px;
}

.min-width-sm,
.min-width-small {
    min-width: 140px;
}

.min-width-med {
    min-width: 180px;
}

.min-width-lg {
    min-width: 210px;
}

.min-width-xl {
    min-width: 250px;
}

.min-width-xxl {
    min-width: 300px;
}




.max-width-xxs {
    max-width: 80px;
}

.max-width-xs {
    max-width: 100px;
}

.max-width-sm,
.max-width-small {
    max-width: 140px;
}

.max-width-med {
    max-width: 180px;
}


.max-width-lg {
    max-width: 210px;
}

.max-width-xl {
    max-width: 250px;
}

.max-width-xxl {
    max-width: 300px;
}

.off-world {
    color: transparent;
    background-color: transparent;
    position: absolute;
    left: -10000px;
}


input.search-box {
    min-width: 350px;
    font-weight: normal;
}


div.inline-cal {
    display: inline-block;
    background-color: white;
    color: black;
}


div.inline-cal table th button.uib-title,
div.inline-cal table th button.uib-title:disabled {
    color: black;
}


div.inline-cal table th small {
    font-weight: bold;
}




div.inline-cal table td {
    padding: 0;
    margin: 0;
}

div.inline-cal table td button,
div.inline-cal table td .btn,
div.inline-cal table td .btn-default {
    border-radius: 0;
    border-color: transparent;
    color: black;
}

div.inline-cal table td button.btn-default span.text-muted,
div.inline-cal table td button.btn-default[disabled] {
    color: #777;
    font-weight: normal;
}


div.inline-cal table td span.text-info {
    color: #777 !important;
}


div.inline-cal table td button.active span.text-info {
    /* color: white !important;*/
}


div.inline-cal button[disabled],
div.inline-cal button[disabled]:hover,
div.inline-cal button[disabled]:active,
div.inline-cal button[disabled]:focus,
div.inline-cal .btn[disabled],
div.inline-cal .btn[disabled]:hover,
div.inline-cal .btn[disabled]:active,
div.inline-cal .btn[disabled]:focus,
div.inline-cal .btn-info.disabled,
div.inline-cal .btn-info[disabled],
div.inline-cal .btn-info.disabled:hover,
div.inline-cal .btn-info[disabled]:hover,
div.inline-cal .btn-info.disabled:focus,
div.inline-cal .btn-info[disabled]:focus,
div.inline-cal .btn-info.disabled:active,
div.inline-cal .btn-info[disabled]:active,
div.inline-cal .btn-info.disabled.active,
div.inline-cal .btn-info[disabled].active {
    background-color: transparent;
    border-color: transparent;
    color: #777;
}




div.driver-viewer-row {
    min-height: 3.2em;
    /* padding-bottom: 15px; */
    padding-top: 0;
}



div.viewer-col {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
}


div.resolve-status-bar {
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0;
    min-height: 48px;
}


div.resolve-status-bar span.feedback-text {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    background-color: transparent;
}


div.resolve-status-bar span.feedback-text.resolving {
    color: #000;
}

div.resolve-status-bar span.feedback-text.failed {
    color: #af0000;
}

div.resolve-status-bar span.feedback-text.success {
    color: darkgreen;
}



.md-spinner {
    position: relative;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0px 4px;
    background-color: rgba(0,0,0,0);
    border: 0;
    vertical-align: middle;
    line-height: normal;
}


.md-spinner-dot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 100%; /*40px;*/
    margin: auto;
    padding: 0;
}

.md-spinner-dot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transform: scale(0.5);
}


.md-spinner.xs {
    width: 24px;
    height: 24px;
}

.md-spinner.xs .md-spinner-dot {
    width: 6px;
}

.md-spinner.xs .md-spinner-dot:before {
    width: 6px;
    height: 6px;
}


.md-spinner.small,
.md-spinner.sm {
    width: 32px;
    height: 32px;
}

.md-spinner.small .md-spinner-dot,
.md-spinner.sm .md-spinner-dot {
    width: 9px;
}

.md-spinner.small .md-spinner-dot:before,
.md-spinner.sm .md-spinner-dot:before {
    width: 9px;
    height: 9px;
}


.md-spinner.large, .md-spinner.lg {
    width: 64px;
    height: 64px;
}

.md-spinner.large .md-spinner-dot,
.md-spinner.lg .md-spinner-dot {
    width: 16px;
}

.md-spinner.large .md-spinner-dot:before,
.md-spinner.lg .md-spinner-dot:before {
    width: 16px;
    height: 16px;
}

.md-spinner.inline {
    width: 1.25em;
    height: 1.25em;
}

.md-spinner.inline .md-spinner-dot {
    width: 0.3em;
}

.md-spinner.inline .md-spinner-dot:before {
    width: 0.3em;
    height: 0.3em;
}


.md-spinner-dot:nth-child(7n+1) {
    transform: rotate(45deg);
}

.md-spinner-dot:nth-child(7n+1):before {
    background: #00ff80;
    animation: spinnerdot .8s linear .10s infinite;
}

.md-spinner-dot:nth-child(7n+2) {
    transform: rotate(90deg);
}

.md-spinner-dot:nth-child(7n+2):before {
    background: #00ffea;
    animation: spinnerdot .8s linear .20s infinite;
}

.md-spinner-dot:nth-child(7n+3) {
    transform: rotate(135deg);
}

.md-spinner-dot:nth-child(7n+3):before {
    background: #0af;
    animation: spinnerdot .8s linear .30s infinite;
}

.md-spinner-dot:nth-child(7n+4) {
    transform: rotate(180deg);
}

.md-spinner-dot:nth-child(7n+4):before {
    background: #0040ff;
    animation: spinnerdot .8s linear .40s infinite;
}

.md-spinner-dot:nth-child(7n+5) {
    transform: rotate(225deg);
}

.md-spinner-dot:nth-child(7n+5):before {
    background: #2b00ff;
    animation: spinnerdot .8s linear .5s infinite;
}

.md-spinner-dot:nth-child(7n+6) {
    transform: rotate(270deg);
}

.md-spinner-dot:nth-child(7n+6):before {
    background: #9500ff;
    animation: spinnerdot .8s linear .6s infinite;
}

.md-spinner-dot:nth-child(7n+7) {
    transform: rotate(315deg);
}

.md-spinner-dot:nth-child(7n+7):before {
    background: #f0f;
    animation: spinnerdot .8s linear .7s infinite;
}

.md-spinner-dot:nth-child(7n+8) {
    transform: rotate(360deg);
}

.md-spinner-dot:nth-child(7n+8):before {
    background: #ff0095;
    animation: spinnerdot .8s linear .8s infinite;
}


div.page-break-after {
    display:none;
    height:0;

}



.btn-outline-info {
    border: solid 1px;
}


.modal-summary-bar {
    
    min-height:3rem;

}

.print-warning {
    padding: 10px;
    border:solid 1px gray;
    background-color:#fafafa;
}

.danger {
    color:maroon;
}


@keyframes spinnerdot {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}






@media screen and (min-width: 544px) {

    /*.modal-sm {
        max-width: 600px;
    }*/
}



@media screen and (min-width: 992px) {
    .modal-lg {
        max-width: 1100px;
    }

    .modal-xl {
        max-width: 1300px;
    }
}


@media print {

    @page {
        size: auto !important;
        margin: auto !important;        
    }

    div.page-break-after {
        display:block;
        page-break-after:always;
    }


    body {
        font-size: initial;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: 8.0in !important;
        line-height: normal;
    }
        

    body.landscape {    
        max-width: 10.5in !important;
    } 


    .noprint, button, .btn {
        display: none !important;
        height: 0;
    }

    .modal-open .modal {
        max-height: none;
        height: auto;
        position: static !important;
    }


    div.modal-dialog {
        margin: 0 auto;
        padding: 0;
    }

    div.modal-dialog.modal-xl {
        margin: 0;
    }

    body.landscape div.modal-dialog.modal-lg, body.landscape div.modal-dialog.modal-xl {
        margin: 0;
        max-width:100%;
        width:100%;
        overflow:visible;
    }


    div.modal-content {
        border: none;
        font-size: 10pt !important;
    }


    div.records-main div.modal-body {
        max-height: none;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        /* width:8.0in; */
    }


    /*div.records-main div.modal-content::after {
        clear: both;
        float: none;
    }*/

    div.records-main div.driver-record {
        font-size: 9pt !important;
        line-height: normal;
        margin: 0;
        padding: 0;
    }

    div.records-main div.driver-record {
        /*padding-bottom: 64px;*/
        page-break-inside: auto;
    }

    div.driver-record div.rptSection {
        padding-bottom: 64px !important;
    }

    div.records-main div.driver-record:after {
        clear: both;
        float: none;
    }


    div.records-main div.driver-record h6,
    div.records-main div.driver-record .h6 {
        font-size: 1.1em;
    }

    div.records-main div.driver-record h5,
    div.records-main div.driver-record .h5 {
        font-size: 1.2em;
    }

    div.records-main div.driver-record h4,
    div.records-main div.driver-record .h4 {
        font-size: 1.25em;
    }

    div.records-main div.driver-record h3,
    div.records-main div.driver-record .h3 {
        font-size: 1.3em;
    }

    div.records-main div.driver-record h2,
    div.records-main div.driver-record .h2 {
        font-size: 1.35em;
    }


    div.records-main div.driver-record h1,
    div.records-main div.driver-record .h1 {
        font-size: 1.5em;
    }

    div.records-main div.driver-record table {
        font-size: 1em;
        width: 100%;
        max-width: 100%;
        table-layout: auto;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
    }

    div.records-main div.driver-record table th,
    div.records-main div.driver-record table td {
        margin: 0;
        border: none;
    }

    div.records-main div.driver-record table th, div.records-main div.driver-record table thead th {
        font-size: 1em !important;
        padding: 9px 6px !important;        
    }


    div.records-main div.driver-record table td, div.records-main div.driver-record table tbody td {
        font-size: 0.9em !important;
        padding: 4px !important;
    }


    #modalRecordsViewer {
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
        margin: 10px;
        border: none;
    }

    #modalRecordsViewer::after {
        clear: both;
        float: none;
    }
}
