﻿body, h2, h3 {
    text-align: left
}

body {
    background: #fff;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    box-sizing: content-box;
    color: #454545;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    overflow-x: hidden;
    position: static
}

h2, h3 {
    box-sizing: border-box;
    color: #1f303e;
    margin-top: 20px
}

h2 {
    font-size: 160%;
    line-height: 1.2 margin-bottom: 10px
}

h3 {
    font-family: inherit;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px
}

/*href {
    background-color: transparent;
    color: #0b4778;
    text-decoration: underline
}*/

body, p {
    margin: 0;
    padding: 0
}

body, href, p, span, table {
    font-family: "Lato",sans-serif !important
}

href, p, span, table {
    font-weight: 400
}

p, span, table {
    color: #454545
}

href, p, span {
    font-size: .9375rem
}

span {
    background-color: transparent
}

table {
    background: #fff;
    border: 0 solid #b6b6b6;
    margin-bottom: 14px;
    max-width: 100%
}

href, p, span, table, td, th, tr {
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    line-height: inherit !important;
    text-align: left
}

h2, th {
    font-family: inherit;
    font-weight: 700
}

th {
    background: #0b4778 !important;
    border-left: 1px solid #0b4778;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: .54px;
    padding: 6px 9px;
    text-decoration: none;
    text-transform: uppercase
}

td, tr {
    border: 0;
    color: #454545;
    font-family: "Lato",sans-serif !important;
    font-weight: 400
}

table, tr {
    font-size: inherit !important;
    width: 100%
}

tr {
    border-bottom: 2px solid #0b4778
}

td {
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-top: 0;
    display: table-cell;
    font-size: .9375rem;
    min-height: 28px;
    overflow: hidden;
    padding: 3px 9px 3px 9px;
    padding-left: 9px !important;
    table-layout: fixed;
    vertical-align: top;
    width: auto
}


h1.heading-title {
    margin-top: 0;
    display: inline-block;
    font-size: 28px;
    margin: .67em 0;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Lora',serif;
    font-weight: 300;
    unicode-bidi: isolate;
}
h2.Subheading-title {
    margin-top: -50px !important;
    display: inline-block;
    /*font-size: 168px;*/
    /*margin: 0 0;*/
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Lora',serif;
    font-weight: 300;
    unicode-bidi: isolate;
}

.grid-title {
    font-size: 20px;
    font-weight: normal;
}

.page-headingX {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.page-heading h1 {
    color: #23425c;
    line-height: 125% !important;
    font-weight: 700;
    font-size: 2.5rem !important;
    text-transform: none;
    font-family: 'Lora',serif;
    padding: 0 0 0 0;
    margin: 18px 0 23px 0;
    overflow: hidden;
    letter-spacing: 0
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline
}

.font13 {
    font-size: 13px !important;
}

.validation-message,
.validation-summary-errors,
.validation-summary-errors li {
    font-size: 0.85rem; /* ~13–14px */
}

.tsp {
    font-size: 20px;
    font-weight: normal;
}

.highlightLabel {
    background-color: #99CCCC;
    color: #333;
}

/***** TrialSettingProcess *****/
.trial-calendar .k-calendar-th {
    background-color: #73A3D6 !important;
    color: White !important;
}

.k-calendar-td {
    border-radius: inherit !important;
}

.trial-calendar td {
    background-color: #e5e5e5 !important; /* light green */
    opacity: var(--kendo-disabled-opacity, unset) !important;
}

    .trial-calendar td.k-weekend,
    .trial-calendar td.k-disabled {
        background-color: #e5e5e5 !important;
    }

        .trial-calendar td.k-weekend span.k-link {
            color: #666666;
        }

    .trial-calendar td[aria-disabled="false"] span.k-link {
        background-color: #fff !important;
        opacity: 1 !important;
        color: #000 !important;
        font-weight: bold !important;
    }

    .trial-calendar td[aria-disabled="false"].k-selected {
        opacity: 1 !important;
    }

        .trial-calendar td[aria-disabled="false"].k-selected span.k-link {
            background-color: #337ab7 !important;
            opacity: 1 !important;
            color: #fff !important;
            font-weight: bold !important;
        }

    .trial-calendar td.k-weekend span.k-link {
        /*        background-color: #c5c5c5 !important;
        border-radius: inherit !important;*/
    }

.highlightLabel {
    background-color: #99CCCC;
}

.nextMonthSpan {
    padding: 0 2px;
    background-color: #2f5d8c;
    color: #fff;
}
