﻿
body {
    background-color: #1FAAAA;
    color: #282828;
    font-family: Arial,"Trebuchet MS",Helvetica,sans-serif;
    font-size: 13px;
    padding: 0px;
    margin: 0;
}

a {
    color: #2c71ab;
    text-decoration: underline;
}

img {
    border: 0px;
}

.adm_grd td a,
.adm_grd th a {
    background: none;
    color: #2c71ab;
    text-decoration: underline;
    font-weight: bold;
    border: none;
}

ul.menu a {
    text-decoration: none;
    background: none;
    margin: 0px;
    border: 0px;
}

a:hover {
    color: #000000;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /*color: #c94d02;*/
    color:#2c71ab;
    font-size: 20px;
    font-weight: normal;
}

h2 {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

h3 {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: normal;
}

#page_wrap {
    margin: 0px auto;
    padding: 0px;
    border-bottom: 3px solid #167777;
    border-left: 3px solid #167777;
    border-right: 3px solid #167777;
    background-color: #FFFCF1;
    width: 1290px;
}

.page_height {
    min-height: 450px;
    vertical-align: top;
}

#container {
    margin: 0px auto;
    padding: 0;
    background: #ffffff;
}

.header {
    background-color: #FFFCF1;
    border-bottom: 2px solid #6f0068;
}

    .header h1 {
        font-weight: bold;
        font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
        font-size: 30px;
        color: #008493;
        text-align: center;
    }

#form-layout {
    margin: 5px 0;
    background: #f5f8fb;
}

#body-table {
    margin: 0 20px;
    width: 720px;
}
/*------------------
	Header
----------------------*/

.sub-title {
    color: #4c879c;
    font-size: 11px;
}

.welcome {
    color: #646660;
    font-size: 11px;
}

    .welcome span {
        color: #2c71ab;
        padding: 0 5px 0 0;
    }

    .welcome a {
        padding: 0 0 0 5px;
        color: #646660;
        font-size: 11px;
        text-decoration: none;
    }

        .welcome a:hover {
            text-decoration: underline;
        }


/*-------------------
	Menu Navigation
--------------------*/
ul.menu * {
    margin: 0;
    padding: 0;
}

ul.menu ul {
    position: absolute;
    top: 36px;
    left: 0;
    background: #b61dae;
    display: none;
    opacity: 0;
    list-style: none;
}

    ul.menu ul li {
        position: relative;
        border: 1px solid #60015b;
        border-top: none;
        width: 200px;
        margin: 0;
        height: auto;
        border-bottom: 1px solid #60015b;
        text-align: left;
    }

ul.menu li ul li a:hover {
    background-image: none;
    color: #cccccc;
}

ul.menu a:hover {
    color: #cccccc;
}

li.last {
    background: none !important;
    background-image: none !important;
}

ul.menu ul li a {
    display: block;
    padding: 3px 7px 5px;
    text-align: left;
}

    ul.menu ul li a:hover {
        color: #cccccc;
    }

ul.menu ul ul {
    left: 148px;
    top: -1px;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #c005b6;
    text-align: left;
    border-right: none;
    border-left: none;
    width: 100%;
    border-bottom: 2px solid #6F0068;
}

    ul.menu li {
        position: relative;
        display: inline-block;
        background: url(../images/seprator.gif);
        background-repeat: no-repeat;
        background-position: right center;
        text-align: center;
        height: 35px;
        float: none;
    }

    ul.menu a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 15px;
        margin-right: 1px;
        background-image: none;
        border: none;
    }
/* End of Menu*/


/*---content area--*/
table.content_area h1 {
    border-bottom: 1px solid #c94d02;
    font-weight: bold;
}
/*---end content area--*/
/*--grid styles--*/
table.adm_grd {
    border-collapse: collapse;
    border-left: 1px solid #eea73f;
    border-bottom: 1px solid #eea73f;
}

    table.adm_grd tr td {
        border-right: 1px solid #eea73f;
        border-top: 1px solid #eea73f;
        padding: 3px;
    }

    table.adm_grd tr th {
        background-color: #c005b6;
        border-right: 1px solid #7b0473;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 3px;
    }

        table.adm_grd tr th:last-child {
            border-right: 0px !important;
        }

        table.adm_grd tr th a {
            color: #fff;
            text-decoration: none;
        }

.alternate_row {
    /*background-color: #b5b3b3;*/
    background-color: #e9e9e9;
}

.editable_row {
    background-color: #9B3C9A;
}

    .editable_row a {
        color: #fff;
    }

table.adm_grd tr td a {
    font-weight: bold;
}

    table.adm_grd tr td a:hover {
        text-decoration: none;
    }
/*--end grid styles--*/
/*--input type text styles---*/
.content_area input[type="text"] {
    border: 1px solid #cbcbcb;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}
/*--end--*/
.update {
    padding: 0 10px 5px 20px;
    background: url(images/edit.png) no-repeat top left;
}

.add {
    padding: 0 10px 0 20px;
    background: url(images/add.png) no-repeat top left;
}

.show {
    padding: 0 10px 0 20px;
    background: url(images/show.png) no-repeat top left;
}

.odd {
    background: #f9f9f9;
    border-bottom: 1px solid #ffffff;
}

.even {
    background: #f2f2f2;
    border-bottom: 1px solid #ffffff;
}


.login-textfield {
    margin: 5px 0;
    padding: 5px 5px;
    width: 250px;
    border: 1px solid #84abbd;
    border-top: 0;
    background: url(images/textfield-bg.gif) repeat-x top left;
}

.textfield {
    margin: 10px 0 15px 0;
    padding: 5px 5px 0 5px;
    width: 350px;
    height: 25px;
    border: 1px solid #84abbd;
    border-top: 1px;
    background: #ffffff url(images/textfield-bg.gif) repeat-x top left;
}

textarea {
    margin: 10px 0 15px 0;
    background: #ffffff url('images/textfield-bg.gif') repeat-x left top;
}

.submit-button {
    padding: 0 15px;
}

.forget-pwd {
    font-size: 11px;
    border-right: 1px solid #c3d8e1;
    background: #ffffff;
}

.footer {
    border-top: 2px solid #6F0068;
    color: #000000;
    font-size: 11px;
}

.cal_img {
    position: relative;
    top: 7px;
}


a, input[type="button"],
input[type="submit"] {
    background: url(../images/btn_bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #de8e21;
    text-align: center;
    padding: 3px 6px 3px 6px;
    color: #000000;
    text-decoration: none;
    overflow: visible;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.booking {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #EA070E;
    font-style: italic;
    text-align: center;
    padding: 0px 0px 8px 0px;
}

a.back {
    background: none !important;
    border: 0px !important;
    text-decoration: underline;
    color: #2C71AB !important;
    font-weight: bold;
}

    a.back:hover {
        text-decoration: none !important;
    }

a.active {
    background: url(../images/btn_bg_high.gif);
    background-repeat: repeat-x;
    border: 1px solid #60015B;
    text-align: center;
    padding: 3px 6px 3px 6px;
    color: #ffffff;
    text-decoration: none;
    overflow: visible;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

a.inactive {
    background: url(../images/btn_bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #de8e21;
    text-align: center;
    padding: 3px 6px 3px 6px;
    color: #000000;
    text-decoration: none;
    overflow: visible;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

fieldset {
    border: 1px solid #666666;
    padding: 5px;
}

    fieldset legend {
        color: #000000;
        font-weight: bold;
    }

.movebtns a {
    padding: 0px 0px 0px 0px !important;
}

.review_flight {
}

    .review_flight ul {
        list-style: none;
        padding: 10px 0px;
        margin: 7px 0px;
    }

        .review_flight ul li {
            border-right: 1px solid #E9C5EB;
            vertical-align: top;
            padding: 0px 8px;
            margin: 4px 0px;
            width: 16%;
            display: inline-block;
            min-height: 100px;
        }

    .review_flight p:first-child {
        font-weight: bold;
        font-size: 12px;
    }

.hasDatepicker {
    background: url('../images/calendar_new.png') no-repeat scroll 98% 50% #FFF;
    text-align: left !important;
    cursor: pointer;
}

.loading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    right: 0px;
    opacity: 0.6;
    background: none repeat scroll 0% 0% #555;
    z-index: 99998;
    display: block;
}
#mkouter img {
    position: fixed;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    opacity: 1;
    left: 48%;
    z-index: 99999;
}
a.NormalLink {
            font-weight: bold;
            background: none;
            border: none;
            text-decoration: underline;
            color: blue;
        }

/* New Dates Popup */
.modalDialog{position:fixed;font-family:Arial,Helvetica,sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.22);z-index:99999;opacity:1;-webkit-transition:opacity 400ms ease-in;-moz-transition:opacity 400ms ease-in;transition:opacity 400ms ease-in}
.modalDialog:target{opacity:1;pointer-events:auto}
.modalDialog > .price_popup{left:7%;width:450px;position:relative;margin:10% auto;padding:5px 20px 13px;border-radius:10px;background:#fff;padding:25px;border:5px solid #1bbee2;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;box-shadow:1px 5px 10px #ddd;-moz-box-shadow:1px 5px 10px #ddd;-webkit-box-shadow:1px 5px 10px #ddd}
.price_popup_heading{margin-bottom:10px}
.price_popup_heading h2{margin:0;color:#1c94c4;font-size:24px}
.price_popup_heading span{margin:7px 0;display:block;font-size:17px;color:#989494}
.price_group{width:78%;float:left}
.price_group .form_group{float:left;margin-bottom:10px;width:35%}
.price_group .form_group label{font-size:12px;text-align:left;display:block;color:#4A4848;font-weight:700}
.price_group .form_group input{padding:4px 0 4px 4px}
.price_block_btn{  margin: 18px 0px;position: absolute;right: 110px;bottom: 70px;}
.btn-inline a.button{top:-30px!important}
.price_block_btn a span{padding:10px 20px}
.roomavailabe a.iframe2 {color:#1c94c4 !important;}
.roomavailabe a.iframe2:hover{color:#0EBBE2 !important;}
.more a, .sidebarReviewsToggle a{color:#1c94c4;}
.more a:hover, .sidebarReviewsToggle a:hover{color:#0EBBE2;}
.choose_roombtn .tldefault_btn{margin-right:0px;font-weight:bold !important;}
.removeicon {background: none;border: none;float: right;}
/* Ends New Dates Popup */

ul.placefinder {list-style-type: none;padding: 0px 10px 10px 0px;top: 100%;max-height: 290px;-webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15);box-shadow: 0 10px 13px rgba(0,0,0,0.2);border-radius: 2px;max-width: 300px;margin-top: 0px;margin-bottom: 16px;overflow-y: auto;background: white;position: absolute;z-index: 9;overflow-x: hidden;}
ul.placefinder li {cursor: pointer;color: #383838;/*border-bottom: 1px solid #D0D0D0;*/padding: 4px 9px;font-size: 13px;line-height: 18px;display: flex;align-items: center;font-weight:bold}
ul.placefinder li:hover{background-color:#f2f2f2}
ul.placefinder li.powered-by {text-align: right;border-top: 1px solid #ccc;}
ul.placefinder li img.placeicon {max-width: 30px;width: 100% !important;height: auto !important;max-height: 20px;object-fit: contain;margin-right: 5px;}
ul.placefinder li p { width:280px; float:none; word-spacing:normal }
