
/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/


.headtitle{
	text-decoration:none;
	color:#00999c;
}
.headtitle:hover{
	text-decoration:none;
	color:#00999c;
}
/******* star rating ******/

.rate {
    height: 23px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    /*top:-9999px;*/
	opacity: 0;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.checked {
  color: #376a47;;
}

.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
  vertical-align: top;
  }
.star-ratings-sprite .star-ratings-sprite-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
  }
/******* star rating ******/

/* Ajax live search css Starts */
.ajaxsearch-result
{
	display:block;
	position:relative;
	border-radius: 2px;
}
.ajaxsearch-result .list-item
{
	text-decoration: none; 
}

#searchlist {
	position: absolute;
	width:100%;
}
#searchlist .dropdown-menu {
	position: absolute;
	top: 56px;
	width: 100%;
	padding: 15px;
	max-height: 300px;
	display:block;
}
#searchlist .dropdown-menu li{padding:5px 0;}
/* Ajax live search css Ends */

/* Clearable text inputs */
/*
.clearable{
  position: relative;
  display: inline-block;
}
* */

#searchclear {
	display: none;
	position: absolute;
	cursor: pointer;
	right:5px;
	top:0;
	bottom:0;
	height:25px;
	margin:auto;
	font-size:25px;
	color:#00999c;
}

/* FAQ accordian start*/
/*
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}*/
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.0rem;
}
/*.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
    text-decoration:none;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.0rem;
}*/
/* FAQ accordian ends*/

.profile-details-area {
    border: 1px solid #eee;
    float: left;
    width: 100%;
	position:relative;
	margin-bottom: 25px;
}

.profile-details-area .product-information {
	opacity: 1;
	visibility: visible
}

.detail-lists-outer{
	display: block;
	margin-bottom: 15px;
}
.detail-lists{
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
	padding-bottom: 15px;
	max-width: 600px;
}

.detail-lable{
	display:block;
	font-weight:bold;
	min-width: 160px;
}
.detail_value{
	display:inline-block;
}

.detail-goodjob-area{
	float: left;
	padding: 15px;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #eee;
	font-size:18px;
	font-weight:500;
}
.detail-buttons-area{
	float: left;
	padding: 15px 0;
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

.reviews {
    float: left;
    width: 100%;
}

.zmdi-favorite.outline:before {
    content: '\f15e';
}

.card-title.provider {
    border-left: 2px solid #eee;
    padding-left: 10px;
	margin:10px 0 10px 15px;
}

.reviews .btn-secondary{
	color:#444;
}

.profile-details-area .blog-right-sidebar-top img{
	width:100%;
}
.reviews .card-title {
  text-align: left;
 }
/*
.reviews .card{
	border:0px;
}
*/
.review-form .form-group,
.inquiry-form .form-group {
    margin-top: 0px;
}
.review-form .rate.ratebox {
    display: inline-block;
}

.reviews hr {
    border-color: #e2e2e2;
	margin: 10px 20px;
}

.reviews hr:last-child {
    display:none;
}

.detail-lists.top {
    margin-bottom: 50px;
	border: 0;
}

.detail-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail-email {
    margin-bottom: 10px;
}

.detail-lists.cat .detail-lable {
    display: block;
    font-weight: bold;
    min-width: 160px;
}

.detail-lists-outer.top_new {
    border: 1px solid #f00;
}

.detail-lists-outer .list-social.social-icon li a {
    color:#0099a1;
}

.badge {
    padding: 5px 10px;
}

table a {
    color: #333;
    font-weight: bold;
}

table thead th {
    background: #0099a1;
    color: #fff;
}

.form-group {
    margin-top: 0px;
}

.contactus-form {
    margin-top: 15px;
}

.gray_background select {
    text-align: left;
}

.imgareaselect-outer {
	box-sizing: content-box ;
}

/*search zip*/
#es .textboxlist-textField {
    height: 22px !important;
    line-height: 1.666666667 !important;
    max-width: 100%;
    float: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px 0 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
  }
  #es .textboxlist-itemGroup {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #es .textboxlist-itemGroup:before,
  #es .textboxlist-itemGroup:after {
    content: " ";
    display: table;
  }
  #es .textboxlist-itemGroup:after {
    clear: both;
  }
  #es .textboxlist-itemGroup li {
    float: left;
    list-style: none;
  }
  #es .textboxlist-item {
    float: left;
    background: #E7EDF3;
    border-radius: 10px;
    color: #007bff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    height: 22px;
    line-height: 22px;
    margin: 0 4px 5px 0;
    overflow: hidden;
    padding: 0 5px;
  }
  #es .textboxlist-item.list {
    background: #e9fee7;
    border: 1px solid #98D895;
    color: #4EA64A;
  }
  #es .textboxlist-item .textboxlist-itemContent img {
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 8px 0 0;
  }
  #es .textboxlist-item .textboxlist-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  #es .textboxlist-item span,
  #es .textboxlist-item div {
    display: table-cell;
    vertical-align: middle;
  }
  #es .textboxlist-item span {
    padding: 0 4px 0 0;
  }
  #es .textboxlist-item div {
    padding: 0 4px;
  }
  #es .textboxlist-itemRemoveButton {
    opacity: 0.6;
    cursor: pointer;
    text-align: center;
  }
  #es .textboxlist-itemRemoveButton:hover {
    opacity: 1;
  }
  #es .textboxlist-itemRemoveButton > i {
    font-size: 14px;
    line-height: inherit;
    color: inherit;
  }
  #es .textboxlist-itemRemoveButton > i:before {
    content: "\f057";
  }


  #left-panel {
		font-size: 28px;
		font-weight: 900;
		margin: 10px 0 50px 0;
	}
	.timer{
		float:left;
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.form_area{
		max-width:70%;
	}
	.tab{display: none; width: 100%; height: auto; margin: 0px auto;}
	.current{display: block;}

	form#caveForm h1{font-size:26px; margin-bottom:20px;}
	form#caveForm {background-color: #ffffff; margin: 0px auto; padding: 0px; width: 100%; min-width: 300px; }

	form#caveForm p{margin-bottom: 30px; float: left; width: 100%; position:relative; }
	a.sign_in_top_button{
		position: absolute;
		right: 15px;
		top: 20px;
		border: 2px solid #eae9e9;
		padding: 2px;
	}
	a.sign_in_top_button:hover, a.sign_in_top_button:focus{
		border: 2px solid #252525;
	}

	form#caveForm input {padding: 10px 0; float: left; width: 100%; font-size: 17px; border-bottom: 3px solid #333; border-top:0; border-left:0; border-right:0;}
	form#caveForm input.task-style {border-bottom: 3px solid #eae9e9;}

	form#caveForm input:focus, form#caveForm input:focus-visible{border-bottom: 3px solid #F4A61D; outline: none;}
	form#caveForm input.task-style:focus, form#caveForm input.task-style:focus-visible{border-bottom: 3px solid #000; outline: none;}

	form#caveForm button {background-color: #F4A61D; color: #ffffff; border: none; padding: 10px 20px; font-size: 17px; cursor: pointer; }

	form#caveForm button:hover {opacity: 0.8; }

	.previous {background-color: #bbbbbb; }

	/* Make circles that indicate the steps of the form: */
	.step {height: 25px; width: 25px; cursor: pointer; margin: 0 2px; color: #fff; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.8; padding: 1px; text-align:center; font-size: 12px;}

	.step.active {opacity: 1; background-color: #F4A61D;}

	.step.finish {background-color: #F4A61D; }

	.error {color: #f00; }

/* Preview Test **/
  vstream, video {
    width: 100%;
  }

@media (max-width: 600px) {
  a.sign_in_top_button{
		top: 10px;
	}
}