/* Minification failed. Returning unminified contents.
(101,53): run-time error CSS1031: Expected selector, found ','
(747,29): run-time error CSS1046: Expect comma, found '255'
(747,37): run-time error CSS1046: Expect comma, found '/'
(1070,20): run-time error CSS1031: Expected selector, found '!important'
(1070,20): run-time error CSS1025: Expected comma or open brace, found '!important'
 */
h3{
	line-height:24px !important;
}


hr{
	border-top: 2px solid #000080 !important;
	width:50px;
}


.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mr-2, .mx-2 {
    margin-right: .50rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .50rem !important;
}


.textbold{
    font-weight:bold;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.wrapped-div {
    border-radius: 10px;
    padding: 0;
    border: 4px solid #000080;
    width: 90%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 30px 50px 0 rgba(0,0,0,.3);
}

.tab-header h2 {
    font-family: "Droid Sans" !important;
    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 10px 1px 10px;
    cursor: pointer;
    color: #666666;
    border-bottom: 4px solid #000080;
    margin-left: 15px;
}

.service-image
{
	border: 2px solid #B1502A;
}

.section h2 {
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	margin-bottom: 3px;
	font-size:16px;
	color:black;
}

.sectionHeader h2 {
	font-weight: bold !important;
	margin-top:5px;
	margin-bottom: 3px;
	padding-top:20px;
	padding-bottom:10px;
	font-size:18px;
	color:black;
}


.imgtoggleActive, .imgtoggleActive:visited, .imgtoggleActive:link {
    text-decoration-line: none;
    display: block;
    color: white;
    background-color: #000080;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

    .imgtoggleActive:hover, .imgtoggleActive:active,, .imgtoggleActive:link {
        text-decoration-line: none;
        color: white;
    }

.imgtoggle, .imgtoggle:visited {
    text-decoration-line: none;
    display: block;
    color: black;
    background-color: #ccc;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}


    .imgtoggle:hover, .imgtoggleActive:active {
        text-decoration-line: none;
        display: block;
        color: black;
        background-color: #7a99c1;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
    }

.searchRowBtns {
    text-align: right;
}

#social-r a{
    margin-bottom:0px !important;
    margin-right:2px !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.roundedBox
{
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.heroImage {
    width: 70px;
}

.fullWidthImage
{
	padding:0px;
	height:23vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 0px;
}

    .fullWidthImage h2 {
        position: relative;
        top: 6vw;
    }



.fullWidthImage h2 span {
        color: white;
        font: bold 12px 'Droid Sans', Sans-Serif;
        background-color: rgba(0, 0, 0, 0.7);
        border: 1px solid #000080;
        padding: 5px;
        border-radius: .25em;
        text-transform: uppercase;
  }


.fullWidthImage h3 span
{
		color: white; 
		font: bold 20px/30px "Droid Sans", Sans-Serif; 
		letter-spacing: -1px;  
		padding: 5px; 
		border-radius: .25em;
		text-transform:uppercase;
}


@media(min-width:550px) {

    /*.fullWidthImage {
        height: 100px;
    }*/

        .fullWidthImage h2 {
            top: 7vw;
        }

            .fullWidthImage h2 span {
                font: bold 22px 'Droid Sans', Sans-Serif;
            }
}


@media(min-width:1024px) {

    /*.fullWidthImage {
        height: 450px;
    }*/

        .fullWidthImage h2 {
            top: 7vw;
        }

    .heroImage {
        width: 110px;
    }

    .fullWidthImage h2 span {
        font: bold 32px 'Droid Sans', Sans-Serif;
    }
}


.pageHeaderPara
{
	font-size:16px;
	margin-bottom:10px;
}


.pagination {
    margin: 0px !important;
}

    .pagination a {
        background: #fff !important;
        border: 1px solid transparent !important;
        margin-left: 1px !important;
        border-left-width: 0 !important;
    }

    .pagination .active a {
        color: #fff !important;
        cursor: default !important;
    }

    .pagination a:hover, .pagination .active, .pagination .active a {
        background-color: #adc9de !important;
        color: white !important;
    }

.navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
    font-weight: bold;
}


.package-level-table {
    float: left;
    margin: 0px;
    min-height: 1px;
    max-height: 999999px;
}

    .package-level-table h3 {
        font-size: 24px;
        text-align: left;
        color: #666666;
        padding: 6px 0;
        margin: 0;
        font-weight: bold;
    }

    .package-level-table li {
        color: #666666;
        background: white;
        text-align: left;
        padding: 2px 0;
        border-bottom: 1px solid white;
        font-size: 14px;
    }

        .package-level-table li:before {
            content: "\002022";
            color: #000080;
            padding-right: 7px;
        }

    .package-level-table h4 {
        padding: 0 0 10px;
    }

    .package-level-table .select-game {
        margin-top: 30px;
        color: #8b052e;
    }

#page-title #page-title-inner .packageTravelDates
{
	text-align:right;
	display: inline-block;
	font-family: "Droid Sans" !important;
	color: white;
	padding: 14px 10px 5px 0px;
	font-size: 20px;
}

#page-title #page-title-inner h2
{
	padding-left:0px !important;
	padding-top:7px !important;
}

.label-hotel-dates
{
	font-weight:normal;
	padding-top:0.1em;
	padding-bottom:0.1em;
	font-size:90%;
	background-color:#337ab7;
}

.label-ticket-upgrade {
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:1em;
    text-transform:uppercase;
}

.helpToolTip{
	cursor: help;
}

.label-flight-sector-class
{
	font-weight:normal;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-left:0.3em;
	padding-right:0.3em;
	font-size:90%;
	background-color:#5bc0de;
	margin-left:2px;
	
}

.flightClassTooltip, .flightAirportTooltip{
	font: bold 10px/12px "Droid Sans", Sans-Serif; 
}

.tabs-nav
{
	font-size:18px;
}

	.tabs-nav li.active a
	{
		color: #000080 !important;
	}




.nav-pills > li > a {
    font-size: 10px !important;
    padding: 10px 5px !important;
    
}


@media (min-width: 321px) {
    .nav-pills > li > a {
        font-size: 12px !important;
        padding: 10px 5px !important;
    }
}


@media (min-width: 768px) {
    .nav-pills > li > a {
        font-size: 16px !important;
        padding: 10px 15px !important;
    }
}



.socialBox {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 4px;
    margin-bottom: 6px;
}


#social-r a
{
	float:right !important;
}


.navbar .navbar-brand {
    font-family: 'Russo One';
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
}


.navbar-brand span {
    color: #000080 !important;
}


.navbar .navbar-brand
{
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > .dropdown-menu{
	margin-top:0px !important;
}

@media (min-width: 992px) {
    #hotelDescription {
        font-size: 14px;
    }

    #amentityList, #facilityList{
        font-size: 14px;
    }

    .primaryPackageContent{
        font-size:1.2em;
    }

}

    @media (min-width: 768px) {
        .navbar .navbar-brand {
            font-size: 12px !important;
        }
    }

    @media(max-width: 576px) {

        #hotelImageCarousel {
            text-align: center;
        }
    }

    @media (max-width: 400px) {

        .navbar-brand span {
            font-size: 12px !important;
        }
    }

    @media (min-width: 992px) {
        .navbar .navbar-brand {
            font-size: 16px !important;
        }
    }

    @media (min-width: 1200px) {
        .navbar .navbar-brand {
            font-size: 24px !important;
        }
    }

    .spacer {
        margin-top: 30px; /* define margin as you see fit */
    }

    h3.contentHeader {
        padding: 2px 0px !important;
        margin-top: 10px;
        color: #666666;
        border-bottom: 5px double #f6f6f6;
        font-weight: bold !important;
        font-size: 16px;
    }



span.quickRegisterHeader {
    padding: 2px 0px !important;
    margin-top: 10px;
    color: #666666;
    border-bottom: 5px double #f6f6f6;
    font-weight: bold !important;
    font-size: 14px;
}

.title .quickRegisterHeader {
    border-bottom: 3px solid #000080 !important;
    display: inline-block;
    padding: 0px 5px !important;
    margin: 0 0px -4px 0px !important;
}

.icons-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

    @media (min-width: 768px) {
        .icons-box {
            text-align: center;
        }
    }


    .icons-box i.big {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 28px !important;
    }

    a.roadGamePackage {
        display: block;
        color: black;
        padding: 12px 0;
        font-weight: bold;
        font-size: 10px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        text-decoration: underline;
    }


    @media (min-width: 768px) {

        a.roadGamePackage {
            font-size: 14px;
        }
    }

    .salesNotesImage {
        padding: 0px;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .salesNotesImage h2.salesNotes span {
            color: white;
            font: bold 20px Handlee, Sans-Serif;
            letter-spacing: -1px;
            display: block;
            padding: 5px;
        }

    @media (min-width: 768px) {
        .salesNotesImage {
            height: 160px;
        }

            .salesNotesImage h2.salesNotes span {
                font: bold 16px Handlee, Sans-Serif;
            }
    }

    @media (min-width: 992px) {
        .salesNotesImage {
            height: 200px;
        }

            .salesNotesImage h2.salesNotes span {
                color: white;
                font: bold 14px Handlee, Sans-Serif;
                letter-spacing: 0px;
            }
    }



    .salesNotesImage h2.salesNotes {
        position: relative;
        top: 90%;
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        transform: translateY(-90%);
    }



    .salesNoteContainer {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        border-radius: 0.3em;
    }

    #fb-root {
        margin-top: 10px;
    }


    .tweets iframe {
        width: 100% !important;
    }

    .disclaimer {
        font-size: 12px;
        font-weight: bold;
        max-height: 99999px;
    }

    .contactInfo {
        color: white;
        font-size: 10px;
        font-weight: bold;
    }

        .contactInfo a {
            color: white;
        }

            .contactInfo a:hover {
                text-decoration: underline;
            }




    @media (max-width: 320px) {

        .contactInfo {
            font-size: 10px;
        }
    }

    @media (min-width: 321px) and (max-width: 768px) {
        #pageBannerSalesNotes {
            font-size: 13px;
        }

        .contactInfo {
            font-size: 12px;
        }

        span.quickRegisterHeader {
            padding: 2px 0px !important;
            margin-top: 10px;
            color: #666666;
            border-bottom: 5px double #f6f6f6;
            font-weight: bold !important;
            font-size: 12px;
        }
    }


    @media (min-width: 768px) and (max-width: 992px) {
        #pageBannerSalesNotes, .contactInfo {
            font-size: 14px;
        }
    }



    @media (min-width: 992px) {
        #pageBannerSalesNotes, .contactInfo {
            font-size: 16px;
        }
    }



    @media (min-width: 500px) {

        .disclaimer {
            font-size: 12px;
            font-weight: bold;
        }
    }

    @media (max-width: 1199px) {
        #largeLogo {
            display: none;
        }
    }

    a.package {
        text-align: left;
        display: block;
        padding: 4px 0;
        font-weight: bold;
        font-size: 14px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        text-decoration: underline;
    }

    a.subheaderbutton {
        margin-left: 5px;
    }

    .navbar-brand > img {
        display: inline-block;
    }

    .btn-stt {
        background-color: hsl(214, 37%, 28%) !important;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
        background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
        background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
        background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
        background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
        background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
        background-image: linear-gradient(#7a99c1, #2c4361);
        border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
        -webkit-font-smoothing: antialiased;
    }



    .btn-yellow {
        color: #000;
        background: linear-gradient(rgb(254, 230, 176), rgb(238, 186, 55)) rgb(254, 230, 176);
        border-color: rgb(190, 149, 44) rgb(166, 130, 38) rgb(155, 121, 36);
        font-weight: normal;
        box-shadow: rgb(255 255 255 / 60%) 0px 1px 0px inset;
    }

    .btn-yellow:hover,
    .btn-yellow:active,
    .btn-yellow:focus,
    .btn-yellow.active {
        /* let's darken #004E64 a bit for hover effect */
        background: linear-gradient(rgb(254, 222, 151), rgb(236, 186, 55)) rgb(254, 222, 151);
        color: #000;
        border-color: #003D4F;
    }



    .fa-ul > li {
        margin-bottom: 2px !important;
    }

    /* NFL */
    .sport15 {
        background-color: #7A0D0F !important;
        border: 1px solid #7A0D0F !important;
    }

    .sport15legend {
        color: #7A0D0F !important;
    }
    /* NHL */
    .sport16 {
        background-color: #0D297A !important;
        border: 1px solid #0D297A !important;
    }

    .sport16legend {
        color: #0D297A !important;
    }

    /* Baseball */
    .sport17 {
        background-color: #6D0FD1 !important;
        border: 1px solid #6D0FD1 !important;
    }

    .sport17legend {
        color: #6D0FD1 !important;
    }

    /* Basketball */
    .sport18 {
        background-color: #066930 !important;
        border: 1px solid #066930 !important;
    }

    .sport18legend {
        color: #066930 !important;
    }
    /* NCAA */
    .sport21 {
        background-color: #7A650D !important;
        border: 1px solid #7A650D !important;
    }

    .sport21legend {
        color: #7A650D !important;
    }

    /* Rugby */
    .sport24 {
        background-color: #BD2069 !important;
        border: 1px solid #BD2069 !important;
    }

    .sport24legend {
        color: #BD2069 !important;
    }
    /* Motorsport */
    .sport24 {
        background-color: #15ABA8 !important;
        border: 1px solid #15ABA8 !important;
    }

    .sport24legend {
        color: #15ABA8 !important;
    }
    /* Golf */
    .sport25 {
        background-color: #20BD2B !important;
        border: 1px solid #20BD2B !important;
    }

    .sport25legend {
        color: #20BD2B !important;
    }
    /* Trackl & Field */
    .sport26 {
        background-color: black !important;
        border: 1px solid black !important;
    }

    .sport26legend {
        color: black !important;
    }

    /* Soccer */
    .sport28 {
        background-color: #F7A20F !important;
        border: 1px solid #F7A20F !important;
    }

    .sport28legend {
        color: #F7A20F !important;
    }

    .scheduleFilter {
        font-size: 13px;
        margin-left: 0px !important;
        margin-right: 15px !important;
        padding-top: 0px !important;
    }

    .field-validation-error {
        display: inline-block;
        color: darkred;
        font-size: 1em;
        padding-top: 0.6em;
    }

        .field-validation-error:before {
            display: inline-block;
            content: "\f071";
            font-family: "Font Awesome 5 Pro";
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            /*--adjust as necessary--*/
            color: darkred;
            font-size: 1.2em;
            padding-right: 0.2em;
            left: 0;
        }


    .da-dots {
        display: none;
    }


    .padded {
        padding-top: 30px;
    }

    @media (max-width: 768px) {

        .padded {
            padding-top: 10px;
        }
    }

    @media (min-width: 768px) {
        .sportLink {
            display: block;
            color: white;
            border-bottom: 4px #999 solid;
        }

            .sportLink:hover {
                text-decoration: none;
                border-bottom: 4px white solid;
                color: white;
            }
    }


    @media (min-width: 768px) {
        ul.nav li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }
    }

    .selectize-dropdown {
        z-index: 10000
    }


    .ticketAreaDropdownVenue {
        font-family: 'Droid Sans';
        font-size: 1.1em;
    }

    .ticketAreaDropdownCity {
        display: block;
    }

    .disableDiv {
        pointer-events: none;
    }

    .ticketAreaDropdownSport {
        display: block;
    }

    .selectizeTitle {
        color: darkblue;
    }

    .selectizeData {
        color: darkred;
    }

    #googlemaps {
        height: 200px !important;
    }

    .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

    .validation-summary-errors {
        color: red;
    }

    /* 5 column bootstrap layout */
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }


    .col-xs-15 {
        width: 20%;
        float: left;
    }

    @media (min-width: 768px) {
        .col-sm-15 {
            width: 20%;
            float: left;
        }
    }

    @media (min-width: 992px) {
        .col-md-15 {
            width: 20%;
            float: left;
        }
    }

    @media (min-width: 1200px) {
        .col-lg-15 {
            width: 20%;
            float: left;
        }
    }


    .table td {
        vertical-align: middle !important;
    }

    .table-bordered th {
        background: #E9E9E9;
        background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
        background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
        font-size: 10px;
        color: #444;
        text-transform: uppercase;
    }

    /* Cart Formatting */

    .cartItemTitle {
        font-size: 1.2em;
        font-weight: bold;
    }

    .cartItemPrice {
        font-size: 1.2em;
        font-weight: bold;
    }

    .cartItemTotal {
        font-weight: bold;
        font-size: 1.em;
    }

    #cartPriceHeader {
        font-size: 1.1em;
        font-weight: bold;
        color: darkred;
    }

    .cartTotalPrice {
        font-size: 1.5em;
        font-weight: bold;
        color: darkred;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cartTotalItems {
        font-size: 1.3em;
        font-weight: bold;
    }

    .cartItemRef {
        display: block;
        font-size: 0.9em;
    }

    th.notopborder !important {
        border-top: none;
    }

    #proceedToCheckout {
        background-color: whitesmoke;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .paddedTop {
        padding-top: 10px;
    }

    .cartDelete {
        display: block;
        margin-top: 5px;
    }

    #cartLogin {
        font-size: 1.2em;
    }


    #knockoutLoading {
        background-color: whitesmoke;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    #pageBannerSalesNotes {
        background-image: -webkit-linear-gradient(top,#1f5a8c 0,#000080 100%);
        background-image: -o-linear-gradient(top,#1f5a8c 0,#000080 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#1f5a8c),to(#000080));
        background-image: linear-gradient(to bottom,#1f5a8c 0,#000080 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        font-weight: bold;
    }

    .latest-offers:nth-child(3n+1) {
        clear: both;
        /*background-color: rgba(0, 255, 0, .5);*/
    }


    @media (max-width: 768px) {
        #pageBannerSalesNotes {
            font-size: 13px;
        }
    }


    @media (min-width: 768px) and (max-width: 992px) {
        #pageBannerSalesNotes {
            font-size: 14px;
        }

       
    }



    @media (min-width: 992px) {
        #pageBannerSalesNotes {
            font-size: 16px;
        }
    }



    @media (max-width: 768px) {
        #packagePricingTable {
            font-size: 14px;
        }
    }


    @media (min-width: 768px) and (max-width: 992px) {
        #packagePricingTable {
            font-size: 13px;
        }
    }



    @media (min-width: 992px) {
        #packagePricingTable {
            font-size: 15px;
        }
    }


    @media (max-width: 768px) {

        .package-level-table {
            clear: both;
        }

        .pricing-table {
            clear: both;
            /*background-color: rgba(0, 0, 255, .5); */
        }
    }


    @media (min-width: 768px) and (max-width: 992px) {
        .pricing-table {
            clear: inherit;
            /*background-color: rgba(0, 0, 255, .5); */
        }

        .package-level-table:nth-child(2n+1) {
            clear: both;
        }

        .pricing-table:nth-child(2n+1) {
            clear: both;
            /*background-color: rgba(0, 255, 0, .5); */
        }
    }

    @media (min-width: 992px) {
        .pricing-table {
            clear: inherit;
            /*background-color: rgba(0, 0, 255, .5); */
        }

        .package-level-table:nth-child(3n+1) {
            clear: both;
        }

        .pricing-table:nth-child(3n+1) {
            clear: both;
            /*background-color: rgba(0, 255, 0, .5); */
        }
    }

    .sortIcon {
        padding-top: 4px;
    }

    .sortIconActive {
        color: #d74b4b;
    }

    .valignTable tbody > tr > td {
        vertical-align: middle;
    }

    .travellerDataReinforcement {
        border-top: none !important;
        border-bottom: none !important;
        color: #23527c;
        font-weight: normal;
        font-size:0.9em;
    }


    .btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }


    .highlightBorder {
        border: 2px dashed red !important;
    }


    /* MULTISELECT USED IN BOOKING ENGING */

.multiselect-container {
    z-index: 99999 !important;
    min-width:200px;
}

.multiselect-container span.form-check input.form-check-input {
    margin-right:5px;
}

    .multiselect-container button {
        font-family: 'Droid Sans';
        background-color: white;
        border: none;
        width: 100%;
        text-align:left !important;
    }

.multiselect-container span.form-check label.form-check-label {
    font-weight:normal;
}

    .multiselect-container span.form-check  {
        font-weight: normal;
        font-size:12px;
        width:100%;
    }

    .multiselect-container > .multiselect-option > span, .multiselect-container .multiselect-group > span {
        padding: 3px 5px !important;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.mt-1{
    margin-top:10px;
}

.text-right{
    text-align:right;
}

.bookingTotal {
    font-weight: bold;
    font-size: 1.1em;
    background-color: #337ab7;
    color:white;
    padding-top:5px;
    padding-bottom:5px;
}

.errorTicketAllocation {
    font-weight: bold;
    font-size: 1.1em;
    background-color: #a94442;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.PackageDisplayTitle{
    font-weight:bold;
    margin-bottom:5px;
}

.AdditionalInfoHeader {
    font-size: 1.1em;
    font-weight: bold;
    color: #337ab7;
}

.bold{
    font-weight:bold;
}

.sttBlue {
    color: #000080;
}

.lineBreak{
    display:block;
}


.bootstrap-dialog-header{
    text-align:center;
}

/*.bootstrap-dialog-footer{
    text-align:center !important
}*/

.modal-body{
    padding-bottom:5px !important;
}


.discountPopupStrapLine {
    font-family: 'Droid Sans' !important;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.bootstrap-dialog-title {
    font-family: 'Droid Sans' !important;
    display: block !important;
    font-size: 18px !important;
    text-align: center;
}

.discountPopupLabel {
    font-family: 'Droid Sans' !important;
}


@media (max-width: 360px) {
    .bootstrap-dialog-title {
        font-size: 12px !important;
    }

    .utpModalGraphic {
        height: 30px;
    }

    .limitedTimeModalGraphic {
        height: 30px;
    }

    .discountPopupStrapLine {
        font-family: 'Roboto' !important;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }

    .discountPopupLabel {
        font-size: 11px;
    }

    .discountPopupValidationError {
        font-size: 11px;
    }
}



@media (min-width: 361px) and (max-width: 767px) {
    .bootstrap-dialog-title {
        font-size: 14px !important;
    }

    .utpModalGraphic {
        height: 40px;
    }

    .limitedTimeModalGraphic {
        height: 40px;
    }

    .discountPopupStrapLine {
        font-family: 'Roboto' !important;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .discountPopupLabel {
        font-size: 12px;
    }

    .discountPopupValidationError {
        font-size: 12px;
    }
}

.bootstrap-dialog.type-stt .modal-header {
    background-color:aquamarine;
}







