html {
    background: #521231;
    overflow: auto;
}

body {
    font-family: 'Jotia';
    font-weight: normal;
    font-style: normal;
    color: #65707b;
    padding-top: 72px;
}

.required::after {
    content: " *";
    color: #F00;
    font-weight: bold;
}

.tsp10 {
    margin-top: 10px;
}

.tsp20 {
    margin-top: 20px;
}

.tsp30 {
    margin-top: 30px;
}

.bsp10 {
    margin-bottom: 10px;
}

.bsp20 {
    margin-bottom: 20px;
}

.lsp20 {
    margin-left: 20px;
}

.floatleft {
    float: left;
}

.brdtxtclr {
    color: #662041;
}

hr.brdclr1 {
    border-top: 1px solid #662041;
}

#header {
    display: block;
    display: inline-block;
    width: 100%;
    background: #521231;
    z-index: 999;
    opacity: 1;
    padding: 14px 0;
    min-height: 72px;
    position: fixed;
    top: 0;
    z-index: 2;
}

#qrlogo {
    display: block;
    height: 40px;
    width: 287px;
}

    #qrlogo.qr_ow_logo {
        background: url(images/QA-Logo.png) no-repeat scroll 0 0;
        float: left;
    }

    #qrlogo a em {
        display: none;
    }

    #qrlogo a {
        display: inline-block;
        height: 41px;
        overflow: hidden;
    }

        #qrlogo a.qr_logo {
            float: left;
            color: transparent;
            width: 150px;
        }

        #qrlogo a.ow_logo {
            float: left;
            color: transparent;
            width: 55px;
            margin-left: 16px;
        }

.btnHome {
    color: white !important;
    font-size: 20px;
    margin-top: 10px;
}

#footer {
    display: block;
    width: 100%;
    padding: 65px 0 0;
    margin-top: 30px;
    background: url(images/footersvg.svg) top center no-repeat;
}

.footer {
    width: 100%;
    margin-top: 65px;
    background: #521231;
}

    .footer .f-row2 {
        font-size: 12px;
        background: #521231;
    }

        .footer .f-row2 p {
            padding: 0;
            margin: 0;
            line-height: 28px;
            text-align: center;
            color: #FFF;
            padding-bottom: 10px;
            font-size: 12px;
        }

.tracksection {
    border: 0.1em solid #d2d2d2;
    padding: 10px 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.thinfnt {
    font-weight: 100 !important;
    line-height: 25px;
}

.nrmtxt {
    font-weight: normal !important;
}

.abtnsty1 {
    padding: 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: normal !important;
    color: #662041;
    display: block;
    text-align: center;
    width: 100%;
    background: #FFF;
    border: 0.1em solid #662041;
    transition: background 0.5s;
}

    .abtnsty1:hover {
        text-decoration: none;
        background: #662041;
        color: #FFF;
        cursor: pointer;
    }

.clear {
    display: block;
    content: "";
    clear: both;
}

.lsppad0 {
    padding-left: 0em;
}

.rsppad0 {
    padding-right: 0em;
}

.tracksection .titletxt {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 0.1em solid #d2d2d2;
    margin-bottom: 20px;
    font-size: 16px;
}

.tracksection .txtbox1 input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0.1em solid #d2d2d2;
    font-weight: 100 !important;
    padding-left: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .tracksection .txtbox1 input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
    }

.tracksection .txtbox1 {
    margin-bottom: 15px;
}

.tracksection .robotpnl .trackCaptcha {
    display: block;
    width: 100% !important;
}

    .tracksection .robotpnl .trackCaptcha div {
        width: 100% !important;
    }

#btnTrackSearch {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
    background: #662041;
    border: 0.1em solid #662041;
    color: #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    #btnTrackSearch:hover {
        background: #770c47;
        border: 0.1em solid #770c47;
    }

.nav.paxNav li {
    width: 20%;
    float: left;
    background: #F6F6F6;
    border-right: 0.1em solid #FFF;
}

    .nav.paxNav li:last-child {
        border-right: 0em solid #F00;
    }

    .nav.paxNav li a {
        color: #65707b;
        padding-top: 15px;
        padding-bottom: 15px;
        border-left: 0.1em solid #CCC;
    }

    .nav.paxNav li.active {
        background: #662041;
    }

        .nav.paxNav li.active a {
            color: #FFF;
        }

        .nav.paxNav li.active:hover {
            background: #770c47;
        }

        .nav.paxNav li.active a:hover {
            background: #770c47;
        }

.divDescrCharLeft {
    font-weight: 100;
}

.frmctrl1 {
    width: 100%;
    display: block;
}

    .frmctrl1::after {
        display: block;
        content: "";
        clear: both;
    }

    .frmctrl1 .qrcustlbl1 {
        height: 27px;
        line-height: 27px;
        color: #65707b;
        width: 100%;
        font-weight: 100;
    }

    .frmctrl1 .qrcustlbldisabled {
        height: 27px;
        line-height: 27px;
        color: #65707b;
        width: 100%;
        font-weight: 800;
    }

    .frmctrl1 .qrcusttxtbox1 {
        height: 36px;
        line-height: 36px;
        border: 0.1em solid #d2d2d2;
        background: #FFF;
        width: 100%;
        color: #65707b;
        font-weight: normal;
        padding-left: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .frmctrl1 .qrcusttxtbox1:disabled {
            background-color: #F6F6F6;
            font-weight: 100;
            color: #333;
        }

        .frmctrl1 .qrcusttxtbox1:focus,
        .frmctrl1 .k-dropdown-wrap.k-state-focused {
            border-color: #66afe9 !important;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3) !important;
        }

    .frmctrl1 .qrkcdrpdwnlst1 .k-dropdown .k-state-default {
        height: 34px;
        line-height: 34px;
        border-color: #d2d2d2;
        color: #65707b;
        font-weight: normal;
        padding-left: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .frmctrl1 .qrcustfiletyp {
        border: 0.1em solid #d2d2d2;
        padding: 7px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        width: 100%;
    }

    .frmctrl1 .qrnormsel select {
        height: 36px;
        line-height: 36px;
        border: 0.1em solid #d2d2d2;
        width: 100%;
        font-weight: normal;
        color: #65707b;
        padding-left: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        /*background: #FFF url(images/arrowdown10.png) right 10px center no-repeat;*/
    }

        .frmctrl1 .qrnormsel select:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
        }

.qrcustbtn1 {
    padding: 8px;
    background: #662041;
    border: 0.1em solid #662041;
    width: 100%;
    display: block;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background 0.3s;
}

    .qrcustbtn1:focus,
    .qrcustbtn1:hover {
        background: #8d2053;
        border: 0.1em solid #8d2053;
        text-decoration: none;
    }

.frmctrl1 .qrkcdrpdwnlst1,
.frmctrl1 .qrkcdate,
.frmctrl1 .txtarea {
    width: 100%;
    display: block;
}

.k-widget.k-dropdown,
.k-widget.k-datepicker {
    width: 100%;
}

.frmctrl1 .txtarea textarea {
    width: 100%;
    border: 0.1em solid #d2d2d2;
    background: #FFF;
    width: 100%;
    font-weight: normal;
    padding-left: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .frmctrl1 .txtarea textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
    }

.qrcustuploadctrl1 input[type="file"] {
    border: 0.1em solid #d2d2d2;
    width: calc(100% - 100px);
    float: left;
    height: 28px;
}

    .qrcustuploadctrl1 input[type="file"]:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
    }

.qrcustuploadctrl1 button {
    width: 100px;
    float: right;
    height: 28px;
    color: #662041;
    display: block;
    text-align: center;
    background: #FFF;
    border: 0.1em solid #662041;
    transition: background 0.5s;
}

    .qrcustuploadctrl1 button:hover {
        color: #FFF;
        background: #662041;
        border: 0.1em solid #662041;
    }

.k-autocomplete.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
    background: #FFF;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.035), 0 0 3px rgba(102, 175, 233, .3);
}

.k-grid {
    border-color: transparent;
}

div.k-grid-header,
.k-grid-header-wrap {
    background: #F6F6F6;
    border-color: transparent;
}

    div.k-grid-header th {
        background: #F6F6F6;
        border-color: transparent;
        padding: 10px !important;
    }

.k-grid-content {
    overflow: hidden;
}

    .k-grid-content td {
        border-color: transparent;
    }

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical,
.k-list > .k-state-highlight, .k-list > .k-state-selected,
.k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link,
.k-state-selected:visited, .k-tool.k-state-selected {
    background: #662041;
    border-color: #662041;
}

.k-popup {
    background: #FFF;
    -webkit-box-shadow: 0 0px 0px 0 rgb(255, 255, 255);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
}

    .k-popup .k-list {
        font-size: 12px;
        font-weight: normal;
        color: #65707b;
    }

.k-dropdown .k-input,
.k-combobox .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input {
    color: #65707b !important;
}

#uploaddetails * {
    font-size: 12px;
}

#uploaddetails .uploadbox:nth-child(odd) {
    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
}

#uploaddetails .uploadbox:nth-child(even) {
    float: right;
    width: calc(50% - 10px);
    margin-top: 20px;
}

#uploaddetails .uploadbox .filestack {
    border: 0.1em solid #662041;
    border-left: 0.5em solid #662041;
    padding: 10px;
}

    #uploaddetails .uploadbox .filestack .bold {
        font-weight: normal;
    }

    #uploaddetails .uploadbox .filestack .downloadlink {
        color: #2196F3;
        text-decoration: underline;
        cursor: pointer;
    }

        #uploaddetails .uploadbox .filestack .downloadlink:hover {
            color: #2196F3;
            text-decoration: none;
            cursor: pointer;
        }

    #uploaddetails .uploadbox .filestack .closeicon {
        background: url(images/cross12px.png) left center no-repeat;
        float: right;
        width: 24px;
        height: 24px;
        opacity: .5;
        cursor: pointer;
    }

        #uploaddetails .uploadbox .filestack .closeicon:hover {
            opacity: 1;
        }

.mobiletelnumber select {
    height: 36px;
    line-height: 36px;
    border: 0.1em solid #d2d2d2;
    background: #FFF;
    width: calc(50% - 40px);
    font-weight: normal;
    padding-left: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
}

.mobiletelnumber input:nth-child(2) {
    width: 80px;
    float: left;
    background: #F6F6F6;
    border-left: 0em;
    border-right: 0em;
}

.mobiletelnumber input:nth-child(3) {
    width: calc(50% - 40px);
    float: left;
}

.moreimg {
    background: url(images/plus.gif) left center no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

.lessimg {
    background: url(images/minus.gif) left center no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

#grdPaxDetails .k-grid-header {
    display: none;
}

#grdPaxDetails .k-grid-content {
    border: 0.1em solid #662041;
}

.k-alt {
    background-color: #FFF;
}

#grdPaxDetails .k-grid-content tr:hover {
    background-color: #F6F6F6;
}

#grdPaxDetails .k-grid-content td {
    border-bottom: 0.1em solid #662041;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

#grdPaxDetails .k-grid-content tr:last-child td {
    border-bottom: 0em solid #662041;
}

#grdPaxDetails .k-grid-content td:nth-child(1) {
    background: url(images/radio_unchecked.png) 10px center no-repeat;
    padding-left: 36px;
    background-size: 16px 16px;
}

#grdPaxDetails .k-grid-content .k-state-selected td:nth-child(1) {
    background: url(images/radio_checked.png) 10px center no-repeat;
}

#grdPaxDetails .k-grid-content .k-state-selected {
    background: #662041;
}

    #grdPaxDetails .k-grid-content .k-state-selected:hover {
        background: #662041;
    }

#grdPaxDetails .k-grid-content .k-alt.k-state-selected:hover {
    background: #662041;
}

.tilessty1 {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .tilessty1 * {
        font-weight: 100;
    }

    .tilessty1 li:nth-child(2) span {
        font-weight: normal !important;
        color: #662041;
    }

.statuspnl1 {
    padding: 10px;
    background-image: url(images/infoicon.png), url(images/sts_bluebg.png);
    background-position: 12px center, left center;
    background-repeat: no-repeat, repeat-y;
    background-color: #ddebf7;
    border: 0.1em solid #5b9bd5;
    padding-left: 50px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.statuserrorpnl1 {
    padding: 10px;
    background-image: url(images/infoicon.png), url(images/sts_redbg.png);
    background-position: 12px center, left center;
    background-repeat: no-repeat, repeat-y;
    background-color: #ffebee;
    border: 0.1em solid #f44336;
    padding-left: 50px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#tabsstatusreport {
    background: none;
    border: 0em;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

    #tabsstatusreport .k-tabstrip-items,
    .k-tabstrip .k-content {
        margin: 0em;
    }

.k-tabstrip-items .k-link,
.k-tabstrip-items .k-item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.k-tabstrip-items {
    padding: 0em;
}

.k-state-active,
.k-state-active:hover {
    border-color: #662041;
}

.k-tabstrip-items .k-state-active {
    border-color: #662041;
}

.k-tabstrip-items .k-item.k-state-active {
    padding: 7px;
}

.k-tabstrip-items .k-item.k-state-default {
    padding: 7px;
}

.k-tabstrip-items .k-item.k-state-default {
    background: #F6F6F6;
}

.k-tabstrip-items .k-item.k-state-active {
    background: #FFF;
}

.boxFix *,
.boxFix *::before,
.boxFix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.boxFix .row {
    margin-right: 0px;
    margin-left: 0px;
}

.k-widget.k-calendar .k-header {
    background: #662041;
}

.k-calendar .k-header .k-link {
    color: #FFF;
}

.k-calendar .k-header .k-state-hover,
.k-calendar .k-header .k-state-hover:hover {
    background: #6b033c;
}

.k-calendar .k-content td.k-state-hover,
.k-calendar .k-content td.k-state-hover:hover {
    background: #ffb4dd;
}

    .k-calendar .k-content td.k-state-hover a,
    .k-calendar .k-content td.k-state-hover:hover a {
        color: #662041;
    }

.k-calendar td.k-today.k-state-focused,
.k-calendar td.k-today.k-state-focused.k-state-hover {
    background: #662041;
    -webkit-box-shadow: inset 0 0 0px 0px #aeaeae;
    box-shadow: inset 0 0 0px 0px #aeaeae;
    color: #FFF;
}

.k-calendar .k-content td.k-today.k-state-focused a,
.k-calendar .k-content td.k-today.k-state-focused.k-state-hover a {
    color: #FFF;
}

h3 {
    font-size: 30px;
}

.nav.paxNav li span:nth-child(1) {
    margin-right: 5px;
    width: 16px;
    display: inline-block;
}

.nav.paxNav li span:nth-child(1) {
    color: transparent;
    background: url(images/locklocked_small.png) center top no-repeat;
}

.nav.paxNav li.active span:nth-child(1) {
    color: transparent;
    background: url(images/locklocked_small_white.png) center top no-repeat;
}

.nav.paxNav li .done span:nth-child(1) {
    color: transparent;
    background: url(images/radio_checked.png) center top no-repeat;
}

#statusStepperListItems {
    border: 0em solid #CCC;
    margin-left: 10px;
    border-left: 0.1em dashed #CCC;
}

    #statusStepperListItems li {
        padding-left: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: -10px;
    }

        #statusStepperListItems li a {
            color: #666;
            font-weight: 100;
        }

            #statusStepperListItems li a .glyphicon {
                display: none;
            }

        #statusStepperListItems li.complete {
            background: url(images/tick.jpg) left center no-repeat;
        }

        #statusStepperListItems li.locked {
            background: url(images/loadinground.jpg) left center no-repeat;
        }

        #statusStepperListItems li.current {
            background: url(images/loadingcurrent.jpg) left center no-repeat;
        }

            #statusStepperListItems li.current a {
                color: #FF9800;
                font-weight: normal;
            }

.ItemCategoryDetails.k-widget {
    border-color: transparent;
}

    .ItemCategoryDetails.k-widget .items label {
        height: 27px;
        line-height: 27px;
        color: #65707b;
        width: 100%;
        font-weight: 100;
    }

    .ItemCategoryDetails.k-widget .items input[type="text"] {
        height: 36px;
        line-height: 36px;
        border: 0.1em solid #d2d2d2;
        background: #FFF;
        width: 100%;
        color: #65707b !important;
        font-weight: normal;
        padding: 0em;
        padding-left: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .ItemCategoryDetails.k-widget #colorpalettediv,
    .ItemCategoryDetails.k-widget #colorpalettediv .k-dropdown-wrap {
        height: 36px;
        line-height: 36px;
        padding-left: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .ItemCategoryDetails.k-widget #colorpalettediv .spnColorText {
            color: #65707b !important;
        }

.dropdown-menu.paletteTop {
    margin-top: -38px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 0em;
}

    .dropdown-menu.paletteTop .dropdown-header {
        background: #662041;
        margin-top: 0em;
        color: #FFF;
        font-size: 12px !important;
    }

.trackReferenceBlock #divforsavecnt1 {
    display: block !important;
}

.k-chat {
    height: 500px;
    max-width: 100%;
}

    .k-chat .k-bubble {
        color: #65707b;
        border: 0em;
        background: #F6F6F6;
    }

    .k-chat .k-message-box {
        border-color: #CCCCCC;
    }

.k-message-box .k-button svg {
    fill: #662041;
}

.validation {
    margin-top: 20px;
    padding: 10px;
    background-image: url(images/infoicon.png), url(images/sts_redbg.png);
    background-position: 12px center, left center;
    background-repeat: no-repeat, repeat-y;
    background-color: #ffebee;
    border: 0.1em solid #f44336;
    padding-left: 50px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .validation ul {
        margin-block-start: 0em;
        margin-block-end: 0em;
        padding-inline-start: 0px;
    }



.successsubmission {
    margin-top: 20px;
    padding: 10px;
    padding-top: 120px;
    font-size: 21px;
    font-weight: 100;
    color: #662041;
    display: block;
    text-align: center;
    background: url(images/successbigtick.png) center top 20px no-repeat;
    height: calc(100vh - 300px);
}

#lostInLocationItems {
    border: 0em solid #FFF;
}

    #lostInLocationItems li {
        border-bottom: 0.1em solid #E0E0E0;
        margin-bottom: 15px;
        border-radius: 2px;
        float: left;
        width: 33.33%;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        #lostInLocationItems li .k-checkbox-label {
            padding: 10px;
            padding-left: 30px;
            font-weight: 100;
            color: #65707b;
        }

            #lostInLocationItems li .k-checkbox-label:before {
                margin-top: 7px;
                width: 20px;
                height: 20px;
                color: #662041;
                font-weight: bold;
                font-size: 16px;
                line-height: 20px;
            }

        #lostInLocationItems li .clsSeatNo {
            margin-left: 10px !important;
            height: 26px;
            line-height: 26px;
            border: 0.1em solid #d2d2d2;
            background: #FFF;
            color: #65707b !important;
            font-weight: normal;
            padding-left: 2px;
            width: 75px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

.Disclaimer .k-checkbox-label {
    line-height: 24px;
    padding-left: 36px;
    font-weight: 100;
    color: #65707b !important;
}

    .Disclaimer .k-checkbox-label:before {
        width: 24px;
        height: 24px;
        font-size: 18px;
        line-height: 24px;
        color: #662041 !important;
        ;
        font-weight: bold;
    }

.successtrip {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    padding-top: 100px;
    background: url(images/grntick.png) top center no-repeat;
}

    .successtrip div:nth-child(2) span {
        color: #662041;
        font-weight: normal;
    }

.k-calendar td.k-state-focused.k-state-selected a {
    background: #662041;
    -webkit-box-shadow: inset 0 0 0px 0px #aeaeae;
    box-shadow: inset 0 0 0px 0px #aeaeae;
    color: #FFF;
}

.k-calendar td.k-state-focused.k-state-selected a,
.k-calendar td.k-state-focused.k-state-selected.k-state-hover a {
    background: #662041;
    -webkit-box-shadow: inset 0 0 0px 0px #aeaeae;
    box-shadow: inset 0 0 0px 0px #aeaeae;
    color: #FFF;
}

.k-calendar .k-today .k-link {
    border-color: #662041;
    color: #662041;
}

    .k-calendar .k-today .k-link a {
        border-color: #662041;
    }

.paxNav > li.active > a:focus {
    text-decoration: none;
    background-color: #662041;
}

.qrcustomloaderpnl {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: url(images/bgaplha9.png) left top repeat;
}

    .qrcustomloaderpnl .loader {
        margin: 0 auto;
        height: 76px;
        width: 76px;
        border: 2px solid #5c0931;
        border-right-color: #ceb4c0;
        border-radius: 50%;
        position: relative;
        -webkit-animation: rotating .8s linear infinite;
        -moz-animation: rotating .8s linear infinite;
        -ms-animation: rotating .8s linear infinite;
        -o-animation: rotating .8s linear infinite;
        animation: rotating .8s linear infinite;
    }

    .qrcustomloaderpnl .oryxloader {
        width: 350px;
        height: 200px;
        background: #FFF;
        padding: 30px;
        position: absolute;
        margin-left: calc(50% - 175px);
    }

    .qrcustomloaderpnl .oryxlogo {
        position: relative;
        margin-left: 120px;
        margin-top: -65px;
    }

    .qrcustomloaderpnl h4 {
        color: #662041;
        text-align: center;
        margin-top: 30px;
    }

/*.qrcustomloaderpnl {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: url(images/bgaplha9.png) left top repeat;
}

    .qrcustomloaderpnl .pleasewait {
        position: absolute;
        left: calc(50% - 79px);
        top: 30%;
        z-index: 2;
        width: 158px;
        height: 158px;
        background: url(images/logopleasewait.png) left top no-repeat;
    }

    .qrcustomloaderpnl .circleimg {
        position: absolute;
        left: calc(50% - 79px);
        top: 30%;
        z-index: 1;
        width: 158px;
        height: 158px;
        background: url(images/loadingcircle.png) left top repeat;
        -webkit-animation: rotating 1s linear infinite;
        -moz-animation: rotating 1s linear infinite;
        -ms-animation: rotating 1s linear infinite;
        -o-animation: rotating 1s linear infinite;
        animation: rotating 1s linear infinite;
    }*/

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btndisabled {
    pointer-events: none;
    color: gray;
}

.fltRight {
    float: right;
}

.tsp0imp {
    margin-top: 0em !important;
}

.otpsendnotification {
    border: 0.1em dashed #662041;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    width: 100%;
}

otpsendnotification:after {
    content: '';
    clear: both;
    float: none;
    display: block;
}

.otpsendnotification li {
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    flex-direction: row;
    align-items: center;
}

    .otpsendnotification li:before {
        content: '';
        display: inline;
        height: 100%;
        vertical-align: middle;
    }

    .otpsendnotification li:nth-child(1) {
        width: calc(100% - 200px);
        color: #662041;
        padding-left: 45px;
        display: inline-block;
        background: url(images/berginfo.png) 10px center no-repeat;
        vertical-align: middle;
    }

    .otpsendnotification li:nth-child(2) {
        border-left: 0.1em dashed #CCC;
        padding: 15px;
        width: 200px;
        color: #65707b;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .otpsendnotification li:nth-child(2) input {
            background: transparent;
            border-color: transparent;
            padding: 0em;
            color: #662041;
            text-decoration: underline;
        }

            .otpsendnotification li:nth-child(2) input:focus,
            .otpsendnotification li:nth-child(2) input:hover {
                font-weight: bold;
                color: #662041;
            }

input[type="checkbox"]:focus {
    outline: none;
}

.checkboxcustomstyle1 input[type=checkbox] {
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

    .checkboxcustomstyle1 input[type=checkbox] + label {
        border: 0.1em solid #999;
        background: #FFF;
        width: 24px;
        height: 24px;
        margin-bottom: 0px;
    }

        .checkboxcustomstyle1 input[type=checkbox] + label:focus,
        .checkboxcustomstyle1 input[type=checkbox] + label:hover {
            border: 0.1em solid #b30d5b;
        }

    .checkboxcustomstyle1 input[type=checkbox]:checked + label {
        border: 0.1em solid #b30d5b;
        background: #FFF;
    }

        .checkboxcustomstyle1 input[type=checkbox]:checked + label:before {
            content: "\2713";
            color: #b30d5b;
            font-size: 16px;
            padding-left: 5px;
        }

.likeradio {
    float: left;
    height: 24px;
    padding-left: 30px;
    color: #666;
    background: url(images/radio_unchecked1.png) left center no-repeat;
    text-decoration: none;
    border: 0em !important;
}

    .likeradio:hover,
    .likeradio:focus {
        color: #662041;
        text-decoration: underline;
    }

    .likeradio.selected {
        color: #662041;
        background: url(images/radio_checked1.png) left center no-repeat;
        text-decoration: none;
    }

.mobileonly {
    display: none;
}

.webonly {
    display: block;
}

.mandattxt {
    color: #F00;
    font-size: 11px;
    float: right;
}

@media only screen and (max-width: 600px) {
    #lostInLocationItems li {
        width: 100%;
    }

    .nav.paxNav li span:nth-child(1) {
        margin-right: 0px;
        width: auto;
        display: inline-block;
    }

    .nav.paxNav li {
        width: 33.33%;
        border-top: 0.1em solid #FFF;
    }

        .nav.paxNav li:nth-child(3),
        .nav.paxNav li:last-child {
            border-right: 0.1em solid #CCC;
        }

        .nav.paxNav li:nth-child(1),
        .nav.paxNav li:nth-child(2),
        .nav.paxNav li:nth-child(3) {
            border-top: 0.1em solid #CCC;
        }

        .nav.paxNav li a {
            padding-top: 7px;
            padding-bottom: 7px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
            border-bottom: 0.1em solid #CCC;
        }

            .nav.paxNav li a span:nth-child(1) {
                display: block;
                text-align: center;
            }

            .nav.paxNav li a span:nth-child(2) {
                display: block;
                text-align: center;
                height: 30px;
                line-height: 15px;
                font-size: 12px;
            }

    #uploaddetails .uploadbox:nth-child(even),
    #uploaddetails .uploadbox:nth-child(odd) {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .k-tabstrip-items .k-item {
        width: 24.6%;
        height: 60px;
    }

        .k-tabstrip-items .k-item.k-state-active {
            padding: 7px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .k-tabstrip-items .k-item.k-state-default {
            padding: 4px;
            padding-left: 0px;
            padding-right: 0px;
        }

    li.k-state-default .k-link,
    li.k-state-active .k-link {
        padding: 5px;
    }

    li.k-state-default .txt,
    li.k-state-active .txt {
        font-size: 11px;
        display: block;
        text-align: center;
    }

    li.k-state-default .k-link,
    li.k-state-active .k-link {
        display: block;
    }

    li.k-state-default .icon,
    li.k-state-active .icon {
        display: block;
        height: 32px;
    }

        li.k-state-default .icon.time {
            background: url(images/icon_time.png) center top no-repeat;
            background-size: 20px 19px;
        }

        li.k-state-default .icon.communi {
            background: url(images/icon_chat.png) center top no-repeat;
            background-size: 20px 18px;
        }

        li.k-state-default .icon.continfo {
            background: url(images/icon_contact.png) center top no-repeat;
            background-size: 20px 22px;
        }

        li.k-state-default .icon.attach {
            background: url(images/icon_upload.png) center top no-repeat;
            background-size: 20px 24px;
        }

        li.k-state-active .icon.time {
            background: url(images/icon_time_active.png) center top no-repeat;
            background-size: 20px 19px;
        }

        li.k-state-active .icon.communi {
            background: url(images/icon_chat_active.png) center top no-repeat;
            background-size: 20px 18px;
        }

        li.k-state-active .icon.continfo {
            background: url(images/icon_contact_active.png) center top no-repeat;
            background-size: 20px 22px;
        }

        li.k-state-active .icon.attach {
            background: url(images/icon_upload_active.png) center top no-repeat;
            background-size: 20px 24px;
        }

    .boxFix .row .col-md-4,
    .boxFix .row .col-md-6,
    .boxFix .row .col-md-8,
    .boxFix .row .col-md-2,
    .boxFix .row .col-md-12 {
        padding-left: 0em;
        padding-right: 0em;
    }

    h3 {
        font-size: 24px;
    }

    #footer {
        background: url(images/footersvg.svg) top center no-repeat;
        background-size: 800px 80px;
        margin-top: 30px;
    }

    .footer {
        width: 100%;
        margin-top: 0px;
        background: #6b003b;
    }

    .otpsendnotification {
        border: 0.1em dashed #662041;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    otpsendnotification:after {
        content: '';
        clear: both;
        float: none;
        display: block;
    }

    .otpsendnotification li:nth-child(1) {
        width: 100%;
        line-height: unset;
        color: #662041;
        padding-left: 45px;
        background: url(images/berginfo.png) 10px center no-repeat;
        padding-bottom: 10px;
    }

    .otpsendnotification li:nth-child(2) {
        border-left: 0em dashed #CCC;
        border-top: 0.1em dashed #CCC;
        padding: 15px;
        width: 100%;
        color: #666;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

        .otpsendnotification li:nth-child(2) input {
            width: 100%;
            display: block;
        }

    #dynamicmaintitle {
        font-size: 16px;
    }

    .mobileonly {
        display: block;
    }

    .webonly {
        display: none;
    }

    .mandattxt::before {
        display: block;
        content: "";
        clear: both;
    }

    .mandattxt {
        display: block;
        float: none;
        text-align: right;
    }
}

@media only screen and (device-width: 768px) {
    .mandattxt {
        display: block;
        float: none;
        text-align: right;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .nav.paxNav li {
        height: 70px;
    }

        .nav.paxNav li a {
            height: 70px;
        }

    #lostInLocationItems li {
        width: 50%;
    }

    .mandattxt {
        display: block;
        float: none;
        text-align: right;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    #lostInLocationItems li {
        width: 50%;
    }

    .mandattxt {
        display: block;
        float: none;
        text-align: right;
    }
}

.smlink1 {
    color: #662041 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}


.modal-header {
    padding: 15px;
    border-bottom: #5c0931;
    background-color: #5c0931;
    color: white;
    font-size: 24px;
}

    .modal-header .close {
        margin-top: -33px;
        font-size: 32px;
        opacity: 100;
    }

.close {
    color: white !important;
}

.modalTitle {
    font-size: 25px;
    text-align: center;
    margin-top: 25px;
    color: black;
}

.modalContent {
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.modalBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.modalBtnContainer {
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.modalCenter {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.invAreaDiv {
    word-break: break-all;
    text-align: justify;
    margin-top: 6px;
    border: 1px;
    border-style: ridge;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
}

.otherDocUpload {
    word-break: break-all;
    text-align: justify;
    margin-top: 6px;
    margin-left: 15px;
}


.inputfile-1 input[type="file"] {
    padding: 4px;
    display: none;
}

.file1 {
    border-bottom: 0.1em solid #E0E0E0;
    margin-bottom: 15px;
    border-radius: 2px;
    float: left;
    width: 33.33%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    min-width: 300px;
    font-size: 1.4rem;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.6rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-1 + label {
    color: #5c0931;
    border: 1px solid #5c0931;
    transition: background 0.5s;
    /*color: #f1e5e6;
    background-color: #5c0931;*/
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        color: #FFF;
        background: #9e0859;
        border: 0.1em solid #5c0931;
        /*background-color: #722040;*/
    }

.downloadFileBtn {
    color: #65707b !important;
    cursor: pointer;
    font-weight: 100;
}

.deleteFileBtn {
    display: inline-flex;
    float: right;
    background: transparent;
    border: none;
    color: red;
    font-size: 19px;
}

.vndrValidation {
    margin-top: 20px;
    padding: 10px;
    background-image: url(images/alerticon.png), url(images/sts_yellowbg.png);
    background-position: 12px center, left center;
    background-repeat: no-repeat, repeat-y;
    background-color: #fde900;
    border: 0.1em solid #fde900;
    padding-left: 50px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: -15px;
    margin-right: -15px;
}

    .vndrValidation ul {
        margin-block-start: 0em;
        margin-block-end: 0em;
        padding-inline-start: 0px;
    }



#toggleDiv input[type=radio] {
    display: none;
    margin: 10px;
}

   #toggleDiv input[type=radio] + label {
        display: inline-block;
        margin: -1px;
        padding: 8px 0px 8px 0px;
        background-color: darkgray;
        border-color: #ddd;
        color: white;
        font-weight: 300;
        cursor: pointer;
        border: 0.1em solid darkgray;
        width: 150px;
        text-align: center;
    }

   #toggleDiv input[type=radio]:checked + label {
        background-image: none;
        background-color: #5c0931 !important;
        color: white;
        background: url(images/whiteTick.png)left no-repeat;
        background-size: 15px 15px;
        border: 0.14em solid #5c0931 !important;
        padding: 8px 0px 8px 8px;
        background-position: 8% 44%;
    }

    #toggleDiv input[type=radio] + label:hover,#toggleDiv input[type=radio] + label:focus {
        border: 0.1em solid #9e0859;
        cursor: pointer;
    }
     .successbar {
    margin-top: 20px;
    padding: 10px;
    background-image: url(images/whitetick20.png);
    background-size:20px 20px;
    background-position: 12px center, left center;
    background-repeat: no-repeat, repeat-y;
    background-color: #106836;
    color:white;
    padding-left: 50px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .successbar ul {
        margin-block-start: 0em;
        margin-block-end: 0em;
        padding-inline-start: 0px;
    }
.bannertxttyp1{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #FDE900 url(images/warningsign24.png) no-repeat 10px center;
color: #333;
padding:15px 20px;
padding-left:45px;
margin-top:15px;
font-size:12px;
}
