@charset "UTF-8";

/*
 * Developer: Rene Voorberg
 * Team site: http://cmsideas.net/
 * Support: http://support.cmsideas.net/
 * 
 *
*/
 


.cmsideas-single {
    
    display: block;
    position: relative;
    padding: 8px;
    height: 100%;
    min-height:400px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cmsideas-single.is-hidden {
    display: none;
}

.cmsideas-single.is-bound {
    position: absolute;
    //box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.cmsideas-title {
    position: relative;
    text-align: center;
}

.cmsideas-label {
    display: inline-block;
    *display: inline;
    position: relative;
    
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.cmsideas-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.cmsideas-prev,
.cmsideas-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.cmsideas-prev:hover,
.cmsideas-next:hover {
    opacity: 1;
}

.cmsideas-prev,
.is-rtl .cmsideas-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.cmsideas-next,
.is-rtl .cmsideas-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.cmsideas-prev.is-disabled,
.cmsideas-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.cmsideas-select {
    display: inline-block;
    *display: inline;
}

.cmsideas-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.cmsideas-table th,
.cmsideas-table td {
	padding: 0;
    width: 14.285714285714286%;
}

.cmsideas-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.cmsideas-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .cmsideas-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .cmsideas-button {
    color: #fff;
    
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .cmsideas-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.cmsideas-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.cmsideas-session-button{
	cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-selected .cmsideas-session-button {
    color: #fff;
    
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .cmsideas-session-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.cmsideas-session-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}
/*******/

.category-booking-product .product-options {
    padding: 15px 27px 15px;
}

.category-booking-product .product-options dt {
    margin-bottom: 14px;
}

.category-booking-product .last label.required{
    font-size: 14px;
}

.category-booking-product .input-box > div#cmsideasday_element{
    height: auto !important;
    max-width: 49% !important;
    margin-right: 2%;
    min-width: 381px !important;
}
.category-booking-product .product-view .product-options dd .input-box {
    height: 300px !important;
}
.category-booking-product .input-box #cmsideasday_info{
    width: 49% !important;
    float: left !important;
}

.category-booking-product .input-box #cmsideasday_info > div{
    margin-left: 0 !important;
    font-size: 14px !important;
    color: #50bacc !important;
    background-color: #FCF1E3;
    padding: 0px 0px 0px 20px;
    max-width: 71%;
}

.category-booking-product .input-box #cmsideasday_info > div#cmsideasday_info_title{
    padding-top: 14px !important; 
}

.category-booking-product .input-box #cmsideasday_info > div:last-child{
    padding-bottom: 14px; 
}

.category-booking-product .product-options p.required {
    position: absolute;
    top: 93% !important;
    right: 30px !important;
    font-size: 14px;
}

.category-booking-product .last > #cmsideasday_info{
    width: 49%;
    padding: 14px 0 14px 20px;
    background-color: #fcf1e3;
    margin-top: 16px;
    margin-bottom: 15px;
    font-size: 14px !important;
    color: #50bacc !important;
}

.category-booking-product .cmsideas-single {
    background: #50bacc !important;
    overflow: hidden;
    height: 300px !important;
    min-width: 381px !important;
}

.category-booking-product .cmsideas-label {
    text-transform: uppercase;
    background: #50bacc !important;
    font-size: 17.73px !important;
    color: #FFF !important;
}

.category-booking-product .cmsideas-title {
    margin: 0 -7px;
    border-bottom: 1px solid #62c1d1;
    padding: 6px 20px;
}

.category-booking-product .cmsideas-prev{
    background: url("images/prev.png") no-repeat !important;
    background-position: center center !important;
    opacity: 1 !important;
    height: 30px;
    width: 30px;
    border: 2px solid #FFF;
    border-radius: 50%;

}

.category-booking-product .cmsideas-next{
    background: url("images/next.png") no-repeat !important;
    background-position: center center !important;
    opacity: 1 !important;
    height: 30px;
    width: 30px;
    border: 2px solid #FFF;
    border-radius: 50%;
}
.category-booking-product .cmsideas-single.is-bound > div:nth-child(2){
    padding: 10px 15px 0px 15px !important;
}

.category-booking-product .cmsideas-single.is-bound > div:nth-child(3){
    width: 177px !important;
    margin-left: 0 !important;
    padding-top: 10px !important;
}

.category-booking-product .cmsideas-table th {
    color: #FFF !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.category-booking-product .cmsideas-table th abbr[title] {
    border: none !important;
}

.category-booking-product .cmsideas-table td button{
    background: none !important;
    font-size: 15px !important;
    color: #FFF !important;
    width: 30px !important;
    text-align: center !important;
    margin: 0 5px;
    border: 1px solid rgba(0,0,0,0);
}

.category-booking-product .cmsideas-table td {
    padding: 0px;
    width: 14.2857%;
    text-align: center;
}
.category-booking-product .cmsideas-single.is-bound > div:nth-child(3) div a{
    text-align: center !important;
    font-size: 13px !important;
}
.category-booking-product .is-disabled .cmsideas-button {
    color: #FFF !important;
    opacity: 0.5 !important;
}
.category-booking-product .is-selected .cmsideas-button{
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #FFF !important;
    color: rgb(51, 170, 255) !important;
}

.category-booking-product .cmsideas-table .cmsideas-button:hover {
    border: 1px solid #FFF !important;
    border-radius: 0 !important;
}

.category-booking-product .cmsideas-single.is-bound > div:nth-child(3) {
    color: rgb(255, 255, 255) !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.category-booking-product .cmsideas-single.is-bound > div:nth-child(3) p{
    color: rgb(255, 255, 255) !important;
    margin-bottom: 16px !important;
}
.category-booking-product .cmsideas-single.is-bound > div:nth-child(2) table{
    width: 335px !important;
}

.category-booking-product .cmsideas-single.is-bound > div:nth-child(2) > a{
    font-size: 15px !important;
    color: #fff !important;
    text-transform: capitalize;
    bottom: 6px !important;
    left: 0 !important;
    padding-left: 30px;
    padding-top: 13px;
    border-top: 1px solid #62C1D1;
    width: 100%;
    cursor: pointer !important;
}

.category-booking-product .cmsideas-single.is-bound > div:nth-child(2) > a:hover{
    color: rgb(202, 230, 238) !important;
}

.cmsideas-session-button:hover {
    color: #FFF !important;
    background: none repeat scroll 0% 0% #3AF !important;
}

.category-booking-product .cmsideas-table tr{ 
    border-bottom: 2px solid rgba(0,0,0,0);
}

.category-booking-product .cmsideas-table thead tr{ 
    border-bottom: 12px solid rgba(0,0,0,0);
}


@media (max-width:1258px){
    .category-booking-product .input-box > div#cmsideasday_element {
    max-width: 63% !important;
    }
    .category-booking-product .input-box #cmsideasday_info {
    width: 36% !important;
    float: left !important;
    }
    .category-booking-product .input-box #cmsideasday_info > div {
    padding: 0px 15px 0px 20px;
    max-width: 100%;
    }
    .category-booking-product .last > #cmsideasday_info {
    width: 61.8%;
    padding: 14px 10px 14px 20px;
    }
}

@media (max-width:1023px){
    .category-booking-product .input-box > div#cmsideasday_element {
    max-width: 65% !important;
    }
    .category-booking-product .input-box #cmsideasday_info {
    width: 33% !important;
    float: left !important;
    }
    .category-booking-product .last > #cmsideasday_info {
    width: 64.8%;
    padding: 14px 10px 14px 20px;
    }
}

@media (max-width:977px){
    .category-booking-product .input-box > div#cmsideasday_element {
    max-width: 86% !important;
    }
    .category-booking-product .input-box #cmsideasday_info {
    width: 560px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    }

    .category-booking-product .last > #cmsideasday_info {
    width: 560px;
    padding: 14px 10px 14px 20px;
    clear: both;
    }
}

@media (max-width:767px){
    .category-booking-product .input-box > div#cmsideasday_element {
        max-width: 100% !important;
    }
}

@media (max-width:687px){
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(3) {
    width: 165px !important;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(2) table {
    width: 311px !important;
    }
    .category-booking-product .input-box > div#cmsideasday_element {
    margin-right: 0 !important;
    }
    .category-booking-product .last > #cmsideasday_info {
    width: 100% !important;
    }
    .category-booking-product .input-box #cmsideasday_info {
    width: 100% !important;
    }
}

@media (max-width:639px){
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(2) table {
    width: 70% !important;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(3) {
    width: 20% !important;
    padding-right: 10px;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(2) {
    padding: 10px 5px 0px !important;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(3) div a {
    width: 100% !important;
    }
}

@media (max-width:480px){
    .category-booking-product .product-options {
    padding: 15px 18px;
    }
}

@media (max-width:479px){
    .category-booking-product .product-options {
    padding: 15px 5px;
    }
    .category-booking-product .cmsideas-single {
    min-width: 0 !important;
    padding: 0 !important;
    min-height: 465px !important;
    margin-bottom: 20px;
    height: auto !important;
    max-width: 292px !important;
    }
    .category-booking-product .cmsideas-title {
    padding: 6px 10px;
    margin: 0 !important;
    }
    .category-booking-product .input-box > div#cmsideasday_element {
    min-width: 0 !important;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(3) {
    padding-right: 0;
    width: 100% !important;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(3) div a {
        width: 70% !important;
        float: none !important;
        margin: auto !important;
        margin-bottom: 5px !important;
    }
    .category-booking-product .product-options p.required {
        top: 96% !important;
    }
    .category-booking-product .input-box #cmsideasday_info {
        margin-top: 0 !important;
    }
}

@media (max-width:330px){
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(2) {
    padding: 10px 0px 0px 0px !important;
    }
    .category-booking-product .cmsideas-single.is-bound > div:nth-child(2) table {
    margin-left: -1px;
    }
}
