html {height: 100%;overflow-y:hidden;}

body {
	min-width:900px; /* suppose you want minimun width of 1000px */
	width: auto !important;  /* Firefox will set width as auto */
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	overflow-y:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.link_container{
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#planner_branding_banner{
	height: 45px;
	display:flex;
	justify-content:center;
	align-items: center;
	padding:15px;
}
#planner_branding_banner img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:45px;
	margin:auto;
	display:block;
	
}

#planneroverlaydraw_iframeStack_iframestackuidraw_content{
    width: 96vw;
    height: 90vh;
}
.iframestackuidraw_container iframe{
    width: 100%;
    height: 100%;
}
#detail_overlay_close{
	cursor:pointer;
	position:absolute;
	top:8px;
	right:8px;
	height:22px;
	width:22px;
}
#planner_container{
	position:relative;
}
.parent_planner #planner_header_container{
	position:relative;
	height:40px;
}
#planner_tabcontents_container{
	height:100%;
	position:relative;
	z-index:1;
}
.parent_planner #planner_tabcontents_container{
	height:calc(100% - 65px);
}

.tabcontents > div{

}

#ep_banner {
	position:absolute;
	width:100%;
	text-align:right;

	height: 25px;
	background-color: rgba(0,0,0,.7);
	bottom:0;
	overflow: hidden;
}
#ep_banner h1{
	margin-top:0px;
	font-size:11px;
	
	padding: 4px 10px 4px 0px;
}
#ep_banner a {
	font-weight:200;
	color:#FFF;
	text-decoration: none;
}
#ativ_logo{
	font-weight: 400;
}

#login_header {
	height:20px;
	padding: 5px
}


#login_items{
	display:none;
	font-size:.9em;
	font-weight:400;
	position:absolute;
	top:0;
	right:0;
	padding-right:15px;
}

.login_text{
	padding-top: 2px;
	padding-right: 5px;
	color: #EEE;
	font-size: 14px;
	float: right;
}

.planner_login_button{
	padding: 3px 6px;
	margin:3px 0 0;
	display:inline-block;
	cursor:pointer;
	color: #1a80b6;
    
}
#planner_auth_toggle{
    position:absolute;
    right:0px;
    top:-15px;
    cursor:pointer;
}

.user_profile_pic{
	position:relative;
	margin:10px;
	margin-left:0;
	height:35px;
	width:35px;
	border-radius:50%;
	background-color: #EEE;
	display:inline-block;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
    
}


#login_items .planner_username{
	padding: 3px 6px;
	margin:3px 0 0;
	display:inline-block;
	opacity:.5;
}

#disabling_div{
	overflow:hidden;
	display:none;
	position: absolute;	
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.6);
	display:block;
	z-index:1000;
}
#redirect_confirm_dialog{
	background:#fff;
	border-radius:1vw;
	text-align:center;
	padding:3vw;
	font-size:3.5vw;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width:80vw;
	font-weight:400;
}
#redirect_buttons{
	margin: 3vw 0;
	display:flex;
	justify-content: space-around;
}
.wp_redirect_cancel, .wp_redirect_confirm{
	background: #888;
	border-radius:.5vw;
	padding:2vw 4vw;
	display:inline-block;
	color:#fff;
	font-size: .9em;
	width:20vw;
}
.wp_redirect_confirm{
	background: #1a80b6;
}


@media screen and (orientation: landscape) {
	#redirect_confirm_dialog{
		border-radius:1vh;
		padding:3vh;
		font-size:5vh;
		width:60vh;
		margin-top:10vh;
	}
	#redirect_buttons{
		margin: 3vh 0;
	}
	.wp_redirect_cancel, .wp_redirect_confirm{
		border-radius:.5vh;
		padding:2vh 4vh;
	}
  }


.planner_fullscreen{
	position:absolute;
	cursor:pointer;
	top:5px;
	left:5px;
	display:inline-block;
	color:#888;
}
.fullscreen_txt{
	opacity:0;
	position:absolute;
	width:80px;
	top:1px;
	left:1px;
	font-size:12px;
}
.planner_fullscreen:hover .fullscreen_img{
	background:#BBB;
}

.planner_fullscreen:hover .fullscreen_txt{
	opacity:1;
}

.fullscreen_img{
	margin-right:5px;
	background:#DDD;
	border-radius:2px;
	padding:2px;
	border:thin solid rgba(0,0,0,.5);
}

::-webkit-scrollbar-track {
	background: transparent; }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); }
  
  ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 0, 0, 0.1); }
  
  ::-webkit-scrollbar{
	background: transparent;
	height: 8px;
	width: 8px;
  }

.planner_content {
	background: #444;
}
.dialog_container{
	overflow:hidden;
	display:none;
	visibility:hidden;
	position: absolute;	
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.6);
	display:block;
	z-index:1002;
}
#wp_dialog_body{
	height:100%;
	overflow:auto;
	font-size:0; /*remove sliver of padding at bottom of dialog iframe*/
}
#planner_web_login_iframe{
	height:100%;
}
.dialog_header{
	display:hidden;	
	position: absolute;	
	width:100%;
	margin-top:4px;
	height:40px;
	background-color: rgba(0,0,0,0);
	border-top-left-radius:5px;	
	border-top-right-radius:5px;		
}

#dialog{
	position: absolute;
	width: 500px;
	height:95%;
	max-height: 625px;
	background-color: #fff;
	top: 2%;
    left: 50%;
	margin-left:-250px;

	border-radius: 5px;
	z-index:1000;
}

.planner_unavailable {
	border: medium solid #F00;	
}

#planner_detail_view {
	border-left: 1px solid rgba(0,0,0,.5);
}

.tabcontents{
	display: none;;
}

.clearfix{
	clear:both;
}

#cookie_notification{
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	width:100%;
	display:none;
	padding:3px 0;
	font-weight:300;
	text-align:center;
	font-size:.9em;
}
#cookie_notification a{
	color:#fff;
	font-weight:400;
}
#cookie_notification div{
	display:inline-block;
}
#cookie_notification .cookie_notification_dismiss{
	display:inline-block;
	padding:3px 10px;
	background-color:rgba(255,255,255,.1);
	border-radius:3px;
	margin-left:15px;
	cursor:pointer;
	font-weight:400;
    color:white;
    background-color:#FFFFFF0a;
}
#cookie_notification .cookie_notification_dismiss:hover{
    background-color:#FFFFFF99;
    box-shadow:0 0 4px #00000099;
}

#planner_sponsor_splash, #planner_event_name_splash_container{
	height:100%;
	width:100%;
	position:absolute;
	z-index:1009;
	top:0px;
	text-align:center;
	display: none;
}
#planner_event_name_splash_container{
	z-index:1010;
}
#planner_sponsor_splash_img, .event_name {
	color:#FFF;
	font-size:42px;
	line-height:normal;
	font-weight:200;
	max-width:100%;
	display:block;
	margin:auto;
	position: relative;
	top: 50vh;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.event_name .loader {
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 52px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}

	/* 9.3.0 styles
#loading_container{

	pointer-events:none;
	z-index:900;
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #FFFFFF66;
	text-align: center;
	top: 50%;
    left: 50%;
	margin-left:-40px;
	margin-top:-40px;
	border-radius:50%;
}
*/
#loading_container{
	/*display:hidden;*/
	pointer-events:none;
	padding: 30px;
	z-index:900;
	position: absolute;
	width: 250px;
	background-color: rgba(0,0,0,.7);
	color: #eee;
	font-size: 20px;
	text-align: center;
	top: 50%;
    left: 50%;
	margin-left:-150px;
	margin-top:-10px;
	border-radius: 10px;
}

/********************************* */
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }
