@CHARSET "UTF-8";
.space #logo img {
  margin-left: 30px;
}
#space-form {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.space #content {
  padding: 40px 0 0 0;
  z-index: 0;
  width: 100%;
  background-color: #f5f5f5;
}
body.space {
  font-family: 'Roboto';
}

#space-form .avatar_info label {
  cursor: default;
}
.space .help {
  margin-left: 0px;
}
.content_reset {
  margin: 0 auto;
  width: 600px;
  height: 460px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 5px #9E9E9E;
}
#form_reset {
  margin-left: 120px;
  width: 360px;
  text-align: center;
}
#form_reset h2 {
  padding-top: 25px;
  /*background: url("../images/lock_reset.png") no-repeat 60px 21px;*/
}
.reset_email {
  width: 330px !important;
}
#form_reset .note {
  font-style: italic;
  line-height: 25px;
}
#form_reset a.link_forgot {
  padding-top: 5px;
  text-decoration: underline;
}
#form_reset img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#space-form .error_login {
  padding: 5px 0 5px 5px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #f3adaa;
  border-image: none;
  color: #ff371c;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
#space-form .warning_login {
  padding: 5px 0 5px 5px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #fbdbc2;
  border-image: none;
  color: #f47d1e;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}

/* --------------space------------------ */
div.form .note {
  margin-left: 3px;
  font-style: italic;
}
#space-form .alert-error {
  margin: 0 auto 20px;
  width: 1035px;
  border-color: #eed3d7 !important;
  background-color: #f2dede !important;
  color: #b94a48 !important;
}
#space-form .alert-success {
  margin: 0 auto 20px;
  width: 1035px;
  border-color: #d6e9c6 !important;
  background-color: #dff0d8 !important;
  color: #468847 !important;
}
#space-form .textField.success {
  padding: 0 !important;
  width: 688px;
  border: none;
  background-color: #FFF;
  color: none;
}
.space div.form div.error input:not(#validate) {
  border: 1px solid #FF0000 !important;
}
#space-form .amenities .textField.error {
  border: 1px solid #FF0000 !important;
}
#space-form .day_week .textField.error {
  border: 1px solid #FF0000 !important;
}
#space-form .title_div.error {
  background: url("../images/svg/icon_orange-alert.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .title_div.error {
  background: url("../images/icon-set_orange-alert-ie.png") no-repeat scroll 600px center #F5F5F5;
}
#space-form .price_name.error {
  background: url("../images/svg/icon_orange-alert.svg") no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .price_name.error {
  background: url("../images/icon-set_orange-alert-ie.png") no-repeat scroll 320px center #F5F5F5;
}
#space-form .price_name.img-success {
  background: url("../images/svg/icon_tick-green.svg") no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .price_name.img-success {
  background: url("../images/icon-set_tick-green-ie.png") no-repeat scroll 320px center #F5F5F5;
}
#space-form .title_div.img-success {
  background: url("../images/svg/icon_tick-green.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .title_div.img-success {
  background: url("../images/icon-set_tick-green-ie.png") no-repeat scroll 600px center #F5F5F5;
}
#space-form .nearby.img-success {
  background: url("../images/svg/icon_thumb-green.svg") no-repeat scroll 600px center #F5F5F5;
  background-size: 30px 30px;
}
.no-svg #space-form .nearby.img-success {
  background: url("../images/icon-set_thumb-green-ie.png") no-repeat scroll 600px center #F5F5F5;
}
h1.create_space {
  margin-left: 104px;
}
#space-form label {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  cursor: default !important;
}
#space-form .price_label label {
  margin-top: 0px;
  padding-top: 8px;
  color: #d0d0d0;
  font-size: 16px;
}
#space-form span.required {
  color: #5C5C5C;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
div.form .space-form .errorMessage {
  float: right;
  padding: 16px 60px 0 0;
  text-align: right;
  font-size: 16px;
}
div.form .space-form .price_space .errorMessage {
  width: 200px;
  padding: 5px 60px 0 0;
  font-size: 13px;
  line-height: 20px;
}

div.form .space-form .price_space .price_bond .errorMessage {
  width: 100%;
  padding: 0;
}

div.form .space-form .timeday_name .errorMessage {
  padding: 10px 20px 0 0;
  width: 140px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}
#space-form div.wapper-space {
  clear: both;
  width: 1085px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
#space-form .space-form,
#space-form .view-form {
  margin: 0 auto;
  width: 1087px;
}
.view-form .social a img {
  width: 40px;
  height: 40px;
}
#space-form .column1 {
  float: left;
  margin-left: 20px;
  width: 652px;
}
#space-form .column2 {
  float: right;
  margin-right: 20px;
  padding-top: 20px;
  width: 370px;
}
body#space-view #space-form .column2 {
  padding-top: 0;
}
#space-form .ok {
  background: url("../images/admin/ok.png") no-repeat 3px center;
}
#space-form .label1 {
  float: left;
  margin-top: 15px;
  width: 70%;
  color: #14BAEA;
}
.custom_update_listing .label1{
  width: 75% !important;
}
.custom_update_listing .box-ajax-load{
  float: left;
  position: initial;
}
.custom_update_listing .save{
  width: 20% !important;
}
#space-form .div1 {
  padding-left: 20px;
  width: 1065px;
  height: 50px;
  border: 1px solid #dbdbdb;
  border-width: 1.5px !important;
  border-color: #e0e0e0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 51px;
}
#space-form .div3 {
  border-bottom: 1.5px solid rgb(237, 237, 237);
}
#space-form .div2 {
  margin-top: 10px;
  border-top: 1.5px solid rgb(237, 237, 237);
}
#space-form .fixed_block_button {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid #dbdbdb;
}
#space-form .fixed_block {
  margin: 0 auto;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#space-form .fixed_block .save {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 51px;
}

#space-form .save {
  float: right;
  margin-top: 0px;
  width: 205px;
  height: 50px;
  border-style: none none solid;
  border-color: #14BAEA;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background: none repeat scroll 0% 0% #14BAEA;
  color: white;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  cursor: pointer;
}
#space-form .error_title {
  width: 607px !important;
  border: 1px solid red !important;
}
#space-form .noerror_title {
  width: 607px !important;
  border: 1px solid #78db21 !important;
}
#space-form .title,
#space-form .address {
  clear: both;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .search-result .listing-content-new .title{
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #8c8c8c; 
}
#space-form .space_type .address {
	border: none;
}
#space-form .title_div,
.no-svg #space-form .title_div {
  width: 650px;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: url("../images/svg/icon_tick-grey.svg") no-repeat 600px center;
  background-color: #f5f5f5;
  background-size: 30px 30px;
  font-size: 24px;
  font-family: 'Poppins';
}
.no-svg #space-form .title_div {
  background: url("../images/icon-set_tick-grey-ie.png") no-repeat 600px center;
}
#space-form .nearby {
  background: url("../images/svg/icon_thumb-grey.svg") no-repeat 600px center;
  background-color: #f5f5f5 !important;
  background-size: 30px 30px;
}
.no-svg #space-form .nearby {
  background: url("../images/icon-set_thumb-grey-ie.png") no-repeat 600px center;
  background-color: #f5f5f5 !important;
}
#space-form .title-gmap {
  border: 1.5px solid #e0e0e0;
  border-bottom: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#space-form .title_name {
  float: left;
  margin: 0;
  padding: 16px 0 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
#space-form div.map .tabs-below {
  border: 1.5px solid #e0e0e0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#space-form .title_name1,
#space-form .description11 {
  overflow: auto;
  margin-left: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgb(245, 245, 245);
  color: rgb(116, 116, 116);
  font-size: 15px;
  line-height: 20px;
}
#space-form .nearby1 {
  overflow: auto;
  margin-left: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgb(245, 245, 245);
  color: rgb(116, 116, 116);
  font-size: 15px;
  border-top: 1px solid #e0e0e0;
  line-height: 20px;
}
#space-form .title_name11 {
  float: left;
  width: 72%;
  border-right: 1px solid #e0e0e0;
}
#space-form .title_name11 p {
  padding: 14px 20px;
  font-weight: 300;
}
#space-form .title_name12 {
  float: right;
  width: 176px;
}
#space-form .title_name12 p {
  display: block;
  float: left;
  padding: 15px 0 0 5px;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

#space-form .title_description p {
  padding: 14px 20px;
}
#space-form  #Address_full_address{
  margin: 0;
  padding: 0 20px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  color: rgb(92, 92, 92);
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  height: 50px !important;
  line-height: 30px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.number_character_title,
.number_character_description,
.number_character_nearby,
.number_character_instructions {
  float: right;
  margin: 13px 20px 13px 10px;
  width: 38px;
  height: 38px;
  border: 1px solid rgb(116, 116, 116);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
}
#space-form .title1 {
  margin: 0px;
  padding-right: 20px;
  padding-left: 20px;
  width: 610px;
  height: 30px;
  line-height: 30px;
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  color: rgb(92, 92, 92);
  font-weight: bold;
  font-size: 23px;
  font-family: inherit;
  resize: none;
}
#space-form .label_space {
  float: left;
  padding-top: 14px;
  width: 125px;
  font-size: 18px;
}
#space-form .label_access {
  float: left;
  padding-top: 14px;
  width: 94px;
  font-size: 18px;
}
#space-form input,
#space-form textarea,
#space-form select {
  margin-left: 0px;
  border-radius: 0;
}

/*#space-form input {
  margin: 15px 0;
}*/
#space-form .search-listing-header{
  margin: 15px 0;
}
#space-form .list_spacer_name1 p input {
  margin: 5px 0;
}
#space-form .list_spacer_name1 .content_yes,.content_no {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 0px;
}

#space-form .list_spacer_name1 .notice_yes,.notice_no {
  /*hidden: hidden;*/
  color: #14BAEA;
}

#space-form .list_spacer_name.img-success {
  background: url(../images/svg/icon_tick-green.svg) no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
#space-form .list_spacer_name.error {
  background: url(../images/svg/icon_orange-alert.svg) no-repeat scroll 320px center #F5F5F5;
  background-size: 30px 30px;
}
#space-form .list_spacer.error {
  border: 1px solid red !important;
}

#space-form textarea,
#space-form select {
  margin-top: 10px;
}

#space-form .space-form .space_type,
.no-svg #space-form .space-form .space_type {
  margin: 15px 0 20px 0;
  padding-top: 5px;
  width: 650px;
  background: url("../images/svg/icon_tick-green.svg") no-repeat 600px center;
  background-size: 30px 30px;
}
.no-svg #space-form .space-form .space_type {
  background: url("../images/icon-set_tick-green-ie.png") no-repeat 600px center;
}
#space-form .space-form .type_space {
  float: left;
  width: 315px;
  position: relative;
}
#space-form .space-form .type_access {
  float: left;
  width: 315px;
  position: relative;
}

#space-form .space-form .type_available_for
{
  float: left;
  width: 315px;
  position: relative;
}

#space-form .space-form .type_available_for #available-select {
  width: 63%;
  margin-left: 39%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 1;
  display: none;
}




#space-form .space-form .type_space #space-type-select {
  width: 63%;
  margin-left: 39%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 2;
  display: none;
  height: 225px;
  overflow: scroll;
}

#space-form .space-form .type_access #access-type-select {
  width: 60%;
  margin-left: 26%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 2;
  display: none;
}

#space-form .space-form .type_space #max-entrance-height-select {
  width: 58%;
  height: 287px;
  margin-left: 40%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-left:0;
  z-index: 2;
  display: none;
}

#space-form .space-form .type_access #vehicle-largest-select {
  width: 65%;
  margin-left: 26%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 2;
  display: none;
}

#space-form .space-form .type_access_time
{
  float: left;
  width: 315px;
  position: relative;
}

#space-form .space-form .type_access_time #access-select {
  width: 80%;
  margin-left: 30%;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  z-index: 1;
  display: none;
}



#space-form .space-form .description,
#space-form .space-form .title_nearby {
  clear: both;
  margin-top: 20px;
  margin-bottom: 8px;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .space-form .title_nearby {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#space-form .space-form input#nearby {
  position: absolute;
  float: left;
  width: auto;
}
#space-form .space-form .description1 {
  margin: 0px;
  padding: 15px 20px 20px;
  width: 610px;
  height: 80px;
  border: 0px;
  background-color: #FFF;
  color: rgb(92, 92, 92);
  font-size: 15px;
  font-family: inherit;
  resize: none;
}
#space-form .space-form .amenities {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 650px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#space-form .space-form .amenities .textField {
  margin-left: 0px;
  padding: 10px 0 15px 0;
  width: 650px;
  height: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#space-form .space-form .day_week .textField {
  width: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}
#space-form .space-form .amenity {
  float: left;
  padding-top: 10px;
  padding-left: 17px;
  width: 195px;
  height: 29px;
  font-size: 17px;
  line-height: 32px;
}
#space-form .space-form .select2-container-multi .select2-choices {
  min-height: 122px;
  width: 650px;
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0;
  border-top: none;
  border-right: none;
  border-left: none;
  background-image: none;
  color: #5C5C5C;
}
#space-form .select2-container .select2-default {
  padding: 15px 20px 20px;
  font-size: 15px;
}
.noshow {
  display: none !important;
}
#space-form .select2-container {
  width: 100%;
}
#space-form .select2-search-field {
  width: 200px !important;
}
#space-form .space-form .select2-container-multi .select2-choices .select2-search-field input {
  margin: 0px 0 !important;
  height: 20px !important;
  line-height: 20px;
}
.space #select2-drop {
  width: 650px !important;
}
#space-form .price_space {
  float: right;
  margin-top: 0px;
  width: 370px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #454545;
  text-align: left;
}
#space-form .list_spacer {
  float: right;
  margin-top: 0px;
  width: 370px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #454545;
  text-align: left;
}
#space-form .price_name {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #E0E0E0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background: url("../images/admin/ok.png") no-repeat 320px center;
  background-color: #f5f5f5;
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
}
#space-form .list_spacer_name {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #E0E0E0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background: url("../images/admin/ok.png") no-repeat 320px center;
  background-color: #f5f5f5;
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 49px;
}
#space-form .row_price {
  height: 65px;
}
#space-form .row_price_label {
  height: 35px;
}
#space-form .price_table {
  width: 370px;
  height: 100px;
  border-width: 1.5px;
  border-top: 1px solid #e0e0e0;
}
#space-form .price_div {
  width: 370px;
  height: 100px;
}
#space-form .price_input {
  padding-top: 5px;
  padding-left: 25px;
  width: 60%;
  height: 33px !important;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/admin/dollar.png") no-repeat 3px center;
  color: #252525;
  font-size: 16px;
  line-height: 33px;
}
#space-form .price_label {
  color: #C2C2C2;
  text-align: center;
  font-size: 15px;
}
#space-form .price_table tr td.price_label {
  border-right: 1.5px solid #E0E0E0;
  border-bottom: 1.5px solid #E0E0E0;
}
#space-form .price_table tr td.price_label.last {
  border-right: 0;
}
#space-form .price_name1 {
  margin-left: 0px;
  padding: 6px 14px 16px 19px;
  min-height: 38px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  color: rgb(116, 116, 116);
  font-size: 15px;
  line-height: 18px;
}
#space-form .list_spacer_name1 {
  margin-left: 0px;
  padding: 14px 14px 16px 19px;
  min-height: 38px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*background-color: #f5f5f5;*/
  /*color: rgb(116, 116, 116);*/
  color: #454545;
  font-size: 15px;
  font-family: 'Roboto';
  line-height: 25px;
}
#space-form .title-spacer {
  font-size: larger;
  font-weight: 600;
}

#space-form .price_name1.max_booking_info {
  line-height: 20px;
  padding: 14px 20px;
  font-weight: 300;
}
#space-form .price_name1 p {
  padding-top: 10px;
}
#space-form .price_name1 p.note-commission {
  padding-top: 10px;
  padding-right: 18px;
  color: #B9B9B9;
  font-size: 12px;
}
#space-form select {
  margin: 11px 0 0;
  padding: 0px 0px 0px 5px;
  width: 202px;
  height: 22px;
  line-height: 22px;
  outline: 0;
  border: 0;
  background: transparent;
  color: #333333;
  font-weight: normal;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#space-form .styled-select {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/arrow_select.png) no-repeat 150px;
  cursor: pointer;
  font-size: 17px;
  text-indent: 10px;
}
#space-form .error .styled-select
{
  border: 1px solid red;
}
#space-form .price_bond {
  overflow: hidden;
  padding: 20px 18px 18px;
}
#space-form .price_bond input {
  float: right;
  margin: 5px 0 0 15px;
  width: 112px;
}
#space-form .price_bond p {
  color: #B9B9B9;
  font-size: 12px;
}
#space-form .price_bond p strong {
  color: #454545;
  font-weight: bold;
  font-size: 15px;
}
#space-form .explain_price {
  padding: 10px 18px 6px 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 12px;
}
#space-form .explain_price span{
  display: block;
  font-size: 14px;
  color: #B9B9B9;
}
#space-form .explain_bond {
  padding: 10px 18px 6px 15px;
  background: #f5f5f5;
  border-top: 1px solid #e1e1e1;
}
#space-form .explain_bond span {
  display: block;
  font-size: 12px;
  color: #B9B9B9;
  padding-bottom: 5px;
  padding-left: 0px;
  text-indent: 0;
  
}

.space div.form .errorSummary {
  margin-right: 55px;
  margin-bottom: 20px;
  margin-left: 80px;
  padding: 7px;
  border: 2px solid #CC0000;
  background: #FEE;
  font-size: 0.9em;
}
.space div.form .errorSummary ul li {
  color: #ef4926;
  font-size: 13px;
}
.space div.form .errorSummary ul {
  padding-top: 15px;
}
.space .error_message {
  display: none;
}
.space .success_space {
  display: none;
  margin-bottom: 23px;
  margin-left: 106px;
  padding-left: 59px;
  width: 1020px;
  height: 40px;
  border: 2px solid #1fb785;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/admin/ok_green.png") no-repeat 10px center;
  color: #1fb785;
  font-size: 22px;
  line-height: 40px;
}
.space .success_space_show {
  display: block;
}
.space .column0 {
  float: left;
  width: 90px;
  height: 1100px;
  background-color: green;
}
.space .column4 {
  float: right;
  width: 90px;
  height: 1100px;
  background-color: #4ae1f3;
}
.space .menu_li {
  display: inline;
  width: 80px;
  height: 30px;
}
input.css-checkbox[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0 none;
}
input.css-checkbox[type="checkbox"]:checked+label.css-label {
  background-position: 0 -15px;
}
input.css-checkbox[type="checkbox"]+label.css-label {
  display: inline-block;
  padding-left: 20px;
  height: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}
.space .lite-green-check {
  background-image: url("http://csscheckbox.com/checkboxes/lite-green-check.png");
}
.space .amenity input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0 none;
}
.space .amenity input[type=checkbox]+label {
  display: inline-block;
  padding-left: 33px;
  height: 26px;
  background-image: url("../images/svg/v3/icons_tc-box-grey.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #3e3e3e;
  vertical-align: middle;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
}

.no-svg .space .amenity input[type=checkbox]+label {
  display: inline-block;
  padding-left: 33px;
  height: 26px;
  background-image: url("../images/admin/lite-green-check.png");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #3e3e3e;
  vertical-align: middle;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
}

.space .amenity input[type=checkbox]:checked+label {
  background: url("../images/svg/v3/icons_tc-box-green.svg"), url("../images/svg/v3/icons_green-tick-66.svg");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.no-svg .space .amenity input[type=checkbox]:checked+label {
  background-position: 0 -27px !important;
}

#space-form .note {
  margin-right: 92px;
  margin-left: 92px;
}

.space label {
  -moz-user-select: none;
}
.space .available_name {
  padding-left: 20px;
  height: 50px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background-color: #F5F5F5;
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
}
#space-form .timeday_name {
  padding-left: 16px;
  height: 38px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background-color: #F5F5F5;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
#space-form .available_space {
  float: right;
  margin-top: 25px;
  margin-top: 20px;
  width: 370px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545;
  text-align: left;
}
#space-form .time_day,
#space-form .day_week {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  width: 320px;
  height: 115px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545;
  text-align: left !important;
}
.custom_message_error .errorMessage{
  font-size: 13px !important;
  float: left !important;
  text-align: left !important;
  padding: 10px 0px 10px 0 !important;
}
.space .available_div {
	width: 370px;
  border-width: 1.5px;
  border-color: #E0E0E0;
  border-top: 1.5px solid #E0E0E0;
  border-bottom: 1.5px solid #E0E0E0;
  font-size: 13px;
}
.space-form .available_div .nav-tabs {
  background: #F5F5F5;
  margin-bottom: 0;
  border-width: 0px;
  border-top: none;
}
.space-form .available_div .nav-tabs li,
.space-form .available_div .nav-tabs li a:hover {
  width: 49.8%;
  border-width: 1px;
  border-bottom: 1px solid #E0E0E0;
  background: url("../images/svg/icon_available-grey.svg") no-repeat 20px center;
  background-color: #f5f5f5;
  background-size: 20px 20px;
}
.no-svg .space-form .available_div .nav-tabs li,
.no-svg .space-form .available_div .nav-tabs li a:hover {
  background: url("../images/icon-set_available-grey-ie.png") no-repeat 20px center;
}
.space-form .available_div .nav-tabs li:FIRST-CHILD {
  border-right: 1px solid #E0E0E0;
}
.space-form .available_div .nav-tabs li.active {
  height: 70px;
  border-bottom: none;
  background: url("../images/svg/icon_available-green.svg") no-repeat 20px center;
  background-size: 20px 20px;
  background-color: #fff;
}
.no-svg .space-form .available_div .nav-tabs li.active,
.no-svg .space-form .available_div .nav-tabs li.active:hover {
  background: white url("../images/icon-set_tick-green-ie.png") no-repeat 140px center;
}
.space-form .available_div .nav-tabs li a,
.space-form .available_div .nav-tabs li a:hover {
  margin: 0px;
  padding: 20px 20%;
  width: 60%;
  height: 30px;
  border: none;
  background: url("../images/svg/icon_tick-grey.svg") no-repeat 140px center;
  background-size: 20px 20px;
  color: #999999;
  text-align: center;
  line-height: 14px;
}
.no-svg .space-form .available_div .nav-tabs li a,
.no-svg .space-form .available_div .nav-tabs li a:hover {
  background: url("../images/icon-set_tick-grey-ie.png") no-repeat 140px center;
}
.space-form .available_div .nav-tabs .active a,
.space-form .available_div .nav-tabs .active a:hover {
  margin: 0px;
  padding: 20px 20%;
  width: 60%;
  border: none;
  background: url("../images/svg/v3/icon_tick-green.svg") no-repeat 140px center;
  background-size: 20px;
  color: #454545;
}
.no-svg .space-form .available_div .nav-tabs .active a,
.no-svg .space-form .available_div .nav-tabs .active a:hover {
  background: url("../images/icon-set_tick-green-available-ie.png") no-repeat 25px center;
}
#space-form .time_input_from,
#space-form .time_input_to {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 85px;
  height: 37px !important;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-weight: normal;
}
#space-form .time_input_from {
  margin-left: 37px;
  line-height: 20px;
}
#space-form .time_input_to {
  margin-left: 35px;
  line-height: 20px;
}
#space-form .time_from_div {
  float: left;
  width: 50%;
  height: 61px;
  background: url("../images/svg/icon_clock-green.svg") no-repeat 9px 28px;
  background-size: 20px 20px;
}
.no-svg #space-form .time_from_div {
  background: url("../images/icon-set_clock-green-ie.png") no-repeat 9px 28px;
}
#space-form .time_to_div {
  float: right;
  width: 50%;
  background: url("../images/svg/icon_clock-green.svg") no-repeat scroll 8px 28px;
  background-size: 20px 20px;
}
.no-svg #space-form .time_to_div {
  background: url("../images/icon-set_clock-green-ie.png") no-repeat scroll 8px 28px;
}
#space-form .day_on {
  padding: 15px 4%;
  width: 38px !important;
  height: 40px;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #98BF92 0%, #21B685 2%, #21B685 94%, #1EB07C
  96%, #1AA86D 98%, #6AB17E 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#space-form .day_off {
  padding: 15px 4%;
  width: 38px !important;
  height: 40px;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#space-form .btn-primary:active,
#space-form .btn-primary.active,
#space-form .btn-primary.disabled,
#space-form .btn-primary[disabled] {
  margin-left: 8px;
  padding: 11px 0px;
  width: 35px;
  height: 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #21b685;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  border: 0 none !important;
  border-bottom: 2px solid #169B5A  !important;
  box-shadow: none;
}
#space-form .btn-group {
  margin: 18px 0 18px -5px;
}
#space-form .btn-primary {
  margin-left: 8px;
  padding: 11px 0px;
  width: 33px;
  height: 17px;
  border: 1px solid #E0E0E0 !important;
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  color: #CCCCCC;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  cursor: pointer;
}
.space .ui-timepicker-wrapper {
  margin-left: 1px;
  padding-left: 16px;
  width: 108px;
}

#space-view_v3 .ui-timepicker-wrapper {
  height: auto;
}
#space-view_v3 .ui-timepicker-wrapper .ui-timepicker-list {
  height: 150px;
  overflow-y: auto;
}

#space-view_v3 .ui-timepicker-wrapper .cleartime {
  margin: 5px;
  color: #22B686;
  font-size: 13px;
  cursor: pointer;
}

#space-form .avatar_space {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 367px;
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545;
  text-align: left;
}
#space-form .image_avatar {
  margin: 18px;
}
#space-form .image_avatar img {
  float: left;
  width: 170px;
  height: 170px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#space-form .avatar_info {
  float: right;
  overflow: hidden;
  width: 140px;
}
.custom-position-element-profile .firstname{
  font-size: 20px;
  font-family: "Poppins";
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 27px;
  padding: 10px 0px 0px 20px;
  font-weight: 600 !important;
}

.custom-position-element-profile .image_avatar{
  margin-top: 10px !important;
}

.avatar_info_left{
  float:left;
}

.avatar_info_left img{
  float: none !important;
}

.status_of_user{
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 2px 0px;
  margin-top: 5px;
  text-align: center;
  background: transparent;
}

.status_of_user span{
  font-weight: bold;
  font-size: 16px;
  color:#000;
}
.wap-rating .rating-averate span{
  display: inline-block;
  width: 20px;
  height: 25px;
  margin-left: 3px;
  text-indent: -2000px;
  float:left;
}

.custom-wap-since .member_since:nth-child(1){
  margin-top: 0px !important;
}

#space-form .avatar_info .firstname {
  font-size: 20px;
  font-family: "Poppins";
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 27px;
}
#space-form .avatar_info .member_since {
  margin-top: 9.5px;
  color: #9c9c9c;
  font-size: 14px;
}
#space-form .avatar_info .member_since_value {
  margin-top: -5px;
  font-size: 16px;
}
#space-form .avatar_space .profile_footer {
  clear: both;
  margin: 18px;
  width: 335px;
  height: 55px;
  font-style: italic;
}

/* -------------view space-------------- */
#space-form .view-form label {
  cursor: default;
}
#space-form .view-form .view_title {
  padding-top: 20px;
  font-size: 27px;
  font-family: 'Poppins';
  line-height: 25px;
}
#space-form.spdel .view-form .view_title .view_title_text {
  display: inline;
  float: none;
}
#space-form .view-form div.space_type .sub-city {
  font-size: 27px;
  display: block;
  margin: 15px 0;
}
#space-form.spdel .view-form div.space_type {
  width: 100%;
}
#space-form .view-form div.space_type {
  float: left;
  margin: 15px 0px 5px 0;
  background: none;
}
#space-form .view-form div.space_type .block_space_type {
  width: 50%;
  float: left;
}
#space-form .view-form div.space_type .block_space_type.ns_1 {
  width: 55%;
}
#space-form .view-form div.space_type .block_space_type.ns_2 {
  width: 45%;
}
#space-form .view-form div.space_type div {
  margin: 3px 0 4px 0;
}

#space-form .view-form span.title_space_type {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

#space-form .view-form span.value_space_type {
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
  vertical-align: bottom;
}

#space-form .view-form span.title_space_size {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  width: 30px;
  float: left;
}
#space-form .view-form span.value_space_size {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  width: calc(100% - 40px);
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#space-form .view-form div.photo-note
{
  color: #14BAEA;
  font-size: 14px;
}

#space-form .view-form div.description,
#space-form .view-form div.amenities {
  border: none;
  word-break: break-word;
  font-size: 16px;
  line-height: 30px;
}
#space-form .view-form div.description .description,
#space-form .view-form div.amenities .amenities {
  margin-bottom: 15px;
  border: none;
  color: #686868;
  font-size: 25px;
  font-weight: normal;
}
#space-form .view-form div.description label.description_value {
  margin-top: 20px;
  border: none;
  color: #686868;
  font-size: 16px;
}
#space-form .view-form div.amenities span.amenities {
  margin-top: 20px;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 8px;
  border: none;
  background-color: #F2F2F2;
  color: #686868;
  font-size: 16px;
  line-height: 30px;
}
#space-form .view-form div.amenities p{
  font-family: 'Roboto';
  color: #686868;
  font-size: 16px;
}
#space-form .view-form div.social {
  float: right;
  height: 40px;
}
#space-form .view-form div.social a {
  margin-left: 9px;
}
#space-form .view-form div.social a:hover {
  text-decoration: none;
}
#space-form .view-form .column2 .view_price {
  width: 368px;
  height: 100px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
#space-form .view-form .column2 .view_price_spacer {
  width: 368px;
  height: 100px;
  border: none;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
#space-form .view-form .column2 .view_price:nth-child(3) {
  border-right: none;
}
#space-form .view-form #slide_data {
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 96%;
  height: 197px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none;
  box-shadow: 0 0 1px #9E9E9E;
}
#space-form .view-form #slide_data a.flex-prev {
  top: 20px;
  left: 1px;
  float: left;
  width: 30px;
  height: 146px;
  border-right: 1px solid #E3E3E3;
  border-bottom-left-radius: 3px;
  background: url("../images/arow-left-slide.png") no-repeat 2px 55px;
  background-color: #f5f5f5;
}
#space-form .view-form #slide_data a.flex-next {
  top: 20px;
  right: 0px;
  width: 32px;
  height: 146px;
  border-left: 1px solid #E3E3E3;
  border-bottom-right-radius: 3px;
  background: url("../images/arow-right-slide.png") no-repeat 7px 55px;
  background-color: #f5f5f5;
}
#space-form .view-form #slide_data .flex-direction-nav a {
  opacity: 1;
}
#space-form .view-form #slide_data img.slide-img {
  float: left;
  margin: 15px;
  width: 105px;
  height: 105px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#space-form .view-form #slide_data .flex-caption {
  float: right;
  margin-left: 4px;
  padding-right: 5px;
  width: 51%;
  height: 126px;
  border-right: 1px solid #ededed;
  color: #3b3b3b;
}
.flexslider .end {
  margin-left: 0px;
}
#space-form .view-form #slide_data .slide-title {
  padding-top: 15px;
  padding-left: 20px;
  height: 35px;
  border-bottom: 1px solid #E0E0E0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f5f5f5;
  color: #343434;
  font-size: 20px;
}
#space-form .view-form #slide_data div.slide_title {
  margin-top: -1%;
  margin-left: 2px;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
}
#space-form .view-form #slide_data .slide_week_price {
  float: left;
  width: 86px;
}
#space-form .view-form .prices {
  float: left;
  width: 33%;
  height: 100px;
  border-right: 1px solid #cccccc;
}
#space-form .view-form .prices_spacer {
  float: none;
  width: 100%;
  height: 100px;
  border-right: none;
}
#space-form .view-form .amount {
  padding-top: 22px;
  height: 38px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 33px;
}
#space-form .view-form .amount_spacer {
  padding-top: 22px;
  height: 38px;
  border-bottom: none;
  text-align: left;
  font-size: 50px;
  padding-left: 15px
}
#space-form .view-form .price_label {
  padding-top: 9px;
  padding-bottom: 9px;
  height: auto;
  color: #484848;
  text-align: left;
  font-size: 20px;
  padding-left: 20px;
}
#space-form .view-form .wrap-price-date sup {
  font-size: 20px;
}
#space-form .view-form input.green_btn {
  margin: 0 auto 18px 18px;
  width: 335px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#space-form .view-form #slide_data div.slide_week {
  margin-top: 8%;
  margin-bottom: 5px;
  margin-left: 2px;
  font-size: 33px;
}
#space-form .view-form #slide_data span.slide_week {
  margin-left: 2px;
  font-weight: bold;
  font-size: 15px;
}
#space-form .view-form #slide_data img.slide_avatar {
  float: right;
  margin: 0px 5px 0px 0px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#space-form .view-form #slide_data .wrap_data {
  max-width: none;
  width: 100%;
}
#space-form .view-form #slide_data div.flex-viewport a {
  text-decoration: none;
}
#space-form .view-form .save {
  margin-top: 0px;
}

/* ---------------------------------------------------------------------- */
/* gmap edit space */

.space-form #map-canvas {
  width: 100%;
  height: 400px;
}
.space-form #streetview-canvas {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-color: #FAFAFA;
  text-align: center;
}
.space-form .map {
  position: relative;
  clear: both;
  overflow: hidden;
}
.space-form .map #wrap-map {
  position: relative;
}
.space-form .gmap {
  position: relative;
}
.space-form .gmap a {
	color: white;
}
.space-form .gmap #street_view_thumb,
.space-form .gmap #map_view_thumb {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 190px;
  height: 125px;
}
.space-form .gmap #upload_file_thumb {
  position: absolute;
  top: 150px;
  right: 15px;
  max-width: 190px;
  height: 125px;
}
.space-form #gmap-tab[sum_tab="2"] .gmap #upload_file_thumb{
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 190px;
  height: 125px;
}
.space-form .gmap .price_view_thumb {
  position: absolute;
  top: 40px;
  right: 92px;
  width: 34px;
  height: 45px;
  cursor: pointer;
}
.space-form .gmap #street_view {
  width: 650px;
  height: 400px;
}
.space-form .gmap #upload {
  overflow: hidden;
  width: 649px;
  height: 400px;
  background-color: #FAFAFA;
  text-align: center;
}
.space-form .gmap #upload span {
  display: block;
  margin: 0px auto;
  padding-top: 140px;
  width: 70px;
  height: 70px;
  background: url(../images/icon_file_new.png) no-repeat center 120px;
}
.space-form .gmap #upload p {
  padding: 10px 0 5px 0px;
  color: #CBCBCB;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Roboto';
}
.space-form .gmap #upload a {
  color: #6ECCAC;
  text-decoration: underline;
  font-weight: bold;
  font-family: 'Roboto';
}
.space-form .map #upload_image_other {
  position: absolute;
  top: 1px;
  right: 2px;
  z-index: 1000;
  /*display: none;*/
  width: 50px;
  height: 50px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background: #333333 url(../images/icon-set_edit-white.png) no-repeat center;
  text-indent: 100000px;
  opacity: 0.3;
}
.space-form .map .wrap_data {
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  /*visibility: hidden;*/
}
.space-form .map .wrap_data.inactive .flex-direction-nav {
  display: none;
}
.space-form .map .flexslider .slides img {
  margin: 0px;
  width: 650px;
  height: 400px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.view-form .map .flexslider .slides img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.view-form  div.map .tabs-below {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.space-form .map .flexslider {
  margin: 0px;
  width: 100%;
}
.space-form .map .flex-viewport {
  width: 650px;
  height: 400px;
}
.space-form .map .flex-direction-nav .flex-next {
  right: 0px;
  width: 50px;
  height: 65px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background: url(../images/icon-set_arrow-right.png) no-repeat center;
  background-color: #333333;
  opacity: 0.3;
}
.space-form .map .flex-direction-nav .flex-prev {
  left: 0px;
  width: 50px;
  height: 65px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background: url(../images/icon-set_arrow-left.png) no-repeat center;
  background-color: #333333;
  opacity: 0.3;
}
#gmap-tab .nav {
  margin-bottom: 0;
  border-top: 2px solid #e0e0e0;
  background: #F5F5F5;
}
#gmap-tab .nav-tabs li {
  width: 33.3%;
  height: 50px;
  background-color: #f5f5f5;
}
#gmap-tab[sum_tab="2"] .nav-tabs li{
  width: 50%;
}
#gmap-tab .nav-tabs li.active {
  background-color: #fff;
  position: relative;
}
#gmap-tab .nav-tabs li a {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #999999;
  text-align: center;
  font-size: 15px;
  outline: 0 none;
  border-left: 1px solid #E1E1E1;
  border-radius: 0;
}
#gmap-tab .nav-tabs li a:hover {
	background: none;
}

#gmap-tab .nav-tabs li {}
#gmap-tab .nav-tabs li:first-child {}

#gmap-tab .nav-tabs li:first-child a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  width: 65%;
  padding-left: 35%;
  border: 0 none;
}
#gmap-tab .nav-tabs li:last-child a {
  -webkit-border-radius: 0 0 4px;
  -moz-border-radius: 0 0 4px;
  border-radius: 0 0 4px;
}
#gmap-tab .nav-tabs li .icon_text {
  margin-left: 7px;
}
#gmap-tab .nav-tabs li.active .icon_text {
  color: #333;
}
#space-update #gmap-tab .nav-tabs li:nth-child(2).active a,
#gmap-tab .nav-tabs li:nth-child(2) a{
  width: 73%;
  padding-left: 26%;
}
#gmap-tab .nav-tabs li a span {
	display: inline-block;
	float: left;
}
#gmap-tab .nav-tabs li:last-child.active a.add-photos,
#gmap-tab .nav-tabs li:last-child.active a,
#gmap-tab .nav-tabs li:last-child a {
  width: 74%;
  padding-left: 26%;
}
#gmap-tab[sum_tab="2"] .nav-tabs li:last-child.active a.add-photos,
#gmap-tab[sum_tab="2"] .nav-tabs li:last-child.active a,
#gmap-tab[sum_tab="2"] .nav-tabs li:last-child a {
  width: 65%;
  padding-left: 35%;
}
#gmap-tab .nav-tabs li:last-child a.add-photos {
  width: 80%;
  padding-left: 20%;
}
#space-update #gmap-tab .nav-tabs li:nth-child(2) a {
  width: 78%;
  padding-left: 22%;
}
#gmap-tab .nav-tabs li .icon_map {
  background: url("../images/svg/icon_map-grey.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
#gmap-tab .nav-tabs li.active .icon_map {
  background: url("../images/svg/icon_map-green.svg") no-repeat left center;
  background-size: 22px 22px;
}
#gmap-tab .nav-tabs li .icon_streetview {
  background: url("../images/svg/icon_streetView-grey.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
#gmap-tab .nav-tabs li.active .icon_streetview {
  background: url("../images/svg/icon_streetView-green.svg") no-repeat left center;
  background-size: 22px 22px;
}
#gmap-tab .nav-tabs li .icon_camera {
  background: url("../images/svg/icon_camera-grey.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
#gmap-tab .nav-tabs li a.add-photos .icon_camera,
#gmap-tab .nav-tabs li.active .icon_camera {
  background: url("../images/svg/icon_camera-green.svg") no-repeat left center;
  background-size: 22px 22px;
  width: 23px;
  height: 50px;
}
.space-form .map #save-streetview {
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 1;
  padding: 12px 0;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(250, 250, 250, .5);
  color: #333333;
  font-size: 15px;
  width: 118px;
  text-align: center;
}
.space-form .map #save-streetview:hover {
  text-decoration: none;
}
#streetview-canvas .no-image {
  width: 100%;
  height: 400px;
}
#streetview-canvas .no-street-view {
  max-width: 100%;
  height: 400px;
}

/* ---------------------------------------------------------------------- */
/* model widget space upload*/
#modalSpaceUpload {
  top: 30%;
  width: 575px;
}
#modalSpaceUpload .modal-body {
  padding-top: 0px;
}
#modalSpaceUpload .modal-header h3 {
  padding-left: 40px;
}
#modalSpaceUpload .modal-header p {
  color: #b3b3b3;
}
#modalSpaceUpload .content-upload .btn-upload {
  margin: 10px 33px;
  width: 140px;
  height: 95px;
  background: url("../images/icon_upload_1.png") no-repeat 60px 13px;
}
#modalSpaceUpload .content-upload .btn-upload#photo1 {
  background: url("../images/bg_upload_photo1.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload#photo2 {
  background: url("../images/bg_upload_photo2.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload#photo3 {
  background: url("../images/bg_upload_photo3.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload#photo4 {
  background: url("../images/bg_upload_photo4.png") no-repeat 0px;
}
#modalSpaceUpload .content-upload .btn-upload.has-image {
  margin: 10px 33px;
  padding: 0;
  width: 165px;
  height: 100px;
  border: none;
  background: none !important;
  opacity: 0.8;
}
#modalSpaceUpload .content-upload .btn-upload img {
  width: 160px;
  height: 95px;
}
#modalSpaceUpload .content-upload .bg-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 162px;
  height: 95px;
  background: url("../images/bg_delete.png") repeat transparent;
}
#modalSpaceUpload .content-upload .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 30px;
  background: url("../images/icon-set_delete-photo.png") no-repeat center;
  text-indent: 1000px;
}

#photo-rotate{
  position: absolute;
  top: 45px;
  right: 4px;
  display: block;
  width: 22px;
  height: 22px;
  content: url("../images/btn-rotate.png");
  filter: contrast(2);
  -webkit-filter: contrast(2);
}

#modalSpaceUpload .content-upload .fileinput {
  height: 50px;
}
#modalSpaceUpload .content-upload .btn-upload p {
  padding-top: 15px;
  color: #D1D1D1;
  font-weight: bold;
  font-size: 12px;
}
#modalSpaceUpload .modal-footer {
  padding: 20px 85px 30px 88px;
  border-top: 0px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  text-align: center;
}
#modalSpaceUpload #modal-footer .green_btn#modal-close {
  float: left;
  margin-right: 0;
  margin-left: 0;
  width: 160px;
}
#modalSpaceUpload #modal-footer .green_btn#modal-save-image {
  float: right;
  margin-right: 0;
  margin-left: 0;
  width: 200px;
}

/* ---------------------------------------------------------------------- */
/* model widget complete listing*/
#space-view #modalCompleteListing {
  top: 30%;
  left: 50%;
  margin-left: -240px;
  width: 440px;
}
#modalCompleteListing .complete-listing p {
  padding: 20px 50px;
  text-align: center;
}
#modalCompleteListing .complete-listing span {
  display: block;
  margin: 0px auto;
  margin-top: 3px;
  margin-bottom: 35px;
  width: 45px;
  height: 45px;
  background: url(../images/svg/icon_tick-green.svg) no-repeat;
}
#space-view .modal-custom #modal-footer .green_btn {
  margin: 0 5px;
  width: 160px;
  font-size: 15px;
}
#space-view .modal-custom #modal-footer .tweet_btn {
  width: 160px;
  font-size: 15px;
}

/* textext */
.text-core .text-wrap .text-tags .text-tag .text-button {
  margin: 0 5px 5px 0;
  padding: 0px 17px 0px 3px;
  height: 22px;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e4e4e4;
  color: rgb(92, 92, 92);
  font-size: 15px;
  font-family: Roboto;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  top: 4px;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  white-space: normal;
}
#space-form .space-form #nearby {
  width: 650px;
  min-height: 116px;
  line-height: 20px;
}
#space-form .description11 {
	border-top: 1px solid #e0e0e0;
}
.text-core .text-wrap textarea:focus {
	outline: 0px none transparent;
	box-shadow: none;
}

/* ---------------------------------------------------------------------- */
/* update space form */
.b-bot-none{
  border-bottom: none !important;
}
#space-form .max_booking_length {
  width: 50%;
  display: inline-block;
  border-bottom: 1.5px solid #E0E0E0;
}
#space-form .max_booking_length label{
  float: left;
  width: 43%;
  padding-left: 18px;
  color: #B9B9B9;
  font-size: 12px;
  margin-top: 23px;
  margin-bottom: 17px;
}

#space-form .max_booking_length label strong{
  font-size: 15px;
  color: #454545;
}

#space-form .max_booking_length .max_booking_length_right{
  float: right;
  width: 49%;
  position: relative;
}
#space-form .max_booking_length .max_booking_length_right .text_day{
  color: #B9B9B9;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 22%;
}

#space-form .max_booking_length .max_booking_length_right span{
  position: absolute;
  top: 25px;
  color: #999999;
  right: 35px;
  font-size: 15px;
}

#space-form .max_booking_length .input_field {
  margin: 15px 0 5px 0;
  padding-left: 10px;
  width: 75%;
  height: 28px !important;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #252525;
  font-size: 16px;
}
div.form .space-form .max_booking_length .errorMessage {
  padding: 0px 10px 10px 18px;
  text-align: left;
  font-size: 13px;
  float: left;
}

/*CSS for Google adsense*/
#space-form .wrap_google_adsense{
  width: 367px;
}

#space-form .wrap_google_adsense_mobile {
  float: right;
  margin: 10px 15px 20px 0;
  width: 407px;
}
#space-form .wrap_google_adsense .google_adsense, #space-form .wrap_google_adsense_mobile .google_adsense {
  width: 320px;
  overflow: hidden;
  margin: 15px auto;
  
}

.amenities-storage, .amenities-parking, .amenities-both {
  display: none;
}

.amenities #longtail-widget-location {
  padding: 0;
  border-top: 0; 
}
.amenities #longtail-widget-location .longtail-content{
  padding: 15px 0;
  border-bottom: 0;
}
.amenities #longtail-widget-location h3 {
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: lighter;
  border-bottom: 4px solid #0AA0D4;
  display: inline-block;
  margin: 0;
  padding: 0;
  bottom: -4px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%!important;
  text-align: left;
  color: #686868;
}
.amenities #longtail-widget-location h3:before{
  content: none;
}
.amenities #longtail-widget-location ul {
  margin-top: 15px;
}
.amenities #longtail-widget-location ul#longtail-links li {
  display: inline-block;
  padding: 0px 16px 0px 0px;
}
#space-managespace label[for="Space_is_dual_listed"] {
  width: 130px;
}
#faq_ns .question{
  font-weight: bold;
  color: #4e4d4d;
  font-size: 18px;
  margin-bottom: 10px;
}
#faq_ns .question:hover, #faq_ns .question.selected{
  color: #46b0e4;
}
#faq_ns .question span {
  cursor: pointer;
}
#faq_ns .answer{
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 20px;
  color: #686868;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
#space-form .view-form #wrapper_nearby_link {
  width: 96%;
  margin: 40px auto;
}
#space-form .view-form #wrapper_nearby_link .nearby_title {
  line-height: 22px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
#space-form .view-form #wrapper_nearby_link a {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.57rem;
  color: #616161;
  margin-right: 15px;
  display: inline-block;
  text-decoration: underline;
}
#space-form .view-form #wrapper_nearby_link a:hover {
  text-decoration: none; 
}
.display-flex{
  display: flex;
}
@media only screen and (max-width: 599px) {
  #faq_ns .question {
    font-size: 16px;
  }
  #faq_ns .answer {
    font-size: 14px;
  }
}