body {
  padding: 0 !important;
  margin: 90px 0px 0px;
  color: #5a5a5a;
  position: relative;
  -webkit-text-size-adjust: none;
}
body.modal-open {
	/*margin-right: 15px !important;*/
}

div.clear
{
    clear: both;
}

.pageBorder {
	outline: 1px black solid;
}

.img-circle {
	border: solid 1px black;
}

.no-right-border {
	border-right-width: 0 !important;
}

.text-middle {
	vertical-align: middle !important;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.noContainerPadding {
	padding-right: 0;
	padding-left: 0;
}
.reduced-col-padding {
	padding-right:5px;
	padding-left:5px;
}
.no-col-padding {
	padding:0 !important;
}

td.td-no-col-padding {
	padding:0 !important;
}

.noLRPadding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

td.td-noLRPadding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top:10px;	
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top:5px;
	margin-bottom:5px;
}


.input-group-btn.display-only button.btn:active,
.btn-group.display-only label.btn:active,
.btn-group > label.display-only:active {
	pointer-events: none;
}
.input-group-btn.display-only button.btn,
.btn-group.display-only label.btn,
.btn-group > label.display-only {
    cursor: not-allowed;
}
.reduced-form-spacing {
	margin-bottom:5px;	
}
.xs-show-placeholder input::-webkit-input-placeholder,
.xs-show-placeholder::-webkit-input-placeholder {
	opacity:0;
}
.xs-show-placeholder input::-moz-placeholder,
.xs-show-placeholder::-moz-placeholder {
	opacity:0;
}
.xs-show-placeholder input::-ms-input-placeholder,
.xs-show-placeholder:-ms-input-placeholder {
	opacity:0;
}
.slideOver-InnerTabs {
	margin-right:-18px;
	margin-left:-18px;
	margin-bottom:5px;
	padding-left:18px;	
}

.static-attachment-holder a:not(:last-child) {
	margin-right: 10px;
}
.static-attachment-holder a {
	white-space: nowrap;
}
.form-horizontal .has-feedback .reduced-col-padding .form-control-feedback {
	right: 2px;	
}

.has-feedback .form-control:not(.selectize-control) {
	padding-right:27px;
}
.has-feedback .form-control.clockpicker-control {
	padding-right:12px;
}

#applePayButton {
	display: none;
    -webkit-appearance: -apple-pay-button;
	height: 46px;
	margin-bottom: 10px;
}

.StripeElement--focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);	
}
.StripeElement--invalid {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.StripeElement--invalid.StripeElement--focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.footer {
  margin-top:20px;
}
.footerInnerHolder {
  margin-bottom: -30px;
}
.footerImg {
	margin: -10px -15px 0;
}

.footer-caption {
  position: relative;
  z-index: 10;
  bottom:14px; 
  color:#fff;
}
.adminFooter {
	color: #000;
}

.footer-caption .backToTop a {
  color: white;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.mainMenu .navbar-static-top {
	position:fixed;
	top:0;
	width:100%;
  }

.mainMenu .navbar-brand {
  padding:5px 15px;
}
.mainMenu .navbar-toggle {
	margin-top: 22px;
}


.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.fullOverlayMenu:not( .mm-menu ) {
   display: none;
}

.blurBackground {
	-webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);	
}

.successBackdrop {
	background-image:url('/images/success.png');
	background-position:50% 50%;
	background-repeat: no-repeat;	
}
.warningBackdrop {
	background-image:url('/images/warning.png');
	background-position:50% 50%;
	background-repeat: no-repeat;	
}
.errorBackdrop {
	background-image:url('/images/error.png');
	background-position:50% 50%;
	background-repeat: no-repeat;	
}

.modal-vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.modal-vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.carousel {
  height: 300px;
  margin-bottom: 30px;
}
#headerImage.carousel {
  margin-bottom: 0;
  height: 250px;
}
.carousel-caption {
  z-index: 10;
  bottom: 10px;
}
.carousel-indicators {
 bottom: 5px;
}

.carousel .item {
  height: 300px;
  background-color: #777;
}
#headerImage.carousel .item {
  height:250px;	
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}
#headerImage .carousel-inner > .item > img {
 height: 250px;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.featurette-divider {
  margin: 20px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette .lead {
  margin-bottom:15px;;
}
.featurette .lead.last {
  margin-bottom:0;
}

.half-divider {
  margin:20px 0;
}

.policy-information h3 {
	margin-top:0px;
}

.form-group.dt-inset-field {
	margin-left: 0;
	margin-right: 0;
}
.errorBackground .form-group.has-error {
	background-color: #f2dede;
}

.notes-control-label {
	padding-top:0px !important;
}	

.nav-tabs,
.nav-pills {
  position: relative;
}

.nav-tabs > li .close {
    margin: -10px -10px 0 10px;
    font-size: 18px;
}
.tabdrop .close {
	visibility:hidden;
}

input[type="search"] {
  padding-right:4px;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
input[readonly].clearBackground,
textarea[readonly].clearBackground{
	background-color: #fff;
}
label[disabled] {
  pointer-events:none;
}
label[disabled].normalBackground {
	opacity: inherit;
}


.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

h2.customerRecordHeader {
	margin:10px 0;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    max-width:inherit; 
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
}

.fullTDInput {
	display:block;
	width: 100%;
	border:none;
	background-color: transparent;
	padding:8px;
	margin:0;
}

.fullTDSelectize {
	display:block !important;
	width: 100%;
	border:none;
	box-shadow:none !important;
	background-color: transparent !important;
	padding:8px;
	margin:0;
}

.fullSelectInput {
	display: block;
	width: 100% !important;
	
}
.fullSelectInput>.btn,
.fullSelectInput.open>.btn {
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
	border-radius:0px;
}

.fullTDTextarea {
	display:block;
	width: 100%;
	resize: none;
	border:none;
	box-shadow: none;
	background-color: transparent;
	padding:8px;
	margin:0;
}

.fullTDInput,
.fullTDTextarea {
	box-shadow: none;
	outline: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width:767px) {
	.mainMenu .navbar-brand {
	  height:78px;
	}
	
	.marketing .half-divider {
		margin: 12px 0px;
	}
	.marketing .col-md-5 {
		padding-bottom: 10px;
	}
	
	.footer-caption {
	  font-size: 12px;	
	}
	.footerInnerHolder {
	  margin-bottom: -27px;
	}
	.has-feedback .form-control,
	.input-group-addon, .form-control {
		padding-left:9px;
		padding-right:9px;
	}
	.xs-reduced-col-padding {
		padding-left:5px;
		padding-right:5px;	
	}
	.form-group {
		margin-bottom:10px;	
	}
	.xs-inline-control-label {
		margin-bottom: 0;
		padding-top: 7px !important;
		text-align:left;
	}
	.xs-stacked-input {
		margin-bottom: 7px !important;
		padding-top: 7px !important;
		text-align:left;
	}
	
	.no-xs-col-padding {
		padding:0 !important;
	}
	.xs-text-center {
		text-align: center;
	}
	.xs-show-placeholder input::-webkit-input-placeholder,
	.xs-show-placeholder::-webkit-input-placeholder {
		opacity:1;
	}
	.xs-show-placeholder input::-moz-placeholder,
	.xs-show-placeholder::-moz-placeholder {
		opacity:1;
	}
	.xs-show-placeholder input::-ms-input-placeholder,
	.xs-show-placeholder:-ms-input-placeholder {
		opacity:1;
	}
	
	.xs-form-bottom-padding {
		margin-bottom:10px;	
	}

	
}
@media (min-width: 768px) {
  body {
	font-size: 15px;  
  }
	  
  .footer-caption {
	bottom:25px; 
  }
	
  .mainMenu .navbar-static-top {
	width:inherit;
  }
  .mainMenu .navbar-nav>li>a {
	padding-bottom: 29px;
	padding-top: 28px;
  }
	
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-wrapper .navbar {
    border-radius: 0px 0px 5px 5px;
  }

  .carousel {
    height: 450px;
  }
  #headerImage.carousel {
	height: 450px;
	margin-bottom: 20px;
  }
  .carousel .item {
	height: 450px;
  }
  #headerImage.carousel .item {
	height: 450px;
  }
  .carousel-inner > .item > img {
	height: 450px;
  }
  #headerImage .carousel-inner > .item > img {
	height: 450px;
  }
	
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .carousel-indicators {
	bottom: 10px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 17px;
  }
  .half-divider {
	width:50%;
	margin:20px auto;
  }
  
  #customerContactForm .control-label {
	  text-align:left;
  }
	
  .sm-right-padding {
	padding-right: 15px !important;
  }
  .sm-left-padding {
	padding-left: 15px !important;
  }
	
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
	margin-bottom:20px;
  }
	.marketing .row .col-md-7 {
 	padding-top:10px;
  }
}

.deepInnerPanes {
	overflow-y:auto;
	height:inherit;	
}

.noPadding {
	padding:0px;
}

.table tbody .cancelled td {
	background-image: url(../images/blackDot_1-1.gif);
	background-position: 0% 50%;
	background-repeat: repeat-x;
	font-style:oblique;	
}

.table tbody .noBGImage {
	background-position: -100% -100% !important;
}

/*DataTables Overrides */
.table tr.noHover {
	pointer-events: none;	
}
.table.dtr-inline.collapsed>tbody>tr.spacerRow>td:first-child, .table.dtr-inline.collapsed>tbody>tr.spacerRow>th:first-child {
	padding-left:8px;	
}
.table.dtr-inline.collapsed>tbody>tr.spacerRow>td:first-child:before, .table.dtr-inline.collapsed>tbody>tr.spacerRow>th:first-child:before {
	display:none;
}
.table.dtr-inline>tbody>tr.child .childRow-hidden {
	display:none !important;	
}

.table-hover.table-striped>tbody>tr:hover:not(.selected) {
	background-color:#f0f0f0;
	cursor:pointer;	
}
.table-hover>tbody>tr:hover {
	cursor:pointer;	
}
table.dtr-inline.collapsed>tbody>tr>td.child span.dtr-title {
	min-width: 80px;
}
table.dtr-inline.collapsed>tbody>tr>td.child span.dtr-data {
	white-space:normal;
}
table.dataTable>tfoot>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table.dataTable>tfoot>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0;
}
table.dataTable>tfoot>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: bold;
}
table.dtr-inline.collapsed>tfoot>tr>td.child span.dtr-data {
	white-space: normal;
}
.dataTables_filter label {
	margin-top: 2px;
	margin-bottom: 2px;
}

.dt-responsive .child .dt-childOnly {
	display: inline-block !important;
}
.dt-responsive .child .dt-childHidden {
	display: none !important;
}
.dt-responsive.collapsed .text-left-collapsed {
	text-align: left !important;
}

.dataTables_wrapper .dataTables_processing {
	color:white;
	background-color: black;
	padding: 0px 20px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	top: 8px;
	height: 16px;
	width: 16px;
	border-radius: 16px;
	text-indent: 4px;
	line-height: 17px;
	text-align: left;
}
table.dataTable>tbody>tr.child ul {
	list-style: none;
	padding-left: 0px;
}
table.dataTable>tbody>tr.child ul li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0
}
table.dataTable>tbody>tr.child ul li:last-child {
	border-bottom: none;
}
.smallerFont-table {
	font-size: 13px;
}

/*Summernote Overrides*/
.summerNoteHolder div.note-editor.panel {
	margin-bottom:0px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.summerNoteHolder .summerNoteFocus {
	outline-style: auto;
	outline-width: 5px;
	outline-color: -webkit-focus-ring-color;
	outline-offset: -2px;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.summerNoteHolder label.control-label {
	margin-bottom:5px;
}
.summerNoteHolder div.note-editor.panel #emailLicLogo {
	display: none;
} 

/*TagsInput Overrides*/
.tagsinput-fixed .bootstrap-tagsinput {
	cursor: inherit;
}
.bootstrap-tagsinput.form-control {
	min-height: 34px;
	height: auto;
	max-height: 56px;
	overflow: auto;
}
.tagsinput-fixed .bootstrap-tagsinput input {
	display:none;
}
.tagsinput-fixed .input-group-btn button {
	min-height: 34px;
}
.bootstrap-tagsinput span.permanent span[data-role="remove"] {
	display: none;
}

.bootstrap-tagsinput span.label {
	font-size: 95%;
	font-weight: normal;
	line-height: 1.8em;
}

.bootstrap-tagsinput span.label.tag-noBG {
	color: #555;
}

/*Selectize Overrides*/
.selectize-bottom-border > .selectize-dropdown-content [data-selectable] {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.selectize-dropdown, 
.selectize-input, 
.selectize-input input {
	color: #555;	
}

.selectize-control > .selectize-input.locked {
	background-color: #eee !important;
	opacity: 1 !important;
}

.fixedHeightSelectize {	
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fixedHeightSelectize .selectize-input {
	height: 34px !important;
}

/*MM Menu Overides */
.fullOverlayMenu {
	-moz-box-shadow: 0 0 100px 35px black;
  	-webkit-box-shadow: 0 0 100px 35px black;
	box-shadow: 0 0 100px 35px black;
}
.fullOverlayMenu.mm-menu {
	width:95%;
	max-width:700px;
	min-width:none;	
	height:97%;
	max-height:700px;
	margin: auto auto;
}
.fullOverlayMenu.mm-menu.mm-right {
	left:0;
	right:0;
}
html:not(.mm-opening) .fullOverlayMenu.mm-menu.mm-front.mm-right , html:not(.mm-opening) .fullOverlayMenu.mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(120vw, 0, 0);
	-moz-transform: translate3d(120vw, 0, 0);
	-ms-transform: translate3d(120vw, 0, 0);
	-o-transform: translate3d(120vw, 0, 0);
	transform: translate3d(120vw, 0, 0);
}
.fullOverlayMenu .mm-panel.mm-subopened {
	-webkit-transform: translate3d(-120vw, 0, 0);
	-moz-transform: translate3d(-120vw, 0, 0);
	-ms-transform: translate3d(-120vw, 0, 0);
	-o-transform: translate3d(-120vw, 0, 0);
	transform: translate3d(-120vw, 0, 0);	
}
.fullOverlayMenu .mm-panel {
	-webkit-transition: initial;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
	transition: initial;
	background: white;
}
.fullOverlayMenu .mm-panels > .mm-panel:before, .fullOverlayMenu .mm-panels > .mm-panel:after {
	height:15px;	
}
.fullOverlayMenu .mm-navbars-top .panelName {
	color: rgba(0, 0, 0, 0.65);
	font-weight:600;	
}
.fullOverlayMenu .mm-navbars-bottom > *, .fullOverlayMenu .mm-navbars-bottom a, .fullOverlayMenu .mm-navbars-top > *, .fullOverlayMenu .mm-navbars-top a  {
	color: inherit;	
}
.fullOverlayMenu .mm-navbars-bottom > div, .fullOverlayMenu .mm-navbars-top > div {
	padding: 5px 0;
}
.fullOverlayMenu .mm-navbars-bottom  .mm-navbar div {
	padding:0px;
}
.fullOverlayMenu .nav-tabs.mm-listview > li:after {
	left:auto;
}

.mm-page.mm-slideout {
	min-height:inherit !important;	
}

html.mm-blocking #mm-blocker {
	display: initial !important;
	margin:0 !important;	
}
/*Clockpicker Overrides*/
.popover.clockpicker-popover.bottom {
	margin-top:-80px;
}

/*BS WIZARD*/
.bs-wizard {margin-top: 5px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.disabled a { pointer-events: none; }
.bs-wizard > .bs-wizard-step.disabled.clickable a.bs-wizard-dot {pointer-events:initial;}
.bs-wizard > .bs-wizard-step.disabled.clickable a {pointer-events:initial;}

@media (max-width: 767px) {
	.bs-wizard > .bs-wizard-step > .bs-wizard-dot { margin-top:7px !important; }
}

.fc-event.calendarNote {
	background-color: #c1e2b3 !important;
	color: #5a5a5a !important;
	border-color: #c1e2b3 !important;
}