/*
    expedienteh.com
    customer.css
*/
@charset "utf-8";

/* customer-block */
.customer-block {
    background-color: white;
}

/* customer-form */
.customer-form {
    padding: 20px 0;
    background: transparent;
    font-size: 14px;
}

.customer-form .alert {
    font-size: 1em;
}

.customer-form label {
    color: #222222;
    font-size: 14px;
}

.customer-form input:not([type="checkbox"]),
.customer-form select,
.customer-form textarea,
.customer-form span.form-control {
    margin-bottom: 0px;
    background: #dddddd;
    border: 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
         
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.customer-form input:focus,
.customer-form select:focus,
.customer-form textarea:focus,
.customer-form span.form-control:focus {
    background: #333333;
    color: #dddddd;
            box-shadow: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.customer-form textarea {
    padding: 10px 10px 10px 20px;
    resize: vertical;
    height: 90px;
}
 
.customer-form input:focus,
.customer-form select:focus,
.customer-form textarea:focus {
    box-shadow: none;
    outline: none;
}

.customer-form .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.customer-form span.form-control {
    line-height: 40px;
}

.customer-form .submit-btn {
    background-color: #b72259;
    color: white;
    padding: 11px 32px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    border: none;
}

/* customer-wrapper */
.customer-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
}

/* customer-block */
.customer-block {
    
}

.customer-block .block-title {
    border: none;
    padding: 15px 15px 20px 15px;
    background: none;
    border-bottom: 1px solid #ddd;
}

.customer-block .block-title .title-h {
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 500;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ' ';
}

/* customer-authentication */
.customer-authentication {
    background-color: #b72259;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
}

.customer-authentication a {
    color: white;
}

/* customer-sidebar */
.customer-sidebar {
    margin-top: 25px;
    margin-bottom: 30px;
}

.customer-sidebar img {
    display: inline-block;
}

/* customer-navigation */
.customer-navigation {
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #e0e0e0;
}

.customer-navigation li > a {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.customer-navigation li > a:hover {
    background-color: #b72259;
    color: white;
}