/*#region Scotia Styles*/

/*#region Scotia Font*/
@font-face {
    font-family: 'Scotia Sans';
    src: url('/fonts/Scotia_W_Bd.woff2') format('woff2'), url('/fonts/Scotia_W_Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Scotia Sans';
    src: url('/fonts/Scotia_W_Rg.woff2') format('woff2'), url('/fonts/Scotia_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Scotia Sans Light';
    src: url('/fonts/Scotia_W_L.woff2') format('woff2'), url('/fonts/Scotia_W_L.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Scotia Sans Headline';
    src: url('/fonts/Scotia_W_Headline.woff2') format('woff2'), url('/fonts/Scotia_W_Headline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*#endregion // Scotia Font*/

html {
    font-family: "Scotia Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "Scotia Sans",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    color: #515151;
}

a, a:hover, a:active, a:visited {
    color: rgb(130,48,223);
    /*color: #0366d6;*/
}

    a.school {
        text-decoration: underline !important;
        cursor: pointer !important;
    }

.text-danger {
    color: #ED0722;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Scotia Sans Headline",Roboto,"Helvetica Neue",Arial,sans-serif;
}

input.scene-input {
    color: #949494;
    width: 100%;
    padding: 10px;
    font-size: 21px;
}

input.specialcode-maskedinput {
    color: #949494;
    width: 100%;
    padding: 10px;
    font-size: 21px;
    letter-spacing: 0.25em;
}

label.scene-label {
    color: #949494;
    text-align: center;
    display: block;
    font-weight: 200;
    padding: 1.1em;
}

.scene-radio-span {
    float: left;
    color: #949494;
    text-align: center;
    display: block;
    font-weight: 200;
}

input.scene-radio {
    color: #949494;
    font-size: 1.7em;
}

input.scene-button {
    background-color: #ED0722;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    white-space: normal;
    width: 200px;
}

input.scene-small-button {
    background-color: #ED0722;
    font-weight: bold;
    text-align: center;
    min-width: 60px;
    color: white;
    white-space: normal;
}

input.scene-gray-button {
    background-color: #7e7e7e;
    font-weight: bold;
    text-align: center;
    color: white;
    white-space: normal;
    width: 200px;
}

.scene-header {
    font-family: "Scotia Sans Headline";
    text-align: right;
}

.scene-note {
    color: #949494;
    text-align: center;
    display: block;
    font-weight: 200;
    padding: 1.1em;
    background-color: #F1F1F1;
}

/*placeholder styles*/
.specialcode-maskedinput::-webkit-input-placeholder { /* Edge */
    font-size: 28px;
}

.specialcode-maskedinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 28px;
}

.specialcode-maskedinput::placeholder {
    font-size: 28px;
}
/*#endregion Scotia Styles*/

/* Start - Checkbox Style Hack */
.checkbox {
    padding-left: 0px;
}

    .checkbox label {
        padding-left: 0px;
    }

        .checkbox label:after {
            content: '';
            display: table;
            clear: both;
        }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #000000;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
    }

        .checkbox .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 20%;
        }

    .checkbox input[type="checkbox"] {
        display: none;
    }

        .checkbox input[type="checkbox"] ~ .cr > .cr-icon {
            opacity: 0;
        }

        .checkbox input[type="checkbox"]:checked ~ .cr > .cr-icon {
            opacity: 1;
        }

        .checkbox input[type="checkbox"]:disabled ~ .cr {
            opacity: .5;
        }
/* End - Checkbox Style Hack */

/* Start - Navigation Style */
/*.navbar-brand > img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}*/

.navbar {
    border-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 8px;
}

.navbar-nav {
    /*text-transform: uppercase;*/
}

.navbar-brand {
    min-height: 50px;
    height: auto;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #515151 !important;
}

@media (max-width:768px) {
    .navbar-default {
        margin-bottom: 0;
    }
}
/* End - Navigation Style */

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 320px;
}
*/

.no-max-width input,
.no-max-width select,
.no-max-width textarea {
    max-width: none;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styles for the dialog popup */
.modal-body {
    padding: 15px 40px;
}

    .modal-body h2 {
        font-size: 20px;
    }

    /*

        .modal-body .radio {
    margin: 0;
	padding: 5px;
    float: left;
    width: 50%;
}
.modal-body .radio > label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}*/

    .modal-body .btn {
        margin-top: 20px;
    }

/*@media (max-width:768px) {
    .scene-header {
        text-align: left;
    }
}
*/


.scene-footer {
    margin-top: 50px;
    text-align: center;
    padding: 1rem 0rem;
    font-size: 0.8em;
    background-color: #7f7e7e;
    color: #fff;
}

.scene-footer-links {
    font-size: 1.2em !important;
}

    .scene-footer-links > a {
        text-decoration: none !important;
        color: #fff;
    }

.text-danger {
    color: #ED0722;
}

.scene-legal {
    font-weight: bold;
}

.scene-content-pinarea {
    padding: 30px 50px 40px;
    border: 1px #cccccc solid;
}

.shadow-box {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Scotia Sans Headline",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.scene-header-red, .scene-text-red {
    color: #ED0722;
}

    .scene-header-red > h2 {
        margin: 10px 0 20px 0;
    }

.scene-description-text {
    margin: 20px 0;
}

.scene-select-title {
    margin: 0 0 30px;
}

.scene-pin-input {
    margin: 15px 0 20px 0;
    max-width: 400px;
}


li.scene-step2-ticket {
    max-width: 185px;
    margin: 0 10px 20px;
    display: inline-grid;
}

.scene-step2-ticket img {
    margin-bottom: 10px;
}

.scene-step2-ticket-title {
}

.scene-step2-ticket-desc {
    overflow: hidden;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.btn {
    background-color: #ED0722;
    border: 1px #d1101c solid;
    font-size: 1.05em;
    font-weight: bold;
    color: #ffffff !important;
    padding: 5px 20px 6px;
    border-radius: 6px;
    margin: 20px 0;
}

    .btn:hover {
        background-color: #d1101c;
        border: 1px #d1101c solid;
        color: #ffffff;
    }

    .btn:active {
        background-color: #ED0722;
        border: 1px #ffffff solid;
        color: #ffffff;
    }

.scene-btn-next {
    padding-right: 50px;
    background-image: url(/Images/chevron-right.png);
    background-repeat: no-repeat;
    background-position: right 15px top 8px;
}

.scene-btn-prev {
    padding-left: 50px;
    background-image: url(/Images/chevron-left.png);
    background-repeat: no-repeat;
    background-position: left 15px top 8px;
}

.scene-registration-buttons > a, .scene-registration-buttons > input {
    margin: 50px 10px 10px 10px;
}

.scene-check-box {
    zoom: 1.2;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.checkbox {
    line-height: 1.4em;
    padding-left: 30px;
    margin-top: 0px;
}

/* ----- START - Add Pipes */
#options-nav .nav > li > a {
    border-right: 1px solid #000000 !important;
    color: #222222;
}

#options-nav .nav > li:last-child > a {
    border-right: 0 !important;
}

/* ------- END - Add Pipes */

#lang-select {
    text-align: right;
    margin: 10px 30px;
}

    #lang-select a {
        color: #222222;
        text-decoration: none;
    }

.scene-content-pinarea {
    padding: 0;
    border: 0;
}

#logoInterac {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

}

ol.faq {
    margin: 0;
    padding: 0;
    display: table;
}

    ol.faq > li {
        list-style: none;
        display: table-row;
        margin: 0;
        padding: 0;
    }

div.faq-header {
    display: table-cell;
    text-align: right;
    padding-right: .5em;
}

#logoInterac {
    margin-left: 32px;
    margin-top: 15px;
}


.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

    .custom-radios input[type="radio"] + label {
        color: #333;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        .custom-radios input[type="radio"] + label span {
            display: inline-block;
            width: 25px;
            height: 25px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            /*border-radius: 50%;*/
            border: 2px solid #fff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            line-height: 25px;
        }

            .custom-radios input[type="radio"] + label span img {
                opacity: 0;
                transition: all 0.3s ease;
            }

    .custom-radios input[type="radio"]#color-3 + label span {
        background-color: #f1c40f;
    }

    .custom-radios input[type="radio"]#color-4 + label span {
        background-color: #e74c3c;
    }

    .custom-radios input[type="radio"]:checked + label span img {
        opacity: 1;
    }
