/*
Plugin styles
*/

.widget_amw-octorate {
    border: 1px solid #ccc;
    padding: 14px;
    margin-bottom: 20px;
}

.widget_amw-octorate .widget-title {
    font-size: 20px;
    margin-bottom: 14px;
}

/*
.widget_amw-octorate input, .widget_amw-octorate button, .widget_amw-octorate select {
    margin: 12px 0 0;
}
*/

.widget_amw-octorate .group {
    margin: 12px 0 0;
}

.widget_amw-octorate .datepicker-group {
    position: relative;
}

.widget_amw-octorate .ui-datepicker-trigger {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 15px;
    height: 40px;
  }
 #ui-datepicker-div {
    font-size: 80%;
}
.ui-widget-header {
    color: #333;
}
.ui-datepicker-title select {
    width: auto;
    height: auto;
    padding: 0;
    display: inline;
}

/*Home*/
.widget_amw-octorate.amw-octorate-horizontal {
    padding: 10px 0 30px;
    border: none;
    z-index: 1000;
    display: block; /*flex*/
}

.widget_amw-octorate.amw-octorate-horizontal div.group {
    width: 25%;
    float: left;
    margin-right: 12px;
}
.widget_amw-octorate.amw-octorate-horizontal .form-has-children div.group {
    width: 19%;
}

.widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group {
    width: 20%;
    margin-right: 0;
}

.widget_amw-octorate.amw-octorate-horizontal .form-has-children .octobooksubmit.group {
    width: 19%;
}


.widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group input {
    width: 100%;
}

@media (max-width: 1199px) {
    .widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group {
        width: 22%;
    }

    .widget_amw-octorate.amw-octorate-horizontal .pax.group {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group {
        width: 22%;
    }

    .widget_amw-octorate.amw-octorate-horizontal .pax.group {
        width: 20%;
    }

    .widget_amw-octorate.amw-octorate-horizontal .form-has-children div.group {
        width: 18%;
    }    
    .widget_amw-octorate.amw-octorate-horizontal .form-has-children .octobooksubmit.group {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .widget_amw-octorate.amw-octorate-horizontal div.group, 
    .widget_amw-octorate.amw-octorate-horizontal .pax.group, 
    .widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group {
        width: 46%;
        float: left;
        margin-right: 2%;
        margin-left: 2%;
    }
    .widget_amw-octorate.amw-octorate-horizontal .form-has-children div.group {
        width: 47%;
    }    
    .widget_amw-octorate.amw-octorate-horizontal .form-has-children .octobooksubmit.group {
        width: 96%;
    }
}

@media (max-width: 575px) {
    .widget_amw-octorate.amw-octorate-horizontal div.group, 
    .widget_amw-octorate.amw-octorate-horizontal .pax.group, 
    .widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .widget_amw-octorate.amw-octorate-horizontal .form-has-children div.group {
        width: 47%;
    }    
    .widget_amw-octorate.amw-octorate-horizontal .form-has-children .octobooksubmit.group {
        width: 96%;
    }
    
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {

    color: #000;
}
.ui-datepicker-trigger img {
    width: 25px;
  }

/** SiteKey **/
.widget_amw-octorate .textdate table td {
    padding: 0 3px 0 3px;
    /* width: 100%; */
    min-width: 174px;
    background-color: #fff;
}  

