﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

footer {
    bottom: 0;
    background-color: #fff;
    width: 100%;
    position: fixed;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
button {
    max-width: 280px;
}

    select.form-control {
        margin: 0 0 5px 0;
    }

.form-floating {
    color: rgb(153,153,153);
}

div, a {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

div {
    cursor: default;
}

ul {
    list-style: none;
    padding: 0;
}

.loader {
    background-image: url(../Images/Spinner.svg);
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    margin-left: -16px;
    transform: scale(2.5);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

textarea {
}

.commentContainer {
}

.commentHeader {
    font-weight: bold
}

.comment {
    text-wrap: normal;
    white-space: pre-wrap;
}

.dl-horizontal-site-wrap {
    width: 160px;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    white-space: pre-wrap;
    border: solid 2px
}

.dl-horizontal-site dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal-site dl {
    text-align: left;
    float: right;
    max-width: 180px
}


#CaptchaImage {
    width: 100% !important;
}

#CaptchaInputText {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    #CaptchaInputText:focus {
        border-color: rgb(0,35,94);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,35,94,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,35,94,0.6)
    }

    #CaptchaInputText[disabled], #CaptchaInputText[readonly], fieldset[disabled] #CaptchaInputText {
        cursor: not-allowed;
        background-color: #eee;
    }





.spinner {
    margin: 0 auto;
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid lightgray 2px;
    border-top: solid rgb(0,35,94);
    border-right: solid rgb(0,35,94);
    rgb(0,35,94) background-color:none;
    animation: spin 2s linear infinite;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nav li:hover .user {
    display: block;
}

.user {
    position: absolute;
    display: none;
    top: 45px;
    right: 0;
    z-index: 2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.userimage {
    position: relative;
    float: left;
    height: 25px;
    width: 25px;
    margin: 0 5px 0 0;
    padding: 0;
}

.user a {
    text-decoration: none;
    color: #777777;
    display: block;
}

.user li:hover a {
    text-decoration: none;
    color: black;
}

.user li {
    background-color: #F8F8F8;
    text-align: left;
    padding: 0 15px 0 15px;
    line-height: 40px;
    white-space: nowrap;
    border-bottom: 1px solid #cccccc;
}

.nav {
    height: 40px;
}

.discountUnitContainer {
    vertical-align: top;
    border-radius: 0;
    border: 1px solid;
    border-color: lightgray;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 30%;
}



.discountUnitContainerContent {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding: 3px;
}

/*.discountUnitContainerContent :hover{ 
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none; 
   

}*/

table {
    margin: 0 auto;
}

.discountB {
    margin: 5px auto;
    height: auto;
    width: 100%;
}

.discountB span{
    pointer-events:none;
}

.discounter {
    border: none;
}

.discountBusyModal {
    position: absolute;
    opacity: 0.9;
    background-color: rgb(0,35,94);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 0;
}

    .discountBusyModal span {
        display: inline-block;
        margin: 10px 0;
    }

.discountBusyModalContent {
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: aliceblue;
}

.hoverBlocker {
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
}


.validationResultContainer {
    text-align: center;
    margin: auto;
}

.validationResultItem {
    display: inline-block;
}

#mainProgressContainer {
    height: 4px;
    background-color: transparent;
    box-shadow: none
}

#timer {
    width: 100%;
    height: 4px;
    background-color: rgb(0,35,94)
}

.swvHeader {
    display: table;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: lightgray;
    margin-bottom: 10px;
}

    .swvHeader h5 {
        color: rgb(0,35,94);
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
    }

.assignedDiscounts {
    display: table;
    text-align: center;
    width: 100%;
    height: 30px;
    background-color: lightgray;
    margin-top: 10px;
}

    .assignedDiscounts h5 {
        color: rgb(0,35,94);
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
    }

.ticketType {
    margin: 5px 0 0 0;
}

    .ticketType label {
        color: rgb(153,153,153);
        font-weight: normal;
    }

.form-check-label {
    color: rgb(153,153,153);
    font-weight: normal;
}

input[type="checkbox"] {
    accent-color: rgb(0,35,94);
}

input[type="radio"] {
    accent-color: rgb(0,35,94);
}

input[name="UseBarcodeScanner"] {
    accent-color: rgb(0,35,94);
}

.CameraScanner {
    width: 90%;
    height: 90%;
    text-align: center;
}

.videoContainer {
    text-align: center;
}

#sourceSelect.form-control.videoSourceSelect {
    width: 90%;
    margin: 0px auto;
}

.reportResult {
    margin: 0;
    position: relative;
    text-align: center;
}

.reportViewer {
    border: none;
    
}
.reportViewer a, .reportViewer a:visited{
    color:gold
}

#ReportViewer1 a, #ReportViewer1 a:visited {
    color: rgb(215,255,0);
}

video {
    width: 90%;
    height: 90%;
    border: 1px solid gray;
}

.discountedStatus {
    margin: 0;
    padding: 5px 0px
}

.headingContainer {
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 200px;
}

#imgLogo {
    max-width: 200px;
}

#headingLogo {
    text-align: center;
    font-weight: 700;
    color: rgb(153,153,153)
}

.loginForm {
    margin: 5px auto;
    position: relative;
    max-width: 300px;
}

.calculatedFeeContainer {
    margin: 0 auto;
    max-width: 360px;
    position: relative;
}

    .calculatedFeeContainer dl {
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

.btn-group-justified {
    border-spacing: 5px 0;
    text-align: center;
}

    .btn-group-justified button.btn.btn-default {
        height: 50px;
        width: 45%;
        display: table-cell;
        margin: 5px;
    }


.calculatedFee {
    vertical-align: middle;
    text-align: center;
}

button {
    height: 50px;
}

.font10 {
    font-size: 10px;
}

@media screen and (max-width:768px) {
    .nav {
        height: auto;
    }

    .user li {
        text-align: left;
        padding: 0 0 0 15px;
    }

    .user {
        top: 0;
        min-height: initial;
        position: relative;
    }
}
