﻿@font-face {
    font-family: 'tnorthbold';
    src: url('/fonts/tnorth-bold-webfont.eot');
    src: url('/fonts/tnorth-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/tnorth-bold-webfont.woff2') format('woff2'), url('/fonts/tnorth-bold-webfont.woff') format('woff'), url('/fonts/tnorth-bold-webfont.ttf') format('truetype'), url('/fonts/tnorth-bold-webfont.svg#tnorthbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
    Palette:
      Keno blue: 016AB6
      Light blue background: D6E0F1
      Dark text: 3E3E3F
*/

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #d8f2fd;
    font-family: Helvetica, Arial, sans-serif;
}

.container {
    min-height: 100%;
    position: relative;
}

.body-content {
    color: #5b5b5c;
    font-size: 1.3em;
}

.navbar {
    background-color:white;
}
.navbar-header img {
    height: 45px;
    /*padding-left: 16px;*/
    padding-top: 6px;
}
.navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-header {
    float: none;
}
a, a:visited, a:active, a:focus {
    outline: none;
}


/*Show hamburger menu on desktop:*/
@media (max-width: 10000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
        .navbar-nav > li {
            float: none;
        }
            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
    .collapse.in {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .navbar-header > img {
        padding-top: 7px;
        padding-left: 17px;
        padding-bottom: 5px;
    }

    /*.landingpagebutton button {
        font-size: 15px;
        padding: 3px 5px;
    }*/
    .navbar-header img {
        padding-left: 16px;
        /*padding-top: 6px;*/
    }
}

.landingpagecontainer {
    margin: 0;
}

.landingpageimagecontaner {
}

@media screen and (orientation: portrait) {
    #landingpagelandscapeimage {
        display: none;
    }

    #landingpageportraitimage {
        display: block;
    }
}

@media screen and (orientation: landscape) {
    #landingpagelandscapeimage {
        display: block;
    }

    #landingpageportraitimage {
        display: none;
    }
}

.landingpageoverlay {
    position: relative;
    top: 0;
    height: 100%;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*.landingpagebutton {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}*/
@media (max-width: 768px) {
    /*.landingpagebutton {
        bottom: 56px;
    }*/
}

    .btn-primary {
        background-color: white;
        color: rgb(0, 112, 192);
        font-size: 24px;
        font-weight: bold;
        border-radius: 26px;
        border-width: 0 !important;
        box-shadow: 2px 2px 4px #bbb;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active {
            color: rgb(0, 112, 192);
            background-color: white;
            box-shadow: 2px 2px 4px #888;
            border: none !important;
            outline: none;
        }
.btn:focus, .btn:active, .btn:hover, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}


    footer {
        background-color: #016AB6;
        padding: 30px;
        color: white;
        text-align: center;
        position: relative;
        width: 100%;
    }

        footer a, footer a:visited, footer a:active {
            color: white;
            outline: none;
        }

.modal-content {
    background-color: #d8f2fd;
}

    .modal-body {
        text-align: center;
    }

    ul {
        list-style-image: url('/images/point.png');
    }

    .bold {
        font-weight: bold;
    }

    .modal-footer {
        text-align: center;
    }

    .centerdiv {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }

    #divScanner {
        margin-top: 10px;
    }

        #divScanner.viewport {
            position: relative;
        }

            #divScanner.viewport > canvas, #divScanner.viewport > video {
                max-width: 100%;
                width: 100%;
                max-height: 100%;
                height: 100%;
            }

    canvas.drawing, canvas.drawingBuffer {
        display: none;
    }

    .scannerOverlayOuter {
        color: white;
        font-weight: bold;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 15%;
        text-align: center;
    }

    .scannerOverlayInner {
        border: 2px ridge deepskyblue;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .checkbox {
        margin: 0 0 0 20px;
    }

        .checkbox > label {
            padding-left: 14px;
        }

        .checkbox > input[type="checkbox"] {
            width: 20px;
            margin-top: -2px;
            box-shadow: none;
            background-color: transparent;
        }

    .modal-header, .modal-footer {
        border: none;
    }

    .submitbutton {
        margin: 30px 0 10px 0;
    }

    .g-recaptcha {
        margin-top: 20px;
    }

.bannerdiv {
    background-color: #D6DFF1;
}

    .entryformaddon > span {
        background-color: white;
        color: #BFBFBF;
        border-left: none;
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset !important;
    }

    .entryformaddon > input {
        border-right: none;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: black !important;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: black !important;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    :-ms-input-placeholder { /* IE 10+ */
        color: black !important;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: black !important;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    ::placeholder { /*as of April 2017*/
        color: black !important;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    h2 {
        font-weight: bold;
    }

    input.input-validation-error {
        border: #ea6664 solid 2px;
    }

    .field-validation-error {
        font-size: 0.75em;
    }

    #thankyouContainer {
        display: none;
        text-align: center;
        background-color: white;
        padding: 10px 0;
    }

    .thankyouH1 {
        font-family: tnorthbold;
        color: rgb(0, 112, 192); /*Keno blue*/
        font-size: 2em;
        padding: 10px 0;
    }

    .thankyouH2 {
        font-size: 1.4em;
        font-weight: bold;
        padding: 10px 20px;
    }

    .thankyouEntryID {
        font-weight: bold;
        padding: 10px 20%;
    }

    .thankyouText {
        padding: 10px 20px;
    }

    .thankyouButtonContainer {
        text-align: center;
        padding: 20px 0;
    }

        .thankyouButtonContainer button {
            margin-top: 10px;
            padding-left: 15px;
            padding-right: 15px;
            width: 320px;
            border: 1px solid lightgrey;
        }

    .ladda-spinner {
        color: black;
        background-color: black !important;
    }

    .background-white {
        background-color: white;
        padding: 10px;
    }
.barcodetooltip {
    /*font-size:2em;*/
}
.tippy-tooltip.keno-theme {
    background-color: #5b5b5c;
    color: white;
    padding: 10px;
    font-size: 1.1em;
}
.italic {
    font-style: italic;
}