@charset "UTF-8";
/* CSS Document */

.btn-primary {
    color: #fff;
    background-color: #35657c;
    border-color: #1d475b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #52869f !important;
    border-color: #1d475b;
}

h1, h2, h3 {
	color:#1d475b !important;
}



a:link {
	color:#666;
	text-decoration: underline;
}

a:hover {
	color:#35657c;
	text-decoration: none;
}

a:visited {
	color:#8b9b9b;
}

.btn-outline-success {
    color: #336666;
    border-color: #336666;
}


body {
	background-color: #FFF;
	color:#000;
	
}

#addEditForm {
	display:none;
}

#imageForm {
	display:none;
}


/*
 * Dialog Box
 */
#dialogBox {
	height: 150px ;
	width: 25% ;
	background-color:#fff;
	color:#000;
	display:none;
	 position: fixed;
    top: 35%;
    left: 40%;
	z-index:9999;
	border-radius:10px;
	border: 1px solid #000;
	padding:10px;
	text-align:center;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
}
#dialogBox h4 {margin-bottom:25px;}

.alpha_search a:link {
	color:#000 !important;
	font-weight: 600;
	text-decoration: none;
}

.alpha_search a:hover {
	color:#000 !important;
	font-weight: 600;
	text-decoration: underline;
}

.alpha_search a:visited {
	color:#000 !important;
	font-weight: 600;
	text-decoration: none;
}

.preview{
   width: 100px;
   height: 100px;
   border: 1px solid black;
   margin: 0 auto;
   background: white;
}

.preview img{
   display: none;
}

.containme {
	margin-top:35px;padding:20px;text-align:center;
}

.choose_edit {
	display:none;
}

.parentRow {
	display:block;
	margin: 5px;
	color: #369;
	padding:10px;
}
.parentRow {
	display:block;
	color: #369;
	padding:10px;
	background-color:#FFF;
	border-radius: 10px;
	border:solid 1px #000;
}
.subRow {
	display:block;
	margin: 5px 5px 5px 25px;
	color: #369;
}

.container {
	margin-top:30px !important;
}

.preview {
	display:none;
}

.pass_update_mess {
	display:none;
}

.valError {
	border: #c00 1px solid !important;
}

#formError {
	display:none;
}

#editAddons {
	display:none;
}

.addonTable td {padding:0px;}
.event_wrapper .nav-tabs .nav-link.active {background-color:#c00; color:#fff; border: none;}
.event_wrapper .nav-tabs .nav-link:hover {color:#fff;}
.event_wrapper .nav-link {font-size:1.25rem;}
.event_wrapper .card-header {background-color: black;}

.hidelatlong {
	display:none;
}


ul#organize-items {
	margin-left:0;
	list-style-type:none !important;
	padding-left:0px;
}
.itemRow {
	border-top:solid 2px #000;
	margin-top:10px;
}

figure {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
img.scaled {
  width: 100%;
}


.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}
.wizard .nav-tabs .nav-item {margin: 0px 1% 0 1%;}
.wizard .tab-content {
	/*background-color: #FFF;*/
    padding: 20px;	
}
.wizard .nav-tabs {
	border:none;
}
.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #84C09E;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
	height: 70px;
	margin-bottom: 6%;
	background: white;
	border: 2px solid #84C09E;
	color: #84C09E;
	z-index: 10;
	text-decoration: none;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #FBB040;
	border: 2px solid #FBB040;
}
.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fff;
	border: 2px solid #006838;
	color: #006838;
}
.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 40%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: -4px;
	border: 5px solid transparent;
	border-bottom-color: #006838;
	transition: 0.1s ease-in-out;
	rotate: 180deg;
}

/*.nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 29%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: -27px;
	border: 20px solid transparent;
	border-bottom-color: #006838;
}*/
.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}


/*Milly added for business listings*/

/*Form Styles*/

/*chooseOptions module*/
.switch-wrapper {
	position: relative;
	display: inline-flex;
	padding: 4px;
	border: 1px solid lightgrey;
	margin-bottom: 15px;
	border-radius: 30px; }
  .switch-wrapper [type="radio"] {
	position: absolute;
	left: -9999px; }

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
	color: #FFF; }

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
	background: transparent; }

.switch-wrapper
[type="radio"]:checked#monthly
+ label[for="yearly"]
~ .highlighter {
	transform: none; }

.switch-wrapper
[type="radio"]:checked#yearly
+ label[for="monthly"]
~ .highlighter {
	transform: translateX(100%); }

.switch-wrapper label {
	font-size: 20px;
	z-index: 1;
	min-width: 100px;
	line-height: 32px;
	cursor: pointer;
	border-radius: 30px;
	transition: color 0.25s ease-in-out; }

.switch-wrapper label:hover {
	background: #00813B;
	color: #FFF; }

.switch-wrapper .highlighter {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(50% - 4px);
	height: calc(100% - 8px);
	border-radius: 30px;
	background: #FBB040;
	transition: transform 0.25s ease-in-out; }

.optionPricing .hide {
	display: none; }
.optionPricing label {
	font-weight: bold; }
.optionPricing .price .amount {
	font-weight: bold; }
.optionPricing .form-control {
	border: 1px solid #ced4da; }

.form-check-input:checked {
	background-color: #006838;
	border-color: #00813B; }

#commentForm, #commentReplyForm {
	display: none; }

#levelInfo .modal-header {
	border: none; }
#levelInfo .pricing-table {
	background: #fff;
	padding: 2rem;
	border-radius: 4px;
	transition: .3s;
	height: 100%; }
  #levelInfo .pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(227, 181, 5, 0.55); }
  #levelInfo .pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	background: #cad2ff;
	color: #397367; }
  #levelInfo .pricing-table h2 {
	color: #5D3A00;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase; }
  #levelInfo .pricing-table .pricing-table-icon {
	min-height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center; }
    #levelInfo .pricing-table .pricing-table-icon img {
	position: absolute;
	bottom: 10px;
	margin: 0 auto; }
  #levelInfo .pricing-table .pricing-features {
	margin-top: 2rem; }
    #levelInfo .pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3; }
      #levelInfo .pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500; }
  #levelInfo .pricing-table .price-tag {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
	color: #397367; }
    #levelInfo .pricing-table .price-tag .symbol {
	font-size: 24px; }
    #levelInfo .pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 64px; }
    #levelInfo .pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500; }
  #levelInfo .pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
	background: #397367; }
    #levelInfo .pricing-table .price-button:hover {
	text-decoration: none;
	background: #546dfe; }

.replies.ms-5::before {
	content: '\2191';
	font-size: 34px; }

/*Custom Styles*/
.form-control {
	border: none; }
  .form-control:focus {
	border-color: #006838;
	box-shadow: 0 0 0 0.25rem rgba(0, 104, 56, 0.26);
	-webkit-box-shadow: 0 0 0 0.25rem rgba(0, 104, 56, 0.26);
	-moz-box-shadow: 0 0 0 0.25rem rgba(0, 104, 56, 0.26); }

/*
select {
  /* Reset
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize
  color:#FFF !important;
  width: 20em;
  height: 3em;
  padding: 0 4em 0 1em;
  background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg)
      no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, $glass-icon 3em, $glass 3em);
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* <option> colors
  option {
      color: #FFF !important;
      background-color: rgba($dark-green, 0.5);
	  &:hover {
		  background-color:rgba($dark-green, 0.5);
		  color:#FFF;
	  }
  }
  /* Remove focus outline
  &:focus {
    outline: none;
  }
  /* Remove IE arrow
  &::-ms-expand {
    display: none;
  }
}
*/


/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: block;
	user-select: none; }

.custom-select-wrapper select {
	display: none; }

.custom-select {
	position: relative;
	display: inline-block;
	padding: 0px; }

.custom-select-trigger {
	position: relative;
	display: block;
	padding: 0 84px 0 22px;
	color: #fff;
	line-height: 60px;
	background: linear-gradient(to left, rgba(0, 104, 56, 0.6) 3em, rgba(0, 104, 56, 0.6) 3em);
	border-radius: 4px;
	cursor: pointer; }

.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0; }

.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%); }

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px); }

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0); }

.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out; }

.option-hover:before {
	background: #f9f9f9; }

.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 18px;
	font-weight: 600;
	color: #b5b5b5;
	line-height: 47px;
	cursor: pointer;
	transition: all .4s ease-in-out; }

.custom-option:first-of-type {
	border-radius: 4px 4px 0 0; }

.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px; }

.custom-option:hover,
.custom-option.selection {
	background: #f9f9f9; }

/*Dashboard Progress Bar*/
.progress {
  overflow: hidden;
  height: 30px;
  background-color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.25rem; }
  .progress .progress-bar {
    width: 0;
    height: 100%;
    color: #006838;
    text-align: center;
background-color:#ffc107;}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite; }
  
  .hidelatlong {
		display:none;
	}
  

#catList .modal-body{
	overflow-y: scroll;
	max-height: 700px;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}


ul.chartUL {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
	padding-left: 0px;
}
ul.chartUL li {
  list-style:none;
  flex:1;
}
ul.chartUL li.bg-teal {
	border-top:solid 3px #35657C;
}
ul.chartUL li.bg-dark-teal {
	border-top:solid 3px #1E2228;
}
ul.chartUL li::last-child {
	border-right:1px solid #DDD;
}
ul.chartUL button {
	width:100%;
    border: 1px solid #DDD;
    border-right:0;
    border-top:0;
    padding: 10px;
    background:#FFF;
    font-size:14px;
    font-weight:bold;
    height:60px;
    color:#999;
}
ul.chartUL li.active button {
	background:#F5F5F5;
	color:#000;
} 

table.chartTable { 
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
	margin-bottom: 20px;
}
table.chartTable th {
	background:#F5F5F5;
	display:none;
}
table.chartTable th.bg-teal {
	border-top:solid 3px #35657C;
}
table.chartTable th.bg-dark-teal {
	border-top:solid 3px #1E2228;
}
table.chartTable td.default {
	display:table-cell;
}
table.chartTable td.sep {
	background:#F5F5F5;
	font-weight:bold;
}
table.chartTable td, table.chartTable th {
	height:53px;
    border:1px solid #DDD;
    padding:10px;
    empty-cells:show;
    text-align:left;
}
table.chartTable td+td, table.chartTable th+th {
	 text-align:center;
	  display:none;
}
	
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:-2px; }
.tick {
	font-size:20px;
	color:#000;
}
.not {
	font-size: 20px;
	color:red;
}
.hide {
  border:0;
  background:none;
}

@media (min-width: 990px) {
  ul.chartUL {
    display:none;
  }
	table.chartTable td, table.chartTable th {
		display:table-cell !important;
	}
	table.chartTable td, table.chartTable th {
		width: 330px;
	}
	table.chartTable td+td, table.chartTable th+th {
		width: auto;
	}
}