/*
 * Colours
 */
.bg-greygradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,d6d6d6+22,ffffff+100 */
    background: #c4c4c4; /* Old browsers */
    background: -moz-linear-gradient(top,  #D6D6D6 0%, #E6E6E6 22%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #D6D6D6 0%,#E6E6E6 22%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #D6D6D6 0%,#E6E6E6 22%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6D6D6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bg-grey {
    background: #D6D6D6;
}

.bg-red {
    background: #2487be;
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: #0796ff;
}

.bg-ltblue {
    background: #91d5e0;
}

.bg-yellow {
    background: #ffb319;
}

.bg-ltyellow {
    background: #ffd454;
}

.bg-green {
    background: #80c302;
}

.bg-btn-blue {
    background: #246BD3
}

.border-red {
    border: 2px solid #D72231;
}

.border-grey {
    border: 2px solid #D6D6D6;
}

.fg-red {
    color: #2487be;
}

.fg-black {
    color: #000;
}

.fg-white {
    color: #fff;
}

.fg-blue {
    color: #246BD3;
}

.fg-white {
    color: #fff;
}

.btn-green {
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #5ACE2B;
    font-weight:bold;
    padding: 8px 20px;
    /*display: block;*/
    margin-top: 20px;
    border: 0;
}

.btn-green:hover {
    background: #62B85F;
    text-decoration: none;
}

.btn-blue {
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #246BD3;
    font-weight:bold;
    padding: 8px 20px;
    display: block;
    margin-top: 20px;
    border: 0;
}

.btn-blue:hover, a.btn-blue:hover {
    background: #2156A3;
    text-decoration: none;
    color: #fff;
}


/*
 * Header
 */
#header {
    padding: 30px 0;
}

#menu {
    float: right;
    margin-top: 60px;
}

#menu ul {
    list-style: none;
    overflow: hidden;
    width: 100%;
}

#menu ul li {
    float: left;
    margin: 0 20px;
    font-family: 'Open Sans', arial, sans-serif;
}

#menu ul li a {
    color: #000;
    font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: #999;
}

#menu.member-portal {
    margin: 0;
    position: absolute;
    bottom: -130px;
    left: -8px;
}

.member-portal ul li a {
    background: url('images/black-tab.png') no-repeat bottom -4px center;
    background-size: cover;
    height: 38px;
    color: #fff !important;
    line-height: 44px;
    padding-left: 30px;
    text-transform: uppercase;
    width: 212px;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
}

.member-portal ul li:first-child a {
    padding-left: 15px;
}

.member-portal ul {
    padding: 0;
}

.member-portal ul li {
    margin: 0 -7px 0 0 !important;
}

.member-portal ul li a:hover, .member-portal ul li.active a {
    background: url('images/gray-tab.png') no-repeat bottom -4px center;
}

.member-portal ul li:last-child {
    margin: 0 !important;
}

#profile-bar {
    position: absolute;
    top: -30px;
    right: 0;
}

#profile-bar span.fg-blue {
    font-size: 11px;
    display:inline-block;
    margin-right: 15px;
}

#profile-bar a.logout-btn {
    display: inline-block;
    padding: 8px 15px 8px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    background: url('images/logout.png') no-repeat 0 -1px;
    text-indent: -9999px;
    width: 181px;
    height: 44px;
}

#profile-bar a.logout-btn:hover {
    text-decoration: none;
    opacity: 0.6;
}

.static-pages #menu ul li  {
    margin: 0;
}

.static-pages #menu ul li a {
    display: inline-block;
    border: 1px solid #ddd;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e8+65,c7c8cc+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e8 65%, #c7c8cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e8 65%,#c7c8cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e8 65%,#c7c8cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c8cc',GradientType=0 ); /* IE6-9 */
    padding: 4px 15px;
}

.static-pages #menu {
    float: left;
    width: 60%;
    overflow: hidden;
}

.static-pages #menu ul {
    float: left;
}

#member-login {
    float: right;
    display: inline-block;
    margin-top: 40px;
}

#member-login:hover {
    opacity: 0.7;
}

/*
 * Footer
 */
#footer {
    padding: 15px 0 7px 0;
    text-align: center;
    color: #fff;
    font-size: 10px;	
}

#footer .bg-red {
    padding: 15px 0 7px 0;
}

#footer .row {
    margin: 15px 0;
    width: 100%;
}

#footer .row ul {
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
    padding: 0;
}

#footer .row ul li {
    float: left;
    margin: 0 15px;
    text-align: centre;
}

#footer .row ul li a {
    font-size: 12px;
    color: #000;
}

/*
 * Main Body
 */

#main_block {
    min-height: 73vh;
}

/* 
 * Other Styles
 */

h1 {
    font-size: 45px;
}

.sidebar-header {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.align-center {
    text-align: center;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-20 {
    margin-top: 20px;
}

.thick-border {
    border-width: 3px;
}

label.error {
    display: block;
    color: #D72231;
    margin: 0 0 6px 0;
    font-size: 11px;
}

.float-right {
    float: right;
}

.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
} 

.no-right-padding {
    padding-right: 0;
}

.account-block, .payment-block {
    padding: 20px;
    margin-top: 80px;
}

label {
    margin-top: 20px;
}

.payment-block .row {
    padding: 0 20px;
    margin-top: 30px;	
}

.payment-block dd {
    overflow: hidden;
    border-bottom: 1px solid #999;
    padding-bottom: 6px;
    margin-bottom: 8px;
    font-weight: bold;
}

.payment-block dd:last-child {
    border: 0;
}

.green-arrow {
    padding-left: 10px;
}

.green-arrow li {
    background: url('images/green-arrow.png') no-repeat left top;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 25px;
    list-style: none;
}

.payment-block dd:first-child {
    border-bottom: 1px solid #999;
}

.payment-block dd span {
    float: right;
}

.payment-block h2.row {
    margin-left: -21px;
}

.subtotal-block {
    padding-right: 0;
}

.heading-logo {
    float: right;
}

.btn {
    border-radius: 5px;
    padding: 6px 25px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
/*
.btn:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0,0,0,.2);
  border-radius: 5px;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  top: 0;
  left: 0;
  position: absolute;
}*/

.lg-btn {
    border-radius: 25px;
    padding: 12px 85px;
    font-weight: bold; 
    font-size: 35px;
    min-width: 40%;
    margin: 0 20px;
}

.lg-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.lg-btn.bg-blue {
    padding: 12px 145px;
}

.btn:hover:after {
    opacity: 1;
}

table {
    border: 1px solid #d1d1d1;
}

.heading-logo img {
    margin-top: -8px;
}

.sidebar-with-content > .row {
    overflow: hidden;
    min-height: 82vh;
}

.sidebar-block {
    min-height: 600px;
    display: block;
    margin: 0;
}

#sign-up {
    text-align: center;
}

#sign-up:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.sidebar-menu {
    list-style: none;
    margin: 40px -15px 30px -15px;
    padding-left: 0;
}

.sidebar-menu.with-header {
    list-style: none;
    margin: 0 -15px 30px -15px;
    padding-left: 0;
}

.sidebar-menu li a {
    color: #D72231;
    width: 100%;
    display: block;
    font-size: 15px;
    cursor: pointer;
    padding: 8px 10px 8px 15px;
}

.sidebar-menu li a:hover, .sidebar-menu li.active a {
    text-decoration: none;
    background: #fff;
}

.form-block {
    padding-left: 50px;
}

.login-block {
    padding: 30px;
}

#register_link {
    position: absolute;
    right: 30px;
    top: 60px;
}

#forgot_btn {
    float: left;
    display: inline-block;
    margin: 30px 0 0 20px;
}

.main-content-right {
    padding-left: 30px;
}

td.icon, th.icon {
    text-align: center;
}

.icon-dl {
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url('images/icon-dl.png') no-repeat center center;
	    background-size: cover;
}

.icon-edit {
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url('images/icon-edit.png') no-repeat center center;
	background-size: cover;
}

.icon-delete {
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url('images/icon-delete.png') no-repeat center center;
	    background-size: cover;
}

.icon-house {
    display: inline-block;
    text-indent: -9999px;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background: url('images/icon-house.png') no-repeat center center;
}

.icon-building {
    display: inline-block;
    text-indent: -9999px;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background: url('images/icon-building.png') no-repeat center center;
}

.icon-plus {
    display: inline-block;
    text-indent: -9999px;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background: url('images/icon-plus.png') no-repeat center center;
}

.icon-arrow {
    display: inline-block;
    text-indent: -9999px;
    width: 27px;
    height: 25px;
    margin: 0 auto;
    background: url('images/icon-arrow.png') no-repeat center center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #dcdcdc !important;
}

.table-area:last-child {
    margin-bottom: 40px;
}

.table-header {
    background: #e2e2e2;
    padding: 4px 12px;
}

.table-row {
    padding: 8px 12px;
    /*overflow: hidden;*/
    cursor: pointer;
}

.table-row:nth-child(odd) {
    background: #f2f0f1;
}

.table-row:hover {
    background: #c4c4c4;
}

.table-row strong {
    line-height: 30px;
}

.cta-block {
    border-radius: 20px;
    padding: 20px;
}

#cpd-img {
    position: relative;
    z-index: 2;
    float: left;
    display: block;
    width: 142px;
}

#cpd-cta {
    margin: 16px 0 0 -54px;
    position: relative;
    z-index: 1;
    float: left;
    width: 79%;
    padding-bottom: 30px;
}

#cpd-cta .btn  {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    right: 50%
}

#contract-cta {
    margin: 16px 0 0 30px;
    min-height: 257px;
}

#contract-cta .btn  {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 180px;
    margin-left: -60px;
    right: 50%
}

#sign-up {
    width: 100%;
    padding: 8px 0;
    font-size: 30px;
    display: block;
    border-radius: 40px;
}

.static-pages .right-cta-block {
    margin-left: 20px;
}
.eway-badge {
    padding: 10px 0px;
    text-align:right;
}
.payment-summary {
    margin-top: 48px;
}
.payment-summary dd {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
.payment-summary dd:last-child {
    border: 0;
    font-weight:bold;
}
.payment-summary dd span {
    display: inline-block;
    float: right;
}
.half-width {
    width: 50%;
    margin-left: 50%;
}
.cpd-points-block {
    padding: 15px 15px 0 15px;
    border: 1px solid #eee;
    width: 30%;
    float: left;
    margin: 20px 0 0 15px;
}
.cpd-points-block p span {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
.cpd-topup {
    display: block;
    float: left;
    margin: 28px 0 0 20px;
    width: 200px;
    text-align: center;
}
.heading-block-row {
    overflow: hidden;
    width: 100%;
}
.heading-block-row h2 {
    float: left;
    width: 70%;
}
.list-table {
    border: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.list-table thead {
    background: #eee;
}
.list-table thead th {
    padding: 10px 0;
}
.list-table thead th:first-child, .list-table tbody td:first-child {
    padding-left: 5px;
}
.list-table tbody td {
    padding: 5px 0;
}
.list-table tbody tr {
    border-bottom: 1px solid #eee;
}
.list-table tbody tr:nth-child(even) {
    background: #eee;
}
.list-table tbody tr:hover {
    background: #fcfcfc;
}
.form-block-section {
    padding: 15px;
}
.input-group-addon { 
    margin-left: 100px;
    z-index: 1000;
}
select.selectpicker {
    width: 100%;
}
.small-left-padding {
    margin-left: 10px;
}
.course-row {
    padding: 30px;
    width: 90%;
    margin: 0 0 10px 0;
    cursor: pointer;
}
.course-row p {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.course-row .my-tool-tip {
    font-size: 30px;
    color: red;
}
#summary-section {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}
#summary-block {
    padding: 30px;
    background: #fff;
    text-align: center;
    margin: 60px auto 0 auto;
    width: 600px;
}
#summary-block dd span {
    display: inline-block;
    margin-left: 30px;
}
#go-back {
    float: left;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 8px 20px;
    margin-top: 20px;
}
.answer-block label {
    font-weight: normal;
    display: inline-block;
    margin: 0 0 8px 15px;
}
#include {
    position: absolute;
    top: 100px;
    font-size: 60px;
    left: -10px;
}
.info-block p span {
    display: inline-block;
    margin-left: 30px;
    float: right;
    text-align: left;
    width: 70%;
}
.seminar-rows strong {
    display: inline-block;
    margin-left: 10px;
}
.seminar-rows time {
    display: inline-block;
    margin-left: 20px;
}
.seminar-rows span {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.info-line {
    display: inline-block;
    margin-top: 3px;
}
.question-steps .form-block-section {
    width: 95%;
    margin-top: 10px;
    position: relative;
}
.builder-info-form {
    display: none;
}
.step-number {
    font-size: 20px;
}
#add-client-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 24px;
    padding: 5px 20px 5px 10px;
    text-transform: uppercase;
}
#add-client-btn:before {
    content: "+";
    font-size: 20px;
    padding-right: 5px;
    margin-right: 5px;
    line-height: 1em;
}
#add-client-btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.questions .row:first-child {
    margin-top: 0;
}
.questions .row:last-child {
    margin-bottom: 20px;
}
.questions p {
    font-weight: bold;
}
.questions .row {
    margin-top: 20px;
}
.questions p em {
    font-weight: normal;
    font-size: 12px;
}
.yes-block {
    margin-top: 20px;
    display: none;
}
.style21 {
    color: #fff;
    font-size: 12px;
}

.large-info {
    font-size: 18px;
}

.edit-client-controls {
    height: 20px;
    text-align: right;
}

.no-box-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.radio-form-control {
    height: 20px;

}

.dollar-sign {
    font-size: 1.2em;
    font-weight: bold;
}

.percentage-sign {
    font-size: 1.2em;    
    font-weight: bold;
}

.margin-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}


.margin-top-30 {
    margin-top: 30px;
}

#QuestionForm table {
    border: none;
}

#course-container label {
    margin:0px;
    display: block;
}

.info-line label {
    margin-top: 0px;
}

.seminar-form table {
    border: none;
    color: #fff;
    font-size: 12px;
}

.cpd-blocks .col-lg-5 img {
    margin: 0 auto;
    display: block;
}

.bs-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
}

.bs-btn-blue {
    background: #246BD3;
    text-transform: uppercase;
    color: #fff;
    font-weight:bold;
}

.bs-btn-blue:hover, 
.bs-btn-blue:active, 
.bs-btn-blue:focus {
    background: #2156A3;
    color: #fff;
    text-decoration:none;
}

.fa-action-icon {
    font-size: 25px;
    text-align: right;
    padding-right: 15px !important;
}

.strong {
    font-weight: bold;
}

.course-block, .seminar-block {
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px 30px;
}

.course-block ul, .seminar-block ul {
    text-align: left;
    margin-top: 30px;
}

.course-block h5, .seminar-block h5 {
    font-size: 18px;
    color: #000;
}

.course-block ul li, .seminar-block ul li {
    margin-bottom: 0px;
}

.seminar-block .seminar-item {
    font-size: 15px;
    margin: 30px 0px ;
}

.seminar-block .heading {
    font-weight:bold;
    color: #0796FF;
}

.section-instructions {
    color: #246BD3;
    font-size: 12px;
}

@media screen and (max-width: 767px) {

    .static-pages #menu ul {
        padding-left: 10px;
    }

    h1 {
        font-size: 30px;
    }

    h1, h2, h3, h4, h5 {
        word-wrap: break-word;
    }

    #include {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .logo-block img {
        width: auto;
        height: auto;
    }

    #cpd-cta {
        margin: 0 auto;
        width: 80%;
        float: none;
    }

    #cpd-img {
        display: none;
    }

    .static-pages #menu {
        float: none; 
        width: 100%;
    }

    #contract-cta {
        width: 80%;
        margin: 0 auto;
    }

    #contract-cta .btn {
        margin: 0 auto -40px auto;
        position: relative;
        left: 0;
        top: 0;
    }

    #member-login {
        float: left;
        margin-left: 10px;
    }

    .align-center img {
        width: auto;
    }

    img, .col-lg-12.align-center img {
        width: 100%;
        height: auto;
    }

    #footer .row ul {
        width: 98%;
    }

    #sign-up {
        width: 80%;
        font-size: 17px;
        margin: 0 auto;
    }

    .lg-btn {
        display: inline-block;
        font-size: 22px;
        margin-bottom: 10px;
        padding: 12px 45px;
        width: 90%;
    }

    .lg-btn.bg-blue {
        width: 90%;
        padding: 12px 45px;
    }

    .course-block {
        margin-bottom: 15px;
    }

    .row.margin-top-40.align-center img {
        width: 100%;
    }

    .cta-block {
        width: 95%;
        margin: 0 auto 15px auto;
    }

    .seminar-block img, .course-block img {
        width: auto !important;
    }

    .static-pages .right-cta-block { margin-left: auto; }

}


/* Document Builder styles */

.document-list {
    width: 100%;
    font-size: 12px;
    border: 1px solid #ddd;
}

.document-list th {
}

.document-list .icon-cell {
    width: 6%;
    text-align:center;
    font-size: 18px;
}

.document-list .body-cell {
    width: 88%;
}

.document-list .tooltip-cell {
    width: 6%;
    font-size: 18px;
    text-align:center;
    color: #3C8AC9;
}

.fg-black {
    color: #000;
}

.fg-black a {
    color: #000;
}

.document-list th {
    text-align: left;
    text-transform: uppercase;
    background: #ddd;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

.document-list td {
    text-align: left;
    padding: 0px;
}
.document-list td a {
    display: block;
    padding: 5px 0px;
    font-weight: normal;
    text-decoration: none;
}
.document-list td a:hover {
    text-decoration: underline;
}

.document-list tr.odd td {
    background: #fff;
}
.document-list tr.even td {
    background: #ddd;
}

.category-container {
    margin-bottom: 40px;
}

.icon-cell .greenicon {
    color: #11B000;
}

.icon-cell .blueicon {
    color: #4DA6E0;
}

.icon-cell .redicon {
    color: #E44144;
}

.red-asterisk {
    color: #f00;
}

.tall-textarea {
    min-height: 100px;
}

.login-required h2 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2487be;
    vertical-align: middle;
}

.login-required p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}