html {
	position: relative;
	min-height: 100%;
}

html, body {
	height:100%;
}

body {
	font-family: 'Alef', sans-serif;
	background:#eeeef8;
	padding-top:70px;	/* initial size. will be removed by adjust_header_footer() */
	
	/*
	background-image: url("../images/grey_wash_wall.png");
	background-repeat: repeat;
	background-image: url("../images/dark_embroidery.png");
	background: #eee url("../images/Graduated_Blue_Background.png") no-repeat center center fixed; 
	background-size: 100%;		
	*/

	
	

	
	font-size:16px;
}

#footer {
	position: inherit;
	bottom: 0px;
	width: 100%;
	background-color: #dddddf;
	
	
}
#footer a {
	/*	color:#777; */
}

.footer-widget {
	padding-top:10px;
	padding-bottom:10px;
}

.page_margin {
	background:white;
	border:1px solid #ddd;
	/*
	box-shadow: 0px 0px 10px #3f3f3f;
	*/
}

.btn {
	min-width: 60px;
	margin-top: 8px;
	margin-left: 4px;
	padding-left: 30px;
	padding-right: 30px;
	font-size:15px;
	/*border:none;*/
}



.navbar {
	box-shadow: 0px 0px 5px 0px rgba(127, 127, 127, 0.75);
}

.test {
	border: 1px solid pink;
}

.template {
	display:none;
}


.container .text-muted {
	margin: 20px 0;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}



/* media queries */

.if_mobile_then_float_left {
	float:right;
}

@media screen and (max-width: 767px) {
	.if_mobile_then_float_left {
		float:left;
	}
}


/* itay (hebrew) patches to bootstrap */
.dropdown-menu {
	text-align: initial;
	/*
	right:-100px;
	left:initial;
	*/
}



/* buttons */
.btn_loading {
	background-image: url("../images/loading.gif")!important;
	background-position: 10px center!important;
	background-repeat: no-repeat!important;
	background-size: 16px 16px!important;
}

.btn-facebook {
	background:#4E70BA;
	background-image: url("../images/facebook-icon.png");
	background-position: left center;
	background-size: 32px 32px;
	padding-left: 30px!important;
	background-repeat: no-repeat;
	border-color: #617AAC!important;
}
.btn-facebook:hover, .btn-facebook:active, .btn-facebook[disabled] {
	background-color:#617AAC;
	background-image: url("../images/facebook-icon.png");
}


.btn-google {
	background:#DD4B39;
	background-image: url("../images/google-icon.png");
	background-position: left center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	padding-left: 30px!important;
	border-color: #E74B37!important;
}
.btn-google:hover, .btn-google:active, .btn-google[disabled] {
	background-color:#E74B37!important;
	background-image: url("../images/google-icon.png");
}

.btn-paypal {
	background:#F7AA66;
	background-image: url("../images/paypal-icon.png");
	background-position: left center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
}
.btn-paypal:hover, .btn-paypal:active, .btn-paypal[disabled] {
	background-color:#E69054;
	background-image: url("../images/paypal-icon.png");
}

.navbar-nav {
    margin: 0px;
}

/* date controls */
.control-year-size {
	width:66px!important;
}
.control-month-size {
	width:44px!important;
}
.date-seperator {
	padding: 3px 6px;
}

.help-icon {
	color: lightblue;

}


.login-modal-dialog {
	max-width:360px;
	margin:10px auto;
}


span.my-fa-spin {
	  -webkit-animation: my-fa-spin 2s infinite linear;
	  animation: my-fa-spin 2s infinite linear;
}

@keyframes my-fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes my-fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* packages */
.package, .package-size{
	text-align: center;
	margin-left:2px;
	margin-right:2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;		
}
.package-no-margin {
	margin:0;
}
/* this was :hover, but moved to jquery */
.package-hover {
	border-color: #66afe9;
	outline: 0;
	/*
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, 0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, 0.8);
	*/

}
.package-zoom-hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index:1;
}
.package-price-size {
	line-height: 3em;
}
.package-price {
	color:white;
	background: blue;
	background: #007FFF;
	background: #4F81BD;
	line-height: 3em;
}

.package-join {
	/*display:none;*/
	padding:20px;
}

@media screen and (max-width: 767px) {
	.package {
		margin:0;
		margin-bottom:50px;

	}
}
.package-title {
	font-size:1.1em; 
	font-weight: bold;
	
}
.package .header-1 {
	background-color: #8C8C8C;
	color: #FFC20E;
}
.package .header-2 {
	background-color: #4C4C4C;
	color: #FFC20E;
}
.package .header-3 {
	background-color: #262626;
	color: #FFC20E;
}

/* package-mobile*/
.package-mobile {
	border:0px solid #ddd; 
	padding: 0px; 
	margin-bottom:20px; 
}
.package-mobile-left-side {
	width:50%; 
	float:left;
}

.package-mobile-right-side {
	width:50%; 
	float:left;
	padding-left: 0px; 
	text-align:right; 	
}
.package-mobile-header-padding {
	padding: 10px 15px; /* like li probably*/
}



.no-border {
	border:0;
}
.template {
	display:none;
}


.modal-backdrop.in {
    opacity: 0.75;
}

/* disabling wow for mobile */
@media screen and (max-width: 767px) {
	.wow {
		display:block!important;
		visibility:visible!important;
		animation-name: none!important;
	}
}

.help-cursor {
	cursor: help;
}

.navbar-brand {
	color: #4F81BD!important;
	padding-left:60px;
	background-image: url("../images/logo-transparent.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 38px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height:auto;
}
.navbar-brand-small {
	color: #4F81BD!important;
	padding-left:50px;
	background-image: url("../images/logo-transparent.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	height:auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top:8px; 
}
.navbar-toggle {
	margin-top: 16px;
}


div.image-container {
	position:relative;
	/*border:1px solid white;*/
}
div.image-container:hover {
	/*border:1px solid black;*/
}
.we-invite-you {
	position:absolute;
	height:100%; 
	color: #4F81BD!important; 
	padding:10px; 
	font-size:19px;
	padding-top:16px;
	width:100%;
	overflow:hidden; 
}
.we-invite-you div{
	max-width:170px;
	text-align: center;
	margin: auto;
}
.text-nowrap {
	overflow:hidden;
	float: none;
	white-space: inherit;
}

.no-gutter {
    padding-left: 0 ;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.btn-yellow {
	background-color:#FFFF00!important;
	color:#262626!important;
	font-weight: bold;
}
.btn-yellow:hover {
	background-color:#dddd22!important;
}


.parallex1 {
	color:#fff;
	background: #252F3B url(../images/home.jpg) 50% 0 fixed;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.8);*/
	padding: 100px 0;
}



/* fixes modal navbar jumps */
body.modal-open {
	overflow-y: scroll;
	padding-right: 0 !important;
}

.test {
	border:1px solid pink;
}


/* forms and elements */
.input-group, input[type=text], select {
	width:100%;
	max-width:240px;

}
 

.col-centered{
    margin: 0 auto;
    float: none;
}

@media (max-width: 767px) { 
	.input-group, input[type=text] {
		width:180px;

	}
	 select {
		width:180px;
	}
}
.control-icon {
	position:absolute;
    display: inline;
	top: 2px;
    z-index: 2;
	opacity: 1;
    text-align: center;
}

.has-error  input, .has-error  select   {
	border-color:#a94442;
	color:#a94442;
}
.has-error, .has-error  .hint, .hint {
	color: #a94442;
	/*background:#dfdfdf;*/

}
/* borderless table cells */
.borderless td, .borderless th {
    border: none!important;
}



li.active  a {
	background:#337AB7!important; 
	color:#fff!important;
}

/* modal effects https://github.com/washaweb/bootstrap-modal-transition */
.modal-backdrop {
	-webkit-backface-visibility: hidden;
}
.modal-backdrop.zoom  {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.modal.zoom .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(0.5);
}
.modal.in .modal-dialog {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: scale(1);
}

/* too small */
@media screen and (max-width: 319px) {
	.container, .modal-body{
		/*background:yellow!important; */
	}
}

/* tables vertical align middle*/
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.date-control-container {
	min-width:200px;

}

.loading {
	visibility: hidden;
}

input:disabled, select:disabled {
	/**/
	visibility: hidden;
}

.cursor {
    cursor: pointer;
    cursor: hand;
}

/*
@media (max-width: 767px) { 
    .nav-tabs > li, .nav-pills > li {
        float:none;
    }
}
*/

/* pill color */
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    
}

.harel-panel {
	border-bottom-left-radius: 10px;
	padding:10px;
	margin-bottom:10px;
	font-size:18px;
}

.harel-panel-color-1 {
	background: #003D7E;
	color: white;
}
.harel-panel-color-2{
	background: #ADD4A4;
	color: #084480;
}
.harel-panel-color-3 {
	background: #CFE6C9;
	color: #002272;
}

/* overriding bootstrap */
.table {
    margin-bottom: 0;
}

.spacer_for_fixed_header {
	height:50px;	/* will be fine tuned in js */
}

.steps_container {
	display:none;	
}

.debug {
	display:none;
}

li.visible-logged {
	display:none;
}

.hightlight:hover {
	background:#eef;
}

/* medical questioninar and subforms */

.subform {
	padding:10px 25px 15px 25px;
	margin-right:25px;
	width:80%;	/* but 100% on mobile*/
	border:1px dashed gray;
	margin-bottom: 10px;
}
.subform .subform-title {
	text-decoration: underline;
	font-size:18px;
	padding-bottom:10px;
}
.subform-question {
	padding: 5px 0px;
}
.indent_section {
	padding: 0px 30px 0px 10px;
	width:100%;
}

.vis-hidden {	
	visibility:hidden;
}

/* alternative drop area Style */
.file_drop_area {
	height: 180px;
	border-width: 2px;
	margin: 10px 0px;
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 180px;
	text-align: center;
	background:white; 
}
.file_drop_area.hover {
	color: #222;
	border-color: #222;
}

/* datepicker (jquery-ui) */
input.has-datepicker {
	width:120px;
}
.ui-datepicker  {
	font-size: 75%;
	z-index:1151 !important;	/* above modal */
}


@media screen and (max-width: 767px) {
	.ui-datepicker  {
		font-size: 90%;
	}
	.subform {
		width:100%;
		padding-right:20px;
	}
}

.stripe1 {
	background:#f0f0ff;
}
.stripe2 {
	background:#fffff0;
}



/* get_quote form */
td.quote-form-cell-1	{
	width:140px;
}
td.quote-form-cell-1	{
	/*width:150px;*/
}


/* carousel (steps) */
#myCarousel .nav a {
    border-radius:0px;
}
.tab_error, .tab_error a {
	background:#F2DEDE!important;  
	color:#a94442!important; 
}
#myCarousel li.disabled a  {
	background: #eee;
	color: #aaa;
    cursor: default;
}


#myCarousel li.normal a  {
	background: #9DC8E2 none repeat scroll 0% 0%;
	color: #FFF;
}

/* breadcrumbs (http://jsfiddle.net/itgoldman/d297f1u0/5/) */
ul.mybreadcrumb {
	padding-right:0;
	list-style:none;
}

.item1 {
    z-index:10;
}
.item2 {
    z-index:9;
}
.item3 {
    z-index:8;
}


ul.mybreadcrumb li {
    float: right;
    background: rgb(0, 169, 148) linear-gradient(to left, rgba(0, 169, 148, 1) 0%, rgba(0, 84, 166, 1) 100%);  
    /* background: rgb(0, 84, 166); */
    position: relative;
    color: white;
    font-family: Alef;
    font-size: 12pt;
    padding: 5pt;
    padding-right: 30pt;
    line-height: 20pt;
    min-width: 150pt; 
    margin-left:2pt;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
ul.mybreadcrumb li:first-child {
	padding-right: 10pt;
}
ul.mybreadcrumb li:first-child:before {
    content: none;
}
ul.mybreadcrumb li:last-child:after {
	/* content: none; */
}

ul.mybreadcrumb li:after {
    content: "";
    border-right: +1.5em solid rgb(0, 84, 166); /* This width determines the arrows length */
    border-top: 15pt solid transparent; 		/* This width has to be 50% of 'line-height + padding-top + padding-bottom' */
    border-bottom: 15pt solid transparent; 		/* Same for this width */
    width: 0;
    height: 0;
    position: absolute;
    left: -1.5em; /* This has to be the same value as 'border-right's width */
    top: 0;
}

ul.mybreadcrumb li:before {
    content: "";
    border-right: +1.5em solid white;
    border-top: 15pt solid transparent; 	/* This width has to be 50% of 'line-height + padding-top + padding-bottom' */
    border-bottom: 15pt solid transparent; 	/* Same for this width */
    width: 0;
    height: 0;
    position: absolute;
    right: 0em; /* This has to be the same value as 'border-right's width */
    top: 0;
}
/* circle */
span.circle {
	position:relative;
	top:+1px;
    margin-left:0pt;    
}

.help-icon {
	/*display:none;*/
}


/* step 3 */
#card_valid-day-part {
	display:none;
}

.widget {
	width:80%;
	max-width:300px;
	margin:auto;
	border:1px solid gray;
}

.ie-only {
	display:none;	/* will be enabled in js */
}

/* nice colors for titlebars (modals, main navbar) */
#page-header , .modal-header{
	background:#eee;
}

/* share-icon */
.share-icon {
	width:36px;
	border:0;
	margin-left:4px;
	float:right; 
}
.share-icon img {
	width:100%;
}


/* scroll to top button */
#toTop{
	position: fixed;
	z-index:9999;
	bottom: 40px;
	left: 40px;
	cursor: pointer;
	padding:10px;
	display: none;
}
@media screen and (max-width: 767px) {
	#toTop {
		bottom: 10px;
		left: 10px;
		padding:5px 0px!important;
	}
}

