form .required {
    color: black;
}

form .important-note {
    color: red;
    font-size: 0.8em;
    font-style: italic;
}

.location-form input.text,
.location-form select,
.location-form textarea {
    width: 200px;
}

.buttons-row {
    margin-top: 20px;
    clear: both;
    float: left;
}

.hide {
    display: none;
}

.form-field .error {
    color: red;
}

.location-form label {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.location-form .email-settings textarea {
    width: 60%;
    height: 100px;
}

.location-form .row {
    width: 100%;
    clear: both;
}
.location-form .col-half {
    float: left;
    width: 50%;
}

.email-settings label {
    width: 120px;
    display: inline-block;
}

.email-settings input.text {
    width: 60%;
    display: inline-block;
}


.weekday-settings > li {
    clear: both;
    float: left;
    margin-bottom: 20px;
}
.weekday-settings > li label {
    width: 120px;
    display: inline-block;
}
.weekday-settings > li select {
    width: 80px;
    display: inline-block;
}
.weekday-settings .col {
    display: inline-block;
    float: left;
    width: 300px;
}
.weekday-settings .special-time-slot {
    clear: both;
}
.weekday-settings .special-time-slot li {
    display: inline-block;
    width: 100px;
    margin-right: 5px;
}

.form-field-errors li {
    color: yellow;
    background-color: #ff4500;
    padding: 5px;
    margin-bottom: 5px;
    list-style: none;
}

.form-global-errors li {
    color: yellow;
    background-color: #ff4500;
    padding: 5px;
    margin-bottom: 5px;
    list-style: none;
}

.form-messages li {
    color: #006400;
    background-color: #98fb98;
    padding: 5px;
    margin-bottom: 5px;
}

ul.page-numbers {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}
ul.page-numbers li {
    margin-bottom: 0px;
}
ul.page-numbers span, ul.page-numbers a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
    clear: none;
}

ul.page-numbers a:hover{
    color:#fff;
    background: #3279BB;
    clear: none;
}

ul.page-numbers .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}

.trbk-location-div {
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
    float: left;
    width: 100%;
}
ul.trbk-location-slots {
    margin: 0px;
    padding: 0px;
}
ul.trbk-location-slots li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    clear: both;
}
ul.trbk-location-slots li > div {float: left;}
ul.trbk-location-slots li.heading {font-weight: bold; border-bottom: 1px solid #eee;}
ul.trbk-location-slots li .start-time {width: 10%;}
ul.trbk-location-slots li .special-sessions {width: 30%;}
ul.trbk-location-slots li .availability {width: 30%;}
ul.trbk-location-slots li .buttons {width: 30%;}

form.booking-form .form-field {
    margin-bottom: 5px;
}
form.booking-form .form-field label {
    width: 140px;
    display: inline-block;
}
form.booking-form .checkbox-position-left label {
    width: 400px;
    display: inline;
}
form.update-booking-form .form-field label {
    width: 100px;
}


.trbk-booking-calculation input.text {
    width: 80px;
}

.trbk-booking-admin-list {
    margin: 0px;
    padding: 0px;
    list-style: circle;
    padding-left: 15px;
}
.trbk-booking-admin-list li {
    margin: 0px;
    padding: 0px;
}

.trbk-booking-admin-list-payment-status {
    margin: 0px;
    padding: 0px;
    list-style: circle;
    padding-left: 15px;
}
.trbk-booking-admin-list-payment-status li {
    margin: 0px;
    padding: 0px;
}

.trbk-booking-admin-list-actions {
    margin: 0px;
    padding: 0px;
    list-style: circle;
    padding-left: 15px;
}
.trbk-booking-admin-list-actions li {
    margin: 0px;
    padding: 0px;
}

.trbk-booking-list-filter {
    margin-bottom: 15px;
    clear: both;
    float: left;
}
.trbk-booking-list-filter input.text,
.trbk-booking-list-filter select {
    width: 80%;
}
.trbk-booking-list-filter .submit-btn {
    margin-top: 15px;
}
.trbk-booking-list-filter .row {
    width: 100%;
    clear: both;
}
.trbk-booking-list-filter .col {
    float: left;
    width: 25%;
}

#trbk-booking-card_security
,#trbk-booking-card_expiry
{ width: 80px; }

.credit-card-fields {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tcframe {
    height: 200px;
    width: 100%;
    overflow: auto;
    border: 2px inset;
    padding: 5px;
}

.trbk-booking-duration-group {
    display: inline-block;
}

.trbk-booking-duration-group input.trbk-booking-duration {
    margin-left: 15px;
}

.trbk-booking-duration-group input.trbk-booking-duration:first {
    margin-left: 0px;
}
