.searchhtml {
    font-size: 16px;
    min-height: 100%;
}

.searchbody {
    font: 75%/150% "Lato", Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
    color: #838383;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
}

ol, ul {
    list-style: none;
    margin: 0;
}

.search_p span.active, a.active, h2.active, h3.active, h4.active, h5.active, h6.active {
    color: #01b7f2;
}
/* 2) Heading */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: normal;
    color: #2d3e52;
}

h1 {
    font-size: 2em;
    line-height: 1.25em;
    /*24px, 30px*/
}

h2 {
    font-size: 1.6667em;
    line-height: 1.25em;
    /*20px, 35px*/
}

h3 {
    font-size: 1.5em;
    line-height: 1.2222em;
    /*18px, 22px*/
}

h4 {
    font-size: 1.3333em;
    line-height: 1.25em;
    /*16px, 20px*/
}

h5 {
    font-size: 1.1666em;
    line-height: 1.1428em;
    /*14px, 16px*/
}

h6 {
    font-size: 1em;
}

h1.fourty-space {
    font-size: 1.3333em;
    line-height: 1.25em;
    letter-spacing: .04em;
}

h2.fourty-space {
    font-size: 1.1666em;
    line-height: 1.1428em;
    letter-spacing: .04em;
}

h3.fourty-space {
    font-size: 1.0833em;
    line-height: 1.1428em;
    letter-spacing: .04em;
}

h4.fourty-space {
    font-size: 1em;
    line-height: 1.1em;
    letter-spacing: .04em;
}

h5.fourty-space {
    font-size: 0.9166;
    line-height: 1.1em;
    letter-spacing: .04em;
}

h6.fourty-space {
    font-size: 0.8333em;
    line-height: 1.1em;
    letter-spacing: .04em;
}
/* 6) HTML5 & CSS3 Styles for older browsers */
.processart article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.full-width {
    width: 100% !important;
}

img.full-width {
    height: auto;
}

#page-wrapper {
    position: relative;
    overflow: visible;
}

section#content {
    min-height: 400px;
    padding-top: 15px;
    text-align: left;
    background: #f5f5f5;
}

    section#content:after {
        display: table;
        content: "";
        clear: both;
    }

.box {
    margin-bottom: 10px;
}

.block {
    margin-bottom: 40px;
}

.large-block {
    margin-bottom: 70px;
}

article {
    margin-bottom: 20px;
}

#main {
    margin-bottom: 40px;
}

input.input-text, select, textarea, span.custom-select {
    background: #f5f5f5;
    border: solid 1px #000000;
    border: none;
    line-height: normal;
}

input.input-text, textarea, span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    height: 34px;
    border: solid 1px #E4E4E4;
}

    input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
        height: 43px;
        font-size: 1.1667em;
    }

    input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
        height: 34px;
    }

    input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
        height: 28px;
    }

    input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
        height: 19px;
    }

    input.input-text.white, textarea.white, span.custom-select.white {
        background: #fff;
    }

textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


.setSearchPNLPaddingLeft {
    padding-left:0px !important;
}

.setSearchPNLPaddingRight {
    padding-right:0px !important;
}

.searchPNLCheckBox {
    position: relative;
    margin-top: 0;
    line-height: 20px;
}

.searchPNLCheckBoxSPL {
    padding-top:14px !important;
}


.checkbox, .radio {
    position: relative;
    margin-top: 0;
    line-height: 20px;
}

    .checkbox:before, .radio:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 14px;
        height: 14px;
        border: 1px solid #d1d1d1;
        z-index: 0;
        font-family: "soap-icons";
        line-height: 12px;
        text-align: center;
    }

    .checkbox.checked:before, .radio.checked:before {
        border-color: #01b7f2;
        color: #fff;
        background: #01b7f2;
        content: "\e8ba";
    }
    /* checkbox */
    .checkbox label, .checkbox.label {
        font-size: 1em;
        line-height: 20px;
        color: #9e9e9e;
    }

    .checkbox input[type="checkbox"] {
        position: relative;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    /* radio */
    .radio label, .radio.label {
        font-size: 0.9167em;
        line-height: 20px;
    }

    .radio input[type="radio"] {
        position: relative;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .radio:before {
        background: #fff;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        font-size: 1.3333em;
        line-height: 13px;
    }

    .radio.radio-square:before {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .radio.checked:before {
        content: "\e892";
    }

.checkbox-inline, .radio-inline {
    margin-left: 10px;
}
/* 2.1.4. Form */
form label {
    /*text-transform: uppercase;*/
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1em;
}

    form .checkbox label, form label.checkbox {
        font-size: 1.0833em;
        text-transform: none;
    }

    form .radio label, form label.radio {
        font-size: 0.9167em;
    }

form .form-group {
    margin-bottom: 15px;
}

.sidebar form .form-group {
    margin-bottom: 10px;
}

.sidebar form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
}

.panel-content form label {
    font-size: 1em;
    margin-bottom: 3px;
}
/* 2.2.1. Buttons */
button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 9px !important;
    white-space: nowrap;
}

button {
    font-size: 0.9167em;
    font-weight: bold;
    background: #7fb231;
    height: 34px;
    line-height: 34px;
}

    button:hover {
        background: #7db921 !important;
    }

a.button {
    display: inline-block;
    background: #7db921 !important;
    font-size: 0.8111em;
    line-height: 1.8333em;
    white-space: nowrap;
    font-weight:bold;
    text-align: center;
}

    a.button:hover {
        background: #01B7F2 !important;
        color:#FFF;
    }

.travelo-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.title {
    color: #2d3e52;
}


/* 2.22. Animated effect ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.animated {
    visibility: hidden;
}

/*  3.1.3. Navigation */
.menu > li {
    position: relative;
}

/* 2.9. Tabs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tab-wrapper {
    background: #fff;
}

    .tab-wrapper .tab-container .tab-content .tab-pane {
        padding-left: 0;
        padding-right: 0;
    }

.tab-pane [class^="col-"], .tab-pane [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
    /*margin-top: 0px !important;*/
}

.tab-pane .row {
    margin-top: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
}

.tab-container {
    /* 2.9.1. Style 1 */
    /* 2.9.2. Transparent Tab */
    /* 2.9.3. Full Width Tab */
}

    .tab-container ul.tabs {
        margin: 0;
        padding: 0;
    }

        .tab-container ul.tabs li {
            float: left;
            padding-right: 4px;
        }

            .tab-container ul.tabs li:last-child {
                padding-right: 0;
            }

            .tab-container ul.tabs li a {
                color: #4a4a4a;
                display: block;
                padding: 0 20px;
                background: #d9d9d9;
                font-size: 1em;
                font-weight: bold;
                height: 40px;
                line-height: 40px;
                text-decoration: none;
                /*text-transform: uppercase;   Blocked by somesh on 11JAN16 as per request mention in test sheet*/
                white-space: nowrap;
            }

            .tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
                color: #FFF;
                background: #01B7F2;
            }

        .tab-container ul.tabs.full-width {
            display: block;
            /*margin-bottom: -4px;*/
        }

            .tab-container ul.tabs.full-width li {
                float: none;
                display: table-cell;
                vertical-align: middle;
                width: 1%;
            }

                .tab-container ul.tabs.full-width li a {
                    padding: 0;
                    text-align: center;
                }

        .tab-container ul.tabs:after {
            display: table;
            content: "";
            clear: both;
        }

    .tab-container .tab-content {
        background: #fff;
    }

        .tab-container .tab-content .tab-pane {
            padding: 20px;
            line-height: 1.7em;
        }

            .tab-container .tab-content .tab-pane .row {
                margin-bottom: 15px; /*border-top: 1px solid #f5f5f5; padding: 20px 0;
&:first-child { border: none; padding-top: 0; }
&:last-child { padding-bottom: 0; }*/
            }

            .tab-container .tab-content .tab-pane > img {
                margin: 0 15px 0 0;
            }

            .tab-container .tab-content .tab-pane:after {
                content: "";
                display: table;
                clear: both;
            }

            .tab-container .tab-content .tab-pane .image-box .details {
                padding-right: 0;
            }

    .tab-container.style1 ul.tabs {
        display: block;
        background: #fff;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #f5f5f5;
    }

        .tab-container.style1 ul.tabs li {
            padding-right: 10px;
        }

            .tab-container.style1 ul.tabs li a {
                height: 30px;
                line-height: 30px;
                background: #f5f5f5;
                padding: 0 18px;
                color: #9e9e9e;
                font-weight: normal;
                font-size: 0.9167em;
                font-weight: bold;
            }

            .tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
                color: #fff;
                background: #01b7f2;
                cursor:pointer;
                position: relative;
            }

                .tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
                    position: absolute;
                    bottom: -5px;
                    left: 50%;
                    margin-left: -10px;
                    border-top: 5px solid #01b7f2;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    content: "";
                }

                .tab-container.style1 ul.tabs li:hover > a:after {
                    display: none;
                }

            .tab-container.style1 ul.tabs li.active:hover > a:after {
                display: block;
            }

        .tab-container.style1 ul.tabs.full-width li a {
            padding: 0;
        }

    .tab-container.trans-style {
        position: relative;
        z-index: 1;
        margin-top: -40px;
    }

        .tab-container.trans-style ul.tabs {
            padding: 0 10px;
        }

            .tab-container.trans-style ul.tabs li a {
                filter: alpha(opacity=55.0);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.0)";
                -moz-opacity: 0.55;
                -khtml-opacity: 0.55;
                opacity: 0.55;
                background: #fff;
                color: #000;
                overflow: hidden;
            }

                .tab-container.trans-style ul.tabs li a i {
                    font-size: 16px;
                    vertical-align: middle;
                    margin-right: 10px;
                }

                    .tab-container.trans-style ul.tabs li a i[class^="soap-icon"] {
                        font-size: 20px;
                    }

                .tab-container.trans-style ul.tabs li a:hover {
                    filter: alpha(opacity=80);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    -moz-opacity: 0.8;
                    -khtml-opacity: 0.8;
                    opacity: 0.8;
                    color: #01b7f2;
                }

                    .tab-container.trans-style ul.tabs li a:hover i {
                        -webkit-animation: toTopFromBottom 0.3s forwards;
                        -moz-animation: toTopFromBottom 0.3s forwards;
                        animation: toTopFromBottom 0.3s forwards;
                    }

            .tab-container.trans-style ul.tabs li.active a {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                color: #01b7f2;
            }

                .tab-container.trans-style ul.tabs li a:hover i, .tab-container.trans-style ul.tabs li.active a i {
                    color: #fdb714;
                }

    .tab-container.full-width-style ul.tabs {
        width: 14%;
        float: left;
    }

        .tab-container.full-width-style ul.tabs:after {
            display: none;
            clear: none;
        }

        .tab-container.full-width-style ul.tabs li {
            float: none;
            margin: 0;
            padding-right: 0;
        }

            .tab-container.full-width-style ul.tabs li a {
                height: 100px;
                display: block;
                border-bottom: 3px solid #f5f5f5;
                border-right: 3px solid #f5f5f5;
                background: #fff;
                color: inherit;
                font-size: 1.1667em;
                text-transform: none;
                font-weight: normal;
                text-align: center;
                padding-top: 20px;
                line-height: 2em;
            }

                .tab-container.full-width-style ul.tabs li a > i {
                    color: #d9d9d9;
                    display: block;
                    font-size: 18px;
                    margin: 0 auto;
                    width: 1.6em;
                    height: 1.6em;
                    line-height: 1.5em;
                    overflow: hidden;
                }

                .tab-container.full-width-style ul.tabs li a:hover i:before {
                    -webkit-animation: toTopFromBottom 0.3s forwards;
                    -moz-animation: toTopFromBottom 0.3s forwards;
                    animation: toTopFromBottom 0.3s forwards;
                }

                .tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
                    color: #2d3e52;
                }

                    .tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
                        color: #fdb714;
                        border-color: #fdb714;
                    }

            .tab-container.full-width-style ul.tabs li:last-child.active a {
                border-bottom: none;
            }

            .tab-container.full-width-style ul.tabs li.active a {
                border-right-color: transparent;
            }

    .tab-container.full-width-style.arrow-left ul.tabs li {
        margin-bottom: 4px;
    }

        .tab-container.full-width-style.arrow-left ul.tabs li a {
            border: none;
            margin-right: 4px;
        }

        .tab-container.full-width-style.arrow-left ul.tabs li.active a {
            margin-right: 0;
            border-left: 2px solid #fdb714;
            position: relative;
        }

            .tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
                display: block;
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -5px;
                border-left: 3px solid #fdb714;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

    .tab-container.full-width-style.arrow-left .tab-content .tab-pane {
        padding: 30px;
    }

    .tab-container.full-width-style .tab-content {
        float: left;
        width: 86%;
    }

        .tab-container.full-width-style .tab-content .tab-content-title {
            color: #01b7f2;
        }

    .tab-container.full-width-style:after {
        display: table;
        content: "";
        clear: both;
    }


.searchbtnsize {
    font-size: 1em !important;
    line-height: 3em !important;
}

.destinations {
    text-align: left;
}

.nonstop {
    margin-top: 16px;
}

.searchtopspace {
    margin-top: 26px !important;
}

.searchairlines {
    margin-top: 0px !important;
}

.search_deco {
    background: #4698AA none repeat scroll 0% 0%;
    color: #fff;
    padding: 10px 33px 23px 7px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px !important;
}

.searchpnltitle {
    margin-bottom: 10px !important;
}

.searchPNL {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.searchClosePNL {
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    color: rgb(70, 152, 170);
}
