@charset "utf-8";
/* CSS Document */

/*body{margin: 0; padding: 0; border-top: 14px solid #52682b; font-family: 'Open Sans', sans-serif;}*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
}
/*-----------ubn-----------*/
.select-gender {
    display: block;
    height: 35px;
    width: 100%;
}

.hedding {
    width: 100%;
    color: #06C;
    margin-bottom: 6px;
    margin-top: 20px;
    font-size: 15px;
}

.required {
    font-size: 12px;
    font-weight: 600;
}

.case {
    font-size: 14px;
    color: red;
}
/*-----------ubn-----------*/

.container {
    max-width: 1000px;
}
/*.logo{padding-top: 17px; padding-bottom: 17px;text-align: right ;background-color: #EDF0E8}*/
.logo { /*padding-top: 17px; padding-bottom: 17px;*/
    text-align: right;
}

    .logo img {
        max-width: 100%;
    }

.navigation-top {
    border-radius: 0;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    position: relative;
    z-index: 1;
}

    .navigation-top .navbar-collapse {
        padding: 0;
        background: none;
    }

        .navigation-top .navbar-collapse li.customer { /*border-right: 2px solid #000;*/
        }

        .navigation-top .navbar-collapse li { /*border-right: 1px solid #000; border-left: 1px solid #000;*/
        }

            .navigation-top .navbar-collapse li a {
                color: #fff !important;
                font-size: 13px !important;
                background: none;
                padding-left: 10px;
                padding-right: 10px;
                outline: none;
                font-weight: bold;
            }

                .navigation-top .navbar-collapse li a:hover {
                    background: none;
                    color: #8dc73d !important;
                }

                .navigation-top .navbar-collapse li a:focus {
                    background: none;
                    color: #8dc73d !important;
                }

            .navigation-top .navbar-collapse li.liselected a {
                color: #8dc73d !important;
            }

            .navigation-top .navbar-collapse li:first-child {
                border-left: none;
            }

            .navigation-top .navbar-collapse li.active a, .navigation-top .navbar-collapse li.active:hover a {
                font-weight: 600;
                color: #fff;
                background: none;
            }

.login-tab, .register-tab {
    position: absolute;
    right: 140px;
    top: 15px;
}

.register-tab {
    right: 39px;
}

    .login-tab a, .register-tab a {
        background: #398701;
        color: #FFF;
        padding: 15px 10px;
        border-right: 1px solid #2f7000;
        border-left: 1px solid #4f941d;
    }

        .login-tab a:hover, .register-tab a:hover {
            background: #6f9648;
        }

.nav-shadow {
    position: absolute;
    top: 51px;
    width: 100%;
    left: 0px;
    z-index: 1;
}

.banner-part {
    margin-top: -28px;
    float: left;
    width: 100%;
    z-index: 0;
    position: relative;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    opacity: 1;
}

    .carousel-control.left span, .carousel-control.right span {
        background: url(/QPWS/themes/Queensland/banner-arrow.png) left top no-repeat;
        width: 72px;
        height: 125px;
        display: block;
        margin-top: 33%;
    }

    .carousel-control.left span {
        margin-left: 20px;
    }

        .carousel-control.left span:hover {
            background: url(/QPWS/themes/Queensland/banner-arrow.png) left -122px no-repeat;
        }

    .carousel-control.right span {
        background: url(/QPWS/themes/Queensland/banner-arrow.png) right top no-repeat;
        float: right;
        margin-right: 15px;
    }

        .carousel-control.right span:hover {
            background: url(/QPWS/themes/Queensland/banner-arrow.png) right -122px no-repeat;
        }

.carousel-indicators li, .carousel-indicators li.active {
    background: #006e2e;
    border: 1px solid #006e2e;
    width: 12px;
    height: 12px;
    margin: 0;
}

    .carousel-indicators li.active {
        background: #003366;
        border: 1px solid #003366;
    }

.carousel-indicators {
    bottom: 40px;
}

.fast-search {
    background: #fff /*e0ddd0*/;
    border: 1px solid #8dc73d /*ececdd*/;
    margin-top: -5px;
    padding: 20px 15px;
    position: relative;
    float: left;
    width: 100%;
}

.stay select#mainContent_homeContent_ddlNights {
    border: none !important;
}

.fast-search .cleafix {
    display: none;
}

.fast-search select, .stay {
    padding: 5px;
    box-shadow: 1px 2px 2px #666;
    border: 1px solid #000 !important;
}

#divWays button.select_box {
    border: 1px solid #000;
}

.stay {
    display: block;
    background: #fff;
    padding: 0 0 0 5px;
    float: left;
    width: 100%;
}

    .stay label {
        font-size: 13px;
        font-weight: normal;
        float: left;
        padding-top: 8px;
    }

    .stay select {
        box-shadow: none;
        border: none;
        margin-left: 13px;
        float: right;
        background: #f3f3f3;
    }

.search-btn, .reset-search-btn {
    background: #436b3e;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    height: 42px;
    text-align: center;
    padding: 8px 10px;
}

.search-btn {
    background: #6fa01c;
    border: none;
}

    .search-btn:hover {
        color: #fff;
        background: #52682b;
    }

    .search-btn:focus {
        color: #fff !important;
        background: #52682b;
    }

.reset-search-btn {
    background: #52682b;
}

    .reset-search-btn:hover {
        color: #fff;
        background: #6fa01c;
    }

    .reset-search-btn:focus {
        color: #fff !important;
        background: #000;
    }

.search-selects {
    padding-top: 5px;
}

.seach-shadow {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}

.content-area {
    display: block;
    padding-top: 50px;
}

.welcome-text {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}

.welcome-title {
    display: block;
    font-size: 17px;
    color: #005c9b;
    font-weight: 600;
    padding-bottom: 10px;
}

.com-shadow {
    display: block;
    padding: 45px 0 20px 0;
}

.reservation-text {
    font-size: 14px;
    line-height: 24px;
}

.date .right_0 {
    right: 0px !important;
}




.btn-success:hover, .btn-success:focus {
    background: #52682b;
    color: #fff;
}

.logde {
    background: #6fa01c;
    border-radius: 0;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
}

.logde1 {
    background: #6fa01c;
    margin-top: -3px;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.cancel {
    background: #ccc;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    margin-right: 9px;
    font-weight: 700;
}

a:hover.logde, a:focus.logde, .logde:hover, .logde:focus {
    background: #6fa01c;
}

a:hover.logde1, a:focus.logde1, .logde1:hover, .logde1:focus {
    background: #6fa01c;
}

a:hover.cancel {
    background: #ccc;
    border: 1px solid #ccc !important;
    color: #000 !important;
}

a:hover.logde1, a:hover.cancel {
    color: #fff;
}
/*.logde1:hover, .logde1:focus{ color: #000 !important;background:#1f70a7;}*/
.cancel:hover, .cancel:focus {
    color: #000 !important;
    border: 1px solid #ccc !important;
}

.btn:focus {
    color: #6f9648 !important;
}

footer {
    background: /*url(/QPWS/themes/Queensland/footer-bg.jpg) center 79% no-repeat*/ #252525;
    margin-top: 50px;
    text-align: center;
}

.fot-arow {
    display: none;
}

.social-icon {
    display: block;
    padding-top: 35px;
}

    .social-icon a {
        display: inline-block;
        width: 53px;
        height: 53px;
        margin-left: 15px;
        text-indent: -9999px;
        transition: ease 0.5s all;
    }

        .social-icon a.fot-fb {
            background: url(/QPWS/themes/Queensland/fb-icon.png) left top no-repeat;
            margin-left: 0;
        }

        .social-icon a.fot-tw {
            background: url(/QPWS/themes/Queensland/tw-icon.png) left top no-repeat;
        }

        .social-icon a.fot-gplus {
            background: url(/QPWS/themes/Queensland/gpls-icon.png) left top no-repeat;
        }

        .social-icon a.fot-yt {
            background: url(/QPWS/themes/Queensland/you-icon.png) left top no-repeat;
        }

        .social-icon a:hover {
            transition: ease 0.5s all;
            opacity: 0.5;
            filter: alpha(opacity=50); /* For IE8 and earlier */
        }

.bot-links {
    display: block;
    padding-top: 35px;
    font-size: 15px;
    color: #d6d4ae;
}

    .bot-links a {
        font-weight: 600;
        color: #fff;
        padding: 5px;
        font-size: 13px;
    }

        .bot-links a strong {
            color: #ffc15c;
        }

            .bot-links a strong:hover {
                color: #ffc15c;
            }

        .bot-links a:hover {
            text-decoration: none;
            color: #ffc15c;
        }

        .bot-links a.bot_link1 {
            background: none !important;
            display: none;
        }

.copyrights, .privacy {
    font-size: 13px;
    color: #FFF;
    padding: 50px 0 30px;
}

.privacy {
    text-align: right;
}

    .privacy a {
        color: #fff;
    }


/* Grid Box CSS */
.grid-box-list {
    font-size: 14px;
    border: 1px #ddd solid;
    padding: 10px;
    margin-bottom: 10px;
}

    .grid-box-list h4 {
        font-size: 16px;
        font-weight: 600;
    }

        .grid-box-list h4 a {
            color: #596f3f;
            text-decoration: none;
        }

    .grid-box-list .disc-box {
        margin-bottom: 10px;
        height: 90px !important;
    }

    .grid-box-list .more-links {
        font-weight: 600;
        font-size: 13px;
        color: #005c9b;
        margin-bottom: 10px;
    }

    .grid-box-list .box-img {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .grid-box-list .box-img img {
            height: 183px;
            width: 274px;
        }

    .grid-box-list .attractions {
        margin-bottom: 5px;
    }

        .grid-box-list .attractions span {
            background: #e0ddd0;
            color: #000;
            font-size: 12px;
            padding: 2px 3px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            margin-right: 1px;
            margin-bottom: 4px;
            display: inline-block;
        }

    .grid-box-list .button-box {
        text-align: center;
    }

    .grid-box-list:hover {
        background: #f7f7f3;
    }

    .grid-box-list .button-box .btn-link {
        color: #596f3f;
        font-size: 17px; /*padding:8px 12px;*/
    }

.tab-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}

.sorted-box {
    text-align: right;
}

    .sorted-box a {
        color: #006e2e;
    }

.liselected {
    background: none !important;
    color: #8dc73d;
}

.panel-default > .panel-heading.login-header {
    background: #53682b;
    color: #fff;
    border-color: #53682b;
}

.panel-default.login-box {
    border-color: #5f7f9a;
}

.l-gray-box {
    background: #fdfdfd;
    font-size: 13px;
    color: #646464;
    line-height: 20px;
    padding: 10px;
    text-align: right;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}

.reservation-box {
    padding: 12px 10px;
}

.booking-box .booking-box-gray {
    padding: 0px 0 10px 0;
}

.white-box-left {
    float: left;
    background: #fff;
    border: 1px #e1e1e1 solid;
    line-height: 30px;
    font-size: 15px;
    color: #565656;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    .white-box-left span {
    }

.cal-icon-box {
    display: inline-block;
    border-right: 1px #e1e1e1 solid;
}

.white-box-left a {
    color: #a9a9a9;
    text-decoration: none;
    margin: 0 7px 0 10px;
}

    .white-box-left a:hover {
        color: #088db9;
    }

    .white-box-left a.left-icon {
        margin: 0 10px 0 8px;
    }

    .white-box-left a.right-icon {
        margin: 0 8px 0 10px;
    }

.white-box-left b {
    font-weight: normal;
}

.white-box-left i {
    font-size: 16px;
}

.white-box-left strong {
    font-weight: normal;
}

.width-class {
    padding-bottom: 20px;
}

.table-part-box {
    width: 100%;
    border-bottom: 1px #f2f1ef solid;
}

    .table-part-box table {
        border: 1px #f2f1ef solid;
        border-bottom: none;
    }
        /*.table-part-box table th{ background:url(/QPWS/themes/Queensland/th-bg.jpg) left top repeat-x #efefef; font-weight: 600; font-size:13px; color:#333333; text-align:center; border:1px #dfdfdf solid;  padding:8px 0; vertical-align:top;}*/
        .table-part-box table th {
            background: url("/QPWS/themes/Queensland/th-bg.jpg") repeat-x scroll left top #efefef;
            border-left: 1px solid #dfdfdf;
            color: #333333;
            font-size: 13px;
            font-weight: 600;
            padding: 4px 0;
            text-align: center;
            vertical-align: top;
        }

            .table-part-box table th span {
                display: block;
                line-height: 18px;
            }

        .table-part-box table td {
            background: #fff;
            font-size: 12px;
            text-align: center;
            border: 1px #dfdfdf solid;
            padding: 6px;
            line-height: 16px;
        }

        .table-part-box table th.first-col {
            width: 300px;
            text-align: left;
            font-weight: bold;
        }

        .table-part-box table td.first-col {
            width: 300px;
            text-align: left;
            text-indent: 10px;
            font-weight: bold;
        }

        .table-part-box table th.first-col1 {
            width: 300px;
            text-align: right;
            font-weight: bold;
            font-size: 13px;
        }

        .table-part-box table td.first-col1 {
            width: 300px;
            text-align: right;
            font-weight: bold;
            font-size: 13px;
        }

        .table-part-box table th.holiday {
            background: #acaba9;
            color: #fff;
        }
        /*.available{ width: 100%; height: 34px; background: #ffdf5d; box-shadow: 0 0 3px rgba(0,0,0,0.6); position: relative; z-index: 9; margin: -9px 0; border: 1px #fff solid; display:block; width: 100%;}*/
        .table-part-box table td.holiday {
            background: #f1f1f1;
        }

        .table-part-box table td, .table-part-box table th {
            width: 44px;
        }

    .table-part-box .blue-img {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: #52682b;
        display: inline-block;
    }

    .table-part-box .gray-img {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: #947b12;
        display: inline-block;
    }

    .table-part-box .cancel-img {
        width: 15px;
        height: 16px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: url(/QPWS/themes/Queensland/cancel.png) left top no-repeat;
        display: inline-block;
    }

    .table-part-box .lottery-img {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: #FFD3C7;
        display: inline-block;
    }

.availability-class {
    margin: 7px 0 6px 0;
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #646464;
}

    .availability-class span.blue {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: #52682b;
        margin: 0 5px -2px 8px;
        display: inline-block;
    }

    .availability-class span.gray {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: #947b12;
        margin: 0 5px -2px 8px;
        display: inline-block;
    }

    .availability-class span.black {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: url(/QPWS/themes/Queensland/cancel.png) left top no-repeat;
        margin: 0 5px -2px 8px;
        display: inline-block;
    }

    .availability-class span.lottery {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background: #FFD3C7;
        margin: 0 5px -2px 8px;
        display: inline-block;
    }

.available-class {
    height: 15px;
    background: #ffdf5d;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    position: relative;
    z-index: 9;
    margin: -9px 0;
    border: 1px #fff solid;
    display: inline-block;
    margin: 0 5px -2px 8px;
    width: 20px;
}

.availability-class span.notmeetsearch {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: red;
    margin: 0 0px 0px 13px;
    display: inline-block;
}

.availability-class span.notsearchable {
    background: #4A4545 none repeat scroll 0 0;
    border-radius: 15px;
    display: inline-block;
    height: 15px;
    margin: 0 5px -2px 8px;
    width: 15px;
}
.availability-class span.inshoppingcart {
    background: #fc7279 none repeat scroll 0 0;
    border-radius: 15px;
    display: inline-block;
    height: 15px;
    margin: 0 5px -2px 8px;
    width: 15px;
}

.table-part-box .notavailable-img {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #4A4545;
    display: inline-block;
}
.table-part-box .inshoppingcart-img {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #fc7279;
    display: inline-block;
}

.reserve-btn {
    background: #52682b;
    margin: -7px 0 -4px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0px 10px;
}

    .reserve-btn:hover, .reserve-btn:focus {
        color: #fff;
        background: #6fa01c;
    }
/* Grid Box CSS */

/* 23-1-15 */

/* ekta 6-4-16 infoviewtab in searchvie*/

.viewmorelabel {
    width: 80%;
    padding: 0px 0px 0px 21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.viewmorelink {
    width: 80%;
    padding: 0px 0px 0px 21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/* ekta 6-4-16 infoviewtab in searchvie*/
.mgt-18 {
    margin-top: -18px;
}

.boxmgb10 {
    margin-bottom: 10px;
}

.min-h150 {
    min-height: 180px;
}

.pos_r_top {
    top: -84px;
    position: relative;
}

.w30 {
    width: 30%;
    float: left;
}

.boxmglr10 {
    margin: 0 23px 0 23px;
}

.boxmgr10 {
    margin-right: 10px;
}

.boxmgl10 {
    margin-left: 14px;
}

.posr_top {
    position: relative;
    top: -25px;
}

.fast-search1 {
    padding: 20px 15px 0 15px;
}

button.select_box {
    width: 100% !important;
    color: #333 !important;
    font-family: inherit;
    font-size: 14px !important;
}

.table-part-box table th.fi, .table-part-box table td.fi {
    width: 298px;
}

.table_main_he table th {
}

tbody.grid_scroll {
    display: block !important;
    height: 400px;
    overflow: auto;
    width: 100%;
    /*margin-left: 10px;*/
}

.grid_sys thead {
    display: block;
    width: 100%;
}
/* 25-2-15 */
.box_top_part {
    position: relative;
}

    .box_top_part span.brd_yellow_top a {
        border-top: 7px solid #fecc01;
        display: block;
        outline: none;
    }

.heading-new {
    border-top: 7px solid #fecc01;
    display: block;
}

    .heading-new span {
        outline: none;
        background-image: url(/QPWS/themes/Queensland/down_icn.png);
        background-repeat: no-repeat;
        width: 12%;
        height: 18px;
        background-position: right;
        float: right;
        margin: 0 10px 0 0;
        outline: none;
    }

    .heading-new.active span {
        background-image: url(/QPWS/themes/Queensland/up_icn.png);
        background-repeat: no-repeat;
        width: 12%;
        height: 18px;
        background-position: right;
        float: right;
        margin: 0 10px 0 0;
        outline: none;
    }

.box_top_part span.brd_yellow_top a.collapsed span {
    background-image: url(/QPWS/themes/Queensland/down_icn.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 18px;
    background-position: right;
    float: right;
    margin: 0 10px 0 0;
    outline: none;
}

.box_top_part span.brd_yellow_top a span {
    background-image: url(up_icn.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 18px;
    background-position: right;
    float: right;
    margin: 0 10px 0 0;
    outline: none;
}

.box_under_part {
    position: absolute;
    top: 0px;
    background-color: #fff;
    width: 100%;
    top: 61px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 7px solid #fecc01;
    padding: 10px;
    z-index: 999;
}

.under_box {
}

.box_img {
    float: left;
}

    .box_img img {
        max-width: 100%;
        float: left;
        width: 78px;
        height: 78px;
        border-radius: 6px;
        margin: 0 8px 8px 0;
    }

.box_under_part h4 {
    margin: 0px 0 5px 0;
}

    .box_under_part h4.a {
        font-size: 14px;
        line-height: 18px;
        color: #2d455f;
        margin: 0px;
    }

button.cont_btn {
    font-size: 14px;
    border: none;
    color: #fff;
    background-color: #436b3e;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75) inset;
    border-radius: 0px;
    padding: 5px;
}

    button.cont_btn:hover {
        color: #333;
    }

.spacer15 {
    height: 22px;
    clear: both;
}

.text_sport {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    display: inline-block;
}

.grid-box-list .hilights span {
    background: #fccd01;
}

.brd_yellow_top.panel {
    display: block;
    border-radius: 0px;
    margin: 0px;
    box-shadow: none;
}


.box_pad {
    padding: 0px;
}

    .box_pad h4 {
        background: #e8e8e8;
        color: #000;
        margin: 0px;
        padding: 6px 11px 11px 11px;
        min-height: 53px;
    }

        .box_pad h4 a {
            color: #000;
            font-size: 15px;
            font-weight: bold;
        }

.fl_left {
    float: left;
    margin: 10px 0 0 0;
    width: 29%;
}

.fl_right {
    float: right;
    width: 70%;
}

.box_main_div {
    border-bottom: 1px dashed #000000;
    margin: 0 5px 10px;
    padding: 0 0 16px 0;
}

.wid_img img {
    border-radius: 6px;
    float: left;
    height: 75px;
    margin: 0 8px 8px 0;
    max-width: 100%;
    width: 75px;
}

.no_brd {
    border: none;
    padding: 0px;
}

.clear {
    clear: both;
}

.wid_img button.cont_btn {
    padding: 2px 12px;
}

.right_slide_h5 h5 {
    font-size: 14px;
    color: #1c4585;
    font-weight: bold;
}

    .right_slide_h5 h5 a {
        color: #1c4585;
    }

        .right_slide_h5 h5 a:hover {
            color: #000;
        }

.box_first_part {
    float: left;
    background-color: #dddddd;
    color: #000;
    font-size: 13px;
    padding: 3px 8px 3px 5px;
    border-radius: 10px;
    margin: 0 5px 5px 0;
}

    .box_first_part span {
        background-color: #384363;
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
        padding: 0 4px;
        margin: 0 3px 0 0;
        font-size: 12px;
    }

.box_second_part {
    float: left;
    background-color: #394263;
    color: #fff;
    font-size: 13px;
    padding: 0px 8px 0px 0px;
    margin: 0 5px 5px 0;
    line-height: 24px;
}

    .box_second_part span {
        background-color: #fecb02;
        color: #394263;
        font-weight: bold;
        padding: 3px 6px;
        margin: 0 5px 0 0;
    }

.box_third_part {
    float: left;
    background-color: #ffcc00;
    color: #000;
    font-size: 13px;
    padding: 0px 8px 0px 0px;
    margin: 0 5px 5px 0;
    line-height: 24px;
}

    .box_third_part span {
        /*background-color:#006d2a;
	color:#fff;
	font-weight:bold;
	padding:3px 6px;
	margin:0 5px 0 0;*/
        border-bottom: 24px solid #006d2a;
        border-right: 10px solid rgba(0, 0, 0, 0);
        float: left;
        height: 0;
        text-align: center;
        width: 30px;
        color: #fff;
        font-weight: bold;
        padding: 0 4px;
    }

a.tooltip {
    opacity: 1;
    outline: medium none;
}

    a.tooltip span {
        display: none;
        line-height: 16px;
        margin-left: -160px;
        margin-top: 20px;
        padding: 14px 20px;
        width: 300px;
        z-index: 10;
    }

    a.tooltip:hover span {
        background: url("cssttp/css-tooltip-gradient-bg.png") repeat-x scroll 0 0 #414040;
        border: 2px solid #ffffff;
        color: #eeeeee;
        display: inline;
        position: absolute;
    }

.contents {
    height: 440px;
}
/* 25-2-15 End */
.modal-header {
    background-color: #52682b !important;
    padding: 7px 11px;
    color: #fff;
}


table.main_table {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 360px;
}

.main_table thead {
    display: inline-block;
    width: 100%;
}

    .main_table thead th {
        width: 176px;
        background: #fff !important;
        color: #333;
        border: 1px solid #dfdfdf !important;
        font-size: 12px;
        padding: 8px 0 8px 0;
        text-align: center;
    }

        .main_table thead th.w_15 {
            width: 9%;
        }

.scroll_table thead th.w_15 {
    width: 8.7%;
}

.scroll_table thead th {
    width: 17.81%;
}
/*.scroll_table thead th{ width: 18.2%;}*/
.scroll_table tbody td {
    width: 18.56% !important;
}

    .scroll_table tbody td.w_15 {
        width: 8.9% !important;
    }


/*scroll_table*/

.main_table tbody td.w_15 {
    width: 9%;
}

.main_table tbody td:first-child {
    font-size: 12px !important;
    color: #333 !important;
    font-weight: bold;
}

.main_table tbody td {
    width: 176px;
    border-bottom: 1px solid #dfdfdf;
    border-left: medium none;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding: 6px 10px;
    color: #666 !important;
}

.main_table tbody {
    display: inline-block;
    height: 400px;
    overflow: auto;
    width: 100%;
}

    .main_table tbody td div input {
        background: #1f70a7 !important;
        border: 1px solid #1f70a7;
        color: #fff !important;
    }
        /*.main_table tbody td div input:hover{background:#fff !important; color:#000 !important;}*/
        .main_table tbody td div input:hover {
            color: #fff !important;
            background: #000 !important;
        }

.btn:focus {
    color: #fff !important;
}

.panel-default p b, .panel-default p span {
    color: #6a9124;
}
/*searcview table style*/
.grid_table {
    border: 1px;
    color: black;
    width: 100% !important;
    text-align: center;
}

.div_gridtable {
    color: black;
    width: 100% !important;
    text-align: center;
}

.label_searchpark {
    float: left;
    font-size: 13.5px;
    padding-top: 10px;
    font-weight: bold;
}

.breadcrump_gridtable {
    overflow: None;
    margin: 0 auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}



/*clear <br> tage*/
.br_clear {
    clear: both !important;
}


/*a:hover, a:focus{ color:#428bca!important }*/
input.cancel:hover {
    /*background: #fff !important;*/
    border: 1px solid #006e2e;
}

.logo-img { /*width:100px; display:inline-block;*/
    float: left;
    margin: 0 8px 0 0px;
}

.text-porsion { /*display: inline-block; padding-left: 10px; position: relative; text-align: left; top: 20px;  line-height: 25px;*/
    float: left;
}

.top {
    font-size: 16px;
    display: block;
    color: #1b2e5b;
    line-height: 18px;
    margin: 0 0 0 2px;
}

.bottom {
    font-size: 40px;
    display: block;
    color: #003366;
    line-height: 40px;
}

.logo_pd_top .col-md-9 {
    padding-left: 0px;
}

.text-porsion img {
    max-width: 100%;
}

.mini_header {
    margin: 0 0px;
}

.login-tab-new input {
    background: #52682b !important;
    border-left: 1px solid #4f941d;
    border-radius: 4px;
    border-right: 1px solid #2f7000;
    box-shadow: 0 0 2px #fff inset;
    color: #fff;
    padding: 6px 10px;
    border: none;
}

    .login-tab-new input:hover {
        background: #6fa017 !important;
    }

.table-part-box img {
    width: auto !important;
}


/* Customer 10-9-2015 Start */
.customer_mem_table {
    border: 4px double #ccc;
    padding: 10px;
    /*width: 65%;*/
    margin: auto;
    /*margin: 20px 0 0 0;*/
    border: 1px solid #8dc73d;
    width: 100%;
}

.FilterdateIcon {
    width: 10%;
    position: relative;
    left: 0px;
    top: -26px;
}

table {
    width: 100%;
}

h3.reservationDetails {
    margin: 10px 0;
    color: #000;
}

input.custo_input {
    border: 1px solid #ccc;
    width: 88%;
    padding: 5px;
}

select.custo_input {
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
}
/* Customer 10-9-2015 End */

.custom-combobox-input {
    border: 1px solid #000 !important;
}

.date input.form-control {
    border: 1px solid #000 !important;
}

.reg_customer {
    padding: 33px;
    width: 450px;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
}

.uplod_doc {
    padding: 17px;
    display: none;
    width: 450px;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: right;
}

/*16-10*/
.selected_file {
    /*float: left;*/
    margin: 3px 14px 0 0;
}

.browse_file input[type="file"] {
    padding: 3px 0;
    display: inline !important;
}

.legend_group {
    border: 1px solid;
    color: #333;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 10px !important;
    padding: 0;
    width: 75%;
}

.moreinfo {
    width: 70%;
}

.legend_doc {
    width: 100%;
}

.support_frmat {
    margin-left: 5px;
    margin-bottom: 10px;
}

.lbl_file_name {
    float: right;
    width: 311px;
    word-break: break-all;
}

.file_upload_btn {
    float: left;
    width: 95px;
}

.uploadtext {
    color: transparent;
}

.fieldset {
    margin-top: 7px !important;
}

.uplod_document {
    padding: 8px 17px 17px 17px;
    width: 590px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.main_logo_left {
    float: left;
}

.headertext {
    margin: 4px 0px 9px 35px;
    float: left;
}

.w100_logo {
    width: 100%;
}
/*17/11 make change giftcardimage for crome*/
.MsoNormal img {
    max-width: none;
}

.img-cursor {
    cursor: default;
}

.contactbreadcrumb {
    margin: 10px 0 0 !important;
}

/*.displayupload span{ padding: 3px 0; white-space: nowrap; width: 12em; overflow: hidden; text-overflow: ellipsis; }*/
.displayupload input[type="submit"] {
    float: right;
    background-color: grey;
    color: white;
    font-weight: bold;
    height: 25px;
    border-radius: 2px;
    border: none;
}

.date_input_ic_new {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.w90_inp {
    width: 85%;
}

    .w90_inp input {
        border: none;
        box-shadow: none;
    }

.w10_date {
    font-size: 16px;
    left: -1px;
    position: relative;
    top: 5px;
    width: 10%;
}

.mgb7 {
    margin-bottom: 7px;
}

.special_qpws {
    margin-top: -20px !important;
}

.new_tit_brd_btm {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 22px;
}

ol.new_data_order {
    margin: 0px;
    padding: 0px 30px;
}

    ol.new_data_order li {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0 0px 0;
    }

.page-header h1 span {
    font-size: 36px;
    line-height: 40px;
}
/*  */
.breadcrumb > .active {
    color: rgb(31,116,185) !important;
    cursor: default !important;
}


.date_new_wid {
    width: 10%;
}

.navigation-top .navbar-collapse li.liselected li a {
    color: #fff !important;
}

    .navigation-top .navbar-collapse li.liselected li a:hover {
        color: #8dc73d !important;
    }

.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.newClass10.fancybox-opened {
    /*width:800px !important;*/
}

.fancybox-inner.newClass1 {
    /*width:785px !important;*/
}

.newClass10 .fancybox-skin {
    background-image: url('../themes/Queensland/popup_bg_new.png');
    background-repeat: repeat;
    width: 100%;
    background-color: inherit;
    border-radius: 0;
    padding: 0px !important;
}

.second_tit_alerttitle {
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15;
    width: 90%;
    margin: auto auto 10px auto;
}

    .second_tit_alerttitle span {
        color: #ff7300;
        margin: 0px;
        font-weight: bold !important;
    }

.park_description > p {
    margin: 0 0 5px 0;
}

.pop_att_icon {
    background-image: url('../../themes/Queensland/popup_att.png');
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 12px;
}

.brd_all_black {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
}

.data_btm_brd h4 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.data_btm_brd .input-group {
    display: block;
}

    .data_btm_brd .input-group input {
        margin-bottom: 15px;
    }

    .data_btm_brd .input-group textarea {
        margin-bottom: 15px;
    }
.inner_top_img img{width:100%;}
    .FileUpload + span {display: none;}
.FileUpload {width:auto !important;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #mainContent_homeContent_combineViewTab_infoView_ifrmInfo {
        margin: 0 0 0 -73px;
    }

    #mainContent_homeContent_combineViewTab_Icons img.img-responsive {
        margin: 0px !important;
    }

    .lbl_file_name {
        float: right;
        width: 100% !important;
    }
}


.scroll1_table table td, .scroll1_table table th {
    width: 42px;
}

.cloudTip1 {
    /*background: none repeat scroll 0 0 white;
    border: 3px solid #3f3f3d;*/
    color: #3f3f3d;
    padding: 0.5em;
    width: 200px;
    top: 50%;
}

#cloudTip_bg {
    background: url("/QPWS/themes/Queensland/layout/cloudtip_bg.PNG") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    padding-right: 30px;
    position: absolute;
    z-index: 101;
    top: 805px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 50%;
}

ol.breadcrumb li a:hover {
    color: #428bca;
}

.breadcrumb {
    background: #fff /*edf0e8*/ !important;
    border: 1px solid #8dc73d;
    float: left;
    width: 100%;
}

.MyTabStyle .ajax__tab_body {
    border: 1px solid #ddd !important;
    border-top: none !important;
}

.breadcrumb li a {
    color: #428bca !important;
}

.breadcrumb li {
    color: #1f74aa !important;
}

.sorted-box a {
    color: #596f3f !important;
}

    .sorted-box a:hover {
        color: #fff !important;
        background-color: #596f3f !important;
    }

.form-control:focus {
    border-color: #52682b !important;
    box-shadow: 0 1px 1px #52682b inset, 0 0 8px #52682b !important;
}

.navigation-top .navbar-collapse li li {
    border: none;
}


.tab_secont_td {
    margin: 0 0 0 40px;
}

#Table4 {
    margin: 0 0 0 40px;
}

input.new_input_calender {
    margin: 0 0 0 0 !important;
    width: 100% !important;
}

#Td1 img {
    float: right;
    margin: -23px 10px 0 0;
}

select.new_select_cale {
    width: 100% !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #000 !important;
}

/* mem page */
.center_table {
    margin: 25px auto auto auto;
}

.pur_mem {
    height: 165px;
    width: 312px;
}
/*Alert change start*/

.alertdetails {
    float: left;
    width: 82% !important;
    font-size: 14px;
    font-weight: bold;
    color: #525252;
    word-break: break-all;
}

.park_description {
    color: #000000;
    font-size: 13px;
    line-height: 16px;
}

.alertheader {
    float: left;
    width: 18% !important;
}

.alertlist {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 18px;
}
/*Alert change End*/
/* Meghana Edit*/
.icon_top {
    position: absolute;
    right: 20px;
    top: 4px;
}

.onlyfav {
    position: relative;
    top: 9px;
}

    .onlyfav input {
        margin: 0 7px 0 0;
        position: relative;
        top: 2px;
    }

.icon_top {
    position: absolute;
    right: 20px;
    top: 5px;
}

.pos_rel {
    position: relative;
}


.grid-box-list h4 {
    width: 90%;
}

.color_heart a {
    background-image: url('../themes/Queensland/color_heart.png');
    width: 22px;
    height: 22px;
    float: right;
}

.brd_heart a {
    background-image: url('../themes/Queensland/brd_heart.png');
    width: 22px;
    height: 22px;
    float: right;
    /*margin:10px 0 10px 0;*/
}

.alert_img {
    float: left;
    margin: 4px 0 0;
    width: 22px;
}

.heartLeft {
    float: left;
    margin: 0 0px 10px 0;
}

.Alertleft {
    float: left;
    margin: 0 10px 10px 0;
}

    .Alertleft .alert_img {
        margin: 0px;
    }


/*.parkname{
            text-align:center;
            padding:inherit;
            margin:auto;
            font-family: serif;
            font-size: 27px;
            background-color: #d6d6d6;
        }*/

.alerttitle {
    background-color: #ff7300;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

    .alerttitle span {
        font-weight: bold !important;
    }

.alertlbl {
    color: #fff;
    line-height: 22px;
    display: inline-block;
    margin: 16px 0;
}

.popup_park_tit {
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    padding: 15px 0 7px 0;
    font-weight: bold;
}

.brd_bottom_gray {
    /*margin:0 0 10px 0;
			background-color:#ffffff;
			padding:10px;*/
    border-bottom: 1px solid #b5b5b5;
    margin: 0 0 11px;
    padding: 0 0 11px;
}

.main_popup_box {
    background: none !important;
}


.alertheader p {
    margin: 0px;
}

.alertdetails p {
    margin: 0px;
}

.popup_all_pd {
    padding: 0px 15px 25px 15px;
    background: #f4f4f4;
    width: 90%;
    margin: auto auto 15px auto;
}

    .popup_all_pd:last-child {
        border: none;
    }

.field > label {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 18px;
    margin: 0px !important;
}

.field div p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 18px;
    float: left;
    margin: 0 0 7px 0;
}

a#mainContent_btnRequest {
    background: #6fa01c;
    border-radius: 0;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 5px;
    width: 100%;
}

a:hover#mainContent_btnRequest {
    color: #000;
}

#mainContent_Div1 {
    border: none;
}

    #mainContent_Div1 div {
        padding: 0px;
        border: none;
    }
/*-----------17-12-14----------------*/
.navbar_right {
    float: right !important;
}

.last {
    background: url(../images/lock.png) no-repeat center left 8px none !important;
    color: #ffc15c !important;
    padding-left: 30px !important;
}

    .last:hover {
        background: url(../images/lock.png) no-repeat center left 8px none !important;
        color: #fff !important;
    }

.last1 {
    background: url(../images/register-icon.png) no-repeat center left 8px none !important;
    color: #ffc15c !important;
    padding-left: 30px !important;
}

    .last1:hover {
        background: url(../images/register-icon.png) no-repeat center left 8px none !important;
        color: #fff !important;
    }

.user {
    background: url(/QPWS/themes/Queensland/user.png) no-repeat center left 8px none !important;
    color: #ffc15c !important;
    padding-left: 30px !important;
}

    .user:hover {
        background: url(/QPWS/themes/Queensland/user.png) no-repeat center left 8px none !important;
        color: #fff !important;
    }

.logout {
    background: url(/QPWS/themes/Queensland/open-lock.png) no-repeat center left 8px none !important;
    color: #ffc15c !important;
    padding-left: 30px !important;
}

    .logout:hover {
        background: url(/QPWS/themes/Queensland/open-lock.png) no-repeat center left 8px none !important;
        color: #fff !important;
    }

/*-----------17-12-14----------------*/

/* 3-11-2015 Start */
.main_bg_img {
    background-image: url(../themes/Queensland/home_bg.jpg);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 350px;
}

.bg_balck_background {
    background-image: url(../themes/Queensland/bg_blck_bg.png);
    background-repeat: repeat;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.shop_cart_box {
    margin: 19px 0 0 0;
}

    .shop_cart_box a {
        color: #fdc35f;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
        float: right;
    }

        .shop_cart_box a:hover {
            color: #fff;
        }

        .shop_cart_box a i {
            font-size: 20px;
            margin: 0 5px 0 0;
        }

.navbar {
    min-height: inherit !important;
}

.navbar-nav > li > a {
    padding-bottom: 0px !important;
}

.navigation-top .navbar-collapse li a i {
    font-size: 20px;
    position: relative;
    right: 3px;
    top: 2px;
}

.navbar_right li a {
    padding-right: 0px !important;
}

.main_slider_new .carousel-inner > .item > img, .main_slider_new .carousel-inner > .item > a > img {
    width: 100%;
}

.pos_abs {
    position: absolute;
    top: 0px;
    width: 100%;
}

.nav-shadow {
    display: none;
}

.special_box_up {
    margin: -101px 0 0 0;
}

.custom-combobox-input {
    width: 87% !important;
}

#hypLogin, #linkNewCustomer {
    background: none !important;
}

img {
    max-width: 100%;
}

#mainContent_homeContent_ddlRegions > option {
    border-right: 1px solid #000;
}
/* 3-11-2015 End */
.modal-backdrop {
    z-index: 2 !important;
}

#txtCustomerName {
    width: 86%;
    border: 2px solid #8cc63c;
    border-radius: 0px;
}

#divcancel i {
    border: 1px solid;
    padding: 2px 5px;
}

.customerAutocomplete {
    display: block !important;
    left: inherit !important;
    overflow-y: scroll;
    right: 202px;
    width: 400px !important;
    overflow-x: hidden !important;
    max-height: 250px;
    height: inherit !important;
}


    .customerAutocomplete .ui-state-focus, .ui-menu .ui-state-active {
        margin: 0px !important;
    }


        .customerAutocomplete .ui-state-hover a, .customerAutocomplete .ui-state-hover a:hover, .customerAutocomplete .ui-state-hover a:link, .customerAutocomplete .ui-state-hover a:visited, .customerAutocomplete .ui-state-focus a, .customerAutocomplete .ui-state-focus a:hover, .customerAutocomplete .ui-state-focus a:link, .customerAutocomplete .ui-state-focus a:visited {
            color: #fff !important;
            font-weight: normal !important;
        }

    .customerAutocomplete .ui-menu-item {
        list-style: none !important;
        border-bottom: 1px solid #000;
    }

.font_13 {
    font-size: 13px;
}

.font_11 {
    font-size: 11px;
}

.text_Center {
    display: block;
    text-align: center;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-x: auto;
}

    .ui-autocomplete .ui-state-focus, .ui-menu .ui-state-active {
        margin: 0 !important;
    }


.dis_none {
    display: none;
}

.spe_wid25 {
    width: 25% !important;
}

.lblCustomerName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84%;
}

#main_loading {
    margin: 140px 0 0 0;
}

.ui-multiselect-menu {
    width: 250px !important;
}


/* 2-12 */
.check_left_70 {
    width: 80%;
    float: left;
    padding: 0 0 0 27px;
    margin: 10px 0 0 0;
}

.check_left_30 {
    width: 20%;
    float: right;
    margin: 10px 0 0 0;
}

.check_avai_40 {
    width: 40%;
    float: left;
}

.check_avai_20 {
    width: 20%;
    float: left;
}

.check_avai_40 input {
    width: 96%;
    padding: 5px;
    float: left;
}

.check_avai_20 select {
    width: 100%;
    padding: 5px;
}

.date_icon {
    float: left;
    margin: 8px 0 0 -25px;
}

.check_avai_20 a {
    height: auto;
    line-height: 22px;
    margin: 0 0 0 8px;
    padding: 5px 10px;
    text-align: center;
}

.check_left_30 a {
    height: auto;
    line-height: 22px;
    margin: 0 0 0 8px;
    padding: 5px 10px;
    text-align: center;
}
/*.chk_w50{ width: 50%;margin: 9px 0 0 0;}*/
.chk_w50 {
    width: 50%;
}

    .chk_w50 a {
        background: #6fa01c;
        color: #fff;
        margin: 9px 0 0 0;
    }

        .chk_w50 a:hover {
            background: #52682b;
            color: #fff;
        }

.sub_btn_mrgn {
    margin: 10px 0;
}

.map_legend {
    position: relative;
}

    .map_legend .legend {
        right: 0px !important;
    }

.list-inline > li {
    position: relative;
    z-index: 1;
}

.date_tile_text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    color: #3f3f3f;
}

    .date_tile_text .from_date strong {
        margin: 0 0 0 5px;
    }

    .date_tile_text .to {
        margin: 0 10px;
    }

.shedo_new_focus {
    border-color: #52682b !important;
    box-shadow: 0 1px 1px #52682b inset, 0 0 8px #52682b !important;
}

.test {
    padding: 0px !important;
    display: block;
    width: 100%;
}

    .test a:nth-child(1) {
        width: 94%;
        display: inline-block;
        background-color: #3399FF;
        padding: 0 5px;
    }

    .test a:nth-child(2) {
        width: 5%;
        display: inline-block;
    }

    .test a {
        color: #fff !important;
    }

.date .special_date_icn {
    top: 29px !important;
}

.app_new_btn {
    margin: 26px 0 0 0;
}

@media only screen and (min-width:1280px) and (max-width:1300px) {
    .main_table thead th {
        width: 18.7%;
    }

    .main_table tbody td {
        width: 18.7%;
    }

    .customerAutocomplete {
        right: 168px;
    }

    .special_box_up {
        margin: -91px 0 0 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .w30 {
        width: 29%;
    }

        .w30.min-h150 {
            width: 31.5%;
        }

    .langbox select {
        width: 79%;
    }

    .navbar-toggle {
        margin: 14px 0 0 0 !important;
    }

    .main_table thead th {
        width: 18.7%;
    }

    .main_table tbody td {
        width: 18.7%;
    }
    /* 25-2 */
    .box_first_part {
        font-size: 12px;
    }

    .box_pad h4 a {
        font-size: 14px;
    }

    .wid_img button.cont_btn {
        padding: 2px 11px;
    }

    /*12-10*/
    .reg_customer {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .uplod_doc {
        width: 100%;
        text-align: center;
    }

    .special_box_up {
        margin: 0px;
    }

    .customerAutocomplete {
        right: 55px;
    }

    .lblCustomerName {
        margin: 0px !important;
    }
}


@media (max-width:1024px) {
    .table_main_he table td, .table_main_he table th {
        width: 5%;
    }
}

@media (max-width:980px) {
    .navigation-top .navbar-collapse li a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .login-tab {
        right: 100px;
        top: 65px;
    }

    .register-tab {
        right: 0px;
        top: 65px;
    }

    .seach-shadow {
        bottom: -15px;
    }

    .search-selects {
        padding-bottom: 15px;
    }

    .copyrights, .privacy {
        font-size: 12px;
    }

    .navigation-top .navbar-collapse li a {
        font-size: 12px;
        background: none;
        outline: none;
    }

    /* 23-01-15 */
    .boxmglr10 {
        margin: 0 0 15px 0;
    }

    .boxmgb10 {
        margin-bottom: 25px;
    }

    .w30 {
        width: 100%;
    }

    .min-h150 {
        min-height: 10px;
    }

    .boxmgl10 {
        margin: 0px;
    }

    .pos_r_top {
        top: 0px;
        margin: 0 0 25px 0;
    }

    .table_main_he table td, .table_main_he table th {
        width: 5%;
    }

    .main_table tbody td {
        width: 10%;
        word-break: break-all;
        word-wrap: break-word;
    }

    table.main_table {
        height: auto;
    }

    .main_table tbody {
        height: auto;
    }

    /* Customer 10-9-2015 Start */
    .customer_mem_table {
        width: 100%;
    }

        .customer_mem_table table tr td.first_td {
            width: 100%;
            float: left;
        }

            .customer_mem_table table tr td.first_td select {
                width: 100% !important;
            }

        .customer_mem_table table tr td.second_td {
            width: 100%;
            float: left;
        }
    /* Customer 10-9-2015 End */



    /*12-10*/
    .reg_customer {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .uplod_doc {
        width: 100%;
        text-align: center;
    }

    .pur_mem {
        height: auto;
        width: 100%;
    }
    /* 03-11-2015  Start*/
    /*.main_slider_new .carousel-inner > .item > img, .main_slider_new .carousel-inner > .item > a > img{height:270px;}*/
    /* 03-11-2015  End*/
    .row1 {
        height: auto !important;
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {

    .or {
        padding: 10px 0;
    }

    .mgt-18 {
        margin: 0px 0 10px 0;
    }

    .boxmgb10 {
        margin: 0 0 20px 0;
    }

    .pos_r_top {
        margin: -10px 0 25px 0;
    }

    .posr_top {
        top: -10px;
    }

    button.select_box {
        width: 100% !important;
    }
    /* 25-2 */
    .fl_left {
        width: 18%;
    }

    .fl_right {
        width: 82%;
    }

    .wid_img img {
        width: 105px;
        height: 105px;
    }

    .wid_img button.cont_btn {
        padding: 2px 27px;
    }

    .logo_pd_top {
        margin: 0 0 60px 0;
    }

        .logo_pd_top .langbox {
            text-align: right;
        }

    #cloudTip_bg {
        width: auto;
        left: inherit;
    }

    .reg_customer {
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }

    .uplod_doc {
        width: 100%;
        text-align: center;
    }

    .text-porsion img {
        max-width: 100%;
    }

    .logo_pd_top .langbox {
        margin-top: -12px;
    }

    .search_part_left input {
        width: 82%;
    }

    .logo_pd_top {
        margin: 10px 0 0px;
    }

    .lblCustomerName {
        margin: 6px 5px 3px;
    }

    .onlyfav {
        top: 0px;
        margin-bottom: 10px;
    }

    .res_btn_new_park_finder {
        margin: 0px !important;
        padding: 0px;
    }
    /* 03-11-2015 Start */
    .last {
        padding-left: 11px !important;
    }

    .user {
        padding-left: 8px !important;
    }

    .main_bg_img {
        background-position: center;
        height: 270px;
    }

    .logo {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .special_box_up {
        margin: 50px 0 0 0;
    }

    .custom-combobox-input {
        width: 95.5% !important;
    }

    .text-center .log_shop_cart {
        bottom: -9px !important;
    }

    .or {
        padding-top: 14px !important;
    }

    #txtCustomerName {
        width: 80%;
    }

    .customerAutocomplete {
        right: 37px;
        top: 62px !important;
    }

    .search-selects .custom-combobox-input {
        width: 96% !important;
    }

    #divWays {
        width: 100% !important;
    }
    /* 03-11-2015 Start */
    .gift_page_table tr td {
        width: 50%;
        float: left;
    }

        .gift_page_table tr td .MsoNormal img {
            max-width: 100%;
        }


    .content-area {
        padding: 10px 0 0 0;
    }

    .lblCustomerName {
        width: 77%;
    }

    img[usemap] {
        width: 92% !important;
    }

    /* 12-9-16 */
    .bg_balck_background {
        position: inherit !important;
    }

    .banner-part {
        margin-top: 0px;
    }

    .logo_pd_top {
        margin: 0px;
    }

    .inner_top_img {
        display: none !important;
    }

    .mob_special_mgt {
        margin: -15px 0 0 0;
    }
}

@media (max-width:800px) {
    .special_box_up {
        margin: 25px 0 0 0;
    }

    .mob_special_mgt {
        margin: -20px 0 0 0;
    }

    .customer_mem_table {
        margin: 15px 0 0 0;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.newClass10.fancybox-opened {
        width: 90% !important;
    }

    .fancybox-inner.newClass1 {
        width: 100% !important;
    }

    /* 12-9-16 */
    .inner_top_img {
        display: none !important;
    }
}

@media (max-width:768px) {
    .special_box_up {
        margin: 30px 0 0 0;
    }

    .mob_special_mgt {
        margin: 18px 0 0 0;
    }
}

@media (max-width:767px) {
    .login-tab {
        left: 0px;
        top: 15px;
    }

    .register-tab {
        left: 79px;
        top: 15px;
        right: auto;
    }

    .nav-shadow {
        display: none;
    }

    .search-selects {
        padding-bottom: 0;
    }

    .fast-search select, .fast-search .stay {
        clear: both;
        margin-bottom: 20px;
    }

        .fast-search .stay select {
            clear: none;
            margin-bottom: 0px;
        }

    .stay {
        float: none;
        display: inline-block;
    }

    .fast-search {
        margin-top: 25px;
    }

        .fast-search .cleafix {
            display: block;
        }

    .copyrights, .privacy {
        text-align: center;
        font-size: 12px;
    }

    .banner-part {
        margin-top: 0;
    }

    .navigation-top .navbar-nav {
        margin: 0;
    }

    .navigation-top .navbar-collapse li a {
        border-top: 1px dotted #52682b;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
        background: #d5d3ad;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background: #000;
            border: none;
        }

        .navbar-default .navbar-toggle:hover {
            background: #6ea01b;
        }

    .navigation-top .navbar-collapse li {
        border: none;
    }

    .bot-links a {
        line-height: 30px;
    }

    .navigation-top .navbar-collapse li.customer {
        border-right: none;
    }

    .bot-links a:hover { /*background:none; color:#FFCC00;*/
    }

    .seach-shadow {
        display: none;
    }

    .carousel-control.left, .carousel-control.right {
        display: none;
    }

    /* mem page */
    .headertb td {
        font-size: 13px;
    }


    /* 23-01-15 */
    .boxmglr10 {
        margin: 0 0 15px 0;
    }

    .boxmgb10 {
        margin-bottom: 25px;
    }

    .w30 {
        width: 100%;
    }

    .min-h150 {
        min-height: 10px;
    }

    .boxmgl10 {
        margin: 0px;
    }

    .pos_r_top {
        top: 0px;
        margin: 0 0 25px 0;
    }

    #mainContent_homeContent_btnSearch {
        margin: 20px 0 0 0;
    }

    .table_main_he table td, .table_main_he table th {
        width: 4.8%;
    }
    /* 25-2 */
    .wid_img button.cont_btn {
        padding: 2px 15px;
    }

    .text-porsion {
        float: none;
        display: inherit;
    }

    .logo-img {
        float: none;
        display: inline-block;
    }

    .logo_pd_top span.top {
        display: inherit;
    }

    .logo_pd_top .col-md-9 {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    .logo_pd_top .langbox {
        padding: 0px;
    }

    .login-tab-main {
        width: auto !important;
        /*margin: 0 0 0 15px;*/
    }
    /* mem page */
    .headertb td {
        font-size: 13px;
    }

    .login-tab-new input {
        padding: 6px 7px;
    }

    .logo_pd_top .langbox {
        margin: 20px 0 0 0;
    }

    .login-tab-main {
        bottom: -43px !important;
    }

    .search_part_left input {
        width: 93%;
    }

    .onlyfav {
        top: 0px;
        margin-bottom: 10px;
    }

    /* 03-11-2015 Start */
    .main_bg_img {
        background-position: center;
        height: 270px;
    }

    .ques_logo {
        text-align: center;
    }

    .shop_cart_box a {
        float: left;
    }

    .navbar-toggle {
        margin: -16px 0 8px !important;
    }

    .navbar-nav > li > a {
        padding-bottom: 7px !important;
        padding-top: 7px !important;
    }

    .last, .last1, .user, .logout {
        padding: 11px !important;
    }

    .logo {
        padding-top: 0px;
    }

    .login-tab-main .row {
        margin-left: 0px;
    }

    .special_box_up {
        margin-top: 0px;
    }

    #divWays {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    .custom-combobox-input {
        width: 95% !important;
    }

    .log_menu button.navbar-toggle {
        margin: 24px 0 8px !important;
    }

    .text-center .log_shop_cart {
        bottom: -141px !important;
    }

    #logmenus_div .navbar-nav .open .dropdown-menu > li > a {
        color: #000 !important;
    }

        #logmenus_div .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #8dc73d !important;
        }

    #logmenus_div .navbar-nav .open .dropdown-menu {
        background-color: #fff !important;
    }

    .dropdown-menu {
        padding: 0px !important;
        border-radius: 5px !important;
    }

    ul.dropdown-menu ul.dropdown-menu {
        margin-left: 20px;
    }


    .customerAutocomplete {
        left: 0 !important;
        margin: auto;
        overflow-x: hidden !important;
        overflow-y: scroll;
        right: 0;
        top: 191px !important;
        width: 90% !important;
    }

    .headertext img {
        max-width: 100% !important;
    }

    .main_logo_left {
        float: none;
        display: inline-block;
    }

    .headertext {
        float: none;
        display: inline-block;
    }

    /* 03-11-2015 End */

    .gift_page_table tr td {
        width: 100%;
        float: left;
    }

        .gift_page_table tr td .MsoNormal span {
            text-align: center;
            display: block;
        }

        .gift_page_table tr td .MsoNormal img {
            max-width: 100%;
        }

    .gift_page_table tr {
        float: left;
        width: 100%;
    }

    .mob_special_mgt {
        margin: 0 0 0 0;
    }

    .content-area {
        padding: 10px 0 0 0;
    }

    .lblCustomerName {
        height: 18px;
    }

    .search_part_left #txtCustomerName {
        width: 95%;
    }

    .text-center .log_without_combo {
        bottom: -111px !important;
    }

    .lblCustomerName {
        width: 94%;
        margin-left: 0px !important;
    }

    /* 21-11-2015 */

    .bg_balck_background {
        position: inherit !important;
    }

    .mob_special_mgt .page-header {
        margin: 0px 0 20px !important;
    }

        .mob_special_mgt .page-header h1 {
            margin-top: 0px !important;
        }

    .mob_special_mgt .fast-search {
        margin-top: 0px;
    }

    .mob_special_mgt #lblHeaderTitle {
        margin: 0px;
    }

    input.app_filer_btn {
        margin: 10px 0 0 0;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        padding: 10px 6px !important;
        font-size: 13px;
    }
    /* 21-11-2015 */

    img[usemap] {
        border: none;
        height: auto;
        max-width: 100%;
        width: 92% !important;
        margin: 0 4% !important;
    }

    .active img#Image1 {
        margin: 0px !important;
    }

    .res_btn_new_park_finder {
        margin: 0px !important;
        padding: 0px;
    }

    .field input {
        width: 100% !important;
    }

    .field textarea {
        width: 100% !important;
    }

    .responsive_btn input {
        width: 100%;
        margin: 0 0 7px 0;
    }

    .uplod_document {
        width: 100%;
    }

    .customer_mem_table {
        margin: 15px auto;
    }
}

@media (max-width:640px) {
    .privacy {
        padding-top: 0;
    }
    /*footer{background:url(/QPWS/themes/Queensland/footer-bg.jpg) center 72% no-repeat #5f7f9a;}*/

    .fr_img img {
        float: right;
        max-width: 45%;
    }

    .langbox {
        top: 0px !important;
    }

    .table_main_he table td, .table_main_he table th {
        width: 12.6%;
    }

    /*  Popup Start */
    .fancybox-skin {
        padding: 0px !important;
    }

    .fancybox-wrap {
        width: 500px !important;
    }

    .fancybox-inner {
        width: 500px !important;
    }
    /*  Popup End */

    /* 25-2 */
    .wid_img button.cont_btn {
        padding: 2px 24px;
    }

    .fl_left {
        width: 18%;
    }

    .fl_right {
        width: 80%;
    }

    .wid_img img {
        width: 100px;
        height: 100px;
    }

    .text-porsion img {
        max-width: 40%;
    }

    .attractions {
        height: auto !important;
    }
    /*12-10*/
    .reg_customer {
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }

    .uplod_doc {
        width: 100%;
        text-align: center;
    }

    .legend_group {
        width: 100%;
    }

    .moreinfo {
        width: 100%;
    }


    /* 2-12 */
    .check_left_70 {
        width: 100%;
        padding: 0px;
    }

    .check_left_30 {
        width: 90%;
        margin: 0 5%;
    }

    .check_avai_40 {
        width: 90%;
        margin: 0 5%;
    }

    .check_avai_20 {
        width: 90%;
        margin: 0 5%;
    }

    .check_avai_40 input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .check_avai_20 select {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .check_avai_20 a {
        display: block;
        margin: 0px 0 10px 0;
    }

    .check_left_30 a {
        display: block;
        margin: 0px 0 10px 0;
    }
}

@media (max-width:568px) {
    .table_main_he table td, .table_main_he table th {
        width: 13.1%;
    }

    .login-tab-main {
        width: 35%;
    }

    .floatright a img.logo-img {
        max-width: 20.9%;
        margin: 6px 0 0 0;
    }

    /* 25-2 */
    .wid_img button.cont_btn {
        padding: 2px 21px;
    }

    .fl_left {
        width: 20%;
    }

    .fl_right {
        width: 79%;
    }

    .wid_img img {
        width: 95px;
        height: 95px;
    }

    .text-porsion img {
        max-width: 90%;
    }


    .search_part_left input {
        width: 93%;
    }

    .custom-combobox-input {
        width: 94% !important;
    }

    .customerAutocomplete {
        top: 200px !important;
    }

    .gift_page_table tr {
        width: 100%;
    }

    .special_box_up {
        margin-top: 0px;
    }

    .mob_special_mgt {
        margin: 0 0 0 0;
    }

    .search_part_left #txtCustomerName {
        width: 94%;
    }

    .lblCustomerName {
        width: 93%;
    }
}

@media (max-width:568px) {
}

@media (max-width:480px) {
    .table_main_he table td, .table_main_he table th {
        width: 12.3%;
    }

    /* Popup Start */
    .fancybox-skin {
        padding: 0px !important;
    }

    .fancybox-wrap {
        width: 400px !important;
    }

    .fancybox-inner {
        width: 400px !important;
    }
    /* Popup End */

    /* 25-2 */
    .wid_img button.cont_btn {
        padding: 2px 21px;
    }

    .fl_left {
        width: 24%;
    }

    .fl_right {
        width: 74%;
    }

    .wid_img img {
        width: 95px;
        height: 95px;
    }

    .login-tab-main {
        bottom: -63px !important;
    }

    .button_view_cart {
        bottom: -33px !important;
    }

    .search_part_left input {
        width: 93%;
    }

    .selected_file {
        margin: 3px 14px 0 4px;
    }

    .custom-combobox-input {
        width: 93% !important;
    }

    .text-center .log_shop_cart {
        bottom: -131px !important;
    }

    .uplod_document {
        width: 100%;
    }

    .lbl_file_name {
        width: 70%;
    }

    .file_upload_btn {
        width: 20%;
    }

    .gift_page_table tr {
        width: 95%;
    }

    .special_box_up {
        margin-top: 0px;
    }

    .mob_special_mgt {
        margin: 0 0 0 0;
    }

    .search_part_left #txtCustomerName {
        width: 93%;
    }

    .text-center .log_without_combo {
        bottom: -101px !important;
    }

    .lblCustomerName {
        width: 92%;
    }

    /* 2-12 */
    .check_left_30 {
        width: 86%;
        margin: 0 7%;
    }

    .check_avai_40 {
        width: 86%;
        margin: 0 7%;
    }

    .check_avai_20 {
        width: 86%;
        margin: 0 7%;
    }

    .custom-combobox-input {
        width: 92% !important;
    }

    .alertlbl {
        font-size: 21px;
        line-height: 26px;
    }

    .alertheader {
        width: 20% !important;
    }

    .alertdetails {
        width: 79% !important;
    }
}

@media (max-width:414px) {
    .alertheader {
        width: 100% !important;
    }

    .alertdetails {
        width: 100% !important;
    }

    .date_tile_text .from_date {
        width: 100%;
        display: block;
    }

    .date_tile_text {
        margin: 10px 0;
    }
}

@media (min-width:414px) and (max-width:450px) {
    .fancybox-wrap {
        width: 90% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .date_new_wid {
        width: 17%;
    }
}

@media (min-width:375px) and (max-width:400px) {

    /*Popup Start */
    .fancybox-skin {
        padding: 0px !important;
    }


    .fancybox-wrap {
        width: 90% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .custom-combobox-input {
        width: 90% !important;
    }

    .main_logo_left img {
        max-width: 74%;
    }

    .headertext {
        margin: 4px 0 9px 5px;
    }

    .gift_page_table tr {
        width: 100%;
    }

    .special_box_up {
        margin-top: 167px;
    }

    .mob_special_mgt {
        margin: 0 0 0 0;
    }

    .search_part_left #txtCustomerName {
        width: 91%;
    }

    .lblCustomerName {
        width: 89%;
    }

    .ui-autocomplete {
        width: 281px !important;
    }

    .date_new_wid {
        width: 17%;
    }
}

/* Popup End */


@media (max-width:360px) {
    /* 25-2 */
    .fl_left {
        width: 32%;
    }

    .fl_right {
        width: 65%;
    }

    .wid_img img {
        width: 90px;
        height: 90px;
    }

    .box_pad h4 a {
        font-size: 13px;
    }

    .wid_img button.cont_btn {
        padding: 2px 19px;
    }

    .button_view_cart {
        bottom: -27px !important;
    }

    .search_part_left input {
        width: 89%;
    }

    .browse_file input[type="file"] {
        float: none !important;
    }


    .fancybox-skin {
        padding: 0px !important;
    }

    .fancybox-wrap {
        width: 320px !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    /*  Popup End */


    .fancybox-wrap {
        left: 0 !important;
        margin: auto !important;
        right: 0 !important;
        width: 90% !important;
    }

    .main_popup_box {
        width: 92% !important;
        margin: 10px;
    }



    .customerAutocomplete {
        top: 196px !important;
    }

    .file_upload_btn {
        width: 100%;
    }

    .lbl_file_name {
        width: 100%;
    }

    .main_logo_left img {
        max-width: 74%;
    }

    .headertext {
        margin: 4px 0 9px 5px;
    }

    .gift_page_table tr {
        width: 100%;
    }

    .special_box_up {
        margin-top: 0px;
    }

    .mob_special_mgt {
        margin: 0 0 0 0;
    }

    .search_part_left #txtCustomerName {
        width: 90%;
    }

    .lblCustomerName {
        width: 89%;
    }

    .custom-combobox-input {
        width: 90% !important;
    }

    .ui-autocomplete {
        width: 267px !important;
    }

    .date_new_wid {
        width: 17%;
    }
}

@media (max-width:320px) {
    /* 25-2 */
    .wid_img img {
        width: 80px;
        height: 80px;
    }

    .wid_img button.cont_btn {
        padding: 2px 15px;
    }

    .button_view_cart {
        bottom: -29px !important;
    }

    .search_part_left input {
        width: 89%;
    }

    .browse_file input[type="file"] {
        float: none !important;
    }

    .main_popup_box {
        width: 89% !important;
        margin: 10px;
    }

    .custom-combobox-input {
        width: 88% !important;
    }

    .customerAutocomplete {
        top: 191px !important;
    }

    .main_logo_left img {
        max-width: 71%;
    }

    .headertext {
        margin: 4px 0 9px 5px;
    }

    .special_box_up {
        margin-top: 0px;
    }

    .gift_page_table tr {
        width: 100%;
    }

    .mob_special_mgt {
        margin: 0 0 0 0;
    }

    .search_part_left #txtCustomerName {
        width: 89%;
    }

    .lblCustomerName {
        width: 88%;
    }

    .check_left_30 {
        width: 82%;
        margin: 0 9%;
    }

    .check_avai_40 {
        width: 82%;
        margin: 0 9%;
    }

    .check_avai_20 {
        width: 82%;
        margin: 0 9%;
    }

    .ui-autocomplete {
        width: 226px !important;
    }

    .chk_w50 {
        width: 60%;
    }


    @media screen and (-webkit-min-device-pixel-ratio:0) {

        .gift_page_table tr {
            width: 100%;
        }
    }

    /* 2-12 */
    .date_new_wid {
        width: 20%;
    }

    .date .special_date_icn {
        top: 46px !important;
    }
}
/*login box style*/
/* PROCESSING GEARS */
.processingOrderGears {
    width: 100%;
    height: 64px;
    margin: 0.5em auto;
    background: url('/QPWS/images/layout/processing_order_gears.gif') center no-repeat;
    cursor: progress;
}

.processingGears {
    width: 100%;
    height: 64px;
    margin: 0.5em auto;
    background: url('/QPWS/images/layout/processing_gears.gif') center no-repeat;
    cursor: progress;
}


.noticeMaximumReservations {
    text-align: center;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}




/*-----------popup----------------*/
.popup-main {
    width: 720px;
}

.popup-default {
    border-color: black;
    margin-top: 10px;
    padding-bottom: 20px;
    border-width: 2px;
    border: 1px solid #000 !important;
}

.popup-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 5px 0 5px 15px;
}

    .popup-heading a {
        background: url(../images/close-bt-red.png) no-repeat;
        padding: 10px 15px;
        float: right;
    }

.popup-default h1 {
    font-size: 15px;
    color: #4594BC;
}

.popup-default ul {
    padding: 0px;
}

.popup-default h3 {
    font-size: 15px;
    color: #4CADE7;
}

.popup-default img {
    height: 200px;
    margin-top: 30px;
    padding-left: 5px;
    width: 200px;
}

/*-----------popup----------------*/


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .white-box-left {
        font-size: 14px;
        line-height: 20px;
    }

    .availability-class {
        margin: 0px;
    }

    #cloudTip_bg {
        background: url("/QPWS/themes/Queensland/layout/cloudtip_bg.PNG") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        padding-right: 30px;
        position: absolute;
        z-index: 101;
        top: 805px;
        left: 3%;
        right: 0px;
        margin: 0 auto;
        width: 100%;
    }

    .logo {
        padding-bottom: 1px;
        text-align: center;
    }
}





.login-tab-new, .register-tab-new {
    display: inline-block;
    position: relative;
    top: 20px;
}

.register-tab-new {
    right: -1px;
}

    .login-tab-new a, .register-tab-new a {
        background: none repeat scroll 0 0 gray;
        border-left: 1px solid #4f941d;
        border-radius: 4px;
        border-right: 1px solid #2f7000;
        box-shadow: 0 0 2px #fff inset;
        color: #fff;
        padding: 6px 10px;
    }

        .login-tab-new a:hover, .register-tab-new a:hover {
            background: #6f9648;
        }

.a:hover {
    color: #428bca !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .table-part-box {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }

    .logo {
        text-align: left;
    }

    .navigation-top .navbar-collapse li a {
        font-size: 12px;
        background: none;
        outline: none;
    }
    /*-----------ubn----------------*/
    .availability-class {
        text-align: center !important;
        margin: 11px 67px 1px;
        line-height: 60px;
    }

    .white-box-left {
        margin-left: 220px !important;
    }

    .login-tab-main {
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-right: 18px !important;
        text-align: right !important;
        width: 100% !important;
        position: absolute;
        bottom: 34px !important;
        right: 0px !important;
    }

    .login-tab-new {
        left: 0px !important;
        top: 0px !important;
    }

    .register-tab-new {
        top: 0px !important;
        right: 0px !important;
    }
    /*-----------ubn----------------*/

    /*-----------popup----------------*/
    .popup-img {
        width: 260px;
        position: absolute;
        top: -25px;
        right: 14px;
    }

    /*-----------popup----------------*/
    .browse_file {
        margin-bottom: 41px;
    }
}

@media only screen and (min-width: 591px) and (max-width: 790px) {
    .table-part-box {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }
    /*-----------ubn----------------*/
    .availability-class {
        line-height: 60px;
    }

    .white-box-left {
        margin-left: 150px;
    }

    .login-tab-main {
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
        width: 40%;
        position: absolute;
        bottom: -36px;
        left: 0;
    }

    .login-tab-new, .register-tab-new {
        position: initial;
    }

    .login-tab-new, .login-tab-new {
        position: initial;
    }

        .login-tab-new a, .register-tab-new a {
            font-size: 10px;
            line-height: 21px;
            padding: 10px 8px;
        }

    .text-center {
        text-align: center !important;
    }
    /*-----------ubn----------------*/

    /*-----------17-12-14----------------*/
    .nav.navbar-nav.navbar_right {
        width: 100%;
    }

        .nav.navbar-nav.navbar_right > li {
            margin-bottom: 3px;
        }
    /*-----------17-12-14----------------*/

    /* Force table to not be like tables anymore */
    table.table-striped, .table-striped thead, .table-striped tbody, .table-striped th, .table-striped td, .table-striped tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-striped thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .table-striped tr {
        border: 1px solid #ccc;
    }

    .table-striped td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        padding-left: 95px !important;
    }

        .table-striped td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
		Label the data
		*/
        .table-striped td:nth-of-type(1):before {
            content: "Select";
        }

        .table-striped td:nth-of-type(2):before {
            content: "Session";
            text-align: left;
        }

        .table-striped td:nth-of-type(3):before {
            content: "Place";
            text-align: left;
        }

        .table-striped td:nth-of-type(4):before {
            content: "Schedule";
            text-align: left;
        }

        .table-striped td:nth-of-type(5):before {
            content: "Restictions";
            text-align: left;
        }

        .table-striped td:nth-of-type(6):before {
            content: "Seats";
            text-align: left;
        }

        .table-striped td:nth-of-type(7):before {
            content: "Sign Up";
            text-align: left;
        }

    table.table-striped td {
        padding-left: 90px;
    }

    table.table-striped th {
        display: none;
    }

    table.table-striped {
        border: none;
    }

    .low-search {
        z-index: 2;
    }

    /*-----------map----------------*/
    .accordian-main {
        width: 40%;
    }
    /*-----------map----------------*/

    /*-----------popup----------------*/
    .popup-main {
        width: 100%;
    }

        .popup-main h1 {
            font-size: 13px;
        }

        .popup-main h3 {
            font-size: 13px;
        }

        .popup-main p {
            font-size: 13px;
            margin-bottom: 2px;
        }

        .popup-main li {
            font-size: 13px;
        }

    .popup-img {
        width: 260px;
        position: absolute;
        top: -25px;
        right: 14px;
    }
    /*-----------popup----------------*/
    #cloudTip_bg {
        background: url("/QPWS/themes/Queensland/layout/cloudtip_bg.PNG") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        padding-right: 30px;
        position: absolute;
        z-index: 101;
        top: 805px;
        left: 5%;
        right: 0px;
        margin: 0 auto;
        width: auto;
    }

    .langbox {
        text-align: right;
        top: 0px;
    }
}

@media only screen and (min-width: 471px) and (max-width: 590px) {

    .table-part-box {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }


    /*-----------ubn----------------*/
    .reserve-btn {
        margin: 11px 0 0 72px;
    }

    .availability-class {
        line-height: 40px;
    }

    .white-box-left {
        margin-left: 70px;
    }

    .login-tab-main {
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
        width: 52%;
        position: absolute;
        bottom: -44px;
        left: 0;
    }

    .text-porsion img {
        max-width: 70%;
    }

    .login-tab-new, .register-tab-new {
        position: initial;
    }

    .login-tab-new, .login-tab-new {
        position: initial;
    }

        .login-tab-new a, .register-tab-new a {
            font-size: 10px;
            line-height: 21px;
            padding: 10px 8px;
        }

    .text-center {
        text-align: center !important;
    }
    /*-----------ubn----------------*/


    /*-----------17-12-14----------------*/
    .nav.navbar-nav.navbar_right {
        width: 100%;
    }

        .nav.navbar-nav.navbar_right > li {
            margin-bottom: 3px;
        }
    /*-----------17-12-14----------------*/

    #cloudTip_bg {
        background: url("/QPWS/themes/Queensland/layout/cloudtip_bg.PNG") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        padding-right: 30px;
        position: absolute;
        z-index: 101;
        top: 805px;
        left: 5%;
        right: 0px;
        margin: 0 auto;
        width: 100%;
    }

    .popup-main {
        width: 100%;
    }


    .langbox {
        text-align: right;
    }
}


@media only screen and (min-width: 320px) and (max-width: 470px) {

    .table-part-box {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }

    /*-----------ubn----------------*/
    .white-box-left {
        font-size: 14px;
        float: none;
        text-align: center;
    }

    .reserve-btn {
        margin: 11px 0 0 10px;
    }

    .availability-class {
        line-height: 40px;
        margin: 12px 0 0;
    }

    .login-tab-main {
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
        width: 45%;
        position: absolute;
        bottom: -44px;
        left: 0;
    }

    .login-tab-new, .register-tab-new {
        position: initial;
    }

    .login-tab-new, .login-tab-new {
        position: initial;
    }

        .login-tab-new a, .register-tab-new a {
            font-size: 10px;
            line-height: 21px;
            padding: 10px 8px;
        }

    /*-----------ubn----------------*/


    /* Force table to not be like tables anymore */
    table.summery-table, .summery-table thead, .summery-table tbody, .summery-table th, .summery-table td, .summery-table tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .summery-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .summery-table tr {
        border: 1px solid #ccc;
    }

    .summery-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .summery-table td:before {
            /* Now like a table header */
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
		Label the data
		*/
        .summery-table td:nth-of-type(1):before {
            content: "";
            font-weight: bold;
            text-align: justify;
        }

        .summery-table td:nth-of-type(2):before {
            content: "Description";
            font-weight: bold;
            text-align: justify;
        }

        .summery-table td:nth-of-type(3):before {
            content: "Unit Price";
            font-weight: bold;
            text-align: justify;
        }

        .summery-table td:nth-of-type(4):before {
            content: "Qty";
            font-weight: bold;
            text-align: justify;
        }

        .summery-table td:nth-of-type(5):before {
            content: "Total";
            font-weight: bold;
            text-align: justify;
        }

    table.summery-table td {
        padding-left: 90px;
    }

    table.summery-table th {
        display: none;
    }

    .table-main {
        margin-top: 10px;
    }

    table.summery-table {
        border: none;
    }

    .agree-main {
        text-align: center !important;
    }

    .purchase1 {
        padding: 5px 7px;
    }

    .summery-table td:nth-child(odd) {
        background-color: #eee;
    }

    /*-----------ubn----------------*/

    /*-----------activites----------------*/

    /* Force table to not be like tables anymore */
    table.table-striped, .table-striped thead, .table-striped tbody, .table-striped th, .table-striped td, .table-striped tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-striped thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .table-striped tr {
        border: 1px solid #ccc;
    }

    .table-striped td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        padding-left: 95px !important;
    }

        .table-striped td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
		Label the data
		*/
        .table-striped td:nth-of-type(1):before {
            content: "Select";
        }

        .table-striped td:nth-of-type(2):before {
            content: "Session";
            text-align: left;
        }

        .table-striped td:nth-of-type(3):before {
            content: "Place";
            text-align: left;
        }

        .table-striped td:nth-of-type(4):before {
            content: "Schedule";
            text-align: left;
        }

        .table-striped td:nth-of-type(5):before {
            content: "Restictions";
            text-align: left;
        }

        .table-striped td:nth-of-type(6):before {
            content: "Seats";
            text-align: left;
        }

        .table-striped td:nth-of-type(7):before {
            content: "Sign Up";
            text-align: left;
        }

    table.table-striped td {
        padding-left: 90px;
    }

    table.table-striped th {
        display: none;
    }

    table.table-striped {
        border: none;
    }

    .low-search {
        z-index: 2;
    }
    /*-----------activites----------------*/

    /*-----------map----------------*/
    .accordian-main {
        width: 75%;
    }
    /*-----------map----------------*/

    /*-----------17-12-14----------------*/
    .nav.navbar-nav.navbar_right {
        width: 100%;
    }

        .nav.navbar-nav.navbar_right > li {
            margin-bottom: 3px;
        }
    /*-----------17-12-14----------------*/

    /*-----------popup----------------*/
    .popup-main {
        width: 100%;
    }

        .popup-main h1 {
            font-size: 12px;
        }

        .popup-main h3 {
            font-size: 12px;
        }

        .popup-main p {
            font-size: 12px;
            margin-bottom: 2px;
        }

        .popup-main li {
            font-size: 12px;
        }
    /*-----------popup----------------*/

    #cloudTip_bg {
        background: url("/QPWS/themes/Queensland/layout/cloudtip_bg.PNG") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        padding-right: 30px;
        position: absolute;
        z-index: 101;
        top: 805px;
        left: 5%;
        right: 0px;
        margin: 0 auto;
        width: 100%;
    }


    .langbox {
        padding-top: 17px;
        text-align: right;
    }
}

/* Responsive CSS */


.dropdown-menu {
    background: #000 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none !important;
    color: #fff !important;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }




@media (max-width:800px) {
    .login-tab-new {
        right: 100px;
        top: 65px;
    }

    .register-tab-new {
        right: 0px;
        top: 65px;
    }
}

@media (max-width:767px) {
    .login-tab-new {
        left: 0px;
        top: 15px;
    }

    .register-tab-new {
        left: 79px;
        top: 15px;
        right: auto;
    }
}



/*-----------reservations----------------*/

.page-header span {
    font-size: 12px;
}

.panel-heading img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.panel .remark-containt {
    width: 100%;
    padding: 10px 20px 20px 20px;
    font-size: 14px;
    line-height: 24px;
}

.panel .amenities-containt {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
}

    .panel .amenities-containt p span {
        font-weight: 600; /*color:#238FC9;*/
    }

.panel .camping-containt {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
}

    .panel .camping-containt p span {
        font-weight: 600;
    }


.panel .containt-left {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
    line-height: 24px;
}

    .panel .containt-left p span {
        font-weight: 600; /*color:#238FC9*/
    }

    .panel .containt-left .left-middle-main {
        width: 100%;
    }

    .panel .containt-left .left-middle-left {
        width: 50%;
        float: left;
    }

    .panel .containt-left .left-middle-rifgt {
        width: 50%;
        float: left;
    }

.panel .containt-right {
    padding: 20px;
    font-size: 14px;
}

    .panel .containt-right .drop-box {
        display: block;
        padding: 5px;
        width: 100%;
    }

    .panel .containt-right .input-group {
        width: 100%;
    }

.panel .rate-bottom {
    width: 100%;
}

.panel .rate-bottom-left {
    width: 70%;
    text-align: left;
    float: left;
}

.panel .rate-bottom-right {
    width: 30%;
    text-align: right;
    float: right;
}

.panel .containt-right label span {
    color: #F00;
}

.exclamation-main {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: solid #F30 1px;
    border-top: 1px solid #f30;
}

    .exclamation-main .exclamation-left {
        width: 8%;
        float: left;
        text-align: left;
        margin-top: 8px;
    }

    .exclamation-main .exclamation-middle {
        width: 84%;
        float: left;
        text-align: center;
    }

    .exclamation-main .exclamation-right {
        width: 8%;
        float: left;
        text-align: right;
        margin-top: 8px;
    }

    .exclamation-main img {
        width: 20px;
    }

.agree-main {
    width: 100%;
    margin-bottom: 10px;
}

.agree {
    display: inline;
}


/*-----------reservations----------------*/

.calendarToggle {
    background: url("/QPWS/images/layout/zoomPanelButton_collapsed.PNG") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.1em 0;
}


/*-----------cart----------------*/
.cart-left {
    width: 100%;
}

    .cart-left ul {
        padding: 0px;
    }

        .cart-left ul li {
            list-style: none;
        }

            .cart-left ul li a {
                text-decoration: none;
            }

    .cart-left h3 {
        border-bottom: 1px solid;
        padding-bottom: 5px;
    }

.table-main {
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .table-main table {
        border: none;
    }

        /*.table-main table th1{background:#006E2E!important; color:#fff; border:none; padding:5px; text-align: left;}*/
        .table-main table th {
            background: #52682b;
            color: #fff;
            border: none;
            padding: 5px;
            text-align: left;
        }

        .table-main table td {
            color: #000;
            border: none;
            text-align: left;
            padding: 4px;
        }

        .table-main table input {
            border: none;
            background: none;
        }

.total-box {
    text-align: right;
    width: 100%;
    margin: 15px 5px 5px 5px;
    border-top: 1px solid;
}

    .total-box span {
        padding-left: 15px;
    }

.togale-main {
    width: 100%;
    text-align: right;
}

.flip-purchase {
    position: relative;
    display: inline-block;
}

.flip-account {
    position: relative;
    display: inline-block;
}

.purchase1 {
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
}

.purchase2 {
    padding: 8px 10px;
    position: absolute;
    right: -19px;
    text-align: center;
    width: 142px;
    line-height: 25px;
}

#panel2 > a {
    background: none repeat scroll 0 0 #f5f5f5;
    display: block;
    text-decoration: none;
}

    #panel2 > a:hover {
        background: #e0ce9f;
    }

#panel1 > a {
    background: none repeat scroll 0 0 #f5f5f5;
    display: block;
    text-decoration: none;
}

    #panel1 > a:hover {
        background: #e0ce9f;
    }

.account1 {
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
}

.account2 {
    padding: 8px 10px;
    position: absolute;
    right: -19px;
    text-align: center;
    width: 142px;
    line-height: 25px;
}

#flip1 > img {
    height: 10px;
    margin: 0 0 0 3px;
    width: 11px;
}

#flip2 > img {
    height: 10px;
    margin: 0 0 0 3px;
    width: 11px;
}

.alternate1 {
    background-color: #f5f5f5;
}
/* New CSS 24/11/2014 for activity search*/

.low-search {
    background: #ececdd;
    border: 1px solid #ececdd;
    margin: 20px 0;
    padding: 20px 15px;
    position: relative;
    float: left;
    width: 100%;
}

    .low-search h4 {
        margin: 0 0 5px 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .low-search .cleafix {
        display: none;
    }

    .low-search select, .stay {
    }

.spacer {
    height: 15px;
}

.search-activities {
    background: #6fa01c;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
    padding: 6px 10px;
    margin-top: 20px;
}

a:hover.search-activities {
    background: #52682b;
    color: #fff;
}

a:focus.search-activities {
    background: #52682b;
    color: #fff;
}

.sign-up-btn {
    background: #1f70a7;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    padding: 4px 8px;
}

    .sign-up-btn:hover {
        color: #000;
        text-decoration: none;
        color: #fff;
    }

    .sign-up-btn:focus {
        color: #000;
        text-decoration: none;
        color: #fff;
    }

.viewmore-btn {
    background: #1f70a7;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    padding: 4px 8px;
}

    .viewmore-btn:hover {
        color: #000;
        text-decoration: none;
        color: #fff;
    }

.table-new-design th {
    color: #fff;
    background: #5f7f9a;
}

.table-new-design td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle !important;
}

.activities-lists {
    margin: 10px 0;
}

    .activities-lists .activity-list {
        padding: 15px;
        border: 1px #ddd solid;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        margin-bottom: 10px;
    }

        .activities-lists .activity-list h4 {
            color: #006e2e;
            margin: 0 0 10px 0;
            font-weight: 600;
        }

            .activities-lists .activity-list h4 a {
                color: #006e2e;
                text-decoration: none;
            }

                .activities-lists .activity-list h4 a:hover {
                    color: #000;
                }
/* New CSS 24/11/2014 for activity search*/

/*-----------calender----------------*/
.date {
    position: relative;
}

    .date .cal {
        position: absolute;
        top: 22px;
        right: 18px;
        padding: 10px;
    }

    .date .cal1 {
        position: absolute;
        top: 0px;
        right: 18px;
        padding: 10px;
    }

.panel-default > .panel-heading.calander-title {
    text-align: left;
    line-height: 24px;
    background: #fecc01;
    color: #006e2e;
    font-size: 20px;
    font-weight: 400;
}

    .panel-default > .panel-heading.calander-title strong {
        font-weight: 600;
    }

    .panel-default > .panel-heading.calander-title span {
        font-size: 26px;
        color: #006e2e;
        margin-right: 5px;
    }

.panel-default > .panel-heading.calander-date {
    text-align: left;
    line-height: 24px;
    background: #006e2e;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px !important;
}

    .panel-default > .panel-heading.calander-date strong {
        font-weight: 600;
    }

    .panel-default > .panel-heading.calander-date span {
        font-size: 26px;
        color: #fff;
        margin-right: 5px;
    }

.activity-list i {
    font-size: 12px;
    font-style: normal;
    margin-left: 5px;
    color: #000;
    font-weight: normal;
}

.calanderwise-group {
    padding: 10px;
}

.date-list {
    border-radius: 5px !important;
    box-shadow: none !important;
}


.calander-title1 {
    text-align: left;
    line-height: 24px;
    background: #5f7f9a;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 4px;
}

    .calander-title1 strong {
        font-weight: 600;
    }

    .calander-title1 span {
        font-size: 26px;
        color: #fff;
        margin-right: 5px;
    }

.calander-title2 {
    text-align: left;
    line-height: 24px;
    background: #5f7f9a;
    color: #fff;
    font-size: 14px;
    padding: 4px;
}

    .calander-title2 strong {
        font-weight: 600;
    }

    .calander-title2 span {
        color: #fff;
        margin-right: 5px;
    }
/*-----------calender----------------*/


/*-----------Activitie-details----------------*/
.activitie-details .detail-title {
    text-align: left;
    line-height: 24px;
    background: #5f7f9a;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.activitie-details .top-content {
    padding: 25px;
}

.activitie-details .detail-title strong {
    font-weight: 600;
}

.activitie-details .detail-title span {
    font-size: 26px;
    color: #fff;
    margin-right: 5px;
}

.activitie-details .climb-hed {
    font-size: 24px;
}

.activitie-details .middle-content {
    width: 100%;
}

    .activitie-details .middle-content .middle-text {
        text-align: center;
        margin: 20px 0px 20px 0px;
        box-shadow: 0 0 22px #DADAC5 inset;
        padding: 10px;
    }

        .activitie-details .middle-content .middle-text img {
            width: 12px;
            margin-right: 10px;
        }
/*-----------Activitie-details----------------*/





/** Added 2-12-14 **/
.add-title {
    margin-top: -20px;
    font-weight: normal;
}

.or {
    display: block;
    font-size: 14px;
    padding: 10px 0;
}

.or-opt {
    position: absolute;
    top: 60px;
}

.search-selects {
    padding-bottom: 40px;
    padding-top: 0px;
}

.add-sel select {
    margin-bottom: 20px;
}

.stay, .first-dd {
    margin-top: 6px;
}


@media(max-width:991px) {
    .or-opt {
        position: relative;
        top: 0px;
        padding-bottom: 20px;
    }

    .or {
        padding-top: 0px;
    }

    .search-selects {
        padding-bottom: 25px;
    }
}

@media (max-width:768px) {
    .add-title {
        margin-top: -20px;
    }
}

@media (max-width:767px) {

    .add-title {
        margin-top: -10px;
    }

    .search-selects {
        padding-bottom: 10px;
    }

    .or-opt {
        padding-bottom: 0px;
    }
}

/*-----------View-map----------------*/

/*.flip-account{position:relative; display:inline-block;}
.purchase1
{
cursor: pointer;
padding:5px 15px;
text-align:center;

display:inline-block;
}
.purchase2
{
padding: 8px 10px;
    position: absolute;
    right: -19px;
    text-align: center;
    width: 142px;
	line-height:25px;
}

*/
.accordian-main {
    margin-bottom: 20px;
    position: absolute;
    right: 15px;
    z-index: 999;
    width: 30%;
}

    .accordian-main .main-panel, .main {
        padding: 20px;
        background-color: #e5eecc;
        border: solid 1px #c3c3c3;
    }

    .accordian-main .main-panel {
        display: none;
    }

    .accordian-main .main {
        background: none repeat scroll 0 0 #006e2e;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 5px;
    }

    .accordian-main .inductor-list {
        padding: 0px;
    }

        .accordian-main .inductor-list li {
            font-size: 14px;
            line-height: 30px;
            list-style: none;
            padding-left: 25px;
        }

        .accordian-main .inductor-list .green {
            background: url(/QPWS/themes/Queensland/green.png) no-repeat;
            background-size: 18px auto;
            background-position: 0px 7px;
        }

        .accordian-main .inductor-list .blue {
            background: url(/QPWS/themes/Queensland/blue.png) no-repeat;
            background-size: 18px auto;
            background-position: 0px 7px;
        }

        .accordian-main .inductor-list .red {
            background: url(/QPWS/themes/Queensland/red.png) no-repeat;
            background-size: 18px auto;
            background-position: 0px 7px;
        }

        .accordian-main .inductor-list .yellow {
            background: url(/QPWS/themes/Queensland/yellow.png) no-repeat;
            background-size: 18px auto;
            background-position: 0px 7px;
        }

    .accordian-main .hints-list li {
        font-size: 14px;
        line-height: 30px;
    }

.plus {
    background: url(/QPWS/themes/Queensland/accordion-plusminus.png) no-repeat;
    background-position: center 6px;
    padding: 10px;
    float: right;
}

.indicators-plus {
    background: url(/QPWS/themes/Queensland/accordion-plusminus.png) no-repeat;
    background-position: center 6px;
    padding: 10px;
    float: right;
}

.hints-plus {
    background: url(/QPWS/themes/Queensland/accordion-plusminus.png) no-repeat;
    background-position: center 6px;
    padding: 10px;
    float: right;
}

.map {
    width: 100%;
}

/*-----------View-map----------------*/


/*media query for map*/

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .legend {
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .legend {
        right: 0px !important;
        top: 0px;
    }

    .map {
        top: 120px;
        position: relative !important;
        z-index: 1000;
    }

    img[id*=mainContent_jupiterMap_imgMapChildNodes] {
        height: 475px !important;
    }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

@media screen and (min-width:600px) and (max-width:600px) {
    .map {
        top: 235px;
        position: relative !important;
        z-index: 1000;
    }

    .legend {
        right: 0px !important;
    }

    img[id*=mainContent_jupiterMap_imgMapChildNodes] {
        height: 475px !important;
    }
}

a:active, a:hover {
    outline: 0 none;
    text-decoration: none;
}

a {
    text-decoration: none;
}




/*nav Dropdown*/


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: 0px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #000;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #003366;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    font-weight: bold !important;
}



.cartfooter td {
    text-align: right !important;
    padding: 0px !important;
    border: none !important;
}

/*.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #006e2e;
    border-color: #ccc;
    color: white;
}*/
.btn-default:hover, .btn-default:focus {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
/*.cancel:hover {
    border: 1px solid #006e2e !important;
    color: #6f9648;
}*/


/*agent*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-search:before {
    content: "\f002";
}

.lblCustomerName {
    text-align: left !important;
    margin: 6px 5px 8px;
    float: left;
    color: #fff;
}

.search_part_left {
    border: 0px solid #ccc;
    padding: 0px;
}

a.close_icon_main_head {
    float: left;
    font-size: 18px;
    color: #fdc35f;
    margin: 3px 0 0 0;
}

.search_part_left a:hover {
    color: #fff;
}

.search_main_hed {
    margin: 9px 7px 0 4px;
    color: #fff;
    cursor: pointer;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}


/*membership*/
/*.renewbtn {
     font-weight: 600;
    border-radius: 0;
    height: 35px;
    text-align: center;
    padding: 6px 10px;
        background-color: #d5d3ad !important;
        color: white !important;
        width: 90px;
        margin-left: 10px;
    }*/
.tblmember {
    height: 10px !important;
    width: 700px !important;
}

.tdalign {
    padding: 15px 0px 9px 2px !important;
    margin-right: 55px !important;
    float: right !important;
}

.printbtn {
    /*background-color: green;
    color: white;
    width: 60px;
    height: 25px;*/
}

.custdiv {
    visibility: visible;
    margin-left: 180px;
    width: 72%;
}

.custtable {
    /*margin-left:100px;
        width:800px;
        height:300px;*/
}

.usageddl {
    Height: 32px;
    Width: 200px;
    margin: -52px 0px -41px 71px;
}

.durationddl {
    Height: 32px;
    Width: 200px;
    margin: -17px 0px -41px 71px;
}

.headertb {
    /*background-color: green;
            color: white;
            font-size: large;*/
}

/*Start AccessType Information icon 30-10*/
.info_img {
    float: right;
}
/*End AccessType Information icon 30-10*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*.text-porsion img{ max-width:58%;}*/
}



/*.cal_icon {
             left: 15px !important;
        }*/
