/* JAVASCRIPT / JQUERY WARNINGS */

.no-js .no_javascript_container {
    display: block;
}
.js .no_javascript_container {
    display: none;
}
/* TODO */
/* HEADINGS */

h1 {
    color: #000;
}
h2 {
    color: #000;
}
h3 {
    color: #000;
}

/* TABLE GRIDS */

.header-row, .footer-row {
    clear: both;
    background-color: #AAA;
    overflow: hidden;
}
.search-header-row, .search-footer-row {
    clear: both;
    background-color: #AAA;
    overflow: hidden;
}
.footer-row {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.footer-row td {
    padding: 4px;
}
.header-cell {
    margin: 0px;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.search-header-cell {
    margin: 0px;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.grid-row {
    cursor: pointer;
}
.grid-row:nth-child(odd), .odd {
    background-color: #DCDCDC;
}
.grid-row:hover {
    border: 1px dashed #FF0000;
}
.grid-cell {
    margin: 0px;
    padding: 2px;
    font-size: 12px;
}

/* COMMON */

/*#container div {
    text-align: left;
}*/
.global_item {
    color: #0000FF;
}
.left {
    text-align: left;
}
.centered {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.main_text {
    font-size: 0.9rem;
}
.main_text_bold {
    font-size: 0.9rem;
    font-weight: bold;
}
.main_text_bold_green {
    font-size: 0.9rem;
    font-weight: bold;
    color: #0E6635;
}
.main_text_bold_red {
    font-size: 0.9rem;
    font-weight: bold;
    color: #FF0000;
}
#loading {
    clear: both;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
}
#loading_box {
    clear: both;
    position: fixed;
    width: 300px;
    height: 100px;
    background-color: #FFF;
    color: #000;
    border: 2px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2000;
    overflow: hidden;
}
#loading_content {
    clear: both;
    text-align: center;
    overflow: hidden;
}
#logo {
    float: left;
    overflow: hidden;
}
.message {
    display: none;
    margin: 15px;
    padding: 13px 13px 13px 52px;
    background: url('/images/icon-check.gif') left no-repeat #EFA;
    background-position: 13px 5px;
    font-size: 12px;
    border: solid 1px #BD8;
}

/* COLOURS */

.red {
    color: #FF0000;
}
.green {
    color: #0E6635;
}

/* HEADERS */

#content h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
}
#content h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
}
#content_cms h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
}

/* CONTENT */

#content_frontend {
    clear: both;
    padding: 5px;
    background-color: #FFF;
    min-height: 450px;
    overflow: hidden;
}

/* FORMS */

select {
    padding: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #CCC;
}
textarea {
    padding: 1px;
    margin-bottom: 1px;
    border: 1px solid #CCC;
}
input[type="text"], input[type="password"],
input[type="email"] {
    padding: 1px;
    margin-bottom: 1px;
    border: 1px solid #CCC;
}
input[type="radio"], input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 10px;
}
fieldset {
    padding: 0px;
    margin-top: 25px;
    border: none;
}
.editable_cost_entry, .editable_party_member_cost_entry {
    width: 50px;
    text-align: right;
}

/* MAIN PANE */

#main_pane .row, #main_cms_pane .row, #popup_cms_pane .row {
    clear: both;
    min-height: 20px;
    overflow: hidden;
}
#main_cms_pane {
    float: left;
    padding: 5px;
    font-size: 12px;
    width: 935px;
    min-height: 400px;
    overflow: hidden;
}
#main_cms_pane .left_col {
    float: left;
    width: 160px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
#main_cms_pane .right_col {
    float: left;
    width: 140px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_large {
    float: left;
    width: 400px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_300 {
    float: left;
    width: 300px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_450 {
    float: left;
    width: 450px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_cms_pane .right_col_600 {
    float: left;
    width: 600px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .full_col_large {
    float: left;
    width: 880px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    overflow: hidden;
}
#popup_cms_pane .left_col {
    float: left;
    width: 160px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
#popup_cms_pane .right_col {
    float: left;
    width: 165px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_tiny {
    float: left;
    width: 50px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_tiny2 {
    float: left;
    width: 150px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_small {
    float: left;
    width: 250px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_medium {
    float: left;
    width: 300px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_large {
    float: left;
    width: 400px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#popup_cms_pane .right_col_huge {
    float: left;
    width: 960px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}
#main_pane .thin_separator {
    clear: both;
    height: 15px;
    overflow: hidden;
}
#main_pane .separator {
    clear: both;
    height: 25px;
    overflow: hidden;
}
#main_pane .right_col input[type="radio"] {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
#main_pane .right_col_large input[type="radio"] {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
#main_pane .right_col .option_label {
    float: left;
    padding-top: 2px;
    padding-right: 6px;
}
#main_pane .right_col_large .option_label {
    float: left;
    padding-top: 2px;
    padding-right: 6px;
}
#main_pane input[type="text"] {
    min-width: 130px;
    padding: 2px;
}
#main_pane input[type="password"] {
    min-width: 130px;
    padding: 2px;
}

/* CMS */

#status {
    clear: both;
    margin-bottom: 5px;
    padding: 5px;
    height: 15px;
    font-size: 12px;
    background-color: #CCC;
    color: #FFF;
    overflow: hidden;
}
#dialog-form {
    display: none;
}
#new_payment_button {
    display: none;
}
#booking_payment_panel {
    display: none;
}
#cancel_booking_panel {
    display: none;
}
#confirm_booking_panel {
    display: none;
}
#booking_panel {
    display: none;
}
#postcode_panel {
    display: none;
}
#custom_addon_panel {
    display: none;
}
#availability_panel {
    display: none;
}
#map_panel {
    display: none;
}
#terms_panel {
    display: none;
}
#cancellation_panel {
    display: none;
}
#warning_panel {
    display: none;
}
#feature_detection_panel {
    display: none;
}
#availability_status {
    background-color: green;
    border: 1px solid black;
    font-size: 12px;
    text-align: center;
    color: #FFF;
}
#place_booking_button_bar {
    clear: both;
    text-align: center;
    margin-top: 10px;
}
.sortable_list_container {
    width: 350px;
    margin: 20px 0;
}
.sortable_list_container table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
.sortable_list_container table td, .sortable_list_container table th {
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;
}

/* INTERFACE */

.tooltip {
    display: none;
    margin-bottom: 10px;
    background: transparent url('/images/black-arrow.png');
    font-size: 12px;
    text-align: center;
    height: 10px;
    width: 150px;
    padding: 10px;
    color: #FFF;
}
.ui-dialog .ui-state-error {
    padding: 2px;
}
.validateTips {
    border: 1px solid transparent;
    padding: 2px;
}

/* AVAILABILITY */

.avail_grid_cell_date {
    width: 20px;
    height: 20px;
    font-weight: bold;
    text-align: center;
}
.avail_grid_unit_cell_blank {
    width: 205px;
    text-align: left;
}
.avail_grid_unit_cell {
    font-weight: bold;
    width: 200px;
    text-align: left;
}
.avail_grid_cell {
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
.avail_grid_cell_unavailable {
    background-color: #FF9797;
}
.avail_grid_cell_available1 {
    background-color: #B5FFC8;
    color: #808080;
}
.avail_grid_cell_available2 {
    background-color: #CAFFD8;
    color: #808080;
}
.avail_grid_cell_closed {
    background-color: #CCC;
    color: #B0B0B0;
}
.avail_grid_cell_marked {
    background-color: #FFCCCC;
}
.avail_grid_unmoveable {
    background-color: #FFA500;
}
.avail_grid_moveable {
    background-color: #FFFF00;
}
.avail_grid_checked_in {
    background-color: #9900FF;
}
.avail_grid_provisional {
    background-color: #FF9999;
}
.avail_grid_friends {
    background-color: #94DFFF;
}
.avail_grid_pending {
    background-color: #DDD;
}

/* BUTTONS */

#place_booking_pay_button {
    clear: both;
    margin-top: 5px;
    display: none;
    overflow: hidden;
}

/* FOOTER */

#footer_copyright {
    float: left;
    width: 500px;
    margin-top: 5px;
    margin-left: 12px;
    color: #505050;
    font-size: 12px;
}
#footer_copyright a {
    color: #707070;
    font-size: 12px;
    text-decoration: none;
}

/* CHANGE PASSWORD */

#password_result {
    font-size: 12px;
}
#password_result .short {
    color: #FF0000;
}
#password_result .weak {
    color: #E66C2C;
}
#password_result .good {
    color: #2D98F3;
}
#password_result .strong {
    color: #006400;
}

/*Rates page mods TG*/

.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
}
.rates-tooltip {
    padding: 10px 20px;
    color: #747474;
    border-radius: 5px;
    font: 14px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    box-shadow: 0 2px 2px 2px rgba(19, 15, 4, 0.22);
    width:150px;
}
.rates-tooltip, .arrow:after {
    background:#f5f5f5;
    border: 2px solid #130f04;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position:  ;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}


.fa {
    display: inline-block;
    font: 19px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

/*Tooltip question mark*/

.fa-question-circle {
    display: inline-block;
    font: 19px/1 FontAwesome;
    font-size: inherit;
    color: #99B769;
    font-size: 15px;
}
.fa-question-circle:hover{
    cursor:pointer;
}
.payment_paid {
    cursor: pointer;
    margin-right: 30px;
}
.fa {
    cursor: pointer;
}
/* Chart key */

#chart_key {
    width:200px;
    border-radius: 7px;
    height:auto; 
    background-color:white; 
    position:absolute; 
    right:5%; 
    top:50%;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(99, 88, 88, 0.75);
-moz-box-shadow: 7px 7px 5px 0px rgba(99, 88, 88, 0.75);
box-shadow: 7px 7px 5px 0px rgba(99, 88, 88, 0.75);
}
#chart_key h3 {
    padding-top: 10px;
    padding-left: 15px;
}
 .key_body ul {
    margin-left: 0;
    padding-left: 15px;
}
.key_body li{
    list-style: none;

}
.key_body span{
    vertical-align: 0.4em
}
.close_key {
    float:right;
    cursor: pointer;
    padding-right: 7px; 
    padding-top:7px;
    color:red;
}
.key_footer{
    padding-bottom: 1.5em;
    margin: 0 10px;
    color:red;
}

/* Progress Bar */

#PitchUpProgress {
    width: 100%;
    background-color: #ddd;
    margin-top: 10px;
  }
  
  #pitchUpProgressBar {
    width: 10%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
  }