﻿html,
body {
    font-family: 'Gotham', Arial, "Helvetica Neue", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.mainView {
    min-height: 400px;
}

@media (max-width:768px) {
	.mainView {
		min-height: 0px;
	}
}

.pin-input {
    margin: 15px 0 20px 0;
}
.pin-control {
	margin: 32px 0 32px 0;
	max-width: 400px;
}

.step-description {
    margin: 0 0 20px 0;
}

li.step2-ticket {
    max-width: 185px;
    margin: 0 10px 20px;
    display: inline-grid;
}

.step2-ticket img {
    margin-bottom: 10px;
}

.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+ */
}

/* ----- START - BTN Changes */
.btn-primary {
    background-color: #B5A36A;
    border: 1px #B5A36A solid;
    font-size: 1.05em;
    font-weight: bold;
    border-radius: 0px;
}

    .btn-primary:hover {
        background-color: #B5A36A;
        border: 1px #B5A36A solid;
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: #B5A36A !important;
        border: 1px #B5A36A solid !important;
        box-shadow: 0 0 0 0.2rem rgba(156, 134, 60, 0.5) !important;
    }

    .btn-primary:disabled {
        background-color: #B5A36A !important;
        border: 1px #B5A36A solid !important;
    }

a.btn-primary {
    color: #ffffff;
}

.btn-secondary {
    font-size: 1.05em;
    font-weight: bold;
}

.btn-next {
    padding: 10px;
    width: 120px;
    /*padding-right: 50px;
    background-image: url(/Images/chevron-right.png);
    background-repeat: no-repeat;
    background-position: right 15px center;*/
}

.btn-prev {
    padding: 10px;
    width: 120px;
    /*padding-left: 50px;
    background-image: url(/Images/chevron-left.png);
    background-repeat: no-repeat;
    background-position: left 15px center;*/
}
/* ----- END - BTN Changes */

/* ----- START - NAV Changes */
.navbar-custom {
    background-color: #FFFFFF;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #343a40 !important;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #343a40 !important;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #343a40 !important;
}

/* START - Change Height */
.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* END - Change Height */

/* START - Add Pipes */
.nav-link {
    color: #000000 !important
}

#options-nav li > a {
    border-right: 1px solid currentColor !important;
}

#options-nav li:last-child > a {
    border-right: 0 !important;
}

@media only screen and (max-width: 992px) {
    #options-nav li > a {
        border-right: 0 !important;
        text-align: center;
    }
}
/* END - Add Pipes */
/* ------- END - NAV Changes*/
