.full {
    padding: 2px 0;
    width: 100%;
    box-sizing: border-box;
}

.half {
    padding: 2px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.quarter {
    width: 25%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.third {
    width: 33.33%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.twothirds {
    width: 66.66%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.threequarters {
    width: 75%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

#conditions_wrapper {
    padding: 5px;
    display: block;
    margin-bottom: 3px;
}

.fields {
	padding				:	5px!important;
    float    :   left!important;
    position: relative;
}

.fields input, .fields select, .fields textarea, .no-margin input, .account-page-form input,
.woocommerce-MyAccount-content input, .woocommerce-MyAccount-content select, .woocommerce-MyAccount-content textarea {
    height: 50px;
    padding: 5px;
    width: 100%;
    max-width: 100%!important;
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: 3px solid #999;
    border-radius: 4px;
    padding: 10px;
}

.fields input:read-only {
    background-color: #E1E1E1!important;
    cursor: default;
}

.extra-space {
    text-align: center;
    font-weight: bold;
}

.fields label, .woocommerce-MyAccount-content label {
    font-size: 15px;
    margin: 10px 0 5px 0;
    display: block;
}

.fields input[type='checkbox'] {
    height: 15px;
    margin-right: 10px;
    width: auto;
}

.fields #showpw, .fields #showpw2 {
    position    :   absolute;
    cursor   :   pointer;
    bottom      :   18px;
    right    :   23px;
    color    :   #666;
    z-index  :   999;
}

.fields #showpw span, .fields #showpw2 span {
    font-size   :   22px;
}

.btn-green {
    background: #185B50;
    display: inline-block;
    padding: 5px 25px 0 25px;
    font-size: 17px;
    color: #FFF!important;
    text-align: center;
    line-height: 45px;
    border-bottom: 4px solid #25786B;
    border-radius: 5px;
    cursor: pointer;
}

.btn-100 {
    width: 100%;
}

.res-message-load {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.7)!important;
    display: none;
}

.res-message-load img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin: -60px 0 0 -60px;
}

.res-message-load h3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 9999;
    margin: -60px 0 0 0;
    font-size: 22px;
    line-height: 40px;
    color: #000;
}

.req {
    border: 1px dashed #FF0000!important;
    background: #ffeded!important;
    color: #000;
}

.alert {
    display: none;
    padding: 10px;
    text-align: center;
    margin: 5px 0 0 0;
}

.alert-danger {
    border: 1px dashed #FF0000!important;
    background: #ffeded;
    color: #FF0000;
}