/* my profile -> calendar */
.content-calendar{
    overflow: hidden;
    margin: 0 0 27px;
}
.venue-left-side .content-calendar{
    padding: 27px 0 24px;
    border-bottom: 1px solid #d9d9d9;
    margin-right:-6px;
}
#dashboard .venue.venue-profile-calendar{
    padding-top:15px;
    padding-bottom:36px;
    /*overflow: hidden;*/
}
#dashboard h1.calendar-page-title{
    padding-top:4px;
    letter-spacing:3px;
}
#new-site #header,
#new-site #footer,
#new-site #header *
/*,*/
/*#new-site #footer **/
{
    box-sizing:content-box;
}

#dashboard .venue-profile-calendar .actions .button{
    min-width:131px;
}
[class*="cal-cell"] {
    float: left;
    margin-left: 0;
    min-height: 1px;
}

.call-head-day-cell {
    margin-right: 3px;
}
.cal-row-fluid {
    font: 14px/17px 'radikalbold', sans-serif;
    width: 100%;
    *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.cal-row-fluid:after {
    clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.05213764337851929%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
    margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
    margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
    width: 100%;
    *width: 99.94669509594883%;
}
.cal-row-fluid .cal-cell6 {
    width: 85.71428571428571%;
    *width: 85.66098081023453%;
}
.cal-row-fluid .cal-cell5 {
    width: 71.42857142857142%;
    *width: 71.37526652452024%;
}
.cal-row-fluid .cal-cell4 {
    width: 57.14285714285714%;
    *width: 57.089552238805965%;
}
.cal-row-fluid .cal-cell3 {
    width: 42.857142857142854%;
    *width: 42.80383795309168%;
}
.cal-row-fluid .cal-cell2 {
    width: 28.57142857142857%;
    *width: 28.518123667377395%;
}
.cal-row-fluid .cal-cell1 {
    width: 14.285714285714285%;
    *width: 14.232409381663112%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
    margin-left: 100%;
    *margin-left: 99.89339019189765%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
    margin-left: 85.71428571428571%;
    *margin-left: 85.60767590618336%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
    margin-left: 71.42857142857142%;
    *margin-left: 71.32196162046907%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
    margin-left: 57.14285714285714%;
    *margin-left: 57.03624733475479%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
    margin-left: 42.857142857142854%;
    *margin-left: 42.750533049040506%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
    margin-left: 28.57142857142857%;
    *margin-left: 28.46481876332622%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
    margin-left: 14.285714285714285%;
    *margin-left: 14.17910447761194%;
}
.cal-row-fluid .cal-cell1 {
    width:  13.58571428571429%;
    *width: 13.133576642335766%;
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
    display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
    float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cal-events-num {
    margin-top: 20px;
}
.cal-month-day {

}
.cal-day-outofmonth span[data-cal-date]{
    color: #999 !important;
}
.day-highlight.dh-event-2 .cal-day-outofmonth span[data-cal-date],
[class*="cal-cell"]:hover .cal-day-outofmonth span[data-cal-date]{
    color: #cdcdcd !important;
}
.cal-month-day .cal-events-num {
    margin-left: 10px;
    margin-top: 18px;
}
#cal-week-box {
    position: absolute;
    width: 70px;
    left: -71px;
    top: -1px;
    padding: 8px 5px;
    cursor: pointer;
}
.cal-day-tick {
    position: absolute;
    right: 50%;
    bottom: -21px;
    padding: 0px 5px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 26px;
    margin-right: -17px;
}
.cal-year-box #cal-day-tick {
    margin-right: -7px;
}
.cal-slide-box {
    position: relative;
}
.cal-slide-tick {
    position: absolute;
    width: 16px;
    margin-left: -7px;
    height: 9px;
    top: -1px;
    z-index: 1;
}
.cal-slide-tick.tick-month1 {
    left: 12.5%;
}
.cal-slide-tick.tick-month2 {
    left: 37.5%;
}
.cal-slide-tick.tick-month3 {
    left: 62.5%;
}
.cal-slide-tick.tick-month4 {
    left: 87.5%;
}
.cal-slide-tick.tick-day1 {
    left: 7.14285714285715%;
}
.cal-slide-tick.tick-day2 {
    left: 21.42857142857143%;
}
.cal-slide-tick.tick-day3 {
    left: 35.71428571428572%;
}
.cal-slide-tick.tick-day4 {
    left: 50%;
}
.cal-slide-tick.tick-day5 {
    left: 64.2857142857143%;
}
.cal-slide-tick.tick-day6 {
    left: 78.57142857142859%;
}
.cal-slide-tick.tick-day7 {
    left: 92.85714285714285%;
}
.events-list {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.cal-week-box {
    position: relative;
}

.event {
    display: block;
    background-color: #c3c3c3;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border: 1px solid #ffffff;
}
.event-block {
    display: block;
    background-color: #c3c3c3;
    width: 20px;
    height: 100%;
}
.cal-event-list .event.pull-left {
    margin-top: 3px;
}
.event-important {
    background-color: #ad2121;
}
.event-info {
    background-color: #1e90ff;
}
.event-warning {
    background-color: #e3bc08;
}
.event-inverse {
    background-color: #1b1b1b;
}
.event-success {
    background-color: #006400;
}
.event-special {
    background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
    background-color: #dddddd;
}
.day-highlight.dh-event-2:hover,
.day-highlight.dh-event-2 {
    background-color: #ece8e1;
}
.day-highlight.dh-event-2 span[data-cal-date]{
    color: #000;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
    background-color: #fdf1ba;
}
.day-highlight.dh-event-1 {
    background-color: #B8D9C5;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
    background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
    background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
    background-color: #ffe6ff;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    text-indent:-9999px;
    overflow:hidden;
    border: 0;
    padding: 0;
    font-size:0;
    line-height:0;
}
.cal-row-head [class*="cal-cell"]:hover{
    background:none;
}
.cal-row-head [class*="cal-cell"] small {
    font-weight: normal;
}
.cal-year-box .row:hover,
.cal-row-fluid:hover {
    background-color: #fafafa;
}
.cal-month-day {
    width: 100%;
    height:0;
    padding-bottom:81%;
}
.calendar-month-day-small {
    text-align: center;
}
[class*="cal-cell"]:hover, .cell-focus {
    background-color: #fff;
}
.venue-profile-calendar-booked [class*="cal-cell"]:not(".day-highlight"):hover {
    background-color: transparent;
}
[class*="cal-cell"]:hover span[data-cal-date]{
    color: #000;
}
[class*="cal-cell"].open:hover span[data-cal-date], .day-highlight.dh-event-3:hover span[data-cal-date]{
    color: #000;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
    min-height: 30px;
    border: 1px solid #cdcdcd;
    position: relative;
    cursor: pointer;
    margin: 0.6% 0.8% 0 0;
    font:12px/14px  'radikalbold', sans-serif;
    overflow: hidden;
}
.cal-year-box [class*="span"]:last-child,
.cal-month-box [class*="cal-cell"]:last-child {
	margin-right:0;
}

.cal-month-box [class*="cal-cell"] > div{
    width:100%;
}
.cal-year-box [class*="span"] {
    min-height: 60px;
}
.cal-year-box .row [class*="col-"]:last-child,
.cal-month-box .cal-row [class*="cal-cell"]:last-child {
    border-right: 0;
}
.cal-year-box .row,
.cal-month-box .cal-row-fluid {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0px;
    margin-right: 0px;
}
.cal-year-box .row:last-child,
.cal-month-box .cal-row-fluid:last-child {
    border-bottom: 0px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {

}
.cal-month-box {
    font: 14px/17px 'radikalbold', sans-serif;
    border-right: 0px;
    border-bottom: 0px;
}
span[data-cal-date] {
    position:relative;
    z-index:100;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-top: 4px;
    margin-right: 8px;
    color: #000;
}

.calendar-month-day-small span[data-cal-date] {
    margin-top: 0;
    margin-right: 0;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    display: block;
    padding: 2px 4px;
}

span[data-cal-date]:hover {
    opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
    opacity: 0.1;
    cursor: default;
}
.cal-month-box .cal-day-today span[data-cal-date] {
    text-decoration:underline;
}
.cal-day-holiday span[data-cal-date] {}
.cal-day-weekend span[data-cal-date] {}
.cal-cell .hover-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*`background: #ece8e1;*/
    box-sizing: border-box;
    padding:11px 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.cal-cell .hover-text span{
    display: table;
    height: 100%;
}
.cal-cell .hover-text em{
    font: 12px/14px 'didot_lt_stditalic', serif;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.venue-left-side [class*="cal-cell"]:hover .hover-text{
    display: block;
}
.venue-left-side [class*="cal-cell"]:hover span[data-cal-date]{
    color: #000 !important;
}
.venue-left-side  .cal-day-outofmonth:hover span[data-cal-date] {
    color: #999 !important;
}
#cal-week-box {
    border: 1px solid #e1e1e1;
    border-right: 0px;
    border-radius: 5px 0 0 5px;
    background-color: #fafafa;
    text-align: right;
}
.cal-week-box .cal-row-head {
    border-bottom: 1px solid #e1e1e1;
}
.cal-day-tick {
    border: 1px solid #e1e1e1;
    border-top: 0px solid;
    border-radius: 0 0 5px 5px;
    background-color: #ededed;
    text-align: center;
}
.cal-day-tick .fa {
    display: none;
}

.editable-cell{
    position:absolute;
    top: 50%;
    z-index:100;
    margin:-6px 0 0 ;
    width: 100%;
    text-align: center;
    font: 10px/12px 'didot_lt_stditalic', serif;
    color:#000;
}
.day-highlight .editable-cell{
    margin-top:-17px;
}

a.event-item-edit, a.event-item-delete {
    padding-left: 5px;
}
.cal-year-box .cal-slide-content a.event-item, .cal-year-box a.event-item-edit, .cal-year-box a.event-item-delete {
    position: relative;
    top: -3px;
}
.events-list {
    max-height: 47px;
    padding-left: 5px;
}
.cal-column {
    border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
    text-decoration: none;
    color: #151515;
}
.badge-important {
    background-color: #b94a48;
}

.pointer {
    cursor:pointer;
}

.cal-year-box:last-child {
    border-bottom: 0px;
}

.cal-row-fluid .cal-cell:first-child .popover.top > .arrow {
    margin-left: 0;
    left: 10px;
}

.cal-row-fluid .cal-cell:last-child .popover.top > .arrow {
    margin-left: 0;
    left: auto;
    right: 10px;
}

.cal-row-fluid .cal-cell:last-child .popover-unbooked-dates {
    left: auto;
    right: 0;
    margin-left: 0;
}

.cal-row-fluid .cal-cell:first-child .popover-unbooked-dates {
    left: 0;
    margin-left: 0;
}

.venue-profile-calendar .row.row-title{
    margin-bottom:13px;
    margin-top:14px;
}
.calendar-legend {
    font:12px/14px 'loraregular', serif;
}
.calendar-legend li{
    display:inline-block;
    vertical-align:top;
    padding:0 0 0 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 0 -4px;
    font-family:'radikalthin'
}
.text-right .calendar-legend li:first-child{
    padding-left: 0;
}
.calendar-legend li i{
    display:inline-block;
    vertical-align:middle;
    width: 14px;
    height: 14px;
    margin:-2px 9px 0 0;
    background:none;
}
.calendar-legend li span{
    display:inline-block;
    vertical-align:middle;
}
.calendar-legend .unbooked i { border: 2px solid #b8d9c5; background: #fff; }
.calendar-legend .available i { border: 1px solid #ccc; background: #fff; }
.calendar-legend .partially-booked i { border: 1px solid #ccc; background: linen; }
.calendar-legend .booked i { border: 1px solid #ccc; background: #E2DFDD; }
.calendar-row .calendar-legend {margin:1px 6px 0 0;}
.calendar-row .calendar-legend li {padding-bottom: 12px}

.venue-right-side .calendar-legend {padding: 17px 30px 49px 16px;}
.venue-right-side .list-inline > li { width: 50%; margin-bottom: 13px; }


.day-highlight.dh-event-3:hover,
.day-highlight.dh-event-3 {
    border: 2px solid #b8d9c5;
    background-color: #fff;
    overflow: visible;
}
#dashboard .venue.venue-profile-unbooked-dates{
    padding-bottom:34px;
}
.calendar-frame{
    margin-right: -5px;
    padding-left: 10px;
}
#unbooked_dates {
    margin:6px -5px 0 0;
    border:1px solid #ccc;
    border-radius:0;
}
#unbooked_dates .intro{
    padding:19px 10px 6px;
}
#unbooked_dates h3 {
    font-size:14px;
    line-height:16px;
    margin-bottom:17px;
}
#unbooked_dates .intro h3{
    margin-bottom:11px;
}
#unbooked_dates h3 span{
    font:14px/16px 'didot_lt_stditalic', sans-serif;
    text-transform:none;
}
#dashboard .unbooked-holder p{
    margin-bottom:18px;
}
.unbooked-holder .prod-title {
    padding:18px 8px 17px 14px;
    font:14px/16px "radikalbold",sans-​serif;
    text-transform:uppercase;
}
.unbooked-holder .prod-title span{
    font:14px/16px 'didot_lt_stditalic', serif;
    text-transform:none;
}
.product-item .list-group{
    margin-bottom:0;
}
.product-item .list-group-item{
    margin:1px 0 0;
    padding:0;
    border:none;
    border-radius:0;
}
.product-item  .brief-info{
    padding:11px 18px 8px 20px;
    background:#ece8e1;
}
.product-item .opener{
    float:right;
    margin-left:5px;
}
.product-item .opener-link{
    display:block;
    padding:0;
    margin-top:1px;
    font:10px/14px 'didot_lt_stdregular', serif;
    text-transform:none;
}
.product-item  .brief-info h4{
    overflow:hidden;
    margin:0;
    font:12px/14px 'radikalbold', sans-serif;
    text-transform:uppercase;
}
.product-item .date_status {
    text-transform: none;
    font-family:'didot_lt_stditalic', serif;
}
.product-item .form-holder{
    padding:10px 18px;
}
.product-item .form-group{
    position:relative;
    margin-bottom:14px;
}
.product-item input[type="text"],
.product-item textarea{
    width:100%;
    height:27px;
    padding:6px 7px 5px;
    box-sizing:border-box;
    font:12px/14px 'loraitalic', serif;
    color:#000;
}
.product-item textarea{
    height:53px;
    min-height:53px;
    padding:4px 1px 1px 8px;
}
.product-item label{
    display:block;
    margin:6px 0 10px;
    font: 12px/14px 'radikalbold', sans-serif;
    text-transform:uppercase;
}
.product-item input[type="text"]:focus,
.product-item textarea:focus{
    box-shadow:none;
    border-color:#b8d9c5;
}
.product-item .help{
    position:absolute;
    right:-13px;
    bottom:11px;
    width:9px;
    height:9px;
    text-indent:-9999px;
    overflow:hidden;
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENBRkRBNzkxMDYwMTFFNTk5ODFGMDNDRjExOUJBRDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENBRkRBN0ExMDYwMTFFNTk5ODFGMDNDRjExOUJBRDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQ0FGREE3NzEwNjAxMUU1OTk4MUYwM0NGMTE5QkFENyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQ0FGREE3ODEwNjAxMUU1OTk4MUYwM0NGMTE5QkFENyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg/Q3YMAAAB7UExURePVyf///+LUyOTWy+7l3vn29OLTxuzj2+fa0OPUyOPVyOrf1vLr5fTv6vj08ebaz+3k3P7+/vPt5+fb0PXw7OXXzOTXzPbx7eLUx/Dp4uzi2vDo4ejd0/v59+vi2efb0f7+/e7m3//+/vz7+v38+/Hp4+vh2P///vHq5LDGsOgAAABVSURBVHjaDMxHAoIwAEXB90MgNJGuAlJEyv1PCNtZDNLPf/mS0DeJAjOu4j9FT1uZpCAlbt0W8GCH92cwWHLwnIGemrixQIa6G2G5l/kMvbA8dAkwAKOIA4vZSnU/AAAAAElFTkSuQmCC") no-repeat;
}
.product-item .buttons-group{
    margin:-3px 0 7px 1px;
}
.venue-profile-calendar  .product-item .btn-cal {
    font-size: 10px;
    line-height: 12px;
    padding: 8px 4px 6px;
    width:65px;
}
.venue-profile-calendar .product-item .btn-cal + .btn-cal{
    margin-left:3px;
}

.venue-profile-unbooked-dates .calendar-row .calendar-legend{
    margin-right:0;
}
.venue-profile-unbooked-dates .calendar-legend li{
    padding-left:22px;
}
.venue-profile-unbooked-dates .calendar-row .btn-group{
    padding-right:0;
    margin-right:-3px;
}
.ub-title h4 { text-transform: uppercase }
.cal-types{
    float: none;
    /* left: 100%; */
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    padding:16px 2px 0 10px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    min-width: 0;
    margin: 0;
    color:#000;
    background:#fff;
}
.venue-profile-calendar .cal-types li{
    margin-bottom:8px;
}
.cal-types .status-0{display:none;}
.cal-types .title{
    font: 10px/12px 'radikalbold', sans-serif;
    margin: 0 0 1px;
    display: block;
}
.venue-profile-calendar .cal-types .btn {
    position:relative;
    padding:0 0 0 17px;
    border:none;
    font:12px/16px 'didot_lt_stditalic', serif;
    text-align:left;
    text-transform:none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.venue-profile-calendar .cal-types .btn:before{
    position:absolute;
    top:0;
    left:0;
    width:12px;
    height:12px;
    border:1px solid #d3d2d0;
    background:#fff;

    content:'';
}
.venue-profile-calendar .cal-types .btn:hover{
    background:none;
}

.preview-booked{
    position:absolute;
    top:21%;
    z-index:100;
    width: 100%;
    text-align: center;
    font: 10px/14px 'loraregular',serif;
    text-transform:capitalize;
    color:#000;
}
.dh-event-2 .preview-booked{
    /*color:#fff;*/
}
.preview-booked .icon{
    display:block;
    width:31px;
    height:28px;
    margin:0 auto 4px;
    background: url(../images/retina/icons-calendar.png) -9999px -9999px no-repeat;
    background-size: 31px;
}
.preview-booked .icon.clock{
    background-position:50% -224px;
}
.preview-booked .icon.check{
    background-position:50% -275px;
}
.dh-event-2 .preview-booked .icon.clock{
    background-position:50% -51px; /*50% 0; white color*/
}
.dh-event-2 .preview-booked .icon.check{
    /*background-position:50% -103px;*/
}
.dh-event-1 .preview-booked .icon.clock{
    background-position:50% -51px;
}
.dh-event-1 .preview-booked .icon.check{
    background-position:50% -163px;
}

.calendar-row {
    font: 14px/17px 'radikalbold', sans-serif;
}
.calendar-h-month {
    padding: 0px;
    margin-top: 0px;
}
.calendar-row .btn-group button {
    color: #000;
    font-size: 12px;
}


h3.calendar-h-month {
    text-align: center;
    text-transform: uppercase;
    font:14px/16px 'radikalbold', sans-serif;
    color: #000;
    letter-spacing: 1px;
    margin: 0 0 11px;
}

.popover-unbooked-dates { width: 274px; display: block; bottom: 99%; left: 50%; margin-left: -138px; top: auto; font-family: 'radikal', sans-serif; font-size: 0.9em; z-index: 999; word-wrap: break-word; }
.popover-unbooked-dates:after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 100%;
}
.popover-unbooked-dates .popover-inner{
    padding:12px 11px 13px 11px;
    overflow:hidden;
}
.popover-unbooked-dates .image{
    float:left;
    width:93px;
    margin-right:9px;
}
.popover-unbooked-dates .image img{
    display:block;
    height:auto;
    width:100%;
}
.popover-unbooked-dates .text{
    overflow:hidden;
}
#vendor .popover-unbooked-dates .popover-title,
.popover-unbooked-dates .popover-title{
    border-bottom:none;
    background:none;
    padding:0;
    margin-bottom:13px;

    text-transform:uppercase;
    font:12px/14px 'radikalbold', sans-serif;
    text-align:left;
    letter-spacing:0;
}
.popover-unbooked-dates .popover-content{
    padding:0 0 15px;
    min-height:49px;
    font-size:10px;
    line-height:12px;
}
.popover-unbooked-dates .contact-venue-button { padding: 0; text-align: right; }
.popover-unbooked-dates .contact-venue-button button { border: 1px solid #b8d9c5; color: #000; font-family: "radikalbold"; font-size: 10px; line-height:12px; padding: 6px 6px 5px; border-radius:0; }

.cal-cell-sm  .popover-unbooked-dates .popover-inner{padding:7px 8px 9px;}
.cal-cell-sm .popover-unbooked-dates{
    bottom:99%;
    top:auto;
    width:155px;
    margin-left:-78px;
    z-index:999;
    border-radius:4px;
    font-family:'radikal', sans-serif;
}
.venue-right-side .popover-unbooked-dates .popover-content{min-height:1px; font-size:9px; line-height:11px; padding-bottom:12px;}
#vendor .cal-cell-sm .popover-unbooked-dates .popover-title { font-size: 10px; line-height:12px; margin-bottom:7px; }
.cal-cell-sm .popover-unbooked-dates .contact-venue-button { text-align: right; }
.cal-cell-sm .popover-unbooked-dates .contact-venue-button button { border: 1px solid #b8d9c5; color: #000; font-family: "radikalbold"; font-size: 8px; line-height:11px; padding: 4px 5px 2px;  }

#dashboard .venue.venue-profile-calendar .row-title h1{
    padding:0 0 14px;
    margin:0;
    font:18px/20px 'didot_lt_stdheadline', sans-serif;
    display:inline-block;
    float:left;
}
.calendar-row h1{
    padding:0 0 14px;
    margin:0;
    font:18px/20px 'didot_lt_stdheadline', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.calendar-row h1 i{
    font-style:normal;
    font-family: 'didot_lt_stditalic';
}
#dashboard .venue.venue-profile-calendar .row-title  h2{
    margin:0;
    clear:both;
}

.calendar-row .btn {
    padding: 0 5px; /*6px 1px;*/
    font:12px/14px "radikalbold", ​serif;
    text-transform:uppercase;
    color: #000;
}
.venue-right-side .calendar-row .btn {
    padding: 6px 1px;
    color: #000;
    width: 14px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/arrows.png) no-repeat -19px 7px;
}
.venue-right-side .calendar-row .btn:first-child {
    background-position: 2px 7px;
}
.calendar-row .btn-group{
    padding-right:2px;
    margin-left:10%;
}
.calendar-row .btn-prev,
.calendar-row .btn-next{
    width:14px;
    height:inherit; /*28px;*/
    text-indent:-9999px;
    overflow:hidden;
    background: url(../images/arrows.png) 4px 50% no-repeat;
}
.calendar-row .btn-next{background-position:-20px 50%;}


.venue-profile-unbooked-dates .dropdown-menu > li > a { font-size: 0.8em; padding: 5px;  }
.venue-profile-calendar .btn-cal{
    border: 1px solid #b8d9c5;
    color: #000;
    font-family: "radikalbold";
    font-size: 12px;
    line-height: 14px;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase; background: #fff; border-radius: 0 }

.venue-profile-calendar .btn-cal:hover,
.venue-profile-calendar .btn-cal:active{ background: #B8D9C5; }
.venue-profile-calendar .btn-cal + .btn-cal { margin-left: 5px; }

#dashboard .side-actions{
    display: block;
    float: none;
    max-width: 220px;
    margin-left: 0;
    overflow: hidden;
}
#dashboard .side-actions .button{
    width: 130px;
    margin: 0 0 10px !important;
}

@media (max-width: 1099px) {
	.venue-profile-calendar .row {
	    margin-left: 5px !important;
	    margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    #unbooked_dates{
        margin-bottom:15px;
        margin-right:0;
    }
    .cal-year-box [class*="span"]:nth-child(2) {
        border-right: 0px;
    }

    .cal-year-box [class*="span"]:nth-child(1), .cal-year-box [class*="span"]:nth-child(2) {
        border-bottom: 1px solid #e1e1e1;
    }
    .calendar-legend ul {
        text-align: left;
    }
    .calendar-legend ul li {
        padding-bottom: 5px;
    }

    .venue-profile-calendar .calendar-row .btn-group {
	    float:right;
    }

    .calendar-row .btn-group {
        text-align: center;
        display: block;
        overflow: hidden;
    }
    .calendar-row .btn-group  .btn {
        float: none;
        display: inline-block;
    }
    .calendar-row .calendar-legend{
        text-align: center;
    }
    .calendar-row h1{
        text-align: center !important;
    }
    #dashboard .calendar-row h2{
        text-align: center !important;
        margin-bottom: 14px !important;
    }
    .venue-profile-calendar .row.row-title, #vendor .venue-left-side .row{
        margin-bottom: 0;
    }

    .venue-profile-calendar .row {
	    margin-left: 5px !important;
	    margin-right: 0 !important;
    }

    span[data-cal-date]{z-index:100;}
    ul.cal-types {
        background: #ece8e1;
        width: auto;
        padding:5px 2px 2px 5px;
    }
    .venue-profile-calendar .cal-types li{
        margin-bottom:4px;
    }
    .dropdown-menu>li>a {
        white-space: normal;
        padding: 0 2px;
        line-height: 1;
        font-size: 12px;
        font-weight: normal;
    }
    /* sidebar btn save calendar change */
    #dashboard .side-actions{
        max-width: 100%;
        overflow: hidden;
        padding: 24px 0 0;
    }
    #dashboard .side-actions .button{
        margin: 0 auto 10px !important;
        float: none !important;
        display: block !important;
    }
    .preview-booked{
        font-size: 10px;
    }
    .calendar-frame{
        margin-right:0;
        padding-left:0;
    }
    .venue-profile-calendar .purchase-button{
        padding-left:15px;
        padding-right:15px;
    }
    .calendar-row .calendar-legend,
    .venue-profile-unbooked-dates .calendar-row .calendar-legend{
        margin-left:6px;
        margin-right:6px;
    }
    .calendar-row .calendar-legend li,
    .calendar-row .calendar-legend li:first-child{
        margin:0;
        padding-left:10px;
        padding-right:6px;
    }
}
@media screen and (max-width: 900px){

    /*sidebar min calendar*/
    /*sidebar min calendar legend */
    .venue-right-side .calendar-legend {
        padding: 17px 16px;
    }
    .venue-right-side .list-inline > li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    /* .popover-unbooked-dates {
         bottom:74px;
     }*/

    .cal-row-fluid .call-head-day-cell {
        width: 12%;
        margin-right: 2.28%;
    }

    .cal-context{
        width:99% !important;
        margin-left:0.5%;
    }
    #unbooked_dates{
        margin-bottom:10px;
    }

}
@media (max-width: 600px) {
    .popover-unbooked-dates {
        width: 176px;
        margin-left: -88px;
        /*bottom:58px;*/
    }

    .popover-unbooked-dates .image{
        display:none;
    }

    .cal-types .title{
        display: none;
    }
    .cal-cell .hover-text em{
        font-size:10px;
        line-height:12px;
    }
    .cal-year-box [class*="span"],
    .cal-month-box [class*="cal-cell"]{
        min-height:40px;
    }
    .cal-month-day{
        padding-bottom:100%;
    }
    ul.cal-types {
        padding: 2px;
    }
    .venue-profile-calendar .cal-types li{
        margin: 0;
    }
    .cal-types a.btn.btn-link.text-left{
        font-size: 10px;
        line-height: 12px;
        white-space: normal;
        padding: 1px 0 0 14px;
    }
    .product-options-popup.unbooked h1{
        margin-bottom:15px;
    }
    .product-options-popup.unbooked .products-table{
        display:block;
        border:none;
    }
    .product-options-popup.unbooked .child-product{
        padding-bottom:20px;
        margin-bottom:10px;
    }
    .product-options-popup.unbooked .child-product .description{
        padding-bottom:15px;
    }
    .product-options-popup.unbooked .child-product + .child-product,
    .product-options-popup.unbooked .child-product{
        border-left:0;
        border:1px solid #ccc;
    }

}
@media (max-width: 450px) {
    ul.cal-types {
        padding: 1px;
    }
    .cal-types a.btn.btn-link.text-left{
        font-size: 8px;
        line-height: 8px;
        padding:1px 0 0 9px;
    }
    .cal-month-box [class*="cal-cell"]{
        min-height:54px;
    }
    .cal-month-day{
        padding-bottom:130%;
    }
    .venue-profile-calendar .cal-types .btn:before{
        width: 7px;
        height: 7px;
    }
    .preview-booked{
        height: 30px;
        overflow: hidden;
    }

    /*.popover-unbooked-dates{
        bottom:31px;
    }*/
}
@media (max-width: 450px) {
    .preview-booked{
        height: 30px;
        overflow: hidden;
    }
    .editable-cell{
        bottom: 2px;
        top:auto;
    }
    .editable-cell hr{
        display: none;
    }
    span[data-cal-date]{
        margin-top: 1px;
        margin-right: 2px;
        font-size: 8px;
    }
}
@media (max-width: 360px) {
    .preview-booked{
        top:9%;
    }
}
