﻿@import url('fonts.css');

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 16px !important;
    box-shadow: none;
}

#footer {
    display: flex;
    flex-direction: row;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0 !important;
    width: 90% !important;
    background-color: #100DB5 !important;
    color: white;
    padding: 0;
    outline: 0;
    -webkit-box-shadow: 10px 0px 20px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 10px 0px 20px rgba(50, 50, 50, 0.15);
    box-shadow: 10px 0px 20px rgba(50, 50, 50, 0.15);
    margin: 0 auto;
    text-align: left;
    margin-left: 5% !important;
    border-top: 2px solid #2800ff;
    height: 30px;
    vertical-align: middle;
}

.navBarStyle {
    background-color: #083199 !important;
}

.navbar-default {
    border-radius: 0 !important;
    border-bottom: 2px solid #2800ff;
}



.navbar-inner, .navbar .btn-navbar {
    border: 0;
}

a.bLbStyle {
    color: #000080;
    text-decoration: none;
}

    a.bLbStyle:hover {
        color: #D32232;
        font-weight: bold;
        text-decoration: underline;
    }

a.bLbStyleWhite {
    color: #ffffff;
    text-decoration: none;
}

a.bLbStyle:hover {
    color: #D32232;
    font-weight: bold;
    text-decoration: underline;
}

a.hdStyle {
    color: #000080;
    text-decoration: underline;
}

    a.hdStyle:hover {
        color: #0000CD;
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        background-color: #00FA9A;
    }

table.listView {
}

    table.listView th {
    }

    table.listView td {
        background-color: #EFEFFF;
    }

    table.listView tr.a td {
        background-color: #FFFFFF;
    }

.bg-top-image {
    /* The image used */
    background-image: url(../Images//topstrip.png);
    /* Add the blur effect */
    /*filter: blur(1px);
    -webkit-filter: blur(1px);*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gridImage {
    border-radius: 6px;
}

.glowing-border {
    border-radius: 8px;
    box-shadow: 2px 2px 20px 2px #2800ff;
}
.glowing-borderRed {
    border-radius: 8px;
    box-shadow: 2px 2px 20px 2px #ff2800;
}
.mainInfoDiv {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
}

.fasFont {
    font-size: 26px !important;
}

.bpImage {
    height: 300px;
    width: 300px;
    background-position: center;
    background-size: cover;
}

.bpImageTop {
    height: 300px;
    width: 300px;
    background-position: center;
    background-size: cover;
}

.subInfoLeft {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}

.subInfoRight {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    background-color: #f0effe;
    border-radius: 10px;
    margin-top: 10px !important;
}

.subInfoContent {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.subInfoContentL {
    width: 90%;
    height: 100%;
    flex-direction: column;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden !important
}

.subInfoContentR {
    width: 10%;
    /*text-align: center;
    height: 100%;
    flex-direction: column;
    float: right;
    align-items: center !important;
    display: flex;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center !important;
}

.subLinks {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    background-color: #f0effe;
    justify-content: space-between;
    text-align: center;
}

.regContentImage {
    border-radius: 10px;
}

.topImagePosition {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vertCenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.topnfoLeft {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}




/*.topInfoRight {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    vertical-align: middle;
    text-align: right !important;
}*/

.topInfoRight {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    vertical-align: middle;
    /*float: right;*/
    text-align: center;
}

/*.subInfoLeft {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}*/


/*.tooltip-wrapper {
    bottom: auto !important;
    left: 50% !important;
    position: fixed !important;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}*/

.rtWrapperContent {
    background-color: #F5F5DC !important;
    border-color: #1589ff !important;
    font-size: 12pt !important;
    font-family: 'Consolas' !important;
}

.divImages {
    width: 100%;
    height: 33%;
    text-align: center !important;
    position: relative;
}

.linkImge {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.bLbStyle {
    color: #000080;
    text-decoration: none;
}

    a.bLbStyle:hover {
        color: #D32232;
        font-weight: bold;
        text-decoration: underline;
    }

.zoomable.big {
    width: 600px;
    height: 600px;
}

.zoomable {
    transition: width 1s ease-in-out;
    width: 300px;
    height: 300px;
}

.lastRow {
    margin: 0 auto;
    background-color: #e9e5ff;
    height: 40px !important;
    width: 90%;
    text-align: center;
    vertical-align: middle !important;
    line-height: 40px;
}

.rttWrapperContent {
    font-family: 'Segoe UI' !important;
    text-align: center !important;
    color: #2800ff;
    background-color: #e9e5ff !important;
}

.ToolTipContent {
    background-color: #DCD2BE !important;
    color: Black !important;
    font-size: 0.14em !important;
    font-family: 'Courier New' !important;
}

.centerHeaderText th {
    text-align: center;
    color: #2800ff;
}

.column {
    float: left;
}

.column1and2 {
    width: 340px;
}

.colswapImage {
    width: 30px;
}

.colDate {
    width: 230px;
}

.colButton {
    width: 70px;
    vertical-align: top;
}
/* Clear floats after the columns */
.mrow:after {
    content: "";
    display: table;
    clear: both;
}

.vcontainer {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

.child1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}

#travelType {
    margin: 4px;
    float: left;
    height: 26px;
}

    #travelType label {
        float: left;
        width: auto;
        margin: 4px;
        overflow: auto;
    }

        #travelType label span {
            text-align: center;
            font-size: 14px;
            /*padding: 4px 0px;*/
            padding-top: -1px;
            display: block;
        }

        #travelType label input {
            position: absolute;
            top: -20px;
            color: #cde4fc;
        }

    #travelType input:checked + span {
        background-color: #adc7db;
        color: #2800ff;
    }

    #travelType .yellow {
        background-color: transparent;
        color: #2800ff;
    }

    #travelType .blue {
        background-color: transparent;
        color: #2800ff;
    }

    #travelType .pink {
        background-color: transparent;
        color: #2800ff;
    }

    #travelType .green {
        background-color: #A3D900;
        color: #333;
    }

    #travelType .purple {
        background-color: #B399FF;
        color: #333;
    }

.rcbList li img {
    width: 20px;
    height: 16px;
}

.glowing-border {
    border: 1px solid #dadada;
}

    .glowing-border:hover .glowing-border:focus {
        outline: none;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed;
    }

.RadComboBox table td.rcbInputCell {
    border-radius: 7px 0 0 7px !important;
    /*//  border: 1px solid gray;*/
}

.rcbArrowCell {
    border-radius: 0 7px 7px 0 !important;
    border: 1px solid gray;
}

div.RadComboBox td.rcbInputCellLeft {
    background: transparent;
}

div.RadComboBox_Default td.rcbArrowCellRight {
    background-position: -156px -88px;
    background-color: white;
}

#lbRoundTrip, #lbOneWay, #lbMultiple {
    cursor: pointer;
    padding: 0 5px;
}

    #lbOneWay, #lbMultiple:not(:first-child) {
        border-left: 3px solid #ff6a00;
    }


.sep {
    padding: 5px 0;
    margin: 0;
}

.divCenter {
    position: fixed;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-image: url(Images/mBackground10.svg);
    overflow-y: auto;
    overflow-x: hidden;
    /*border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;*/
}

.pwImage {
    position: relative;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-image: url(Images/mBackground10.svg);
    overflow-y: auto;
    overflow-x: hidden;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgwrap {
    width: 100%; /*or whatever you choose*/
    margin: auto;
}

    .imgwrap img {
        display: block;
        width: 100%;
        max-width: 200px; /*actual image width*/
        height: auto; /* maintain aspect ratio*/
        margin: auto; /*optional centering of image*/
    }

#plane {
    position: relative;
    top: 0px;
    background-image: url(../Images/plane2_alone.png);
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 600px;
}

.btnFer {
    width: 100%;
    height: 60px !important;
    max-width: 160px;
    padding: 3px 17px;
    background-color: #100DB5;
    color: white;
    border: 1px solid #100DB5;
    font-family: 'Segoe UI';
    border-radius: 16px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
    .btnFer:hover {
        background-color: white;
        color: #2800ff;
        border-radius: 16px;
        border: 1px solid #100DB5;
        font-family: Roboto;
    }


.flight_style {
    width: 100%;
    max-width: 900px;
}

.tcStyle {
    display: block;
    background-color: transparent;
    border: none;
    color: #2800ff;
    text-align: left;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    background-size: cover !important;
    font-family: 'Segoe UI';
    font-size: 16px !important;
    width: 100% !important;
    height: 60px !important;
    line-height: 60px;
    padding-bottom: 0px;
    padding-bottom: 0px;
}

    .tcStyle:hover {
        background-color: #b2fff3;
        color: #ff2800;
        font-weight: bolder;
        font-family: Roboto;
    }

.smallBreak {
    content: "";
    display: block;
    margin-bottom: 0em;
}


@media screen and (max-width: 640px) and (min-width: 240px) {
    .none {
        display: none;
    }

    .top-head {
        /*border: 1px solid red;*/
        margin-bottom: 75px !important;
    }

    .fasFont {
        font-size: 22px !important;
    }

    .ptop {
        width: 95% !important;
        font-family: 'Segoe UI';
        font-size: 18px !important;
        text-align: center;
        left: 0 !important;
        right: 0 !important;
    }

    .topnfoLeft {
        width: 100% !important;
        margin: 0 auto;
    }

    .topInfoRight {
        width: 100%;
        margin: 0 auto;
        margin-top: 140px !important;
    }

    .mainInfoDiv {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5px;
        margin-top: 20px !important;
    }

    .bpImage {
        height: 200px !important;
        width: 300px !important;
        left: 0 !important;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
    }

    .bpImageTop {
        height: 200px !important;
        width: 300px !important;
        left: 0 !important;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
    }



    .stittle {
        margin-bottom: 100px;
    }

    .subInfoContent {
        width: 100% !important;
        margin-top: -100px !important;
    }

    .subInfoRight {
        width: 100% !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        vertical-align: middle;
        background-color: #f0effe;
        border-radius: 10px;
    }

    .subInfoLeft {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .subInfoContentL {
        width: 100%;
        height: 100%;
    }

    .divImages {
        margin-bottom: 10px;
    }
    .column35 {
        width: 100% !important;
        float: left;
        position: relative;
    }
    .column65 {
        width: 100% !important;
        float: left;
        position: relative;
    }
    .csDiv {
        display: flex;
        /*flex-direction: column;*/
        flex-flow: column wrap !important;
        justify-content: center;
        width: 90% !important;
        margin: 0 auto;
        text-align: center;
        border-top: 2px solid #2800ff;
        border-bottom: 2px solid #2800ff;
    }
    .orgLines {
        display: flex;
        flex-direction: column !important;
        width: 80%;
        margin: 0 auto;
    }
    .orgLinesSub {
        display: flex;
        flex-direction: row !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .org2550 {
        width: 50% !important;
        text-align: center !important;
        display: inline-block;
    }
    .graphicsDiv {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
    .none {
        display: none;
    }

    .top-head {
        margin-bottom: 50px !important;
    }

    .fasFont {
        font-size: 22px !important;
    }

    .ptop {
        width: 95% !important;
        font-family: 'Segoe UI';
        font-size: 18px !important;
        text-align: center;
        left: 0 !important;
        right: 0 !important;
    }

    .topnfoLeft {
        width: 100% !important;
        margin: 0 auto;
    }

    .topInfoRight {
        width: 100% !important;
        margin: 0 auto;
        margin-top: 200px !important;
    }

    .bpImage {
        height: 180px !important;
        width: 180px !important;
        left: 0 !important;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
    }

    .bpImageTop {
        height: 180px !important;
        width: 180px !important;
        left: 0 !important;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
    }

    .divImages {
        margin-bottom: 80px;
    }
    .column35 {
        width: 100% !important;
        float: left;
        position: relative;
    }

    .column65 {
        width: 100% !important;
        float: left;
        position: relative;
    }
    .csDiv {
        display: flex;
        /*flex-direction: column;*/
        flex-flow: column wrap !important;
        justify-content: center;
        width: 90% !important;
        margin: 0 auto;
        text-align: center;
        border-top: 2px solid #2800ff;
        border-bottom: 2px solid #2800ff;
    }
    .orgLines {
        display: flex;
        flex-direction: column !important;
        width: 80%;
        margin: 0 auto;
    }
    .orgLinesSub {
        display: flex;
        flex-direction: row !important;
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
       
    }
    .org2550 {
        width: 50% !important;
        text-align: center !important;
        display: block;
        float:left;
    }
    .graphicsDiv {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .none {
        display: none;
    }

    .top-head {
        margin-bottom: 50px !important;
    }

    .fasFont {
        font-size: 22px !important;
    }

    .ptop {
        width: 95% !important;
        font-family: 'Segoe UI';
        font-size: 18px !important;
        text-align: center;
        left: 0 !important;
        right: 0 !important;
    }

    .topnfoLeft {
        width: 70% !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        vertical-align: middle;
    }

    .topInfoRight {
        width: 30%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        vertical-align: middle;
        /*float: right;*/
        text-align: center;
        margin-top: 200px;
    }


    .bpImage {
        height: 220px !important;
        width: 220px !important;
        left: 0 !important;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
    }

    .bpImageTop {
        height: 200px !important;
        width: 300px !important;
        left: 0 !important;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
    }

    .divImages {
        margin-bottom: 80px;
    }
}
/* end.....*/

a.bLbStyle {
    color: #000080;
    text-decoration: none;
    font-family: 'Segoe UI', Verdana, Calibri, Arial;
}

    a.bLbStyle:hover {
        color: #D32232 !important;
        font-weight: bold;
        text-decoration: underline;
    }

a.cLbStyle {
    color: #000080;
    text-decoration: none;
    font-family: 'Segoe UI', Verdana, Calibri, Arial;
    font-size: 20px;
}

    a.cLbStyle:hover {
        color: #D32232 !important;
        font-weight: bold !important;
        text-decoration: underline;
        font-size: 22px;
    }

.pHeading {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Segoe UI';
    color: #2800ff;
    text-align:justify;
}
.pCaution {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Segoe UI';
    color: #2400e5;
    text-align:justify;
}

.rddlPopup .rddlItem.redItem {
    color: red;
    background: #FFFF80;
}
.RadComboBox_Web20 .rcbInputCell {
    background-color: lightgoldenrodyellow !important;
}

.rddlSlide.specificDropdownClass .rddlItem {
    color: red;
    background: #FFFF80;
}
/*div.RadComboBox_Web20 .rcbHovered {
    border: 1px #7FB8FF !important;
    background-color: #7FB8FF !important;
}

.RadComboBox_Web20 .rcbFocused .rcbArrowCell, .RadComboBox_Web20 .rcbFocused .rcbReadOnly .rcbInputCell, .RadComboBox_Web20 .rcbFocused .rcbReadOnly .rcbArrowCellHidden {
    background-color: #7FB8FF !important;
    border: 1px #5B85B7 !important;
}*/

.comboBoxListItem {
    background-color: #e9e5ff;
}

.alternatingComboBoxListItem {
    background-color: #FFF;
}

#radCombobox ul li:nth-of-type(odd) {
    background: lightblue;
}

.radItem{
    text-align: center !important;
}
.grListCovidSafety tr,  th,  td
{
    padding:0.2em !important;
}
.ccBackGround {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.column35
{
    width: 35% !important;
    float: left;
    position:relative;
    vertical-align:middle;
}
.column65 {
    width: 65% !important;
    float: left;
    position: relative;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.csDiv {
    display: flex;
    /*flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
    border-top: 2px solid #2800ff;
    border-bottom: 2px solid #2800ff;
}

.orgLines {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
}
.orgLinesSub {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.org2550 {
    width: 50% !important;
    text-align: center !important;
    display: inline-block;
    float:left;
}

.wrapper {
    padding: 2px;
    max-width: 960px;
    width: 99%;
    margin: 2px auto;
}

.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    }


.column {
    flex: 1;
    border: 1px solid lightblue;
    &:first-child {   margin-left: 0;}
    &:last-child {   margin-right: 0;}
}

.graphicsDiv {
    display: flex !important;
    flex-direction: row !important;
}
.selectDropDown {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.embossedbox {
    background-color: #949494;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(148,148,148,1);
    box-shadow: 0px 0px 15px 3px rgba(148,148,148,1);
}
.embossed-heavy {
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.3), inset 0 -2px 3px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.9);
    background-color: #4169e1;
}
.glow {
    color: #d32232;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}


.rotate {
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

div.RadRotator RadRotator_Default radrotator {
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 80px !important;
    margin: 0 auto;
    max-width: 1080px;
}

.RadRotator RadRotator_Default {
    margin: 0 auto !important;
    max-width: 1024px !important;
}
.fromTotxt {
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    border: 1px solid #100DB5;
    border-radius: 6px;
    padding: 4px 13px 4px 30px;
    outline: none;
    color: black;
    margin-right: 20px;
    background-image: url('../Images/location.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    background-color:white;
}
.fromTotxt:focus
{
    border: 3px solid #2800ff;
}
.normaltextbox
{
    border: 1px solid #000000;

}
    .normaltextbox:focus {
        border: 3px solid #2800ff;
    }
.completionList {
    border: solid 1px Gray;
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    overflow: auto;
    width: 290px !important;
    background-color: white;
    text-align: left !important;
    z-index: 9999 !important;
    position: absolute !important;
    height:200px;
    overflow-x:hidden;
    overflow-y: scroll !important;
    font-family:'Segoe UI';
    font-size: 12px;
}

.listItem {
    color: black;
    text-align: left !important;
    z-index: 9999 !important;
}

.itemHighlighted {
    color: white;
    background-color: #100DB5;
    text-align: left !important;
    z-index: 9999 !important;
}
.controlFocus
{
    border: 2px solid #2800ff;
}
.flightToolBackground {
    background-image: url('../Images/flightToolBackground.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

.Combo
{
    height: 200px;
    width: 180px;
}
.flightsMap {
    width: 95%;
    height: 480px;
}
