


.blueText { color:#0003FC;}
.greenText { color:#00FD04;}









.ozoneCatSelector {
	margin-left:4px;
	margin-right:4px;
}






.faqPage {
  margin:20px;
}

.faqSection { margin-left:40px;}
.faqIndentLevel2 {margin-left:60px;}

.qaLetter {
  font-size:20px;
  font-weight:800;
  color:#337ab7;
}








































.myOzoneContainer {
	margin:auto;
	padding:20px;
	margin-left:10px;
  width: 100%;
}

.categoricalCardGrid {
	margin:auto;
	padding:20px;
	margin-left:10px;
}





.adminNav {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin: 0;
	padding: 0;
	background-color:#f1f1f1;
	font-size:14px;
	height:60px;
}


.adminNavButtons {
	color:#337ab7;
	display: block;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	cursor:pointer;
}


.adminMenuActive {
  background-color:#ccc;
  border-style:solid;
  border-width:2px;
  border-color:#b0bb1d;
}

.loggedInAdmin{
  font-weight:600;
  color:#a1a1a1;
}


.adminCardEditorContainer {
	padding:10px;
}

.adminContent {
	padding:10px;
}


.timelineBox2 {
  margin:0 auto;
  width:80%;
  max-width:80%;
  padding:10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}



.adminCardEditorInfoBar {
	font-size:1.2em;
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:center;
	width:100%;
	height:34px;
}

.adminCardEditorInfoBarItem{
	flex:auto;
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:center;
  
}


.admin2in1switch {
  flex:300px;
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:center;

  width:100%;
	border-width:3px;
	border-style:solid;
	border-color:#b0bb1d;
	border-radius:4px;
  margin-right:10px;
}

.switchItem_2in1 {
  flex:auto;
}

.card2in1toggle {

}


.card2in1switch {
  display: flex;
  display: -webkit-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:110px;
  position:absolute;
  margin-left:50px;
  margin-top:40px;
  padding:6px;
  border-radius:6px;
  border-width:1px;
  border-color:#d3d3d3;
  border-style:solid;
}


.chooseModeText {
  font-size:16px;
  color:#999;
  margin-bottom:6px;
}


.modeText_2in1 {
  font-weight:800;
  font-size:20px;
  
}


.toggle2in1 {
  margin-left:10px;
  height:34px;
}



.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00FD04;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 9%;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #0003FC;
}

input:focus + .slider {
  box-shadow: 0 0 2px #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}


.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}








.card_frame {
	margin: 0 auto;
	height: 500px;
	background-color: white;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}



.card_flex_container {
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	width:100%;
	height:500px;
	position:absolute;
	top:120px;
}

.card_left_arrow {
	font-size:5em;
}




.card_right_arrow {
	font-size:5em;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:baseline;
	height:500px;
}


.card_left_bottom_button_area {
	position:absolute;
	bottom:50px;
	left:20px;
}


.card_right_bottom_button_area {
	position:absolute;
	bottom:50px;
	right:20px;
}


.card_zoomer_area {
	position:absolute;
	top:150px;
	right:20px;
}



.zoomer_left_button {
	float:left;
}

.zoomer_right_button {
	float:right;
}




.pictureFrameFrame {
	z-index:2000;
	background-color:white;
	position:absolute;
	border-width:3px;
	border-style:solid;
	border-color:#e3e3e3;
	border-radius:8px;
	text-align:center;
	padding:10px;
}



.pictureFrameFrameInstructions {
	font-size:1.1em;
	font-weight:800;
	color:#ccc;
	margin:10px;
}


.actualPictureFrameFrame {
	text-align:center;
	z-index:8888;
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
}


.actualPFFImage {
	max-width:95%;
	max-height:95%;
	border-style:solid;
	border-width:10px;
	border-color:#fff;
}







.ogContainer {
  padding:10px;
}




.smallerAdminNavBar {
	font-size:0.9em;
  width:100%;
  height:50px;
}






.featuredFiveWasSet {
  color:green;
  font-size:2em;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items:center;
}

.logoSelect {
	height:200px;
	border-style:solid;
	border-width:2px;
	border-color:#eee;
  overflow-y:scroll;
}

.themeMakerLogos{
	border-style:solid;
	border-width:1px;
	border-color:#eee;
}

.selectedLogoThemeMaker {
	border-style:solid;
  border-width:4px;
	border-color:#b0bb1d;
}

.selectedLogoThemeEditor {
	border-style:solid;
  border-width:2px;
	border-color:#b0bb1d;
}

.tinyText {
	font-size:0.6em;
}

.tinyText:hover {
	border-color:#b0bb1d;
	border-width:4px;
}

.logoUsedInCat {
	padding-left:30px;
	font-size:1.4em;
	color:blue;
  width:300px;
  overflow-x:scroll;
}

.deleteLogoButton{
	color:white;
	background-color:red;
	float:right;
	margin:10px;
}

.themeEditor {
  position:fixed;
  top:100px;
  left:20%;
  width:900px;
  height:600px;
  z-index:999;
  background-color:white;
  border-color:#ccc;
  border-width:2px;
  border-style:solid;
  border-radius:10px;
	-webkit-box-shadow: 0 -10px 20px #fff;
	-moz-box-shadow: 0 -10px 20px #fff;
	-ms-box-shadow: 0 -10px 20px #fff;
	-o-box-shadow: 0 -10px 20px #fff;
	box-shadow: 0 -10px 20px #fff;
  padding:10px;
}

.themeEditorLogoChooser {
  height:200px;
  overflow-y:scroll;
  overflow-x:hidden;
  border-width:1px;
  padding:10px;
}

.themeEditorLogos {
  border-color:#eee;
  border-width:1px;
  border-style:solid;
}

.themeEditorLogos:after {
  border-color:#b0bb1d;
  border-width:2px;
  border-style:solid;
}

.gradColorPicker {
	width:100px;
}

.short{
  height:50%;
}

.testLogoForThemeMaker{
  border-width:3px;
  border-color:#ccc;
  border-radius:6px;
  border-style:solid;
  width:100px;
}



.saveThemeButton{
	color:white;
	background-color:green;
	padding:6px;
	margin:6px;
	
}

.deleteThemeButton {
	font-weight:800;
	background-color:red;
	color:white;
	padding:6px;
	margin:2px;
	float:right;
}

.selectedTheme {
	text-align:center;
	width:400px;
	color:green;
	font-weight:800;
	font-size:2em;
}

.sampleGradientStrip {
	display:inline-block;
	width:100px;
	height:20px;
}



.existingTheme {
	font-weight:600;
	border-width:1px;
	border-style:solid;
	border-color:#eee;
  white-space:nowrap;
  padding:5px;
  height:50px;
  cursor:pointer;
}

.existingTheme:hover {
	border-style:solid;
	border-width:1px;
	border-color:#b0bb1d;
}

.themeName{
  font-size:1.2em;
  padding:20px;
}

.themeLogo {
  left-padding:10px;
  right-padding:10px;
}

.chosenThemeTxt {
  font-size:2em;
  color:#b0bb1d;
  padding-left:60px;
}

.horizontalGradientStripe {
	height:1.9em;
	display:flex;
	align-items:center;
	justify-content:center;
  color:white;
  font-weight:400;
  font-size:1.1em;
 
}

.gradientStripeInterior {
	color:white;
	font-size:1.4em;
	font-weight:200;
	text-align:center;
  letter-spacing:.4px;
}

.horizontalGradientStripeSmaller {
	height:1.7em;
	
	display:flex;
	
	align-items:center;
	justify-content:center;
}

.gradientStripeInteriorSmaller {
	color:white;
	font-size:1.2em;
	font-weight:200;
	text-align:center;
}


.tm {
	font-size:0.5em;

}

.upcomingHolidaysText {
	padding-left:15%;
}







.nonMemberChooseSignUpButton {
  position:relative;
  margin-right:-100px;
}



.hitCounts {
	font-size:2em;
	font-weight:800;
	color:green;
}


.masterCard {
	height: 80%;
	width: 80%;
}

.masterCardTinys {
	width: 50px;
}

.masterCardModalSmall {
	width: 100px;
}


.masterCardModal {
  border-width:1px;
  border-style:solid;
  z-index:2000;
  background-color:white;
  position:fixed;
  top:10px;
  left:1%;
  right:36%;
  width:94%;
  height:84%;
  overflow-y:scroll;
  overflow-x:hidden;
}

.spreadMeEvenly{
	display:flex;
	flex-direction:horizontal;
	align-content:stretch;
	justify-content:space-between;
	align-items:stretch;
}


.yellowBordered {
	border-width:4px;
	border-color:yellow;
	border-style:dotted;
}

.cardCountBox1 {
  margin-bottom:8px;
	background-color:green;
	color:white;
	font-weight:400;
	text-align: center;
}

.cardCountBox2 {
  margin-bottom:8px;
	background-color:blue;
	color:white;
	font-weight:400;
	text-align: center;
}

.cardCountBox3 {
  margin-bottom:8px;
	background-color:orange;
	color:white;
	font-weight:400;
	text-align: center;
}


/* featured five on fridays */
.featuredFive {
	width:70%;
}





.ffTitleTextBox {
	font-size:.9em;
	font-weight:600;
	color:#666666;
	line-height: 2.5ex;
	height: 5.0ex; /* 2.5ex for each visible line */
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
}



.signUpSuccess {
  text-align:center;
  padding:20px;
  font-weight:600;
  font-size:2.4em;
  color:green;
}






/* zero hero stuff */

.zeroContainer {
/*
	height:100%;
*/
	width:100%;
}





::-webkit-scrollbar {
  -webkit-appearance: none;
  width: auto;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.speechBubbleControls {
  background:white;
}


.hoverColorChanger:hover {
	background-color:#ccc;
}


.zeroHeroModal {
	width:300;
	height:400;
	position:fixed;
  top:20px;
  left:200px;
  z-index:2000;
  text-align:center;
}


.zeroModal {
  width:300px;
  height:500px;
  position:fixed;
  top:20px;
  left:600px;
  z-index:2000;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction:column;
  align-items:left;
}

.zeroSinglesBlock {
  background-color:#f1f1f1;
  height:300px;
  overflow:scroll;
}


.occasionListItem {
	font-size:1em;
	font-weight:500;
}


.zeroImage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	-webkit-box-align: center;
		 -ms-flex-align: center;
		    align-items: center;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
	 justify-content: center;
}

.zeroHeroColumn {
	height:400px;
	position:relative;

}


.speechBubble {
	z-index:1;
	position:absolute;
}




.zeroHeroCardsColumn {
	height:400px;
	position:relative;
  z-index:0;
}

.zeroHeroCardBlock {
	background-color:#f1f1f1;
	height:100%;
	object-fit: contain;
  vertical-align: middle;
  
}

.zeroHeroCardBlock_admin {
  background-color:#f1f1f1;
  height:200px;
  overflow:scroll;
}

.zhcsButton:hover {
  border-color:#000;
}

.zhcsButton {
	position:relative;
	top:7px;
	bottom:auto;
	margin:2px;
	width:120px;
  height:42px;
	color:white;
  text-shadow: none;
  border-style:solid;
  border-width:1px;
  border-color:#bbb;
  border-radius:6px;
  font-size:.8em;
  font-weight:800;
	-webkit-box-shadow: 0 -4px 4px #fff;
	-moz-box-shadow: 0 -4px 4px #fff;
	-ms-box-shadow: 0 -4px 4px #fff;
	-o-box-shadow: 0 -4px 4px #fff;
	box-shadow: 0 -4px 4px #fff;
}




.cardTitleSmaller {
	font-size:.9em;
	font-weight:600;
	color:#666666;
	line-height: 1.6ex;
	height: 3.8ex; /* 2.5ex for each visible line */
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top:2px;
}






.hundredPx {
	max-width: 100px;
}

.categoryNameAdminUI {
	color:DarkGreen;
	font-weight:800;
}

.subCatNameAdminUI {
	color:green;
	font-weight:400;
}


.adminHeaderText {
	margin-top: 10px;
	color:#999999;
}















.admin-page-header {
	height: 40px;
	margin-top:10px;
}







.menuButtonBox {
	height:50px;
}





.navLinksAdmin {
	position: absolute;
	top: 4px;
	left: 100px;
}



.og_nav_table {
  background-color:#f5f5f5;
  margin-top:4px;
  display:table;
  width:100%;
}

.logo {
	margin-top:-6px;
}








.forgotPasswordBox {
  margin-top:6px;
}

.forgotPassword {
  font-size:1em;
}

.loginFormArea {
  z-index:2000;
  position:relative;
  right:0px;
  top:10px;
  border-width:2px;
  border-style:solid;
  border-radius:20px;
  border-color:#ccc;
  padding:10px;

  background-color:#ffffff;
  font-size:.8em;
  font-weight:600;
}

.loginForm {

}

.loginFormClose {
  position:relative;
  right:2px;
  top:-4px;
}








.loginErrorSpan {
  color:red;
  position: absolute;
  top:28px;
  right:10px;
}


.loggedInTextOnly{
  position:relative;
  right:2px;
  top:10px;
  text-align:right;
  font-weight:600;
  font-size:1.2em;
  color:#a1a1a1;
  cursor:pointer;
}


.loggedIn{
  z-index:2000;
  width: 420px;
  height:70px;
  position:relative;
  right:2px;
  top:2px;
  border-width:2px;
  border-style:solid;
  border-color:#e3e3e3;
  border-radius:20px;
  text-align:center;
  font-weight:600;
  font-size:1.2em;
  color:#a1a1a1;
  background-color:#ffffff;
}



.usrEmail {
  position:relative;
  margin-top:2px;
  
}








.loginEmail {
  width:176px;
}

.loginPwd {
  width:150px;
}

.menuItemTD {
  vertical-align:top;
  padding:16px;
}







.myOzoneTitle {
	color:#337ab7;
	margin-top:-5px;
}

.thatBlueMyOzone {
	color:#337ab7;
	font-size: 1.2em;
	padding:10px;
}

.browseOrSearchCardsZone {
	border-width:1px;
	border-color:#ccc;
	border-style:solid;
	border-radius:6px;
	background-color:white;
	min-width:530px;
	height:50px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin:4px;
}

.browseOrSearchCardsZoneTd {
	vertical-align:bottom;
}









.homeContainer {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* mastercard view */
.categoryListBox {
	height: 160px;
  max-width:500px;
	overflow-y:scroll;
  overflow-x:hidden;
	background-color:#f1f1f1;
  padding:10px;
}



/* now our card panel editor stuff */

.adminBordered {
  outline-style:solid;
  outline-width:1px;
  outline-color:#1b7ced;
}

.NOTadminBordered {
  
}





.timelineBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	justify-content: center;

	margin-top:10px;
}



.currentFrameCounter {
	color:blue; 
	font-size:1.5em;
}

.cardPanelEditorCardInfo {
	position:relative;
	background-color:#ccc; 
	color:#fff;
	font-size:1em;
}


.addFramesBox {
	text-align:center;
	padding:10px;
	background-color:#F7F8E0;
	width:130px; 
	border-width:1px; 
	border-style:solid;
	border-color:#eee;
}

.actualTimeline {
	width:800px;
	text-align:center;
}

.currentFrameBox {
	text-align:center;
	padding:5px;
	background-color:#b0bb1d;
	width:130px; 
	border-width:1px; 
	border-style:solid;
}

/* ceTables stuff for admin-card-editor */
.ceTables {
  position:absolute;
  right:10px;
}


.ceTable1 {
  background-color:#b9d8fc; 
  border-width:1px; 
  border-style:solid; 
  padding:5px;
}

.ceTable2 {
  background-color:#CEF6D8; 
  border-width:1px; 
  border-style:solid; 
  padding:5px;
}

.ceTable3 {
  background-color:#efbfab; 
  border-width:1px; 
  border-style:solid; 
  padding:5px;
}

.ceTable4 {
  background-color:#CEB5FF; 
  border-width:1px; 
  border-style:solid; 
  padding:5px;
}

.ceTable5 {
  background-color:#886A08; 
  border-width:2px; 
  border-style:solid; 
  padding:5px;
}

/* actual card view */
.cardEditor {
	width:100%;
	display: inline-block;
	text-align: left;
	height:550px;
}

.textEditorParams {
	background-color: #c0c0c0;
  border-width:1px; 
  border-style:solid; 
  padding:10px;
}

.adminEditTB_row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items:center;
  justify-content:space-between;
  flex-direction:row;
  width:99%;
}

.adminEditTB_col {
  width:50px;
}

.adminEditTB_input {
  width:60px;
  font-size:1.4em;
}

.textblurb_editor_modal {
  position:fixed;
  top:40px;
  left:500px;
  width:1000px;
  background-color:#ffffff;
  font-size:1.4em;
  z-index:9999;
}

.copyEditsOrNotSpan {
  position:relative;
  margin-top:-20px;
  margin-right;-10px;
  float:right;
  width:200px;
  border:1px solid;
  border-radius:10px;
}


.tbs {
  width:200px;
  height:50px;
  word-wrap:break-word;
  overflow:hidden;
  text-align:left;
  padding:5px;
  margin-left:20px;

}

.catSpot {
  width:900px;
  
}


.editorGoBack {
	padding: 10px;
	position: fixed;
	bottom: -2px;
	right: 0px;
	background-color: #fff;
	height: 50px;
	width: 270px;
	border-style: solid;
	border-width: 1px;
	border-color: #b0bb1d;
		-webkit-box-shadow: 0 4px 10px #666;
		-moz-box-shadow: 0 4px 10px #666;
		-ms-box-shadow: 0 4px 10px #666;
		-o-box-shadow: 0 4px 10px #666;
		box-shadow: 0 4px 10px #666;
}




.perpetualMembershipCheckboxStatusYES {
  background-color:green;
  color:white;
  font-weight:800;
  font-size:14;
}

.perpetualMembershipCheckboxStatusNO {
  background-color:red;
  color:white;
  font-weight:800;
  font-size:14;
}

.myUser {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.myUser:hover {
	border-style:solid;
	border-width:1px;
	border-color:#b0bb1d;
}



.changeMode {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 }




.myCard {
margin: 0 auto;
height: 600px;
}

.myCard2 {
margin: 0 auto;
height: 500px;
}

.cardItself {
position: relative;
right: -100px;
}

.cardItself2 {
position: relative;
}


.sendCardIcon {
  right:-80px;
}



.leftArrowDiv {
float:left; 
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}


.rightArrowDiv {
float: right;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}




.leftArrowDiv2 {
font-size:8em;
position:absolute;
left:-130px;
float:left; 
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}


.rightArrowDiv2 {
font-size:8em;
position:absolute;
right:-130px;
float: right;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}



.myEditableText:focus {
	outline-style: solid;
    outline-color: blue;
    outline-width: 1px;
}


/*personal message stuff */
.btn-ogreets-bigger	{
	font-size:1.5em;
	padding: 5px;
}

.infoLine_warning {
	color:red;
}

.infoLine_success {
	color:#5cb85c;
}

.pmDiv {
  display: flex;
	flex-direction: row;
  justify-content:center;
}

.personalMessageBox {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 20px;
	position: absolute;
	top: 0px;
	}




.personalMessage {
	border-style:solid;
	border-width:1px;
	border-top:1px solid #000;
	height: 200px;
	width: 100%;
	overflow: ellipses;
	display: block;
	margin:20 auto;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 14px;
	padding-bottom: 4px;
	line-height: 100%;
	

}

.modal {
  background-color:white;
  z-index:999;
  position:fixed;
  top: 40%;
  left: 40%;
  width:500px;
  height:500px;
  border-style:solid;
  border-width:3px;
  border-color:black;
}

.myOznRsnd {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items:center;
  justify-content:space-around;
  flex-direction:row;
  width:100%;
}

.myOznRsndTxt {
  font-weight:800;
  color:black;
}

.myOznRsndInput {
  width:300px;
  color:black;
}

.myOzoneModal{
  background-color:white;
  z-index:99999999;
  position:absolute;
  top: 120px;
  left: 10%;
  width:80%;
  height: 60vh;
  overflow-y:scroll;
  border:1px solid #999;

}

.myOzoneRsvpWindow{
  border:1px solid #ccc;
  border-radius:6px;
  background-color:white;
  z-index:999;
  position:fixed;
  top: 110px;
  left: 10%;
  width:80%;
  height:80%;
  overflow-y:scroll;
}

.myOzoneMailingListCreator {
  border:1px solid #ccc;
  border-radius:6px;
  background-color:white;
  z-index:999;
  position:fixed;
  top: 110px;
  left: 2%;
  width:90%;
  height:80%;
  overflow-y:scroll;
  overflow-x:hidden;
}

.guestListMakerButton{
  float:right;
  margin-right:200px;
  margin-top:10px;
}

.editGuestListBtn {
  
}

.deleteGuestListBtn {
  margin-top:-24px;
  color:red;
  cursor:pointer;
  font-size:16px;
  font-weight:800;
}

.guestListNameEdit {
  background-color:#ccc;
  border:0;
}

.addEmailToGuestListInput {
  padding:10px;
}

.closeX {
  font-weight:800;
  position:absolute;
  right:6px;
  top:7px;
}

.gwEditModal {
  background-color:white;
  z-index:999;
  position:fixed;
  top: 6px;
  left: 20%;
  width:1000px;
  
  border-style:solid;
  border-width:3px;
  border-color:black;
}



.categoryEditor {
  height:300px;
  overflow:scroll;
}



.modalGray {
	background-color:#cdcdcd;
}

.myGiftPicModal {
  background-color:white;
  z-index:999;
  position:fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -0%);
  width:600px;
  max-width: 100%;
  height:600px;
  max-height: 100%;
  text-align:center;
}



.closeGiftModal {
  font-weight:600;
  position:absolute;
  top:-26px;
  right:0px;
  cursor:pointer;
  padding:10px;
}


.giftModalHeader {
  font-weight:800;
}


.pmDisplay {
	font-size:1.5em;
}

/* giftcard stuff */

.giftNoteClass {
  max-width:90%;
}


.giftCardWarning {
	color:red;
}

.giftCardContinueText {
	position:absolute;
	font-size:.2em;
	font-weight:600;
	color:#d3d3d3;
	width:230px;
	right:-228px;
	top: 16%;
}

.sendCardText {
	font-size:.2em;
	font-weight:600;
	color:#d3d3d3;
}

.sendCardIcon2 {
	position:absolute;
  right:-80px;
  top:200px;
  width:210px;
  text-align:center;
}

.myGiftCard {
	position: absolute;
	margin: 0 auto;
	height: 500px;
	top:0px;
	text-align:center;
	padding-top: 20px;
}


.signUpSignInOrGuestSendDiv {
  width:1000px;
  height:600px;
  border-color:#ccc;
  border:1px solid;
  border-radius:10px;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

.fakeLink {
  color:#337ab7;
  cursor:pointer;
  font-weight:600;
}

.or {
  font-weight:800;
  font-size:1.2em;
  color:#ccc;
}

.darkerGray {
  color:#505050;
  font-weight:800;
}

.lighterGray {
  color:#808080;
  font-weight:400;
}



.loginFormSendCardFlow {
  position:fixed;
  z-index:8000;
  left:auto;
  right:auto;
  width:100%;
  max-width:400px;
  height:260px;
  padding:10px;
  background-color:white;
  border-color:#ccc;
  border:1px solid;
  border-radius:10px;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

.signupFormSendCardFlow {
  position:absolute;
  top:0;
  z-index:8000;
  margin:0 auto;
  width:100%;
  max-height:90%;
  overflow-y:scroll;
  padding:4px;
  background-color:white;
  border-color:#ccc;
  border:1px solid;
  border-radius:10px;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

.tncBoxSignupNonMemberPortal {
  overflow-y: scroll;
  overflow-x: hidden;
  height:500px;
}

.tncSignupNonMemberPortalTitle{
  font-weight:800;
}

.tncSignupNonMemberPortalBordered{
  border-color:#f6f6f6;
  border:1px solid;
  border-radius:10px;
  padding:20px;
}

.bigChx {
  transform:scale(1.4,1.4);
  margin:20px;
}

.guestSenderEmailCallout{
  text-align:center;
  color:#b1b1b1;
}

.guestSendFormLeftAlign {
  width:100%;
  text-align:left;
  border-color:#ccc;
  border:1px solid;
  border-radius:10px;
  margin:auto;
  padding:20px;
}


.guestSendConsentChx{
  font-size:.8em;
  font-weight:200;
  margin:6px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  border:1px solid #e5e5e5;
  border-radius:6px;
  padding:10px;
}

.guestSendConsentCheckbox {
  font-size:2em;
  width:2em;
  height:2em;
  margin:10px;
  flex:none;
}


.guestSendConsentChxLabel {
  margin:10px;
  flex:3;
}

.guestSendingButtonDiv {
  margin:4px;
}

.alreadyMemberLoginBox {
  max-width:90%;
  margin:0 auto;
  padding:20px;
  border-radius:6px;
  background-color:#f5f5f5;
}

.alreadyMemberLoginBox > * {
  margin:20px;
}

.alreadyMemberSignIn {
  background-color:#ccc;
  color:#fff;
  font-size:1.2em;
  font-weight:800;
}



.detailsRSVP {
	transform: skew(180deg);
	position:absolute;
	left:10px;
	margin-top:-30px;
	transition: transform .5s;
}

.giftCardPlaceholder {
	text-align:center;
	vertical-align: middle;
}

.cardAddedPanel {
	position:absolute;
	top: 0px;
	text-align: center;
	padding: 30px;
}

.giftPicUpload {
	display:inline-block;
	width:300px;
}

.giftCardNote {
	text-align:left;
}

.giftCardStep {
	height: 300px;
}


#deleteGiftCard {
	position: absolute;
	bottom:100px;
	left: 34%;
	right: 34%;
	display:block;
	margin:0 auto;
}

.giftCardAdderPanelInterior {

}

.giftCardPicUploadProgress {
	margin-top:-20px;
}

.giftCardAdderPanel {
	position:absolute;
	top:0px;
	text-align: center;
	padding: 30px;
}

.giftCardButtons {
	text-align:center;
}

.giftwrapPicker {
  width:100px;
  padding:10px;
}



.logoFrameButtons {
	text-align:center;
  position:relative;
  margin-top:-200px;
	padding:10px;
	z-index:1234;
}


.replyToSender {
	text-align: center;
	padding: 30px;
  position:absolute;
  margin-top:-40px;
}

.replyEmailed {
	color:green;
	font-size:1em;
	font-weight:800;
	padding: 50px;
}



 /* our special buttons for the card-viewer */
 .buttonsParent {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column; 
   flex-direction: column;
   justify-content: space-between;
}


.mainstuff {
  width:100%;
  margin:0 auto;
}



.downloadPdf, .back2CatalogButton {
	margin-top: -180px;
	margin-left: 0px;
	width: 200px;
	height: 200px;
  text-align:center;
}


.cardViewerGlyphiconText {
  font-size:20px;
  text-align:center;
  word-spacing:-15px;
}


.save2myOzone {
	margin-top: -200px;
	margin-right: -10px;
	width: 200px;
	height: 200px;
	margin-left: auto;
  text-align:center;
}



.zoomInOutButtons {
	position:fixed;
	top:6px;
	right:6px;
	width:100px;
  z-index:9;
}

.zoomInOutButtonsForHeaderedSite {
	position:fixed;
	top:100px;
	right:6px;
	width:100px;
  z-index:0;
}

.zoomInOutButtonsForHeaderedSite2 {
	position:fixed;
	top:6px;
	right:6px;
	width:100px;
  z-index:0;
}

.zoomInOutButtonsForHeaderedSite3 {
	position:fixed;
	top:110px;
	right:10px;
	width:100px;
  z-index:0;
}


.leftButtonBlock {
	float:left;
}

.rightButtonBlock {
	float:right;
}



 /* end special buttons */
 
 

.finalCardViewer {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centered {
	text-align: center;
}

.rightAligned {
  text-align: right;
}


.spinBox {
	z-index:13;

	max-width: 100%;

	
	margin-left:0px;
}

.innerSpinner {
	z-index:13;


}

.errorBox {
  margin-left:30%;
  z-index:999;
  position:relative;
  text-align:center;
  width:800px;
  height:240px;
  color:red;
  background-color:white;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	-webkit-box-shadow: 0 10px 10px #ccc;
	-moz-box-shadow: 0 10px 10px #ccc;
	-ms-box-shadow: 0 10px 10px #ccc;
	-o-box-shadow: 0 10px 10px #ccc;
	box-shadow: 0 10px 10px #ccc;
}

.sendingCardsLayer{
  width:100%;
  height:100%;
  position:absolute;
  z-index:99;
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:top;
}

.progressBarBox {
  z-index:999;
  position:relative;
  text-align:center;
  width:700px;
  height:200px;
  background-color:white;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	-webkit-box-shadow: 0 10px 10px #ccc;
	-moz-box-shadow: 0 10px 10px #ccc;
	-ms-box-shadow: 0 10px 10px #ccc;
	-o-box-shadow: 0 10px 10px #ccc;
	box-shadow: 0 10px 10px #ccc;
}


.progressBar {
  background-color:white;
  width:600px;
  height:40px;
  position:relative;
  margin:auto;
  border-style:solid;
  border-width:2px;
  border-color:black;
}


.progress {
  background-color:blue;
  height:40px;
}







.glyphicon {
	color:#999;
}

.glyphicon:hover{
    color:#333;
}


.lineSvgClass {
    position:absolute;
    left:0px;
    top:0px;
}


.giftCardSteps {
	height: 260px;
}


/* Show the tooltip text when you mouse over the tooltip container */
.archivContainer:hover .tooltiptext2 {
    visibility: visible;
    z-index:20;
}


.archivRsvp {
  padding:20px;
  text-align:right;
  font-size:1.4em;
  font-weight:800;
}


/* Tooltip text */
.tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color:#999999;
    color: #fff;
    text-align: center;
    
    border-radius: 6px;
    font-size:0.9em;
    position: absolute;
    z-index: 20;
    margin-left:10px;
    margin-bottom:60px;
}


.archivedItemsLink {
  font-weight:800;
  font-size:1.4em;
  text-align:center;
}




.sentEmail {
	height:60px;
	padding:5px;
  color:white;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
}


.sentEmail2 {
	height:40px;
	padding:5px;
  color:white;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
}


.rcvdCardHeaderText {
	height:50px;
	position:relative;
}

.sendersEmailText {
	font-size:0.9em;
	position:relative;
	top:-15px;
}

.emailSentToAddress {
	font-size:0.9vw;
}


.removeCardX {
	color:black;
	font-weight:800;
	font-size:2em;
	float:right;
	margin-right:10px;
}

.removeRcvdCardX {
	color:black;
	font-weight:800;
	font-size:2em;
	float:right;
	margin-right:10px;
}

/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color:#999999;
    color: #fff;
    text-align: center;
    
    border-radius: 6px;
    font-size:0.5em;
    position: absolute;
    z-index: 20;
    margin-left:10px;
    margin-bottom:60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.removeCardX:hover .tooltiptext {
    visibility: visible;
    z-index:20;
}



.myOzoneCardBox {
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#D3D3D3;

}

.myOzoneCardBoxBody {
  position:relative;
  padding:10px;
}


.myOzoneCardBoxBody2 {
	padding:14px;
  position:relative;
}

.myOzoneCardInfo {
  background-color: #d3d3d3;
  position:absolute;
	bottom:0px;
  width:100%;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}







.myOzoneCardPanelHeader {
  margin-top:-5px;
  margin-bottom:-5px;
  color:#337ab7;
  text-align:left;
}





.myMailingListHeader {
  width:100%;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction:row;
	flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
}

.invisible {
  display:none;
}




.myOzoneCardThumbs {
  max-width: 20vw;
  height:auto;
	border-style:solid;
	border-width:1px;
	border-color:rgba(0,0,0,0);
}

.myOzoneCardThumbs:hover {
	
  height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#abf5ae;
}

.forgot2CompleteSaveInvite {
	font-size:0.7em;
	color:red;
	position:relative;
	left:-10px;
}


 .actualRsvpInfo {
 	margin-left:15px;
 }

.rsvp4InvitationViewer {
	width:90%;
	margin-top:-10px;
}

.rsvpRow {
	padding:6px;
}



.rsvpRows {
	text-align:center;
  position:relative;
	margin:0 auto;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.rsvpRadioRow {
	text-align:right;
	margin-top:-3px;
	
}

.rsvpLabels {
	position:relative;
	top:2px;
}

.rsvpRadioRowSameFontSize {
	font-size:1em;
  position:absolute;
  right:0px;
  padding-bottom:5px;
}

.existingRsvpResponse {
	position:absolute;
	margin-left:30px;
}

.changeRsvpResponseForm {

}

.changeRsvpResponseSubmit {
	padding:16px;
}


.rsvpResponseLink {
	font-size:.8em;
	text-align:center;
}


.rsvpSubmit {
	padding:16px;
}


.rsvpFormBox {

}

.myInvite {
  -webkit-text-fill-color:#000000; /* Override iOS / Android font color change */
  -webkit-opacity:1; /* Override iOS opacity change affecting text & background color */
  color:#000000; /* Override IE font color change */
}


.tinyInput {
	height:16px;
	font-size: 8px;
	margin-right: 6px;
	padding-top:2px;
	padding-bottom:2px;
  color:black;	
}


.tinyInput2 {
	font-size: 8px;
  color:#000000;	
}

.invitePdfTable {
	padding:6px;
}


.rsvpDropdown {
	height:24px;
	font-size: 14px;
	margin-right: 6px;
	padding-top:6px;
	padding-bottom:2px;
}

.rsvpCommentLabel {
	background-color:#ccc;
	width:200px;
	font-weight:800;
	text-align:center;
	margin:0 auto;
}

.rsvpButton {
	height:24px;
	font-size: 14px;
	margin-right: 6px;
	padding-top:12px;
	padding-bottom:2px;
}





.rsvpTooltip {
	font-weight:800;
	color:green;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}


.rsvpTooltip .rsvpTooltipText {

  width: 400px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right:80px;
  top:0px;
}


.oZoneColPad{
  padding:20px;
}


.rsvpEventNameDetailsPage {
	color:black;
	background-color:#CCC;
	text-align:center;
}

.closeRsvpDetailsX {
	font-weight:800;
	font-size:1.2em;
	color:black;
	float:right;
	top:0px;
}





.tinyInvitationViewerText {
	font-size: 11px;
	font-weight: 600;
}

.tinyInvitationViewerFieldTitles {
	font-size: 11px;
	font-weight: 900;
	color:#999;
}



.oneLineForm {
  display:inline;
}

.manageBillingTextButton {
  border: none;
  background-color: inherit;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  font-weight:800;
  text-decoration:underline;
}


.portalEmailButton {
  
}



.stripeSubscriptionOzone {
  text-align:left;
  padding:4px;
  background-color:ccc;
}


.paymentFailedHeadline {
  color:red;
  font-weight:800;
  text-align:center;
}


.paymentFailed7Days {
  font-size: 12px;
  font-weight:800;
  text-align:center;
}


.profileInfoInputs {
  display:block;
  width:400px;
}

.emailProfileDisplay {
	display:block;
	width:800px;
}

.profileKey {
	font-size:1.4em;
	font-weight:600;
	text-align:center;
  color: white;
  background-color: #337ab7;
  display:block;
  width:100%;
}

.profileValue {
	font-size:1.2em;
	font-weight:200;
	text-align:right;
  display:block;
  width:100%;
}

.profileBox {
	background-color:#f1f1f1;
}

.rsvpMetaBox {
	border-style:solid;
	border-color:#aeb0f9;
	border-width:1px;
	padding:5px;
}

.rsvpBox {
	padding:10px;
	background-color:#f1f1f1;

/* 
	margin-left:30px;
	border-width:1px;
	border-style:solid;
	border-color:#d0d3d4;
 */
}

.rsvpTitle {
	padding:10px;
	background-color:#f0f3f4;
}

.myOzoneMain {
  margin:auto;
	background-color:#ffffff;
	z-index:2;
}



.catalogSearch {
  padding-top:10px;
}


.fittedCardTitle {
	width: 180px;
	height:40px;
	margin-left: auto;
	margin-right: auto;
}

.cardTitles {
	width: 180px;
	height:40px;
	margin-left: auto;
	margin-right: auto;
  padding-top: 7px;
  margin-bottom: 6px;
	font-size:.9em;
	font-weight:700;
}

.cardTitleSpot {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
  padding-top: 7px;
  margin-bottom: 7  px;
}

.cardTitle {
	font-size:12px;
	font-weight:700;
}


.boxTable {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.catalogCardBox {
	flex: 1 1 auto ;
	height:100%;
}

.isNew {
	position:absolute;
	margin-left:107px;
}

.isNew2 {
	position:absolute;
	margin-left:48px;
}

.isNew3 {
	position:absolute;
	right:18%;
	height:20%;
	width:20%;
}

.ffCardBox {
	display:inline-block;
	width:100%;
}

.catalogCards {
	max-width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}


.signUpForm {
	padding: 10px;
	flex:1;
}

.termsAndConditionsBox {
	padding: 6px;
	border-width:1px;
	border-style:solid;
	border-color:#cdcdcd;
	overflow: scroll;
	height: 100px;
	width: 100%;
}




.signUpPromoText {
	color:#ffffff;
	font-size: 1.8em;
	
}



.softBorder {
	border-width:0.5px;
	border-style:solid;
	border-color:#f0f0f0;
}

.signUpBannerTextBox {
	margin-top:-10px;
	padding-left:30px;
} 

.signUpPromoText2 {
	color:#ffffff;
	font-size: 1.4em;
}

.signUpPromoTextLittle {
	font-size: .9em;
}

.promoTextLosePadding {
	padding-top:0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}


.signUpPromoBox {
	background-color:#cdcdcd;
	
}

.signUpArt {
	display:table;
	width:100%;
	height:220px;
	white-space: nowrap;
	vertical-align:bottom;
	margin-bottom:0px;
}

.beeImageSignUp  {
	display:inline-block;
	position:relative;
	margin-left:100px;
	bottom:-20px;
}

.zerokiraImageSignUp  {
	display:inline-block;
	position:relative;
	margin-left:300px;
	bottom:-10px;
}




.signUpPhraseContainer {
  z-index:127;
  position:relative;
  width:1100px;
	height:220px;
	top:-214px;
	margin-bottom:-220px;
}







.flexParent {
	height:100%;
	width:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	justify-content: center;
}

.simplyFlex {
	flex: 1;
	margin-left:auto;
	margin-right:auto;
}

.flexAlignerItem {
	flex: 1;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.gray{
  color:#a1a1a1;
}

.bordered {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.borderedGrey {
	border-style:solid;
	border-width:1px;
	border-color:#d3d3d3;
}

.unbordered {
	border:0;
	box-shadow: none;
}


.borderedOgreetsBlue {
	border-style:solid;
	border-width:1px;
	border-color:#aeb0f9;
}

.borderedOgreetsGreen {
	border-style:solid;
	border-width:1px;
	border-color:#abf5ae;
}


.panel-default > .panel-heading {
	border-bottom:1px solid #aeb0f9;
	
}




.catBar {
  background-color:#f5f5f5;
}

.categoryChooser {
  padding:10px;
	height:50px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	justify-content: center;
	flex-direction:row;
  margin: 0 auto;
}

  @media only screen and (min-width: 1200px) {
    .categoryChooser { width:60%; }
  }

    

.subSubCategoryChooser {
	position:relative;
	margin-left:-60px;
}



.catSelectLabel {
	border-style:solid;
	border-width:1px;
	border-color:#aeb0f9;
	background-color:#ffffff;
	font-size:1.2em;
}

.catSelect {
	border-style:solid;
	border-width:1px;
	border-color:#aeb0f9;
}

.chooseCat {
  position:relative;
  z-index:0;
  margin:10px;
}

.chooseSubCat {
  position:relative;
  z-index:0;
  margin:10px;
}


.catChooserZone {
  height:34px;
  padding:10px;
  text-align:left;
  white-space:nowrap;
	border-style:solid;
	border-width:1px;
	border-color:#aeb0f9;
	border-radius:4px;
	background-color:white;
	padding-top:6px;
	font-size:1.2em;
	z-index:0;
}

.chosenCatName {
  font-size:.8em;
}

.catChooserDD {
  position:absolute;
  top:34px;
  left:16px;
  overflow-x:hidden;
  overflow-y:scroll;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	z-index:4444;
	background-color:white;
	text-align:left;
	height:500px;

	padding-right:20px;
}

.hideCatChooserDD {display:none;}


.catChooserItem:hover {
  background-color:#337ab7;
  color:white;
}

.catChooserItem {}

.catChooserA {
  text-decoration:none;
}

.catChooserA:hover {
  color:white;
  text-decoration:none;
  font-weight:800;
}

.catChooserLi {
  list-style-type: none;
}


.sendTheCardText {
	font-size:1.2em;
	font-weight:800;
	color:#b1b1b1;
}


.forceHorizontal {
	white-space:nowrap;
}

.sendButtons {
	padding:10px;
	margin:20px;
}


.shadowed {
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

.white {
	background-color:#ffffff;
}

.darkBg {
background-color: grey;
}

.lightGrayBg {
	background-color:#f6f6f6;
}

.lightGreenBg {
	background-color:#E1F6D7;
}

.lightOrangeBg {
	background-color:#F6DFD7;
}

.masterGiftWrap {
	font-size:1.2em;
	font-weight:200;
}

.cursorPointer {
  cursor:pointer;
}

.verticalCenter {
	top:auto;
	bottom:auto;
}


.fullWidth {
	width:100%;
}

.morePadding {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.littlePadding {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tinyPadding {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.pullDown {
margin-top:40px;
}

.littleDown {
	margin-top:20px;
}

.pullMiddle {
margin-top:160px;
}


.alignRight {
	text-align:right;
}


.pullUp10 {
	margin-top:-10px;
}

.tenPercent {
	height:10%;
	width:10%;
}

.holidayTitle {
	color:#a1a1a1;
	padding:0px;
	margin-top:-10px;
}


.countryCodeSelect {
	width:100%;
	margin-bottom: 10px;
}

.sendCardToInput {
  height:100px;
  overflow-y:scroll;
  overflow-x:hidden;
  padding:6px;
  width:100%;
  text-align:left;
  border:1px solid red;
}


.onePxHeight {
	height:1px;
}

.clickContinue {
	font-weight:800;
	font-size:1.4em;
	top:480px;
	right:20px;
	color:gray;
	position:absolute;
  text-align:right;


}









.glyphs {
  fill:#808080;
}

.glyphs:hover {
  fill:#505050;
}





.backButtonDiv {
  width:200px;
  text-align:right;
  font-size: 2em;
  color: #808080;
  position:absolute;
  top:500px;
}

.back2cardstext{
  color:#808080;
  font-weight:800;
  position:absolute;

}













.catalogContainer{
  display: -webkit-box; display: -ms-flexbox; display: flex;
  justify-content:center;
  align-items:center;
  width:80%;
}





.header {
  background-color:#f3f3f3;
  margin-bottom:10px;
}

.catCardTitle {
  font-family: sans-serif;
  font-weight:600;
}

.catalogCardCell {
  border-width:1px;
  border-style:solid;
  border-radius:20px;
  border-color:#ccc;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:10px;
}

.browsingJustForFun {
	margin:auto;
	padding:20px;
	margin-top:-50px;
	margin-left:10px;
}


.cardThumbnail{
	height:200px;
	margin:10px;
	border-width:1px;
	border-style: solid;
	border-color:#d3d3d3;
}

.showMoreCardsButton {
	padding:10px;
	color:white;
	background-color:green;
	font-size:1.4em;
	margin:0 auto;
  border: 2px solid;
  border-radius: 6px;
}

.showMoreCardsButton:hover {
	background-color:#00fd04;
}


.loadMoreCards {
  height:38px;
  width:133px;
  padding:6px;
  border-color:#ccc;
  border:1 solid;
  border-radius:6px;
  color:white;
  font-weight:400;
  font-size:14px;
	-webkit-box-shadow: 0 -4px 4px #fff;
	-moz-box-shadow: 0 -4px 4px #fff;
	-ms-box-shadow: 0 -4px 4px #fff;
	-o-box-shadow: 0 -4px 4px #fff;
	box-shadow: 0 -4px 4px #fff;
}



.fullWidthCentered {
	
	text-align:center;
}

.shadowed {
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

.bordered {
	border-width:1px;
	border-style: solid;
	border-color:#000000;
}



.contactName {
  font-weight:800;
  width:86%;
  background-color:white;
  margin:4px;
}

.contactEmail {
  width:86%;
  background-color:white;
  margin:4px;
}

.contactPhone {
  width:86%;
  background-color:white;
  margin:4px;
}





.cardPanel {
position: absolute;
height: 500px;
top:40px;
margin-left: auto;
margin-right: auto;
background-color: white;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}


.cardContainer {
  margin:0;
  padding:0;
	width:100%;
	display: inline-block;
  z-index:0;
}




.lineSvgClass {
    position:absolute;
    left:0px;
    top:0px;
    z-index:99;
    width:100%;
    height:100%;
}



.frameCounter {
  color:#999;
  font-weight:800;
  margin-top:-40px;
  font-size:.7em;
}


.bookletFrameCounter {
  color:#999;
  font-weight:800;
  margin-top:40px;
  font-size:.7em;
}




.jump {animation: twink .5s;}
@keyframes twink {
  from {transform:scale(1.2);}
  to {transform:scale(1);}
}


.enter {animation:zoom-in 1s;}
@keyframes zoom-in {
    from {transform:scale(0);}
    to {transform:scale(1);}
}


.exit {animation:zoom-out 1s;}
@keyframes zoom-out {
    from {transform:scale(1);}
    to {transform:scale(0);}
}

.flipIntoFrame {animation:flipIntoFrame 1s;}
@keyframes flipIntoFrame {
	from {transform: rotateY(180deg) scale(0);}
	to {transform: rotateY(0deg) scale(1);}
}

.flipOuttaFrame {animation:flipOuttaFrame 1s;}
@keyframes flipOuttaFrame {
	from {transform: rotateY(0deg) scale(1);}
	to {transform: rotateY(180deg) scale(0);}
}



.enterContact {animation:pulse 0.5s;}
@keyframes pulse{
  25%  {transform: scale(0.9);}
  75%  {transform: scale(1.1);}
}


.exitContact {animation:fade-out 0.5s;}
@keyframes fade-out {
    from {opacity:1;}
    to {opacity:0;}
}

.loading {
	background-image: url("images/loading.gif");
}


.giftCardDiv {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  justify-content:center;
  text-align:center;
  margin:0 auto;
}


.ourModal {
  border-width:1px;
  border-style:solid;
  z-index:3000;
  background-color:white;
  position:fixed;
  top:100px;
  left:30%;
  right:30%;
  width:640px;
}

.myOzoneRsvpModal {
  z-index:3000;
  position:fixed;
  top:100px;
  left:30%;
  right:30%;
}



.sendCardForm {
  width:600px;
  margin-top:40px;
  margin-bottom:40px;
  text-align:center;
}


.pager {
  background-color:#ccc;
}

.ozone_pager {
  background-color:#ccc;
}


.adminHorizontalFlex {
  display:flex;
  align-items:center;
  justify-content:space-between;
}


.thinOutline {
  border-width:.5px;
  border-color:#ccc;
  border-style:solid;
}

.subCatSubtle {
  color:#d1d1d1;
  font-weight:800;
}

.cat_table_header {
  background-color:white;
  color:black;
  font-size:1.2em;
}

.catTRow {
  background-color:#e3e3e3;
}

.nothing {
  border-width:0px;
}


input[type="range"] {
  height:50px;
  outline:none;
  
  padding: 0 10px;
  background: repeating-linear-gradient(to right, 
    #ccc, 
    #ccc 10%, 
    #000 10%, 
    #000 11%, 
    #ccc 11%, 
    #ccc 20%);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

input[type="range"]::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}



.tagify__input--outside{
  background-color:white;
  display: block;
  border: 2px solid #DDD;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.phoneNrSuggestions {
  position:relative;
  margin-top:-108px;
}

.tagify__dropdown__item tagify__dropdown__item {
  background-color:yellow;
}


.pullUpContactButton {
  position:absolute;
  bottom:6px;
  right:6px;
}


.myOzoneListViewTable {
  table-layout: fixed;
  max-width: 80%;
}

.myOzoneListViewTableSentToColumn {
  overflow:scroll;
}

.removeCardXlistView {
  font-weight:800;
}



.myOzoneListViewTable td, .myOzoneListViewTable th {
  border: 1px solid #ddd;
  padding: 8px;
}

.myOzoneListViewTable tr:nth-child(even){background-color: #f2f2f2;}

.myOzoneListViewTable tr:hover {background-color: #ddd;}

.myOzoneListViewTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}


.cardSearchBarMyOzoneSections {
	display:flex;
  flex-direction: row;
  flex-wrap: wrap;
	align-items:center;
	justify-content:space-around;
  border-radius:20px;
  border-color:#ccc;
  border-width:1px;
  border-style:solid;
  background-color:#f1f1f1;
  margin-top:-8px;
  margin-bottom:8px;
  margin-left:4px;
  margin-right:4px;
}


.vertPad {
  margin: 10px;
}

.cardSearchBarMyOzoneIcon {
  font-weight:800;
  margin-bottom:-8px;
}


.tinyIconText {
  font-size:10px;
}


.cursorPointer {cursor:pointer;}


.pigeonstatus {
  cursor:pointer;
  font-weight:400;
}

.listViewTh {
  font-weight:600;
}

.transactionStatus {
  cursor:pointer;
  font-weight:500;
  font-size:1.2em;
  color:blue;
  opacity:0.8;
}

.transactionStatus:hover{
  cursor:pointer;
  font-weight:800;
  font-size:1.2em;
  opacity:1.0;
}



.membershipOnUs {
    display: block;
    min-height: 30px;
}



.closeReminderX {
  height:50px;
  font-size:2em;
  font-weight:800;
  color:#ccc;
  position:absolute;
  top:-14px;
  right:10px;
}



.createReminderTR {
  padding:10px;
}



.createReminderTD {

}


.copyrightNotice2 {
  color:grey;
  position:absolute;
  bottom:-16px;
  left:2px;
}


.justCopyrightDiv {
  position:absolute;
  margin-top:-18px;
  margin-left:2px;
}


.chkBoxDlPdf {
	float:left;
	padding:8px;
}


/* Show the tooltip text when you mouse over the tooltip container */
.chkBoxDlPdf:hover .chkBoxDlPdfToolTip {
    visibility: visible;
    z-index:20;
}

/* Tooltip text */
.chkBoxDlPdfToolTip {
    visibility: hidden;
    width: 120px;
    background-color:#999999;
    color: #fff;
    text-align: center;
    
    border-radius: 6px;
    font-size:1.5em;
    position: absolute;
    z-index: 20;
    margin-left:10px;
    margin-bottom:60px;
}


.crdImg4Pdf {
  position:absolute;
  top:0px;
  left:0px;
}



#contactListMyOzone {
   display: block;
}


.archivedItem {
	float:right;
	margin-right:10px;
  margin-top:18px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.archivedItem:hover .archivedItemTooltip {
    visibility: visible;
    z-index:20;
}

/* Tooltip text */
.archivedItemTooltip {
    visibility: hidden;
    width: 120px;
    background-color:#999999;
    color: #fff;
    text-align: center;
    
    border-radius: 6px;
    font-size:1.2em;
    position: absolute;
    z-index: 20;
    margin-left:10px;
    margin-bottom:70px;
}



.grid3col {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  max-width: 80%;
}



.doSelected {
  position: relative;
  top: -44;
  right: -240;
  text-align: center;
  
}

 @media only screen and (max-width: 768px) {
  .doSelected {
      top: 0;
      left: 0;
      margin-bottom:40px;

    }
  }

 @media only screen and (min-width: 768px) {
  .doSelected {
     
    }
  }

 @media only screen and (min-width: 1024px) {
  .doSelected {
      
    }
  }

.blueButton {
  background-color: blue;
  color: white;
  padding: 4px;
  font-size:.9em;
  font-weight: 700;
}
.greenButton {
  background-color: green;
  color: white;
  padding: 4px;
  font-size:.9em;
  font-weight: 700;
}
.redButton {
  background-color: red;
  color: white;
  padding: 4px;
  font-size:.9em;
  font-weight: 700;
}





.selectBox {
	float:right;
	margin-right:10px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.selectBox:hover .checkboxTooltip {
    visibility: visible;
    z-index:20;
}

/* Tooltip text */
.checkboxTooltip {
    visibility: hidden;
    width: 120px;
    background-color:#999999;
    color: #fff;
    text-align: center;
    border-color:#ccc;
    border-width:1px;
    border-style:solid;
    border-radius: 6px;
    font-size:1em;
    position: absolute;
    z-index: 20;
    margin-left:12px;
    margin-bottom:62px;
}



.cardActions:hover .cardActionsTooltip {
    visibility: visible;
    z-index:20;
}

.cardActionsTooltip {
    visibility: hidden;
    width: 160px;
    background-color:#999999;
    color: #fff;
    text-align: left;
    border-color:#ccc;
    border-width:1px;
    border-style:solid;
    border-radius: 6px;
    font-size:1em;
    position: absolute;
    z-index: 20;
    margin-left:-80px;
    margin-top:-70px;
}


.orange {
	color:orange;
}



.userGrupModal {
	z-index:99;
	width:60%;
	position: fixed;
	top:40px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
		-webkit-box-shadow: 0 4px 10px #666;
		-moz-box-shadow: 0 4px 10px #666;
		-ms-box-shadow: 0 4px 10px #666;
		-o-box-shadow: 0 4px 10px #666;
		box-shadow: 0 4px 10px #666;
	padding:20px;
}


.grupModal {
	z-index:99;
	width:90%;
	position: fixed;
	top:40px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
		-webkit-box-shadow: 0 4px 10px #666;
		-moz-box-shadow: 0 4px 10px #666;
		-ms-box-shadow: 0 4px 10px #666;
		-o-box-shadow: 0 4px 10px #666;
		box-shadow: 0 4px 10px #666;
	padding:20px;
}




.blockedUser{
	position:relative;
	margin-left:200px;
	margin-right:10px;
	width:50px;
	text-align:center;
	color:red;
}


.registerTodayBanner {
	text-align:center;
}

.signUpForm {
}




.signUpFormRequiredText {
	text-align:left;
	color:red;
	padding-left:10px;
}






.nuTimeLineCanvas{
	max-width:100%;
	max-height:130px;
	overflow-x:scroll;
	overflow-y:hidden;
	display:flex;
	justify-content:right;
	align-items:center;
	padding:6px;
}





.nuTimeLineFrameBox {
	width:50px;
	height:75px;
	margin:20px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	border-radius: 6px;
	background-color: white;
	-webkit-box-shadow: 0 4px 10px #666;
	-moz-box-shadow: 0 4px 10px #666;
	-ms-box-shadow: 0 4px 10px #666;
	-o-box-shadow: 0 4px 10px #666;
	box-shadow: 0 4px 10px #666;
	display:flex;
	justify-content:center;
	align-items:center;
}

.nuTimeLineFrameBox:hover {
	border-width:5px;
}


.nuTimeLineCurrentFrame {
	border-color:#71eb34;
	border-width:5px;
}



.selectedFrameBox {
	width:80px;
	margin:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
}


.zhBuilder {
	width:100%;
	max-height:120px;
	height:120px;
	overflow-x:scroll;
	overflow-y:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	border-color:#ccc;
	border-width:2px;
	border-style:solid;
	border-radius:10px;
}



.zhBuilderBox {
	height:75px;
	margin:10px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	border-radius: 6px;
	background-color: white;
	-webkit-box-shadow: 0 4px 10px #666;
	-moz-box-shadow: 0 4px 10px #666;
	-ms-box-shadow: 0 4px 10px #666;
	-o-box-shadow: 0 4px 10px #666;
	box-shadow: 0 4px 10px #666;
	display:flex;
	justify-content:center;
	align-items:center;
}


.zeroHerozKlasse {
	border-width:1px;
	border-color:#ccc;
	border-style:solid;
	border-radius:6px;
	height:40px;
	width: 100%;
}

.zeroHerozKlasse:hover {
	background-color:#add8e6;
}


.selectedZeroHeroBordered {
  border-width:4px;
  border-style:solid;
  border-color:green;
}


.zeroHerozKlasseRedX {
  color:red;
  cursor:pointer;
  font-weight:800;
  font-size:20px;
  float:right;
  margin-top:5px;
  margin-right:10px;
}



.chooseZeroHeroButton {
  float:right;
  margin-top:-10px;
  margin-right:4px;
}


.zhselSel {
  color:green;
  font-weight:800;
  
}

.zhList{
  position:relative;
  margin-left:10px;
  width:100%;
}




.zeroImageList {
	height:500px;
	overflow-y:scroll;
	overflow-x:hidden;

}




.rsvpComments {
	width:100%;
	display:block;
}



.bookletListRow {
	border-width:1px;
	border-color:#ededed;
	border-style:solid;
}

.bookletListRow:hover {
	background-color:#a8eb34;
}





.booklet_editor_tools {
	background-color:#9cada1;
}







.bookletTimelineBox {
	max-width:100%;
}



.bookletTimelineCanvas{
	max-width:100%;
	max-height:130px;
	overflow-x:scroll;
	overflow-y:hidden;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding:6px;
	border:1px solid #ccc;
}




.bookletTimelineFrameBox {
	width:50px;
	height:75px;
	margin:20px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	border-radius: 6px;
	background-color: white;
	-webkit-box-shadow: 0 4px 10px #666;
	-moz-box-shadow: 0 4px 10px #666;
	-ms-box-shadow: 0 4px 10px #666;
	-o-box-shadow: 0 4px 10px #666;
	box-shadow: 0 4px 10px #666;
	text-align:center;
}

.bookletTimelineFrameBox:hover {
	border-width:5px;
}



.bookletTimelineCurrentFrame {
	border-style:solid;
	border-radius: 6px;
	border-color:#71eb34;
	border-width:5px;
	width:50px;
	height:75px;
	margin:20px;

	background-color: white;
	-webkit-box-shadow: 0 4px 10px #666;
	-moz-box-shadow: 0 4px 10px #666;
	-ms-box-shadow: 0 4px 10px #666;
	-o-box-shadow: 0 4px 10px #666;
	box-shadow: 0 4px 10px #666;
	text-align:center;
}





.theBooklet {
	width:386px;
	height:500px;
	position:relative;
}

.bookletDiv {
	width:386px;
	height:500px;
}


.leftArrowDiv {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:480px;
	font-size:5em;
}


.rightArrowDiv {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:480px;
	font-size:5em;
}




/* for booklet */


/* Show the tooltip text when you mouse over the tooltip container */
.bookletTooltipHoverZone:hover .bookletTooltip {
    visibility: visible;
    z-index:8888;
}

/* Tooltip text */
.bookletTooltip {
    visibility: hidden;
    width: 120px;
    background-color:#999999;
    color: #fff;
    text-align: center;
    border-color:#ccc;
    border-width:1px;
    border-style:solid;
    border-radius: 6px;
    font-size:1em;
    position: absolute;
    margin-left:12px;
    margin-bottom:62px;
}


.bookletLinkBlanket {
  position:absolute;
  top:0;
  left:0;
  z-index:7777;
}


.bottomLink {
  position: absolute;
  top:510px;
  text-align:center;
  margin:0 auto;
  width:386px;
}



.bookletCardLink {
	position:absolute;
	margin:0 auto;
	top:500px;
	padding:10px;
	width:100%;
}



.hamb_icon {
	cursor:pointer;
	
}



.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


.openMenuToc {
	animation:hambMen 0.4s}@keyframes hambMen{from{width:0px;opacity:0;} to{width:386px;opacity:1;}
}

.closeMenuToc {
	background-image:url("/images/sparkle.gif");
	animation:hambMen2 0.8s}@keyframes hambMen2{from{width:386px;opacity:1;} to{width:0px;opacity:0;}
}



.hamb_menu {
	
}



.TOC {
	
	margin-left:20px;
	text-align:left;
	height:500px;
	top:40px;
	position:relative;
	overflow-y:scroll;
	border-style:solid;
	border-color:#999;
	border-radius:6px;
	border-width:4px;
	background-color:white;
}

.tocEntry {
	color:#999;
	font-weight:600;
	font-size:0.9em;
	margin:8px;
}

.tocEntry:hover {
	color:#337ab7;
}


.booklet_viewer_container {
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	width:100%;
	height:500px;
	position:absolute;
	top:70px;
}




.noBorder {
	border:none;
	border:0;
}



.bookletLogo {

}



.booklet_logo_row {
	width:100%;
	height:70px;
}


.booklet_viewer_center {
	width:386px;
}


.booklet_right_arrow {
	font-size:5em;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:baseline;
	height:500px;
}



.booklet_left_arrow {
	font-size:5em;
}



.booklet_viewer_hamb_icon {
	align-self:flex-start;
	margin-top:10px;
	margin-left:-40px;
}


.backToBookletDiv {
  width:100%;
  text-align:left;
  position:relative;
  top:600px;
  left:20px;
  font-size:5em;
  font-weight:800;
}



.back2bookletsIcon {
  font-weight:800;
}

.back2bookletsTxt {
  font-weight:800;
}


.frame_panel {
	position:absolute;
height: 500px;
top:40px;
background-color: white;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}



.sideMargined {
  margin-left:10px;
  margin-right:10px;
  width:70%;
  padding:10px;
}







.resenderInvitOznVwr {
  text-align:center;
  position:relative;
  margin-right:-30px;
  margin-top:20px;
}

.resendInvitOznVwr {
  font-size:14px;
  color:#999;
}


.sendCardContainer {
  margin-left:10px auto;
  margin-right:
  padding:10px;
  width:99%;
}


.sendCardSection {
  border: 8px solid #e5e5e5;
  border-radius: 10px;
  background-color:#f1f1f1;
  margin:10px;
  padding:20px;
  padding-top:0px;
}






.sendCardOptionZone {
  background-color:#fff;
  padding:10px;
}


.onItsWay {
  z-index:7777;
  background-color:#f1f1f1;
  text-align:center;
  padding:20px;
  width:100%;
}

.sendingCompleted{
  font-weight:800;
  color:#f1f1f1;
  background-color:#acacac;
}


.rcvRepliesViaSMSplace {
  
  margin:0px 20px 0px 20px;
}

.inviteRcvIndivResp {
  margin:0px 20px 0px 20px;
}

.individualRsvpNotificationOptionsBox {
  border:1px solid #e1e1e1;
  border-radius:6px;
  background-color:white;
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap:wrap;
  width:70%;
  max-width:70%;
  margin:0 auto;
  padding:10px;
}

.yesRcvIndNot {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}

.yesRcvIndNotItem {
  margin:10px;
}

.inviteIndivRespMethodBox {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:100%;
}

.respMethodRow {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:0 auto;
}

.sendCardOptionChxBx {
  max-height: 20px;
  max-width: 20px;
}


.addPhoneNrSendCardPage {
  cursor:pointer;
  font-weight:800;
  font-size:14px;
  color:#337ab7;
}

.addPhoneNrSendCardPage:hover {
  color:#0003FC;
}

.addPhonePopup {
	background-color: white;
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
  border:2px solid #f1f1f1;
  border-radius:10px;
  z-index:7777;
  
  position:absolute;
  top:20px;
  left:30%;
  padding:10px;
}


.mailingListMakerHeader {
  
}

.myMailingListMakerContactsList {
  overflow-y:scroll;
  overflow-x:hidden;
  height:200px;
  width:98%;
  background-color:#f1f1f1;
}

.myMailingListMakerContactsListMember {
  background-color:#f1f1f1;
  border-color:#ccc;
  border-width:2px;
  border-style:solid;
  border-radius: 6px;
  margin:4px;
}

.mailingListMakerContactItem {
  text-align: left;
  background-color:#fff;
  padding:10px;
}

.mailingListMakerAddBtn {
  float:right;
}

.createMailingListForm {
  width:50%;
  position:absolute;
  right:20px;
}


.mailingListMakerDividerHR {
  padding: 0;
  border:4px solid #f1f1f1;
  background-color: #f1f1f1;
  width:110%;
}


.addPersonToMailingListLabel {
  font-size:14px;
  font-weight:800;
}

.mailingListEditorSpecialX {
  margin-top:20px;
  margin-right:20px;
}



.textSoftBlue {
  color:#337ab7;
}

.bgWhite { background-color:white; }

.bold {
  font-weight:800;
}


.HIDE {display:none;}

.welcomeIcon {
  font-size:4em;
  color:white;
}

.welcomeH1 {
  font-size:3em;
  padding:10px;
}

.welcomeColorband1 {
  background-color: green;
  color:white;
}

.welcomeCall {
   
}

.groupFeaturesCall {
  margin:0 auto;
  text-align:left;
  width:90%;
}
















.svelteRaiseMe {
  position:relative;
  z-index:9999999;
}



.zIndexZeroMe {
  z-index:0;
}






.fiveColumns {
  padding:10px;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:5%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;

}



.fourColumns {
  padding:10px;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:5%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;

}

.threeColumns {
  padding:10px;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:5%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;

}

.twoColumns {
  padding:10px;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:5%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;

}




