/*-----------------Dashboard v3------------------*/
body.dashboard .dashboard_v3 {margin: 0;}
body.dashboard .dashboard_v3 .span9.stat-list .space{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
body.dashboard .dashboard_v3 .avatar_edit {
	width: 170px;
	float: left;
	height: 208px;
}
body.dashboard .dashboard_v3 .avatar_edit img {
	width: 170px;
	height: 170px;
}
.container_dashboard .list-bookings {
	height: 150px;
	position: relative;
	font-size: 13px;
}
.container_dashboard .list-view {
	padding-top: 0;
}
.container_dashboard .list-bookings .list-bookings_top {
	color: white;
	height: 50px;
	background: #374654;
}
.container_dashboard .list-bookings .list-bookings_top span {
	display: block;
	margin: 0 0 0 19px;
}
.container_dashboard .list-bookings .list-bookings_top .code_text {
	width: 27%;
	height: 50px;
	float: left;
}
.container_dashboard .list-bookings .list-bookings_top .code_text .code {
	color: #46b0e4;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 3px;
}
.container_dashboard .list-bookings .list-bookings_top .code_text .code i
{
	color: #d6d6d6;
}
.container_dashboard .list-bookings .list-bookings_top .code_text .text {
	padding-top: 5px;
}
.container_dashboard .list-bookings .list-bookings_top .code_text .text.out,
.container_dashboard .list-bookings .list-bookings_top .code_text .text.in {
	background-image: url(../../../images/svg/v3/icons_dash-incoming.svg);
	background-repeat: no-repeat;
	background-position: -3px 7px;
	background-size: 15px 15px;
	padding-left: 14px;
}
.container_dashboard .list-bookings .list-bookings_top .code_text .text.out {
	background-image: url(../../../images/svg/v3/icons_dash-outgoing.svg);
	color: #ddd;
}
.container_dashboard .list-bookings .list-bookings_top .datetime {
	width: 27%;
	background: #233342;
	height: 50px;
	float: left;
}
.container_dashboard .list-bookings .list-bookings_top .datetime .date {
	padding-top: 6px;
	font-size: 14px;
	margin-bottom: 2px;
	white-space: nowrap;
}
.container_dashboard .list-bookings .list-bookings_top .datetime .hour {
	color: #ddd;
	font-size: 14px;
}
.container_dashboard .list-bookings .list-bookings_top .number_text {
	width: 27%;
	/*width: 240px;*/
	height: 50px;
	float: left;
}
.container_dashboard .list-bookings .list-bookings_top .number_text .icon_type {
	float: left;
	margin-top: 10px;
	margin-right: 9px;
	margin-left: 0;
	width: 60px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.container_dashboard .list-bookings .list-bookings_top .number_text .text {
	margin-left: 10px;
	color: #ddd;
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.container_dashboard .list-bookings .list-bookings_top .number_text .number{
	padding-top: 7px;
	color: #46b0e4;
	font-size: 15px;
	margin-left: 10px;
	text-transform: uppercase;
}
.container_dashboard .list-bookings .list-bookings_top .button {
	float: right;
	/*width: 166px;*/
	width: 19%;
	height: 50px;
	background: #233342;
}
.container_dashboard .list-bookings .list-bookings_top .button .status{
	background: #13BAE9;
	color: white;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 3px;
}
.custom-status{
	width: 90% !important;
}
.container_dashboard .list-bookings .list-bookings_top .button .status.cancelled{
	background: #E01042;
}
.container_dashboard .list-bookings .list-bookings_top .button .status.completed{
	background: #bebebe;
}
.container_dashboard .list-bookings .list-bookings_top .button .status.confirmed{
	background: #17B37F;
}
.container_dashboard .list-bookings .list-bookings_top .button .status.timeexpiring{
	background: #FF0000;
}
.container_dashboard .list-bookings .list-bookings_img {
	height: 100px;
	width: 100px;
	float: left;
	position: relative;
}
.container_dashboard .list-bookings .list-bookings_img .unavailable {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 70px;
	text-transform: uppercase;
	background: white;
	opacity: 0.8;
	color: #6E6E6F;
	font-size: 13px;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
	z-index: 9;
}

.container_dashboard .list-bookings .list-bookings_img .event-listing {
	background: url(../../../images/svg/v3/icons_event-parking-list.svg) no-repeat left center;
	background-size: 70px 31px;
	width: 100px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.container_dashboard .list-bookings .list-bookings_img .special-offer {
	background: url(../../../images/svg/v3/icons_ribbon-special-offer.svg) no-repeat left center;
	background-size: 70px 31px;
	width: 100px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.container_dashboard .list-bookings .list-bookings_space {
	float: left;
	padding: 15px 0 0 20px;
}
.container_dashboard .list-bookings .list-bookings_space .space_address {
	color: #333;
	margin-bottom: 12px;
	width: 440px;
	max-height: 20px;
	overflow: hidden;
}
.container_dashboard .list-bookings .unavailable .list-bookings_space .space_address {
	color: #aaa;
}
.container_dashboard .list-bookings .list-bookings_space .space_type span {
	display: block;
	float: left;
	width: 120px;
	background-size: 14px 14px;
	text-indent: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	height: 16px;
}
.container_dashboard .list-bookings .list-bookings_space h5 {
	font-size: 13px;
	line-height: 15px;
	min-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 400px;
    white-space: nowrap;
}
.container_dashboard .list-bookings .list-bookings_space h5 a {
	color: #333;
	font-family: "Poppins", sans-serif;
	text-decoration: none;
}
.container_dashboard .list-bookings .list-bookings_price {
	float: right;
	width: 167px;
	height: 100px;
	border-left: 1px solid #E9E9E9;
	text-align: center;
}
.container_dashboard .list-bookings .list-bookings_price p {
	
}
.container_dashboard .list-bookings .list-bookings_price .price_total {
	margin: 9px 0 5px;
	font-weight: bold;
}
.container_dashboard .list-bookings .list-bookings_price .price_total.no-bond {
	margin-top: 10px;
}
.container_dashboard .list-bookings .list-bookings_price .price_total.no-discount {
	margin-top: 8px;
}
.container_dashboard .list-bookings .list-bookings_price .price_booking {
	font-size: 25px;
	color: #46b0e4;
	margin-bottom: 4px;
}
.container_dashboard .list-bookings .list-bookings_price .price_booking sup {
	font-size: 15px;
	padding: 3px;
}
.container_dashboard .list-bookings .list-bookings_price .price_bond {
	color: #17B37F;
	font-size: 13px;
}
.container_dashboard .list-bookings .list-bookings_price .price_discount {
	color: #13BAE9;
	font-size: 13px;
}
.container_dashboard .list-bookings .list-bookings_price .price_bond .text,
.container_dashboard .list-bookings .list-bookings_price .price_discount .text {
	color: #333;
	font-size: 11px;
}
.container_dashboard .list-bookings .list-bookings_price .price_bond sup,
.container_dashboard .list-bookings .list-bookings_price .price_discount sup {
	font-size: 9px;
	padding: 0 2px;
	top: -2px;
}

.container_dashboard .list-bookings .list-bookings_button {
	position: absolute;
	top: 95px;
	right: 190px;
}
.icon-arrow-option,
.container_dashboard .list-bookings .list-bookings_button .icon-manage-arrow {
	background: url(../../../images/svg/v3/icons_manage-dropdown.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin: 4px 0 0 9px;
	background-size: 12px 12px;
}
.container_dashboard .list-bookings .list-bookings_button .manage {
	border: 1px solid #DEDEDE;
	color: #333;
	height: 38px;
	line-height: 37px;
	width: 95px;
	display: block;
	text-indent: 16px;
	border-radius: 50px;
	text-decoration: none;
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
}
.container_dashboard .list-bookings .list-bookings_button ul {
	width: 150px;
	box-shadow: -1px 1px 5px #E9E9E9;
	background: white;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	display: none;
	position: absolute;
	top: 45px;
	left: -25px;
	z-index: 99;
	border-radius: 3px;
}
.container_dashboard .list-bookings .list-bookings_button .button_manage {
	height: 50px;
}
.container_dashboard .list-bookings .list-bookings_button .button_manage:hover ul {
	display: block;
}
.container_dashboard .list-bookings .list-bookings_button ul li {
	border-bottom: 1px solid #E9E9E9;
	line-height: 34px;
	height: 34px;
	width: 100%;	
}
.container_dashboard .list-bookings .list-bookings_button ul li a {
	color: #333;
	display: block;
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_review,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_edit,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_accept,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_accept_offer,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_decline,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_decline_offer,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_cancel,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_remove,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_refundbond,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_view,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_payment,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_extend,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_get,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_duplicate,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_makepayment,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_report_issue,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_remove_listing {
	background-image: url(../../../images/svg/v3/icons_dash-bookings-view.svg);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 14px 14px;
	padding-left: 32px;
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_review {
	background-image: url(../../../images/svg/v3/icons_dash-add-review.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_edit {
	background-image: url(../../../images/svg/v3/icons_dash-listings-edit.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_get {
	background-image: url(../../../images/svg/v3/icons_dash-bookings-directions.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_payment {
	background-image: url(../../../images/svg/v3/icons_dash-payment-history.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_extend {
	background-image: url(../../../images/svg/v3/icons_dash-extend.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_duplicate {
	background-image: url(../../../images/svg/v3/icons_dash-bookings-duplicate.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_accept ,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_accept_offer {
	background-image: url(../../../images/svg/v3/icons_dash-accept.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_decline,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_decline_offer,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_cancel,
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_remove{
	background-image: url(../../../images/svg/v3/icons_dash-decline.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_remove_listing{
	background-image: url(../../../images/svg/v3/icons_remove_listing.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_report_issue{
	background-image: url(../../../images/svg/v3/icons_booking_issue.svg);
}
.container_dashboard .list-bookings .list-bookings_button ul li a.icon_refundbond{
	background-image: url(../../../images/admin/gridview/icon_refund.png);
}

.container_dashboard .list-bookings .list-bookings_button ul li a.icon_makepayment {
	background-image: url(../../../images/svg/v3/icons_icon-billing-black.svg);
}

.container_dashboard .list-bookings .icons-vehicle-hatch {
	background: url(../../../images/svg/v3/icons_dash-vehicle-hatch.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-car {
	background: url(../../../images/svg/v3/icons_dash-vehicle-car.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-suv {
	background: url(../../../images/svg/v3/icons_dash-vehicle-suv.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-large-vehicle {
	background: url(../../../images/svg/v3/icons_dash-vehicle-large.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-storage {
	background: url(../../../images/svg/v3/icons_dash-vehicle-storage.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-rental {
	background: url(../../../images/svg/v3/icons_dash-vehicle-rental.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-bike {
	background: url(../../../images/svg/v3/icons_dash-vehicle-bike.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings .icons-vehicle-other {
	background: url(../../../images/svg/v3/icons_dash-vehicle-other.svg) no-repeat 5px center white;
	background-size: 20px 20px;
}
.container_dashboard .list-bookings.listings {
	height: 100px;
}
.container_dashboard .list-bookings.listings .list-bookings_body {
	border-bottom: 1px solid #E9E9E9;
}
.container_dashboard .list-bookings.listings .list-bookings_body.unavailable .list-bookings_space h5 a {
	color: #aaa;
}
.container_dashboard .list-bookings.listings .list-bookings_body.unavailable {
	border-bottom-color: #e9e9e9;
	color: #aaa;
}
.container_dashboard .list-bookings.listings .list-bookings_body.unavailable .space_type span{
	color: #333333;
	opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.container_dashboard .list-bookings.listings .list-bookings_button {
	height: 50px;
	position: absolute;
	top: 15px;
	right: 135px;
}
.list-bookings_button .dpage-views {
	margin-bottom: 7px;
	text-align: right;
}
.list-bookings_button .dpage-views .icon_viewed {
	background: url(../../../images/v3/icons_dash-pageviews.svg) no-repeat center center;
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 5px;
}
.container_dashboard .list-bookings.listings .list-bookings_button .button_wrap {

}
.container_dashboard .list-bookings.listings .list-bookings_button .button_manage {
	height: 50px;
	float: left;
	position: relative;
}
.container_dashboard .list-bookings .list-space_price {
	float: right;
	width: 120px;
	height: 100px;
	border-left: 1px solid #E9E9E9;
}
.container_dashboard .list-bookings .list-space_price .price-list {
	border-bottom: 1px solid #E9E9E9;
	font-size: 14px;
	padding: 7px 0 7px;
	text-indent: 8px;
}
.container_dashboard .list-bookings .list-space_price .price-list:last-child {
	border-bottom: 0 none;
}
.container_dashboard .list-bookings .list-space_price .price-list span {
	font-size: 17px;
}
.container_dashboard .list-bookings .list-space_price .price-list sup {
	font-size: 11px;
	top: -4px;
}
.container_dashboard .list-bookings .list-space_price .price-list.last {
	border: none;
}

.container_dashboard .listing-price-total {
/*  padding: 10px;
  height: 100%;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding-top: 29px;
	text-align: center;*/
}

.container_dashboard .listing-price-total span {
  display: block;
  text-align: center;
}
.container_dashboard .listing-price-total .fixed-price {
	margin-top: 29px;
}

.container_dashboard .listing-price-total sup {
  font-size: 13px;
}

.container_dashboard .listing-price-total .total-price {
  font-size: 18px;
  margin: 5px 0 0;
}

.container_dashboard .listing-price-total .total-price sup {
  top: -5px;
}

.button_disabled {
	border: 1px solid #E9E9E9;
	margin-left: 10px;
	width: 70px;
	height: 40px;
	border-radius: 30px;
	float: left;
	position: relative;
}

.button_check {
	border: 1px solid #E9E9E9;
	margin-left: 10px;
	width: 70px;
	height: 40px;
	border-radius: 30px;
	float: left;
	position: relative;
	cursor: pointer;
}
.button_check.on {
	background: #14BAEA;
}
.button_check.off {
	background: white;
}
.button_check a {
	/*border: 1px solid #14BAEA;*/
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: block;
	background: yellow;
	position: absolute;
	top: -1px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}

.button_check.on a {
  left: 30px;
  background: #F6F6F6 url(../../../images/svg/v3/icons_switch-on.svg) no-repeat center;
  background-size: 42px 42px;
}

.no-svg .button_check.on a {
	left: 30px;
	background: #F6F6F6 url(../../../images/v3/icons_switch-on.png) no-repeat center;
	background-size: 42px 42px;
}

.button_check.off a {
  left: 0;
  background: #F7F7F7 url(../../../images/svg/v3/icons_switch-off.svg) no-repeat center;
  background-size: 42px 42px;
}

.no-svg .button_check.off a {
	left: 0;
	background: #F7F7F7 url(../../../images/v3/icons_switch-off.png) no-repeat center;
	background-size: 42px 42px;
}

.booking-wrapper {
	margin-top: 20px;
}
.booking-wrapper .tab-content {
	overflow: visible;
}
.booking-wrapper .nav {
	margin-bottom: 0;
}
.booking-wrapper .nav.nav-tabs {
	border: 0;	
}
.booking-wrapper .nav-tabs a {
	width: 178px;
	margin-right: 10px;
	padding: 12px 0;
	/*background: #F5F5F5;
	border: 1px solid #333333;
	color: #333333;*/
	background: #FFF;
	border: 1px solid #dadfe6;
    color: rgba(128, 128, 128, 0.56);
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.booking-wrapper .nav-tabs a:hover {
	background: rgba(218,223,230,.2);
	border: 1px solid #ccc;
}
.booking-wrapper .nav-tabs li.active a {
	background:white;
	color: #000;
	border: 1px solid #74cee2;
}
.margin-dashboard .search_btn_mobile {
	display: none;
	width: 99.3%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #CCCCCC;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  cursor: pointer;
}
.margin-dashboard .search_booking {
	margin-top: 20px;
	padding: 5px 2px;
	background: #F5F5F5;
	border: 1px solid #DEDEDE;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.margin-dashboard .search_booking .block_search_booking {
	display: inline-block;
	position: relative;
}
.margin-dashboard .search_booking .title_search {
	float:left;
	width: 65px;
	height: 20px;
	line-height: 20px;
	margin: 15px 0 0 5px;
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 15px;
}

.margin-dashboard .search_booking #block-status-booking {
	display: inline-block;
	position: relative;
}
.margin-dashboard .search_booking #block-status-booking #status-booking-value{
	position: relative;
	width: 136px;
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
	margin: 5px;
	color: #CCCCCC;
	border: 1px solid #DEDEDE;
	font-weight: normal;
	font-family: Poppins, sans-serif;
	font-size: 13px !important;
	background: white url("../../../images/v3/icons_down-arrow-grey.png") no-repeat right 8px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 1px;
	cursor: pointer;
}
.margin-dashboard .search_booking #block-status-booking #status-booking-value:hover {
	border: 1px solid #74cee2;
}
.margin-dashboard .search_booking #block-status-booking #status-booking-value.active {
	color: #333333;
}

.margin-dashboard .search_booking #block-status-booking #status-booking-select {
	display: none;
  	width: 99%;
  	position: absolute;
  	background: #FFFFFF;
  	border: 1px solid #74cee2;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 4px 0px #E9E9E9;
  	z-index: 10;
}

.margin-dashboard .search_booking #block-status-booking #status-booking-select ul li {
	padding: 5px;
}

.margin-dashboard .search_booking #block-status-booking #status-booking-select ul li:hover {
	background: #87d5e6;
}

.margin-dashboard .search_booking input {
	width: 136px;
	height: 30px !important;
}

.margin-dashboard .search_booking input{
	padding: 4px 6px;
	margin: 2px;
	border: 1px solid #dadfe6;
	font-weight: normal;
	font-size: 13px !important;
	font-family: Roboto, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.margin-dashboard .search_booking input.click_btn {
	width: 75px;
	height: 40px !important;
	border: none;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.margin-dashboard .search_booking input#search_btn{
	background: #74cee2;
	border-bottom: 2px solid #64b1c2;
}
.margin-dashboard .search_booking input#search_btn:hover {
	background: #87d5e6;
}
.margin-dashboard .search_booking input#search_clear{
	background: #CCCCCC;
	border-bottom: 2px solid #B9B9B9;
}

.margin-dashboard .search_booking input.noSelect_date {
	background: #fff url(../../../images/svg/v3/icons_date-grey.svg) no-repeat right 10px center;
	background-size: 20px 20px;
}
.margin-dashboard .search_booking input#daterange {
	cursor: pointer;
}
.margin-dashboard .search_booking #date-search {
	width: 338px;
	top: 46px;
	right:20%;
	z-index: 10;
}
.margin-dashboard .search_booking #date-search .input-time{
	width: 80px;
	height: 30px !important;
	margin: 0 0 0 30px;
	line-height: 20px;
	border: 1px solid #E9E9E9;
	text-indent: 0;
	text-align: center;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 13px !important;
	font-weight: normal;
}

.margin-dashboard .search_booking #date-search .date-submit {
	float:left;
	width: 96%;
	margin: 0 2%;
}

.margin-dashboard .search_booking #date-search .date-submit .green_btn,
.margin-dashboard .search_booking #date-search .date-submit #modal-start {
	width: 29.3%;
  margin: 0px 2%;
}
.margin-dashboard .search_booking #date-search .date-wraper .date-show {
	height: 18px;
}
/*For search listing*/
.margin-dashboard .search_booking .type_space,
.margin-dashboard .search_booking .type_access {
	display: inline-block;
	width: 150px;
	margin: 5px;
	position: relative;
	top: 1px;
}
.margin-dashboard .search_booking .type_space .vehicle-type-select,
.margin-dashboard .search_booking .type_access .vehicle-type-select {
	display: none;
	width: 190px;
  	position: absolute;
  	background: #FFFFFF;
  	border: 1px solid #74cee2;
  	z-index: 10;
}
.margin-dashboard .search_booking .type_space .styled-select,
.margin-dashboard .search_booking .type_access .styled-select {
	display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 99%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFFFFF url("../../../images/v3/icons_down-arrow-grey.png") no-repeat 94%;
  font-weight: normal;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  cursor: pointer;
  text-indent: 6px;
  color: #CCCCCC;
}

.margin-dashboard .search_booking .type_space .styled-select:hover,
.margin-dashboard .search_booking .type_access .styled-select:hover {
	border: 1px solid #74cee2;
}

.margin-dashboard .search_booking .styled-select.active {
	color:#333333;
}
.margin-dashboard .tab-content .tab-pane {
	/*margin-bottom: 50px;*/
	border: 1px solid #E9E9E9;
}
.margin-dashboard .btn-listmyspace {
	margin-top: 20px;
	margin-bottom: 10px;
}
.margin-dashboard .new-bookings,
.margin-dashboard .add_refer {
	float: right;
	margin-top: 20px;
}
.margin-dashboard .btn-listmyspace a,
.margin-dashboard .new-booking,
.margin-dashboard .add_refer a {
	background: #74cee2;
	border-bottom: 2px solid #64b1c2;
	color: white;
	font-family: 'Roboto';
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	width: 180px;
	display: block;
	border-radius: 4px;
}
.margin-dashboard .btn-listmyspace a {
	background: #74CEE2;
	border-bottom-color: #64b1c2;
	color: #fff; 
	float: right;
}

.margin-dashboard .new-bookings a {
	display: inline-block;
	float: right;
}	
.margin-dashboard .new-booking:hover,
.margin-dashboard .add_refer a:hover {
	background: #87d5e6;
}
.margin-dashboard .btn-listmyspace a:hover {
	background: #64b1c2;
}
.margin-dashboard .no-booking {
	padding: 10px 0 10px 305px;
} 
.margin-dashboard .no-booking img {
	float: left;
	margin-right: 25px;
}
.margin-dashboard .no-booking .no-booking-text {
	font-weight: bold;
	color: #ddd;
	padding-top: 25px;
}
.margin-dashboard .no-booking .no-booking-text span {
	display: block;
	white-space: nowrap;
}
.margin-dashboard .no-booking .no-booking-text a {
	display: block;
	color: black;
	text-decoration: underline;
}
.margin-dashboard .listing-wrapper {
	border: 1px solid #e9e9e9;
}
.container_dashboard .list-bookings.listings .incomplete {
	position: absolute;
	right: 105px;
}
.container_dashboard .list-bookings.listings .incomplete span {
	border: 1px solid #e9e9e9;
	background: #F0F0F0;
	color: #333;
	padding-top: 3px;
	display: block;
	height: 37px;
	width: 200px;
	float: right;
	font-size: 11px;
	text-align: center;
	margin: 40px 20px 0 0;
	border-radius: 3px;
}
.container_dashboard .list-bookings.listings .incomplete span a {
	color: #21B685;
	font-weight: bold;
	text-decoration: underline;
}
.margin-dashboard .pager {}
.margin-dashboard .pager .yiiPager {
	width: 100%;
	padding: 0;
	float: left;
	height: 29px;
	background: #374654;
}
.margin-dashboard .pager .yiiPager li {
	width: 50px;
}
.margin-dashboard .pager .yiiPager a {
	border: 0;
	color: white;
	padding: 0;
}
.margin-dashboard .pager .yiiPager li.selected {
	/*width: 687px;*/
	width: 75%;
}
.listRefer-wrapper .pager .yiiPager li.selected {
	width: 65%;
}
.margin-dashboard .pager .yiiPager li.selected a {
	/*width: 687px;*/
	width: 100%;
	background: #374654;
	line-height: 29px;
	padding: 0;
}
#dashboard-vehicle .margin-dashboard .pager {
	width: 782px;
}
#dashboard-vehicle .margin-dashboard .pager .yiiPager li.selected {
	width: 74%;
}
.margin-dashboard .pager .yiiPager li.first a,
.margin-dashboard .pager .yiiPager li.previous a,
.margin-dashboard .pager .yiiPager li.next a,
.margin-dashboard .pager .yiiPager li.last a {
	background-position: center;
	background-size: 20px;
	width: 49px;
	border: 0;
	border-right: 1px solid white;
	line-height: 29px;
}
.margin-dashboard .pager .yiiPager li.next a,
.margin-dashboard .pager .yiiPager li.last a {
	border-left: 1px solid white;
	border-right: 0;
}
.container_dashboard .vehicle-wrapper {
	margin-top: 85px;
	position: relative;
}
.container_dashboard .vehicle-wrapper .vehicle-item {
	width: 190px;
	height: 228px;
	border: 1px solid #e9e9e9;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border-radius: 3px;
	position: relative;
}
.container_dashboard .vehicle-wrapper .vehicle-item.new .vehicle_form .label-vehicle-type .type-placeholder{
	color: #ccc;
}
.container_dashboard .vehicle-wrapper .vehicle-item-top {
	height: 170px;
	padding-top: 20px; 
}
.container_dashboard .vehicle-wrapper .vehicle-item-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px auto;
	border-radius: 3px;
	background-color: #e6e6e6;
}
.container_dashboard .vehicle-wrapper .vehicle-item-text {
	padding-left: 20px;
	font-size: 13px;
	color: #ccc;
}
.container_dashboard .vehicle-wrapper .vehicle-item-text .code {
	color: #46b0e4;
	font-size: 19px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.container_dashboard .vehicle-wrapper .vehicle-item-text .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.container_dashboard .vehicle-wrapper .vehicle-item-btn {
	border-top: 1px solid #e9e9e9;
	line-height: 38px;
	height: 38px;
	text-align: center;
	color: #ccc;
}
.container_dashboard .vehicle-wrapper .vehicle-item-btn .icon_edit {
	background: url(../../../images/svg/v3/icons_dash-vehicles-edit.svg) no-repeat left center;
	background-size: 20px 20px;
	padding: 2px 0 2px 30px;
	cursor: pointer;
}
.container_dashboard .vehicle-wrapper .vehicle-item-btn .icon_done {
	background: url(../../../images/svg/icon_tick-green.svg) no-repeat left center;
	background-size: 20px 20px;
	padding: 2px 0 2px 27px;
	display: none;
	color: #21b685;
	cursor: pointer;
	width: 35px;
	margin: 0 auto;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-large-vehicle {
	background: url(../../../images/svg/v3/icons_dash-vehicle-large.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-hatch {
	background: url(../../../images/svg/v3/icons_dash-vehicle-hatch.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-car {
	background: url(../../../images/svg/v3/icons_dash-vehicle-car.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-suv {
	background: url(../../../images/svg/v3/icons_dash-vehicle-suv.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-storage {
	background: url(../../../images/svg/v3/icons_dash-vehicle-storage.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-bike {
	background: url(../../../images/svg/v3/icons_dash-vehicle-bike.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-rental {
	background: url(../../../images/svg/v3/icons_dash-vehicle-rental.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle-item-img.icons-vehicle-other {
	background: url(../../../images/svg/v3/icons_dash-vehicle-other.svg) no-repeat center center #E6E6E6;
	background-size: 60px 60px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 0px;
	display: none;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form .infoform{
	background: transparent;
	position: absolute;
	z-index: 10;
	padding-top: 60px;
	margin-left: 7px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form .opcity{
	opacity: 0.9;
	display: block;
	height: 190px;
	width: 145px;
	background: white;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}
.container_dashboard .vehicle-wrapper .vehicle-item .hide {
	display: none;
}
.container_dashboard .vehicle-wrapper .vehicle-item .show {
	display: block;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form input {
	height: 30px!important;
	line-height: 30px;
	width: 160px;
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form .grey,
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form input:focus {
	color: #333;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form input.vehicle_type_other {
	width: 58px;
	padding-right: 58px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form .label-vehicle-type {
	height: 40px;
	line-height: 40px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin-top: 5px;
}
.container_dashboard .vehicle-wrapper .vehicle-item .vehicle_form .vehicle-type-select {
	position: absolute;
	left: -10px;
	z-index: 9;
	border: 1px solid #e9e9e9;
	background: white;
	width: 218px;
	height: 407px;
	display: none;
}
.container_dashboard .stat-2.novehicle p.stat-price,
.container_dashboard .stat-2.nospace p.stat-price {
	font-size: 60px;
} 
.container_dashboard .stat-2.novehicle p.earned_since,
.container_dashboard .stat-2.nospace p.earned_since {
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.container_dashboard .stat-2.novehicle p.earned_since .space,
.container_dashboard .stat-2.nospace p.earned_since .space {
	font-size: 13px;
	margin-top: 5px;
} 
.container_dashboard .stat-2.novehicle a,
.container_dashboard .stat-2.nospace a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
} 

#site-contact .inner.inner_contact {
	padding-bottom: 20px;
}
#site-contact .inner_contact {
	overflow: hidden;
}

.container_dashboard .vehicle-wrapper .vehicle_type_other_wrap {
	display: none;
	position: relative;
	margin-top: 5px;
}
.container_dashboard .vehicle-wrapper .vehicle_type_other_wrap #vehicle_type_counter {
	position: absolute;
	top: 4px;
	right: 26px;
	color: #F07F6A;
	line-height: 30px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #F07F6A;
	font-size: 14px;
	text-align: center;
}
.container_dashboard .vehicle-wrapper .vehicle-type-select {
	/*margin-left: 350px;*/
	border: 1px solid #e9e9e9;
	background: white;
	width: 218px;
	display: none;
}

.vehicle_form #vehicle_type_arrow {
	text-indent: -1000em;
	width: 24px;
	height: 22px;
	display: none;
	background: #fff url(../../../images/background_select.png) no-repeat;
	position: absolute;
	right: 2px;
	top: 9px;
	border: 0;
	outline: none;
}
.vehicle_form .label-vehicle-type .type-label {
	text-indent: 5px;
	height: 40px;
	line-height: 40px;
	background: url(../../../images/v3/icons_down-arrow-grey.png) no-repeat right 10px center;
	color: #333;
	cursor: pointer;
	text-overflow: ellipsis;
	width: 90px;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
}
.vehicle_form .label-vehicle-type .type-placeholder {
	background: url(../../../images/v3/icons_down-arrow-grey.png) no-repeat right 10px center;
	color: #333;
	margin-left: 8px;
	font-size: 14px;
	cursor: pointer;
	text-overflow: ellipsis;
	width: 135px;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
}
.container_dashboard .nav-left {
	float:left;
	margin-top: 20px;
}
.container_dashboard .nav-left a.backDashboard,
.container_dashboard .nav-left a.backDashboard2 {
	display: block;
	background: url("../../../images/v3/icon-back-view.png") no-repeat left center;
	color:#27b688;
	padding-left: 22px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
}
.container_dashboard .nav-left a.backDashboard2 {
	display: none;
}
.container_dashboard .listRefer-wrapper {
	margin-top: 85px;
}
.container_dashboard .listRefer-wrapper .content_refer {
	width: 578px;
	margin: auto;
	border: 1px solid #DEDEDE;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.container_dashboard .listRefer-wrapper .content_refer h1{
	height: 58px;
	line-height: 58px;
	color: #333333;
	background: #f5f5f5;
	border-bottom: 1px solid #DEDEDE;
	font-size: 17px;
	text-align: center;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer {
	clear:both;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li {
	clear: both;
	display: table;
	padding: 10px 20px;
	border-bottom: 1px solid #DEDEDE;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li:last-child {
	border-bottom: none;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_left {
	float:left;
	width: 310px;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_left .name_user_refer {
	float:left;
	width: 100px;
	min-height: 40px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_left .name_user_refer p {
	display: table-cell;
	vertical-align: middle;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_left .block_refer {
	width: 195px;
	padding-left:10px;
	display: inline-block;
	color: #cccccc;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_left .block_refer p.email_refer{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_right {
	float:left;
	width: 225px;
	padding: 5px 0;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_right span {
	width: 125px;
	display: inline-block;
	text-indent: 30px;
	padding: 5px 0;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_right span.clsSent {
	width: 75px;
	color: #27b688;
	margin-left: 20px;
	background: url("../../../images/svg/icon_tick-green.svg") no-repeat left center;
	background-size: 25px 25px;
}
.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_right span.notregisted {
	color: #EF4926;
	background: url("../../../images/svg/icon_orange-alert.svg") no-repeat left center;
	background-size: 25px 25px;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_right span.registed{
	color: #27b688;
	background: url("../../../images/svg/icon_tick-green.svg") no-repeat left center;
	background-size: 25px 25px;
}

.container_dashboard .listRefer-wrapper .content_refer ul.listRefer li .info_refer_right .btn_resend_refer {
	color: #27b688;
	border: 1px solid #27b688;
	background-color: #FFFFFF;
	margin-left: 15px;
	padding: 3px 16px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.billing_wrap .green_btn,
.new-bookings .green_btn {
	width: 180px;
	height: 44px;
	padding: 10px 0;
	font-family: 'Roboto';
	font-size: 14px;
}

.billing_wrap .btn_wrap {
	margin-bottom: 20px;
}
.billing_wrap {
	width: 650px;
	margin: 20px auto 0;
}
.box_billing {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin-bottom: 20px;
}
.box_billing .title {
	font-weight: bold;
	text-indent: 20px;
	background: #f5f5f5 url(../../../images/svg/v3/icons_payment-padlock.svg) no-repeat right 20px center;
	background-size: 15px 15px;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	font-size: 15px;
}
.box_billing .note {
	background: #f5f5f5;
	text-indent: 20px;
	border-bottom: 1px solid #e1e1e1;
	height: 44px;
	line-height: 44px;
	text-align: left;
}
.form_billing {
	padding: 20px 0 10px 20px;
}
.form_billing .bsb,
.form_billing .account {
	width: 310px;
	float: left;
}
.form_billing .bsb input[type=text],
.form_billing .account input[type=text] {
	width: 237px !important;
}
.form_billing #form_billing {
	width: 620px;
}
.form_billing .green_btn {
	margin-right: 9.4%;
}
#form_billing .bsb .row.error {
	background-position: 96%;
}
.card_item li {
	padding: 20px;
	border-top: 1px solid #e1e1e1;
}
.card_item li.first {
	border: none;
}
.card_item .card_info {
	width: 366px;
}
.card_item .card_info .card_info_top {
	margin-bottom: 5px;
}
.card_item .card_info .card_info_top span {
	display: inline-block;
	float: left;	
}
.card_item .card_info .card_info_top span.card_number {
	width: 245px;
	line-height: 20px;	
}
.card_item .card_info .card_info_top span.card_active {
	width: 40px;
	height: 20px;
	background: url(../../../images/svg/v3/icons_payment-favourite.svg) no-repeat center center;
	background-size: 15px 15px;
}
.card_item .card_info .card_info_top span.card_icon {
	width: 40px;
	height: 20px;
}
.card_item .card_info .card_info_top span.card_icon.visa {
	background: url(../../../images/svg/v3/icons_payment-visa.svg) no-repeat left top;
	background-size: 40px 20px;
}
.card_item .card_info .card_info_top span.card_icon.master{
	background: url(../../../images/svg/v3/icons_payment-mc.svg) no-repeat left top;
	background-size: 40px 20px;
}
.card_item .card_info .card_info_top span.card_icon.amex{
	background: url(../../../images/svg/v3/icons_payment-amex-new.png) no-repeat left top;
	background-size: 40px 20px;
}
.card_item .card_info .card_info_bot {}
.card_item .card_btn {}
.card_item .card_btn a {
	width: 108px;
	height: 38px;
	display: block;
	float: left;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
}
.card_item .card_btn .delete {
	margin-right: 20px;
	border: 1px solid #e4315c;
	color: #e4315c;
}
.card_item .card_btn .delete:hover {
	background-color: #e4315c;
	color: #fff;
}

.card_item .card_btn .edit {
	border: 1px solid #87d5e6;
	color: #87d5e6;
}
.card_item .card_btn .edit:hover {
	background-color: #87d5e6;
	color: #fff;
}
.card_item .card_error {
	border: 1px solid red;
	border-radius: 3px;
	color: red;
	min-height: 22px;
	background: url(../../../images/svg/icon_orange-alert.svg) no-repeat left 10px center;
	background-size: 20px 20px;
	padding: 13px 0 13px 40px;
	font-size: 13px;
	margin-top: 10px;
}
.space_wrapper .list_pay_wrap.dashboard .list_pay .debited.first {
	border-top: 1px solid #e1e1e1;
	border-radius: 3px 3px 0 0;
}
.space_wrapper .list_pay_wrap.dashboard .list_pay .debited .amount {
	padding-left: 3px;
	width: 60px;
}
.space_wrapper .list_pay_wrap .list_pay .paid .status {
	width: 25px;
	height: 46px;
	/*border-right: 5px solid #22b585;*/
	float:left;
	background: url(../../../images/v3/icons_switch-success.png) no-repeat left center;
	background-size: 20px 20px;
}
.space_wrapper .list_pay_wrap .list_pay .paid .get_invoice {
	width: 25px;
	height: 46px;
	/*border-right: 5px solid #22b585;*/
	background: url(../../../images/Adobe_PDF_file_icon_32x32.png) no-repeat left center;
	background-size: 20px 20px;
    float: right;
    padding-top: 13px;
    display: block;
    cursor: pointer;
}

.space_wrapper .list_pay_wrap .list_pay .not_get_invoice {
	width: 25px;
	height: 46px;
	/*border-right: 5px solid #22b585;*/
	background: url(../../../images/Adobe_PDF_file_icon_32x32.png) no-repeat left center;
	background-size: 20px 20px;
    float: left;
    padding-top: 13px;
    display: block;
}

.space_wrapper .list_pay_wrap .list_pay .debited.last {
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.space_wrapper .bookingnumber {
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
}

.space_wrapper .faq a {
	color: #333333;
	text-decoration: underline;
}

.space_wrapper .remaining {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	width: 328px;
	padding: 9px 0;
	height: 40px;
	margin-bottom: 15px;
}
.space_wrapper .remaining span {
	display: block;
	text-align: center;	
	width: 100%;
}
.space_wrapper .remaining .text {
	font-weight: bold;
	color: #aaa;
	font-size: 12px;
}
.space_wrapper .remaining .price {
	color: #14BAEA;
	font-size: 17px;
	line-height: 22px;
}
#modalAccept, #modalAcceptDual {
	background: white;
}
#modalAccept .modal-body, #modalAcceptDual .modal-body{
	padding: 50px 65px 0 65px;	
}
#modalAccept .modal-body .error, #modalAcceptDual .modal-body .error {
	border: 1px solid #EE4622;
	border-radius: 3px;
	margin-bottom: 15px;
}
#modalAccept .modal-body .error span, #modalAcceptDual .modal-body .error span {
	background: url(../../../images/svg/icon_orange-alert.svg) no-repeat 20px 14px;
	background-size: 16px 16px;
	color: #EE4622;
	display: block;
	padding: 12px 20px 12px 50px;
	font-size: 12px;
}
#modalAccept .modal-footer, #modalAcceptDual .modal-footer {
	padding: 0 65px 50px 65px;
	border-top: 0;
	background: white;
}
#modalAccept .modal-footer .green_btn.ok, #modalAcceptDual .modal-footer .green_btn.ok {
	margin-top: 15px;
	background: #ccc;
	border-bottom: 2px solid #bcbcbc;
}
#modalAccept .modal-footer .green_btn.ok:hover, #modalAcceptDual .modal-footer .green_btn.ok:hover {
	background: #bcbcbc;
}
#modalDecline, #modalDeclineDual,
#modalOptionReportListing {
	position: absolute;
	background: white;
}
#modalDecline .modal-body, #modalDeclineDual .modal-body,
#modalOptionReportListing .modal-body{
	padding: 30px 65px 50px 65px;
	/*min-height: 630px;*/
	max-height: 820px;
}
#modalDecline .modal-body .space_wrapper,
#modalDeclineDual .modal-body .space_wrapper {
	width: 313px;
	padding-bottom: 0;
}
#modalDecline .modal-body .space_wrapper .btn-wrap,
#modalDeclineDual .modal-body .space_wrapper .btn-wrap {
	width: 313px;
}
#modalOptionReportListing .modal-body .space_wrapper .btn-wrap {
	width: 100%;
}
#modalDecline .modal-body hr ,
#modalDeclineDual .modal-body hr ,
#modalOptionReportListing .modal-body hr {
	margin-bottom: 0;
}
#modalDecline .modal-body #form_registration,
#modalDeclineDual .modal-body #form_registration,
#modalOptionReportListing .modal-body #form_registration {
	margin-top: 0;
}
#modalDecline .modal-body .space_wrapper .space_success .please,
#modalDeclineDual .modal-body .space_wrapper .space_success .please,
#modalOptionReportListing .modal-body .space_wrapper .space_success .please{
	white-space: nowrap;
}
#modalDecline .modal-footer,
#modalOptionReportListing .modal-footer {
	padding: 15px 65px 50px 65px;
	border-top: 0;
	background: white;
}
#modalDecline .modal-body .green_btn.ok {
	margin-top: 15px;
	background: #ccc;
	border-bottom: 2px solid #bcbcbc;
	width: 313px;
}
#modalOptionReportListing .modal-body .green_btn.ok {
	margin-top: 15px;
	background: #ccc;
	border-bottom: 2px solid #bcbcbc;
	width: 100%;
}
#modalDecline .modal-body #dp1 ,
#modalOptionReportListing .modal-body #dp1 {
 	left: 77px;
}
.container_dashboard .wapper-stat {
	width: 100%;
}
.container_dashboard .wapper-stat a.hover_number,
.container_dashboard .wapper-stat a.hover_text {
	font-size: 17px;
	text-decoration: none;
	color:#333;
	font-weight: normal;
}
.container_dashboard .wapper-stat a.hover_text {
	color: #333333;
}
.container_dashboard .wapper-stat a.hover_number:hover,
.container_dashboard .wapper-stat a.hover_text:hover {
	border-bottom: 1px solid #333;
}
.container_dashboard .wapper-stat a.hover_number:hover span,
.container_dashboard .wapper-stat a.hover_text:hover span,
.container_dashboard .wapper-stat a.hover_number:hover span,
.container_dashboard .wapper-stat a.hover_text:hover span {
	text-decoration: underline;
}
#deletePayment {
	top:20%;
	padding: 15px 0;
	background-color: #f5f5f5;
}

#deletePayment .modal-body {
	width:64%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#deletePayment .modal-body .error {
	padding-top: 10px;
	color: red;
}
#deletePayment .modal-body .text-confirm{
	font-size: 18px;
}
#deletePayment .modal-footer {
	border: none;
	width:64%;
	margin: 0 auto;
}
#deletePayment .modal-cancel{
	float:left;
	width: 135px;
}

#deletePayment .modal-cancel button{
	background: linear-gradient(to bottom, #cccccc 0%, #cccccc 2%, #cccccc 94%, #b5b5b5 100%, #b5b5b5 100%, #b5b5b5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
	font-size: 16px;
	border-bottom: 1px solid #bcbcbc;
}

#deletePayment .modal-button-save {
	float:right;
	width:135px;
}
.new-bookings .booking-report {
	width: 128px;
	margin-right: 10px;
	padding: 12px 0;
	border: 1px solid #74cee2;
  color: #000;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 50px;
	background: #FFF url(../../../images/v3/icon-report.png) no-repeat 20px center;
	background-size: 18px 22px;
}
.new-bookings .booking-report:hover {
	text-decoration: none;
}
.modal .select-dates {
	border-radius: 3px;
	height: 108px;
	width: 99%; 
	margin: 19px auto;
}
.modal .select-dates .date-title { 
	background: #f5f5f5;
	color: black;
	border: 1px solid #ccc; 
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 39px;
	font-size: 16px;
	line-height: 39px;
	width: 100%;
}
.modal .select-dates .date-title .text-left {
  	font-family: 'Roboto', sans-serif;
	display: inline-block;
	text-indent: 17px;
}
.modal .select-dates .date-title .text-right {
	display: inline-block;
	float: right;
	margin-right: 17px;
	color: #555;
}
.modal .select-dates .date-value {
	position: relative;
}
.modal .select-dates .date-value {
	border: 1px solid #ccc;
	height: 68px;
	position: relative;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	width: 100%;
}
.modal .select-dates .date-value-1, .modal .select-dates .date-value-2 {
	width: 50%;
	float: left;
	background: url(../../../images/svg/v3/icons_date-grey.svg) no-repeat 15px 24px;
	background-size: 20px 20px;
}
.modal .select-dates .date-value-1 input, .modal .select-dates .date-value-2 input {
	width: 58%;
	height: 30px !important;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 14px;
	margin-left: 42px;
	cursor: pointer;
}
.modal .report-type {
	height: 44px;
	width: 99%;
	border: 1px solid #ccc;
	background: url(../../../images/arrow_select.png) no-repeat 96% center;
	overflow: hidden;
	border-radius: 3px;
}
.modal .report-type.error {
	border-color: red;
}
.modal .report-type select {
	width: 110%;
	background: transparent;
	border: 0 none;
	height: 44px;
}
.report-img {
	padding: 25px 0 35px;
}
.report-img img {
	display: block;
	margin: auto;
}
.report-download .green_btn {
	padding: 0;
	line-height: 50px;
	display: block;
}
.report-download .green_btn:hover {
	text-decoration: none;
	color: white;
}
#modal-cancel-report {
	background: #ccc;
	border-color: #B9B9B9;
}
.report-filter-error {
	padding-top: 10px;
	color: red;
}
.margin-dashboard .new-bookings .booking-report {
	float: left;
}
/***Css Popup Report Issue [Ro.le]***/
#remove-listing-popup *,
#booking-report-popup *{
	box-sizing: border-box;
}
#remove-listing-popup .modal-body{
	overflow-y: visible;
}
#remove-listing-popup .modal-body{
	padding: 25px 20px;
	max-height: 1000px;
}
#booking-report-popup .modal-body{
	padding: 25px 30px;
    max-height: 1000px;
}
#remove-listing-popup,
#booking-report-popup{
	position: absolute;
  left: 50% !important;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0px !important;
  background: #F5F5F5;
}
#booking-report-popup{
  width: 550px;
}
#btn_default_perfect,
#remove-listing-popup .cancel-remove-btn ,
#remove-listing-popup .submit-remove-btn ,
#booking-report-popup .cancel-report-btn ,
#booking-report-popup .submit-report-btn {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    width: 49%;
}
#remove-listing-popup .cancel-remove-btn, #remove-listing-popup .fake-btn-cancel,
#booking-report-popup .cancel-report-btn, #booking-report-popup .fake-btn-cancel{
	background-color: #cccccc;
	border-bottom: 2px solid #bcbcbc;
}
#remove-listing-popup .custom-cancel-btn,
#booking-report-popup .custom-cancel-btn{
	margin-right: 1%;
}
#remove-listing-popup .submit-remove-btn, #remove-listing-popup .fake-btn-submit,
#booking-report-popup .submit-report-btn, #booking-report-popup .fake-btn-submit{
	background-color: #21B685;
	border-bottom: 2px solid #0EA467;	
}
#remove-listing-popup .submit-remove-btn:hover, 
#remove-listing-popup .fake-btn-submit:hover,
#booking-report-popup .submit-report-btn:hover, 
#booking-report-popup .fake-btn-submit:hover{
	background: #0EA467;
}
#remove-listing-popup .custom-submit-btn,
#booking-report-popup .custom-submit-btn{
	margin-left: 1%;
}
.box-top-modal-remove-listing,
.box-top-modal-booking-report{
	text-align: center;
	margin-bottom: 30px;
}
.box-top-modal-remove-listing .img-remove,
.box-top-modal-booking-report img{
    width: 45px;
    height: 45px;
}
.box-top-modal-remove-listing .img-success{
    width: 60px;
    height: 60px;
}
#remove-listing-popup .alert-message-remove-listing{
    margin: 20px auto 10px auto;
    font-size: 18px;
    line-height: 25px;
}
.box-img-top-popup{
	margin-bottom: 10px;
}
.box-top-modal-booking-report h4{
	font-size: 22px;
}
.box-intro-remove-listing,
.box-intro-booking-report {
	padding-bottom: 30px;
	margin-bottom: 20px;
    border-bottom: 1px solid black;
}
.box-intro-remove-listing a,
.box-intro-booking-report a{
	text-decoration: none;
	color: #0EA467;
	border-bottom: 1px solid #0EA467;
	font-weight: bold;
}
.box-intro-booking-report a:hover{
	color: #0A7252;
	border-bottom: 1px solid #0A7252;
}
.box-intro-remove-listing span,
.box-intro-booking-report span{
	font-size: 15px;
    font-weight: 500;
}
.box-select-remove-listing{
	margin-bottom: 25px;
}
.box-select-booking-report{
	margin-bottom: 5px;
}
.title-select-remove-listing,
.title-select-booking-report,
.title-upload-booking-report{
	margin-bottom: 15px;
}
.box-bottom-report-finish{
	margin-bottom: 40px;
	display: none;
}
.remove-listing-select,
.booking-report-select{
	width: 90%;
	position: relative;
}
.list-add-attachment{
	box-shadow: -1px 1px 5px #E9E9E9;
	max-width: 140px;
    left: 10px;
}
.list-add-attachment li{
	padding: 5px 5px 5px 30px !important;
	position: relative;
}
.list-add-attachment label{
	margin-bottom: 0px;
}
.list-add-attachment li:after{
	content: "";
	position: absolute;
	width: 25px;
    height: 25px;
}
.list-add-attachment li.attachment-computer:after{
    background: url(../../../images/my-computer.png) no-repeat center center;
    background-size: 20px 20px;
    top: 1px;
    left: 0px;
}
.list-add-attachment li.attachment-dropbox:after{
    background: url(../../../images/dropbox.png) no-repeat center center;
    background-size: 15px 14px;
    top: 2px;
    left: 1px;
}
.list-add-attachment li.attachment-google:after{
    background: url(../../../images/google-drive.png) no-repeat center center;
    background-size: 15px 15px;
    top: 2px;
    left: 1px;
}
.list-add-attachment,
.remove-listing-select .list-reason-remove,
.booking-report-select .list-reason-report{
	border: 1px solid #DEDEDE;
	position: absolute;
	display: none;
	width: 100%;
	z-index: 10;
}
.title-select-remove-listing,
.title-select-booking-report,
.title-upload-booking-report,
.remove-listing-select .reason-remove,
.remove-listing-select .list-reason-remove li,
.booking-report-select .report-issue,
.booking-report-select .list-reason-report li{
	font-size: 15px;
}
.remove-listing-select .list-reason-remove li,
.booking-report-select .list-reason-report li{
  padding: 7px 10px;
}
.what-happends-next li.active,
.remove-listing-select .list-reason-remove li.active,
.booking-report-select .list-reason-report li.active{
	position: relative;
}
.what-happends-next li.active:after,
.remove-listing-select .list-reason-remove li.active:after,
.booking-report-select .list-reason-report li.active:after{
	content: "";
	background: url(../../../images/v3/icons_green-tick-66.png) no-repeat center center;
	background-size: 20px 20px;
	position: absolute;
	width: 25px;
	height: 25px;
	right: 5px;
	/*top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);*/
}
.remove-listing-select .reason-remove:after,
.booking-report-select .report-issue:after{
	content: "";
  display: block;
  position: absolute;	
  width: 19px;
  height: 19px;
}
.remove-listing-select .reason-remove:after,
.booking-report-select .report-issue:after,
.what-happends-next li.active:after{
	background: url(../../../images/svg/v3/icons_manage-dropdown.svg) no-repeat center center;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.1;
	top: 10px;
	right: 10px;
}
.list-add-attachment li,
.remove-listing-select .reason-remove,
.remove-listing-select .list-reason-remove li,
.booking-report-select .report-issue,
.booking-report-select .list-reason-report li{
	border-bottom: 1px solid #E9E9E9;
    cursor: pointer;
    background: #FFF;
}
.what-happends-next{
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.what-happends-next li{
	font-weight: bold;
	font-size: 16px;
	padding: 0px 10px;
	cursor: pointer;
	background: #FAFAFA;
	border-bottom: 1px solid #D6D6D6;
	height: 40px;
  line-height: 40px;
}
.what-happends-next li.open{
	height: auto;
	line-height: initial;
	padding-top: 10px;
}
.what-happends-next li.open p{
	padding: 10px 0px;
	font-size: 12px;
	font-weight: initial;
	line-height: 16px;
	cursor: default;
}
.what-happends-next li:first-child{
	color: #21B685;
	text-align: center;
	font-size: 17px;
	padding-top: 8px;
}
.what-happends-next li:first-child:after{
	content: initial;
}
.what-happends-next li:first-child,
.what-happends-next li:last-child{
	border-bottom: none;
}
.remove-listing-select .reason-remove.rotate-arrow-180:after,
.booking-report-select .report-issue.rotate-arrow-180:after,
.what-happends-next li.rotate-arrow-180:after{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.remove-listing-select .reason-remove,
.booking-report-select .report-issue{
	border: 1px solid #E9E9E9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
  padding: 9px 10px;
  color: #d9d9d9;
}
.box-textarea-custom{
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.is-select-opt-reason{
	color: #333 !important;
}
.box-textarea-custom textarea{
	margin-bottom: 0px;
  width: 100%;
  border: none;
  background-color: #fff;
  resize: none;
  color: #000;
}
.box-textarea-custom .textarea-max-length{
	border-top: 1px solid #e1e1e1;
  line-height: 40px;
  padding-right: 10px;
  height: 40px;
  background: #f5f5f5;
  text-transform: uppercase;
  text-align: right;
  color: #ef4926;
  font-size: 11px;
}
.box-textarea-custom .textarea-max-length .length{
	position: relative;
  color: #ef4926;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ef4926;
  margin-left: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 9px;
}
.box-textarea-custom .textarea-max-length .length span{
	position: absolute;
  top: -7px;
  right: 2px;
  width: 21px;
}
.box-textarea-custom .textarea-max-length .custom-length{
	width: 27px;
}
.box-textarea-custom .textarea-max-length .custom-length span{
  top: -9px;
  right: 3px;
  width: 20px;
}
.full-box-upload-file-report{
	margin-bottom: 20px;
}
.item-btn-add-attachment,
.item-btn-add-attachment .btn-add-attachment span{
	display: inline-block;
}
.btn-add-attachment{
	cursor: pointer;
	position: relative;
	border: 1px solid #DEDEDE;
  color: #333;
  height: 38px;
  border-radius: 50px;
  text-decoration: none;
  background: rgb(251,251,251);
  background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%);
}
.item-btn-add-attachment{
	position: relative;
	width: 32%;
}
.box-btn-upload-file-report .item-btn-add-attachment:first-child{
	margin-right:2%;
}
.box-btn-upload-file-report .item-btn-add-attachment:last-child{
	margin-left:2%;
}
.item-btn-add-attachment .btn-add-attachment{
	line-height: 36px;
}
.item-btn-add-attachment .btn-add-attachment span{
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  margin-left: 15px;
  width: 75%;
}
.item-btn-add-attachment i{
	position: absolute;
	top: 10px;
	right: 15px;
}
.item-btn-add-attachment a{
	text-align: center;
	width: 100%;
	text-decoration: none;
	display: block;
	visibility: hidden;
	color: #ef4926;
}
#remove-listing-popup .box-textarea-custom{
	margin-top: 10px;
}
#remove-listing-popup .custom-length span{
  right: 2px;
}
#remove-listing-popup .box-textarea-custom,
#remove-listing-popup .box-img-top-popup .img-error,
#remove-listing-popup .box-img-top-popup .img-success,
.box-top-modal-booking-report .finish,
.box-intro-booking-report .finish,
.item-btn-add-attachment .input-attachment,
.item-btn-add-attachment .input-attachment-computer, 
.remove-listing-select .status-select-issue-success,
.booking-report-select .status-select-issue-success{
	display: none;
}
.box-intro-booking-report .finish{
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
#remove-listing-popup .status-select-issue-success.true{
    right: -45px;
}
#booking-report-popup .status-select-issue-success.true{
    right: -55px;
}
.status-select-issue-success.true{
	display: block;
  background: url(../../../images/svg/icon_tick-green.svg) no-repeat left center;
  background-size: 29px 29px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 2px;
}
.block-error-reason {
    border-color: #ef4926 !important;
    overflow: hidden;
}
.btn-wrap-remove,
.btn-wrap-report{
	width: 100%;
	text-align: center;
}
.close_btn{
  background: url(../../../images/svg/v3/icons_field-delete.svg) no-repeat center center;
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  z-index: 15;
  filter: contrast(0.5);
  -webkit-filter: contrast(0.5);
}
.issue_reported_img:after, .issue_reported_status:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	z-index: 15;
}
.issue_reported_img:before{
	position: absolute;
	content: "ISSUE REPORTED";
	font-weight: bold;
	text-align: center;
	top: 50%;
  	transform: translateY(-50%);
  	z-index: 20;
}
.issue_reported_status{
	position: relative;
}
.issue_reported_status:before{
	background: #FF9900;
	content: "ISSUE REPORTED";
	border-radius: 2px;
}
.box-message-error-reason{
	display: none;
}
.box-message-error-attachment{
	position: relative;
	top: -10px;
}
.box-message-error-reason span{
	position: relative;
	top: 2px;
}
.box-message-error-attachment span,
.box-message-error-reason span{
	color: #ef4926;
}
.is-error{
	border:1px solid #ef4926 !important;
}
.picker.modal-dialog{
	z-index: 1200 !important;
	max-width: 100% !important;
	top: 200px !important;
}
.border-error{
	border: 1px solid #ef4926;
}
.tooltip.in {
	opacity: 1;
	filter:alpha(opacity=100);
}
.tooltip {
	background: none;
	border: none;
}
.tooltip .tooltip-inner
{
	background: #d6d6d6;
	color: #333;
	text-transform: none;
	max-width: 310px;
	/* If max-width does not work, try using width instead */
	width: 310px; 
}
.tooltip.left > .tooltip-arrow {
	border-left-color: #d6d6d6;
}
.tooltip-link
{
	float: right;
	margin-right: 10px;
	padding-top: 2px;
}
/****************************************************************************************************************/
.dashboard_v3 .avatar-dashboard {
	width: 120px;
    float: left;
    margin-top: 10px;
}
.dashboard_v3 .avatar-dashboard img.avatar-dashboard {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    border: 1px solid #e9ebeb;
    width: 100px;
    height: 100px
}
.dashboard_v3 .total_earning {
	width: 180px;
    float: left;
    padding-right: 20px;
    margin-top: 35px;
}
.dashboard_v3 .total_earning .stat-price{
	font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-align: right;
}
.dashboard_v3 .total_earning .stat-price sup:first-child{
	font-weight: normal;
}
.dashboard_v3 .total_earning .stat-price sup {
    font-size: 50%;
    top: 0;
    vertical-align: super;
}

.dashboard_v3 .total_earning .earned_since{
	text-align: right;
    font-size: 16px;
    color: #929699;
    line-height: 20px;
}
.dashboard_v3 .stats-list{
	width: calc(100% - 321px);
    float: left;
    border-left: 1px solid #E9E9E9;
}
.dashboard_v3 .stats-list h4{
	padding-left: 20px;
	margin-bottom: 10px;
}
.dashboard_v3 .stats-list .stat {
	width: calc(33.33% - 21px);
	float: left;
	padding-left: 20px;
	border-right: 1px solid #E9E9E9;
}
.dashboard_v3 .stats-list .stat ._mobile{
	display: none;
}
.dashboard_v3 .stats-list .stat:last-child{
	border-right: none;	
}
.dashboard_v3 .stats-list .stat .stat-left{
	width: 40%;
	float: left;
	overflow: hidden;
}
.dashboard_v3 .stats-list .stat .stat-left p {
	font-size: 50px;
    line-height: 40px;
    color: #000;
}
.dashboard_v3 .stats-list .stat .stat-right{
	width: 60%;
	float: left;
	font-size: 14px;
    line-height: 18px;
    height: 40px;
    display: table;
}
.dashboard_v3 .stats-list .stat .stat-right ._content{
	display: table-cell;
    vertical-align: bottom;
}
.dashboard_v3 .stats-list .stat .stat-right .number{
	width: 25px;
    float: left;
}
.dashboard_v3 .stats-list .stat .stat-right .text {
	width: calc(100% - 25px);
	float: left;
	color: #929699;
}
.dashboard_v3 .stats-list .stat .text-default {
	width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #111;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dashboard_v3 .stats-list .stat .stat-link{
	font-size: 14px;
	color: #40bae9;
}
.dashboard_v3 .stats-list .stat .stat-link span {
	background: #40bae9;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    padding-right: 6.5px;
    padding-left: 6.5px;
}
.dashboard_v3 .stats-list .stat .stat-link img
{
	width: 16px;
}
.dashboard_v3 ._mobile {
	display: none;
}
@media only screen and (min-width: 801px) and (max-width: 979px) {
	.dashboard_v3 .stats-list .stat{
		width: calc(33.33% - 11px);
		padding-left: 10px;
	}
	.dashboard_v3 .stats-list h4{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 800px) {
	.dashboard_v3 .stats-list {
		width: calc(100% - 2px);
		border: none;
		border-top: 1px solid #E9E9E9;
		margin-top: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.dashboard_v3 .avatar-dashboard{
		margin-top: 5px;
	}
	.dashboard_v3 .total_earning{
		float: right;
		padding-right: 0px;
		margin-top: 10px;
	}
}
@media only screen and (min-width: 479px) and (max-width: 800px){
	._desktop{
		display: none;
	}
	.dashboard_v3 ._mobile {
		display: block;
	}
	.dashboard_v3 h2._mobile {
		width: calc(100% - 300px);
		float: left;
	}

}
@media only screen and (max-width: 479px){
	.dashboard_v3 .stats-list .stat{
		width: calc(33.33% - 11px);
		padding-left: 10px;
	}
	.dashboard_v3 .stats-list h4{
		padding-left: 10px;
	}
}
@media only screen  and (min-width: 338px) and (max-width: 450px) {
	.dashboard_v3 .stats-list .stat .stat-right ._content,
	.dashboard_v3 .stats-list .stat .text-default,
	.dashboard_v3 .stats-list .stat .stat-link{
		font-size: 11px;
	}
	.dashboard_v3 .stats-list .stat .stat-right .number{
		width: 20px;
	}
	.dashboard_v3 .stats-list .stat .stat-right .text{
		width: calc(100% - 20px);
	}
}
@media only screen  and (min-width: 338px) and (max-width: 415px) {
	.dashboard_v3 .stats-list .stat .stat-left p{
		font-size: 36px;
	}
}
@media only screen and (max-width: 337px){
	.dashboard_v3 .total_earning {
		padding-right: 0px;
	}
	.dashboard_v3 .stats-list h4{
		margin-bottom: 0px;
	}
	.container_dashboard .wapper-stat{
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.dashboard_v3 .stats-list .stat{
		width: 100%;
    	padding-left: 0px;
    	border: none;
		border-bottom: 1px solid #E9E9E9;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.dashboard_v3 .stats-list .stat:last-child{
		border-bottom: none;
	}
	.dashboard_v3 .stats-list .stat .text-default{
		width: 113px;
    	float: left;
    	padding-bottom: 0px;
	}
	.dashboard_v3 .stats-list .stat .stat-link{
		float: right;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 320px){
	.dashboard_v3 .total_earning {
		width: calc(100% - 120px);
	}
	.dashboard_v3 .total_earning .stat-price{
		font-size: 25px;
	}
}
@media only screen and (max-width: 270px){
	.dashboard_v3 .stats-list .stat .stat-link span{
		background: none;
		color: #40bae9;
		-webkit-border-radius: none; 
		-moz-border-radius: none;
		border-radius: none; 
		font-size: 14px;
		margin: 0px;
		padding: 0px;
	}
	.dashboard_v3 .total_earning .earned_since {
		font-size: 14px;
	}
}
/****************************************************************************************************************/
/****************************************************************************************************************/
.card-dashboard {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
.card-dashboard .card {
	border: 2px solid #DEDEDE;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(189, 189, 189, 0.4);
    padding: 20px;
}
.card-dashboard .card .card-content {
	width: 100%;
	overflow: hidden;
	min-height: 138px;
}
.card-dashboard .card ._icon {
	width: 25%;
    float: left;
}
.card-dashboard .card ._content {
	width: 75%;
	float: left;
}
.card-dashboard .card ._icon img {
	width: 75px;
	border-radius: 0;
     -webkit-border-radius: 0; 
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    margin-top: 0px;
}
.card-dashboard .card ._content p.title{
	font-size: 16px;
	font-family: "Poppins", sans-serif;
    color: #000;
}
.card-dashboard .card ._content p {
	font-size: 13px;
	color: #929699;
	line-height: 18px;
	font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}
.card-dashboard .card ._content p.condition {
	font-size: 11px;
}
.card-dashboard .card ._content a {
	font-size: 14px;
	color: #929699;
	line-height: 20px;
	text-decoration: underline;
}
.card-dashboard .card .card-btn {
	width: 100%;
}
.card-dashboard .card .card-btn a {
    color: white;
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    position: relative;
    background: #40bae9;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.card-dashboard .carousel,
.card-dashboard .carousel .carousel-inner{
	height: auto;
}
.card-dashboard .carousel .carousel-inner{
	width: 100%;
}
.card-dashboard .carousel .carousel-control {
	position: absolute;
	top: 40%;
	width: 14px;
	font-size: 40px;
	color: #000;
	text-align: center;
	text-shadow: none;
	background: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.card-dashboard .carousel .carousel-control.right{
	margin-top: 0px !important;
	right: 27px;
}
.card-dashboard .carousel .carousel-control.left{
	margin-top: 0px;
	left: 20px;
}
@media only screen and (min-width: 768px) {
	.card-dashboard .carousel-inner > .item {
		width: 50%;
		float: left;
		display: block;
	}
	.card-dashboard .carousel .carousel-control {
		display: none;
	}
	.card-dashboard .card-1 {
		padding-right: 10px;
	}
	.card-dashboard .card-2 {
		padding-left: 10px;
	}
}
@media only screen  and (min-width: 768px) and (max-width: 1178px) {
	.card-dashboard .card .card-content{
		min-height: 156px;
	}
}
@media only screen  and (min-width: 768px) and (max-width: 900px) {
	.card-dashboard .card ._icon img {
		width: 65px;		
	}
}
@media only screen  and (min-width: 768px) and (max-width: 786px) {
	.card-dashboard .card .card-content{
		min-height: 174px;
	}
}
@media only screen and (max-width: 480px) {
	.card-dashboard .card ._content {
		width: 70%;
		padding-left: 5%;
	}
}
@media only screen and (max-width: 337px) {
	.card-dashboard .card ._icon, .card-dashboard .card ._content {
		width: 100%;
		text-align: center;
	}
	.card-dashboard .card .card-content{
		min-height: 261px;
	}
}
@media only screen and (max-width: 270px) {
	.card-dashboard .card .card-content{
		min-height: 276px;
	}
}
/****************************************************************************************************************/
