﻿html {
display: flex; 
}

.inputLineSpacer {
    display: block;
    height: 8px;
}

h1 {
    font-size:17pt;
}


body {
	margin: 10px;
	font-family: Arial,Verdana;
	max-width: 98%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 16pt;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    color: #FF9D9B;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #FF9D9B;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    color: #FF9D9B;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #FF9D9B;
}

.loadingCover {
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 50vw;
    height: 50vh;
    z-index: 200000;
    opacity: 0.5;
    display: none;
}

.exceptionDiv {
    border: 2px solid red;
    text-align: center;
    color: #7e1616;
    padding: 12px;
}

.topHeader {
    width: 100%;
}

.topLogo {
    float: right;
    max-height: 100px;
    max-width:95%;
    padding: 12px;
}

.topEventName {
    float: left;
}

.inputBody {
    width: 100%;
}

.inputPinDiv {
    border: 1px solid gray;
    padding: 12px;
}

.inputMasterDataDiv {
    border: 1px solid gray;
    padding: 12px;
}

.inputMasterTitle {
}

.inputIntroTextDiv {
    border: 1px solid gray;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
}

.inputSPDiv {
    border: 1px 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 {
    
  /*background-color: green !important;*/
    background-color: #ed694b !important;
    color: white;
    font-weight: 700;
    padding: 8px;
    border: 1px solid black;
    float: right;
    margin-right: 12px;
}

.navPlaceRight {
    float: right;
}


/*media screen,print*/
    input.text:focus, input.input-text:focus, input.password:focus, input[type='text']:focus, textarea:focus, textarea.input-textarea:focus, iframe.editor:focus, select:focus {
        border-color: #2752ff;
        background-color: #FFF;
        -webkit-transition: all 0.2s ease-in-out 0.2s;
        -moz-transition: all 0.2s ease-in-out 0.2s;
        -ms-transition: all 0.2s ease-in-out 0.2s;
        -o-transition: all 0.2s ease-in-out 0.2s;
        transition: all 0.2s ease-in-out 0.2s;
        -webkit-box-shadow: #F8F9FD 0 0 5px;
        -moz-box-shadow: #F8F9FD 0 0 5px;
        -ms-box-shadow: #F8F9FD 0 0 5px;
        -o-box-shadow: #F8F9FD 0 0 5px;
        box-shadow: 0px 0px 5px #f8f9fd;
        outline: none;
    }





@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;
    }
}


.bottomDiv {
    border: 1px solid gray;
    padding: 12px;
    margin-top: 12px;
}

.bottomAddressDiv {
    text-align:center;
}

.masterDataInputField {
    width: 100%;
    max-width: 400px;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.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;
}