﻿@charset "utf-8";
/******************************************** Clarity FastForm Styles */
/******************************************** Global Styles */
/******************************************** Nov 2013 */

@import url("reset-min.css");
@import url("normalize.css");
/*@import url("foundation.min.css");
@import url("fastform-formstyles.css");*/


body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    background-color: #fff;
    color: #688181;
}

.thCenter th {
    font-size: medium;
    background-color: #2191c0;
    text-align: center;
    height: 35px;
    color: #FFFFFF;
}

html {
}

/******************************************** Text Tags */

strong {
    font-weight: bold;
}

ul {
    margin-bottom: 10px;
}

ol {
}

li {
    /*margin-bottom: 5px;*/
    /*list-style-type: disc;*/
    list-style-position: inside;
}

a {
    text-decoration: underline;
    color: #688181;
    font-weight: normal !important;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

    a:hover {
        text-decoration: underline;
        color: #0093BD;
    }

p {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 140%;
}

h1 {
    font-size: 2.2em;
    line-height: 2.2em;
    color: #688181;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.8em;
    line-height: 2em;
    color: #688181;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 1.4em;
    color: #688181;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    font-size: 1.4em;
    color: #688181;
    margin-bottom: 20px;
    font-weight: bold;
}

h5 {
    font-size: 1.2em;
    color: #688181;
    padding: 0px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

h6 {
    font-size: 1.4em;
    color: #688181;
    font-weight: bold;
}

/******************************************** Global Classes */
.ff-float-right {
    float: right;
}

.ff-float-left {
    float: left;
}

.ff-clearspace {
    clear: both;
    width: auto;
    height: 30px;
}

.ff-columnheader, .ff-columnheader-alert, .ff-columnheader-courses, .ff-columnheader-dors, .ff-columnheader-notpaid, .ff-columnheader-notvalidated, .ff-columnheader-nopresenters {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 0 25px 0;
    padding: 10px 0;
    text-transform: capitalize;
    width: auto;
    /*max-width:625px;*/
    border-bottom: 3px solid #F2F4F5;
    clear: both;
}

.ff-columnheader-alert {
    background-image: url(../images/icon-alert.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
}

.ff-columnheader-courses {
    background-image: url(../images/icon-course.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
}

.ff-columnheader-dors {
    background-image: url(../images/appbar.door.enter.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
}

.ff-columnheader-notpaid {
    background-image: url(../images/pound.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
}

.ff-columnheader-notvalidated {
    background-image: url(../images/appbar.clipboard.paper.check.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
}

.ff-columnheader-nopresenters {
    background-image: url(../images/appbar.group.delete.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
}

.ff-columnheader-coursesnotvalidated {
    background-image: url(../images/appbar.book.open.text.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
}

/*.ff-columnheader-full {
    max-width:905px;
    width:100%;
}*/

.ff-alert-red {
    color: #e30613;
}

.ff-leftcolumn .ff-columnheader {
    width: auto;
    max-width: 625px;
}

.ff-fullwidthcolumn .ff-columnheader {
    max-width: 905px;
    width: 100%;
}

.ff-help-icon {
    background-image: url(../images/icon-question-mark.png);
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    float: right;
}

    .ff-help-icon a {
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 0;
        display: block;
    }




/******************************************** Forms */
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

/******************************************** Global Divs */

/* Containers */

#ff-container {
    height: auto;
    /*max-width:905px;*/
    max-width: 905px;
    width: 100%;
    margin: 0 auto;
}

#ff-inner-container {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    min-height: 500px;
    /* position:relative;*/
}


/* header */

#ff-header-top-container {
    float: left;
    min-height: 78px;
    height: auto;
    width: 100%;
    background-color: #f2f4f5;
}

#ff-header-top-container2 {
    float: left;
    min-height: 30px;
    height: auto;
    width: 100%;
    background-color: transparent;
}

#ff-header-top {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: #bfcccd;
}

#ff-header-top-inner {
    height: 30px;
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    padding: 0;
}

.ff-header-top-left {
    width: 30%;
    max-width: 100px;
    height: 30px;
    margin: 0;
    padding: 0;
    float: left;
}

    .ff-header-top-left p {
        color: #fff;
        font-size: 0.9em;
        line-height: 30px;
    }

.ff-header-top-right {
    /*width:50%;
    max-width:400px;*/
    height: 30px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    display: inline-block;
}

    .ff-header-top-right a.ff-userlink {
        color: #fff;
        font-size: 1em;
        line-height: 30px;
        background-image: url(../images/small-downarrow.png);
        background-position: center left;
        background-repeat: no-repeat;
        padding: 0 0 0 20px;
        text-decoration: none;
    }

#ff-logo-inlinenav-container {
    min-height: 110px;
    height: auto;
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    background-color: transparent;
}

/* navigation */

.ff-trigger:hover .ff-hovermenu, .ff-hovermenu:hover .ff-hovermenu {
    background-image: none;
    display: block;
}

.ff-hovermenu {
    background-color: #FFFFFF;
    display: none;
    float: right;
    height: auto;
    padding: 20px 8px 0px 20px;
    position: absolute;
    width: 200px;
    z-index: 900;
    text-align: left;
    -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
}

    .ff-hovermenu a {
        color: #688181;
        width: 200px;
        display: block;
        text-align: left;
        text-decoration: none;
    }

    .ff-hovermenu li {
        color: #688181;
        width: 200px;
        height: 20px;
        display: block;
        text-align: left;
        text-decoration: none;
    }

        .ff-hovermenu li:hover {
            text-decoration: underline;
        }

.ff-navigation {
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    padding: 0;
    min-height: 48px;
    height: auto;
    font-size: 1.0em;
}

    .ff-navigation ul {
        width: 100%;
        max-width: 905px;
        margin: 0px;
        padding: 0 0 4px 0;
        float: left;
        min-height: 44px;
        height: auto;
    }

    .ff-navigation li {
        display: inline;
        height: 40px;
        width: auto;
        line-height: 40px;
        float: left;
        margin: 3px 3px 0 0;
        padding: 0px;
        text-transform: capitalize;
    }

        .ff-navigation li a {
            display: block;
            float: left;
            height: 40px;
            line-height: 40px;
            width: auto;
            font-family: Arial, Helvetica, sans-serif;
            color: #FFF;
            background-color: #0093bd;
            padding: 0 15px;
            text-align: center;
            text-decoration: none;
            font-weight: normal;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: background-color 300ms ease-out;
            -moz-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
        }

            .ff-navigation li a:hover {
                color: #fff;
                background-color: #678181;
            }

/* navigation inline */

.ff-navigation-inline {
    width: 61%;
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 0 0 0;
    min-height: 48px;
    height: auto;
    font-size: 1.0em;
    float: right;
}

    .ff-navigation-inline ul {
        width: 100%;
        max-width: 670px;
        margin: 0px;
        padding: 0 0 4px 0;
        float: right;
        min-height: 44px;
        height: auto;
    }

    .ff-navigation-inline li, .ff-navigation-inline li a {
        height: 25px;
        line-height: 25px;
    }

    .ff-navigation-inline li {
        display: inline;
        width: auto;
        float: left;
        margin: 3px 3px 0 0;
        padding: 0px;
        text-transform: capitalize;
    }

        .ff-navigation-inline li a {
            display: block;
            float: left;
            width: auto;
            font-family: Arial, Helvetica, sans-serif;
            color: #FFF;
            background-color: #0093bd;
            padding: 0 15px;
            text-align: center;
            text-decoration: none;
            font-weight: normal;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: background-color 300ms ease-out;
            -moz-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
        }

            .ff-navigation-inline li a:hover {
                color: #fff;
                background-color: #678181;
            }

/* Logo Bar */

#ff-logobar-hold {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 110px;
}

#ff-logobarinline-hold {
    width: 25%;
    max-width: 235px;
    min-width: 234px;
    margin: 0;
    padding: 0;
    height: 110px;
    float: left;
}

.ff-logobar {
    width: 100%;
    max-width: 905px;
    height: 110px;
    /*float:left;*/
    margin: 0 auto;
}

.ff-logo {
    float: left;
}


/* main content area */

.ff-fullwidthcolumn {
    max-width: 905px;
    width: 100%;
    height: auto;
    min-height: 400px;
    float: left;
}

.ff-leftcolumn {
    max-width: 650px;
    width: 72%;
    height: auto;
    min-height: 400px;
    float: left;
}

.ff-rightcolumn {
    max-width: 230px;
    width: 26%;
    height: auto;
    min-height: 400px;
    float: right;
}

.ff-rcolblock {
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

.ff-rcolblockinner {
    height: auto;
    padding: 0px 15px 15px 42px;
    font-size: 1em;
}

/*.mainbody-container {
    height: auto;
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 184px;
}

.mainbody-inner-container {
    height: auto;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0px;
}
.content-container {
    height: auto;
    width: 890px;
    position: relative;
    padding-top: 75px;
    padding-right: 35px;
    padding-bottom: 50px;
    padding-left: 35px;
    background-color: #FFF;
    float: left;
}
.main-full-width-container {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 880px;
}*/



/*
     area */

#ff-footer-container {
    float: left;
    height: 80px;
    width: 100%;
    background-color: #bfcccd;
    margin: 30px 0 0;
}

#ff-footer-inner {
    height: 80px;
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    padding: 0;
}

.ff-footer-left {
    width: 50%;
    max-width: 400px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding: 0;
    float: left;
    color: #FFF;
}

    .ff-footer-left p {
        font-size: 0.9em;
        padding: 40px 0 0 0;
        /*line-height: 80px;*/
    }

.ff-footer-right {
    width: 40%;
    max-width: 230px;
    height: 80px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    background-image: url(../images/clarity-fastform-footerlogo.png);
    background-repeat: no-repeat;
    background-position: top left;
}

/*JOH Display Grid*/

.ff-gridcontainer {
    overflow: hidden;
    padding-bottom: 2em;
}

    .ff-gridcontainer .ff-gridcol {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

        .ff-gridcontainer .ff-gridcol:first-child {
            padding-left: 0;
        }

        .ff-gridcontainer .ff-gridcol:last-child {
            padding-right: 0;
        }

.ff-displayrow {
    overflow: hidden;
    padding-top: 0.3em;
    padding-bottom: 1px;
}
.ff-displayheader {
    overflow: hidden;
    padding-top: 0.3em;
    padding-bottom: 1px;
    font-weight:bold;
}
.validation-summary-errors li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    list-style-type: none;
    list-style-position: inside;
}

.ff-lang-link {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

    .ff-lang-link:hover {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.enlarge {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .enlarge:hover {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
    }

.worldPaySpacer {
    height: 500px;
}

.table-row-alternate tr:nth-child(2n) {
    background-color: #F2F4F5;
}

.venue-articles article {
    width: 380px;
    height: 300px;
    padding: 0px;
    margin: 1px 10px 0 0;
    /*border:solid;*/
    /*display:inline-block;*/
    /*position:relative;*/
    border-radius: 3px;
}

.venue-articles div {
    padding: 10px 0 0 10px;
    height: 55px;
}

#docShow tr:nth-child(2n+1) {
    background-color: #F2F4F5;
}

#certShow tr:nth-child(2n+1) {
    background-color: #F2F4F5;
}

/*.venue-articles article div:first-child{
    width:30%;
}*/
/*#refundModal table tbody tr td {
    padding:0 !important;
    margin:0;
    text-align:center;
}
#refundModal table tbody tr:last-child td {
    border:none;
}
#refundModal table tbody tr td input {
      margin: 10px;
}
#refundModal table tbody tr th {
      padding: 10px 0 10px 0;

      text-align:center;
}*/

.filter-thlink {
    color: #000 !important;
    text-transform: none;
}

.course-type-check {
    margin-top: 10px!important;
    margin-left: 5px !important;
}

.filter-padding {
    padding: 0 0 0 10px;
}

    .filter-padding div span {
        margin: -10px;
    }

    .filter-order{
        color:#0093BD !important;
    }

    /*.dropdown li:nth-child(-n+2) a{
        color:#0093BD !important;
    }*/

/*.filter-padding div ul {
        width:100px;
    }*/

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.local-course-rowbutton {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.local-course-rowspace .ff-displayrow {
    height: 60px !important;
}
select.ng-invalid-required,
input.ng-invalid-required {
    border: 1px solid #f00 !important;
}
select.ng-pristine,
input.ng-pristine {
    border: 1px solid #ccc !important;
}

.booking-coursetype-container {

    padding: 10px;
    border: solid 1px #0093bd;
    border-radius: 3px;
}

.public-course-list li {
    margin-left:20px;
    padding:5px;
}

.fobs2-center-item {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.no-wrap {
    white-space: nowrap !important;
}

.async-spinner-container {
    position: relative;
}

.async-spinner {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .async-spinner .mask {
        background: white;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.6;
    }

    .async-spinner .animation {
        background: url(/Images/ajax-loader.gif) center no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.extra-session {
    padding-left:10px;
    font-style:italic;
}

.venue-highlight {
    background-color: yellow;
}