﻿
.signupform input[type=text]::placeholder, .signupform input[type=password]::placeholder {
color: #c2c4ce;
}

.signupform input[type=text], .signupform input[type=password], .signupform input[type=email], .signupform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 13px 20px;
    border: 0px solid;
    border-radius: 30px;
    height: auto;
}

#resetpassword input[type=text], #resetpassword input[type=password], #loginform input[type=text], #loginform input[type=password] {
    width: calc(100% - 30px);
    float: left;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="time"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    border-radius: 25px;
}

.quotation-form input[type=text], .quotation-form input[type=email], .quotation-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 13px 20px;
    border: 0px solid;
    border-radius: 30px;
    height: auto;
}




.passValidate {
  display:none;
  margin: 0 50px 0;
}
.conPassValidate {
  visibility: hidden;
  text-align: center;
  width:100%;
}
#matchPassw {
  margin-left: 0px;
}


/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}
.valid2 {
  color: green;
}


.valid:before {
  position: relative;
  left: -5px;
  content: "\2714";
}


/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid1 {
  color: #464e73;
  font-weight: 100;
}
.invalid2 {
  color: red;
}


.invalid1:before {
  position: relative;
  left: -5px;
  content: "\2718";
}

.quoItems{
  padding : 5px;
  text-align:right;
}

/* Apply this and the button will always stick on left side */
.backBtn{
  background-color: #0000002e;
  border:0;border-radius: 10px;
  text-decoration:none;
  display:inline-block;
  padding: 8px 16px;
  font-size:30px;
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 3px;
}


.boldWording{
 font-weight: 900;
 margin-bottom: 5px;

}

.paymentDetails {
 font-size:16px;
 font-family: gotham-book;
 color:#464e73;
 margin-bottom:40px;

}

.paymentDetails p{
 margin-bottom: 5px;

}



// Styles for modal in Customer Request Quotation Summary

.siteVisit:hover {
  color: yellow;
  pointer:cursor;
}



// Styles for modal in Customer Request Quotation Summary

/* The Modal (background)
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 10; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
}

========= Modal Content =========
.modal {
 background-color: rgb(0,0,0);
 background-color: rgba(0,0,0,0.4);
}
*/

.modal-content {
 background-color: #fefefe;
 margin: auto;
 margin-top: 20px;
 padding: 20px;
 border: 1px solid #888;
 width: 60%;
 overflow:auto;

}

.modal-body {
 margin-top: 20px;
 padding: 20px;
 width: auto;
 height:auto;
 overflow:auto;
}

.modal-flex {
 display:flex;
 flex-direction:column;
}

.modal-flex p {
 text-align: center;
 font-size: 18px;

}

.modal-title {
 text-align:left;
 color:darkorange;
 font-weight:bold;
}

/* Used To Adjust The Modal Size of SweetAlert
.swal2-popup {
  font-size: 2.0rem !important;
}
*/


.summary-label{
 padding: 8px 20px 8px 0px;
 width: 150px;
}
.summary-data{
 padding-top: 0px;
}




/*for contact-us*/
#regMessage{
  font-size: 1rem;
  resize: none;
  border: none;
  border-radius:30px;
  padding: 13px 20px;
  color: #495057;
  opacity: 1;
  display: block;
  width: 100%;

  font-size: 1rem;
  line-height: 1.5;
  background-color:#fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition-property: border-color, box-shadow;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
}


@media only screen and (max-width: 300px) {
  #quoID{
   width:80px;
  }
}

@media only screen and (max-width: 768px) {
  .summary-label{
    width:200px;
  }
}

@media only screen and (max-width: 360px) {
  #quoID{
   width:180px;
  }
}

@media only screen and (max-width: 390px) {
  #quoID{
   width:190px;
  }
}
