/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 form.tmlcp-form p.response-message {
    text-align: center;
    display: none;
 }
 form.tmlcp-form p.response-success {
    color: #3c763d;
 }
 form.tmlcp-form p.response-error {
    color: #ff6258;
 }
 
.tmlcp-form {
    margin-top: 0;
}
form#tmlcp_field_mapping.tmlcp-form {
    margin-top: 0;
}

.form-panel {
    padding: 0px 0 0px 0;
    box-sizing: border-box;
    max-width: 670px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 28px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 28px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 2px 28px -1px rgba(0,0,0,0.15);
    margin: 70px auto;
    overflow: hidden;
}
.form-header {
    margin: 0 0 20px;
    padding: 15px 50px;
}
.form-footer{
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
.form-content {
    padding: 0 50px;
    padding-bottom: 50px;
}
.form-panel.one .form-content{
    padding-bottom: 0px;
}
.forlogo .admin-header-logo {
    padding: 20px 50px;
    background-color: #202227;
    margin-bottom: 20px;
}
.form-header p a{
    color: #3385D9;
}
.form-header h1 {
    padding: 4px 0;
    color: #3385D9;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 30px;
}
.form-content .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px;
}
.form-content .form-group label {
    display: block;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.form-content .form-group input {
    outline: none;
    display: block;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #f1f1f1;
}
.form-content .form-group:last-child {
    margin: 0;
}
.form-content .form-group .button.button-primary, .form-content .button-primary {
    outline: none;
    background: #3385D9;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.form-content .form-group .button.button-primary:hover, .form-content .button-primary:hover{
    background-color: #FECB2F;
    color: #111;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}
#customers td, #customers th {
  border: 1px solid #f1f1f1;
  padding: 10px;
}
#customers tr:nth-child(even) {
    background-color: #fafafa;
}
#customers tr:hover {background-color: #fafafa;}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3385D9;
    color: white;
}
.redio-custom {
    color: #AAAAAA;
    display: block;
    position: relative;
    width: 15px;
    border-bottom: 0px solid #333;
    height: 15px;
}

.redio-custom input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.redio-custom label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 0;
    padding: 0;
    margin: 0px auto;
    height: 16px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.redio-custom:hover label{
	color: #3385D9;
}

.redio-custom .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 0px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.redio-custom:hover .check {
    border: 2px solid #3385D9;
}
.redio-custom .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.redio-custom input[type=radio]:checked ~ .check {
    border: 2px solid #3385D9;
}

.redio-custom input[type=radio]:checked ~ .check::before{
  background: #3385D9;
}

.redio-custom input[type=radio]:checked ~ label{
  color: #3385D9;
}

.form-map .form-group label,
.form-map .form-group select{
    width: 100%;
}
.mb-5{
    margin-bottom: 50px;
}

.form-map .form-group select {
    outline: none;
    display: block;
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: 0.3s ease;
    border: 1px solid #f1f1f1;
}
.action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.action-btn a {
    outline: none;
    background: #3385D9;
    border: 0;
    border-radius: 4px;
    padding: 4px 10px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 5px 0 0;
}
.action-btn a:hover{
    background-color: #FECB2F;
    color: #111;
}

.form-content .form-group fieldset label {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 12px;
}
.form-content .form-group h4 {
    font-size: 15px;
    margin: 0;
}
.form-content .form-group fieldset label input {
    width: 22px;
    height: 22px;
    text-align: center;
}
.form-content .form-group fieldset label input[type=checkbox]:checked::before {
    height: 20px;
    width: 20px;
    margin: 0 0 0 0;
}