﻿
body {
    font-family: Arial;
    font-size: 12px;
    color: #414e5f;
    width: 900px;
    min-height: 700px;
    margin: auto;
    top: 10px;
    background-color: #f6f6f6;
}

.fontSize14{
    font-size:14px !important;
}
.selectionChk input{
     position: relative;
     left: 48px;
     z-index: 10000;
}

.bulkClientCell {
    width: 150px !important;
}

#divLogin {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 250px;
    margin-top: -125px;
    margin-left: -200px;
    border: 1px solid black;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    border-radius: 10%;
    background-color: #414e5f;
}

#Login1 td {
    text-align: left;
    padding-right: 2px;
    position: relative;
}

    #Login1 td:last-child {
        text-align: right;
    }

#Login1_LoginButton {
    position: relative;
    margin-top: 5px;
}

#Login1 {
    position: relative;
    width: 200px !important;
    margin: auto;
    color: white;
    text-align: left;
    margin-top: 10%;
    height: 150px;
}

#loginView1_loginStatus {
    position: relative;
    top: 6px;
    margin-right: 2px;
}

input {
    font-size: 11px !important;
}

.segments {
    position: relative;
    margin-top: 10px;
}

#ASPxPivotGrid1 {
    position: relative;
    /*margin: auto !important;*/
    top: 5px;
}

#btnTicket {
    color: gray;
    border: solid;
    border-color: gray;
    border-width: 1px;
    background-color: #e8e8e8;
    Height: 20px;
    right: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.comboBox {
    display: inline-block;
    position: relative;
    width: 80px !important;
    left: -2px;
}

.smallComboBox {
    display: inline;
    width: 50px !important;
}

.pivotCellStyle {
    width: 100px !important;
}

.pivotRowStyle {
    width: 100px !important;
}

.navHeaderTemplateRefMap {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #000033;
    opacity: 0.5;
}

.navHeaderTemplateRefMapHover {
    opacity: 1 !important;
}

.blink {
    animation-duration: 3s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.blink2 {
    animation-duration: 3s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    margin: 0px;
    padding: 0px;
    width: 200px;
    text-align: center;
}


@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#ASPxPivotGrid1 {
    /*margin: auto !important;*/
}

.lblAnimation {
    clear: both;
    width: 288px;
    text-align: left;
    display: none;
}

.headerStyle {
    width: auto;
    background-image: url('../Content/Images2/headerBackGround.png');
    background-repeat: repeat-x;
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 70px;
    background-color: #414e5f;
}



.headerLinkBtn {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: -12px;
}


.modalStyle {
    background-color: gray;
    opacity: 0.7;
}



#Headerfeature span {
    margin-right: 5px;
}

#sectionBulkImport {
    width: 825px;
    margin: auto;
    background-color: white;
    position: relative;
    top: 8px;
    min-height: 580px;
}

#divLeftBulkImport {
    float: left;
    width: 415px;
    margin-left: 7px;
    position: relative;
}

#pBulkImportNotification {
    width: 210px;
    text-align: left;
    margin-top: 3px;
    display: inline;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
}

#pBulkImportActionBtn {
    width: 170px;
    margin-top: 3px;
    display: inline;
    position: relative;
    float: right;
    text-align: right;
}

#divRightBulkImport {
    float: right;
    width: 380px;
    margin-right: 8px;
    position: relative;
    top: -8px;
}

#imgChBox > label {
    position: relative;
    margin-right: 7px;
}

.selectedImg {
    border: 2px ridge gray;
    opacity: 0.4;
    width:53px !important;
    margin: 5px 5px 0 0;
}


.sectionCentered {
    width: 825px;
    margin: auto;
    position: relative;
    padding-top: 10px;
}

.whiteBackGroundSectionCentered {
    background-color: white;
    width: 825px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
    /*min-height: 250px;*/
    position: relative;
}

.underLineTableHeader {
    border-bottom: 1px solid black;
    padding-top: 20px;
}

#tabDetails tr > td {
    font-size: 10px;
    color: GrayText;
    font-family: Arial;
}

    #tabDetails tr > td input {
        border: 1px solid gray;
    font-family: Arial;
        font-size: 9.5px;
    }

#tabDetails {
    position: relative;
    top: 2px;
    margin: auto;
}

#savDelPrevNextTable {
    height: 40px;
    position: relative;
    top: 15%;
}

#sectionTravDetails {
    float: left;
    height: 50px;
    background-color: white;
    position: relative;
    top: 8px;
    width: 676px;
}

#sectionTopBtn {
    float: right;
    height: 70px;
    position: relative;
    top: 8px;
}


.invalidStyle {
    border: solid !important;
    border-width: 5px !important;
    border-color: red !important;
}

.tabContainer .ajax__tab_tab {
    width: 135px;
    height: 40px;
    color: white;
    background-color: white;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
    border-top: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-left: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-right: solid;
    border-right-color: black;
    border-right-width: 1px;
    border-bottom: solid;
    border-bottom-color: grey;
    border-bottom-width: 3px;
}

#tabError_tab .ajax__tab_tab {
    width: 50px !important;
    height: 44px !important;
    /*background-color: #E80102 !important;*/
    background-color: #e8e8e8;
    border: none !important;
}

.tabContainerUC .ajax__tab_tab {
    width: 135px;
    height: 20px;
    color: white;
    text-align: center;
    background-color: #000033;
    opacity: 0.5;
    margin-right: 2px;
    text-align: center;
    vertical-align: central;
    border-top: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-left: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-right: solid;
    border-right-color: black;
    border-right-width: 1px;
    border-bottom: solid;
    border-bottom-color: grey;
    border-bottom-width: 3px;
}

.tabContainerUC .ajax__tab_active .ajax__tab_tab {
    opacity: 1;
}

.tabContainerUC .ajax__tab_hover .ajax__tab_tab {
    opacity: 1;
}



span[class="ajax__tab_inner"] {
    vertical-align: central;
}

.errorEnabled {
    width: 50px !important;
    height: 44px !important;
    background-color: #e80000 !important;
    border: none !important;
}

.errorDefault {
    width: 50px !important;
    height: 44px !important;
    background-color: #e8e8e8 !important;
    border: none !important;
}

.navHeaderTemplate {
    height: 25px;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

.navHeaderImage {
    border: 0;
    position: relative;
    margin-right: 7px;
    bottom: 0px;
}


.navHeaderTitleRefMap {
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    bottom: 0px;
    top: 3px;
}

.navHeaderTitle {
    color: grey;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    bottom: 0px;
    top: -4px;
}

.legendPurple {
    color: #b30679;
    font-weight: bold;
}

.legendBlue {
    color: #00a7ba;
    font-weight: bold;
}

.legendGold {
    color: #e5c026;
    font-weight: bold;
}

.legendGreen {
    color: #8eba07;
    font-weight: bold;
}

.legendRed {
    color: #ba0b07;
    font-weight: bold;
}

#divInvoicing fieldset table tr td:nth-child(3) {
    text-align: right;
}

#dashBoardReport {
    margin-top: 10px;
    width: 100%;
    background-image: url('../Content/Images2/homeWhiteBar.png');
    height: 70px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

#ddlMonth {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    left: 20px;
    background-color: lightgray;
    font-weight: bold;
    height: 25px;
    width: 125px;
    text-align: center;
    top: 0px;
}

#ddlCurrency {
    border: none;
    position: relative;
    background-color: lightgray;
    font-weight: bold;
    height: 25px;
    width: 170px;
    text-align: center;
}

#dashBoardReport > span {
    vertical-align: central;
    position: relative;
    margin-right: 25px;
}

    #dashBoardReport > span:first-child {
        margin-left: 25px;
    }

    #dashBoardReport > span img {
        position: relative;
        top: 12%;
        margin-right: 2px;
    }

#miscImg {
    position: relative;
    right: 15px;
    top: 12%;
    float: right;
}

#btnPrev {
    border-style: none;
    Height: 40px;
    width: 40px;
    background-color: #f6f6f6;
    background-image: url('../Content/Images2/travPrevBtn.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#btnNext {
    border-style: none;
    min-height: 40px;
    min-width: 40px;
    background-color: #f6f6f6;
    background-image: url('../Content/Images2/travNextBtn.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.labelDisplayCount {
    display: inline;
    font-size: 18px;
    font-weight: bold;
}

.labelDisplayCountTitle {
    display: inline-block;
    position: relative;
    top: 3%;
    width: 60px;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 10px;
}

#lblTravCountTitle {
    position: relative;
    top: -3%;
    font-weight: bold;
}

.popupRefund {
    width: 400px;
    margin: auto;
}

.modalPopupTitleBar {
    background-color: gray;
    border-width: 0px;
    border-style: outset;
    border-color: Blue;
    padding: 3px;
    height: 15px;
    color: White;
    font-weight: bold;
    border-bottom: outset 2px;
    width: 400px;
    text-align: center;
}

.errorCount {
    position: relative;
    top: -8px;
    color: red;
    margin-left: 4px;
    font-weight: bold;
}

#gvErrorsMain {
    margin: auto;
    position: relative;
    top: 24px;
    left: 0px;
}

.fieldsetBooking {
    margin: 15px 8px;
    padding: 2px 2px;
    width: 400px;
}

.fieldsetReservation {
    margin: 15px 5px;
    padding: 2px 2px;
    width: 450px;
}

.add {
    background-image: url('../Content/Images2/addAirBtn.png');
    cursor: pointer;
}


.copy {
    background-image: url('../Content/Images2/copyAirBtn.png');
    cursor: pointer;
}



.delete {
    background-image: url('../Content/Images2/delAirBtn.png');
    cursor: pointer;
}

.refund {
    background-image: url('../Content/Images2/deleteAirBtn.png');
    cursor: pointer;
}

.collapsePanelHeader {
    width: 895px;
    height: 20px;
    color: grey;
    background-color: #ededed;
    font-weight: bold;
    float: none;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-top: 8px;
    padding-bottom: 5px;
}

.collapsePanelHeaderWhiteBackGround {
    background-color: white !important;
}

.display {
    background-color: red;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid red;
}

.buttonMarginRight {
    margin-right: 3px;
}

#btnLabelSuccess {
    border: none;
    background-image: url('../Content/Images2/greenBackGround.png');
    background-repeat: repeat-x;
    font-weight: bold;
    color: white;
    position: relative;
    min-height: 25px;
    min-width: 160px;
}

#btnLabelError {
    border: none;
    font-weight: bold;
    background-color: red;
    color: white;
    position: relative;
    min-height: 25px;
    min-width: 80px;
}

.pageTitle {
    top: 14px;
    position: relative;
    font-weight: bold;
    background-color: white;
    min-width: 50px;
    font-size: 14px;
    left: 8px;
}

.homeTitle {
    top: 13px;
    left: 0px;
    position: relative;
    font-weight: bold;
    background-color: white;
    font-size: 14px;
}


.label12 {
    font-family: Arial;
    font-size: 12px;
    position: relative;
    left: 8px;
    color: #414e5f;
}

#pFileUploadTitle {
    display: inline;
    position: relative;
    margin-right: 3px;
    margin-left: 8px;
    margin: 0px;
    padding: 0px;
    color: #414e5f;
}

#pFileUpload {
    display: inline;
    position: relative;
    margin-right: 1px;
}

.fileUpload {
    position: relative;
    display: inline;
    Width: 100px;
    text-align: right;
    background-color: red;
    right: 0px;
}

.gradientBlueBtn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: white;
    Height: 30px;
    right: -12px;
    background-repeat: repeat-x;
    background-image: url('Images2/btnBackgroundGradient.png');
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    top: -2px;
}

/*n: auto; position: relative;
}*/

/*.blueTitle {
    color: #21b1c9;
    font-family: Arial;
    font-weight: bold;
}*/



.homeNotificationImg {
    position: relative;
    bottom: -7px;
    margin-right: 7px;
    margin-left: 7px;
}

.homeNotificationLabel {
    margin-left: 5px;
    position: relative;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.collapseTabBorder {
    border: none;
    border-collapse: collapse;
}

.tableCollapse {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}

.rowGrayBackGround {
    background-color: #e8e8e8;
}

#airDivTicketing > fieldset {
    padding: 5px 5px;
    margin: 15px 5px;
}

#airDivBooking > fieldset {
    padding: 5px 5px;
    margin: 15px 7px;
    width: 540px;
}

#genInfo {
    margin: 13px 3px;
}

div[class="travRightFieldsetDiv"] > fieldset {
    margin: 13px 3px;
    padding-bottom: 3px;
}

.travRightFieldsetDiv {
    display: inline;
    float: right;
    position: relative;
    background-color: white;
    margin-bottom: 8px;
    width: 72%;
}

#hotelFieldsetSection table[class='tableCollapse'] td:first-child {
    width: 150px;
}

#ticketInfoTab tr:nth-child(n+6) {
    background-color: #faeff7;
}

.dxeListBoxItemRow {
    background-color: white !important;
}

.airHover {
    background-color: #bc0186 !important;
    border-color: #bc0186 !important;
}

.travHover {
    background-color: #00a7ba !important;
    border-color: #00a7ba !important;
}

.hotelHover {
    background-color: #e5c026 !important;
    border-color: #e5c026 !important;
}

.carHover {
    background-color: #8eba07 !important;
    border-color: #8eba07 !important;
}

.railHover {
    background-color: #ba0b07 !important;
    border-color: #ba0b07 !important;
}

.miscHover {
    background-color: #4dc8eb !important;
    border-color: #4dc8eb !important;
}


.popupReferences {
    background-color: white;
    text-align: center;
    width: 900px;
}

div[id$='containerReferences'] {
    position: relative;
    margin-top: 10px;
    width: 100% !important;
}

    div[id$='containerReferences'] span[class='navHeaderTitle'] {
        margin-top: 10%;
    }

.popupTitle {
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: central;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
}

.popupBulkImportTitle {
    background-color: #e8e8e8;
    font-weight: bold;
    text-align: center;
    vertical-align: central;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
}



.bulkPageTitle {
    top: 14px;
    position: relative;
    font-weight: bold;
    background-color: #f6f6f6;
    min-width: 50px;
    font-size: 14px;
    left: 8px;
}

.grid .dxgvCommandColumnItem {
    color: ButtonText;
}

.focusStyle {
    background-color: #9999FF;
    border-width: thin;
}

.tdLevels {
    width: 15px;
}

.legendBlueMisc {
    color: #4dc8eb;
    font-weight: bold;
}


.menuRef {
    color: white;
    font-size: 14px;
    background-color: #000033;
    opacity: 0.5;
    text-decoration: none;
}



#MainContent_pnlLinks a:hover {
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    text-decoration: none;
}

#MainContent_pnlLinks a {
    font-size: 14px;
    font-weight: bold;
    background-color: #000033;
    opacity: 0.5;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.decError {
    border-color: #dc006E;
    color: red;
}

/* Reduce DropDowList font-size */
.dxeListBoxItem {
    font-size: 12px !important;
}

div.waitingPanel {
    width: 900px;
    height: 100%;
    display: block;
    position: fixed;
    background: white;
    z-index: 1000;
    opacity: 0.5;
    top: 0;
}

img.waitingPanel {
    left: 400px;
    position: absolute;
    top: 237px;
    z-index: 10000;
}

/* Dalert positioning */
.ui-dialog{
    top:200px!important;
}

.divCheck{
    margin:0 0 10px; width:300px; float:left;
}