﻿
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    background-color: #111;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    height: 100%;
    margin: 0;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: #294159; /* Old browsers */
    /* IE10+ */
    background-image: -ms-radial-gradient(left bottom, ellipse farthest-corner, #2b68bd 0%, #004c84 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(left bottom, ellipse farthest-corner, #2b68bd 0%, #004c84 100%);
    /* Opera */
    background-image: -o-radial-gradient(left bottom, ellipse farthest-corner, #2b68bd 0%, #004c84 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 572, color-stop(0, #328ed0), color-stop(100, #004c84));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(left bottom, ellipse farthest-corner, #2b68bd 0%, #004c84 100%);
    /* W3C Markup */
    background-image: radial-gradient(ellipse farthest-corner at left bottom, #2b68bd 0%, #004c84 100%);
    -webkit-overflow-scrolling: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.disabled {
    cursor: not-allowed;
    color: #999;
    user-select: none !important;
}

button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent; /* make scrollbar transparent */
}

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 1px solid #2b68bd;
    outline: 1px solid #fff;
}

hr {
    border-color: #fff;
    border-width: 0 0 1px 0;
}

.validation-summary-errors {
    font-size: 16px;
    text-align: left;
}

.PCW-Layout-container {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 100%;
    width: 100%;
}

.PCW-Layout-topNav {
    border-bottom: 1px solid;
    background-color: #172431;
    position: fixed;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    padding-left: max(10px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
    z-index: 2000;
    width: 100%;
    height: 50px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.18) 0px 3px 10px*/
}

    .PCW-Layout-topNav > * {
        padding: 15px;
        display: inline-block;
        background-color: transparent;
        border: none;
        height: 50px;
        line-height: 20px;
        color: #fff;
        float: left;
    }

    .PCW-Layout-topNav > .PCW-logo {
        padding: 8px 16px;
    }

        .PCW-Layout-topNav > .PCW-logo > img {
            border: none;
            outline: none;
        }

    .PCW-Layout-topNav > *.disabled {
        color: #777;
    }

    .PCW-Layout-topNav > *:focus {
        outline: none;
    }

.PCW-Layout-navBar {
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    background-color: #b60000;
    color: #fff;
    display: none;
    text-align: center;
    padding: 5px 27px;
    border-bottom: 1px solid #fff;
    z-index: 1000;
}

.PCW-centerPopup {
    background-color: rgb(22, 35, 48);
    border: 1px solid #fff;
    padding: 15px 30px;
    top: 50%;
    display: none;
    left: 50%;
    height: auto;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px, rgba(0, 0, 0, 0.18) 0 3px 10px;
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99999;
    overflow: hidden;
}

.PCW-sideNav {
    position: fixed;
    right: 0;
    top: 50px;
    bottom: 0;
    border-left: 1px solid #fff;
    background-color: rgba(22, 35, 48, 0.9);
    z-index: 2000;
    padding: 10px 25px;
    padding-right: calc(env(safe-area-inset-right) + 25px);
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px, rgba(0, 0, 0, 0.18) 0 3px 10px;
    -ms-transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

    .PCW-sideNav.active {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.PCW-pinOverlay {
    position: fixed;
    top: 0;
    background-color: rgba(0, 76, 132,0.95);
    opacity: 0;
    height: 100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.PCW-pinOverlay--close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.PCW-pinOverlay.active {
    opacity: 1;
    z-index: 9999;
}

.PCW-navCover {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 1999;
}

.PCW-sideNav.active + .PCW-navCover,
.PCW-centerPopup.active ~ .PCW-navCover {
    display: block;
}

.PCW-sideNav.active ~ .PCW-Layout-display,
.PCW-pinOverlay.active ~ .PCW-Layout-display,
.PCW-centerPopup.active ~ .PCW-Layout-display {
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.PCW-Layout-display {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    -moz-filter: blur(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    margin-left: env(safe-area-inset-left);
    margin-right: env(safe-area-inset-right);
    -ms-transition: filter 0.3s ease, -webkit-filter 0.3s ease, -moz-filter 0.3s ease;
    -o-transition: filter 0.3s ease, -webkit-filter 0.3s ease, -moz-filter 0.3s ease;
    -webkit-transition: filter 0.3s ease, -webkit-filter 0.3s ease, -moz-filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease, -moz-filter 0.3s ease;
}

.PCW-Layout-topNav ~ .PCW-Layout-display {
    top: 50px;
    height: calc(100% - 50px);
}

.PCW-Layout-display.busy {
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    pointer-events: none;
}

    .PCW-Layout-display.busy [data-panelname] {
        overflow-y: hidden;
    }

/* border-right is needed to hide the scroll bar in Firefox, Edge and IE. 
   Overflow scroll (instead of auto) is needed on PCW-flex for Momentum Scrolling in iOS. 
   https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/
   ...Welcome to CSS. 
*/
@media (min-width:1025px) {
    .PCW-navPanel, .PCW-topNav {
        padding: 0 0 0 2em;
        border-right: solid 2em rgba(0, 0, 0, 0)
    }
}

@media (min-width:1367px) {
    .PCW-navPanel, .PCW-topNav {
        padding: 0 0 0 5em;
        border-right: solid 5em rgba(0, 0, 0, 0)
    }
}

@media (min-width:1920px) {
    .PCW-navPanel, .PCW-topNav {
        padding: 0 0 0 15em;
        border-right: solid 15em rgba(0, 0, 0, 0)
    }
}

.PCW-navPanel {
    height: 100%;
    width: calc(100% - 17px);
    margin-right: 17px;
    position: absolute;
    -ms-transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

    .PCW-navPanel.active,
    [class^='PCW-navPanel-slide'] {
        z-index: 1;
    }

        .PCW-navPanel.active > [data-panelname],
        [class*='PCW-navPanel-slide'] > [data-panelname] {
            display: flex;
        }

.PCW-navPanel-slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.PCW-navPanel-slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.PCW-navPanel-slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.PCW-navPanel-slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.PCW-navWizardBusy {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

    .PCW-navWizardBusy.busy {
        display: block;
    }

@keyframes slideInLeft {
    0% {
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.PCW-fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@keyframes fadeIn {
    0% {
        -ms-opacity: 0;
        opacity: 0;
    }

    100% {
        -ms-opacity: 1;
        opacity: 1;
    }
}

.PCW-flexCenter {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.PCW-flex {
    /*display: flex;*/
    min-height: 100%;
    width: 100%;
    position: relative;
    flex-direction: column;
}

[data-panelname] {
    display: none;
    height: 100%;
    width: calc(100% + 17px);
    padding: 20px 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*outline: none;*/
    -webkit-overflow-scrolling: touch;
}

.PCW-flex .PCW-row {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    position: relative;
    /*justify-content: center;*/
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 5px 7px;
    /*border: 1px solid red;*/
}

.PCW-flex .PCW-col,
[class *='PCW-col-'] {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    position: relative;
    max-width: 100%;
    /*justify-content: center;*/
    flex-direction: column;
    margin: 5px 7px;
    /*border: 1px solid blue;*/
}

.PCW-col-1 {
    -webkit-flex: 1 0 calc(100% - 15px);
    -ms-flex: 1 0 calc(100% - 15px);
    -o-flex: 1 0 calc(100% - 15px);
    flex: 1 0 calc(100% - 15px);
}

/*.PCW-col-1,
.PCW-col-2,
.PCW-col-3 {
    -webkit-flex: none;
    -ms-flex: none;
    -o-flex: none;
    flex: none;
    width: calc(100% - 15px);
}*/

.PCW-flexCenter {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.PCW-flexStart {
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.PCW-flexEnd {
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.PCW-align-bottom {
    vertical-align: bottom;
}

@media(min-width: 700px) {
    .PCW-col-2 {
        -webkit-flex: 0 0 calc(50% - 15px);
        -ms-flex: 0 0 calc(50% - 15px);
        -o-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }

    .PCW-col-2-expand {
        -webkit-flex: 1 0 calc(50% - 15px);
        -ms-flex: 1 0 calc(50% - 15px);
        -o-flex: 1 0 calc(50% - 15px);
        flex: 1 0 calc(50% - 15px);
    }

    .PCW-col-3 {
        -webkit-flex: 0 0 calc(33.3333% - 15px);
        -ms-flex: 0 0 calc(33.3333% - 15px);
        -o-flex: 0 0 calc(33.3333% - 15px);
        flex: 0 0 calc(33.3333% - 15px);
    }

    .PCW-col-3-expand {
        -webkit-flex: 1 0 calc(33.3333% - 15px);
        -ms-flex: 1 0 calc(33.3333% - 15px);
        -o-flex: 1 0 calc(33.3333% - 15px);
        flex: 1 0 calc(33.3333% - 15px);
    }

    .PCW-flex-sm-collapse {
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        -o-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    }
}

@media(max-width: 699px) {
    [class *='PCW-col-'] {
        width: calc(100% - 15px);
    }
}

.PCW-flex-collapse {
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}

.PCW-flex-clear {
    flex-direction: unset;
}

.PCW-keypad--Col {
    width: 50%;
    position: relative;
    float: left;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.PCW-pinOverlay > .PCW-keypad--Col {
    width: auto;
}

@media screen and (max-aspect-ratio: 1/1) {
    .PCW-keypad--Col {
        width: 100%;
    }

    .PCW-checkIn--hideMobile {
        display: none;
    }
}

@media screen and (min-aspect-ratio: 1/1) {
    .PCW-checkIn--showMobile {
        display: none !important;
    }
}

.PCW-info {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 25px 0;
    transform: translate(-50%, -50%);
}

    .PCW-info > * {
        margin: 1.5vh 0;
        display: inline-block;
    }

    .PCW-info > span {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 16px;
    }

    .PCW-info > h1 {
        font-size: 6vh;
    }

    .PCW-info select {
        font-weight: 500;
        font-size: 16px;
    }

.PCW-btn {
    color: #fff;
    background-color: #172431;
    padding: 6px 12px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    position: relative;
    -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    text-align: center;
    /*box-shadow: rgba(0, 0, 0, 0.42) 0px 1px 6px, rgba(0, 0, 0, 0.42) 0px 1px 4px;*/
}

    .PCW-btn.disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.PCW-keypad {
    margin: 0 -20px;
    position: relative;
    display: flex;
    flex-direction: column;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    flex: 0 0 0;
    min-height: calc(100vh - 100px);
}

    .PCW-keypad > table {
        padding-top: 25px;
    }

    .PCW-keypad tr > td > button,
    .PCW-pinOverlay--close {
        border: 2px solid #fff;
        border-radius: 50%;
        outline: none !important;
        color: #fff;
        font-size: 4vh;
        margin: 0.5vh;
        width: 10vh;
        padding: 0;
        height: 10vh;
        line-height: 9vh;
        text-align: center;
        background-color: transparent;
    }

.PCW-pinOverlay--close {
    font-size: 3vh;
    height: 7vh;
    width: 7vh;
    line-height: 6.5vh;
    background-color: rgb(0, 76, 132)
}

    .PCW-keypad tr > td > button:active,
    .PCW-keypad tr > td > button:focus,
    .PCW-keypad tr > td > button:hover,
    .PCW-pinOverlay--close:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.PCW-keypad tr > td > button.PCW-keypad--go {
    background-color: #0eb100;
}

    .PCW-keypad tr > td > button.PCW-keypad--go:focus, .PCW-keypad tr > td > button.PCW-keypad--go:hover {
        background-color: #0b8d00;
        border-color: #054600;
    }

.PCW-keypad--display {
    padding: 0 25px 13px;
    position: relative;
    width: 100%;
}

.PCW-keypad--msg {
    padding: 0 25px 0;
    font-size: 24px;
    display: block;
    font-weight: 500;
    position: relative;
}

    .PCW-keypad--msg > * {
        display: inline-block;
        margin: 15px 0;
    }

.PCW-keypad--display > input {
    font-size: 5vh;
    color: #fff;
    height: 7vh;
    background-color: transparent;
    border: 2px solid #fff;
    border-width: 0 0 2px 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
    min-width: 300px;
}

/* Forms */

.PCW-formInput-searchHeader {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
}

    .PCW-formInput-searchHeader > input {
        font-size: 16px;
        border: none;
        width: calc(100% - 50px);
        outline: none;
        padding: 10px 15px;
        background-color: transparent;
        color: white;
        display: inline-block;
    }

        .PCW-formInput-searchHeader > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #eee;
        }

        .PCW-formInput-searchHeader > input::-moz-placeholder { /* Firefox 19+ */
            color: #eee;
        }

        .PCW-formInput-searchHeader > input:-ms-input-placeholder { /* IE 10+ */
            color: #eee;
        }

        .PCW-formInput-searchHeader > input:-moz-placeholder { /* Firefox 18- */
            color: #eee;
        }

    .PCW-formInput-searchHeader > button {
        color: #fff;
        border: none;
        padding: 10px 15px;
        background-color: transparent;
        box-sizing: border-box;
        display: inline-block;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 14px;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        position: relative;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        text-align: center;
    }

.PCW-formInput {
    border: 1px solid #fff;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    padding: 8px 15px 1em;
    width: 100%;
    position: relative;
}

    .PCW-formInput > .form-control,
    .PCW-formInput > .PCW-selectWrapper {
        margin-left: 17px;
        width: calc(100% - 32px);
    }

.form-control {
    display: block;
    width: 100%;
    /*height: 34px;*/
    border-radius: 0;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    outline: none;
    border: 1px solid #fff;
}

.PCW-formInputLabel {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}

.PCW-selectWrapper {
    display: inline-block;
    position: relative;
}

    .PCW-selectWrapper::after {
        position: absolute;
        text-align: center;
        right: 9px;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2.5px;
        vertical-align: middle;
        border-top: #0072c5 5px dashed;
        border-top: #0072c5 5px solid \9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        z-index: 2;
    }

    .PCW-selectWrapper > select {
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        appearance: none; /* This only doesn't work in IE/Edge */
        border-radius: 0;
        cursor: pointer;
        position: relative;
        background-color: #fff;
        padding: 5px 26px 5px 5px;
        color: rgb(85, 85, 85); /* Needed to remove the dotted border in firefox */
        text-shadow: 0 0 0 #000; /* ^^ */
    }

.PCW-info .PCW-selectWrapper > select,
.PCW-keypad--msg .PCW-selectWrapper > select {
    padding: 0.2vh 3vh 0.2vh 0.5vh;
    color: rgb(85, 85, 85); /* Needed to remove the dotted border in firefox */
    text-shadow: 0 0 0 #000; /* ^^ */
    background-color: #fff;
}

/*.PCW-selectWrapper > select:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}*/

.PCW-selectWrapper > select::-ms-expand {
    display: none;
}

.PCW-selectWrapper option {
    color: initial;
}

    .PCW-selectWrapper option[disabled] {
        color: #808080;
    }

.PCW-well,
.PCW-well-btn {
    padding: 10px 15px;
    border: 1px solid #fff;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
}

.PCW-well-btn {
    padding: 6px 12px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

    .PCW-well-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .PCW-well-btn:focus,
    .PCW-well-btn.active {
        background-color: rgba(255, 255, 255, 0.3);
    }

/*Validation*/
.PCW-inputValidationMsg {
    background-color: #b60000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.57);
    color: #fff;
    left: 20px;
    margin: 0 5px;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    top: calc(100% - 10px);
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 20;
    font-size: 16px !important;
}

    .PCW-inputValidationMsg > span {
        z-index: 50 !important;
    }

    .PCW-inputValidationMsg.field-validation-error {
        padding: 8px 10px;
        border: #910000 solid;
        border-width: 0 1px 1px 1px;
        -ms-opacity: 1;
        opacity: 1;
    }

        .PCW-inputValidationMsg.field-validation-error:before {
            content: "";
            position: absolute;
            left: 6px;
            top: -16px;
            z-index: 1;
            border: solid 8px transparent;
            border-bottom-color: #b60000;
        }

.PCW-header {
    font-size: 2em;
}

    .PCW-header > * {
        margin: 7.5px;
    }

@media (max-width:450px) {
    .PCW-header > * {
        text-align: center;
    }
}

.PCW-maxWidth {
    width: 100%;
}

.PCW-maxHeight {
    position: relative;
    height: 100%;
}

.PCW-noBorder {
    outline: none !important;
    border: none !important;
}

.PCW-text-ellipsis {
    overflow: auto;
    text-overflow: ellipsis;
}

.PCW-text-nowrap {
    white-space: nowrap;
}

@media (min-width:700px) {
    .PCW-sm-text-nowrap {
        white-space: nowrap;
    }
}

.PCW-responsiveText {
    font-size: 100%;
}

@media (max-width:1199px) {
    .PCW-responsiveText {
        font-size: 90%;
    }
}

@media (max-width:991px) {
    .PCW-responsiveText {
        font-size: 80%;
    }
}

@media (max-width:767px) {
    .PCW-responsiveText {
        font-size: 70%;
    }
}

@media (max-width:450px) {
    .PCW-responsiveText {
        font-size: 60%;
    }
}

.PCW-table {
    border-collapse: collapse;
    width: 100%;
}

    .PCW-table td, .PCW-table th {
        border: 1px solid #fff;
        padding: 8px;
    }

        .PCW-table td.PCW-table--collapse, .PCW-table th.PCW-table--collapse {
            width: 0.1%;
            white-space: nowrap;
        }

    .PCW-table tr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .PCW-table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .PCW-table thead td {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.3);
        color: white;
    }

.PCW-textCenter {
    text-align: center;
}

.PCW-textLight {
    color: #ffffff;
}

.PCW-textDark {
    color: #ffffff;
}

.PCW-textUnderline {
    text-decoration: underline;
}

.PCW-textRed {
    color: red;
}

.PCW-floatLeft {
    float: left;
}

.PCW-floatRight {
    float: right;
}

.PCW-overflowX {
    overflow-x: auto;
}

.PCW-pagination {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.PCW-Layout-ErrorDisplay {
    background-color: #172431;
    position: absolute;
    border: 5px solid #172431;
    left: 50%;
    width: calc(100% - 20px);
    max-width: 980px;
    z-index: 90000;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 80px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px, rgba(0, 0, 0, 0.18) 0 3px 10px;
}

.PCW-Layout-ErrorDisplay--iframe {
    width: calc(100% - 2px);
    margin: 2px; /* For border */
    height: 400px;
    border: none;
    background: #fff none repeat scroll 0 0;
}

/* Responsive Table -- Continued in Mobile-CSS */
.PCW-responsiveTable {
    width: 100%;
    margin-bottom: 1.5em;
}

    .PCW-responsiveTable thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .PCW-responsiveTable tbody,
    .PCW-responsiveTable tr,
    .PCW-responsiveTable th,
    .PCW-responsiveTable td {
        display: block;
        padding: 0;
    }

    .PCW-responsiveTable th,
    .PCW-responsiveTable td {
        padding: .5em !important;
    }

    .PCW-responsiveTable tbody tr:last-of-type {
        margin-bottom: 0;
    }

    .PCW-responsiveTable tbody td[data-bs-title]:before {
        content: attr(data-bs-title);
        float: left;
        padding-right: 8px;
        font-weight: 600;
    }

    .PCW-responsiveTable tbody th[data-bs-title]:before {
        content: attr(data-bs-title);
        float: left;
        font-size: 1em;
        font-weight: 500;
        padding-right: 8px;
        color: rgba(94, 93, 82, 0.75);
    }

    .PCW-responsiveTable tbody tr.active td[data-bs-title]:before {
        color: #fff;
    }

@media (max-width: 768px) {
    .PCW-responsiveTable tbody tr {
        border: 1px solid #0072c5;
        margin-bottom: 1em;
    }

        .PCW-responsiveTable tbody tr > td > * {
            float: none !important;
        }

    .PCW-responsiveTable tbody td[data-bs-title] {
        text-align: right;
        overflow: auto;
    }

    .PCW-table.PCW-responsiveTable td.PCW-table--collapse,
    .PCW-table.PCW-responsiveTable th.PCW-table--collapse {
        width: auto;
        white-space: normal;
    }
}

@media (min-width: 480px) {
    .PCW-responsiveTable th,
    .PCW-responsiveTable td {
        padding: .75em .5em;
    }
}

@media (min-width: 769px) {
    .PCW-responsiveTable {
        font-size: .9em;
    }

        .PCW-responsiveTable thead {
            position: relative;
            clip: auto;
            height: auto;
            width: auto;
            overflow: auto;
        }

        .PCW-responsiveTable tr {
            display: table-row;
        }

        .PCW-responsiveTable th,
        .PCW-responsiveTable td {
            display: table-cell;
            padding: .5em;
        }

        .PCW-responsiveTable tbody {
            display: table-row-group;
        }

            .PCW-responsiveTable tbody tr {
                display: table-row;
            }

            .PCW-responsiveTable tbody th[scope="row"] {
                background-color: transparent;
                color: #5e5d52;
                text-align: left;
            }

            .PCW-responsiveTable tbody td[data-bs-title]:before {
                content: none;
            }
}

@media (min-width: 992px) {
    .PCW-responsiveTable {
        font-size: 1em;
    }

        .PCW-responsiveTable th,
        .PCW-responsiveTable td {
            padding: .75em .5em;
        }
}

@media (min-width: 1200px) {
    .PCW-responsiveTable th,
    .PCW-responsiveTable td {
        padding: .75em;
    }
}

.PCW-pt-1{
    padding-top: 5px !important;
}

.PCW-pe-1 {
    padding-right: 5px !important;
}

.PCW-pb-1 {
    padding-bottom: 5px !important;
}

.PCW-ps-1 {
    padding-left: 5px !important;
}

.PCW-pt-0 {
    padding-top: 0px !important;
}

.PCW-pe-0 {
    padding-right: 0px !important;
}

.PCW-pb-0 {
    padding-bottom: 0px !important;
}

.PCW-ps-0 {
    padding-left: 0px !important;
}

.PCW-mt-0 {
    margin-top: 0px !important;
}

.PCW-me-0 {
    margin-right: 0px !important;
}

.PCW-mb-0 {
    margin-bottom: 0px !important;
}

.PCW-ms-0 {
    margin-left: 0px;
}