.govuk-template {
    background: #eeeeee;
}

body {
    font-family: 'Lato' !important;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 44px;
    line-height: 2.75rem;
    color: #333333;
}

h3,
h4,
h5,
h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 700;
    color: #333333;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
    margin-top: 1px\9;
    line-height: normal;
    display: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

p,
.paragraph,
li {
    font-family: 'Lato';
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 27px !important;
    line-height: 1.6rem !important;
}

.form__label {
    font-family: 'Lato';
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 27px !important;
    line-height: 1.6rem !important;
}

:root {
    font-size: 18.7px
}

.button.button--primary {
    padding: 15px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #00709e;
    color: #fff;
    position: relative;
    padding-right: 60px;
}

.button {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    height: auto;
    min-height: 54px;
    max-height: 108px;
    line-height: 1.2;
    display: inline-block;
    white-space: normal;
    border: none;
}

/*Buttons*/
.govuk-button {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    height: auto;
    min-height: 54px;
    max-height: 108px;
    line-height: 1.2;
    display: inline-block;
    white-space: normal;
    border: none;
    background-color: #00709e;
    box-shadow: none;
}

.govuk-button:hover {
    background-color: #00709e;
    text-decoration: underline
}

.govuk-button.govuk-button--secondary,
.govuk-button.govuk-button--warning {
    padding: 15px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #fff;
    color: #00709e;
    position: relative;
    border: 1px solid #ddd;
}

.govuk-button.govuk-button--secondary:hover,
.govuk-button.govuk-button--warning:hover {
    background-color: #fff;
    color: #00709e;
    text-decoration: underline
}

.govuk-button__start-icon {
    vertical-align: baseline;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
    font-size: 18.7px;
}

.govuk-body,
.govuk-body-m {
    font-family: 'Lato';
}

.govuk-label {
    font-family: 'Lato';
}

h1 {
    font-weight: 900;
}

h2 {
    font-weight: 900;
}

p a {
    color: #00709e;
    text-decoration: underline;
}

a {
    color: #00709e;
    text-decoration: none;
}

.govuk-date-input__label {
    font-size: 18px;
    font-weight: 700;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto;
}

.ui-datepicker-header {
    background: #00709e;
}

/* choose time */
.sis-ct-date-day,
.sis-ct-date-date {
    background: #00709e;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.sis-ct-date-column {
    border-bottom: 1px solid grey;
}

.my-3 {
        margin-bottom: 2rem;
}

.govuk-template__body {
    background-color: #000;
}

.btn-link {
    color: #00709e;
}

.form__control.form__radio label:before {
    flex-grow: 0;
    flex-shrink: 0;
}

.form__control.form__radio label {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.form__control.form__radio input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    background: #00709e;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    left: 10.5px;
    bottom: 5px;
    align-self: anchor-center;
}

.govuk-date-input__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

.h1,
.h2,
h1,
h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.sis-buttons-template {
    margin-top: 20px;
}

.choosetime-reserve-button {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.sis-ct-date-column {
    margin-bottom: 1rem;
}

.govuk-template {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.govuk-template__body {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.govuk-width-container {
    flex-grow: 1;
}

.form__control.form__checkbox label:before {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}

.form__control.form__checkbox input[type="checkbox"]:checked+label:before {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}

.form__label {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}