﻿.inputLineSpacer {
    display: block;
    height: 8px;
}

body {
    margin: 10px;
    font-family: Roboto, sans-serif;
    max-width:400px !Important;
    text-align:left;
    /*margin-left:auto;*/
    margin-right:auto;
    color: #333333;
    font-size: 16px;
    background-color: #f2f7f0;
}

div#TotalOuterPanel.iframeNoBorder {
    background-color: #f2f7f0
}

textarea#tbSP5 {
    background-color: #ffffff;
}

.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;
    background-color: #f2f7f0;
}

.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: 'Roboto', sans-serif;
    /*height: 50px;*/
    /*padding: 10px 20px;*/
    background: rgba(94,158,39,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:centre;
}


.navPlaceRight {
    float: centre;
}


#tbPhone {
    width: 100% !Important;
}


.phoneLookupBtn {
        display:none;
}

#ImageButton1 {
        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: 'Roboto', sans-serif;
    background: #ffffff;
}

.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;
}

