
.main-content .bgwhite .tx-powermail .container-fluid { padding:0;}

.main-content .tx-powermail .btn {
    margin-top: -10px;
    display: inline-block;
    color: #333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #cccccc;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 0;
    transition: none;
}   
.main-content .tx-powermail .btn.btn-primary {
    color: #ffffff;
    background-color: #829682;
}   
.main-content .tx-powermail .btn:hover {
    color: #ffffff;
    background-color: #EB9772;
}   

.main-content .tx-powermail .powermail_fieldset .parsley-errors-list {
    display: none;
    margin: 3px 0 3px 0;
    padding: 0;
    list-style-type: none;
    background: none !important;
    border: none;
    width: 100%;
    float: right;
    clear: left;
    position:absolute;
    bottom: -23px;
}

.main-content .tx-powermail .powermail_fieldset .parsley-errors-list.filled > li,
.main-content .tx-powermail .powermail_fieldset .parsley-errors-list > li {
    color: rgb(218, 72, 10);
    padding: 0;
    font-size: 13px;
    line-height:16px;
    margin-bottom:3px;
}
/*
.main-content .tx-powermail .powermail_fieldset .parsley-errors-list > li.parsley-required
*/

.main-content .tx-powermail .form-group { margin-bottom: 2.5rem; }

.main-content .tx-powermail .powermail_fieldwrap_type_date input,
.main-content .tx-powermail .powermail_fieldwrap_type_select select,
.main-content .tx-powermail .powermail_fieldwrap_type_textarea textarea,
.main-content .tx-powermail .powermail_fieldwrap_type_input input[type="text"] {
    border: 1px solid #829682;
    padding: 24px 30px; 
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 0;
    background: #ffffff;
}
.main-content .tx-powermail .powermail_fieldwrap_type_select select{
    /*
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    */
    border: 1px solid #829682;
    font-size:18px;
    outline: none;
    cursor: pointer;
    padding:0 50px 0 30px;
    height: 50px;
    color: #495057;
}

.main-content .tx-powermail .powermail_fieldwrap_type_select select option {
    color: #666;
    font-size: 15px;
  }
  .main-content .tx-powermail .powermail_fieldwrap_type_select select:focus::-ms-value {
    background-color: #ccc;
  }
.main-content .tx-powermail .powermail_fieldwrap_type_select select::selection {
    color: #495057;
}
/*
.main-content .tx-powermail .powermail_fieldwrap_type_select select::-ms-expand {
    display: none;
}
*/
.main-content .tx-powermail .powermail_fieldwrap_type_select select:focus::-ms-value {
    background-color: transparent;
}

.main-content .tx-powermail .powermail_fieldwrap_type_check > label,
.main-content .tx-powermail .powermail_fieldwrap_type_date label,
.main-content .tx-powermail .powermail_fieldwrap_type_select label,
.main-content .tx-powermail .powermail_fieldwrap_type_textarea label,
.main-content .tx-powermail .powermail_fieldwrap_type_textarea label,
.main-content .tx-powermail .powermail_fieldwrap_type_input label {
    position: absolute;
    displaY: inline-block;
    padding: 3px 2px;
    background-color: #ffffff;
    font-size:12px;
    line-height:12px;
    margin:0;
    left: 59px;
    top: -10px;
    z-index:1;
    width: auto;
    color:#829682;
    max-width: none;
}
.main-content .tx-powermail .powermail_fieldwrap_type_check > div {
    border: 1px solid #829682;
    padding: 30px 15px 15px;;
}
.main-content .tx-powermail .powermail_fieldwrap_type_date div::after {
    content:"\e903";
    position:absolute;
    right: 20px;
    width:40px;
    text-align:center;
    top:5px;
    color: #cccccc;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 26px;
    line-height: 40px;
}
.main-content .tx-powermail form { margin-top: 30px; }

.main-content .tx-powermail .powermail_fieldset,
.main-content .tx-powermail .powermail_legend,
.main-content .tx-powermail h3 { margin-bottom:30px; }

.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #829682;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(130,150,130,.3);
}
.main-content .tx-powermail .powermail_fieldwrap_type_check .checkbox label {
    font-size: 15px;
}

.main-content .tx-powermail input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    width: 21px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 1px solid #333;
    background: transparent;
    top: -2px;
    position:relative;
}

.main-content .tx-powermail input[type='checkbox']::after {
    content: '';
    display: block;
    left: 0;
    top: -2px;
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 21px;
    color: #333;
    font-size:32px;
}

.main-content .tx-powermail  input[type='checkbox']:checked::after {
    content:"\63";
 }
 

 /*cleverreach*/

 .cr_form .row > div > .cr_ipe_item > label {
    position: absolute;
    displaY: inline-block;
    padding: 3px 2px;
    background-color: #ffffff;
    font-size:12px;
    line-height:12px;
    margin:0;
    left: 23px;
    top: -9px;
    z-index:1;
    width: auto;
    color:#829682;
    max-width: none;    
 }
 .cr_form input[type="text"] {
    border: 1px solid #829682;
    padding: 15px 25px; 
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 0;
    background: #ffffff;
    width: 100%;
 }
 .cr_form input[type="text"]:focus {
    color: #333;
    background-color: #fff;
    border-color: #829682;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(130,150,130,.3);
}

  .cr_form .cr_ipe_item { position: relative; margin-bottom:3rem; } 

  .cr_form button.cr_button {
    margin-top: 0;
    display: inline-block;
    color: #333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 0;
    transition: none;
    color: #ffffff;
    background-color: #829682;
}   
.cr_form button.cr_button:hover {
    color: #ffffff;
    background-color: #EB9772;
}  

.cr_form div.cr_ipe_checkbox {
    border: 1px solid #829682;
    padding: 30px 15px 15px;;
}

.cr_form input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    width: 21px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 1px solid #333;
    background: transparent;
    top: -2px;
    position:relative;
}

.cr_form input[type='checkbox']::after {
    content: '';
    display: block;
    left: 0;
    top: -2px;
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 21px;
    color: #333;
    font-size:32px;
}

.cr_form input[type='checkbox']:checked::after {
    content:"\63";
 }
 .cr_form a,
 .cr_form a:hover { color:#EB9772; }


 @media (max-width: 479px) {

    .main-content .tx-powermail .powermail_fieldwrap_type_date input,
    .main-content .tx-powermail .powermail_fieldwrap_type_select select,
    .main-content .tx-powermail .powermail_fieldwrap_type_textarea textarea,
    .main-content .tx-powermail .powermail_fieldwrap_type_input input[type="text"] {
        font-size: 15px;
        line-height: 15px;
    }
    .main-content .tx-powermail .powermail_fieldwrap_type_select select{
        font-size:15px;
    }

}

