@import url('https://fonts.googleapis.com/css?family=Quicksand');

body.web-to-lead {
    background-color: transparent;
    color: white;
    font-family: 'Quicksand', sans-serif;
  }
body.web-to-lead .control-label{
    color: white;

  }
body.web-to-lead #form_submit{
    padding: 20px;
    width: 100%;
    color: #645DA8;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: larger;
  }

#survey_form #company-logo {
    
    background-image: url("https://crm.posttrigger.com/media/public/BG-verloop_Tekengebied1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#survey_form {
    font-family: 'Quicksand', sans-serif;
    color: #645DA8;
}

#survey_form .control-label {
    color: #645DA8;
}

#survey_form #submit {
    background-color: #d2de39;
    padding: 20px;
    width: 100%;
    color: #645DA8;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: larger;
    border: none;
}

body.estimate-request-form {
  background-color: transparent;
    color: white;
    font-family: 'Quicksand', sans-serif;
}
body.estimate-request-form #form_submit {
  margin-top: 10px;
  padding: 8px 0px 8px 0px;
    width: 100%;
    background-color: #d2de39!important;
    color: #645DA8!important;
    border-radius: 300px;
    text-transform: capitalize!important;
    font-weight: bold;
    font-size: larger;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
body.estimate-request-form #form_submit:hover {
    background-color: #bad53a!important;
   
}
body.estimate-request-form input {
    border-radius: 300px;
    border: 1px solid #645DA8;
    padding: 20px;
   
}
body.estimate-request-form .text-danger {
    display: none!important;
}
body.estimate-request-form .dropdown-toggle {
  padding: 20px;
  border-radius: 300px!important;
  border: 1px solid #645DA8;
}
body.estimate-request-form .filter-option {
  width: auto!important;
  height: auto!important;
}

body.ticket_form {
    background-color: transparent;
    color: white;
    font-family: 'Quicksand', sans-serif;
}
body.ticket_form label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    color: black;
}
body.ticket_form #form_submit {
    margin-top: 10px;
    padding: 8px 0px 8px 0px;
    width: 100%;
    background-color: #d2de39!important;
    color: #645DA8!important;
    border: none;
    border-radius: 300px;
    text-transform: capitalize!important;
    font-weight: bold;
    font-size: larger;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
body.ticket_form #form_submit:hover {
    background-color: #bad53a!important;
}
body.ticket_form .text-danger {
    display: none!important;
}
body.ticket_form .dropdown-toggle {
    border-radius: 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #D2DE39;
    padding: 5px;  
    color: #60439A;
    font-size: 16px;
    font-weight: 500;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: #60439A;
}
body.ticket_form .filter-option {
    width: auto!important;
    height: auto!important;
}
body.ticket_form input:not([type="file"]) {
    border-radius: 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #D2DE39;
    padding: 5px;  
    color: #60439A;
    font-size: 16px;
    font-weight: 500;
}
body.ticket_form input:not([type="file"])::placeholder {
    color: #60439A;
    font-size: 16px;
    font-weight: 500;
}
body.ticket_form input:not([type="file"]):hover, body.ticket_form input:not([type="file"]):active, body.ticket_form input:not([type="file"]):focus {
    border-color: #60439A;
    border-width: 0px 0px 2px 0px;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
body.ticket_form #message {
    border-radius: 0px;
    border-width: 2px;
    border-color: #D2DE39;
    color: #60439A;
    font-size: 16px;
}
body.ticket_form .add_more_attachments {
    display: none!important;
}
body.ticket_form input[type="file"] {
    border:none;
}
body.ticket_form .col-md-offset-3 {
    margin-left: 0%!important;
}
body.ticket_form #message::placeholder {
    color: #60439A!important;
}
