#largeDetailsView {

top: 30px;
height: 550px;
width:50%;
overflow: scroll;
}
.act {
	background-color: #8A9A5B;	
}
.navbar-beap-a::before {
	content:url("/online/images/upArrow.png");
	}
.navbar-beap-a::after {
	content:url("/online/images/downArrow.png");
	}
#content {
	background-color: white;	
}
.content {
    	background-color: white;	
}
#finalise .confrimTick {
     margin: 0 auto;
     width: 30px;
     float: right;
     overflow: hidden;
}
#largeDetailsView {

top: 30px;
height: 95%;
width:50%;
overflow: scroll;
}
#checklistView {

top: 30px;
height: 95%;
width:40%;
overflow: scroll;
}
.pageBG1 {
    background-image: url('/online/images/loginBg2.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.pageBG2 {
    background-image: url('/online/images/loginBg3.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.sidebox {
    float: left;
    margin: 20px;
    background-color: white;
    padding-bottom: 100%;
    margin-bottom: -100%;
}
#containerView {
	overflow: hidden;
	height:95%;	
}
#checklistTable {
	width:95%;
}
#checklistTable tr:nth-child(even) {background: #C6C6C6}
#checklistTable tr:nth-child(odd) {background: #FFF}

#detailsPanel {
position: relative;
//top: 30px;
max-height: 650px;
overflow: scroll;
background: #fff;
padding: 5px 0px 0px 5px;
//border: #ccc 2px solid;
//border-radius: 15px;
}
.msftScrollFree {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.msftScrollFree::-webkit-scrollbar {
display: none;
}
#eventsList {
	 position: relative;
  	 top: 30px;
     max-height: 500px;
     overflow: scroll;
}
#eventsListWeekly {
	 position: relative;
  	 top: 30px;

}
#themeList {
     height: 507px;
     overflow: scroll;
}
#menuList {
     height: 497px;
     overflow: scroll;
}
#productList {
     height: 497px;
     overflow: scroll;
}
#inviteList {
     height: 497px;
     overflow: scroll;
}
 #event {
     border-radius: 15px;
     border: 2px solid #cccccc;
     padding: 5px;
     margin-bottom: 3px;
     background-color:#fff;

}
 #weeklyEvents {

     margin-bottom: 3px;

}
 #eventWeekly {
     border-radius: 15px;
     border: 2px solid #cccccc;
     padding: 5px;
     margin-bottom: 3px;
     background-color:#ccc;
}
 #theme {
     border: 0px solid #999;
     padding: 3px;
     margin-bottom: 2px;
     color: black;
}
 #menuB {
     border-radius: 20px;
    border: 0px solid #999;
    padding: 3px;
    margin-bottom: 5px;
    padding-top: 10px;
}
.A {

     background-color: lightskyblue;
}
.B {

   	background-color: lightcoral;
}
.C {
   	background-color: paleturquoise;
}
.D {
    	background-color: wheat;
}
 #product {

     padding: 3px;
     margin-bottom: 5px;
}
 #invite {

     padding: 3px;
     margin-bottom: 5px;
}
 .navbar-beap ul {
     list-style: none;
     background-color: #fff;
     text-align: left;
     padding: 0;
     margin: 0;
}
 .navbar-beap li {
     font-family: 'Oswald', sans-serif;
     font-size: 1.0em;
     line-height: 30px;
     height: 30px;
     border-bottom: 1px solid #888;
     width:125px;
     padding-right: 10px;
}
 .navbar-beap a {
     text-decoration: none;
     color: #fff;
     display: block;
     transition: .3s background-color;
}
 .navbar-beap a:hover {
     background-color: #005f5f;
}
 .navbar-beap a.active {
     background-color: #fff;
     color: #444;
     cursor: default;
}

 @media screen and (min-width: 600px) {
     .navbar-beap li {
         width: 90px;
         border-bottom: none;
         height: 30px;
         line-height: 30px;
         font-size: 1.2em;
         width:120px;
    }
    /* Option 1 - Display Inline */
     .navbar-beap li {
         display: inline-block;
         margin-right: -4px;
    }
    /* The Modal (background) */
     .modal {
         display: none;
        /* Hidden by default */
         position: fixed;
        /* Stay in place */
         z-index: 100000;
        /* Sit on top */
         padding-top: 10px;
        /* Location of the box */
         left: 0;
         top: 0;
         width: 100%;
        /* Full width */
         height: 100%;
        /* Full height */
         overflow: auto;
        /* Enable scroll if needed */
         background-color: rgb(0,0,0);
        /* Fallback color */
         background-color: rgba(0,0,0,0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
     .modal-content {
         background-color: #fefefe;
         margin: auto;
         padding: 20px;
         border: 1px solid #888;
         width: 95%;
         margin-top:5px;
    }
    .close-file {
         color: #aaaaaa;
         float: right;
         font-size: 28px;
         font-weight: bold;
    }
     .close-file:hover, .close-file:focus {
         color: #000;
         text-decoration: none;
         cursor: pointer;
    }
    /* Modal Content */
     .modal-content-file {
         background-color: #fefefe;
         margin: auto;
         padding: 20px;
         border: 1px solid #888;
         width: 260px;
         margin-top:80px;
    }
    /* The Close Button */
     .closef {
         color: #aaaaaa;
         float: right;
         font-size: 28px;
         font-weight: bold;
    }
     .closef:hover, .closef:focus {
         color: #000;
         text-decoration: none;
         cursor: pointer;
    }
       .closesl {
         color: #aaaaaa;
         float: right;
         font-size: 28px;
         font-weight: bold;
    }
     .closesl:hover, .closesl:focus {
         color: #000;
         text-decoration: none;
         cursor: pointer;
    }
     .close {
         color: #aaaaaa;
         float: right;
         font-size: 28px;
         font-weight: bold;
    }
     .close:hover, .close:focus {
         color: #000;
         text-decoration: none;
         cursor: pointer;
    }
     .closem {
         color: #aaaaaa;
         float: right;
         font-size: 28px;
         font-weight: bold;
    }
     .closem:hover, .closem:focus {
         color: #000;
         text-decoration: none;
         cursor: pointer;
    }
     .bookingPath {
         display: flex;
         height:550px;
		overflow: hidden;
		border: 1px #ccc solid;

    }
     .bookingPath > div {
         flex: 1;
        /*grow*/
    }
     .bookingRow {
         background-color: #fff;
         padding:3px;
         padding-top:10px;
         /*font-size:10px;*/
         margin-right:2px;
    }
    .bookingRowHeader {
    	    font-family: 'Alegreya Sans', sans-serif;
		font-weight: bolder;
		font-size: 22px;
		height: 30px !important;
    }
    .bookingRowInfo {
    		font-size: 12px;
    }
     .bookingPath img {
        /* max-width:100px;
         max-height:100px;*/
         width: auto;
         height: auto;
    }
     .bookingPath img.smallImg {
         max-width:25px;
         max-height:25px;
         width: auto;
         height: auto;
         margin:5px;
    }
    .bookingPath img.smallImg.off {
         max-width:25px;
         max-height:25px;
         width: auto;
         height: auto;
         margin:5px;
         opacity: 0.5;
    }
    /* LOADING */
     .loading {
         width: 100%;
         height: 100%;
         position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         background-color: rgba(0,0,0,.5);
    }
     .loading-wheel {
         width: 20px;
         height: 20px;
         margin-top: -40px;
         margin-left: -40px;
         position: absolute;
         top: 50%;
         left: 50%;
         border: 16px solid #f3f3f3;
		  border-radius: 50%;
		  border-top: 16px solid #3498db;
		  width: 120px;
		  height: 120px;
		  -webkit-animation: spin 2s linear infinite; /* Safari */
		  animation: spin 2s linear infinite;
		}
		
		/* Safari */
		@-webkit-keyframes spin {
		  0% { -webkit-transform: rotate(0deg); }
		  100% { -webkit-transform: rotate(360deg); }
		}
		
		@keyframes spin {
		  0% { transform: rotate(0deg); }
		  100% { transform: rotate(360deg); }
		}
     .style-2 .loading-wheel {
         border-style: double;
         border-color: #ccc transparent;
    }

     button {
         border: none;
         color: white;
         padding: 8px 8px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 16px;
         background-color: #1e87f0;
         height:30px;
         margin-top:5px;
         width:99%;
         border-radius: 5px;
    }
	 button.edit {
		background-color: #fff;
	}
	button .button-none {
		width:120px;;
		}
     #evDate {
         display:inline;
    }
     #evTime {
	     padding-left: 10px;
         display:inline;
    }
     #eventPathTitle {
         font-weight:300;
         font-size:18px;
        color:black;

    }
     #timeSelect {
        width:  380px;
         display:none;
         background-color: #e5e5e5;
         height:110px;
    }
     #timeList {
         display:none;
         overflow: scroll;
         height:222px;
    }
     #timeLine {
         display: inline;
         height:76px;
    }
     #timesBoxes {
      width:308px;
      margin: 0 auto;
      }
     #timesTable {
         width: 100%;
         border-style: solid;
         border-width:1px;
         padding:5px;
         font-weight:300;
         font-size:16px;
    }
     #timesTable tr:nth-child(even) {
         background-color: #999;
    }
     .green {
         color: darkgreen;
         font-weight: 400;
    }
    .red {
	 	  color: red;
	 	  font-weight: 400;   
	 }
	 .bookingPathTimes {
		width: 280px;
		height:100px;
		font-size:14px;	 
		padding: 3px;
		margin-bottom: 5px;
		
	 }
	 .bookingPathTimesButton {
		 margin-top: 2px;
    		float: right;
	 }
	 .weeklyTab table {
		    border-collapse: collapse;
            background-color: #fff;

 
	}
	
	.weeklyTab th, .weeklyTab td {
    	border: 1px solid black;
    	text-align: left;
	}
	.weeklyTab tr {
          background-color: #fff;

    }
	
	
	 
	 table.timeTable tr:nth-child(even) {background: #C6C6C6}
	 table.timeTable tr:nth-child(odd) {background: #FFF}
     #appVersion {
         color: lightgray;
         font-size:10px;
    }
     #finalise {
         margin-top:-20px;
         border-style: solid;
         border-width: 0px;
         width:100%;
         float:right;
    }
     #finaliseBooking {
         color: black;
         text-align:center;
    }
     #finaliseButtons button:enabled {
         color: #FFF;
    }
     #finaliseButtons button:disabled {
         color: #AAA;
    }
     form table {
         width:90%;
    }
     form table td {
         width:50%;
         vertical-align: top;
    }
     form ul {
         font-size:100%;
         list-style-type:none;
         margin:0;
         padding:0;
         width:100%;
    }
     form li {
         display:block;
         margin:0;
         padding:4px 5px 2px 9px;
         position:relative;
    }
     form li:after {
         clear:both;
         content:".";
         display:block;
         height:0;
         visibility:hidden;
    }
     #customerDetails input {
         width: 330px;
    }
    #dob input {
	    width: 50px;
	}
     #currentBookingDetails {
         min-height:200px;
         display: inline;
    }
     .bold {
         font-weight: bold;
    }
    #btnrmv {
	   width: 30px;
	   background-color: white;
	   height: 30px;
	   color: red;
	   font-weight: 500;
	   padding: 3px; 
	 }
    #casve {
        display: block;
        margin: auto;
        color: white;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-network-drive-25.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: #0aa10a;
        text-align: right;
        padding:3px;
    }
    #caone {
        display: block;
        margin: auto;
        color: white;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-checked-radio-button-100.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: blue;
        text-align: right;
        padding:3px;
    }
    #carem {
        display: block;
        margin: auto;
        color: white;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-trash-can-100.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: red;
        text-align: right;
        padding:3px;
    }
    #caresn {
        display: block;
        margin: auto;
        color: white;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-brief-25.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: blue;
        text-align: right;
        padding:3px;
    }
    #capay {
        display: block;
        margin: auto;
        color: white;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-cash-100.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: black;
        text-align: right;
        padding:3px;
    }
    #cainv {
        display: block;
        margin: auto;
        color: black;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-bill-96.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: gray;
        text-align: right;
        padding:3px;
    }
    #caboh {
        display: block;
        margin: auto;
        color: black;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-day-view-96.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: #ecad25;
        text-align: right;
        padding:3px;
    }
    #cahos {
        display: block;
        margin: auto;
        color: black;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-elf-96.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: #3b9847;
        text-align: right;
        padding:3px;
    }
    #casln {
        display: block;
        margin: auto;
        color: black;
        width:100px;
        height:40px;
        background-image: url('/online/images/icons8-messaging-80.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: ##1f99b4;
        text-align: right;
        padding:3px;
    }
    .casclc {
        display: block;
        margin: auto;
        color: black;
        width:100px;
        height:40px;
        background-image: url('/online/images/checked.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: ##1f99b4;
        text-align: right;
        padding:3px;
    }
    .casclu {
        display: block;
        margin: auto;
        color: black;
        width:100px;
        height:40px;
        background-image: url('/online/images/unchecked.png');
        background-position:left;
        background-repeat:no-repeat;
        background-color: ##1f99b4;
        text-align: right;
        padding:3px;
    }
    table.detailsTable {
      width: 80%;
      background-color: #FFFFFF;
      border-collapse: collapse;
      border-width: 2px;
      border-color: #FFFFFF;
      border-style: solid;
      color: #000000;
    }

	#eib {
		color: white;
		width: 100px;
		height: 45px;
		background-image: url('/online/images/icons8-envelope-100 2.png');
		background-position: left;
		background-repeat: no-repeat;
		background-color: #1e87f0;
		text-align: right;
		margin-bottom: 3px;
		margin-left: 3px;
	}
	#sib {
		color: white;
		width: 100px;
		height: 45px;
		background-image: url('/online/images/icons8-phone-message.png');
		background-position: left;
		background-repeat: no-repeat;
		background-color: #1e87f0;
		text-align: right;
		margin-bottom: 3px;
		margin-left: 3px;
	}
	#pib {
		color: white;
		width: 100px;
		height: 45px;
		background-image: url('/online/images/icons8-print.png');
		background-position: left;
		background-repeat: no-repeat;
		background-color: #1e87f0;
		text-align: right;
		margin-bottom: 3px;
		margin-left: 3px;
	}
    table.detailsTable td, table.detailsTable th {
      border-width: 2px;
      border-color: #FFFFFF;
      border-style: solid;
      padding: 5px;
    }

    table.detailsTable thead {
      background-color: #cccccc;
    }
    
    #bookingPathForm {
        display: none;
    }
    
    #messageForm {
        display: none;

    }
    
    #subscriptionForm {
        display: none;
        
    }
    
    #stripeForm {
        display: none;
        
    }
    
    #pathComponents {
		background-color:#fff;
	}
	
	#bpb {
		width:100%;	
	}
		
	.datesTimesBox {
	  width: 105px;
	  font-size: 12px;
	  height: 80px;
	  border: 1px solid #111;
	  border-radius: 3px;
	  overflow: hidden;
	  background-color: #EEE;
/*	  background-image: url(https://www.beapnow.com/favicon-32x32.png);
  	  background-repeat: no-repeat;
  	  background-position: right bottom;*/
  	  background-size: 20% 20%;
	  margin: 10px 3px; auto;
      left:2px;
      padding-right:2px;
      padding-top:2px;
	  float:left;
	}
	
	select {
	  width: 120px;
	  font-size: 12px;
	  border: 1px solid #CCC;
	}
	
	.clear {
		clear: both;
	}
	.mbutton {
		width: 90px;
		padding:3px;
		margin: 0 auto;
		}
		.pbutton {
		width: 200px;
		padding:3px;
		margin: 0 auto;
		}
     .cbutton {
        width: 90px;
		padding:3px;
		margin: 0 auto;
         background-color: white;
         color: #0f6ecd;
     }
		label {
	color: #000;
	display: block;
	width: 250px;
	float: left;
}
label:after { 
	content: ": " 
	}
	
#formMethod_e {
	width:100%;
}
#cancelForm_e.button_text {
    background-color: rgba(198, 31, 31, 0.69);;
    width: 80%;
    float:right;
}
#saveForm_e.button_text {
    background-color: rgba(40, 102, 40, 0.87);;
    width: 80%;
    float:right;
}

.attendees {
	font-size: 14px;
	float: right;
    width: 140px;
    padding-right: 50px;
		
}

.attendees img {
	width:25px;
	}
	
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0 5px 0;
  margin-right:-50px;
  /* Position the tooltip */
  position: absolute;
  z-index: 10000;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.bookingInfo {
	float:right;
}
#loadingSpinner {
	display:none;
}
#customerDetailsModule {
	display:none;	
}
#paymentModule {
	display:none;
	height:600px;
}
.customerPaymentForm {
	width:580px;
	}
#form_container2 {
	margin: 0 auto;
	width: 550px;
	float:left;
	padding:20px;
	}
#payMethod {
	margin: 0 auto;
	width: 550px;
	float: left;
	padding: 20px;
	height:600px;
	}
.page-header-form {
	padding-bottom: 9px;
	margin: 10px 0 10px;
	border-bottom: 1px solid #eee;
	}
#displaySendInfo {
	padding-left: 50px;
	}
#ntry {
     border-bottom: 2px solid #cccccc;
     padding: 5px;
     margin-bottom: 3px;

	
}
#timeLine-1 {

	height:80px;	
	margin-top: 0px;
}
#test-1 {
	width:80px;	
}
.pack {
	background-color: rgba(0,0,0,0.2);
}
#ebw {
	display:none;
	}
#reportsTable tr:nth-child(even) td{background: #C6C6C6}
#reportsTable tr:nth-child(odd) td{background: #FFF}


.tooltip-ex { /* Container for our tooltip */
    position: relative;
    display: inline-block;
    cursor: help;
    color: #8512d5;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.tooltip-ex-right {
    top: -5px;
    left: 125%;
}

.tooltip-ex-text {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.tooltip-ex:hover .tooltip-ex-text { /* Makes tooltip visible when hovered on */
    visibility: visible;
    opacity: 1;
}
#menuMessage {
	color: red;
}

.collapse-able {
    height: 25px;
    overflow: hidden;
}

.collapse-able:active, .collapse-able:hover {
    height: auto;
}

#finaliseButtons {
	float: right;
    padding-right: 40px;
   }
     

     #currentTags {
         float: right;
        font-size: 12px;
        border: 1px dotted;
        padding: 3px;
        height: 100px;
        overflow: scroll;
        color:cadetblue;
     }
.bbutton {
    width: 120px;
    height: 40px;
    float: left;
    background-color: #1e87f0;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
        font-family: 'Alegreya Sans', sans-serif;

}
.nbutton {
width: 120px;
height: 40px;
float: right;
background-color: #1e87f0;
border-radius: 5px;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 18px;
        font-family: 'Alegreya Sans', sans-serif;

}
.sbutton {
width: 20px;
height: 30px;
float: right;
color: orange;

text-transform: uppercase;
font-size: 18px;
font-family: 'Alegreya Sans', sans-serif;

}
.plus {
    width: 165px;
}

.hidden {
    display:none;
}

.cancel {
    background-color: red;
}

.go {
    background-color: #44aa44;
}
.wklyThmNm {
  text-overflow: ellipsis;
}
.single {
 height: 40px;
}
.footer {
    position: fixed;
    height: 90px;
    background-color: black;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}
body {
    margin-bottom:60px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
span.small {
    font-weight: normal;
    font-size: 11px;
}
.ma {
    color: blue;
    width:100%;
}
.fe {
    color: orange;
    width:100%;

}
.rm {
    color: red;
}

}
@media screen and (min-width: :1300px) {
    .bookingRowHeader {

        height: 10px !important;
    }
}


.half {
    width: 75px;
}
.ooeBGColor0 tr {

}
.ooeBGColor1 tr {
    background-color: white;
}
.ooeBGColor2 tr {
    background-color: LightBlue;

}
.ooeBGColor3 tr {
    background-color: DarkSeaGreen;

}
.ooeTitleColor0 {
    color:black;
    font-weight:200; 
    text-align:center;
}
.ooeTitleColor1 {
    color:red;
    font-weight:200; 
    text-align:center;
}
.ooeTitleColor2 {
    color:LightBlue;
    font-weight:200; 
    text-align:center;
}
.ooeTitleColor3 {
    color:DarkSeaGreen;
    font-weight:200; 
    text-align:center;
}

#genAdBox {
    float: left;
    width: 150px;
    height: 95px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: darkseagreen;
    padding-left: 3px;
}
#genDdBox {
    float: left;
    width: 150px;
    height: 95px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
    background-color: lightblue;
    padding-left: 3px;
}

#genPaxC {
    float: right;
    font-size: 18px;
    color: white;
    margin: 3px;
    height: 40px;
    width: 20px;
    text-align: center;
    position: relative;
    bottom: 20px;
    background-image: url('/online/images/icons8-people-100 2.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
#timeOuterBox {
        overflow: scroll;
    max-height: 160px;
}

table.clean tr:nth-child(even) {background: #FFF}
table.clean tr:nth-child(odd) {background: #FFF}

}