﻿
.step_2_body {
    width: 750px;
    margin-top: 0px;
}
.roomWrapper
{
    border: 1px solid #E5E5E5;
    /*overflow: hidden;*/
    box-shadow: 0px 7px 11px 1px rgba(228, 228, 228, 0.43);

    margin: 0;
    padding: 0;
    font-family: 'Segoe UI','Trebuchet MS';
    font-size: 12px;
    width: 740px;
}


.online_header
{
    font-weight: bold;
    color: #5c9e06;
}

.not_online_header
{
    font-weight: bold;
    color: #e81e1e;
}

.RoomHeader
{
    color: #303577;
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 10px;
    margin-top: 10px;
    /*background-image:url(images/20.png);
    background-repeat:no-repeat;*/
    height: 35px;
    line-height: 35px;
    background-color: #e5e6eb;
    border: 1px solid #c1c3d7;
}

.RoomsContainer
{
    position: relative;
    display: inline-block;
}

    .RoomsContainer.Even
    {
        position: relative;
        display: inline-block;
        background-color: #f7f7f7;
    }

.RoomsContainerEven
{
    border-top: 1px solid #d3d4d6;
    /*margin-top: 10px;
    margin-bottom: 15px;*/
    position: relative;
    display: inline-block;
    background-color: #f7f7f7;
}


.hostels .RoomsContainer
{
    /*border-top: 1px solid #d3d4d6;
    margin-top: 10px;
    margin-bottom: 15px;*/
}


.hostels .RoomsContainerEven
{
    /*border-top: 1px solid #d3d4d6;
    margin-top: 10px;
    margin-bottom: 15px;*/
}


.pnlRoomName
{
    /*float:left;
    width:172px;*/
    /*padding: 5px 6px 0 10px;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

    .pnlRoomName a
    {
        color: #303577;
        text-decoration: none;
    }

    .pnlRoomName a:hover
    {
        /*text-decoration: underline;*/
        color: white !important;
    }

    .pnlRoomName .MoreRoomInfo
    {
        display: none;
        color: #1160b7;
        text-decoration: underline;
        margin-top: 5px;
        font-size: 11px;
        text-align: left;
    }

        .pnlRoomName .MoreRoomInfo:hover
        {
            color: #454545;
        }



.RoomName
{
    line-height: 14px;
    padding-top: 2px;
    padding-left: 11px;
    padding-bottom: 1px;
    background-color: #666;
    background-color: rgba(7, 25, 48, 0.4);
    padding: 5px 9px;
    text-align: right;
}
    .RoomName a
    {
        font-size: 14px;
        color: white;
        font-family: 'Segoe UI', 'Trebuchet MS';

    }
    .RoomName a:hover {
        color: white;
    }

.RoomImg
{
    /*height: 65px;*/
}

    .RoomImg img
    {
        /*width: 172px;
        height: 65px;*/
        width: 100%;
    }


    .ui-tabs .ui-tabs-panel
{
    padding: 20px 0 !important;
background: white;
z-index: 1;
position: relative;
}

.tblRoom
{
    /*float:right;*/
    line-height: 15px;
    /*width:558px;*/
    width: 740px;
}

    .tblRoom.smaller
    {
        width: 722px !important;
    }

    .tblRoom td
    {
        text-align: center;
        border-left: 1px solid #d3d4d6;
        padding: 10px 2px 0 2px;
    }

    .tblRoom .tdPnlRoomName
    {
        text-align: left;
        border-left: none;
        padding: 0;
        /*width:184px;*/
        vertical-align: top;
        /*position: relative;*/
        background-size: 100%;
        -moz-background-size: cover;
        -o-background-size: 100%;
        -webkit-background-size: 100%;
        background-size: cover;
        background-position: center center;
        /*position: relative;*/

        width: 270px !important;
    }

.tblRoom .tdPaddingBottom
{
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d4d6;
}

.tblRoom .tdAgentPrice
{
    background-color: #ecf1f2;
    color: #383838;
}

.tblRoom .tdAgentPriceTitle
{
    width: 65px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d4d6;
}

.tblRoom .tdTotalPrice
{
    /* background-color:#E0E8D4;*/
    color: #000;
    font-size: 14px;
}

.tblRoom .PriceOnRequest
{
    /* background-color:#f1f1f1;    */
    color: #000;
}

.tblRoom .tdTotalPrice span
{
    font-size: 14px;
}

.offer_show
{
    white-space: nowrap;
    text-decoration: line-through;
    color: #585757;
    font-size: 11px !important;
}

.tblRoom .tdOnline
{
    font-weight: bold;
    color: #5c9e06;
    width: 65px;
}

    .tblRoom .tdOnline .BookButton
    {
        text-decoration: none;
        color: #fff !important;
        text-align: center;
        display: block;
        background-image: url(images/online.jpg);
        background-repeat: no-repeat;
        width: 60px;
        height: 28px;
        line-height: 13px;
        padding-top: 2px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        cursor: pointer;
    }


.tblRoom .tdNotOnline
{
    color: #f16d1d;
    font-weight: bold;
    width: 65px;
}

    .tblRoom .tdNotOnline .BookButton
    {
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: block;
        width: 60px;
        height: 28px;
        line-height: 28px;
        padding-top: 2px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        background-image: url(images/request.jpg);
        background-repeat: no-repeat;
        cursor: pointer;
    }

.tblRoom .tdNotAvailable
{
    color: #BCBCBC;
    font-weight: bold;
    width: 65px;
}

    .tblRoom .tdNotAvailable .BookButton
    {
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: none;
        width: 60px;
        height: 28px;
        line-height: 28px;
        padding-top: 2px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        background-image: url(images/request.jpg);
        background-repeat: no-repeat;
        cursor: pointer;
    }



.tblRoom .tdRates
{
    vertical-align: bottom;
    padding-top: 5px;
}

    .tblRoom .tdRates .tblRoom .tdRates
    {
        white-space: nowrap;
        text-decoration: line-through;
        color: #585757;
        font-size: 11px;
    }

.RatesContent .NotOnlineBtn:hover, .RatesContent .OnlineBtn:hover
{
    color: White;
}

.RoomsSep
{
    background-color: #b0b6cc;
    width: 100%;
    height: 1px;
    font-size: 1px;
    height: 0;
    /*background-image:url(images/purpleline.gif);
    background-repeat:repeat-x;*/
}

.RoomsClear
{
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    clear: both;
    background-color: #ddd;
}


.tblRates .tdRates
{
    width: 39px;
    text-align: right;
}



.tblRates td
{
    border: none;
    padding: 3px 0 0 0;
    vertical-align: bottom;
    color: #000;
    text-align: center;
    height: 26px;
}

.tblRates .tdNotAvailable
{
    background-image: url(images/grayStripeCell2.png);
    background-repeat: repeat;
    width: 39px;
    text-align: right;
    color: #515151;
}

.tblRates .tdWeek
{
    /*width:49px;*/
    vertical-align: bottom;
    color: #747272;
    text-align: left;
    padding: 0;
}

.tblRates .tdWeekName
{
    vertical-align: top;
    color: #747272;
    padding-bottom: 10px;
    text-align: center;
    width: 40px;
}

.tblRates .tdRequestRates
{
    vertical-align: top;
}

.tblRates .tdWeekRequestRates
{
    vertical-align: bottom;
    color: #747272;
    text-align: left;
    padding: 0;
    width: 34px;
}

.tblRates .pp td
{
    border-top: 1px solid #dfdfdf;
}

.tblRoom .tdRates .tblRates .tdSep
{
    width: 1px;
    padding: 0;
    background-image: url(images/tdDot.gif);
    background-repeat: repeat-y;
    background-position: right;
    font-size: 1px;
    padding-left: 1px;
}


.tblRoom .tblBoards
{
    float: right;
}
    .tblRoom .tblBoards td
    {
        border: none;
        padding: 0;
        text-align: left;
        font-size: 11px;
        vertical-align: top;
        padding-right: 3px;
    }

.BoardText
{
    float: left;
    font-style: italic;
    width: 150px;
    text-align: left;
}



.hp_Tips
{
    text-align: right;
    font-style: italic;
    font-size: 11px;
    color: #696a6d;
    margin-right: 25px;
}

    .hp_Tips a, .hp_Tips2
    {
        text-decoration: underline;
        font-style: normal;
        color: #1160b7;
    }

        .hp_Tips a:hover
        {
            color: #454545;
        }

.xx
{
    position: relative;
    height: auto;
}

.roomOuterName
{
  /*
       background: #f9f9f9; 

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); 
    background: -o-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); 
    background: -ms-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%); 
    background: linear-gradient(to bottom, #f9f9f9 0%,#f1f1f1 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #E5E5E5; 
    */
    font-size: 16px;
    color: #131D46;
    /*padding: 3px 10px;*/
    float: left;
    min-width: 250px;

    border-bottom: 0;
    color: #454545;
    font-family: 'Segoe UI','Trebuchet MS';
    /*text-shadow: -1px -1px #E5E5E5, 1px 1px white;*/
    /*text-transform: uppercase;*/
}

.hostels .roomOuterName
{
    min-width: 224px;
}

.roomOuterBar
{
    margin-top: 30px;
    /*margin-bottom: -1px;*/
}



.personCut, .personFull
{
    margin-right: 1px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    vertical-align: text-bottom;
    margin-bottom: 5px;
}

    .personCut:first-child, .personFull:first-child
    {
        margin-left: 10px;
    }

.capacityContainer
{
    float: right;
    margin-top: 6px;
    margin-right: 1px;
    color: #747272;
}

.clear2
{
    font-size: 0px;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.ratePlanPanel
{
}


.clickForMoreInfo
{
    background-color: rgba(0, 0, 0, 0.53);
    color: white;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 15px;
}


.tdPnlRoomName .clickForMoreInfo
{
    /*opacity: 0;
    transition: opacity 0.2s;*/
}


.tdPnlRoomName:hover .clickForMoreInfo
{
    /*opacity: 1;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;*/
}

.infoImage
{
    /*width: 70px;*/
}

.noTitleDialog .ui-dialog-titlebar {display:none}
.noTitleDialog
{
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 30px 6px rgba(92, 89, 89, 0.44);
    -webkit-box-shadow: 0px 0px 30px 6px rgba(92, 89, 89, 0.44);
    box-shadow: 0px 0px 30px 6px rgba(92, 89, 89, 0.44);
}

.cvvTooltip {
    min-width: 460px !important;
}

.visaDescription {
    width: 215px;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.amexDescription {
        width: 215px;
    float: left;
    text-align: right;
        padding-right: 15px;

}

.room h1, .room h2 {
    color: #383939;
    font-family: 'Century Gothic', 'Segoe UI', 'Trebuchet MS', sans-serif;
    text-shadow: none;    
}

.room h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
}

.room h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 15px;
}

.roomIcon {
    vertical-align: text-bottom;
    margin-right: 3px;
    width: 17px;
}

.roomPoliciesTable {
   
}

.roomPoliciesTable td {
    vertical-align: top;
    font-size: 90%;
    color: gray;
     padding-bottom: 5px;
}

.tblInlineForm input[type="text"] {
width: 115px;
}

.tblStep1 {
line-height: 1.8em;
}

.step1.error p {
    margin: 0.5em;
    font-size: 12px;
}

.step1.error h1 {
    margin-bottom: 15px;
}

.strip_wrapper {
    margin-top: 10px;
}

.gallery .pointer {
    display: none;
}

.RoomOffer
{
    width: 319px;
    display: block;
    background-image: url(images/offer_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 37px;
    margin-left: 272px;
    margin-top: -10px;
    padding-top: 20px;
    color: White !important;
    text-align: center;
    line-height: 12px;
}

    .RoomOffer div
    {
        padding-top: 20px;
        width: 100%;
    }

.RoomOfferTitle
{
    padding-top: 20px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.boardInfo
{
    width: 16px;
    height: 16px;
    background-image: url(images/info_button.png);
    float: right;
}

.SelectionLink
{
    float: right;
}

    .SelectionLink a
    {
        color: White;
        font-size: 12px;
    }

        .SelectionLink a:hover
        {
            text-decoration: none;
            color: White;
        }

.SelectionText
{
    float: left;
    color: White;
    font-size: 12px;
}

    .SelectionText span
    {
        color: White;
        font-size: 13px;
        font-weight: bold;
    }

    /* SUPPLEMENTS */
.SupplementInfo
{
    display: none;
    float: none !important;
    width: 680px;
    background-color: white;
    margin: 0px;
    padding: 10px 20px;
    color: #444751;
}

.supplementContainer
{
    width: 680px;
    margin-top: 10px;
    border-top: 1px solid #D3D4D6;
}

.supLink
{
    display: block;
    width: 13px;
    height: 13px;
    margin: 0px auto;
    font-size: 1px;
    padding: 0px;
    background: url(images/addSubtractSprice.png) no-repeat left -13px;
    cursor: pointer;
    cursor: hand;
}

    .supLink:hover
    {
        background: url(images/addSubtractSprice.png) no-repeat left 0px;
    }

    .supLink.subtract
    {
        height: 5px;
        background: url(images/addSubtractSprice.png) no-repeat left -31px;
    }

        .supLink.hidden, .supLink.subtract.hidden
        {
            display: none;
        }

        .supLink.subtract:hover
        {
            background: url(images/addSubtractSprice.png) no-repeat left -26px;
        }

.supQuantitySpan
{
    padding-right: 1px;
}

.tblSupplementInfo
{
    width: 100%;
    border-right: 1px solid #D3D4D6;
    border-left: 1px solid #D3D4D6;
}

    .tblSupplementInfo th
    {
        padding: 5px;
        /*vertical-align:top;*/
        text-align: center;
        border-left: 1px solid #D3D4D6;
        border-bottom: 1px solid #D3D4D6;
    }

    .tblSupplementInfo td
    {
        padding: 5px;
        /*vertical-align:top;*/
        text-align: left;
        border-left: 1px solid #D3D4D6;
        border-bottom: 1px solid #D3D4D6;
    }

    .tblSupplementInfo th.firstSup
    {
        border-bottom: none;
    }

    .tblSupplementInfo td.firstSup, .tblSupplementInfo th.firstSup
    {
        border-left: none;
    }

    .tblSupplementInfo td h3
    {
        font-size: 14px;
        font-weight: bold;
    }

        .tblSupplementInfo td h3 span
        {
            font-size: 12px;
            /*font-weight:normal !important;*/
        }

    .tblSupplementInfo td.center
    {
        text-align: center !important;
    }

        .tblSupplementInfo td.center.nowrap
        {
            text-align: center !important;
            white-space: nowrap;
        }

    .tblSupplementInfo .ddlClass
    {
        color: #1e1e1e;
        font-size: 12px;
    }

    .tblSupplementInfo td input
    {
        width: 220px;
        color: #1e1e1e;
        font-size: 12px;
    }

        .tblSupplementInfo td input[type=checkbox]
        {
            width: 30px !important;
        }

.supplementContinue
{
    width: 680px;
}

.SupplementButton
{
    display: block;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    background: url(images/online.jpg) no-repeat top left;
    width: 60px;
    height: 22px;
    padding-top: 8px;
    margin: 10px 0px 10px 10px;
    cursor: pointer;
    cursor: hand;
    float: right;
    font-size: 11px;
}

    .SupplementButton.Request
    {
        background: url(images/request.jpg) no-repeat top left;
    }

    .SupplementButton.Cancel
    {
        float: left;
        background: url(images/request.jpg) no-repeat top left;
        margin: 10px 0px;
    }

.SupplementHeader
{
    font-size: 16px;
    font-weight: bold;
    color: #5c9e06;
    text-align: center;
}

.supplementTitle
{
    color: #124782;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    display: block;
}

.supplementName
{
    font-weight: bold;
}

    .supplementName span
    {
        font-weight: normal;
    }

.supPrice
{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

    .supPrice span
    {
        font-size: 11px;
        text-decoration: line-through;
        font-weight: normal;
    }

.supPriceInfo
{
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
/* END OF SUPPLEMENTS */



/*#####################################################*/
.LimitContainer
{
    padding: 5px;
    background-color: #fbfafa;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #E5E5E5;
}

.tblLimit
{
    width: 50%;
}

    .tblLimit td
    {
        padding: 2px;
    }

    .tblLimit .tdAlignRight
    {
        text-align: right;
    }

.pnlSelectedRoom
{
    width: 722px;
    background-color: #5c9e06;
    display: none;
    background-image: url(images/sel.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    padding-left: 15px;
    line-height: 25px;
    padding-right: 5px;
    margin-top: 5px;
}

    .pnlSelectedRoom.smaller
    {
        width: 711px;
    }


.pnlSelectedRoomRequest
{
    background-color: #EF8342 !important;
}

.offlineWarning
{
    color: #454545;
    font-style: italic;
}

.SelectionLink
{
    float: right;
}

    .SelectionLink a
    {
        color: White;
        font-size: 12px;
    }

        .SelectionLink a:hover
        {
            text-decoration: none;
            color: White;
        }

.SelectionText
{
    float: left;
    color: White;
    font-size: 12px;
}

    .SelectionText span
    {
        color: White;
        font-size: 13px;
        font-weight: bold;
    }

.ButtonContainer
{
    margin-top: 5px;
}


.MainBtnLeft
{
    float: right;
    width: 2px;
    height: 25px;
    font-size: 1px;
    background-image: url(images/mainBtnLef.jpg);
    background-repeat: no-repeat;
    display: none;
}

.MainBtnRight
{
    float: right;
    width: 11px;
    height: 25px;
    font-size: 1px;
    background-image: url(images/mainbtnRight.jpg);
    background-repeat: no-repeat;
    display: none;
}

.MainBtnMiddle
{
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    padding: 0 17px 0 8px;
    /*background:url(images/mainbtnMiddle.jpg) repeat-x left top;*/
    background: #4b3a7e; /* Old browsers */
    background: url(images/mainbtnArrow.png) no-repeat right center, -moz-linear-gradient(top, #4b3a7e 0%, #251651 100%); /* FF3.6+ */
    background: url(images/mainbtnArrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b3a7e), color-stop(100%,#251651)); /* Chrome,Safari4+ */
    background: url(images/mainbtnArrow.png) no-repeat right center, -webkit-linear-gradient(top, #4b3a7e 0%,#251651 100%); /* Chrome10+,Safari5.1+ */
    background: url(images/mainbtnArrow.png) no-repeat right center, -o-linear-gradient(top, #4b3a7e 0%,#251651 100%); /* Opera 11.10+ */
    background: url(images/mainbtnArrow.png) no-repeat right center, -ms-linear-gradient(top, #4b3a7e 0%,#251651 100%); /* IE10+ */
    background: url(images/mainbtnArrow.png) no-repeat right center, linear-gradient(to bottom, #4b3a7e 0%,#251651 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b3a7e', endColorstr='#251651',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .MainBtnMiddle a, .MainBtnMiddle a:hover, .tbl2 .MainBtnMiddle a, .tbl2 .MainBtnMiddle a:hover
    {
        text-decoration: none;
        color: #fff;
    }

.block
{
    padding: 0 10px 10px 0;
}
