body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
}
body.material_requests{
    background-color: #FDE9D7;
}
#bottom{
    position: fixed;
    width: 100%;
    height: 110px;
    bottom: 0;
    background: bottom left url(/img/bg.png) no-repeat;
    background-size: 100%;
}
.container {
    max-width: 720px;
    margin: 20px auto;
    padding-bottom: 180px;
}
.section {
    width: 96%;
    margin:0 auto 20px;
}
.header {
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    padding-left: 35px;
    background: 10px 12px url(/img/circle.png) no-repeat;
    background-size: 20px;
    background-color: #E26C34;
}
.legend {
    width: 94%;
    margin:0 auto 20px;
    font-size: 14px;
}
.legend div {
    margin-bottom: 10px;
}
.legend span {
    font-weight: bold;
    margin-right: 5px;
    color: #E26C34;
}
.table-container {
    width: 96%;
    margin:0 auto 40px;
}
.table {
    width: 96%;
    margin:0 auto;
    border-collapse: collapse;
}
.table th, .table td {
    border: 1px solid #E26C34;
    padding: 10px;
    text-align: center;
}
.table th {
    background-color: #E26C34;
    color: white;
}
.table tr:nth-child(even) {
    background-color: #F7C1A8;
}
.table tr:nth-child(odd) {
    background-color: #FDEADF;
}
.footer {
    margin-top: 40px;
    text-align: center;
}
.footer input[type=submit] {
    border: 6px double #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
}
.footer input[type=submit].questionnaires ,
.footer input[type=submit].material_requests {
    background-color: #F7C1A8;
}
.footer input[type=submit].personal_contacts {
    background-color: #ED6F31;
    color: white;
}



h3{
    background-color: #FDEADF;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 16px;
}
h3 span{
    color: #FF0000;
}

.radio-area {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.radio-container {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    /* padding-left: 25px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}
.radio-container input {
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10;
}
.custom-radio {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: top left;
}

.radio-container input[type=radio][value="1"] ~ .custom-radio {
    background-image: url(/img/icon_circle_off.png);
}

.radio-container input[type=radio][value="1"]:checked ~ .custom-radio {
    background-image: url(/img/icon_circle_on.png);
}

.radio-container input[type=radio][value="2"] ~ .custom-radio {
    background-image: url(/img/icon_triangle_off.png);
}

.radio-container input[type=radio][value="2"]:checked ~ .custom-radio {
    background-image: url(/img/icon_triangle_on.png);
}

.radio-container input[type=radio][value="3"] ~ .custom-radio {
    background-image: url(/img/icon_x_off.png);
}

.radio-container input[type=radio][value="3"]:checked ~ .custom-radio {
    background-image: url(/img/icon_x_on.png);
}

textarea{
    display: block;
    width: 94%;
    height: 100px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    resize: none;
    background-color: #FDEADF;
}



/* TOP */
body.top div.container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: calc(100vh - 40px);
    padding-bottom: 0;
}
.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 94%;
}
.button {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    border: 6px double #ffffff;
}
.button img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}
.survey {
    background-color: #F7C1A8;
    color: #000;
}
.request {
    background-color: #ED6F31;
}
.navigator {
    border: 3px solid #ED6F31;
    border-radius: 50px;
    margin: 30px auto;
    width: 94%;
}
.navigator_inner{
    padding: 50px;
}
.navigator h2 {
    color: #ED6F31;
    font-size: 40px;
    margin:0 0 10px 0;
}
.navigator p {
    color: #999;
    margin-bottom: 20px;
}
.navigator .start-btn {
    display: block;
    background-color: #ED6F31;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 5px;
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.navigator .notice{
    font-size: 28px;
    color: #595757;
    margin: 1rem 0 0 0;
}
/* end TOP */


/* material_requests */
h1 {
    font-size: 24px;
    color: #333;
    margin: 20px 0;
}
.materials_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ED6F31;
    color: #ffffff;
}
.materials_header div{
    width: 28%;
    padding: 0 10px;
    text-align: center;
}

.materials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.material {
    width: 28%;
    padding: 10px;
    margin: 10px 0;
}
.materials_header.short,
.materials.short{
    width: 66%;
}
.materials_header.short div,
.materials.short .material{
    width: 43%;
}



.material img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    /* shadow */
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
}
.material-title {
    font-size: 12px;
    color: #333;
    margin: 10px 0;
    text-align: center;
}
.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.quantity input {
    width: 60px;
    height: 2em;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
    margin-right: 5px;
}
/* end material_requests */


