﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&display=swap');



/* edit for accept conditions */
div#PanelAccept {
    display: block !important;
	padding-bottom: 50px;
}
div#PanelAccept input {
    border-image: initial;
    border-color: #fff !important;
    background: #fff !important;
    border-width: 0px !important;
    cursor: pointer;
    padding: 0px;
}
div#PanelAccept label {
    margin-left: 25px;
}
/* - */



.inputLineSpacer {
    display: block;
    height: 8px;
}
body {
    margin: 10px;
    font-family: Roboto;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
}
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: 15px;
    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;
}
.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 {
	/* ITRoom -> */
	font-family: "Playfair Display",serif;
	font-weight: 600;
	word-break: break-word;
	color: #0a1e53;
	line-height: 2rem;
	font-size: 1.50rem;
	text-rendering: optimizeLegibility;
	/* End */
}
.inputMasterTitle h1, h2, h3 {
	margin-top: 0px;
	/* ITRoom -> */
	font-family: "Playfair Display",serif;
	font-weight: 600;
	word-break: break-word;
	color: #0a1e53;
	line-height: 2rem;
	font-size: 1.50rem;
	text-rendering: optimizeLegibility;
	/* End */
}
.inputIntroTextDiv {
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
	/* ITRoom -> */
	line-height: 1.6;
    text-rendering: optimizeLegibility;
    color: #0a1e53;
    font-size: 16px;
    font-family: Roboto,sans-serif;
	/* End */
}
.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: rgb(91,187,58);
    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;*/	
	/* ITRoom -> */ 
	cursor: pointer;
	height: 50px;
    padding: 10px 20px;
    background: #C31230;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 160px; 
	/* End */
}
.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;
    position: relative;
	/* ITRoom -> */
    height: 42px;
	padding: 10px;
	color: #0A1E53;
	/*padding: 6px;*/	
	/* End */
    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;
}
/* ITRoom -> */
.field-container {
    font-size: 14px;
    font-family: Roboto;
    color: #0A1E53;
	margin-bottom: 30px;
}
.field-container span { 
	margin-bottom: 10.5pt;
	color: #0A1E53;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-right: 10px;
}
/*
.field-container {
	font-size: 16px;
    font-family: Roboto;
    color: #0A1E53;

}
*/
/* End */
/* ITRoom */
div#PanelSPControls span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #0A1E53;
}
label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #0A1E53;
}
/* End */
.masterDataInputField:focus {
	border-color: #2752ff;
    background-color: #FFF;
}
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;*/
}
.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;
}
/* ITRoom */
p, tr, td {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.5;
  color: #0a1e53;
  line-height: 2;
}
/* End */


/* ITRoom checkbox -> */
input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
	display: block;
	position: absolute;
	content: "";
	border: solid #66bf46;
	border-width: 0 3px 3px 0;
	width: 6px;
	height: 14px;
	top: -3px;
	left: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);  
}
input[type=checkbox]:before {
  display: block;
  position: absolute;
  content: "";
  background-color:#fff;
  outline: 1px solid #F1EEEA; 
  top: -8px;
  left: 0;
  width: 30px;
  height: 30px;
}
input[type=checkbox]:checked:before {
  background-color: #fff;
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -8px;
  left: 0;
}
table[id^='ddlSP'] {
    width: 100% !important;
    margin-bottom: 30px;
}
span[id^=lbSP] {
    min-height: 25px !important;
}
/* End */

@media only screen and (max-width: 800px) { 
	div#PanelSPControls span {
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
		color: #0A1E53;
		margin-bottom: 7px;
	}
	label[for^='ddlSP'] {
		width: 85% !important;
		max-width: 400px !important;
		display: inline-block !important;
		margin-bottom: 15px;
	}
} 
div#PanelApprove div {
    display: flex;
    margin: auto;
    justify-content: center;
  
}
.inputSPDiv .navButton{
    display: flex;
    margin: auto;
    justify-content: center; 
	margin-top: 35px;
}
.navButton{
	margin-right: 3px;
	margin-left: 3px;
}
.inputMasterDataDiv .navButton{
    display: flex;
    margin: auto;
    justify-content: center; 
}

