
/*** login.css ***/

/* General */
/* Header */
/* Button */
/* Loading bar */
/* Meter */
/* Shadows */
/* Dropdowns */
/*Borders*/
/* Quick search */
/* Term selector */
/* Content Browsing Arrows */
.list-unstyled {
    margin-bottom: 0;
}

.svgAccentColor {
    color: #1c3347;
}

    .svgAccentColor rect[stroke], .svgAccentColor circle[stroke], .svgAccentColor polyline[stroke], .svgAccentColor polygon[stroke], .svgAccentColor line[stroke], .svgAccentColor ellipse[stroke], .svgAccentColor path[stroke], .svgAccentColor g[stroke] {
        stroke: #1c3347;
    }

    .svgAccentColor rect, .svgAccentColor circle, .svgAccentColor polyline, .svgAccentColor polygon, .svgAccentColor line, .svgAccentColor ellipse, .svgAccentColor path, .svgAccentColor g {
        fill: #1c3347;
    }

        .svgAccentColor rect[stroke='none'], .svgAccentColor circle[stroke='none'], .svgAccentColor polyline[stroke='none'], .svgAccentColor polygon[stroke='none'], .svgAccentColor line[stroke='none'], .svgAccentColor ellipse[stroke='none'], .svgAccentColor path[stroke='none'], .svgAccentColor g[stroke='none'] {
            stroke: none;
        }

        .svgAccentColor rect[fill='none'], .svgAccentColor circle[fill='none'], .svgAccentColor polyline[fill='none'], .svgAccentColor polygon[fill='none'], .svgAccentColor line[fill='none'], .svgAccentColor ellipse[fill='none'], .svgAccentColor path[fill='none'], .svgAccentColor g[fill='none'] {
            fill: none;
        }

            .svgAccentColor g[fill='none'] rect, .svgAccentColor g[fill='none'] circle, .svgAccentColor g[fill='none'] polyline, .svgAccentColor g[fill='none'] polygon, .svgAccentColor g[fill='none'] line, .svgAccentColor g[fill='none'] ellipse, .svgAccentColor g[fill='none'] path {
                fill: none;
            }

.svgSecondaryColor {
    color: #f0f0f0;
}

    .svgSecondaryColor rect[stroke], .svgSecondaryColor circle[stroke], .svgSecondaryColor polyline[stroke], .svgSecondaryColor polygon[stroke], .svgSecondaryColor line[stroke], .svgSecondaryColor ellipse[stroke], .svgSecondaryColor path[stroke], .svgSecondaryColor g[stroke] {
        stroke: #f0f0f0;
    }

    .svgSecondaryColor rect, .svgSecondaryColor circle, .svgSecondaryColor polyline, .svgSecondaryColor polygon, .svgSecondaryColor line, .svgSecondaryColor ellipse, .svgSecondaryColor path, .svgSecondaryColor g {
        fill: #f0f0f0;
    }

        .svgSecondaryColor rect[stroke='none'], .svgSecondaryColor circle[stroke='none'], .svgSecondaryColor polyline[stroke='none'], .svgSecondaryColor polygon[stroke='none'], .svgSecondaryColor line[stroke='none'], .svgSecondaryColor ellipse[stroke='none'], .svgSecondaryColor path[stroke='none'], .svgSecondaryColor g[stroke='none'] {
            stroke: none;
        }

        .svgSecondaryColor rect[fill='none'], .svgSecondaryColor circle[fill='none'], .svgSecondaryColor polyline[fill='none'], .svgSecondaryColor polygon[fill='none'], .svgSecondaryColor line[fill='none'], .svgSecondaryColor ellipse[fill='none'], .svgSecondaryColor path[fill='none'], .svgSecondaryColor g[fill='none'] {
            fill: none;
        }

            .svgSecondaryColor g[fill='none'] rect, .svgSecondaryColor g[fill='none'] circle, .svgSecondaryColor g[fill='none'] polyline, .svgSecondaryColor g[fill='none'] polygon, .svgSecondaryColor g[fill='none'] line, .svgSecondaryColor g[fill='none'] ellipse, .svgSecondaryColor g[fill='none'] path {
                fill: none;
            }

.svgSecondarySelected {
    color: #a4a4a4;
}

    .svgSecondarySelected rect[stroke], .svgSecondarySelected circle[stroke], .svgSecondarySelected polyline[stroke], .svgSecondarySelected polygon[stroke], .svgSecondarySelected line[stroke], .svgSecondarySelected ellipse[stroke], .svgSecondarySelected path[stroke], .svgSecondarySelected g[stroke] {
        stroke: #a4a4a4;
    }

    .svgSecondarySelected rect, .svgSecondarySelected circle, .svgSecondarySelected polyline, .svgSecondarySelected polygon, .svgSecondarySelected line, .svgSecondarySelected ellipse, .svgSecondarySelected path, .svgSecondarySelected g {
        fill: #a4a4a4;
    }

        .svgSecondarySelected rect[stroke='none'], .svgSecondarySelected circle[stroke='none'], .svgSecondarySelected polyline[stroke='none'], .svgSecondarySelected polygon[stroke='none'], .svgSecondarySelected line[stroke='none'], .svgSecondarySelected ellipse[stroke='none'], .svgSecondarySelected path[stroke='none'], .svgSecondarySelected g[stroke='none'] {
            stroke: none;
        }

        .svgSecondarySelected rect[fill='none'], .svgSecondarySelected circle[fill='none'], .svgSecondarySelected polyline[fill='none'], .svgSecondarySelected polygon[fill='none'], .svgSecondarySelected line[fill='none'], .svgSecondarySelected ellipse[fill='none'], .svgSecondarySelected path[fill='none'], .svgSecondarySelected g[fill='none'] {
            fill: none;
        }

            .svgSecondarySelected g[fill='none'] rect, .svgSecondarySelected g[fill='none'] circle, .svgSecondarySelected g[fill='none'] polyline, .svgSecondarySelected g[fill='none'] polygon, .svgSecondarySelected g[fill='none'] line, .svgSecondarySelected g[fill='none'] ellipse, .svgSecondarySelected g[fill='none'] path {
                fill: none;
            }

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}

    .flex.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        height: 100%;
    }

    .flex.horizontal {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }

    .flex.around {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .flex.between {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .flex.stretch {
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
        -webkit-align-items: stretch;
    }

    .flex.center {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-align-items: center;
    }

    .flex .weight-0 {
        -ms-flex: 0;
        -webkit-box-flex: 0;
        flex: 0;
        -webkit-flex: 0;
    }

    .flex .weight-1 {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        -webkit-flex: 1;
    }

    .flex .weight-2 {
        -ms-flex: 2;
        -webkit-box-flex: 2;
        flex: 2;
        -webkit-flex: 2;
    }

    .flex .weight-3 {
        -ms-flex: 3;
        -webkit-box-flex: 3;
        flex: 3;
        -webkit-flex: 3;
    }

    .flex .weight-4 {
        -ms-flex: 4;
        -webkit-box-flex: 4;
        flex: 4;
        -webkit-flex: 4;
    }

    .flex .weight-5 {
        -ms-flex: 5;
        -webkit-box-flex: 5;
        flex: 5;
        -webkit-flex: 5;
    }

    .flex .weight-6 {
        -ms-flex: 6;
        -webkit-box-flex: 6;
        flex: 6;
        -webkit-flex: 6;
    }

    .flex .weight-7 {
        -ms-flex: 7;
        -webkit-box-flex: 7;
        flex: 7;
        -webkit-flex: 7;
    }

    .flex .weight-8 {
        -ms-flex: 8;
        -webkit-box-flex: 8;
        flex: 8;
        -webkit-flex: 8;
    }

    .flex .weight-9 {
        -ms-flex: 9;
        -webkit-box-flex: 9;
        flex: 9;
        -webkit-flex: 9;
    }

    .flex .weight-10 {
        -ms-flex: 10;
        -webkit-box-flex: 10;
        flex: 10;
        -webkit-flex: 10;
    }

    .flex .weight-11 {
        -ms-flex: 11;
        -webkit-box-flex: 11;
        flex: 11;
        -webkit-flex: 11;
    }

    .flex .weight-12 {
        -ms-flex: 12;
        -webkit-box-flex: 12;
        flex: 12;
        -webkit-flex: 12;
    }

    .flex .fill {
        -ms-flex: 12;
        -webkit-box-flex: 12;
        flex: 12;
        -webkit-flex: 12;
    }

.scrollable {
    overflow: auto;
    -ms-overflow-style: auto;
    -webkit-overflow-scrolling: touch;
}

.bodyContainer {
    height: 100%;
}

#pnlMain {
    height: 100%;
}

.jtlMainContainer {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

.jtlForm {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background-color: #f0f0f0;
    padding: 5px 10px 10px 10px;
    -ms-box-shadow: 0px 0px 20px 1px #666;
    box-shadow: 0px 0px 20px 1px #666;
    max-width: 565px;
    width: 95%;
    margin: 0 auto; /*Centers stuff, had to get rid of parent flex boxes */
}

h2.reduceMargins {
    margin: 5px 10px 10px 10px;
}

.jtlFormGroup, .jtlFormItem {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-orient: horizontal
}

.jtlVertFormItem {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 400px) {
    .jtlFormGroup {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.jtlFormGroup > .jtlFormItem {
    margin: 2px;
}

    .jtlFormGroup > .jtlFormItem,
    .jtlFormGroup > .jtlFormItem input {
        -webkit-flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-grow: 1;
        -ms-flex-shrink: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

.jtlMaxWidth {
    max-width: 565px;
}

.jtlInput {
    height: 80%;
    max-height: 40px;
    margin: auto;
    font-size: 1.5em;
    border-style: hidden;
    border-width: 1px;
    background-size: 8% 50%;
    background-position: 1% 50%;
    background-repeat: no-repeat;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.dualFormContainer {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-orient: horizontal
}

.formContainer {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.formItem {
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.dualFormItem {
    width: 50%;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.separator {
    background-color: #000000;
    width: 2px;
    min-height: 20px;
    -webkit-box-flex: 10;
    -ms-flex: 10;
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    flex: 10;
    padding: 0px;
    margin: 0px 19px 0px 19px; /*Safari centering*/
    display: block; /*Let them take all the space they need*/
}

.separatorText {
    text-align: center;
    padding: 5px 0px;
    width: 40px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin: 0 auto;
}

.separatorContainer {
    width: 40px;
    padding: 10px 0px 0px 0px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media screen and (max-width: 470px) {
    .dualFormContainer {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .dualFormItem {
        width: 100%;
    }

    .separator {
        background-color: #000000;
        min-width: 20px;
        min-height: 2px;
        -webkit-box-flex: 10;
        -ms-flex: 10;
        -webkit-box-flex: 10;
        flex: 10;
        height: 2px;
        /*Safari centering*/
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }

    .separatorText {
        text-align: center;
        padding: 0px 5px;
        height: 40px;
        margin: auto 0;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        -webkit-box-flex: 2;
        flex: 2;
    }

    .separatorContainer {
        width: auto;
        height: 40px;
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: center;
    }
}

.promoPanel {
    margin-bottom: 5px;
}

h3.dualFormHeader {
    font-weight: 400;
}

a.fullWidth {
    display: block;
    width: 100%;
}

.jtlMultiLineInput {
    height: 80%;
    margin: auto;
    font-size: 1.5em;
    border-style: hidden;
    border-width: 1px;
    background-size: 8% 50%;
    background-position: 1% 50%;
    background-repeat: no-repeat;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.brand {
    width: 85%;
    min-height: 50px;
    min-width: 300px;
    max-height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    text-align: center;
}

    .brand img {
        max-height: 100px;
        width: auto;
        max-width: 300px;
    }

.hidden {
    display: none;
}

.danger {
    background-color: #f2dede;
}

.success {
    background-color: #dff0d8;
}

/* Lets asp validators behave normally and modify the input field's class */
input.has-error {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #a94442;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    input.has-error:focus {
        border-color: #843534;
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.successAlert {
    background-color: #dff0d8;
    border: 2px solid #c1e2b3;
    border-radius: 4px;
    color: #666;
    padding: 2px 0px;
    margin: 2px;
    max-width: 565px; /*Same as .JTLMaxWidth */
}
    /* For displayed promos */
    .successAlert > ul {
        margin: 0px 5px 0px 5px;
        padding: 0px 0px 0px 17px;
    }

.errorAlert {
    background-color: rgba(255, 0, 0, 0.75);
    border: 2px solid #a94442;
    border-radius: 4px;
    color: #FFF;
    padding: 2px 0px;
    margin: 2px 0px 10px 0px;
    max-width: 565px; /*Same as .JTLMaxWidth */
}

    .errorAlert > ul {
        margin: 0px 5px 0px 5px;
        padding: 0px 0px 0px 17px;
    }

#confirmForm {
    height: 100%;
}


.elipsisAnim:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
