﻿* {
    padding: 0;
    margin: 0;
}

form {
    height: 100%;
}

table {
    border: 0px
}

th {
    border: 0px
}

tr {
    border: 0px
}

td {
    border: 0px
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f5f5f5;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

#container {
    min-height: 100%;
}

.cTripBox div {
    border: none;
    position: relative;
    display: block;
    background-color: #eae9e9;
}

@media screen and (min-height:401px) and (max-height:599px) {
    .cTripBox-scroll {
        overflow: auto;
        max-height: 299px !important;
    }
}

@media screen and (min-height:600px) and (max-height:767px) {
    .cTripBox-scroll {
        overflow: auto;
        max-height: 383px !important;
    }
}

@media screen and (min-height:768px) {
    .cTripBox-scroll {
        overflow: auto;
        max-height: 400px !important;
    }
}

.cTripBox span:not(.itinerary-total) {
    position: relative;
    right: 0px;
    text-align: right;
    z-index: 99999;
}

.cTripBox span a {
    color: #808080;
    text-decoration: none;
}

    .cTripBox span a:hover {
        text-decoration: underline;
    }

#top {
    background-color: #fff;
    height: 91px;
}

    #top .content {
        width: 980px;
        text-align: left;
    }

#main {
    max-width: 980px;
    text-align: left;
    width: 98%;
}
.row .passengers div {
    display: flex;
    flex-wrap: wrap;
}
.itinerary-content-div {
	max-width: 920px;
	margin:auto;
}

.itinerary-flights-container {
	display: flex;
}

.itinerary-flight-content {
	width: 60%;
}

.itinerary-price-content {
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	width: 40%;
}

@media screen and (max-width: 991px) {
	#main {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.itinerary-flights-container {
		flex-direction: column;
	}

	.itinerary-flight-content {
		width: 100%;
	}

	.itinerary-price-content {
		width: 90%;
		justify-content: flex-start;
	}
}

        .footer .content .footer-logos {
            display: flex;
            align-items: center;
        }

@media only screen and (max-width: 1020px) {
    .footer .content {
        max-width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .footer .content {
        max-width: 98%;
    }
}

@media only screen and (max-width: 873px) {
    .search-departure-div {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 520px) {
    .footer .content {
        padding: 0;
    }

        .footer .content tr {
            flex-direction: column;
        }

            .footer .content tr td {
                padding: 5px 0;
            }

        .footer .content .footer-about {
            padding: 5px 0;
        }
}

.logosize {
    max-height: 100px !important;
    width: 250px !important;
}

.Helvetica24 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    color: #666;
    line-height: 18px;
}

h1 {
    position: relative;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    color: #666666;
    line-height: 18px;
    font-weight: normal;
}

    h1.one:before {
        content: "";
        display: block;
        border-bottom: solid 1px #dedada;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 90%;
        z-index: 1;
    }

    h1.one span {
        background: #f5f5f5;
        padding: 0 11px 0 0;
        position: relative;
        z-index: 5;
    }

h2 {
    position: relative;
    font-family: Arial;
    font-size: 17px;
    color: #666666;
    line-height: 18px;
    font-weight: normal;
}

    h2.one:before {
        content: "";
        display: block;
        border-bottom: solid 1px #dedada;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 90%;
        z-index: 1;
    }

    h2.one span {
        background: #fff;
        padding: 0 11px 0 0;
        position: relative;
        z-index: 5;
    }

h4 {
    position: relative;
    font-family: Arial;
    font-size: 17px;
    color: #323a45;
    line-height: 18px;
    font-weight: normal;
}

    h4.one-dark:before {
        content: "";
        display: block;
        border-bottom: solid 1px #dedada;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 90%;
        z-index: 1;
    }

    h4.one-dark span {
        background: #eae9e9;
        padding: 0 11px 0 0;
        position: relative;
        z-index: 5;
    }

h3 {
    position: relative;
    font-family: Arial;
    font-size: 15px;
    color: #666666;
    line-height: 18px;
    font-weight: normal;
}

    h3.Arial15:before {
        content: "";
        display: block;
        border-bottom: solid 2px #d7d7d7;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

    h3.Arial15 span {
        background: #f5f5f5;
        padding: 0 11px 0 0;
        position: relative;
        z-index: 5;
    }

h5 {
    margin-bottom: 1em !important;
}

.btOpen {
    background-image: url(/images/icons/setaFiltros.png);
    width: 20px !important;
    height: 20px !important;
}

.btClose {
    background-image: url(/images/icons/setaFiltrosClosed.png);
}

img {
    border: 0px transparent none;
}

a, a:hover {
    border: 0px transparent none;
    text-decoration: none;
}

.bgTopLogin {
    background-color: #323a45;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    height: 20px;
    padding: 11px 24px 11px 21px;
}

.caixalogin {
    width: 750px;
    background-color: #fff;
    margin-top: 48px;
}

.smallBox {
    position: relative;
    margin: 30px 50% 10px -50%;
    padding: 15px 30px 15px 30px;
    top: 50%;
    left: 50%;
    width: 438px;
    height: 295px;
    background-image: url(/images/bgs/smallBox.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.line {
    border-bottom: 1px #abadb3 solid;
    font-family: Arial;
    font-size: 13px;
    color: #888686;
    margin-top: 3px;
    padding: 2px; /*    -moz-border-radius: 6px;  Para Firefox */ /*-webkit-border-radius: 6px; Para Safari e Chrome */ /* border-radius: 6px; Para Opera 10.5+*/
}

.frminput {
    border: 1px #e6e6e6 solid;
    padding: 1px 0 1px 9px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
}

.riTextBox, .riEnabled {
    border: 1px #e6e6e6 solid !important;
    padding-left: 9px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
}

.frminput2 {
    border: 1px #e6e6e6 solid;
    padding: 1px 0 1px 9px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    max-width: 311px !important;
    max-height: 100px !important;
}

.frminputCenter {
    border: 1px #abadb3 solid;
    height: 23px;
    font-family: Arial;
    font-size: 13px;
    color: #888686;
    text-align: center;
}

.buttonBlue {
    background: url(_images/bgs/buttonBlue.gif) repeat-x;
    height: 32px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 2px #1d73a8;
    line-height: 12px;
    -moz-border-radius: 4px; /* Para Firefox */
    -webkit-border-radius: 4px; /*Para Safari e Chrome */
    border-radius: 4px; /* Para Opera 10.5+*/
}

.buttonBlueSmall {
    background: url(_images/bgs/buttonBlue.gif) repeat-x;
    height: 28px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 2px #1d73a8;
    line-height: 12px;
    -moz-border-radius: 4px; /* Para Firefox */
    -webkit-border-radius: 4px; /*Para Safari e Chrome */
    border-radius: 4px; /* Para Opera 10.5+*/
}

.buttonOrange {
    background: url(_images/bgs/buttonOrange.gif) repeat-x;
    height: 32px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 2px #ba5c00;
    line-height: 12px;
    -moz-border-radius: 4px; /* Para Firefox */
    -webkit-border-radius: 4px; /*Para Safari e Chrome */
    border-radius: 4px; /* Para Opera 10.5+*/
}

.buttonRed {
    background: url(_images/bgs/buttonRed.gif) repeat-x;
    height: 32px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 2px #95201b;
    line-height: 12px;
    -moz-border-radius: 4px; /* Para Firefox */
    -webkit-border-radius: 4px; /*Para Safari e Chrome */
    border-radius: 4px; /* Para Opera 10.5+*/
}

.buttonRedSmall {
    background: url(_images/bgs/buttonRed.gif) repeat-x;
    height: 28px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 2px #95201b;
    line-height: 12px;
    -moz-border-radius: 4px; /* Para Firefox */
    -webkit-border-radius: 4px; /*Para Safari e Chrome */
    border-radius: 4px; /* Para Opera 10.5+*/
}

.menuTop {
    font-family: Arial;
    font-size: 14px;
}

.menuCT {
    width: 105px;
    text-align: left;
    height: 30px;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    padding-top: 12px;
    padding-left: 14px;
}

    .menuCT a {
        text-decoration: none;
        color: #fff;
    }

        .menuCT a:hover {
            text-decoration: none;
            color: #fff;
        }

.menuGray {
    text-align: left;
    height: 30px;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    padding-top: 12px;
    padding-left: 19px;
    background-color: #6f7276;
    min-width: 110px;
    padding-right: 30px;
}

.padd0 {
    padding-right: 0px;
    padding-left: 0px;
}

.menu {
    background-color: #323a45;
    margin-right: 3px;
    height: 63px;
    font-family: Arial;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    padding: 0px 18px;
    display: flex;
    align-content: center;
    align-items: center;
}

    .menu a {
        color: #fff;
        text-decoration: none;
    }

    .menu span {
        flex: 1;
    }

    .menu a:hover {
        color: #fff;
        text-decoration: none;
    }

.hrItinerary {
    margin-right: 50px;
}

.menu_selected {
    margin-right: 3px;
    height: 63px;
    font-family: Arial;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    padding: 0px 18px;
    display: flex;
    align-content: center;
    align-items: center;
}

    .menu_selected a {
        color: #fff;
        text-decoration: none;
    }

        .menu_selected a:hover {
            color: #fff;
            text-decoration: none;
        }

.menu span {
    flex: 1;
}

.customMessageLists {
    padding-left: 30px;
}

.book
{
	background-color: #323a45;
	height: 42px;
	font-family: Arial;
	font-size: 17px;
	line-height: 18px;
	color: #fff;
	padding: 11px 18px 13px 18px;
	height: 18px;
}
.book a {
	color: #fff;
	text-decoration: none;
}
.book a:hover {
	color: #fff;
	text-decoration: none;
}

.book:hover {
	background-color: #323a45 !important;
}

.Arial11LightGray {
	color: #858585;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
}

.Arial11Gray {
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
}

.Arial11 {
    font-family: Arial;
    font-size: 11px;
    line-height: 13px;
    color: #666666;
}

.Arial21Gray {
    color: #666666;
    font-family: Arial;
    font-size: 21px;
    line-height: 18px;
    letter-spacing: -1px;
}

.Arial22Gray {
    color: #666666;
    font-family: Arial;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: -1px;
}


.Arial13Gray {
    color: #666666;
    font-family: Arial;
    font-size: 13px;
    line-height: 18px;
}

    .Arial13Gray a {
        color: #666666;
        text-decoration: none;
    }

        .Arial13Gray a:hover {
            color: #666666;
            text-decoration: none;
        }

.Arial15Gray {
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    line-height: 18px;
}

.Arial18 {
    font-family: Arial;
    font-size: 18px;
    color: #fff;
}

.Arial18changeColor {
    font-family: Arial,Verdana;
    color: #2590ac;
    font-size: 18px;
}

.Arial14White {
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.Arial14 {
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}

    .Arial14 a {
        color: #666666;
        text-decoration: none;
    }

.Arial14Color {
    color: #2590ac !important;
}

.Arial14 a:hover {
    color: #666666;
    text-decoration: none;
}

.Arial15 {
    font-family: Arial,Verdana;
    font-size: 15px;
    color: #666666;
    line-height: 18px;
}

.Arial15Spacer {
    font-family: Arial,Verdana;
    font-size: 15px;
    color: #666666;
    line-height: 22px;
}

.Arial16 {
    font-family: Arial,Verdana;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
}

.Arial17 {
    font-family: Arial,Verdana;
    font-size: 17px;
    color: #666666;
    line-height: 18px;
}

.Arial22 {
    font-family: Arial,Verdana;
    font-size: 22px;
    color: #666666;
    line-height: 18px;
}

.Arial15DarkBlue {
    font-family: Arial,Verdana;
    font-size: 15px;
    color: #323a45;
    line-height: 18px;
}

.Arial17DarkBlue {
    font-family: Arial,Verdana;
    font-size: 17px;
    color: #323a45;
    line-height: 18px;
}

    .Arial17DarkBlue a {
        color: #323a45;
        text-decoration: none;
    }

        .Arial17DarkBlue a:hover {
            color: #323a45;
            text-decoration: none;
        }

.Arial17White {
    font-family: Arial,Verdana;
    font-size: 17px;
    color: #fff;
    line-height: 18px;
}

.Arial10 {
    font-family: Arial,Verdana;
    font-size: 10px;
    color: #666666;
    line-height: 18px;
}

    .Arial10 a {
        color: #666666;
        text-decoration: none;
    }

        .Arial10 a:hover {
            color: #666666;
            text-decoration: none;
        }

.Arial12 {
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}

    .Arial12 a {
        color: #666666;
        text-decoration: none;
    }

        .Arial12 a:hover {
            color: #666666;
            text-decoration: none;
        }

.Arial14Black {
    font-family: Arial;
    color: #4b4b4b;
    font-size: 14px;
}

/*.Arial14
{
	font-family: Arial,Verdana;
	font-size: 14px;
	color: #333333;
}*/

.Arial14Blue {
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #5c95fe;
}

.Arial14DarkBlue {
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #217fc1;
}

.Arial12 {
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #6f6f6f;
}

    .Arial12 a {
        color: #2590ac;
    }

        .Arial12 a:hover {
            color: #2590ac;
        }


.Arial12changeColor {
    font-family: Arial,Verdana;
    font-size: 12px;
}

.Arial14changeColor {
    font-family: Arial,Verdana;
    font-size: 14px;
}


.Arial18Gray {
    font-family: Arial,Verdana;
    font-size: 18px;
    color: #666666;
}

    .Arial18Gray a {
        color: #666666;
    }

        .Arial18Gray a:hover {
            color: #666666;
        }

.Arial18Dark {
    font-family: Arial,Verdana;
    font-size: 18px;
    color: #333333;
}

    .Arial18Dark a {
        color: #333333;
    }

        .Arial18Dark a:hover {
            color: #333333;
        }


.Arial12Dark {
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #333333;
}

    .Arial12Dark a {
        color: #333333;
    }

        .Arial12Dark a:hover {
            color: #333333;
        }

.Arial12LightGray {
    font-family: Arial;
    font-size: 12px;
    color: #828181;
}

.Arial11 {
    font-family: Arial,Verdana;
    font-size: 11px;
    color: #333333;
}

.Arial13Gray {
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    line-height: 18px;
}

.Arial13 {
    font-family: Arial;
    font-size: 13px;
    color: #888686;
}

.Arial13DarkBlue {
    font-family: Arial;
    font-size: 13px;
    color: #002d5d;
    line-height: 22px;
}

.Arial25DarkBlue {
    font-family: Arial;
    font-size: 25px;
    color: #002d5d;
    line-height: 22px;
}

    .Arial25DarkBlue a {
        color: #002d5d;
        text-decoration: none;
    }

        .Arial25DarkBlue a:hover {
            color: #002d5d;
            text-decoration: none;
        }

.Arial34White {
    font-family: Arial;
    font-size: 34px;
    color: #fff;
    line-height: 22px;
}

.Arial24Blue {
    font-family: Arial;
    font-size: 24px;
    color: #5c95fe;
}

.Arial24changecolor, .Arial17changecolor {
    font-family: Arial;
}

.Arial24changecolor {
    font-size: 24px;
}

.Arial17changecolor {
    font-size: 17px;
}

.Verd15 {
    font-family: Verdana;
    font-size: 15px;
    color: #797979;
    line-height: 12px;
}

.Verd10 {
    font-family: Verdana;
    font-size: 10px;
    color: #a0a0a0;
}

.Verd12Dark {
    font-family: Verdana;
    font-size: 12px;
    color: #333;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.vertMdd {
    vertical-align: middle;
}

.upper {
    text-transform: uppercase;
}

.padd3top {
    padding-top: 3px;
}

.padd5top {
    padding-top: 5px;
}

.padd7top {
    padding-top: 7px;
}

.padd9top {
    padding-top: 9px;
}

.padd10top {
    padding-top: 10px;
}

.padd15top {
    padding-top: 15px;
}

.padd17top {
    padding-top: 17px;
}

.padd18top {
    padding-top: 18px;
}

.padd20top {
    padding-top: 20px;
}

.padd22top {
    padding-top: 22px;
}

.padd23top {
    padding-top: 23px;
}

.padd24top {
    padding-top: 24px;
}

.padd25top {
    padding-top: 25px;
}

.padd27top {
    padding-top: 27px;
}

.padd29top {
    padding-top: 29px;
}

.padd30top {
    padding-top: 30px;
}

.padd40top {
    padding-top: 40px;
}

.padd50top {
    padding-top: 50px;
}

.padd5right {
    padding-right: 5px;
}

.padd10right {
    padding-right: 10px;
}

.padd12right {
    padding-right: 12px;
}

.padd14right {
    padding-right: 14px;
}

.padd15right {
    padding-right: 15px;
}

.padd18right {
    padding-right: 18px;
}

.padd19right {
    padding-right: 19px;
}

.padd20right {
    padding-right: 20px;
}

.padd23right {
    padding-right: 23px;
}

.padd30right {
    padding-right: 30px;
}

.padd35right {
    padding-right: 35px;
}

.padd40right {
    padding-right: 40px;
}

.padd50right {
    padding-right: 50px;
}

.padd60right {
    padding-right: 60px;
}

.padd64right {
    padding-right: 64px;
}

.padd130right {
    padding-right: 130px;
}

.padd132right {
    padding-right: 132px;
}

.padd3btt {
    padding-bottom: 3px;
}

.padd4btt {
    padding-bottom: 4px;
}

.padd5btt {
    padding-bottom: 5px;
}

.padd8btt {
    padding-bottom: 8px;
}

.padd9btt {
    padding-bottom: 9px;
}

.padd10btt {
    padding-bottom: 10px;
}

.padd14btt {
    padding-bottom: 14px;
}

.padd15btt {
    padding-bottom: 15px;
}

.padd16btt {
    padding-bottom: 16px;
}

.padd17btt {
    padding-bottom: 17px;
}

.padd18btt {
    padding-bottom: 18px;
}

.padd20btt {
    padding-bottom: 20px;
}

.padd22btt {
    padding-bottom: 22px;
}

.padd25btt {
    padding-bottom: 25px;
}

.padd26btt {
    padding-bottom: 26px;
}

.padd30btt {
    padding-bottom: 30px;
}

.padd40btt {
    padding-bottom: 40px;
}

.padd45btt {
    padding-bottom: 45px;
}

.padd50btt {
    padding-bottom: 50px;
}

.padd3left {
    padding-left: 3px;
}

.padd5left {
    padding-left: 5px;
}

.padd10left {
    padding-left: 10px;
}

.padd14left {
    padding-left: 14px;
}

.padd15left {
    padding-left: 15px;
}

.padd20left {
    padding-left: 20px;
}

.padd40left {
    padding-left: 40px;
}

.padd50left {
    padding-left: 50px;
}

.padd64left {
    padding-left: 64px;
}

.padd25 {
    padding: 25px;
}

.MarginR3px {
    margin-right: 3px;
}

.margin-20right {
    margin-right: -20px;
}

.margin5btt {
    margin-bottom: 5px !important;
}

.nodisplay {
    display: none;
}

.nodisplay {
    display: none;
}

.customMessageRectangle {
    height: auto;
}

.customMessageItinerary {
    padding-top: 0% !important;
    padding-left: 4%;
    padding-right: 10%;
}

.resultsPanel {
    padding-left: 20px;
    padding-right: 10px;
}

.tableBox {
    background-color: #ffffff;
    text-align: left;
    width: 100%
}

.tableBoxDark {
    background-color: #eae9e9;
    text-align: left;
    width: 300px;
}

.shadowBox {
    background-image: url(_images/bgs/shadowBox.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 7px;
    text-align: left;
}

.borderBox {
    border-left: 1px #afafaf solid;
    border-right: 1px #afafaf solid;
    border-top: 1px #afafaf solid;
}

.borderBoxNoBorderTop {
    border-left: 1px #afafaf solid;
    border-right: 1px #afafaf solid;
}

.tableBox .content {
    padding: 22px 9.5%;
}

.tableBox .content2 {
    padding: 30px 50px;
}

.tableBox .content3 {
    padding: 30px 20px;
}

.tableBox .content4 {
    padding: 0 10px 5px 10px;
}

.tableBox .content5 {
    padding: 40px 15px;
}

.tableBox .content6 {
    padding: 30px 108px 30px 107px;
}

.tableBoxDark .content4 {
    padding-bottom: 20px;
}

.tooltipGray {
    background-image: url(/images/bgs/TooltipGray.png);
    background-repeat: repeat-x;
    background-position: left center;
    height: auto;
}

    .tooltipGray .text {
        font-family: Arial;
        font-size: 12px;
        color: #fff;
        line-height: 14px;
        padding: 10px 10px 10px 16px;
    }

.bgWhite {
    background-color: #fff;
}

.bgCinza {
    background-color: #f5f5f5;
    border: 1px #eae7e7 solid;
    padding: 13px 5px 8px 15px;
}

.bgCinzaWBorder {
    background-color: #f5f5f5;
    border: 1px #eae7e7 solid;
    padding: 13px 5px 8px 15px;
}

.error-text {
    color: red !important;
}

.errorValidation {
    padding-left: 0;
    color: red !important;
    font-size: 11px !important;
    font-family: Arial;
}

.error {
    padding-left: 0;
    color: red !important;
    font-size: 9px !important;
    font-family: Arial;
}

.errortxt {
    padding-left: 0;
    color: red !important;
    font-size: 8px !important;
    font-family: Arial;
}

.borderbtt {
    border-bottom: 1px #dedada solid;
}

.borderTopo {
    border-top: 1px #dedada solid;
}

.borderTopBtt {
    border-bottom: 1px #dedada solid;
    border-top: 1px #dedada solid;
    padding: 10px 0px;
}

.WhiteBox {
    background-color: #fff;
    border: 1px #666666 solid;
    /* -moz-border-radius: 6px; /* Para Firefox */
    /*-webkit-border-radius: 6px; /*Para Safari e Chrome */
    /*  border-radius: 6px; /* Para Opera 10.5+*/

    margin-bottom: 29px;
}

.WhiteBoxOWFaring {
    background-color: #fff;
    border: 1px #666666 solid;
    padding-bottom: 7px;
    padding-top: 8px;
}

.WhiteBox .header {
    padding: 9px 17px 7px 17px;
    border-bottom: 1px #666666 solid;
}

.WhiteBox .content {
    padding: 13px 16px 13px 16px;
    /*border-bottom: 1px #e6e6e6 solid;*/
}

.WhiteBox .details {
    padding: 13px 16px 13px 16px;
    background-color: #f8f8f8;
}

.WhiteBox .content2 {
    padding: 20px 88px;
}

.WhiteBox .content3 {
    padding: 20px 40px;
}

.ttleft {
    text-align: left;
}

.ttcenter {
    text-align: center !important;
}

.ttright {
    text-align: right;
}

.ttjustify {
    text-align: justify;
}

.bgDetails {
    padding: 18px 20px;
    background-color: #f8f8f8;
}

.bold {
    font-weight: bold;
}

.buttonSave {
    background-image: url(/images/setaButtons.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding-left: 18px;
    line-height: 12px;
    cursor: pointer !important;
    width: auto !important;
    padding-right: 30px;
}

.buttonSaveHotel {
    min-width: 150px;
    padding-right: 20px;
    background-image: none;
    height: 46px;
    text-align: center;
}

input.buttonSave:disabled {
    background-color: #ccc !important;
}

button.buttonSave:disabled {
    background-color: #ccc !important;
}

.buttonAddTripOutPolicy {
    background-image: url(/images/minusButtons.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #696f78;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #FFF;
    text-align: left;
    padding-left: 18px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
}

.btLogin {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background-color: #068ac1;
    background-image: url(/images/setaButtons.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding-left: 18px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
    width: auto !important;
    padding-right: 30px;
}

.buttonSearch {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background-image: url(/images/lupaSearch.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding-left: 18px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
}

.buttonCancel, .buttonCancelNoArrow {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background: #696f78 url(/images/setaButtonsBack.png) no-repeat left;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: right;
    padding-left: 18px; /*text-shadow: 1px 2px #2a9287;*/
    padding-right: 10px;
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
    width: auto !important;
    padding-left: 30px;
}

.buttonCancelNoArrow {
    background: #696f78;
    padding-left: 10px;
    text-align: center;
}

.buttonGrayNoBG {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background: transparent;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #333a44;
    text-align: right;
    padding-right: 5px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
}

.buttonAddGray {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background: #696f78 url(/images/btAdd.png) no-repeat right;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding-left: 14px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 18px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
}

.buttonLGraySetaR {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background: #92969c url(/images/setaButtons.png) no-repeat right;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding-left: 18px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
    width: auto !important;
    padding-right: 30px;
}

.buttonNewSearch {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background: #696f78 url(/images/icons/lupa_small_on.png) no-repeat 7px;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding-left: 30px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 12px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
    width: auto !important;
    padding-right: 20px;
}

.buttonGray {
    /*background: url(_images/bgs/buttonGreen.gif) no-repeat;*/
    background: #696f78;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-left: 14px; /*text-shadow: 1px 2px #2a9287;*/
    line-height: 18px; /* -moz-border-radius: 4px; Para Firefox */ /*-webkit-border-radius: 4px; Para Safari e Chrome */ /* border-radius: 4px; Para Opera 10.5+*/
    cursor: pointer !important;
}

.bgTabFiltroResult {
    max-width: 890px;
    /*width: 185px;
	padding-right: -20px !important;*/
}

.cursor {
    cursor: pointer;
}

.rslDraghandle {
    background-image: url(/images/icons/handle.png);
    background-repeat: no-repeat;
}

.RadSlider_Transparent.horizontal a.handle {
    background-image: url(/images/icons/handle.png);
    background-repeat: no-repeat;
}

.td1left {
    width: 132px;
    padding-right: 10px;
    text-align: right;
    padding-bottom: 10px;
}

.td2left {
    width: 343px;
    padding-right: 5px;
    text-align: left;
    padding-bottom: 10px;
}

.td1right {
    width: 100px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

.td2right {
    width: 343px;
    text-align: left;
    padding-bottom: 10px;
}

.td50width {
    width: 50px;
    text-align: left;
}

.td100width {
    width: 100px;
    text-align: left;
}

.td200width {
    width: 200px;
    text-align: left;
}

.td300width {
    width: 300px;
    text-align: left;
}

.noborder {
    border: 0px transparent none !important;
}

.bgTrans {
    background: transparent;
}

/* css para as dropdown's */
.styled-select select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 32px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 190px;
}

.styled-select {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 191px;
}

.styled-select_100 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 25px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 99px;
}

.styled-select_100 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 100px;
}


.styled-select_99 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #abadb3 solid;
    padding-left: 4px;
    height: 25px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 110px;
}

.styled-select_99 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 111px;
}

.styled-select_117 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 116px;
}

.styled-select_117 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 117px;
}

.styled-select_350 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 100%;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.styled-select_350 {
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    max-width: 363px;
    /*width: 90%;*/
}

.styled-select_353 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    max-width: 353px;
    width: 100%;
}

.styled-select_353 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    max-width: 354px;
    width: 100%;
}

.styled-select_322 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 322px;
}

.styled-select_322 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 323px;
}

.styled-select_160 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 159px;
}

.styled-select_160 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 160px;
}

.styled-select_185 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 185px;
}

.styled-select_185 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 186px;
}

.styled-select_175 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 175px;
}

.styled-select_175 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 176px;
}

.styled-select_275 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    max-width: 275px;
    width: 100%;
}

.styled-select_275 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    max-width: 276px;
    width: 100%;
}

.styled-select_575 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 575px;
}

    .styled-select_575 select {
        background: transparent;
        line-height: 1;
        border-radius: 0;
        -webkit-appearance: none;
        border: 1px #e6e6e6 solid;
        padding-left: 4px;
        height: 35px;
        font-family: Arial;
        font-size: 13px;
        color: #666666;
        width: 575px;
    }

.styled-select_515 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 515px;
}

    .styled-select_515 select {
        background: transparent;
        line-height: 1;
        border-radius: 0;
        -webkit-appearance: none;
        border: 1px #e6e6e6 solid;
        padding-left: 4px;
        height: 35px;
        font-family: Arial;
        font-size: 13px;
        color: #666666;
        width: 515px;
    }

.styled-select_275 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    max-width: 276px;
    width: 100%;
}

.styled-select_250 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 250px;
}

.styled-select_250 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 251px;
}

.styled-select_220 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    max-width: 220px;
    width: 100%;
}

.styled-select_220 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    max-width: 221px;
    width: 100%;
}



.styled-select_50 select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 4px;
    height: 35px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 50px;
}

.styled-select_50 {
    overflow: hidden;
    background: #ffffff url(/images/icons/dropSeta.gif) no-repeat right;
    width: 51px;
}

.inline-select {
    display: inline-block;
    vertical-align: middle;
}

.xcalendar {
    background: transparent url(/images/icons/calendar.png) repeat-x right;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 10px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 175px;
}

.xcalendar155 {
    background: transparent url(/images/icons/calendar.png) repeat-x right;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 10px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 155px;
}


.xcalendar165 {
    background: transparent url(/images/icons/calendar.png) repeat-x right;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px #e6e6e6 solid;
    padding-left: 10px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666666;
    width: 155px;
}
/* fim de css para as dropdown's */

input[type="radio"] {
    margin-right: 5px;
}

input[type="checkbox"] {
    margin-right: 5px;
}


.bgLightBlue {
    background-color: #e0e4e4;
}

.boxDarkGray {
    background-color: #696f78;
    height: 16px;
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 10px;
}

.boxGray {
    background-color: #f5f5f5;
    padding: 0 10px 10px 10px;
}

.RadTabStrip_Transparent {
    padding-left: 0px !important;
    background-color: #f5f5f5;
    border-bottom: 0px #d7d7d7 solid !important;
    padding-right: 15px;
}

.RadTabStripTop_Transparent {
    background-color: #ffffff;
    border-bottom: 1px #afafaf solid !important;
    z-index: -100px;
}

    .RadTabStripTop_Transparent .rtsLevel1 .rtsLink {
        border-bottom: 0px #d7d7d7 solid;
        background: #bcbec0 !important;
        margin-right: 3px !important;
    }

    .RadTabStripTop_Transparent .rtsLevel1 .rtsOut, .RadTabStripBottom_Transparent .rtsLevel1 .rtsLink, .RadTabStripBottom_Transparent .rtsLevel1 .rtsOut {
        background: transparent !important;
    }

    .RadTabStripTop_Transparent .rtsLevel1 .rtsLink:hover, .RadTabStrip_Transparent .rtsLevel .rtsSelected {
        border-bottom: 0px #d7d7d7 solid;
        background: #989b9f !important;
    }

.RadTabStrip_Transparent .rtsTxt {
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px !important;
    padding-bottom: 4px !important;
}

.bgGray {
    background-color: #e7e7e7;
}

.transBox {
    border: 0px white solid !important;
    font-family: Arial;
    font-size: 12px;
    color: #666;
}

.btAddGrid {
    background-color: #f6f6f6;
    border: 1px #c9c8c8 solid;
    padding: 9px 18px 9px 12px !important;
}

.bgHeaderGrid {
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 6px;
    background-image: url(/images/icons/setaSort.png);
    background-repeat: no-repeat;
    background-position: 90% 40%;
}

.bgHeaderGridNoImg {
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 6px;
}

.lineGrid {
    height: 30px;
    text-transform: capitalize;
}

.lineGridNormal {
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

.lineGridNormalBorder {
    height: 30px;
    border-bottom: 1px #f6f6f6 solid;
}

.hidden {
    visibility: hidden;
}

.btAddGrid1 {
    background-color: #f6f6f6;
    border: 1px #c9c8c8 solid;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    width: 75px !important;
    text-align: center;
}

.bgGRidEmpresas {
    background-color: #f6f6f6;
    padding: 30px 10px;
    margin: 5px 0px;
}

.lineGridSelected {
    padding: 10px 5px;
    margin: 10px 0px 0px 0px;
    background-color: #f6f6f6;
}

.Enabled {
    background-color: #ebebe4;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

#ctl00_pchContent_gvPFares tr:nth-last-child(-n+2) {
    border-top: 0px transparent none;
    border-bottom: 0px transparent none;
    border-right: 0px transparent none;
    border-left: 0px transparent none;
}

#ctl00_pchContent_gvCIP tr:nth-last-child(-n+2) {
    border-top: 0px transparent none;
    border-bottom: 0px transparent none;
    border-right: 0px transparent none;
    border-left: 0px transparent none;
}

#ctl00_pchContent_gvAProds tr:nth-last-child(-n+2) {
    border-top: 0px transparent none;
    border-bottom: 0px transparent none;
    border-right: 0px transparent none;
    border-left: 0px transparent none;
}

.CustomValidatorCalloutStyle {
    background-color: Yellow;
}

.highlight {
    background-color: Red;
}

.disable {
    opacity: 0.4;
    cursor: default !important;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.btdisable {
    cursor: default !important;
}

/* VALIDAÇÃO DE FORMS */
.ErrorControl {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: solid 1px red !important;
    padding-left: 9px;
    height: 33px;
    font-family: Arial;
    font-size: 13px;
    color: #666;
}

    .ErrorControl:focus {
        outline: none;
        border-color: #843534 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
    }

.CompletionListCssClassVoos {
    max-width: 390px;
    width: 90% !important;
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    text-align: left;
    list-style-type: none;
}

.CompletionListCssClass {
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    background-color: White;
    list-style-type: none;
    position: relative;
}

.RadListBox1 {
    text-align: left !important;
}

ul.rlbList li.rlbItem {
    text-align: left !important;
}

.sortedAsc {
    background-image: url('/images/icons/setaGridSortUp.png');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 6px;
}

.sortedDesc {
    background-image: url('/images/icons/setaGridSortDown.png');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 6px;
}

.sortedAsc a {
    color: #666666;
    text-decoration: none;
}

.sortedDesc a {
    color: #666666;
    text-decoration: none;
}

.sortedAscNB {
    background-image: url('/images/icons/setaGridSortUp.png');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}

.sortedDescNB {
    background-image: url('/images/icons/setaGridSortDown.png');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}

.sortedAscNB a {
    color: #666666;
    text-decoration: none;
}

.sortedDescNB a {
    color: #666666;
    text-decoration: none;
}

.margin10r {
    margin-right: 13px !important;
}

.off {
    display: none;
}

.jPaginate {
    position: relative;
    color: #068AC1;
    font-size: small;
    display: block;
    margin: auto;
}

    .jPaginate a {
        line-height: 15px;
        height: 18px;
        cursor: pointer;
        padding: 2px 5px;
        margin: 2px;
        float: left;
    }

.jPag-control-back {
    position: absolute;
    left: 0px;
}

.jPag-control-front {
    position: absolute;
    top: 0px;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    ul.jPag-pages li {
        display: inline;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        ul.jPag-pages li a {
            float: left;
            padding: 2px 5px;
        }

span.jPag-current {
    cursor: default;
    font-weight: normal;
    line-height: 15px;
    height: 18px;
    padding: 2px 5px;
    margin: 2px;
    float: left;
    text-decoration: underline;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
    height: 22px;
    margin: 2px;
    float: left;
    line-height: 18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0px 2px 2px;
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0px;
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
    margin: 2px 0px 2px 2px;
    font-size: 18px;
    width: 15px;
    text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
    margin: 2px 2px 2px 0px;
    font-size: 18px;
    width: 15px;
    text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
    background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
    background: transparent url(../images/snext.png) no-repeat center left;
}

#dvLoading {
    background: transparent url(/images/load/loading_voos.gif) no-repeat center center;
    height: 200px;
    width: 791px;
    position: relative;
    z-index: 1000;
    left: auto;
    top: 50%;
    margin: 0 auto;
}

#divLoading {
    background: transparent url(/images/load/loading_voos.gif) no-repeat center center;
    height: 200px;
    max-width: 699px;
    width: 90%;
    position: relative;
    z-index: 1000;
    left: auto;
    top: 50%;
    margin: 0 auto;
}

#divHotelLoading {
    background: transparent url(/images/load/loading_hotel.gif) no-repeat center center;
    height: 200px;
    max-width: 699px;
    width: 90%;
    position: relative;
    z-index: 1000;
    left: auto;
    top: 50%;
    margin: 0 auto;
}

#divRentaCarLoading {
    background: transparent url(/images/load/loading_car.gif) no-repeat center center;
    height: 200px;
    max-width: 699px;
    width: 90%;
    position: relative;
    z-index: 1000;
    left: auto;
    top: 50%;
    margin: 0 auto;
}

.ui-tooltip, .arrow:after {
    background: #057DB3;
    color: #fff !important;
    opacity: 1;
    border: 1px solid #eee;
    font-size: 12px;
}

.ui-tooltip {
    font-size: 11px !Important;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.footer-table a {
    color: #828181;
}

.textinput_floatform {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Paginadores*/
.GridPager a, .GridPager span {
    display: block;
    height: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    right: -4px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.GridPager a {
    background-color: #f6f6f6;
    color: #969696;
    border: 1px #c9c8c8 solid;
    width: auto;
    padding: 0 10px;
}

.gridpagesize {
    float: left;
    position: relative;
    height: 30px;
    width: 45px;
}

.nobordersizing * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table {
    border-spacing: 0;
    border-collapse: separate;
}

label {
    font-weight: 600;
}

.left20 {
    left: 10px;
}

/*Air and hotel search */
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 500px;
    height: 200px;
}

.Close {
    float: right;
}

.buttonsLog {
    background-color: #979A3F;
    height: 35px;
    border: 0px transparent none;
    font-family: Arial;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 12px;
    cursor: pointer !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/load/page_loader.gif') 50% 50% no-repeat rgb(255,255,255);
}

.richcontentstripe {
    background-color: #323a45;
    font-family: Arial;
    line-height: 18px;
    color: #fff;
    padding: 14px 18px 0px 30px;
    height: 30px;
}

.richcontentstripeborder {
    padding: 30px 20px 40px 0px;
    text-transform: uppercase;
}

.richcontentSegment {
    padding: 10px 10px 5px 10px;
    position: relative;
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

.richcontentSegmentSelected {
    background-color: white;
}

.ancillaries {
    border-bottom: 1px grey solid;
    padding-bottom: 10px;
}

.displayselected pre {
    background-color: inherit;
    border: 0px;
}

@media (min-width: 991px) {
    .loader {
        opacity: 0.5;
    }
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: white;
    filter: alpha(opacity=90);
    opacity: 0.9;
    transform: translateX(-50%) translateY(-50%);
}

.cursorPointer {
    cursor: pointer;
}

.outofpolicy {
    float: left;
    background-color: #696f78;
    margin-left: 0px;
    margin-top: -10px;
    height: 30px;
    color: #FFFFFF;
    width: 170px;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.needaproval {
    float: left;
    background-color: #999999;
    margin-top: -10px;
    height: 30px;
    color: #FFFFFF;
    width: 170px;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.outofpolicy2, .needaproval2 {
    width: 90%;
    text-align: left;
    display: none;
    margin-bottom: 10px;
}

.racBorder {
    border: 1px #E6E6E5 solid;
    padding: 15px 0px 0px 15px;
    margin: 1px 0px 0px -1px;
    border-right: none;
    border-bottom: none
}

.racBorderLeft {
    border-left: none;
}

.PFiconOWF {
    position: relative;
    top: -2px
}

.PFiconF {
    margin-right: -33px;
    position: relative;
    top: 1px;
}

.PFiconHtl, .PFiconRac {
    margin-right: -30px;
    position: relative;
    top: -2px;
}

.PFiconCTF {
    position: relative;
    top: -2px;
}

.PFiconCTHtl, .PFiconCTRac {
    margin-top: -7px;
}



@media (min-width: 798px) {
    .owFaringResume {
        border-left: 1px #e6e6e6 solid;
        padding: 9px 15px 10px;
        margin: -9px 0px -8px 2px;
    }

    .richContentScroll {
        overflow: auto;
        height: 425px;
    }

    .RichContentNoScroll {
        overflow: hidden;
        height: 99%;
    }
}

@media (min-width: 890px) {
    .htlBorderLeft, .htlBorderLeft2 {
        border-left: 1px #e6e6e6 solid;
    }

        .htlBorderLeft img {
            margin-right: -10px;
            float: right;
        }

        .htlBorderLeft2 img {
            margin-right: 5px;
            float: right;
        }

    .htlBorderRight {
        border-right: 1px #e6e6e6 solid;
        margin-right: -1px;
    }
}

@media (min-width: 991px) {
    .racBorderRight {
        border-right: 1px #e6e6e6 solid;
        margin-right: -1px;
    }
}

@media (min-width: 991px) {
    #menu.row {
        max-width: 550px;
    }

    #topsummarybox {
        /*margin-right:28px !important;*/
    }

    #FlightsResults, #FlightsResume, #ctl00_pchContent_as_searchFull1_pnlFiltros, #ctl00_pchContent_as_searchFull1_quick_pnlquickleft_flightsearch,
    #HotelResults, #hotelRateList, #divHotelFiltros, #divHotelMapList, #ctl00_pchContent_hr_quickleft1_pnlquickleft_flightsearch,
    #RentaCarResults, #divRentaCarFiltros, #ctl00_pchContent_rs_quickleft_pnlquickleft_carsearch {
        margin-left: 15px;
        margin-right: -15px;
    }

    .owFaringResume {
        border-left: 1px #666666 solid;
        padding: 9px 15px 10px;
        margin: -9px 0px -8px 12px;
    }

    .owFaringResumeT {
        border-right: 1px #666666 solid;
        padding: 9px 20px 10px;
        margin: -9px 0px -8px 2px;
        min-height: 40px;
    }

    .ui-datepicker-month, .ui-datepicker-year {
        width: 47% !important;
        -webkit-border-radius: 0;
    }

    #ctl00_pchContent_as_searchFull2_pnlFiltros {
        margin-left: 15px;
    }
}

@media (max-width: 990px) {
    .ui-datepicker {
        font-size: 125% !important;
    }

    .ui-datepicker-month, .ui-datepicker-year {
        width: 40% !important;
    }

    .jPaginate {
        font-size: 15px;
    }

    #menu.row {
        max-width: 805px;
    }

    #txtFromList div, #txtToList div, #listPlacement div, #ctl00_pchContent_HotelSearch1_txtTo_AutoCompleteExtender_completionListElem li, #txtFomList div, .CompletionListCssClassVoos li {
        min-height: 30px !important;
    }

    #ctl00_pchContent_AirSearch1_rbtWithSeat, #ctl00_pchContent_AirSearch1_rbtOnlyDirect, #ctl00_pchContent_chkTandCs {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    #ctl00_pchContent_AirSearch1_rbtRoundTrip, #ctl00_pchContent_AirSearch1_rbtOneWay, #ctl00_pchContent_AirSearch1_rbtMultiDestination {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }

    .paddingcorrectionright {
        padding-right: 40px;
    }

    #RESUMO_PESQUISA {
        margin-left: -15px;
    }
}

@media (max-width: 760px) {
    .paddingcorrectionright {
        padding-right: 20px !important;
    }

    .outofpolicy {
        width: 46%;
        margin-bottom: 10px;
    }

    .needaproval {
        width: 46%;
    }

    .margin10left-xs-sm {
        margin-left: 10px;
    }

    .PAXPolicyDetailMobile {
        width: 100% !important;
    }
}

input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.boxdiv {
    display: none;
}

    .boxdiv.showthis {
        display: block;
        position: relative;
    }

h5#totalincludes, h5#description, h5#includeinrate, h5#guarantee, h5#ratechangeindicator, h5#smokingroomindicator, h5#cancelpolicyexist,
h5#mealplanexist, h5#acceptedcreditcards {
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

p#totalincludes, p#description, p#includeinrate, p#guarantee, p#ratechangeindicator, p#smokingroomindicator, p#cancelpolicyexist,
p#mealplanexist, p#acceptedcreditcards {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

label {
    font-weight: 100;
}

.style1 {
    height: 34px;
}

.input-group-addon {
    padding: 6px 12px 6px 24px;
}

ul#lstRemarks {
    padding-left: 20px;
}

    ul#lstRemarks li {
        padding-top: .75em;
    }

.reset {
    margin: 0;
    padding: 0;
}

.hotel {
    cursor: pointer;
}

    .hotel:hover span.name, .hotel:focus span.name, .collapse-trigger:focus span.name {
        text-decoration: underline !important;
    }

.label {
    position: relative;
    bottom: 2px;
    margin-left: 1em;
}

ul#flights {
    list-style: none;
    white-space: normal;
}

.flight {
    max-width: 900px;
    width: 100%;
}

.flight-header .label {
    top: .75em;
    bottom: 0;
    font-size: 9px;
}

.alert.corner-info {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 10;
}

#backToTop {
    position: fixed;
    bottom: 1.5em;
    right: 1em;
    z-index: 10;
    width: 32px;
    background-color: #323a45;
}

.hotel-arrow {
    margin-left: 2px;
    margin-right: 6px;
    float: left;
    padding-top: 3px;
}

.small-right {
    padding-right: 8px;
}

.left8 {
    position: relative;
    left: 8px;
}

.left20 {
    position: relative;
    left: 20px;
}

.preferred-hotels {
    float: left;
    padding-top: 8px;
    margin-left: -40px;
}

.chain-inner {
    display: inline-block;
    max-width: 89%;
    padding-left: 3px;
}

@media (max-width: 400px) {
    .preferred-hotels {
        float: none;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-right: 5px;
    }
}

.visible {
    visibility: visible !important;
    display: inline-block !important;
}

.vehicle {
    cursor: pointer;
}

    .vehicle .car-arrow {
        margin-right: .5em;
    }

    .vehicle:hover strong, .vehicle:focus strong {
        text-decoration: underline !important;
    }

#divRentaCarLoading, #moreCars, #loadingCars {
    display: none;
}

.labelClass {
    background-color: #777;
    position: relative;
    bottom: 2px;
    padding: 0.4em .5em .3em;
    font-size: 84%;
    color: #fff;
    text-align: center;
    border-radius: .25em;
}

.border-box-sizing * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.air-select {
    padding: 17px 30px 14px 15px;
    color: #fff !important;
    min-width: 100px;
    height: 35px;
}

#duplicateBooking .modal-body p {
    white-space: normal;
}

#duplicateBooking .modal-title {
    display: inline-block;
}

#priceChanged .modal-title {
    display: inline-block;
}

#priceChanged .column {
    padding-right: 0;
    padding-left: 0;
}

    #priceChanged .column p {
        margin-bottom: 5px;
    }

#priceChanged .price-col p {
    margin-bottom: 0;
    position: relative;
    bottom: 5px;
}

#priceChanged .btn, #someError .btn {
    color: #fff;
    font: 17px Arial;
}

    #priceChanged .btn > i, #someError .btn > i {
        font-size: 31px;
    }

    #priceChanged .btn > span, #someError .btn > span {
        padding-left: 7px;
        padding-right: 7px;
        position: relative;
        bottom: 5px;
    }

#priceChanged .updated-price, #someError .updated-price {
    font-size: 1.5em;
}

#priceChanged .cancel, #someError .cancel {
    background-color: #696f78;
}

#priceChanged a.save:hover, .modal-footer a.color:hover, #someError a.save:hover {
    border: 1px solid transparent;
}

.modal-footer .color {
    color: #fff;
}

#upvwPassengersPayment {
    padding-right: 15px;
}

    #upvwPassengersPayment #continue-wrapper, .total-wrapper {
        padding-left: 30px;
        padding-right: 0;
    }


@media only screen and (max-width: 991px) {
    #upvwPassengersPayment {
        padding-right: 0;
    }
}
    
.updated {
    bottom: 4px;
    margin-right: .5em;
}

#reportsWrapper {
    padding-top: 1em;
    padding-bottom: 2em;
}

#fieldsWrapper {
    margin-top: 1em;
}

    #fieldsWrapper .input-group-addon {
        padding-left: 38px !important;
    }

.fare {
    max-width: 900px;
    width: 100%;
}

.flights-pager {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.underlined {
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
}

    .underlined .tax {
        margin-left: 3em;
        margin-bottom: 0
    }

.leg > img {
    display: inline-block
}

.leg .vendor-image {
    padding-left: 10px;
}

#moreFlightsWrapper {
    width: 100%;
    max-width: 210px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1em;
}

#filters, #filters .bgTabFiltroResult {
    width: 100%;
}

    #filters .filter-arrow {
        padding-top: 3px;
    }

#flights .flight {
    max-width: none;
    width: auto;
}

#airFilters {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
}

    #airFilters[hidden] {
        display: none;
    }

.hours-slider .slider-wrapper {
    padding-top: 0;
}

.slider-wrapper {
    padding: .5em;
    padding-bottom: .25em;
}

.slider-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.slider-values {
    padding-right: .5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    .slider-values .price-filter {
        padding-top: 1em;
    }

        .slider-values .price-filter .frminput {
            width: 60px;
            padding-left: .75em;
            padding-right: .75em;
        }

#airFilters ul {
    list-style: none;
}

#airFilters input {
    vertical-align: top;
}

#airFilters ul label {
    margin-bottom: 0;
    white-space: normal;
}

.filter {
    padding-left: 0;
    padding-right: 0;
}

.filter-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.filter-name {
    padding-right: .5em;
}

h3 span.filter-toggle {
    padding-right: 0;
    padding-left: .5em;
    float: right;
    cursor: pointer;
}

.col {
    padding-left: 0;
    padding-right: 0;
}

.padded-col {
    padding-left: 15px;
    padding-right: 15px;
}

leg {
    display: block;
}

tabs {
    padding-top: 2em;
    display: block;
}

.normal-flight {
    border: 1px solid #666666;
    margin-bottom: 2em;
}

    .normal-flight header {
        overflow: hidden;
        border-bottom: 1px solid #666666;
    }

    .normal-flight .outbound-leg .leg,
    .normal-flight .inbound-leg .leg {
        padding: 10px 0 10px 10px;
    }

.multi-leg.first {
    padding-bottom: 12px;
    padding-top: 12px;
}

.multi-leg {
    padding-bottom: 12px;
    padding-top: 12px;
}

.flight-price {
    padding: 12px 0;
    top: 1px;
    right: 1px;
}

.ow-flight {
    margin-bottom: 0;
    position: relative;
}

leg.ow-flight {
    border: 1px solid #666666;
    margin-bottom: 5px;
}

.ow-flight .leg {
    padding: 15px 10px;
    z-index: 2;
}

.ow-flight .right2 {
    position: relative;
    right: 2em;
}

.ow-flight .right1 {
    position: relative;
    right: 1em;
}

.ow-flight .rightHalf {
    position: relative;
    right: .5em;
}

.ow-flight .inline-fare-rule {
    position: relative;
    bottom: 2px;
}

.ow-flight .air-arrow {
    position: relative;
    bottom: 1px;
}

.ow-flight .vertical-line {
    position: absolute;
    border-left: 1px solid #666666;
    height: 100%;
    width: 36%;
    right: 0;
    z-index: 1;
}

.ow-flight .horizontal-line {
    position: absolute;
    border-top: 1px solid #666666;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    padding-right: 2em;
}

.col-fix {
    padding-top: 7px;
}

.multiple-vendors {
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 0;
    cursor: default;
}

.pf-icon {
    position: relative;
    bottom: 2px;
    right: 5px;
}

.flight-details {
    margin-bottom: 15px;
}

    .flight-details table {
        max-width: 825px !important;
    }

.fares .leg {
    position: relative;
}

.agency-preferred {
    position: absolute;
    right: -1em;
    top: .5em;
}

.agency-preferred-left {
    left: 100px;
}

.company-preferred {
    position: absolute;
    right: -1em;
    top: .5em;
}

.company-preferred-left {
    left: 130px;
}

.pipe-preferred {
    position: absolute;
    right: -1em;
    top: .5em;
}

.pipe-preferred-left {
    left: 123px;
}

.leg-preferred-left {
    left: 13px;
}

.leg-preferred-left-owf {
    left: 37px;
}

.owf-preferred {
    width: 30%;
    float: right;
}

@media (max-width: 768px) {
    .owf-preferred {
        width: 90%;
        float: right;
    }
}

.out-of-policy {
    position: absolute;
    top: -15px;
    right: 0;
}

.out-of-policy-tab {
    position: absolute;
    top: -5px;
    right: 0;
}

.policy-forbidden-owf {
    position: relative;
    width: 23px;
    top: -2px;
}

.policy-forbidden-normal {
    width: 23px;
    margin-left: -5px;
    top: 8px;
    left: -16px;
}

.flight-out-of-policy {
    border: 1px solid red !important;
}

.forbidden .buttonSave {
    background-color: #696f78 !important;
    cursor: not-allowed !important;
}

.product-logo {
    display: table;
    width: 100%;
}

.product-logo-type {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 5px;
}

.product-logo-type-multi {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 5px;
    border-right: 1px solid #eee;
}

.autocompleteModal {
    z-index: 999999 !important;
    background-color: white;
    text-align: left;
    border: 1px gray solid;
}


.show-ancilliaries-btn, .show-lcc-ancilliaries-btn {
    border-width: 0;
    background-color: transparent;
    margin: 0 0 10px 10px;
}

    .show-ancilliaries-btn img,
    .show-ancilliaries-btn svg {
        width: 30px;
        height: 22px;
        margin-right: 10px;
    }

    .show-lcc-ancilliaries-btn img,
    .show-lcc-ancilliaries-btn svg {
        width: 30px;
        height: 22px;
        margin-right: 10px;
    }

/* itinerary_air_od.ascx */
.itinerary_air_od:last-child .content {
    padding-bottom: 1px !important;
}
.itinerary_air_od .ancillary {
    text-align: right;
}
.itinerary_air_od .ancillary .price {
    margin-left: 20px;
}
.itinerary_air_od .ancillary .remove-ancillary-btn {
    cursor: pointer;
    margin-left: 20px;
}

.splitTicketingSearch {
    padding: 15px;
}

.splitTicketingResults {
    background-color: #EFEFEF;
    padding-bottom: 15px;
}

.roundTripResults {
    margin-left: 5px;
    background-color: #EFEFEF;
    padding-bottom: 35px;
}

.splitTicketingCityPair {
    padding-left: 15px;
}

.splitTicketingDashed {
    font-size: 0.8rem;
    font-weight: 500;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: darkgrey;
    margin: 8px;
    width: 93%;
}

.splitTicketingSumary {
    cursor: pointer;
    margin: 10px;
    background-color: #fff;
    border-style: dashed;
    border-width: 1px;
    border-color: #a9a9a9;
    margin-bottom: 0px;
    padding: 12px;
    padding-bottom: 6px;
    font-size: 13px;
}

    .splitTicketingSumary .pt-1 {
        padding-top: 1rem;
    }

    .splitTicketingSumary .icon-baggage {
        padding-right: .5rem
    }

.splitTicketingPlatingCarrier img {
    padding-left: 10px;
    max-width: 80px;
}

.splitTicketingPriceDetail, .splitTicketingStops {
    text-align: right;
    padding-right: 10px;
}

.splitTicketingOptions:before {
    padding-left: 15px;
    content: "▶";
    width: 24px;
    height: 24px;
}

.splitTicketingRoundTripTitle {
    padding: 15px
}

.splitTicketingDetail {
    background-color: #fff;
    margin-right: 10px;
    border-left-style: outset;
    border-left-width: thick;
    font-weight: bolder;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: darkgrey;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: darkgrey;
    padding-bottom: 10px;
}

    .splitTicketingDetail .ph-1 {
        padding: 0 1rem;
    }

.splitTicketingScroll {
    overflow-y: scroll;
    max-height: 650px
}

.splitTicketingHr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #a9a9a9;
    margin-left: 8px;
    width: 93%;
}

.hotelMapListContainer {
    border: 1px #e6e6e6 solid;
    height: 500px;
}

.hotelMapContainerSelectFare {
    border: 1px #e6e6e6 solid;
    height: 400px;
}

.hotel-map-pin {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.hotel-map-pin-currency {
    font-size: 11px;
    font-weight: normal;
}

.hotel-map-pin-category {
    background-color: #333333;
    color: white;
    padding: 2px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
}

.hotelBreakfastInfo {
    padding-top: 5px;
    font-size: 12px;
    color: #ffff80;
}

.vehicle .buttonSave {
    padding: 7px 30px;
}

a:hover .check-more-fares, a:focus .check-more-fares {
    text-decoration: underline;
    cursor: pointer;
}
/* Rules added in responsivness improvements*/
/* General/utilities */
.borderbox-container * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.borderbox-container.button-continue {
	display: flex;
	justify-content: space-between;
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.silver-border-bottom {
    border-bottom: 1px solid silver
}

.small-margin-left {
    margin-left: 1rem;
}

.micro-margin-left {
    margin-left: 0.5rem;
}

.small-margin-right {
    margin-right: 1rem;
}

.input-full-width {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.flight-price-btn {
    border-radius: 0 !important;
    height: 100%;
    background-color: #326385;
    font-size: 18px;
    margin-left: 3px;
    padding: 9px 4px !important;
}

    .flight-price-btn span {
        font-size: 18px;
    }

.current-trip {
    width: 100%;
    margin-bottom: 1rem;
}

.private-fare {
    font-size: 16px;
}

.pr-1 {
    padding-right: .5rem;
}

.current-trip .remove {
    float: right;
    color: #666 !important;
}

.hasDatepicker[readonly] {
    cursor: pointer;
    background-color: #fff;
}

.sorter {
    display: inline-block;
    float: right;
    margin-bottom: 1rem;
}

a.inline-fare-rule {
    text-decoration: underline !important;
}

.btnRadListLoadMore {
    display: none;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 2px 15px;
}

input.Arial13Gray.teste {
    padding: 5px;
    border: 1px #e6e6e6 solid;
    border-bottom: 0;
    font-family: Arial;
    font-size: 13px;
    color: #202727 !important;
    width: 100%;
    outline: none;
}

select.Arial13Gray.teste {
    height: auto !important;
    min-height: 3em !important;
    width: calc(100% + 6px);
    border-top: 0;
    outline: none;
}



/*NEW CODE*/
#notificationArea {
    box-sizing: border-box;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20%;
}
#notificationArea > * {
    box-sizing: border-box;
}
#notificationArea h3 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 600;
}

#notificationArea p {
    margin: 0;
}

#notificationArea .notification-button {
    border: 0;
    background: transparent;
}

#notificationArea .notification-button:hover {
    text-decoration: underline
}
