﻿

.application .theme--light.table thead th, .theme--light .table thead th {
    color: white;
}

.schedule > div.row {
    margin-bottom: 10px;
}

.header-img {
    padding: 20pt;
    align-content: left;
    float: left;
    max-height: 100%;
    max-width: 100%;
}

h1 {
    text-align: left;
    color: rgb(47, 85, 120);
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

.header {
    background-color: lightblue;
    padding: 20px;
    border: 1px solid #ccc;
}

/* Create two unequal columns that floats next to each other */
.column {
    float: left;
    text-align: right; /* Should be removed. Only for demonstration */
}

.left {
    width: 50%;
}

.right {
    width: 50%;
}

/* Clear floats after the columns */
/*.row:after {
    content: "";
    display: table;
    clear: both;
    border: 1px;
}*/

.textcolor {
    color: skyblue;
}

.textdecoration {
    margin-right: 20pt;
    text-align: middle;
    float: right;
}

table {
    border-collapse: collapse;
    margin-top: 10pt;
    margin-bottom: 10pt;
    width: 100%;
    text-align: start;
}

/* Text Decoration */
textdecoration-header {
    padding: 5pt;
    text-align: right;
    float: right;
    font-size: medium;
}

.textdecoration-footer {
    padding-top: 5pt;
    text-align: left;
    float: left;
}

.textdecoration-footer-right {
    padding-top: 5pt;
    text-align: right;
    float: right;
}

/* Sections */
.section {
    margin-top: 10pt;
    width: 100%;
    display: block;
    padding-left: 10pt;
    padding-right: 10pt;
}

.s-header {
    margin-top: 10pt;
    width: 100%;
    align-content: flex-start;
    display: block;
    padding-left: 10pt;
    padding-right: 10pt;
    border-bottom: 1px solid #cccccc;
}

.section-left {
    float: left;
}

.section-right {
    float: right;
}

.section-table-header {
    font-weight: bold;
}

.section-label {
    font-weight: bold;
    vertical-align: top;
    width: 15%;
    text-align: left;
    background-color: white;
    white-space: nowrap;
}

.section-label-right {
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    background-color: white;
    white-space: nowrap;
}

.section-value {
    background-color: white;
    width: 25%;
    white-space: nowrap;
}

td, th {
    padding: 2px;
    text-align: start;
    /*//overflow-wrap: break-word;
    //word-break: break-all;*/
}

tr td:first-child, th:first-child{
    text-align: left;
}

thead {
    /*background-color: #00c2f3;
    color: white;*/
    border-bottom: 1px solid #ccc;
}

.col-md-12 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 10pt;
    padding-right: 10pt;
}

.pdfembed {
    border: 1px solid #000000;
    align-content: center;
    margin: auto;
}

.acceptTerms {
    background-color: #7ED321;
    color: white;
}

.HtmlToEmail {
    /*eff1f3*/
    border: 1px solid #ccc;
    padding: 5pt;
    background: white;
}


.row {
    width: 100%;
    padding-left: 10pt;
    padding-right: 10pt;
}

.images {
    display: inline;
    margin: 0px;
    padding: 20px;
}

.section table td {
    width: 1px;
    white-space: nowrap;
    -ms-word-wrap: inherit;
    word-wrap: inherit;
}

.section table td:last-child {
    width: auto;
}

.terms{
    font-size:x-small;
}

