#ping_load {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.information-wrapper {
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.main-wrapper * {
    box-sizing: border-box;
    font-weight: initial;

}

.main-wrapper {
    /*max-width: 1200px;*/
}

p.terms-link-text {
    font-style: italic;
    font-weight: 500;
}

#ping_load {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

p#org_message, p#response_message, div#create-response {
    color: red;
    margin-top: 15px;
}

.information-wrapper {
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background: #e2e2e2;
}

.information-wrapper p {
    margin-bottom: 5px;
}

.ping-form-group {
    margin-bottom: 15px;
}

.ping-w4 {
    width: 33.33333333%;
    float: left;
}

.ping-w6 {
    width: 50%;
    float: left;
}

.main-wrapper fieldset {
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 2rem;
    margin: 10px 0;
    background: #e2e2e2;
    display: block;
}

.ping-form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #EDEDED;
    padding: 4px 6px;
    border-radius: 0;
    color: #555555;
    display: block;
    font-size: 14px;
    min-height: 26px;
    line-height: 20px;
    vertical-align: middle;
    width: 100%;
    margin: 0;
}

.main-wrapper input, .main-wrapper select, .main-wrapper textarea {
    display: inline-block;
    font-family: inherit;
    font-style: inherit;
    font-size: 15px;
    outline: 0;
    box-shadow: none;
    padding: 0 12px;
}

.ping-text-left {
    margin-right: 10px;
}

.clear-both {
    clear: both;
}

input[type='submit'].ping-btn, a.ping-btn, .ping-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    background-color: #eee;
    color: #444;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ping-dashboard-wrap .ping-form-group #insert-media-button, input[type="submit"].ping-btn-theme, a.ping-btn-theme, .ping-btn-theme {
    color: #FFFFFF !important;
    background-color: #34ABDB !important;
    border-color: #2AA1D1 !important;
}


input.disabled {
    background: #c6c6c6 !important;
    cursor: not-allowed;
}

.ping-account.skogs-global-widget .error {
    margin: 0;
    padding: 10px;
}
/*.ping-w6, .ping-w4 {
    clear: both;
}*/

/* Checkout page styles */
.woocommerce-checkout #payment div.payment_method_pingpayskogs {
    background-color: #a2ccff !important;
}
.woocommerce-checkout #payment div.payment_method_pingpayskogs::before {
    border-bottom-color: #a2ccff !important;
}

@media screen and (max-width: 768px) {
    .ping-w4 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 575px) {
    .ping-w4 {
        width: 100%;
    }
}