a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 25px;
    color: #0E6635;
    margin: 0px;
    padding: 0px;
}
h2 {
    font-size: 20px;
    color: #0E6635;
    margin: 0px;
    padding: 0px;
}
h3 {
    font-size: 15px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
#booking_customer_notice {
    clear: both;
    display: none;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
}
#cms_header_container {
    float: right;
    overflow: hidden;
}
#account {
    float: left;
    width: 400px;
    overflow: hidden;
}
#account_content {
    clear: both;
    font-size: 14px;
    padding: 8px;
    width: 380px;
    font-weight: bold;
    color: #848484;
    overflow: hidden;
    border: 1px solid #79BA3C;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#account_content_site_title {
    clear: both;
    font-size: 18px;
    overflow: hidden;
}
#cms_header_right {
    float: left;
    overflow: hidden;
}
#system_update {
    clear: both;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 350px;
    overflow: hidden;
}

#system_update .pulse {
    cursor: pointer;
    animation: pulse 2s 2 ;
    animation-delay: 2s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f0b736;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #f0b736;
        box-shadow: 0 0 0 0 #f0b736;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
#system_update_content {
    clear: both;
    overflow: hidden;
    padding: 5px 10px 10px 5px;
    min-height: 42px;
    color: #ffffff;
    background-color: #79BA3C;
    border: 1px solid #79BA3C;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#system_update_content a {
    color: #000;
}

#system_update span {
    font-size: 0.9rem;
}
#unit_tab_7 input {
    margin-top: 4px;
    width: 75%;
}
.system_message {
    font-size: 0.7rem;
}
#authentication {
    clear: both;
    margin-left: 5px;
    margin-right: 5px;
    width: 350px;
    overflow: hidden;
}
#authentication_content {
    clear: both;
    width: auto;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #79BA3C;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#authentication_user {
    float: left;
    width: 240px;
    font-weight: bold;
    font-size: 1.2em;
    color: #848484;
    overflow: hidden;
}
#authentication_pin {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    overflow: hidden;
}
.authentication_button {
    clear: both;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    overflow: hidden;
}
#authentication_button2 {
    float: right;
    overflow: hidden;
}
.pin_number {
    display: none;
    padding: 0px;
    float: left;
    color: #0E6635;
    height: 25px;
    width: 25px;
    font-size: 34px;
    font-weight: bold;
    margin-right: 4px;
}
#content_cms {
    clear: both;
    padding: 5px;
    background-color: #FFF;
    min-height: 450px;
    overflow: hidden;
}

#login_container {
    clear: both;
    width: 600px;
    margin-top: 30px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.search_container {
    clear: both;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #AAA;
}
.custom_container {
    clear: both;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #AAA;
}
.list_container {
    clear: both;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #AAA;
}
.sortable_content {
    clear: both;
    width: 420px;
    padding-left: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    overflow: hidden;
}
.sortable_content li {
    float: right;
    width: 420px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}
.sortable_content li span {
    float: left;
    width: 16px;
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 5px;
}
.lists {
    float: right;
    width: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.widget_heading {
    font-size: 14px;
    color: #FFF;
    overflow: hidden;
}
.back_office_fields_container {
    clear: both;
    border: 1px dashed #000;
    background-color: #E0E0E0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 675px;
    overflow: hidden;
}
.grid_padding {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
}
.grid_border {
    cursor: pointer;
    border: 1px solid #CCC;
}
.grid_bold {
    font-weight: bold;
}
#booking_amend_status {
    font-size: 14px;
    font-weight: bold;
}

/* booking form config page */

.tabs {
    padding: 0;
    margin: 0;
    border-bottom:1px solid #a6a6a6;
}
.tabs li {
    display: inline-block;
    border: 1px solid #a6a6a6;
    background: #e9e9e9;
    padding: 5px;
    font-weight: bold;
    margin-bottom: -1px;
}
.tabs li:hover {
    background: #d0d0d0;
}
.tabs li:active {
    background: #b9b9b9;
}
.tabs .selected {
    border-bottom: 1px solid #fff;
    background: #fff;
}
.tabs .selected:hover {
    background: #FFF;
}

/** New all tab content go back to sans-serif **/
/** Its messing up the bold on labels **/

.ui-widget {
    font-family: sans-serif;
}

/** New Dashboard Styles **/

#upcoming_tasks_panel {
    border: 1px dashed #CCC;
}
.upcoming_tasks_set {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100px;
}
#upcoming_tasks_content .container_12, #upcoming_tasks_content .container_16 {
     width: 100%;
}
.back-office2 .dashboard_panel {
    position: relative;
    width: 470px;
    float: left;
    margin-bottom: 10px;
}
.tableContainer {
    height: 248px;
    width: 468px;
    overflow: hidden;
}
.headerTable,
.scrollTable {
    position: relative;
    table-layout: fixed;
    width: 468px;
}
.headerTable {
    z-index: 1;
}
.scrollTable {
    z-index: 0;
    top: 0;
}
.headerTable th,
.scrollTable td {
    width: 70px;
    word-wrap: break-word;
    text-align: center;
    padding: 12px 0 12px 0;
    vertical-align: top;
}
.headerTable th {
    padding: 4px;
}
.thinner {
    width: 50px !important;
}
.skinny {
    width: 30px !important;
}
.status-sent {
    background: #00ff00;
    padding: 5px;
    border-radius: 4px;
}
.status-not {
    background: #ff5544;
    padding: 5px;
    border-radius: 4px;
}
.back-office2 .grid-row {
    background-color: #f9f9f9;
    border: none;
}
.back-office2 .grid-row:nth-child(odd) {
    background-color: #fff;
    border: none;
}
.back-office2 .grid-row:hover {
    background-color: #eeeeee;
    border: none;
}
.back-office2 .grid-row:nth-child(odd):hover {
    background-color: #eeeeee;
    border: none;
}
.back-office2 .header-row,
.back-office2 .footer-row,
.back-office2 .widget_heading,
.back-office2 .widget_initial_heading {
    background-color: #eaeaea;
    color: #222;
}
.back-office2 .header-cell {
    color: #000;
}
.back-office2 .list_container {
    border-radius: 4px;
    border: 1px solid #aaa;
}
#unconfirmed_booking_options,
#arrivals_options,
#departures_options,
#provisional_booking_options,
#balance_due_options {
    clear: both;
    padding: 5px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 458px;
    text-align: center !important;
    border: 1px solid rgb(204, 204, 204);
    overflow: hidden;
    display: block;
    display: none;
}
.scrollTable input[type="checkbox"] {
    margin-right: 3px;
}
.back-office2 h1 {
    margin-top: 10px;
}
#arrivals-datepicker {
    display: none;
}
#departures-datepicker {
    display: none;
}
#arrivals-datepicker-display {
    border: 0;
    background: #eaeaea;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    width: 90px;
}
#departures-datepicker-display {
    border: 0;
    background: #eaeaea;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    width: 90px;
}
.back-office2 .ui-datepicker-trigger {
    vertical-align: baseline;
}
.help.icon {
    position: relative;
    font-size: 18px;
    z-index: 99999;
}
.help .help-text {
    font-family: Arial, sans-serif;
    display:none;
    width: 110px;
    padding: 5px;
    background: #eee;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    position: fixed;
    margin-left: 50px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
            box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.help .help-text:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 24px;
      border-style: solid;
      border-color: transparent #eee transparent transparent;
      top: 20px;
      left:-48px;
}
.help.icon:hover .help-text {
    display: block;
}
.no-data {
    display: block;
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center !important;
    font-size: 18px;
    color: #858585;
}
.loading {
    position: absolute;
    top: 150px;
    right: 175px;
    font-size: 16px;
}
.loading2 {
    position: absolute;
    top: 150px;
    right: 120px;
    font-size: 16px;
}
.loading i, .loading2 i {
    font-size: 20px;
    display: inline-block;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -moz-animation-name: spin;
    -ms-animation-name: spin;
    -o-animation-name: spin;
    animation-name: spin;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/** Signup checklist page **/

.anytime-signup-checklist li {
    margin: 10px 0;
}
.anytime-signup-checklist li div {
    display: inline-block;
}
.anytime-signup-checklist .step_name {
    width: 280px;
}
.anytime-signup-checklist .step_details {
    width: 15px;
    margin: 0 20px 0 5px;
}
.anytime-signup-checklist .step_completed_on {
    width: 200px;
}
.anytime-signup-checklist .step_completed_on input {
    width: 120px;
    margin: 0;
    padding: 0;
    border: 0;
}
.anytime-signup-checklist .step_completed_by {
    width: 45px;
}
.anytime-signup-checklist .step_completed_by input {
    width: 29px;
    margin: 0;
    padding: 0;
    border: 0;
}
.anytime-signup-checklist .step_notes textarea {
    height: 12px;
    width: 240px;
}
.anytime-signup-checklist .step_notes textarea:active,
.anytime-signup-checklist .step_notes textarea:focus {
    height: 5em;
}
.anytime-signup-checklist .help.icon {
    font-size: 16px;
    vertical-align: middle;
    color: #0e6635;
}
.anytime-signup-checklist .help .help-text {
    position: absolute;
    background: #FFF;
    border: none;
    margin-left: 15px;
}
.anytime-signup-checklist .help .help-text:after {
    border: 0;
}


#progress_bar_container {
    height: 15px;
    position: relative;
    border: 1px solid #aeaeae;
    background-color: #eee;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

#progress_bar_value {
    display: block;
    height: 100%;
}

.low #progress_bar_value {
    background: #ff0000;
}
.half #progress_bar_value {
    background: #ff7f00;
}
.done #progress_bar_value {
    background: #009900;
}

/** Dashbaord Charts **/

#charts {
    clear: both;
    height: 600px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}
#charts .charts {
    clear: both;
    overflow: hidden;
}
#charts #charts-container {
    clear: both;
    overflow: hidden;
}
#charts .charts .jqplot-target {
    float: left;
    height: 300px;
    width: 470px;
    position: relative;
}

a.google-in,
a.google-sync,
a.google-out {
    background: #aeaeae;
    padding: 10px 30px;
    border-radius: 2px 2px;
    border: solid 0px rgb(153, 153, 153);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    font-size:11px;
    line-height: 1;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    background-image: -webkit-linear-gradient(top,transparent,transparent);
    background-image: linear-gradient(top,transparent,transparent);
}

a.google-sync {
    background-color: #53a93f;
}
a.google-in {
    background-color: #53a93f;
}
a.google-out {
    background-color: #fff;
    color: #404040;
    border: 1px solid rgba(0,0,0,.15);
    padding: 9px 29px;
}

a.google-sync:hover {
    -webkit-box-shadow: inset 0 -1px 0 #4c8534;
    box-shadow: inset 0 -1px 0 #4c8534;
    background-color: #65b045;
}
a.google-in:hover {
    -webkit-box-shadow: inset 0 -1px 0 #4c8534;
    box-shadow: inset 0 -1px 0 #4c8534;
    background-color: #65b045;
}
a.google-out:hover {
    border: 1px solid #b8b8b8;
}

a.google-in:active,
a.google-sync:active,
a.google-out:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px rgba(0,0,0,.1), 0 1px 0 0 #eeeeee;
}

/* Jquery UI Overrides **/

.ui-button {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0.2em 0.4em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.ui-widget {
    font-size: 13px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.2em 0.4em;
    text-decoration: none;
    font-weight: bold;
}
.ui-dialog .ui-dialog-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    overflow: auto;
    padding: 0.2em 0.4em;
    position: relative;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0.2em 0.4em;
    background: none;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 0.2em 0.4em;
}

/** Support Ticket Dialog **/

#support_ticket_panel fieldset {
    margin-top: 10px;
}
#support_ticket_panel .body {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding: 20px;
}
#support_ticket_panel .flash .warn {
    background: none repeat scroll 0 0 #FFFFCC;
    border-color: #DDDD66;
}
#support_ticket_panel .flash .success, #support_ticket_panel .flash .error, #support_ticket_panel .flash .warn {
    border: 1px solid;
    list-style-type: none;
    padding: 5px;
}
#support_ticket_panel ul li {
    color: #666666;
    margin: 5px 11px 5px 0;
    padding: 0;
}
#support_ticket_panel label {
    clear: left;
    color: #555555;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
#support_ticket_panel label + input, #support_ticket_panel label + select, #support_ticket_panel label + textarea, #support_ticket_panel label + input + input, #support_ticket_panel input + div.error, #support_ticket_panel select + div.error, #support_ticket_panel textarea + div.error {
    margin-top: 5px;
}
#support_ticket_panel input, #support_ticket_panel select, #support_ticket_panel textarea {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    display: block;
    outline: medium none;
    padding: 5px;
    margin-bottom: 5px;
    width: 98%;
}
#support_ticket_panel .two_across {
    clear: both;
    margin-top: 20px;
}
#support_ticket_panel .two_across > div label, #support_ticket_panel .two_across > div input, #support_ticket_panel .two_across > div textarea {
    clear: none;
}


/* Support tab taken from inline styles*/

#support_tab {
    border: 1px solid #000;
    cursor: pointer;
    position: fixed;
    top: 25%;
    z-index: 10000;
    display: block;
    background-color: #f0b736;
    border-color: #f0b736;
    padding:10px;

}
.support_tab_left {
    background-position: right 0px;
    left: 0px;
}



