.headerselect {
    background-color: #0b0b0b;
    border: 0;
    width: 30px;
    color: #ffffff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 10px;
    height: 40px;
}

.selectlabel {
    position: relative;
    float: left;
    margin-left: 7px;
}

.selectlabel:after {
    content: '';
    font: 16px "Consolas", monospace;
    color: #fff;
    background-color: #0b0b0b;
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border: 0;
    position: absolute;
    width: 11px;
    height: 8px;
    pointer-events: none;
    background-image: url("../images/selectarrow.jpg");
    margin-top: 16px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px;
    }
}

.headerselect option {
    padding: 4px 5px;
    color: #666666;

    /*text-shadow: 1px 1px 0px #fff;*/
    /*background: #ededed;*/
    /*background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));*/
    /*background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);*/
    /*background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);*/
    /*background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);*/
    /*background: linear-gradient(top, #ededed 0%,#dedede 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );*/
    /*-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
    /*-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
    /*box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
}

/* Date Picker Container */
.datecontainer {
    float: left;
    left: 20px;
    width: 230px;
    height: 43px;
    background: #0b0b0b;
    font-size: 0.7em;
}

.datecontainer .label {
    height: 27px;
    width: 60px;
    color: #747474;
    float: left;
    padding: 13px 10px 1px 10px;
    background-color: #161616;
}

.datecontainer.adults .label {
    width: 51px;
}

.datecontainer.rooms .label {
    width: 38px;
}

.btn_check_avail {
    margin-top: 15px;
    float: left;
    margin-left: 12px;
}

.datecontainer.checkin {
    margin-left: 193px;
    margin-top: 20px;
    margin-right: 10px;
}

.datecontainer.checkout {
    margin-top: 20px;
    margin-right: 10px;
}

.datecontainer.adults {
    margin-top: 20px;
    margin-right: 9px;
    width: 108px;
    border: 2px solid rgb(37, 37, 37);
    height: 41px !important;
}

.datecontainer.rooms {
    margin-top: 20px;
    width: 95px;
    border: 2px solid rgb(37, 37, 37);
    height: 41px !important;
}

.datecontainer input,
.dateinput {
    width: 100px;
    background: #0b0b0b;

    /*-webkit-box-shadow: inset 0px 1px 3px #555, 0px 1px 0px 0px #777;*/
    /*-moz-box-shadow: inset 0px 1px 3px #555, 0px 1px 0px 0px #777;*/
    /*box-shadow: inset 0px 1px 3px #555, 0px 1px 0px 0px #777;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    color: #fff;
    padding: 12px 10px;
    border: 0;
    float: left;
    display: inline;
}

.datecontainer input:focus {
    outline: 0;
}

/* Date Trigger (Icon) */
.datecontainer .ui-datepicker-trigger {
    float: left;
    display: table;
    cursor: pointer;
    margin-top: 11px;

    /*margin-right: 11px;*/
}

/* Calendar Container */
#ui-datepicker-div {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#ui-datepicker-div a {
    text-decoration: none;
}

/* Date Picker Header */
.ui-datepicker-header {
    background-color: #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color = #000, offx = 1, offy = -1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    line-height: 550%;
    overflow: hidden;
}

/* Date Picker Table */
.ui-datepicker table {
    width: 100%;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color = #fff, offx = 1, offy = 0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color = #fff, offx = 1, offy = 1);
}

/* Date Picker Hover & Active */
.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color = #4d7a85, offx = 0, offy = 1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}