﻿html {
    height: 100%;
}

body {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #0a0a0a;
}



label {
    color: #000;
    font-weight: bold;
}

.dropzone {
    background: #eee !important;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}


    .dropzone:hover {
        background-color: #ddd !important;
    }


    

        .dropzone.uploadedfiles:hover {
            background-color: #eee !important;
        }

.m-t-20 {
    margin-top: 20px;
}

    .m-t-30 {
        margin-top: 30px;
    }



.m-b-30 {margin-bottom: 30px;}

.form-group {margin-bottom: 20px;}

.form-buttons {
    margin-top: 15px;
}


.form-buttons.center {
    text-align:center;
}

    .form-buttons.center a.button {
        margin-right: 10px;
        margin-left: 10px;
    }

.form-control {
    border-radius: 1px;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    font-size: 16px;
    padding: 10px 10px;
    height: 50px;
    border: 1px solid #8e8e8e;
}

select.form-control {
    padding-left: 7px; background: #fff;
    /*
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    background: white url('/images/select-bg.png') no-repeat scroll right !important;
    */
}


.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover
{
    color: #555555;
    font-size: 16px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #8e8e8e;
    line-height: 35px;
    -webkit-box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}


.bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%;
}


.bootstrap-select > .btn.dropdown-toggle.btn-default {
    color: #555555;
    font-size: 16px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #8e8e8e;
    line-height: 35px;
    background: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.bootstrap-select> .btn.dropdown-toggle.btn-default:focus, .bootstrap-select> .btn.dropdown-toggle.btn-default:hover {
    background: none !important;
        -webkit-box-shadow: none !important;
outline: -webkit-focus-ring-color auto 0px !important;
}


.bootstrap-select.open > .btn.dropdown-toggle.btn-default {
    border: 1px solid #ed9f07;
}


.dropdown-menu {border-radius: 0; margin-top: 0; border-left: 1px solid #ed9f07;border-right: 1px solid #ed9f07;border-bottom: 1px solid #ed9f07; border-top: none;}
.dropdown-menu>li>a {font-size: 16px; color: #555; padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px;}
.dropdown-menu>li.selected a {border:none !important; -webkit-box-shadow: none; outline: -webkit-focus-ring-color auto 0px;}
.dropdown-menu>li>a:focus {border:none !important; -webkit-box-shadow: none; outline: -webkit-focus-ring-color auto 0px;}
.dropdown-menu>li>a:active {border:none !important; -webkit-box-shadow: none; outline: -webkit-focus-ring-color auto 0px;}


.dropdown-header {
    padding: 6px 12px;
    font-size: 16px;

}

.dropdown-menu .divider {
    margin: 5px 0 5px 0;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 20px;
}


@-moz-document url-prefix() {
    select.form-control {
        -moz-appearance: none; -webkit-appearance: none; appearance: none;
        background: white url('/images/select-bg.png') no-repeat scroll right !important;
        padding-top: 9px;
    }
}

select.form-control:before {
      
        /*
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: -10px;
      margin-left: 0;
      margin-top: 0;
      position: absolute;
      top: 0;
      width: 0; 
          */
      }


select.form-control.placeholder.on {color: #999;}
select.form-control.placeholder.off {color: #555;}

select.form-control.placeholder option:not(:checked) {
    color: #555; /* or whatever your default style is */
} 

input.form-control {-webkit-appearance: none;}

.form-control:focus, input[type="search"]:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    border: 1px solid #ed9f07;
}

.signature-pad .signature-pad--body canvas, .signature-image {
    border: 1px solid #8e8e8e;
}


.signature-image, .new-signature {
    margin: 0 auto;
}

    .repeat-section.grid .repeater label {
        display: none;
    }

.repeat-section.grid {

    border: 1px solid #e0e0e0;
}
/*.repeat-section.grid .repeater>div:first-of-type {
    border-left: 1px solid #e0e0e0;
}*/
/*.repeat-section.grid .repeater>div:last-of-type {
    border-right: 1px solid #e0e0e0;
}*/
.repeat-section.grid .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

 /*.repeat-section.grid .repeat-body > div:last-of-type {
    border-bottom: 1px solid #e0e0e0;
}*/

    
    /*.repeat-section.grid .repeater .action-buttons {padding-top: 10px; padding-bottom: 10px;}*/
    /*.repeat-section.grid .repeat-body > div:first-of-type .form-group { padding-top: 10px; }*/
    /*.repeat-section.grid .repeat-body > div:last-of-type .form-group {padding-bottom: 10px;}*/
    /*.repeat-section.grid .repeat-body > div:first-of-type .action-buttons { padding-top: 20px; }*/
    /*.repeat-section.grid .repeat-body > div:last-of-type .action-buttons {
    padding-bottom: 20px;
}*/
    .repeat-section.grid .action-buttons {
        position: absolute;
        right: 0;
        padding-right: 10px;
        top: 10px;
    }

.repeat-section.grid .row-count {
    position:absolute;
    left: 0;
    padding-left: 10px;
    width: 55px;
    height: 50px;
}

    .repeat-section.grid .row-count input.form-control {text-align:center; padding-left: 0; padding-right: 0;} 



    .repeat-section .row {
        position: relative;
        padding-right: 50px;
        padding-left: 50px;
        margin-left: 0px; margin-right: 0;
    }

        .repeat-section .row.headings {
            min-height: 50px;
            background: #e0e0e0;
        }

.repeat-section .row .heading {
   
    min-height: 57px;
    
}

    .repeat-section .row .heading label {
        font-size: 17px;
        margin-top: 17px;
    }

    div.field-description {
        margin-top: 10px;
        margin-bottom: 10px;
    }
div.field-description img {width: 100%; height: 100%; margin-top: 5px; margin-bottom: 5px;}
a.field-description {
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-left: 5px;
}

a.field-description:hover {text-decoration: none; color: #fff;}

.dependant-field {display:none !important;}

/*


input[type="text"], input[type="password"], input[type="number"] {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    
    font-family: Arial, Helvetica, sans-serif;
    padding: 9px;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    
}

input[type="file"] {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 9px;
    margin: 0px 4px 0 0;
    float: left;
}


input[type="checkbox"] {
    padding-top: 8px;
}


input[type="text"].val-number {
        width: 40px;
    }

input[type="text"].small {
        width: 80px;
    }

input[type="text"].medium {
        width: 140px;
    }

select.medium {
    width: 156px;
}

input[type="text"].wide {
    width: 220px;
}

select.wide {
    width: 232px;
}


input.val-date {
    width: 80px;
}

input.val-time {
    width: 32px;
}

textarea {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    resize: none; 
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    line-height: 20px;
    
}


textarea.wide {width: 400px;}


    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus {
        border: 1px solid #b3b3b3;
    }

    textarea.description {
        width: 400px;
    }

input.name {
    width: 400px;
}

    */

input[type="submit"], button {
    padding: 0 6px;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    height: 28px;
}

    input[type="submit"]:hover, button:hover {
        border: 1px solid #b3b3b3;
        cursor: pointer;
    }


a, .ui-dialog .ui-dialog-content a {
    color: #439fee;
    text-decoration: none;
}

    a:hover, .ui-dialog .ui-dialog-content a:hover {
        color: #f84d08;
        cursor: pointer;
    }

    a.docx {
        float: left;
        display: block;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -0px -195px;
        height: 24px;
        padding-left: 21px;
        margin-right: 12px;
    }

    a.csv {
        float: left;
        display: block;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -0px -166px;
        height: 24px;
        padding-left: 19px;
        margin-right: 12px;
    }

    a.pdf {
        float: left;
        display: block;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -0px -128px;
        height: 24px;
        padding-left: 21px;
        margin-right: 20px;
        padding-top: 4px;
    }

    a.reset {
        float: left;
        display: block;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -126px -88px;
        margin-right: 2px;
    }

    a.edit {
        float: left;
        display: block;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -60px -88px;
        margin-right: 2px;
    }

    a.delete {
        float: left;
        display: block;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -34px -86px;
    }

        a.delete.small {
            float: left;
            display: block;
            text-indent: -9999px;
            background: url( '/assets/images/sprites/default.sprite.png') no-repeat -678px -96px; height: 15px; width: 15px;
        }

div.templateAttachments a.delete {
    display: block;
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -678px -96px;
    float: left;
    margin: 2px 0 0 5px;
}

div.templateAttachments a.attachment {

    margin-right: 0;
    clear: left;
}


a.save {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -364px -90px;
    margin-right: 2px;
}

a.reload {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -158px -88px;
}

a.add {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -188px -88px;
}

    a.add.small {
        float: left;
        display: block;
        height: 20px;
        width: 20px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -342px -93px;
    }

a.user {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -269px -89px;
}


a.up {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -216px -88px;
}

a.down {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -242px -88px;
}



a.itinerary {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -414px -90px;
}

a.agent {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -437px -90px;
}

a.find {
    float: left;
    display: block;
    height: 24px;
    width: 23px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -464px -90px #e6e6e6;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

a.arrow-right {
    float: left;
    display: block;
    height: 24px;
    width: 25px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -490px -90px;
}

a.arrow-left {
    float: left;
    display: block;
    height: 24px;
    width: 25px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -525px -90px;
}



a.comment {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -268px -88px;
}

a.view {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -94px -88px;
}

a.dollar {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -290px -89px;
}


a.on {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -618px -88px;
}



a.off {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -588px -88px;
}

a.call {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -648px -92px;
}


a.help {
    display: block;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat 2px -84px;
    position: absolute;
    right: 16px;
    top: -2px;
}




a.button {
    display: inline-block;
    margin: 10px 0 10px 0;
    padding: 12px 5px;
    width: 150px;
    min-width: 205px;
    text-align: center;
    color: #ffffff !important;
    border: 1px solid transparent;
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    border-radius: 2%;
    font-size: 20px;
    line-height: 24px;
    background-color: #000;
    clear: both;
    -moz-box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.15);
    outline: none;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}

    a.button:hover {
        text-decoration: none;
    }

    a.button.close {
        float: none !important;
        opacity: unset !important;
        text-shadow: none !important;
        
    }

.input-group a.button {
    width: auto;
    min-width: inherit;
    padding-left: 12px;
    padding-right: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}


.action-buttons { text-align:right;  }
    .action-buttons a.button {
        width: 40px;
        min-width: unset;
        margin: 2px;
        font-size: 20px;
    }

    .action-buttons a.button span {display:none;}

.headings .action-buttons {
   
    top: 3px !important;
    position: absolute;
}
.headings .action-buttons a.button {
    
    margin-bottom: 5px;
   
    right: 0;
}



a.scroll-button {
    background: #ed9f07;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    position: fixed;
    right: 15px;
    z-index: 1000;
    padding-top: 10px;
}

    a.scroll-button:hover, a.scroll-button:visited, a.scroll-button:focus, a.scroll-button:active{text-decoration: none; color: #fff;}

    a.scroll-button.scroll-top {
        position: absolute;
    }


    a.scroll-button.view-shortlist { display: none;}
    a.scroll-button.scroll-top {display:none;}


    a.video {
        display: block;
        float: left;
        background: url(/assets/images/video-icon.png) no-repeat scroll left;
        padding: 7px 0 4px 28px;
        margin: 0px 10px 10px 0;
    }

a.image {
    background: url(/assets/images/camera-icon.png) no-repeat scroll left;
    padding:  7px 0 4px  28px;
    display: block;
    float: left;
    margin: 0px 10px 10px 0;
    
}

a.button.small {line-height: 28px; font-size: 15px; padding: 3px 12px 3px 12px; min-width: inherit; width: auto;}

a.button.more-button:before { font-family: FontAwesome; content: '\f107'; padding-right: 10px; }
a.button.more-button { padding-right: 15px; }

    a.button.more-button.rotate-arrow:before {content: '\f106';}


    a.button.add-new-page {
        margin-top: 5px;
    }

    a.button.right {
        float: right;
    }

    a.button:hover, .ui-dialog .ui-dialog-content a.button:hover {
        cursor: pointer;
    }


    a.button.full {display: block; width: auto; text-align: center; font-size: 1.5em; padding: 16px 8px;}


input.datePicker {
    width: 75px;
}

input.time {
    width: 35px;
}

input.search {
    width: 220px;
    margin-right: 8px;
}

p {
    line-height: 180%;
    margin-bottom: 15px;
}

strong {font-weight: bold;}

p.strong { font-size: 1.1em; font-weight: bold; line-height: 150%;}
p.small {font-size: 12px; margin-bottom: 0px;}

p.quote {
    margin-left: 20px;
    margin-right: 20px;
    font-style: italic;
    position: relative;
}

p.quote:before {
    font-family: FontAwesome; content: '\f10d'; position:absolute; left: -20px; font-size: 12px;
}

    p.quote:after {
        font-family: FontAwesome; content: '\f10e';  font-size: 12px; padding-left: 5px; position:absolute;
    }


h1 {
    font-size: 3em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;

    color: #000;
    margin: 0 0 20px 0;
    
}

h1 small{
    font-size: 20px;
    display:block;
    margin-top: 10px;
}

h2 {
    font-size: 2em;
    color: #000;
    font-weight: normal;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;

}

h2 small {
    display:block;
    margin-top: 10px;
    margin-bottom: 20px;
}

h2.centre {text-align: center; font-style: italic; font-size: 1.75em; color: #439fee; line-height: 1.1em;}


b.highlight {
    color: #f1571a;
}

h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}


h3.section-heading {
    
}


h3.name {color: #000;}

h4 {
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.1em;
    margin-bottom: 8px;
}

h1.blue {
    color: #272262;
    font-weight: bold;
    font-size: 22px;
}

span.hint {
    color: #363636;
    font-weight: bold;
}

.sticky-header.stuck {
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
}



#header{
    height: 0px;
}

#header div.middle {position: relative;}

#header h2
{
    float: left;
    margin: 22px 0 0 6px;
}

div.middle {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}

.members-content.no-notifications div.middle {
    max-width: none;
}

div.middle.narrow {max-width: 999px;}


#middle {
    /*background: url('/assets/images/horizontal-shadow.png') repeat-x white;*/
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

#logo {
    width: 70px !important;
    height: 70px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    float: left;
    margin: 7px 0 0 15px;
    background: url('/assets/website-images/HeaderLogo.png') no-repeat;
    
}

.slogan  { display:block; margin: 60px auto; width: 100%; max-width: 1000px; }


div.menu-bg {
    width: 100%;
    height: 82px;
    background: #000;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.transparent div.menu-bg {
    background: rgba(0,0,0,.7);
}


div.menu-fg {
    
    margin: 0 auto;
    
}

.menu {
    height: 58px;
    font-size: 13px;
}

    .menu ul {
        list-style: none;
        padding: 0px 0 0 0;
        border: 0px;
        height: 52px;
        margin: 75px 0 0 0;
        float: right;
        text-align:right;
    }


    #footer .menu ul {
        float:none;
        text-align:center;
        margin-top: 0;
    }

    #footer .menu ul li {width: auto !important;  border:none; box-shadow: none;}
    #footer .menu ul li:after {display:none;}
        #footer .menu ul li a {
            color: #e0e0e0;
            font-size: 16px;
            padding-top: 0;
            padding-bottom: 0;
            
        }


        #footer .menu ul li a:before {display:none;}
    

    .menu ul.main {width: 80%;  max-width: 860px;  }
    
    .menu ul.submenu {display: none; float: right; position: relative;}

    .menu ul.submenu li a.expand { position:relative;  height: 82px; width: 70px; border-left: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.1) inset; }
    .menu ul.submenu li a.expand:before {
        position:absolute;
        font-family: FontAwesome;
        content: '\f0c9';
        text-indent: 0;
        font-size: 24px;
        top: 17px;
        left: 23px;
    }

    .menu ul.submenu li a.expand.expanded:before {
        content: '\f00d';
    }

     
    

    .menu>ul>li {
        display:inline-block;
        padding: 0px;
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
        margin: 0 !important;
    }


    .menu>ul>li:before {
        font-family: FontAwesome;
        content: '\f0c8';
        position:absolute;
        color: #fff;
        font-size:6px;
        top: 23px;
        left: -3px;
        display:none;
    }

   
    .menu>ul>li.first:before {
        display: none;
    }

        .menu li.first {
            background: none;
            border-left: none;
            box-shadow: none;
        }


        .menu li.right {
            float: right;
            margin-right: 4px;
        }

        .menu li a {
            
            display: block;
            line-height: 53px;
            margin: 0px;
            padding: 0 0 0px 0;
            text-align: center;
            color: #363636;
            color: #fff;
            font-weight: 700 !important;
            text-decoration: none;
            border: 1px solid transparent;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            height: 82px;
            
        }

            .menu li a:hover {
                color: #e0e0e0;
            }

        .menu li:hover a {
            color:  #e0e0e0;
        }






    .menu ul li:hover a {
        color:  #e0e0e0;
    }

    .menu li a span {
        color:  #fff;
    }

    .menu li ul {
        margin: 0px 0 0 -2px;
        padding: 0 0 8px 0;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        z-index: 200;
        display: none;
        height: auto;
        position: absolute;
        background: #eff1f1;
        min-width: 250px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
   
    }

    .menu li.members ul {

        right: 0;
    }


    .menu ul.submenu li ul {
        right: 0;
    }


    .menu ul.main li:hover ul {
        display: block;
    }

    .menu li li {
        display: block;
        float: none;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .menu ul.main li:hover li a, .menu ul.submenu li li a {
        line-height: 55px;
        height: 55px;
        color: #000;
        background: none;
        border-bottom: 1px solid #e3e3e3;
        border-top: none;
        border-left: none;
        border-right: none;
        position: static;
        text-align: left;
        padding: 0 5px 1px 5px;
        margin: 0 10px;
        width: auto;
        font-weight: normal;
        font-size: 14px;
        
    }

    .menu ul.submenu li li a {width: 250px; }


    .menu ul.submenu li li a.indent {padding: 0 5px 1px 30px;  }

    


    .menu ul span.indent {padding: 0 5px 1px 30px;   color: #363636; }
    .menu ul.submenu a.indent span.indent {padding: 0; background : none; color: #363636; }

    .menu ul a:hover span.indent, .menu ul.submenu a.indent:hover span.indent {color: #f1571a;}


    .menu li ul a {
        display: block;
        height: 30px;
        font-style: normal;
        margin: 0px;
        text-align: left;
    }

        .menu li ul a.bold {
            font-weight: bold;
        }

        .menu ul.main li ul a:hover, .menu li ul li:hover a {
            background: none;
            color: #484848;
        }

    .menu li.bookmarks:hover li a {
        width: auto;
    }

    .menu p {
        clear: left;
    }


    .menu i.fa.fa-caret-right
    {
        
    }

div.clearAll, div.clear {
    clear: both;
}

div.top-menu {
    float: right;
    height: 50px;
    min-width: 50px;
    background: url(/assets/images/top.jpg) no-repeat top left;
    padding: 0 14px 0 20px;
    line-height: 42px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

    div.top-menu a, div.top-menu a:visited {
        color: #f84d08;
    }

        div.top-menu a:hover {
            color: #fff;
        }

    div.top-menu span {
        color: Gray;
        padding: 0 6px 0 12px;
    }

#hmenu {
    float: right;
    margin-top: 2px;
    margin-right: 14px;
    text-align: right;
    text-transform: lowercase;
    font-size: 11px;
    width: 600px;
    color: #363636;
}

    #hmenu span.separator {
        color: #A0A0A0;
    }

    #hmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #hmenu li {
        display: inline;
    }

.separator {
    padding: 5px;
}

#pagetitle {
    height: 52px;
    margin: 0 15px;
    color: #363636;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
}

    #pagetitle h1 {
        float: left;
        font-size: 24px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        margin: 14px 0 0 0;
    }

div.breadcrumb {
    margin: -24px 15px 0 0px;
    height: 22px;
    float: right;
}

    div.breadcrumb ul {
        font-size: 11px;
        color: #7A7A7A;
        float: left;
        background: url(/assets/images/backgrounds/textbox-bg.jpg) repeat-x white;
        border: 1px solid #e3e3e3;
        margin: 0 0 0 15px;
    }

        div.breadcrumb ul li a {
            color: #363636;
            text-decoration: none;
        }

            div.breadcrumb ul li a:hover {
                color: #f1571a;
            }

        div.breadcrumb ul li {
            float: left;
            display: block;
            height: 22px;
            line-height: 22px;
            font-size: 11px;
        }

            div.breadcrumb ul li a:visited {
                color: #363636;
            }

    div.breadcrumb li a, ul.breadcrumb li span {
        padding: 0 6px;
    }

    div.breadcrumb li.home {
        background: url('/assets/images/home.gif') no-repeat 3px 3px;
    }

        div.breadcrumb li.home a, ul.breadcrumb li.home span {
            padding-left: 22px;
        }

    div.breadcrumb ul.breadcrumb li a:hover {
        color: #f1571a;
    }

ul.tab-breadcrumb {
    font-size: 11px;
    height: 24px;
    margin: -15px -5px 18px -5px;
    border-bottom: 1px solid #e3e3e3;
}

    ul.tab-breadcrumb li {
        float: left;
    }

        ul.tab-breadcrumb li span {
            padding-left: 5px;
            padding-right: 5px;
        }


#help {
    /*border: dotted thin red;*/
    float: right;
    margin-top: -5px;
    margin-right: -5px;
}

#search input[type="text"] {
    width: 260px;
    float: left;
    margin: 0px 8px 0 0px;
}

#search {
    float: right;
    position: relative;
    width: 330px;
    height: 71px;
    margin-top: 10px;
    margin-right: 16px;
    padding: 4px 0 0 10px;
    background: url('/assets/images/search-bg.png') repeat #505050;
}

#searchTop {
    font-size: 13px;
    font-weight: bold;
    background-repeat: repeat-x;
    color: White;
    height: 24px;
    padding-top: 6px;
}


#contentmain {
    
    margin: 0 13px 60px 13px;
}

.contentmain {
    margin: 0 15px 0 15px;
    
    padding: 30px 0;
}

.content-page {

    margin: 0 10px 0 10px;
    
    padding: 50px 0;
}


#contentmain p {
    margin-top: 12px;
}


#contentmain ul, .contentmain ul {
    line-height: 20px;
}

.contentmain.minheight {
    min-height: 750px;
}

.contentbottom {
    height: 60px;
}

.content-pages {
    /*background: url('/assets/images/box-bg.jpg') repeat-x;*/
    margin: 15px 0;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #f1f1f1;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.content-left {
    float: left;
}

    .content-left ul, .content-top ul {
        margin: -3px 0;
    }

    .content-left li, .content-top li {
        font-weight: normal;
        margin: 4px 1px;
        padding: 0; /*text-indent: 8px;*/
        background: #e3e3e3;
        width: 94px;
    }

.content-top li {
    float: left;
    margin-right: 4px;
}



    .content-left li a, .content-top li a {
        text-decoration: none;
        display: block;
        padding: 6px 7px 6px 7px;
        font-size: 13px;
        font-weight: normal;
        border: 1px solid #e3e3e3;
        color: #363636;
        /*background: #e6e6e6 url(/assets/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
        background: #fff;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .content-left li a span.number, .content-top li a span.number {
            font-weight: bold;
            display: block;
            float: left;
            margin-right: 4px;
            display: none;
        }

        .content-left li a:hover, .content-top li a:hover {
            cursor: pointer;
            border: 1px solid #F27C4E;
        }

        .content-left li a.selected, .content-top li a.selected {
            background: #ffffff;
            /*font-weight: bold;*/
            color: #f1571a;
        }

            .content-left li a.selected.parent {
                border-bottom: none;
            }

                .content-left li a.selected.parent:hover {
                    border: 1px solid #d3d3d3;
                    border-bottom: none;
                }






.content-left ul li ul {
    margin-top: -4px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-top: none;
    margin-bottom: 4px;
}

    .content-left ul li ul li {
        background: #fff;
        width: 90px;
    }

        .content-left ul li ul li a {
            border: none;
            background: #ffffff;
            padding: 1px 7px 1px 7px;
            background: url('/assets/images/bullet.png') no-repeat 6px 6px;
            padding-left: 20px;
        }

            .content-left ul li ul li a:hover {
                border: none;
                background: url('/assets/images/bullet.png') no-repeat 6px 6px;
                text-decoration: underline;
            }

            .content-left ul li ul li a.selected:hover {
                text-decoration: none;
            }

            .content-left ul li ul li a.selected {
                font-weight: bold;
                background: url('/assets/images/bullet.png') no-repeat 6px 6px;
                color: #212121;
            }


            .content-left ul li ul li a.download {
                background: none;
                font-weight: bold;
                padding-left: 6px;
                color: #237EA4;
                cursor: text;
            }

                .content-left ul li ul li a.download:hover {
                    text-decoration: none;
                    cursor: text;
                }

.content-right {
    margin: 1px 0px 0 4px;
    float: left;
    background: white;
    border: 1px solid #e3e3e3;
    padding: 12px;
    position: relative;
    width: calc(100% - 128px);
    -moz-border-radius: 6px;
    border-radius: 6px;
}


div.container-left {
    float: left;
    width: 750px;
    margin-bottom: -4px;
    border: 1px solid red;
}

div.container-right {
    float: left;
    width: 850px;
    margin-left: 4px;
    margin-bottom: -4px;
    margin-right: -20px;
}

div.content-top {
    height: 38px;
    margin-left: -1px;
}


div.content-box {
    background: white;
    border: 1px solid #d3d3d3;
    padding: 12px 0 12px 12px;
    margin-bottom: 4px;
}

    div.content-box table.form {
        margin: 10px 0 0 0;
    }

.report-group {
    margin: 4px;
    background: white;
    border: 1px solid #d3d3d3;
    padding: 12px;
    height: 200px;
    float: left;
    width: 200px;
}

/*
#rightpanel
{
}

#rightpanel ul
{
    margin: 0 0 0 0;
    list-style: none;
    padding: 0;
}

.headfirst
{
    height: 42px;
    line-height: 41px;
    font-size: 13px;
    font-weight: bolder;
    text-transform: lowercase;
    text-indent: 6px;
    color: #363636;
    width: 150px;
    display: none;
}

.head
{
    font-size: 13px;
    font-weight: bolder;
    line-height: 40px;
    height: 41px;
    text-transform: lowercase;
    text-indent: 6px;
    padding: 0;
    color: #363636;
    margin:0;
    width: 150px;
    background: url('/assets/images/menu3.png') repeat-x 0 0px;
    border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;    
	display: none;
  
}
*/
#footer {
    
    color: #000;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    background: none;
    background: #000;
    
}


#footer div.middle { text-align: center; }

#footer img {margin: 20px 0;}

.copy {
    text-align: center;
    color: #e0e0e0;
    margin-top: 20px;

}

    .copy a {
        color: #e0e0e0;
        text-decoration: underline;
    }

        .copy a:hover {
            color: #e0e0e0;
            text-decoration: underline;
        }

#fmenu {
    
    margin-right: 15px;
}

    #fmenu a {
        color: #000;
        text-decoration: underline;
    }

        


    #fmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #fmenu li {
        display: inline;
    }

table.grid {
    width: auto;
    font-size: 15px;
    border-collapse: collapse;
}

.entity-fields table.grid {
    width: 100%;
}

    


    table.grid td, table.grid th {
        border-collapse: collapse;
    }

        table.grid th, table.grid td.grid-head {
            /*background: url('/assets/images/deliverance-bg.png') repeat #505050;*/ /*background-image: url("/assets/images/grid-bg.jpg");*/
            background: #000;
            color: #ffffff;
            font-weight: bold;
            font-size: 15px;
            border: none;
            text-align: left;
            padding: 15px;
            text-align: left;
        }

            table.grid th a {
                color: #fff;
                text-decoration: underline;
            }

    table.grid td {
        padding: 15px;
        border-bottom: 1px solid #000;
        color: #0a0a0a;
        vertical-align: top;
        min-height: 10px;
        line-height: 20px;
    }

        table.grid td.nowrap {
            white-space: nowrap;
        }


        table.grid td div.actions, li div.actions {
            float: right;
            margin: -4px 4px -6px 0;
        }

li div.actions {
    margin-right: -4px;
    margin-top: -2px;
}


table.grid th a.add, table.grid th a.plus {
    float: right;
    margin: -6px 4px -4px 0;
}

table.grid td div.actions.nofloat {
    float: none;
}

div.with-actions {
    height: 20px;
}

    div.with-actions h2 {
        float: left;
    }

    div.with-actions .actions {
        float: right;
        margin: -4px 8px -6px 0;
    }



    table .actions a:before  {
        font-family: FontAwesome;
        text-decoration: none !important;
        background: #ed9f07;
        color: #fff;
        padding: 3px 0px 0 0;
        width: 24px;
        height: 24px;
        line-height: 20px;
        display: block;
        text-align: center;
        float: left;
        margin: 0px 4px 2px 0;
        font-size: 15px;
        border-radius: 1px;
    }


   

.page-info {
    float: left;
    margin-top: 15px;
    margin-left: 5px;
    color: #a0a0a0;
    font-size:12px;
    font-style: italic;
}

.page-title {

    text-align: center;
    font-size: 40px;
    padding: 30px 0;
}


.page-title:after {display:block; width: 150px; border-top: 6px solid #000; content: ' '; margin: 40px auto 0 auto;} 

.page-separator {display:block; width: 150px; border-top: 6px solid #000; content: ' '; margin: 60px auto 50px auto;} 


.section-text-large {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 25px;
    text-align:center;
}

.white-popup .section-text-large 
{
    margin-bottom: 15px;
}

    div.pages {
        float: left;
        margin: 6px 0 12px 0;
    }

    table.grid tr.pager div.pages ul {
    }

        div.pages ul li {
            
            float: left;
        }

            div.pages ul li span.current {
                background: #87c0f1;
                display: block;
                width: 26px;
                line-height: 26px; font-size: 13px; padding: 1px 0 1px 0;
                text-align: center;
                margin-right: 5px;
                color: #fff;
                
            }

            div.pages ul li a.page {
                
                display: block;
                width: 26px;
                padding-left: 0;
                padding-right: 0;
                
                text-align: center;
            }


            div.pages ul li a.page.large {
                font-size: 15px;
            }

                div.pages ul li a.page.large.disabled {
                    background: #d3d3d3;
                }

                    table.grid tr.pager div.pages ul li a.page.large.disabled:hover {
                        border: 1px solid #e3e3e3;
                        cursor: auto;
                    }





table.grid td div.actions {
    float: right;
    margin: -4px 4px -6px 0;
}

table.grid th a.add {
    float: right;
    margin: -6px 4px -4px 0;
}

table.grid td div.actions.nofloat {
    float: none;
}

div.with-actions {
    height: 20px;
}

    div.with-actions h2 {
        float: left;
    }

    div.with-actions .actions {
        float: right;
        margin: -4px 8px -6px 0;
    }


table.grid.dialog {
    margin-top: 8px;
    margin-bottom: 4px;
}

    table.grid.dialog th {
        background: none;
        color: #363636;
        border-top: 1px solid #e3e3e3;
    }

    table.grid.dialog td a {
        color: #237EA4;
    }

table.grid.costs {
    width: 700px;
}

    table.grid.costs td.share {
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }

    table.grid.costs.edit td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    table.grid.costs td input {
        width: 60px;
    }

table.grid.allotments {
    width: 300px;
    float: left;
    margin: 16px 20px 0 0;
}

    table.grid.allotments td {
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: middle;
    }


.grid.search {
    width: auto;
    min-width: 965px;
}

    .grid.search.compact {
        min-width: 0px;
        margin-top: 8px;
        margin-bottom: 4px;
    }



table.grid.search th.date {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
    width: 38px;
}


table.grid.search td.date, table.grid.search td.add {
    border-left: 1px solid #e3e3e3;
    text-align: center;
}

table.grid.search td.add {
    width: 30px;
}

table.grid.search td.date.withallotments {
    padding: 0;
}

    table.grid.search td.date.withallotments.sold {
        background: #f6f6f6;
        color: #ff9393;
    }


/*
table.grid.search td.date span.price {
    position: relative;
    display: block;
    height: 30px;
    line-height: 24px;
    text-align: left;
    padding-left: 6px;
}
*/

table.grid.search td.date.highlight {
    background: #FFFFC2;
}


table.grid.search td.date span.available {
    position: absolute;
    font-size: 11px;
    bottom: 0;
    line-height: 11px;
    right: 2px;
    font-weight: bold;
}

    table.grid.search td.date span.available.sold {
        color: #cd0a0a;
    }

table.grid.search td span.sold {
    color: red;
}

table.grid.search td.date.na {
    font-size: 10px;
    background: #f6f6f6;
    color: #a7a7a7;
}

    table.grid.search td.date.na.highlight {
        background: #E6E6C1;
    }



    table.grid.search td.date.na table.grid.search span.day {
        text-transform: uppercase;
        color: #f1571a;
    }

table.grid.search span.date {
    font-size: 11px;
    line-height: 14px;
}

table.grid.search span.more {
    color: #f1571a;
    font-style: italic;
}

table.grid tr.header td {
    color: #f1571a;
    border-bottom: none;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    text-align: center;
    font-weight: bold;
    background: #f6f6f6;
}

table.grid.summary tr.header td {
    border-top: none;
    border-right: none;
    text-align: right;
}

table.grid tr.header td.clear {
    border-top: none;
    border-left: none;
    background: none;
}

table.grid td.border-left {
    border-left: 1px solid #e3e3e3;
}

table.grid td.icon {
    width: 24px;
}

    table.grid td.icon a {
        margin: -4px 0 0 2px;
    }

table.grid b.inactive {
    text-decoration: line-through;
    font-weight: normal;
}


table.grid th.check {width: 24px;}

table.grid th.check input{
    padding: 0;
    margin: 0 0 0 2px;
}

table.grid td.check input {
    padding: 0;
    margin: 2px 0 0 2px;
}


table.header {
    border-collapse: collapse;
    margin-bottom: -7px;
}

    table.header td {
        font-weight: bold;
        line-height: 20px;
        vertical-align: top;
    }

        table.header td.label {
            color: #f1571a;
            padding-right: 8px;
        }

        table.header td.spacer {
            padding-right: 30px;
        }


        table.header td.comments {
            font-weight: normal;
        }

table.form {
    margin: 10px 0 10px 0;
    border-collapse: collapse;
}

    table.form td {
        /*padding: 6px 8px 4px 0px;*/
        height: 28px;
        vertical-align: top;
        line-height: 26px;
        padding-top: 6px;
    }

    table.form.edit td {
        /*padding: 3px;*/
    }

    table.form.edit.left {
        float: left;
    }

    table.form td.label {
        font-weight: bold;
        color: #000;
        padding-right: 14px;
        text-align: left;
        white-space: nowrap;
    }

    table.form tr.head td {
        height: 22px;
        vertical-align: top;
        line-height: 20px;
        padding-top: 0;
    }


    table.form td input, table.form td .jqTransformSelectWrapper, table.form td .jqTransformCheckboxWrapper, table.form td textarea, table.form td .jqTransformRadioWrapper, table.form td select {
        margin-top: -2px;
    }

    table.form td textarea {
        margin-bottom: 4px;
    }

    table.form.edit td.label {
        /*padding-top: 9px;*/
    }

        table.form.edit td.label span {
            padding-top: 20px;
        }


    table.form.edit td.text {
        /*padding-top: 10px;*/
    }

    table.form td.spacer {
        padding-right: 20px;
    }

    table.form.search td.spacer {
        padding-right: 18px;
    }


    table.form td a.button {
        margin-top: -2px;
        float: left;
    }

    table.form tr.border-top {
        border-top: 1px solid #e3e3e3;
    }

        table.form tr.border-top td {
            padding-top: 16px;
        }

    table.form tr.pad-bottom td {
        padding-bottom: 10px;
    }


/*
#find
{
    margin-top: 18px;
    margin-bottom: 18px;
}
*/
.editPageTitle {
    margin: 0px 0px 20px 0px;
    width: 700px;
    padding: 0;
}

.editPageStd {
    margin: 0px 0px 0px 0px;
}


.editPageDetail {
    margin: 0px 0px 50px 0px;
    border-top: 1px solid #e3e3e3;
}

    .editPageDetail h1 {
        line-height: 40px;
    }

    .editPageDetail tr {
        height: 25px;
    }

.editPageButtons div.left {
    float: left;
}

.editPageButtons div.right {
    float: right;
}

.ddlStandard {
    width: 160px;
}

.ddlLong {
    width: 200px;
}

.dynamicNoRepeat {
    margin-bottom: 30px;
    padding-top: 5px;
}

    .dynamicNoRepeat td {
        height: 30px;
    }

.form.edit td.col1 {
    padding-top: 13px;
}



.GridViewStyle {
    margin-bottom: 30px;
}

#AddRpt {
    margin-bottom: 2px;
    text-align: right;
}


ul.form {
    list-style: none;
    margin-top: 12px;
}

    ul.form li {
        display: block;
        float: left;
        width: 340px;
        height: 36px;
        line-height: 32px;
    }

        ul.form li label {
            display: block;
            float: left;
            width: 90px;
        }

        ul.form li input, ul.form li select, ul.form li .jquery-selectbox {
            margin-top: 4px;
        }

.detailsTable {
    border-collapse: collapse;
}

    .detailsTable td {
        padding-top: 5px;
        height: 22px;
    }

        .detailsTable td.label {
            width: 100px;
            font-weight: bold;
        }

.summary {
    float: left;
    width: 200px;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: 1px solid #e3e3e3;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    font-size: 13px;
    z-index: 100;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #f3f3f3;
    padding: 7px 3px;
    white-space: nowrap;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: Red; /*#363636;*/
    padding: 7px 3px;
    white-space: nowrap;
}


a.pager-actions {
    font-family: Wingdings 3;
}


a.copy-address {
    display: block;
    margin: 18px 0 0 0;
}

div.add-new {
    text-align: right;
    margin: 5px;
}


ul.bullet, ul.tick, div.product-details ul {margin:20px 0 20px 0;}

ul.bullet li, div.product ul li, div.product-details ul li {
    background: url('/assets/images/li.jpg') no-repeat 0 5px;
    padding-left: 17px;
    line-height: 19px;
    margin-bottom: 4px;
}

div.product ul.bullet, div.product ul {margin: 5px 0 5px 0;}

div.product div.description { line-height: 20px; }
div.product div.description p { line-height: 20px; margin-bottom: 10px; }

ul.tick li {
    background: url('/assets/images/green_tick.png') no-repeat 0 3px;
    padding-left: 24px;
    line-height: 24px;
    margin-bottom: 1px;
}

ul.bullet.strong li, ul.tick.strong {
    font-weight: bold;
}


ul.bullet.numbered li {
    background: none;
    padding-left: 0;
    line-height: 24px;
    margin-bottom: 1px;
}

    ul.bullet.numbered li span {
        font-weight: bold;
        padding: 0 6px 0 2px;
        color: #f84d08;
        font-size: 15px;
    }


h2.sitemap {
    margin: 15px 0 10px 0;
}


span.clear {
    display: block;
    clear: both;
    height: 0;
}


#TB_window {
    border: 1px solid #e3e3e3;
}

p.disclaimer {
    color: #909090;
    font-size: 11px;
}

h2.disclaimer {
    color: #909090;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 8px 0;
}

.popup {
    display: none;
}

div.help {
    padding: 10px 10px 0 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    margin: 0 -10px 0px 0;
}

    div.help a {
        color: #237EA4;
        text-decoration: none;
    }

    div.help h2 {
        color: #363636;
        margin-bottom: 8px;
    }

    div.help p {
        color: #7A7A7A;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    div.help h3 {
        color: #f1571a;
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    div.help h4 {
        color: #363636;
        font-weight: bold;
        margin-bottom: 6px;
    }

    div.help div.box {
        border: 1px solid #e3e3e3;
        padding: 8px;
        background-color: #FAF8CC;
        color: #363636;
        font-size: 11px;
        margin-bottom: 10px;
    }

        div.help div.box div.title {
            height: 20px;
        }

        div.help div.box h4 {
            float: left;
        }

        div.help div.box a.close {
            float: right;
            font-weight: bold;
        }

    div.help b.red {
        color: Red;
    }

.login {
    margin: 0 auto;
    border: none;
    border-collapse: collapse;
    padding: 0;
    float: left;
    margin-top: 10px;
}

    .login table {
        border: none;
        border-collapse: collapse;
        padding: 0;
    }

    .login td input[type="text"], .login td input[type="password"] {
        width: 200px;
    }

    .login td {
        border: none;
        border-collapse: collapse;
        padding: 0;
    }

.login-check label {
    margin-left: 12px;
    margin-top: 14px;
    float: left;
}

.login-check a {
    margin-top: 6px;
}

.login-validator {
    margin-left: 4px;
}

div#forgotPassword h2, div#login h2 {
    margin-top: 10px;
}

div#emailSent {
    background: url('/assets/images/mail_id_next_64.png') no-repeat;
    height: 70px;
}

    div#emailSent p {
        margin-left: 70px;
    }

div.remember {
    margin: 8px 0 24px 0;
    width: 304px;
}

    div.remember label {
        float: left;
        margin: 8px 0 0 20px;
    }


    h1.error {
        background: url(/assets/images/hijack_48.png) no-repeat;
        padding-left: 60px;
    }

b.error {
    color: #cd0a0a;
}

div.error {
    /*background: url(/assets/images/hijack_48.png) no-repeat 8px 10px;*/
    border: 1px dashed #cd0a0a;
    color: #363636;
    min-height: 65px;
    text-align:center;
    margin: 0 auto;
    max-width: 600px;
}


    div.error.small {
        background: url(/assets/images/hijack_32.png) no-repeat 6px 6px;
        border: 1px dashed #cd0a0a;
        color: #363636;
        min-height: 40px;
        margin: 20px 0;
        z-index: 20;
        position: relative;
        text-align:left;
    }

    div.error.small p {
        padding-top: 6px;

    }


    div.error strong {
        color: #cd0a0a;
        font-weight: bold;
    }

    div.error p {
        /*margin-left: 70px;*/
        color: #363636;
        font-size: 15px;
    }

    div.error.small p {
        margin: 6px 0 6px 44px;
        line-height: 16px;
    }

    div.error.custom {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    div.error.custom p {
        margin-top: 15px;
    }

    div.error a {
        color: #363636;
        text-decoration: underline;
        font-weight: bold;
    }

    div.error.message {
        margin-bottom: 20px;
        background: url(/assets/images/hijack_48.png) no-repeat #fff 8px 10px;
        border: none;
        padding-top: 8px;
        margin: 0;
    }

div.error-page {
    background: url(/assets/images/hijack_48.png) no-repeat 15px 15px;
    border: 1px dashed #cd0a0a;
    padding: 15px 15px 5px 80px; 
    margin-bottom: 20px;

}

body.narrow.tablet div.error-page {
    background: url(/assets/images/hijack_32.png) no-repeat 10px 10px;
    padding: 10px 10px 5px 50px; 
}

body.narrow.tablet.mobile div.page-buttons a.button {
    margin-bottom: 10px;
}
    

tr.show-if-tablet {display: none;}
.show-if-tablet {display: none;}
.show-if-mobile {display:none;}

.hidden {
    display: none;
}

.quicksearch-input {
    display: block;
    margin: 15px 0 20px 0;
    float: left;
}


#quickSearch label {
    float: left;
    margin: 8px 0px 0 6px;
}

div.check {
    float: left;
    width: 140px;
    margin-bottom: 5px;
}

div.search-spacer {
    display: block;
    clear: both;
    height: 8px;
}

#quickSearch input {
    width: 240px;
    margin-right: 8px;
    float: left;
}

div.quickNav {
    border: 1px solid #e3e3e3;
    font-size: 12px;
}

#quickNav h2 {
    color: #000;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
}

#quickNav div.group {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}

a.nav {float: left; margin-right: 12px;  text-align: center; min-width: 75px; margin-bottom: 10px;}  

a.nav span {
    display: block;
    width: 68px;
    height: 68px;
    
    background: url('/assets/images/sprites/default.sprite.png') no-repeat;
    margin: 0 auto 4px auto;
    

}

a.reports {
    background-position: 2px 2px;
}

a.clients span {
    background-position: -74px 2px;
    width: 75px;
}

a.programs span {
    background-position: -570px 2px;
    width: 62px;
}

a.exercises span {
    background-position: -494px 2px;
    
}

a.orders span {
    background-position: -712px 2px;
    width: 58px;
}

a.shop span
{
    background-position: -786px 2px;
    width: 66px;
}


a.nutrition span
{
    background-position: -870px 2px;
    width: 66px;
}


ul.nav {
    line-height: 20px;
    margin-top: 4px;
}

    ul.nav li {
        float: left;
        display: block;
        width: 115px;
    }

ul.quickNav {
    margin-top: 8px;
}

    ul.quickNav li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

        ul.quickNav li.last {
            margin-right: 0;
        }

        ul.quickNav li a {
            display: block;
            border: 1px solid #e3e3e3;
            width: 95px;
            font-weight: bold;
            text-align: center;
            height: 90px;
            padding-top: 5px;
            background-image: url('/assets/images/sprites/default.sprite.png');
            background-repeat: no-repeat;
        }

            ul.quickNav li a:hover {
                border: 1px solid #f1571a;
            }

            ul.quickNav li a.users {
                background-position: -410px 20px;
            }

            ul.quickNav li a.audits {
                background-position: -60px 23px;
            }

            ul.quickNav li a.comms {
                background-position: -322px 22px;
            }

            ul.quickNav li a.dash {
                background-position: 22px 24px;
            }

            ul.quickNav li a.workflows {
                background-position: -234px 22px;
            }

            ul.quickNav li a.wf-templates {
                background-position: -148px 24px;
            }

            ul.quickNav li a.entities {
                background-position: -70px 25px;
            }

span.validation {
    color: Red;
}

label.error {
    
    color: #cd0a0a;
    font-weight: bold;
    position: absolute;
    bottom: -8px;
    font-size: 13px;
    display:block;
    width: 100%;
}

p.info {
    color: #cd0a0a;
    font-weight: bold;
}

label.error a.error-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 8px;
    position: absolute;
    color: #cd0a0a;
    font-weight: bold;
}

    label.error a.error-link span.error-msg {
        display: none;
        padding-left: 8px;
    }

    label.error a.error-link:hover span.error-msg {
        display: inline;
    }

.validity-summary-container {
    display: none;
}

    .validity-summary-container div.error {
        padding-top: 8px;
    }

        .validity-summary-container div.error p {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 4px;
            color: #cd0a0a;
        }



.validity-modal-msg {
    position: absolute;
    /*
    left: unset !important;
    top: unset !important;
        */
    z-index: 2;
    background-color: #cd0a0a;
    /*border: 1px solid #cd0a0a; */
    padding: 4px;
    cursor: pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin-top: -25px;
    margin-left: 12px;

}

    .validity-modal-msg::before {
        position: absolute;
        background: url(/assets/images/error-flyout.png) no-repeat bottom left;
        display: block;
        z-index: 2;
        content: " ";
        text-indent: -9999px;
        height: 10px;
        width: 10px;
        margin: 10px 0 0 -10px;
    }


div.error ul {
    /*
    margin-left: 46px;
    line-height: 18px;
        */
    margin-bottom: 8px;
    padding: 0;
}

    div.error ul li {
        list-style-type: decimal;
        list-style-position: inside;
        background: none;
        padding-left: 0px;
        line-height: 16px;
    }
    .row .validation-summary.error, .row .error {margin-top: 20px;}
    
    


.validity-summary-container div.error ul {
    /*margin-left: 50px;*/
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

    .validity-summary-container div.error ul li {
        list-style-type: none;
        font-weight: normal;
        /*
        list-style-type: decimal;
        list-style-position: inside;
            */
        margin-bottom: 8px;
    }

    .validity-summary-container div.error ul li a {
        font-weight: normal;
    }

.validity-erroneous {
    border: solid 1px #cd0a0a !important;
}

.val-signaturerequired.validity-erroneous
{
    border: none !important;
}

.val-signaturerequired.validity-erroneous canvas
{
    border: solid 1px #cd0a0a !important;
}

.important {
    border: solid 1px #cd0a0a !important;
    color: #cd0a0a !important;
    font-weight: bold !important;
}


div.tab-content {
    padding: 10px 0 10px 0;
}

.sortable {
    list-style-type: none;
    margin: 20px 0 30px 0;
    padding: 0;
    width: 50%;
}

    .sortable li {
        margin: 0 3px 3px 3px;
        padding: 6px;
        height: 18px;
        font-weight: bold;
    }

        .sortable li:hover {
            cursor: move;
        }

        .sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

div.border-bottom {
    border-bottom: 1px dashed #e3e3e3;
    margin-bottom: 16px;
    padding-bottom: 8px;
}



.Calendar .ajax__calendar_container {
    background-color: White;
    border: solid 1px #ADADAD; /*width: 150px;*/ /*height: 100px;*/ /*font-size: 11px;*/
    z-index: 1000;
    color: #363636;
    width: 195px;
    height: 190px;
}

.Calendar .ajax__calendar_header {
    height: 22px;
    padding: 0;
    margin: 0 auto;
}

.Calendar .ajax__calendar_title {
    height: 22px;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0 auto;
}

.Calendar .ajax__calendar_next, .Calendar .ajax__calendar_prev {
    padding-top: 3px;
}

.Calendar .ajax__calendar_body {
    background-color: white;
    border-top: solid 1px #ADADAD;
    border-bottom: solid 1px #ADADAD; /*height: 100px;*/
    padding: 0 0 12px 0;
    margin: 0;
    width: 195px;
    height: 130px;
}

.Calendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.Calendar .ajax__calendar_day {
    text-align: center;
}

.Calendar .ajax__calendar_month, .Calendar .ajax__calendar_year {
    text-align: center;
    line-height: 13px;
    height: 40px;
}

.Calendar .ajax__calendar_today {
    font-weight: bold;
    height: 16px;
    padding-top: 3px;
}


.Calendar table td {
    border: none;
    padding: 0px 0 0 0;
    height: 12px;
    background: white;
    line-height: 14px;
    min-height: 0;
    border-collapse: collapse;
}

.Calendar .ajax__calendar_active {
    border: 1px solid red;
    font-weight: bold;
    color: #363636;
}

.Calendar .ajax__calendar_other {
    color: #7A7A7A;
}

.Calendar .ajax__calendar_hover {
    background-color: #E6E6FA;
}


div.street-address {
    float: left;
    margin-right: 15px;
}

div.postal-address {
    float: left;
}

.entity-name {
    margin-bottom: 10px;
}

.entity-address {
    color: #7A7A7A;
    margin-bottom: 10px;
}

.entity-detail {
    padding-right: 10px;
}

    .entity-detail b {
        color: #f1571a;
        padding-right: 6px;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.information {
    color: #363636;
    font-weight: bold;
    float: left;
    margin: 15px 0;
}

.export {
    margin: 0 1px -20px 0;
}

.export-buttons {
    padding: 8px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background: url(/assets/images/backgrounds/textbox-bg.jpg) repeat-x white;
    float: right;
}



.search-fields input, .search-fields a.button, .search-fields .jqTransformSelectWrapper {
    float: left;
    margin-right: 8px;
}

.search-fields label {
    float: left;
    margin-right: 12px;
    display: block;
    line-height: 26px;
}

    .search-fields label.margin {
        margin-left: 16px;
    }

div#addButton {
    height: 30px;
}

.assembly-loader {
    background: url('/assets/images/assemble.gif') 0px center no-repeat;
    height: 80px;
    width: 100%;
    font-size: 16px;
}

div.success {
    background: url(/assets/images/icons_tick.jpg) no-repeat;
    float: right;
    color: #363636;
    padding: 0 0 0 28px;
    height: 30px;
    line-height: 24px;
    margin: -26px 112px 0 0;
}


span.success {
    background: url(/assets/images/icons_tick.jpg) no-repeat 0 -2px;
    display: block;
    padding: 0 0 0 28px;
}


a.button.find {
    float: left;
    margin: 15px 0 0 20px;
}

label.red {
    color: Red;
}

.CodeMirror-line-numbers {
    width: 2.2em;
    color: #aaa;
    background-color: #eee;
    text-align: right;
    padding-right: .3em;
    font-size: 12px;
    font-family: monospace;
    padding-top: .4em;
    line-height: 15px;
}

.code-border {
    border: 1px solid #e3e3e3;
}

div.homepage-left {
    margin-right: 251px;
}

div.homepage-right {
    float: right;
    width: 230px;
    background: white;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    padding: 10px;
    margin-top: -16px;
}


    div.homepage-right h2 {
        margin-bottom: 12px;
        color: #363636;
        text-transform: uppercase;
        margin: 0 0 16px 0;
        padding: 6px 0 12px 0;
        border-bottom: 1px solid #E3E3E3;
        font-size: 15px;
        font-weight: bold;
    }

    div.homepage-right p {
        font-size: 11px;
        margin-left: 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E3E3E3;
    }

    div.homepage-right h3 {
        color: #363636;
        font-size: 13px;
        background: url('/assets/images/green_tick.png') no-repeat 0 0px;
        padding: 2px 0 8px 20px;
    }

div#pagetitle.no-border {
    border: none;
}

div.border {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 16px;
    padding-top: 4px;
}

h2.orange {
    background: url(/assets/images/slide-1.jpg) no-repeat top right;
    color: #fff;
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    line-height: 22px;
}

h2.blue {
    background: url(/assets/images/slide-2.jpg) no-repeat top right;
    color: #fff;
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    line-height: 22px;
}

h2.red {
    background: url(/assets/images/h2-red.jpg) no-repeat top right;
    color: #fff;
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    line-height: 22px;
}

div.rotate {
    background: white;
    width: 650px;
    height: 240px;
}


div.links {
    margin: -12px 0 0 130px;
    height: 12px;
    position: absolute;
}

    div.links a {
        display: block;
        float: left;
        margin-right: 20px;
        font-size: 14px;
        font-weight: bold;
    }

#do {
    background: url(/assets/images/white-puzzle.jpg) no-repeat top right; /*background: url(/assets/images/silver-world.jpg) no-repeat top right;*/
}

#offer {
    background: url(/assets/images/deliverance-offer.jpg) no-repeat top right;
}

#benefits {
    background: url(/assets/images/server-room.jpg) no-repeat top right;
}

#know-more {
    background: url(/assets/images/know-more.jpg) no-repeat 0 110px;
    height: 260px;
    width: 350px;
    border-right: 1px solid #E3E3E3;
    float: left;
}

    #know-more h2 {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 10px;
    }

#member {
    float: right;
    background: url(/assets/images/page-flip.jpg) no-repeat bottom right;
    width: 350px;
    height: 260px;
    margin-right: -12px;
}

    #member h2 {
        color: #7f7f7f;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    #member a.login {
        display: block;
        position: absolute;
        width: 100px;
        height: 90px;
        background: url(/assets/images/login.jpg) no-repeat 1000px;
        text-indent: -9999px;
        margin: 170px 0 0 250px;
    }

        #member a.login:hover {
            background-position: bottom right;
        }

ul#slider li {
}

.slides1_wrap {
}

.bx_pager {
    margin-bottom: 20px;
}

    .bx_pager a {
        display: block;
        height: 26px;
        width: 26px;
        text-align: center;
        line-height: 26px;
        background: url('/assets/images/numbers-bg.jpg') top right;
        float: left;
        margin-right: 8px;
        color: white;
        font-weight: bold;
        font-size: 14px;
    }

        .bx_pager a.active, .bx_pager a:hover {
            background: url('/assets/images/numbers-bg.jpg') top left;
            color: White;
        }

.auto_controls {
    position: absolute;
    margin-left: 70px;
}

    .auto_controls a.auto_link {
        display: block;
        height: 26px;
        width: 26px;
        background: url('/assets/images/numbers-bg.jpg') center right;
        float: left;
        text-indent: -9999px;
    }

        .auto_controls a.auto_link:hover {
            background-position: -29px -58px;
        }

        .auto_controls a.auto_link.play {
            background-position: center left;
        }

            .auto_controls a.auto_link.play:hover {
                background-position: 0px -58px; /*background-position: bottom left;*/
            }


.slides1_wrap a.next, .slides1_wrap a.prev {
    display: none;
}


.hero-slider, .map-container, .page-banner {
  position: relative;
  border-bottom: 5px solid #000;

    -moz-box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.5);

}
.hero-slider .slide {
  position: relative;
  width: 100%;
  height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;

}


.page-banner .slide {

  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;

}


.hero-slider .slide .slide-content {
    border: 1px solid rgba(255,255,255,0.75);
    padding: 30px;
    width: 30%;
    
    text-align:center;
    background: rgba(0,0,0,0.3);
    color: #fff;
    margin: 7.5% auto;
    /*margin-left: 25%;*/
    border-radius: 2px;
}

.hero-slider .slide, .page-banner .slide {color: #fff;}

.hero-slider .slide h2, .page-banner .slide h2 {color: #fff;}

.hero-slider .slide a.button, .page-banner .slide a.button {border: 1px solid rgba(255,255,255,0.75); background: rgba(0,0,0,0.3); }

.hero-slider .slide a.button:hover, .page-banner .slide a.button:hover {background: rgba(0,0,0,0.6);}


.hero-slider .slide .side-content, .page-banner .slide .side-content {

    height: 625px;
    width: 30%;
    float:right;
    position:relative;
    background: rgba(0,0,0,0.6);
    padding: 80px 80px 80px 0;
    text-align:center;
}


.page-banner .slide .side-content {height: 500px; padding: 35px 80px 0px 0;}

.hero-slider .slide .side-content .slide-content-image, .page-banner .slide .side-content .slide-content-image {
    display:inline;
    margin-bottom: 15px;
}

    .hero-slider .slide .side-content:before, .page-banner .slide .side-content:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-left: 150px solid transparent;
        border-bottom: 625px solid rgba(0,0,0,0.6);
        left: -150px;
        top: 0;
        background: none;
        position: absolute;
    }


    .page-banner .slide .side-content:before {
        border-bottom: 500px solid rgba(0,0,0,0.6);
    }


.gallery.tiles  {
    
}

.gallery.tiles .tile {
    height: 200px;
    width: 23%;
    margin: 12px 1%;
    float: left;
    background-position: center;
    background-size: cover;
    position:relative;
}




    .gallery.tiles .tile:nth-of-type(3n + 1){
        width: 48%;
        height: 424px;
        
    }


    .gallery.tiles .tile:nth-of-type(6n + 4) {
        float:right;
    }


    .gallery.tiles .tile div.tile-title {
        background: #ed9f07;
        color: #fff;
        padding: 5px 8px;
        position:absolute;
        top: 5px;
        left: 5px;
    }


.tile-logo {
    display: block;
    position: absolute;
    width: 40%;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
}

    .gallery.tiles .tile div.tile-content {
        background: rgba(0,0,0,0.35);
        color: #fff;
        padding: 5px 8px;
        position: absolute;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

    .gallery.tiles .slide {
        height: 200px;
        background-size: cover;
        background-position: center;
    }


.gallery.tiles .tile:nth-of-type(3n + 1) .slide {
    height: 424px;
}

    
    .gallery.tiles .tile a.tile-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .gallery.tiles .tile a.magnific-popup-video {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        
    }

        .gallery.tiles .tile a.magnific-popup-video:before {
            font-family: 'FontAwesome';
            content: '\f04b';
            color: #fff;
            font-size: 50px;
            position: absolute;
            top: 50%;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 50px;
            height: 50px;
            margin-top: -25px;
        }

    
    
    
    label.mandatory {
        font-weight: bold;
        color: #cd0a0a;
        padding-left: 8px;
    }

    label.mandatory.afterSelect {
        margin-top: 6px;
        float: left;
    }

    label span.mandatory {
    font-weight: bold;
    color: #cd0a0a;
    position:relative !important;
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    }

    label span.mandatory:before {position:absolute; content: "*"; left: 0px; top: -15px; font-size: 1.25em;}


td.mandatory textarea {
    float: left;
}

td.mandatory label {
    float: left;
    margin-top: 6px;
}

/*here*/


select {
    /*padding: 8px 4px 6px 4px;*/
    padding: 10px 11px;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    /*background: white url('/assets/images/selectbox.png') no-repeat scroll right;
    -webkit-appearance: none;
        */
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: 80px;
}

@-moz-document url-prefix() {
    select {
        background: white;
        padding: 10px 7px;
    }
}


select, ul.new-form select {
}

@-moz-document url-prefix() {
    select, ul.new-form select {
        background: white;                        
        padding: 5px;
    }

    input {padding: 6px;}
}



.multiselect .ui-selecting {
    background: #E3E3E3;
}

.multiselect .ui-selected {
    background: #E3E3E3;
}

.multiselect {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e3e3e3;
    color: #000;
    height: 270px;
}

    .multiselect li {
        border: none;
        padding: 5px;
    }

div.report-viewer input[type='text'] {
    background: white;
    padding: 2px;
    width: auto;
}

span.left {
    float: left;
}



table.calendar {
    border-collapse: collapse;
    font-size: 11px;
}


    table.calendar th {
        border: 1px solid #e3e3e3;
        padding: 5px 0;
        width: 21px;
    }

    table.calendar td {
        text-align: center;
        line-height: 14px;
        padding: 0px;
        border: 1px solid #e3e3e3;
    }

    table.calendar th.col1 {
        padding: 4px 8px;
        text-align: left;
    }

    table.calendar td.available {
        background: #C0FFBA;
    }

    table.calendar td.col1 {
        text-align: left;
        font-weight: bold;
        padding: 4px 8px;
        width: 70px;
    }

        table.calendar td.col1 a, table.calendar td.col1 a:hover, table.calendar td.col1 a:visited {
            display: inline;
            color: #237EA4;
            text-decoration: underline;
        }


    table.calendar td a, .ui-dialog .ui-dialog-content table.calendar td a {
        color: #363636;
        display: block;
        padding: 4px 0;
        width: 21px;
    }

        table.calendar td a:hover, .ui-dialog .ui-dialog-content table.calendar td a:hover {
            color: #363636;
        }

        table.calendar td a.available {
            background: #cce1fd;
            font-weight: bold;
        }

            table.calendar td a.available:hover {
                background: #a2c4f2;
            }

        table.calendar td a.scheduled {
            background: #fde2cc;
            font-weight: bold;
        }

            table.calendar td a.scheduled:hover {
                background: #e8c0a0;
            }

        table.calendar td a.taken {
            background: #dafdcc;
            font-weight: bold;
        }

            table.calendar td a.taken:hover {
                background: #bcddae;
            }


        table.calendar td a.notavailable {
            background: #f1f1f1;
        }


    table.calendar.compact {
        font-size: 10px;
    }

      div#loading-fg span.message {
        margin: 15px 0 20px 0;
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

      
    div#loading-fg small {
        display: block;
        font-style: italic;
        margin: 0 6px 12px 6px;
    }

    div#loading-fg img {
        margin-bottom: 20px;
    }

/*
div#modal-loading {
    position: absolute;
    z-index: 9000;
    background: url('/assets/images/loading-bg.png');
    display: none;
}

div#loading-fg {
    background: #fff center 50px;
    z-index: 9001;
    position: absolute;
    text-align: center;
    width: 350px;
    height: auto;
    min-height: 100px;
    border: 1px solid #e1e1e1;
}

  

    */

.content-right.main {
    width: 1223px;
    min-height: 700px;
    margin-right: 0;
}

.content-right.summary {
    float: right;
    width: 200px;
    font-size: 11px;
    min-height: 712px;
    margin-bottom: -12px;
}

    .content-right.summary h2 {
        font-size: 14px;
    }

    .content-right.summary table.form {
        margin: 5px 0;
    }

        .content-right.summary table.form td {
            height: 20px;
            line-height: 16px;
            padding-top: 2px;
        }

            .content-right.summary table.form td.label {
                width: 66px;
                padding-right: 0;
            }


    .content-right.summary.large {
        width: 450px;
        font-size: 13px;
    }

        .content-right.summary.large h2 {
            font-size: 18px;
        }


        .content-right.summary.large table.form td.label {
            width: auto;
            padding-right: 8px;
        }

.content-right.main.narrow {
    margin-right: 482px;
}




.menuPopup {
    position: relative;
    display: inline-block;
}

    .menuPopup ul {
        margin: -25px 0 0 0px;
        padding: 0;
        border: 1px solid #e3e3e3;
        z-index: 200;
        display: none;
        height: auto;
        position: absolute;
        background: white;
        white-space: nowrap;
    }

    .menuPopup:hover ul {
        display: block;
    }

        .menuPopup:hover ul li {
            display: block;
            float: none;
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

            .menuPopup:hover ul li a {
                display: block;
                padding: 4px 6px;
            }

div.box {
    border: 5px solid #000;
    border-radius: 2px;
}

div.box-content {
    padding: 30px;
}

div.box h2 {margin: 0px; background: #000; color: #fff; padding: 15px 30px;}

div.opaque-content {
    background: rgba(0,0,0,0.35);
    color: #fff;
    height:100%;
    margin: 0 auto;
    
}

div.opaque-content .inner {   margin: 15% auto;  }

div.opaque-content .inner .button {border: 1px solid #e3e3e3;   background: rgba(0,0,0,0.15);}


div.opaque-content h3 {color: #fff; }


div.box-content .section-text-large {margin-bottom: 10px;}

.box h3 {background: #000; color: #fff; margin: 0; padding: 12px 0; }



td.label.agent, td.label.reason {
    width: 80px;
}

div.club-header {
    margin-top: 8px;
}

#newMessages.wiggle {
    display: none;
}

.ui-datepicker-calendar .publicHoliday .ui-state-default {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
}
.ui-datepicker .ui-datepicker-title select {
    padding: 3px 1px 1px 1px;
    width: 45%;
    margin: 0 2%;
}




div.image-order
{
    border: 1px solid #d1d1d1;
    background: white;
    height: 100px;
    padding: 3px;
    width: calc(100% - 12px);
}


div.image-order div.display-order
{
    position: absolute;
    background: white;
    width: 20px;
    line-height: 20px;
    color: #484848;
    font-weight: bold;
    margin: 3px 3px;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

div.image-order a.thumb
{
    float: left;
    margin-right: 8px;
    height: 100px;
    width: 100px;
}

div.image-order table.form {
    margin: 0;
}

div.image-order table.form td {
    padding: 0;
    height: 16px;
}

div.image-order table.form td.label {
    padding-right: 8px;
}


div.image-order table.form.edit
{
    width: calc(100% - 144px);

}

div.image-order table.form.edit td {
        padding-bottom: 3px;
        padding-top: 3px;
    }

div.image-order table.form.edit td.label {
    width: 90px;
}


ul.exercise-images
{
    padding: 3px 0 0 3px;
    background: #d1d1d1;
    float : left;
    width: 100%;
    min-height: 110px;
}

ul.exercise-images li
{
    float: left;
    margin: 0 3px 3px 0;
    clear: both;
    width: 100%;
    
}

div.image-container
{
    float: left;
}

div.image-container.right
{
    float: right;
    
}



div.social
{
    position: absolute;
    /*
    right: 5px;
    top: 66px;
        */

    right: 5px;
    top: 10px;



}

div.social a
{
    display: block;
    float: right;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    background: url('/assets/images/social-media.png') no-repeat;
    margin-right: 8px;
}



div.contact-info {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
    position: absolute;
    right: 1.5%;
    font-size: 18px;
    top: 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    height: 82px;
    padding-left: 30px;
    
}

div.contact-info a {
    position:relative;
    margin-left: 20px;
    color: #fff;
    padding-top: 32px;
    
    float:left;
    display:block;
    height: 82px;
    
}

div.contact-info a:hover {
color: #e0e0e0;
}




div.contact-info a:first-of-type {margin-left: 0;}

div.contact-info span.social {padding-left: 30px; position: relative; display:none;}


div.contact-info span.social:before {
font-family: FontAwesome;
        content: '\f0c8';
        position:absolute;
        color: #fff;
        font-size:6px;
        top: 5px;
        left: 10px;
        }

a.email {padding-left: 34px;}
a.phone {padding-left: 28px; margin-right: 30px;}

a.email:before {
    position:absolute;
    left: 0;
    top: 25px;
    font-family: FontAwesome;
    font-size: 25px;
    content: '\f0e0';
}

a.phone:before {
    position:absolute;
    left: 0;
    top: 26px;
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f095';
}

a.facebook 
    {display: block; float:left; width: 70px; position:relative; border-left: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.1) inset; padding: 20px 0; height: 80px;}


a.facebook:before {
    
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f09a';
    position:absolute;
    left: 28px;
    top: 26px;
    
}

a.linkedin { width: 50px; position:relative; border-left: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.1) inset; }

a.linkedin:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f0e1';
    top: 26px;
    left: 28px;
}


a.shopping-cart {
    position: relative;
    width: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
}

    a.shopping-cart:before {
        position: absolute;
        left: 20px;
        top: 25px;
        font-family: FontAwesome;
        font-size: 25px;
        content: '\f07a ';
        
    }

    a.shopping-cart span.product-count {
        position: absolute;
        display: block;
        display:none;
        content: '0';
        font-size: 12px;
        left: 38px;
        top: 40px;
        background: red;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 100%;
    }


    div.contact-info a.facebook, div.contact-info a.linkedin {
        margin-left: 0px;
    }

div.contact-content { float: left; width: 53%; margin-bottom: 20px;}
#googlemap { height: 400px; width: 100%; }
        
div.form {
    float: right;
    width: 39%;
    margin-bottom: 20px;
    background: #eff1f1;
    padding: 20px;
}

div.form.standard {
    float: none;
    width: 39%;
    margin-bottom: 20px;
    background: none;
    padding: 0;
}


div.right-content div.form {width: auto; float: none; }

div.form.login {float: left; background: #fff; padding: 0; width: 55%;}
div.form.members {float: left; width: 100%; padding: 0 0 24px 0; border-bottom: 1px dashed #e1e1e1; background: #fff;}

div.form.members div.filter {width: 20%; float: left; margin-right: 2%;}
div.form.members a.button {margin-top: 32px; float: left;}

div.white-popup div.form {float: none; width: auto; background: #fff;}

    div.form label {
        display: block;
        clear: both;
        padding-top: 12px;
        padding-bottom: 6px;
        font-size: 13px;
        font-weight: 300;
        font-family: 'Lato',sans-serif;
    }


    div.form select {

        width: 100%;

    }

    div.form textarea {
        height: 150px;
        width: 95%;
        width: calc(100% - 16px);
    }

    div.form a.button {
        margin-top: 20px;
        margin-right: 0;
    }

    


    ul.contact-details {
    margin-top: 10px;
    list-style: none;
    padding-left: 10px;
    text-align:center;
}

    ul.contact-details li {
        
        font-weight: 500;
    font-family: 'Montserrat', sans-serif;
        
        color: #000;
        font-size: 20px;
        line-height: 33px;
        padding-left: 38px;
        padding-bottom: 8px;
        position: relative;
        display: inline-block;
        margin-right: 30px;
    }

    


      ul.contact-details li:before {
        left: 0;
        position:absolute;
        font-family: FontAwesome;
        font-size: 25px;
        
        }


    
    ul.contact-details li.phone:before {
        content: '\f095';
        left: 2px;
    
    }


    ul.contact-details li.email:before {
        content: '\f0e0';
        font-size: 23px;
    }


    ul.contact-details li.address:before {
        content: '\f041';
        left: 3px;
    }        
      
 

        

        ul.contact-details li a {text-decoration: none; color: #000; }



div.right-content {
    float: right;
    width: 30%;
    margin-top: -67px;
}

div.left-content {
    width: 68%;
    float: left;
}

div.article
{
    border-top: 1px dashed #e1e1e1;
    padding-top: 12px;
    margin-bottom: 10px;
}

div.article img.thumb {float: left; width: 118px; height: 118px; margin-bottom: 0px; margin-right: 8px;}
body.narrow div.article img.thumb {width: 155px; height: 155px;}
body.narrow.tablet div.article img.thumb {width: 118px; height: 118px;}
body.narrow.tablet.mobile div.article img.thumb {width: 95px; height: 95px; margin-bottom: 3px;}


div.article h3 {margin-bottom: 4px;}

div.article i {
    line-height: 20px;
    color: #a0a0a0;
    font-size: 11px;
}

div.article a.button.small {float: right;}


div.article p {margin-top: 10px;}

img.article-right {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 10px;
}

#fb-root {
    display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

div.search-result
{
    border-bottom: 1px dashed #e1e1e1;
    padding-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 6px;
}

div.search-result p {margin-top: 10px;}


div.blogcontent {
font-size: 14px;
    line-height: 22px;
    margin: 0 0 16px 0px;
}


div.blogcontent img.left {
    float: left;
    margin: 0px 20px 0px 0;
    max-width: 35%;
}

div.blogcontent img.right {
    float: left;
    margin: 0px 0 0px 20px;
    max-width: 35%;
}


div.blogtitle h1 { margin-bottom: 8px;
}

i.article-date { color: #a0a0a0; font-style: italic; font-size: 12px;  }

div.blogtitle {margin-bottom: 12px;}

div.article-search {
    padding: 12px 12px 14px 12px;
    margin-bottom: 20px;
    background: #f1f1f1;

}

div.article-search p { float:left; margin-top: 10px; margin-bottom: 0; }

div.form h3.border {border-top: 3px solid #fff; margin-top: 16px; padding-top: 12px;}


a.toggle-form { display: none; float: right; width: 30px; height: 30px;  margin: -8px 0 0 0; background: url(/assets/images/show-arrow.png) no-repeat scroll center; }

a.toggle-form.up { 

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 5px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
}

div.white-popup.modal {
    max-width: 400px;
    min-width: 280px;
    position: relative;

}

div.white-popup.info
{
    padding: 20px;
}

div.white-popup.info-wide {
    padding: 20px;
    max-width: 800px;
}

div.white-popup.processing {
    max-width: 380px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

div.white-popup.scroll {
    height: 400px;
    overflow-y: scroll;
}

div.white-popup div.centre {
    width: 70%;
    margin-top: 20px;
    margin: 0 auto;
}

.white-popup h3 {margin-top: 0;}

div.white-popup div.centre a.button {
    float: left;
}
div.white-popup div.centre a.button.right {float: right; margin-right: 0;}

body.narrow.mobile div.white-popup div.centre.wide a.button {float:none; clear: both;}
body.narrow.mobile div.white-popup div.centre.wide a.button.right {margin-top: 15px;}

div.white-popup div.centre.wide {
    width: 100%;
}

div.white-popup div.popup-buttons a.button { margin-right: 10px; }

.mfp-ajax-holder div.white-popup.scroll {
    margin-top: 30px;
    padding-top: 0;
    
}

.mfp-ajax-holder div.white-popup {
    margin-bottom: -20px;
}


.mfp-close:hover {border: none;}

.mfp-ajax-holder .mfp-close {
    top: -6px;
    right: -5px;
}

.mfp-iframe-scaler .mfp-close, .mfp-image-holder .mfp-close {
    position: absolute !important;
    background: none;
    width: 30px;
    font-size: 40px;
}
    .mfp-iframe-scaler .mfp-close:hover, .mfp-image-holder .mfp-close {
        border: none;
    }

div.middle.cart {position: relative;}


div.shopping-cart-message {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 48px;
    background: url(/assets/images/shopping-cart-bg.png) no-repeat;
    
}

div.shopping-cart-message a {display: block;}

body.narrow div.shopping-cart-message {
    right: 5px;
}

body.narrow.tablet div.middle.cart {color: #000; width: 100%; height: auto; background: #7A7A7A; padding-bottom: 5px;}

body.narrow.tablet div.shopping-cart-message {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin: 8px  0 0 20px;
    background-size: 20px auto;
    padding-left: 28px;

}

body.narrow.tablet div.shopping-cart-message a {display: inline-block; padding-left: 2px; font-weight: bold;}


div.products {}
div.product {
    background: #eff1f1;
    padding: 10px;
    margin: 10px auto 10px auto;
    text-align: center;
}
div.product a.product-image {display: block; width: 100%; margin-bottom: 12px; position: relative;}
div.product a.product-image img {width: 100%; height: auto;}
div.product a.product-image span {position: absolute; bottom: 5px; right: 5px; background: #f1571a; color: #fff; padding: 5px;}
div.product a.product-image:hover {color: #fff;}

    div.product a.button { width: 100%; margin: 10px 0 0 0;}

    body.narrow div.product {
        width: 30%;
    }
body.narrow.tablet div.product {width: 47%; }
body.narrow.tablet.mobile div.product {width: auto; float: none; padding: 2%; margin: 0 0 3% 0; }
div.product-details-image {float: right; margin-top: -50px; margin-left: 2%; margin-bottom: 40px; width: 45%;}
div.product-details-image img {width: 100%; height: auto;}

div.product-details {float: left; width: 53%; line-height: 22px; margin-bottom: 30px;}

div.product-details h3 {margin-top: 20px; margin-bottom: 20px;}
div.product-details input {margin-right: 10px; margin-top: 0px; float:left;}

body.narrow.tablet.mobile div.product-details-image {float: none; margin-top: 0; margin-left: 0; margin-bottom: 15px; width: auto;}
body.narrow.tablet.mobile div.product-details {float: none; width: auto; margin-bottom: 20px;}

table.grid.products {width: 100%;}
table.grid.products td {white-space: nowrap;}
table.grid.products th.col1 {min-width: 200px;}
table.grid.products tr.discounts td {vertical-align: middle; border-bottom: none;}

body.narrow.tablet table.grid.products {width: 100%;}
body.narrow.tablet th.col1 {min-width: inherit;}

b.spacer {padding-left: 20px;}

.alt-bg {
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #eaeaea 0%, #dcdcdc 65%);
  background: -webkit-radial-gradient(center, ellipse cover, #eaeaea 0%, #dcdcdc 65%);
  background: radial-gradient(ellipse at center, #eaeaea 0%, #dcdcdc 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dcdcdc',GradientType=1 );
}

.border-top {border-top: 5px solid #000;}
.padded {padding-top: 40px; padding-bottom: 50px;}

div.alt.register {float: right; width: 38%; position:relative;}
div.alt.register img {width: 100%; height: auto; margin-bottom: 10px;}
div.alt.register h3 {position: absolute; top: 25px; left: 25px;}

body.narrow.tablet div.alt.register {float: none; width: auto; position:relative; background: none; padding: 15px 0 0 0; border-top: 1px dashed #e1e1e1; }
body.narrow.tablet div.alt.register img {display: none; }
body.narrow.tablet div.alt.register h3 { position: relative; top: auto; left: auto; }


div#confirmPopup div.message {margin-bottom: 20px; margin-top: 5px; line-height: 20px;}

div.form a.info {font-weight: bold; background: #439fee; color: #fff; padding: 2px 5px; float: right; -moz-border-radius: 7px; border-radius: 7px; margin-top: -2px;}

div.multiple-select  {
   margin-top: 5px;

}

div.multiple-select input[type=checkbox] {
    float: left;
    margin-top: 5px;   
    margin-right: 5px;
    margin-bottom: 0;
    height: auto;
    padding: 0;
    clear: left;
}

div.multiple-select label {
    clear: none;
    float:left;
    margin-top: 0;
    padding: 5px 0;
}




        
.sidebar {
  position:absolute;
  display: block;
  width: 15%;
  
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background: #eff1f1;
  min-height: 500px;
  box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4);
  border-right: 3px solid #000;
  height: 100%;
}

.hidesidebar .sidebar {display:none;}
.hidesidebar  #page-wrapper {margin: 0;}
.hidesidebar .sidebar.showmenu {display:block; z-index: 1002;}


.sidebar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
  outline: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
  display: block;
}
.sidebar-nav ul li a.expand {display:none;}

.sidebar-nav ul li a i.fa {display:block; width: 24px; font-size: 22px; float:left; margin-right: 10px;}
.sidebar.expanded .sidebar-nav ul li a i.fa.fa-chevron-right {margin-left: -5px;}

.sidebar-nav ul li a span {}

.sidebar-nav ul a {
  padding: 15px 15px;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
  text-decoration:none;
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active, .sidebar-nav ul li.active>a {
  text-decoration: none;
}
.sidebar-nav ul ul a {
  padding: 10px 18px 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-nav ul ul ul a {
    padding-left: 30px;
    position:relative;
    
    
}

.sidebar-nav ul ul ul a:before {
    content: '-';
    left: 0;position:absolute;
    left: 20px;
    color: #ed9f07;
}

.sidebar-nav-item {
  padding-left: 5px;
}
.sidebar-nav-item-icon {
  padding-right: 5px;
}

.members-page {
    position:relative;
}

.members-content {
    margin-left: 15%;
    padding: 30px;
    min-height: 500px;
    width: 65%;
}

.members-content.no-notifications {
    width: 85%;
}

.members-content.full-width {
    float:none;
    width: auto;
    margin-left: unset;
}


.members-notification {

    position:absolute; right: 0; top: 0;
    width: 19%;
    
    padding: 10px 20px;
    min-height: 500px;
    border-left: 3px solid #000;
}


.members-notification h4 {border-top: 3px solid #000; padding-top: 20px;}
.members-notification h4 small {display:block; margin-top: 10px;}
.members-notification a.button.small {margin-top: 0; margin-right: 5px;}
.members-notification a.button
.profile-pic img {width: 100%; height: auto; border-radius: 2px;}




       .step-bar
       {
           text-align: center;
           
           height: 100px;
           position:relative;
           
           margin: 0 auto 30px auto;
       }

       .step-bar .step {
           width: 25%;
           text-align:center;
           display:inline-block;
          
           position:relative;
           padding: 0;
           margin: 0;
       }

        .step-bar .step:before {
            display: block;
            position: absolute;
            height: 24px;
            width: 24px;
            border: 5px solid #bebebe;
            color: #bebebe;
            color: #fff;
            
            content: "\f111";
            font-family: FontAwesome;
            font-size: 16px;
                
            border-radius: 50%;
            text-align: center;
            padding: 0px 0;
            margin: 0 auto;
            line-height: 16px;
            left: 0;
            right: 0;
            top: 34px;
            background: #fff;
            z-index: 1;
        }   

        

        
        .step-bar .step:after {
            display:block;
            border-top: 5px solid #bebebe;
            width: 105%;
            content: ' ';
            bottom: -27px;
            position:absolute;
            z-index: 0;
        }

        .step-bar .step.active:before, .step-bar .step.complete:before, .step-bar .step.active:after, .step-bar .step.complete:after
        {
            color: #777; border-color: #777;
            background: #777;
        }

        /*
        .step-bar .step.active:before
        {
            color: #ed9f07;
        }
            */

        .step-bar .step.first:after
        {
            width: 55%;
            right: -5%;
        }

        .step-bar .step.last:after
        {
            width: 50%;
            left: 0;
        }

        .step-bar .step-number {
            
            position:absolute;
            top: 72px;
            left:0; right: 0; 
            margin: 0 auto;
            color: #fff;
            background: #777777;
            padding: 5px;
            width: 70px;
            text-align: center;
            border-radius: 13px;
            text-transform: uppercase;
            font-size: .7em;

        }

        .step-bar .step-number a {color: #fff;}

        .step.active .step-number {background: #ed9f07;}

     .step-bar    .step-number:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #777777;

}


   .step-bar  .step.active .step-number:after
   {
       border-bottom-color: #ed9f07;
   }


