﻿@charset "utf-8";
/******************************************** Clarity FastForm Styles */
/******************************************** Form Styles */
/******************************************** Nov 2013 */

input.radius, textarea.radius, .ff-alert-box.radius, select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    input.radius.pre {
        -webkit-border-radius: 0px 3px 3px 0px; /* flat on the left.. TL TR BR BL */
        border-radius: 0px 3px 3px 0px;
    }

    input.radius.post {
        -webkit-border-radius: 3px 0px 0px 3px; /* flat on the right */
        border-radius: 3px 0px 0px 3px;
    }

.row.inline .columns {
    padding: 0.625rem 0 !important;
}

.strikeout {
    font-size: 12px;
    line-height: 1.5em;
    position: relative;
}

    .strikeout::after {
        border-bottom: 1px solid grey;
        content: "";
        height: 1px;
        left: 0;
        margin-top: calc(1px / 2 * -1);
        position: absolute;
        right: 0;
        top: 50%;
    }



select {
    background-color: #fff;
    color: #4D4D4D;
}

    select:hover {
        background-color: #fff;
        /*color: #4D4D4D;*/
    }
/*
select option {
    border-width:0px;
}*/

.row input, .row textarea, .row label.inline, .row select {
    margin-bottom: 0rem !important;
    /*-moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    padding: 0.5rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;*/
}

input.error, textarea.error, select.error {
    margin-bottom: 0 !important;
}


label {
    color: #688181;
}


    label.inline {
        padding-left: 0.625rem;
    }

h2 .choose-button, h2.button {
    /* Reduce font size for buttons in the header row (think: Create New) */
    font-size: .7em;
}

a.button {
    text-decoration: none;
    /*    display: block;
    float: left;
    margin-right: 3px;*/
}

button, .button {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;*/
    background-color: #0093BD;
    /*border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;*/
    font-size: 1em;
    /*font-weight: normal !important;
    line-height: normal;
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;*/
    padding-bottom: 0.8rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 0.8rem;
    /*position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: background-color;
    transition-timing-function: ease-out;*/
}

/* Alert message boxes */

.ff-alert-box {
    background-color: #008CBA;
    border-color: #007BA1;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    font-size: 0.72222rem;
    font-weight: normal;
    margin-bottom: 1.11111rem;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    position: relative;
}
    /*.ff-alert-box a {
    text-decoration: none;
}*/ /*JOH*/
    .ff-alert-box .close {
        color: #333333;
        font-size: 1.22222rem;
        line-height: 0;
        margin-top: -0.61111rem;
        opacity: 0.3;
        padding: 9px 6px 4px;
        position: absolute;
        right: 0.22222rem;
        top: 50%;
        text-decoration: none;
    }

.ff-success {
    background-color: #E8FCEE;
    border-color: #3C9A5E;
    color: #4D4D4D;
}

.ff-warning {
    background-color: #FDDBDB;
    border-color: #9C3A3A;
    color: #4D4D4D;
}

.ff-info {
    background-color: #E8F5F8;
    border-color: #038EAB;
    color: #4D4D4D;
}

/* Progress Row */

.ff-progressrow {
    height: 64px;
    width: 100%;
    max-width: 905px;
}

.ff-progress-holder01 {
    width: 143px;
    height: 64px;
    float: left;
}

.ff-progress-holder {
    width: 165px;
    height: 64px;
    float: left;
}

    .ff-progress-holder01 .ff-progress-option, .ff-progress-holder .ff-progress-option {
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url(../images/progress-grey.png);
    }

.ff-progress-linespace {
    width: 22px;
    height: 44px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/progress-line-grey.png);
}

.ff-progress-option {
    width: 143px;
    height: 64px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    color: #FFF;
    line-height: 44px;
    text-align: center;
}

.ff-pro-done .ff-progress-linespace {
    background-image: url(../images/progress-line-blue.png);
}

.ff-pro-done .ff-progress-option {
    background-image: url(../images/progress-done.png);
}

.ff-pro-active .ff-progress-linespace {
    background-image: url(../images/progress-line-blue.png);
}

.ff-pro-active .ff-progress-option {
    background-image: url(../images/progress-active.png);
}


/* Alerts */

.ff-success {
    color: #007022;
}

.ff-warning {
    color: #970303;
}

.ff-info {
    color: #0093BD;
}


/* Added to align data output within form layouts*/
span.data {
    display: block;
    font-size: 1.2em;
}

    span.data.inline {
        padding-left: 0.625rem;
    }

/* styles for validation helpers */
.field-validation-error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c60f13;
    color: white;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="radio"] {
    width: 20px;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.ff-form-tip {
    background-image: url(../images/appbar.question.12x12.png);
    background-repeat: no-repeat;
    width: 13px; /* tweak height and width depending on the image size.*/
    height: 13px;
    margin: 4px 5px; /*tweak margins to position the image*/
    display: inline-block;
}

.ff-licence-expiry {
    margin-top: 0.1rem;
}

.ff-licence-valid,
.ff-presentationstatus-confirmed {
    color: #0a0;
}

.ff-licence-expired,
.ff-presentationstatus-declined {
    color: #c00;
}

.ff-presentationstatus-provisional {
    color: #0093bd;
}

.ff-presentationstatus-link {
    margin-right: 0.5em;
}

.ff-presentationstatus-info {
    padding-left: 3.2rem;
    text-indent: -2.43rem;
}

.ff-course-instructor-control {
    color: #0093bd;
    -moz-transition: color cubic-bezier(0, 0, 0.58, 1) 0.3s;
    -o-transition: color cubic-bezier(0, 0, 0.58, 1) 0.3s;
    -webkit-transition: color cubic-bezier(0, 0, 0.58, 1) 0.3s;
    transition: color cubic-bezier(0, 0, 0.58, 1) 0.3s;
}

    .ff-course-instructor-control:hover {
        color: #5d7373;
    }

.ff-search-box {
    position: relative;
}

    .ff-search-box > input {
        height: auto;
        width: 100%;
        padding-left: 28px;
    }

    .ff-search-box.ff-smaller > input {
        padding: 5px 5px 5px 22px;
    }

    .ff-search-box > .fa {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .ff-search-box.ff-smaller > .fa {
        left: 7px;
        top: 7px;
    }

.ff-invoice-items tbody td:last-child {
    text-align: right;
}

.ff-invoice-items tfoot tr.actions td {
    padding: 5px 15px 15px;
    text-align: right;
}

.ff-invoice-items tfoot a {
    color: #0a0;
    text-decoration: none;
}

    .ff-invoice-items tfoot a:hover {
        color: #0d0;
        text-decoration: none;
    }

.ff-invoice-items tfoot tr.subtotal {
    border-top: 3px solid #0093bd;
}

.ff-invoice-items tfoot tr.vat {
    border-top: 1px solid #0093bd;
}

.ff-invoice-items tfoot tr.total {
    background-color: #0093bd;
    color: white;
}

    .ff-invoice-items tfoot tr.subtotal td,
    .ff-invoice-items tfoot tr.vat td,
    .ff-invoice-items tfoot tr.total td {
        font-size: 0.87rem;
        font-weight: bold;
        padding: 10px 20px;
    }

/* Find Booking */

.ff-search-box.ff-with-hint > input {
    margin-bottom: 0.25rem;
}

.ff-search-result {
    font-size: 1em;
    margin-bottom: 2em;
}

.ff-search-client {
    border-bottom: 1px solid #0093bd;
    border-top: 3px solid #0093bd;
    font-size: 1.3em;
}

.ff-search-address {
    font-size: 0.9em;
}

.ff-search-missinginfo {
    font-style: italic;
}

.ff-search-bookings table tr {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .ff-search-bookings table tr:first-child {
        border-top-width: 0;
    }

.ff-search-client table td,
.ff-search-bookings table td {
    padding: 0.62em;
}

    .ff-search-client table td.ff-search-address {
        padding-top: 0;
    }

.ff-search-booking:nth-child(2n) {
    background-color: #f2f4f5;
}

.ff-search-reference {
    width: 8em;
}

.ff-search-course {
    width: 25em;
}

.ff-search-status {
    width: 20em;
}

.ff-search-viewbooking {
    width: 0.25em;
}

    .ff-search-viewbooking a,
    .ff-search-viewbooking a:focus,
    .ff-search-viewbooking a:hover,
    .ff-search-viewbooking a:visited {
        color: #0093bd;
    }

.ff-bookingstatus-booked {
    color: #0a0;
}

.ff-bookingstatus-paylater,
.ff-bookingstatus-paymentplan {
    color: #c00;
}

.ff-bookingstatus-timedout {
    font-style: italic;
}

.ff-search-highlight {
    background-color: #ff5;
    color: #688181;
}

.ff-panel {
    padding: 12px 0;
    margin-bottom: 24px;
}

    .ff-panel h3 {
        border-bottom: 1px solid #0093bd;
        border-top: 3px solid #0093bd;
        margin: -12px 0 4px;
        padding: 8px;
    }

    .ff-panel table {
        margin: -4px 0 -12px;
    }

    .ff-panel tr {
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }

        .ff-panel tr:first-child {
            border-top-width: 0;
        }

    .ff-panel th,
    .ff-panel td {
        padding: 8px;
        vertical-align: top;
    }

    .ff-panel th {
        font-weight: bold;
        width: 14em;
    }

.ff-coursestatus-removed {
    color: #c00;
    font-style: italic;
}

.ff-excessive-interpreters,
.ff-coursetrainer-invalid {
    color: #e73;
}

tr.ff-attendee-hasnotes {
    border-bottom-width: 0;
}

tr.ff-attendee-notes {
    border-top-width: 0;
}

.ff-attendee-notes {
    color: #e73;
    line-height: 1.2em;
    white-space: pre-line;
}

    .ff-attendee-notes td {
        padding-top: 0;
    }

        .ff-attendee-notes td:first-child {
            padding-right: 0;
            text-align: right;
        }

.ff-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #688181;
    border-radius: 10px;
}

.ff-panel h3 .ff-badge {
    background-color: #0093bd;
    position: relative;
    top: -2px;
}

a.ff-userlink {
    cursor: default;
}

a .fa {
    color: #0093bd;
}

.ff-panel h3 .fa {
    color: #0093bd;
}

    .ff-panel h3 .fa.ff-summary-warning {
        color: #e73;
    }

.ff-hidden-bookings {
    font-style: italic;
    text-align: center;
}

    .ff-hidden-bookings td {
        padding-top: 16px;
    }

a.fa-buttonlg .fa {
    color: #0093bd;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

a.fa-buttonlg:hover .fa,
a.fa-buttonlg:active .fa,
a.fa-buttonlg:focus .fa {
    color: #688181
}

.ff-dors-status {
    margin-left: 2.5em;
    font-size: 250%;
    font-weight: bold;
    text-transform: uppercase;
}

    .ff-dors-status.ff-status-checking {
        color: #0093bd;
    }

    .ff-dors-status.ff-status-online {
        color: #0a0;
    }

    .ff-dors-status.ff-status-badlogin {
        color: #e73;
    }

    .ff-dors-status.ff-status-offline,
    .ff-dors-status.ff-status-error {
        color: #c00;
    }

    .ff-dors-status .fa {
        margin-right: 0.25em;
    }

.ff-dors-hint {
    margin-left: 5.5em;
    margin-top: 1em;
}

.ff-one-line {
    white-space: nowrap;
}

/* Legacy content from notice-table.css */

#table-wrapper {
    position: relative;
}

#table-scroll {
    height: auto;
    margin-top: 0px;
    width: 100%;
}

#table-wrapper table {
    width: 100%;
}

#table-wrapper {
    width: 100%;
}

#notice-header {
    width: 100%;
}

    #notice-header thead {
        border-radius: 3px;
    }

.new-notice {
    width: 100%;
    height: 1px;
    background-color: #0093BD;
    border: solid 1px;
    border-color: #0093BD;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

    .new-notice.clicked {
        height: 100px;
        background-color: white;
    }

#clickBanner {
    width: 100%;
}

#newMessage h3, #newExpiry h3, #addNotice h3 {
    margin: 15px 0 5px 5px;
}

#addNotice a {
    position: absolute;
    margin: 30px 0 0 0;
}

#addNewNotice {
    position: relative;
}
