@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

.inputLineSpacer {
    display: block;
    height: 8px;
}

body {
    margin: 10px;
    font-family: Raleway, Helvetica, Arial, non-serif;
    // color: rgba(0,0,0,0.5);
    color: #0E2A5F;
    font-size: 16px;
    line-height: 1.7;
}

select {
    font-size: 16px;
    font-family: Roboto;
}


#PanelAccept {
    margin-bottom: 20px;
}

.outerContainer {
    width: 830px;
    margin: auto;
}

@media only screen and (max-width: 767.999999999px) {
    .outerContainer {
        width: calc(100% - 0px);
    }
}

#TotalOuterPanel {
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 1px 5px 0px rgba(153,153,153,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.input {
    display:    none;
}

.iframeNoBorder {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.topLogo {
    max-height: 50px;
}

.topHeader {
    width: 100%;
    text-align: center;
}

.topEventName {
}

#topLogoContainer {
    width: 100%;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767.999999999px) {

    .topEventName h1 {
        font-size: 18px;
    }

    .topLogo {
        max-width: calc(100% - 30px);
    }
}


.inputBody {
    width: 100%;
}

.inputPinDiv {
}

.inputMasterDataDiv {
}

.inputMasterTitle {
}

    .inputMasterTitle h1, h2, h3 {
        margin-top: 0px;
    }


.inputIntroTextDiv {
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
}

h1, h2, h3 {
    color: #E1B440;
}

.inputSPDiv {
}

.inputShowKnownFriendInfo {
}

.wrongFriendIDDiv {
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
}

.bottomBar {
    width: 100%;
}


.errorContainer {
    background-color: #f4f4f4;
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 12px;
    color: #BA3B3B;
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
}

.error {
    color: #BA3B3B;
}

.navButton {
    width: 200px;
    height: 42px;
    font-family: Roboto;
    /*height: 50px;*/
    /*padding: 10px 20px;*/
    background: #E1B440; // rgb(91,187,58)
    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;*/
}

.navPlaceRight {
    float: right;
}






@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 {
    padding: 12px;
    margin-top: 12px;
    text-align: center;
}

.bottomAddressDiv {
}

.masterDataInputField {
    width: 100%;
    max-width: 605px;
    border-radius: 5px;
    border: 1px solid #F1EEEA;
    cursor: pointer;
    padding: 6px;
    position: relative;
    /*height: 42px;*/
    line-height: 20px;
    box-sizing: border-box;
    /* width: 100%; */
    font-size: 16px;
    font-family: Roboto;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

textarea, input[id^='tbSP'] {
    position: relative;
    top: -5px;
    height: 20px !important;
    font-family: Roboto;
    font-size: 16px;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #F1EEEA;
    cursor: pointer;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.webQuestionInputField {
    width: 100%;
    max-width: 400px;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.field-container {
    margin-bottom: 14px;
}

.phoneLookupBtn {
    position: relative;
    margin-left: -35px;
    top: 8px;
    width: 22px;
}

.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;
}

.choicesHeading {
    font-weight: 700;
}

.multipleNameCurrent {
    color: black;
    font-weight: 700;
}

.multipleNameOther {
    color: gray;
    font-weight: 500;
}

.addMembersTable {
    width: 100%;
}

    .addMembersTable thead tr td {
        border-bottom: 1px solid rgb(0,0,0,0.5);
    }

.right-align {
    text-align: right;
}

/*label[for^='ddlSP'] {
    width: 100% !important;
    max-width: 400px !important;
    display: inline-block !important;
}*/

table[id^='ddlSP'] {
    width: 100% !important;
}

span[id^=lbSP] {
    width: 100% !important;
    min-height: 30px !important;
    max-width: 400px !important;
    line-height: 30px;
    vertical-align: top;
}

select[id^=ddlSP] {
    width: 100% !important;
    max-width: 300px !important;
}


.DE_ChangesSaved {
    color: rgb(91,187,58);
    font-weight: 600;
}

input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
}

input[type="checkbox"]:checked {
  accent-color: #0E2A5F;  
}

select {
  margin-left: 10px;
  margin-right: 10px;
  // appearance: none;
  /* safari */
  // -webkit-appearance: none;
  /* other styles for aesthetics */
  width: 100%;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #0E2A5F;
  border-radius: 0.5px;
  color: #0E2A5F;
  cursor: pointer;
}

/* input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0.1rem;
  border: 0.25rem solid #E1B440;
  border-radius: 0.5rem;
}

input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  clip-path: polygon(0% 50%, 30% 100%, 100% 0%, 30% 60%);
  transform: scale(0);
  background-color: #ccc;
  flex-shrink: 0;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: #0E2A5F;  
}

input[type="checkbox"]:hover::before {
  color: #ccc;
} */