﻿@font-face {
    font-family: 'Rooney';
    src: url("fonts/rooney_light.eot");
    src: url("fonts/rooney_light.eot?#iefix") format("embedded-opentype"),url("fonts/rooney_light.woff2") format("woff2"),url("fonts/rooney_light.woff") format("woff"),url("fonts/rooney_light.ttf") format("truetype"),url("fonts/rooney_light.svg#rooneylight") format("svg");
    font-weight: normal;
    font-style: light
}

@font-face {
    font-family: 'Rooney';
    src: url("fonts/rooney_bold.eot");
    src: url("fonts/rooney_bold.eot?#iefix") format("embedded-opentype"),url("fonts/rooney_bold.woff2") format("woff2"),url("fonts/rooney_bold.woff") format("woff"),url("fonts/rooney_bold.ttf") format("truetype"),url("fonts/rooney_bold.svg#rooneybold") format("svg");
    font-weight: bold;
    font-style: normal
}

.inputLineSpacer {
    display: block;
    height: 8px;
}

body {
    margin: 10px;
    font-family: Rooney;
    max-width:550px;
    text-align:left;
    /*margin-left:auto;*/
    margin-right:auto;
    color: #333333;
    font-size: 16px;
}

.exceptionDiv {
    border: 2px solid red;
    text-align: center;
    color: #7e1616;
    padding: 12px;
}

.topHeader {
    width: 100%;
    display: none;
}

.topLogo {
    float: right;
    max-height: 0px;
}

.topEventName {
    float: left;
}

.inputBody {
    width: 100%;
}

.inputPinDiv {
    border: 1px solid gray;
    padding: 12px;
}

.inputMasterDataDiv {
    border: 0px solid gray;
    padding: 12px;
}

.inputMasterTitle {
    display:none;
}

.inputIntroTextDiv {
    border: 0px solid gray;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
    display: none;
}

.inputSPDiv {
    border: 0px solid gray;
    padding: 12px;
}

.inputShowKnownFriendInfo {
    border: 1px solid gray;
    padding: 12px;
    margin-bottom: 12px;
}

.wrongFriendIDDiv {
    border: 1px solid gray;
    padding: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
}

.bottomBar {
    width: 100%;
}

.error {
    color: red;
    font-weight: 600;
}

.navButton {
    width: 150px;
    height: 42px;
    font-family: Rooney;
    /*height: 50px;*/
    /*padding: 10px 20px;*/
    background: rgba(205,77,0,0.95) !Important;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
    color: white;
    text-decoration: none;
    border: none;
    font-size: 16px;
    /*font-weight: 600;*/
    float:right;
}


.navPlaceRight {
    float: right;
}


#tbPhone {
    width: 100% !Important;
}


@media screen and (min-width: 522px) {
    .phoneSearchBtn {
        vertical-align: middle;
    }
}

@media screen and (max-width: 522px) {
    .phoneSearchBtn {
        vertical-align: middle;
        margin-top: 10px;
        margin-left: 165px;
    }
}

.phoneSearchBtn {
        display:none;
}

.bottomDiv {
    border: 1px solid gray;
    padding: 12px;
    margin-top: 12px;
    display: none;
}

.bottomAddressDiv {
}

 .masterDataInputField {
    width: 100%;
    max-width: 350px;
    border: 1px solid #aaa;
    cursor: pointer;
    padding: 10px;
    position: relative;
    /*height: 42px;*/
    line-height: 20px;
    box-sizing: border-box;
    /* width: 100%; */
    font-size: 16px;
    font-family: Rooney;
    background: #f4f4f4;
}

.webQuestionInputField {
    width: 100%;
    max-width: 400px;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.field-container {
    margin-bottom: 8px;
}

.completeOverlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    background-color:black;
    opacity:0.6;
}

.termsWindow {
    position:fixed;
    padding:10px;
    top:3%;
    left:3%;
    width:92vw;
    height:92vh;
    background-color:white;
    color:black;
    z-index:20000;
    overflow-y:scroll;
}

#tbPhone {
    width: 100% !Important;
}

