.close:before {
    content: "\2573";
}

.ui-datepicker-trigger img {
    width: 10% !important;
}

.comp {
    border: 1px solid #eee;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px 10px #aaa;
    -webkit-box-shadow: 0px 0px 10px 10px #aaa;
    box-shadow: 0px 0px 10px 10px #aaa;
}

.bottom-header {
    padding: 20px 50px 30px;
    width: 100%;
    min-height: 90px;
    background-color: #fff;
    height: 90px;
    text-align: justify !important;
    z-index: 10;
}

#log-in-overlay {
    color: #888;
}

.tooltip, .tip {
    position: absolute;
    width: 480px;
    height: auto !important;
    display: none;
    color: #666;
    padding: 10px !important;
    font-size: 0.9em;
    border-color: #fff;
    z-index: 9999;
    float: left;
    -moz-box-shadow: 0 0 20px 3px #999;
    -webkit-box-shadow: 0 0 20px 3px #999;
    box-shadow: 0 0 20px 3px #999;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.92);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EAFFFFFF,endColorstr=#EAFFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EAFFFFFF,endColorstr=#EAFFFFFF);
    zoom: 1;
}

.box {
    background: #fff;
    width: 100%;
    border: 1px solid #ececec;
    padding: 10px;
}

    .box h2.title, .box h1.title {
        font-size: 20px;
    }

@media screen and (max-width:767px) {
    .col-md-8 {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .col-md-4 {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
    }
}

@media print {
    header, #bgimg, #toplinks-bg, .header-container, #companyareaheader, #companyareaheader + div, footer, .noprint {
        display: none !important;
    }

    a[href]:after {
        content: none;
    }

    .pull-right {
        float: left !important;
    }
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    /*display: none;*/
    border: none;
    background: none;
    color: #000;
}

.ui-dialog {
    background-color: #ffd800;
    position: fixed;
    bottom: 20px;
    left: 20px !important;
    height: 150px;
    max-height: 150px;
}

.pad {
    padding: 10px;
    font-size: 14px;
}

    .pad a {
        text-decoration: underline;
    }

        .pad a:hover {
            text-decoration: none;
            color: #0058AD;
        }

.sil {
    border: solid 1px silver;
    padding: 9px 0 0 0;
}

    .sil div {
        margin: 5px 0;
    }

.inp {
    width: 100%;
}

.inpHead {
    min-width: 450px;
}

.colborder {
    min-height: 365px;
    border: solid 1px silver;
    font-size: 13px;
}

.sil4col {
    border: solid 1px silver;
    min-height: 230px;
    padding: 20px;
    font-size: 13px;
}

.sil {
    border: solid 1px silver;
    padding: 20px;
    font-size: 13px;
}

p {
    font-size: 13px;
}

.btn-border-blu {
    color: #2a6496!important;
}

.reservation a {
    text-decoration: underline;
}

    .reservation a:hover {
        text-decoration: none;
    }

.reservation .newsection {
    margin-bottom: 0px !important;
}

.Room-num .right .cval, .Room-num .right .curr {
    font-size: 18px;
    font-weight: bold;
}

.Room-num ul {
    list-style-type: none;
    margin-left: 0px;
}

.Room-num li img {
    max-width: 9%;
    float: left;
    margin-right: 5px;
}
