/*! ******************************************************
*
*	Theme Name:     Toolset Starter Child
*   Author:         OnTheGoSystems
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100% !important;
    padding-top: 20px;
}
.hideclass{
    display:none !important;
}
.showclass{
    display:block !important;
}
.single-rental-unit .extra_attribute { display: none !important}


.admin-bar #payment_method_cheque
{ display: block !important;
}

.billing-email-error {
	width: 100%;
	color: #ff0000;
}
.checkout #billing_email.suggest {
	background: #fff url('assets/img/loaderIcon.gif') no-repeat 95%;
}

#users-email-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 300px;
    position: absolute;
    z-index: 999;
    height: 200px;
    overflow-y: scroll;
}

#users-email-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
    margin: 0;
}
#users-email-list li:hover {
    background: #ece3d2;
    cursor: pointer;
}

#availability_calendar_booking_list_page, #availability_calendar_booking_detail_page {
	position: relative;
}

.loadingDiv{
  position:absolute;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-color:#666;
  background-image:url('assets/img/loaderIcon.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

form#form_date_month {
  display: none !important;
}

.months-list a {
    float: left;
    width: 8.33%;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
}
.months-list a.selected {
    color : #018ed3;
    font-weight: bold;
}
body.woocommerce-checkout form.woocommerce-checkout abbr.required{
    text-decoration: none;
}