/*------------------------------------------------------------------
[Form Stylesheet]

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Letter of Confirmation / .submit-letter
    2. Privacy & Copyright 
    3. New User Registration Form
    4. Agent Login & Advertiser Login
    5. Forget Password
    6. gdpr-section (cookies) 
    7. about-us 
    8. Terms and Conditions
    9. Privacy and Copyrights
    10. news-detail (social media share) 
    11. tooltip (contact form - right panel)
    12. dashboard
    13. blockquote / blockquote#prop-location
    14. blockquote / blockquote#media-srp
    15. property title / .property-content .title a
    16. Footer Hotline 
-------------------------------------------------------------------*/
/** Letter of confirmation **/
.content-area-7.submit-letter-property {
    background: #fff;
}

.content-area-7.submit-letter-property:after {
   /* Watermark */
  /* common custom values */
  content: "ELE"; /* your site name */
  font-size: 2500%;         /* font size */
  color: rgba(0,0,0,.05);
  opacity: 0.2;
  /* alpha, could be even rgba(0,0,0,.05) */

  /* rest of the logic */
  z-index: 9999;
  cursor: default;
  display: block;
  position: fixed;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 22%;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 100%;

  /* not sure about who implemented what ..
    ... so bring it all */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

}
.main-title-3 {
  margin-top: -60px;
}
.main-title-3 h1, p.lead2{
  text-align: center;
}
.main-title-3 h1 {
  font-size: 25px;
  font-weight: 600;
}

p.lead2 {
    margin-top: -10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
label.label1{
    font-size: 14px;
    margin: 1em 0 .2em;
    line-height: 15px;
}

.row1 input, textarea{
  display:inline;
  width:83%;
  padding: 0.2px;
  font-size:14px;
  background-color:#ffff;
  border: none;
    border-bottom: 1px solid #ccc;
  resize:vertical;
  border-radius: 1px;
  outline: none;
}


fieldset.row1,
fieldset.row2,
fieldset.row3, 
fieldset.row4, 
fieldset.row5,
fieldset.row6 {
  margin-top: 15px;
    justify-content: flex-start;
}
.row1 label{
    width:130px;
    float: left;
    text-align:left;
    margin-right: 5px;
    margin-top:4px;
    font-weight: 600;
}
input:hover {
background-color: #d8e0e3;
     box-shadow: inset 0 .15rem .25rem rgba(40,40,40,.1);}
form.register fieldset.row1 textarea {
    min-height: 30px;
    float: left;
    text-align:left;
    margin-right: 0px;
    margin-top:3px;
    line-height: 16px;
    display:inline;
     resize:vertical;
}

textarea:hover {
     background-color:  #d8e0e3;
     box-shadow: inset 0 .15rem .25rem rgba(40,40,40,.1);
}
fieldset.row2 label {
    width: 350px;
    float: left;
    text-align: left;
    margin-right: 5px;
    margin-top: 3px;
    line-height: 20px;
}
fieldset.row2 input {
    width:130px;
    text-align:left;
    margin-left: 1px;
    margin-top: -1px;
    font-size: 14px;
    flex: 1 1 300px;
}

form.register fieldset.row2 .currency {
    float: left;
    /*margin-top:2.8px;*/
    margin-left:0px;
    overflow: hidden;
    display: inline;
    font-size: 14px;
}
div#sum {
    display: inline;
    float: left;
    text-align: left;
    margin-left: 1px;
    margin-top: 2px;
    font-size: 14px;
    width: 130px;
    border-bottom: 1px solid #ccc;
}

form.register fieldset.row3, 
form.register fieldset.row4, 
.row5, .row6 {
    height: auto;
    padding: 5px;
    float: left;
    margin-top: 30px;
}

form.register fieldset.row3 label, 
form.register fieldset.row4 label {
    width: 145px;
    float: left;
    text-align: left;
    margin-right: 5px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
}
fieldset.row3 input, 
fieldset.row4 input, 
fieldset.row3 textarea, 
fieldset.row4 textarea {
    width: 300px;
    /* float: left; */
    text-align: left;
    margin-right: 5px;
    margin-top: -10px;
    border: none;
    border-bottom: 1px solid #ccc;
    resize: vertical;
    border-radius: 1px;
    outline: none;
    font-size: 14px;
}

fieldset.row5 label, 
fieldset.row6 label {
    width: 145px;
    float: left;
    text-align: left;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
}
fieldset.row5 input, 
fieldset.row5 textarea, 
fieldset.row6 input, 
fieldset.row6 textarea {
    width: 300px;
    /* float: left; */
    text-align: left;
    margin-right: 5px;
    margin-top: -10px;
    border: none;
    border-bottom: 1px solid #ccc;
    resize: vertical;
    border-radius: 1px;
    outline: none;
    font-size: 14px;
}

/*
form.register fieldset.row5 label,
form.register fieldset.row6 label {
    width:137px;
    float: left;
    text-align:left;
    margin-right: 5px;
    margin-top:0px;
}
form.register fieldset.row5 input,
form.register fieldset.row6 input,
form.register fieldset.row5 textarea,
form.register fieldset.row6 textarea {
    width:210px;
    float: left;
    text-align:left;
    margin-right: 5px;
    margin-top:0px;
} */
form.register fieldset.row3 textarea,
form.register fieldset.row4 textarea,
form.register fieldset.row5 textarea,
form.register fieldset.row6 textarea {
    min-height: 60px;
}
form.register fieldset.row7 {
    width: 100%;
    /*margin-top: 20px;*/
}
  
div.infobox p {
    float:left;
    text-align: justify;
    line-height: 20px;
    margin-top: 18px;
    font-weight: 600;
    font-size: 14px;
}
p.infobox {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    width: 250px;
    margin-bottom: -10px;
}
input#the-ref2 {
    display: inline-block;
    width:150px;
    height: 20px;
}

@media print {
  table {
    width: 100%;
    margin: 0;
  } 
  tr {
    page-break-inside: avoid; /* Prevents rows from breaking */
    display: block; /* Needed in order for page-break to work */
  }
  th, td {
    width: 135px; /* To force width to columns */
  }
  .print.button {
    display: none;
  }
  .content-area-7.submit-letter-property:after {
    color: rgba(0,0,0,.05);
    opacity: 0.2;
  }
}
.button {
  display: block;
  padding: 0.5em 1.5em;
  margin: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: purple;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
}


@media screen and (min-width:600px) {
  /*  make the form 2 columns */
  form:after{
    content:'';
    display:block;
    clear:both;
   
  }

}

/* Privacy and Copyrights */
h5.mt-3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 20px;
}
h6.mt-4 {
    font-size: 14px;
    font-weight: 600;
    margin: 25px auto 15px;
    line-height: 20px;
}
h6.mt-3 {
    font-size: 14px;
    font-weight: 700;
    color: #6d6c6c;
}
ul.disc li {
    color: #696969;
    list-style-type: lower-alpha;
    margin-left: 35px;
    line-height: 26px;
}
ul.decimal li {
    color: #696969;
    list-style-type: decimal;
    margin-left: 35px;
    line-height: 26px;
}
ul.lower-alpha li {
    color: #696969;
    list-style-type: lower-alpha;
    margin-left: 35px;
    line-height: 26px;
}
/*Terms and conditions*/
li ul.disc li {             
    color: #696969;
    list-style-type: disc;
    margin-left: 35px;
    line-height: 26px;
}

/* New User Registration Form */
.login-ar-inner {
    float: left;
    width: 100%;
    padding: 0 0 0px 0;
    background: #fff;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 10px 0px 70px;
    position: relative;
    display: -webkit-flex;
}
.col-sm-6.left-panel {
    padding: 45px !important;
    background-color: #500953;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    color: #fff;
}
.login-ar-inner .login-form {
    float: left;
    width: 100%;
    padding: 45px !important;
}
.login-ar-inner .login-form #atap-sign-facebook-link {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    background-color: #2479b6;
    border-color: #2479b6;
    box-shadow: 0 3px 0 #1c6394;
}
.login-ar-inner .login-form .or-divider {
    font-size: 14px !important;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.login-ar-inner .login-form .or-divider span {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -14px;
    z-index: 1;
    font-size: 11px;
    color: #bbbcbf;
}
.btn-mention-form {
    font-size: 13px;
    font-weight: 600;
    color: #535353;
    text-align: center;
    line-height: 15px;
    /*margin-bottom: 30px;*/
    margin-top: 5px;
    letter-spacing: 0.1px;
}
.main-title.text-center span#atap-sign-main-title {
    font-size: 17px;
    color: #fff;
}
.login-ar-inner .main-title {
    color: #444 !important;
    font-weight: 700;
    background: #fff !important;
}
.login-ar-inner .main-title span#atap-sign-title {
    letter-spacing: 0.1px;
    font-size: 15px;
    text-transform: uppercase;
}
.text-center.text-small#atap-sign-terms-text a, 
.text-center#atap-sign-login-link a,
p.text-center#atap-sign-register-link a.g-font-weight-600 {
    color: #660f63;
    font-weight: 700;
}
.text-center.text-small#atap-sign-terms-text a:hover, 
.text-center#atap-sign-login-link a:hover,
p.text-center#atap-sign-register-link a.g-font-weight-600:hover {
    color: #bfbfbf;
}
div#atap-sign-terms-text.text-center.text-small,
p#atap-sign-login-link.text-center {
    text-align: center;
    color: #4a4747;
}
.login-ar-inner .login-form .form-styling .text-center {
    text-align: center !important;
    margin-top: 5px;
}
.login-ar-inner .col-sm-6.left-panel .main-title.text-center.margin-21-top {
    background: #500953 !important;
    color: #fff !important;
}
.login-ar-inner .col-sm-6.left-panel .btn-mention-form {
    color: #f8f5fa;
}

.login-ar-inner .box span, .login-ar-inner .title.title-t3 {
    padding: 2.8% 4% 0 !important;
    font-weight: 600;
}
.card-body#forgetpassword form.forget-form-detail {
    padding: 20px 50px 35px;
    position: relative;
    width: 100%;
}

/* Responsive */
@media screen and  (max-width: 1120px) {
  .card-body#forgetpassword {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .login-ar-inner {
    margin: 10px auto 20px;
    flex-direction:  column;
    -o-flex-direction:  column;
    -ms-flex-direction:  column;
    -moz-flex-direction:  column;
    -webkit-flex-direction:  column;
  }
  .col-sm-6.left-panel {
    width: auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .login-ar-inner .box.margin-30-top { 
    width: 100%;
    padding-top: 1%;
  }
  .col-sm-6.right-panel {
    width: 100%;
  }
  .card-body#forgetpassword {
    margin: 10px auto 20px;
    flex-direction:  column;
    -o-flex-direction:  column;
    -ms-flex-direction:  column;
    -moz-flex-direction:  column;
    -webkit-flex-direction:  column;
  }
}

@media only screen and (max-width: 767px) {
  .login-ar-inner .box.margin-30-top { 
    padding-top: 1%;
  }
}

@media only screen and (max-width: 550px) {
  .login-ar-inner .box.margin-30-top { 
    padding-top: 1%;
  }
  .card-body#forgetpassword {
    flex-direction: column;
    -o-flex-direction:  column;
    -ms-flex-direction:  column;
    -moz-flex-direction:  column;
    -webkit-flex-direction:  column;
    margin: 0;
  }
  .card-body#forgetpassword form.forget-form-detail {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
}

@media only screen and (max-width: 520px) {
  
}

@media only screen and (max-width: 479px) {
  .login-ar-inner .box.margin-30-top { 
    padding-top: 1%;
  }
  .login-ar-inner .box .img-holder {
    padding-top: 2.5%;
}
  .card-body#forgetpassword form.forget-form-detail{
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
}

@media only screen and (max-width: 350px) {
  .login-ar-inner .box.margin-30-top { 
    padding-top: 1%;
  }
}

/* Forget Password */
 .card-body#forgetpassword {
    background: #fff;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 70px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
h2.forget-password-title {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.btn-mention-form-forgetpass {
    text-align: center;
    margin-top: -8px;
    margin-bottom: 10px;
}
.form-group#forgetpassword {
    margin-bottom: 15px;
    padding: 20px 30px 0;
}
.col-md-6.offset-md-4#forgetpassword {
    padding: 0 45px 0;
    width: 100%;
}
.col-md-6#email-input {
    width: 100%;
}
button#forgetpassword {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
    background-color: #660f63;
    color: #fff;
    font-weight: 600;
}

/* gdpr-section */
#cookies-text h6 {
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: justify;
    font-size: 12px;
}
a#gdpr-policy-text {
    text-decoration: underline !important;
    text-decoration-color: rgba(255, 255, 255, 0.55) !important;
}
.btn.btn-success#btn-gdpr {
    background-color: #660f63;
    border-color: #480a46;
    padding: 10px 20px;
    margin-top: 11px;
    letter-spacing: 0.85px;
    font-size: 13px;
    font-weight: 500;
}

/* about us */
p.mt-3#mt-3-mission {
  margin-bottom: 25px;
}
p.mt-3#mt-3-vision {
  padding-bottom: 10px;
}
h2.mt-5.accent-title {
    text-align: left;
}

/* Terms and Conditions */
h2.mt-3.accent-title#title {
  padding-left: 7px;
  padding-top: 15px;
}
.col-md-12.col-lg-12#terms-of-use {
  padding: 5px 25px 0px 25px;
  text-align: justify;
  width: 98%;
}
h5.mt-3#terms-conditions {
    margin-top: 25px;
    font-weight: 700;
    color: #383737;
}
p.mt-3#terms {
    margin-bottom: 15px;
}
ul.disc li#first-point-disc {
    margin-top: -5px;
}
ul.disc li#last-point-disc {
    margin-bottom: 20px;
}
p.mt-3#mt-3-16 {
  padding-bottom: 25px;
}

/* Privacy and Copyrights */
h2.mt-3.accent-title {
  text-align: left;
}
p.mt-3#privacy {
    margin-bottom: 15px;
}

/* news-detail (social media share) */
a.facebook-bg:hover {
    background-color: #3b589e !important;
    border-color: #3b589e !important;
}
a.whatsapp-bg:hover {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
}
a.emailshare-bg:hover {
    background-color: rgb(255, 204, 51) !important;
    border-color: rgb(255, 204, 51) !important;
}
.share-post-meta {
    display: inline-block;
    line-height: 26px;
}
span a.facebook-bg:hover, span a.whatsapp-bg:hover, span a.emailshare-bg:hover {
    background-color: #fff !important;
}

/* tooltips (contact form - right panel) */
.ques-mark span.tooltip-text {
	width: 180px !important;
	padding: 12px !important;
	text-align: center !important;
	font-size: 11px !important;
	line-height: 14px !important;
}

/* dashboard */
.submit-address form label#cobroke-label {
  font-size: 14px;
}

.submit-address form label#bumi-label {
  font-size: 14px;
}

/* blockquotes / blockquote#prop-location */
blockquote#prop-location {
  position: relative;
  display:inline-block;
  padding: 12px;
  font-size: 11px;
  line-height: 14px;
  color: #666;
  border: solid 1px #d3d2d4;  
  font-family: 'Livvic', sans-serif;
  text-align: left;
  letter-spacing: 0.3px;
}

.blockquote-background {
  background: #e3e3e3;
  padding: 10px;
}

blockquote#prop-location::before{
  /*content: "?!" ;*/ 
  background-color: #FFF; 
  border-radius: 50%;
  width:50px;
  height: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #98A81B;
  text-align: center;
  line-height: 93px;
  position: absolute;
}

blockquote#prop-location::after{
  content: "";
}

.submit-address form .form-group#prop-location {
  margin-bottom: 0px !important;
}
blockquote#prop-location p{
  margin-top: -40px;
  margin-left: 50px;
  line-height: 15px;
  font-size: 11px;
}

blockquote#prop-location p span{
  font-weight: 700;
  color: #901b94;
}

/* blockquote / blockquote#media-srp */
blockquote#media-srp,
blockquote#media-srp-project {
  position: relative;
  display:inline-block;
  padding: 12px;
  font-size: 11px;
  line-height: 14px;
  color: #666;
  border: solid 1px #d3d2d4;  
  font-family: 'Livvic', sans-serif;
  text-align: left;
  letter-spacing: 0.3px;
  margin-left: -5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
blockquote#media-srp-project {
  margin-bottom: 0px !important;
}

.blockquote-background {
  background: #e3e3e3;
  padding: 10px;
}

blockquote#media-srp::before,
blockquote#media-srp-project::before {
  /*content: "?!" ;*/ 
  background-color: #FFF; 
  border-radius: 50%;
  width:50px;
  height: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #98A81B;
  text-align: center;
  line-height: 93px;
  position: absolute;
}

blockquote#media-srp::after,
blockquote#media-srp-project::after {
  content: "";
}

.submit-address form .form-group#media-srp,
.submit-address form .form-group#media-srp-project{
  margin-bottom: 0px !important;
}
blockquote#media-srp p,
blockquote#media-srp-project p{
  margin-top: -35px;
  margin-left: 50px;
  line-height: 15px;
  font-size: 11px;
}

blockquote#media-srp p span,
blockquote#media-srp-project p span{
  font-weight: 700;
  color: #901b94;
}

/* contact form - product page */
.agent-name h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700;
}

.agent-name h4 {
  font-size: 16px !important;
}

/* Property title /.property-content .title a */
.property-content .title a:visited {
  color: #a8a9ad;
}

.blog-box-2 .detail h4 a:visited {
  color: #a8a9ad;
}

h3.title#news-title a:visited {
  color: #a8a9ad;
}

.popular-posts .media-heading a:visited {
  color: #a8a9ad;
}

/* Footer hotline number */
span.glyphicon.glyphicon-phone-alt#hotline {
    margin-left: -30px;
}
.footer-info .personal-info li a#hotline {
    margin-left: 14px;
}

@media screen and (max-width: 480px) {
  /* terms and conditions */
  h5.mt-3#terms-conditions {
    text-align: left;
  }
  p.mt-3#terms {
    text-align: left;
  }
  ul.decimal li {
    text-align: left;
  }
  ul.lower-alpha li {
    text-align: left;
  }
  p.mt-3#mt-3-16 {
    text-align: left;
  }

  /* privacy policy */
  p.mt-3#privacy {
    text-align: left;
  }
  ul.disc li#privacy {
    text-align: left;
  }
  h5.mt-3#privacy {
    text-align: left;
  }
  h6.mt-4#privacy {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .properties-panel-box .nav > li > a {
    width: 150px;
  }
}

@media (max-width: 599px) {
  div .card-footer#advertiser-signup {
    margin-left: -14px;
  }
  h3#advertiser-h3-title {
    margin-left: -15px;
  }
}

@media (max-width: 454px) {
  div .card-footer#advertiser-signup {
    margin-left: -14px;
  }
}

@media (max-width: 400px) {
  div#advertiser-whatsapp-link {
    margin-left: -10px;
    padding-top: 15px !important;
  }
  div .card-footer#advertiser-signup {
    margin-top: 10px;
  }
}

@media (max-width: 440px) {
  div#advertiser-whatsapp-link {
    margin-left: -10px;
  }
}

@media (max-width: 374px){
  .properties-panel-box .nav > li > a {
    width: 140px;
  }
}

@media (max-width: 365px) {
  div#advertiser-whatsapp-link {
    width: 260px;
    margin-top: -20px !important;
    margin-left: -10px;
  }
}

@media (max-width: 354px){
  .properties-panel-box .nav > li > a#auction-tabs {
    width: 265px;
  }
}

h3#rebate{
  float: right;
}

@media (max-width: 768px) {
  h3#rebate {
    float: left !important;
  }
}

a.disc-rbt {
 
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 30px;
  height: 18px;
  padding-top: 1px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}


a.disc-rbt span {
  background: #fff;
  color: #222;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: bold;
  position:  absolute;
  bottom: 0;
  left: -32px;
  right: -25px;
  padding: 5px 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 93px;
  
}

a.disc-rbt span:before {
  content: '';
/*   width: 0;
  height: 0; */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 42px;
}

a.disc-rbt:hover span {
  bottom: 27px;
  visibility: visible;
  opacity: 1;
}


a.disc-rbt span {
  color: #5d5b63;
}

