﻿@charset "utf-8";

/*
* Title                   : Booking Calendar PRO (jQuery Plugin)
* Version                 : 1.2
* File                    : jquery.dop.BackendBookingCalendarPRO.css
* File Version            : 1.2
* Created / Last Modified : 20 May 2013
* Author                  : Dot on Paper
* Copyright               : © 2011 Dot on Paper
* Website                 : http://www.dotonpaper.net
* Description             : Booking Calendar PRO Back End Stylesheet.
*/

/******************************************************************************* Container */

.DOPBackendBookingCalendarPRO_Container{
    background: #ffffff;
    font: 10px/1em 'Source Sans Pro', sans-serif !important;
    margin: 0;
    padding: 0;
    position: relative;
}

.DOPBackendBookingCalendarPRO_Container.loader{
    background: #ffffff url('../images/loader.gif') no-repeat center center;
    height: 15px;
    margin: 10px 0 0 0;
    padding: 5px 0;
}

.DOPBackendBookingCalendarPRO_Clear{
    clear: both;
}

/******************************************************************************* Navigation */

.DOPBackendBookingCalendarPRO_Navigation{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 200;
}

.DOPBackendBookingCalendarPRO_Navigation .previous_btn{
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 24px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

.DOPBackendBookingCalendarPRO_Navigation .previous_btn.hover{
    /*background: url("../images/sprite.png") 0 0;*/
}

.DOPBackendBookingCalendarPRO_Navigation .next_btn{
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

.DOPBackendBookingCalendarPRO_Navigation .next_btn.hover{
    /*background: url("../images/sprite.png") -50px 0;*/
}

.DOPBackendBookingCalendarPRO_Navigation .add_btn{
    background: url("../images/sprite.png") -100px 0;
    cursor: pointer;
    height: 24px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 24px;
}

.DOPBackendBookingCalendarPRO_Navigation .add_btn.hover{
    background: url("../images/sprite.png") -125px 0;
}

.DOPBackendBookingCalendarPRO_Navigation .remove_btn{
    background: url("../images/sprite.png") -150px 0;
    cursor: pointer;
    display: none;
    height: 24px;
    left: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 24px;
}

.DOPBackendBookingCalendarPRO_Navigation .remove_btn.hover{
    background: url("../images/sprite.png") -175px 0;
}

.DOPBackendBookingCalendarPRO_Navigation .month_year{
    font: 14px/24px 'Source Sans Pro', sans-serif !important;
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 300 !important;
}

.DOPBackendBookingCalendarPRO_Navigation .week{
    margin: 0;
    padding: 0 0 5px;
}

.DOPBackendBookingCalendarPRO_Navigation .week .day {
    color: #787878;
    display: block;
    font: 10px 'Source Sans Pro', sans-serif !important;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

/******************************************************************************* Calendar */

.DOPBackendBookingCalendarPRO_Calendar{
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 300;
}

.DOPBackendBookingCalendarPRO_Month{
    background: #ffffff;
    padding: 0;
}

.DOPBackendBookingCalendarPRO_Month .month_year{
    border-bottom: 1px solid #e0e0e0;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: bolder;
    line-height: 1em;
    margin: 0 0 10px 0;
    padding: 5px 0 10px 5px;
    position: relative;
    text-align: left;
}

.DOPBackendBookingCalendarPRO_Month:after {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 4px solid #fff;
    pointer-events: none;
    z-index: 10;
}

/******************************************************************************* Day */

.DOPBackendBookingCalendarPRO_Day{
    float: left;
    margin: 0;
    padding: 0;
}

.DOPBackendBookingCalendarPRO_Day .bind-left, 
.DOPBackendBookingCalendarPRO_Day .bind-right{
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 1px;
	display: none;
}

.DOPBackendBookingCalendarPRO_Day .bind-left.enabled, 
.DOPBackendBookingCalendarPRO_Day .bind-right.enabled{
    opacity: 1;
    filter: alpha(opacity=100);
}

.DOPBackendBookingCalendarPRO_Day .bind-left .header, 
.DOPBackendBookingCalendarPRO_Day .bind-right .header{
    background: #D9D9D9 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your DEFAULT color. */
    border: 1px solid #D9D9D9 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your DEFAULT color. */
    border-left: none !important;
    border-right: none !important;
    font: bold 12px/15px 'Source Sans Pro', sans-serif !important;
    margin: 0 !important;
    padding: 2px 0 2px 0 !important;
    width: 1px !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-left .content, 
.DOPBackendBookingCalendarPRO_Day .bind-right .content{
    background: #ffffff !important;
    border-bottom: 1px solid #D9D9D9 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your DEFAULT color. */
    font: bold 12px/1em 'Source Sans Pro', sans-serif !important;
    margin: 0 !important;
    padding: 4px 0 4px 0 !important;
    width: 1px !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content{
    float: left;
	margin: 0;
    width: 100% !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header{
    display: block !important;
    line-height: 1em !important;
    margin: 0 !important;
    padding: 5px 0 2px 0px !important;
    width: auto !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header .info:after {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -1px;
    content: "";
    top: -3px;
    background: linear-gradient(to left bottom, #E7ECED 50%, rgba(0, 0, 0, 0) 50%);
    z-index: -1;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header .info i {
    font-size: 9px;
}

.DOPBackendBookingCalendarPRO_Day .bind-content.group1 .header{
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-topleft-radius: 4px !important;
    -moz-border-topright-radius: 0px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-right: none !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content.group2 .header{
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-topleft-radius: 0px !important;
    -moz-border-topright-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content.group3 .header{
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-topleft-radius: 0px !important;
    -moz-border-topright-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-left: none !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header .day{
    float: left;
    font: bold 14px/15px 'Source Sans Pro', sans-serif !important;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400 !important;
    margin-bottom:5px;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header .notes{
    background: url("../images/sprite.png") -230px 0;
    float: right;
    height: 15px;
    margin: 0 2px 0 0;
    width: 15px;
}

/*.DOPBackendBookingCalendarPRO_Day .bind-content .header .notes.hover{
    background: url("../images/sprite.png") -245px 0;
}

.DOPBackendBookingCalendarPRO_Day.selected .bind-content .header .info{
	background: url("../images/sprite.png") -200px 0;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header .info{
	background: url("../images/sprite.png") -215px 0;
}

.DOPBackendBookingCalendarPRO_Day.selected .bind-content .header .info.hover{
	background: url("../images/sprite.png") -200px 0;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .header .info.hover{
	background: url("../images/sprite.png") -215px 0;
}*/

.DOPBackendBookingCalendarPRO_Day .bind-content .header .info{
    float: right;
    height: 15px;
    margin: 0 2px 0 0;
    width: 15px;
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 1;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .content{
    color: #222222 !important;
    display: block !important;
    font: 12px/1em 'Source Sans Pro', sans-serif !important;
    margin: 0 !important;
    padding: 0 0 4px !important;
    text-align: left !important;
    vertical-align: middle !important;
    width: auto !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content.group1 .content{
    -webkit-border-bottom-left-radius: 3px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottomleft-radius: 3px !important;
    -moz-border-bottomright-radius: 0px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 0px !important;
    border-right: none !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content.group2 .content{
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottomleft-radius: 0px !important;
    -moz-border-bottomright-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content.group3 .content{
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-bottomleft-radius: 0px !important;
    -moz-border-bottomright-radius: 3px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 3px !important;
    border-left: none !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .content .old-price{
    text-align: center !important;
    font: 10px 'Source Sans Pro', sans-serif !important;
    text-decoration: line-through;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .content .price{
    font: normal 11px 'Source Sans Pro', sans-serif !important;
    padding: 0;
	text-align: center !important;
	line-height: 12px !important;
}

.DOPBackendBookingCalendarPRO_Day .bind-content .content .available{
    color: #909090;
    font: 11px 'Source Sans Pro', sans-serif !important;
    width: 100%;
}

/* Last Month Day */

.DOPBackendBookingCalendarPRO_Day.last_month{
    cursor: pointer;
}

/* Past Day */

.DOPBackendBookingCalendarPRO_Day.past_day{
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/* Current Month Day */

.DOPBackendBookingCalendarPRO_Day.curr_month{
    cursor: pointer;
}

/* Next Month Day */

.DOPBackendBookingCalendarPRO_Day.next_month{
    cursor: pointer;
}

/* Available Day */

.DOPBackendBookingCalendarPRO_Day.available .header{
   /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your AVAILABLE color. */
}

.DOPBackendBookingCalendarPRO_Day.available .content{
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your AVAILABLE color. */
}

/* Booked Day */

.DOPBackendBookingCalendarPRO_Day.booked .header{
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your BOOKED color. */
}

.DOPBackendBookingCalendarPRO_Day.booked .content{
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your BOOKED color. */
}

/* Special Day */

.DOPBackendBookingCalendarPRO_Day.special .header{
    background: #ba68ba !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your SPECIAL color. */
    border-color: #ba68ba !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your SPECIAL color. */
}

.DOPBackendBookingCalendarPRO_Day.special .content{
    border-color: #ba68ba !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your SPECIAL color. */
}

/* Unavailable Day */

.DOPBackendBookingCalendarPRO_Day.unavailable .header{
    background: #D9D9D9 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your UNAVAILABLE color. */
    border-color: #D9D9D9 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your UNAVAILABLE color. */
}

.DOPBackendBookingCalendarPRO_Day.unavailable .content{
    border-color: #D9D9D9 !important; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your UNAVAILABLE color. */
}

/* Selected Day */

.DOPBackendBookingCalendarPRO_Day.selected .header{
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your SELECTED color. */
}

.DOPBackendBookingCalendarPRO_Day.selected .header .notes{
    display: none;
}
.notes{
	display: none;
}

.DOPBackendBookingCalendarPRO_Day.selected .content{
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Change to your SELECTED color. */
}

/* Mask Day */

.DOPBackendBookingCalendarPRO_Day.mask{
    cursor: default;
    opacity: 0;
    filter: alpha(opacity=0);    
}

/* Hide Day */

.DOPBackendBookingCalendarPRO_Day.hide{
    display: none;
}

/* Grouped Days - First Column */

.DOPBackendBookingCalendarPRO_Day.first-column .bind-left{
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

/* Grouped Days - Last Column */

.DOPBackendBookingCalendarPRO_Day.last-column .bind-content.group1 .header .ci,
.DOPBackendBookingCalendarPRO_Day.last-column .bind-content.group2 .header .ci{
    right: 0px !important;
}

.DOPBackendBookingCalendarPRO_Day.last-column .bind-right{
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

/******************************************************************************* Form */

.DOPBackendBookingCalendarPRO_FormWrapper{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.DOPBackendBookingCalendarPRO_FormBackground{
    background: #ededed;
    opacity: 0.8;
    position: absolute;
}

.DOPBackendBookingCalendarPRO_FormContainer{
    margin: auto;
    position: relative;
    width: 300px;
}

.DOPBackendBookingCalendarPRO_Form{
    margin: 0;
    padding: 0;
}

.DOPBackendBookingCalendarPRO_Form .container{
    background: #101010;
    padding: 10px;
    max-width: 280px;
}

.DOPBackendBookingCalendarPRO_Form .section{
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    margin: 10px 0 0 0;
    padding: 5px 10px 10px 10px;
    max-width: 400px;
}

.DOPBackendBookingCalendarPRO_Form .section.first{
    margin-top: 0;
}

.DOPBackendBookingCalendarPRO_Form .section-item{
    line-height: 1em;
    padding: 5px 0 0 0;
}

.DOPBackendBookingCalendarPRO_Form .section-item.last{
    padding: 0;
}

.DOPBackendBookingCalendarPRO_Form .section-item label{
    color: #606060;
    display: block;
    float: left;
    font: 400 12px/1em 'Source Sans Pro', sans-serif !important;
    width: 100px
}

.DOPBackendBookingCalendarPRO_Form .section-item label.type2{
    margin: 5px 0 5px 0;
}

.DOPBackendBookingCalendarPRO_Form .section-item label.type3{
    margin: 5px 0 5px 0;
    width: auto;
}

.DOPBackendBookingCalendarPRO_Form .section-item label.type4{
    margin: 0 0 5px 0;
    width: auto;
}

.DOPBackendBookingCalendarPRO_Form .section-item label.type5{
    float: none;
    padding: 0 0 0 20px;
    width: auto;
}

.DOPBackendBookingCalendarPRO_Form .section-item .date{
    color: #000000;
    display: block;
    float: left;
    font: bold 13px/1em 'Source Sans Pro', sans-serif !important;
}

.DOPBackendBookingCalendarPRO_Form .section-item select{
    font-size: 12px;
    float: left;
    margin: 0;
    padding: 2px;
    width: 100px;
}

.DOPBackendBookingCalendarPRO_Form .section-item input[type=text]{
    float: left;
    font: 12px/1em 'Source Sans Pro', sans-serif !important;
    margin: 0;
    padding: 2px;
    width: 60px;
}

.DOPBackendBookingCalendarPRO_Form .section-item .currency{
    color: #888888;
    display: block;
    float: left;
    font: 12px/1em 'Source Sans Pro', sans-serif !important;
    margin: 5px 0 0 5px;
    width: 10px;
}

.DOPBackendBookingCalendarPRO_Form .section-item input:disabled{
    background: #f2f2f2;
}

.DOPBackendBookingCalendarPRO_Form .section-item textarea{
    font: 12px/1em 'Source Sans Pro', sans-serif !important;
    height: 40px;
    margin: 0;
    padding: 5px;
    resize: none;
    width: 246px;
}

.DOPBackendBookingCalendarPRO_Form .section-item input[type=checkbox]{
    float: left;
    margin: 0 5px 0 0;
}

.DOPBackendBookingCalendarPRO_Form .section-item select:focus, 
.DOPBackendBookingCalendarPRO_Form .section-item input[type=text]:focus,
.DOPBackendBookingCalendarPRO_Form .section-item textarea:focus{
    border-color: #bbce3d;
    outline: none;
}


.DOPBackendBookingCalendarPRO_Form .section input[type=button]{
    background: #000000;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    margin: 5px 10px 0 0;
    padding: 5px 10px;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.DOPBackendBookingCalendarPRO_Form .section input[type=button]:hover{
    background: #313131;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

/******************************************************************************* Info */

.DOPBackendBookingCalendarPRO_Info{
    background: #fcfcfc;
    border: 1px solid #909090;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 4px #b0b0b0;
    -webkit-box-shadow: 2px 2px 4px #b0b0b0;
    box-shadow: 2px 2px 4px #b0b0b0;
    color: #606060;
    display: none;
    font: normal 12px/1em 'Source Sans Pro', sans-serif !important;
    max-width: 300px;
    left: 0px;
    padding: 10px;
    position: absolute;
    top: 0px;
    z-index: 1000000;
}
/*  e-GDS Custom */
.firstDaySelected, .lastDaySelected
{
	position: relative;
}
.CheckInPopUp, .CheckOutPopUp
{
	position: absolute;
	top: -25px;
	left: 0;
	background: #3c3c3c;
	opacity: 0.90;
    filter: alpha(opacity=90);
	color: #FFF;
	z-index: 99999;
	padding: 4px 6px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.CheckOutPopUp
{
	top: auto;
	bottom: -25px;
}
.CheckInPopUp:after { top: 100%; left: 35%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(60, 60, 60, 0); border-top-color: #3c3c3c; border-width: 5px; margin-left: -10px; }
.CheckOutPopUp:after { bottom: 100%; left: 35%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(60, 60, 60, 0); border-bottom-color: #3c3c3c; border-width: 5px; margin-left: -10px; }


/*Responsive*/
@media (min-width: 1442px) {
    .DOPBackendBookingCalendarPRO_Day .bind-content .content .price {
        font-size: 16px !important;
    }

    .DOPBackendBookingCalendarPRO_Day .bind-content .content .old-price {
        font-size: 14px !important;
    }
}