﻿/*nes additions*/

.form-radio-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.country-form input[type="number"], .country-form input[type="url"] {
    width: 100%;
}

.country-form input[type="range"] {
    width: 85%;
    border: 1px solid #525f6a;
    border-radius: 8px;
    color: #525f6a;
}

input[type="number"], input[type="url"] {
    border: 1px solid #525f6a;
    border-radius: 8px;
    padding: 6px 8px;
    color: #525f6a;
}

input[type="reset"] {
    border-radius: 6px;
    border: 2px solid #525f6a;
    background-color: #fff;
    font-weight: bold;
    color: #525f6a;
}

    input[type="reset"]:hover {
        color: #525f6a;
        background-color: #f0f0f0;
    }

.epiFormSuccessMessageHidden {
    display: none;
}

.epiFormSuccessMessageShown {
    display: initial;
}

.EPiServerForms .Form__Status .Form__Success__Message {
    background-color: initial !important;
    color: #333;
}

.EPiServerForms .Form__Title {
    text-align: center;
}

.EPiServerForms .Form__NavigationBar .btnPrev {
    margin-left: 14%;
}

@media (max-width: 994px) {
    .EPiServerForms .Form__NavigationBar .btnPrev {
        margin-left: 0;
    }
}
