﻿* {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

    *:focus {
        outline: none;
    }

body {
    background: #f5f5f5;
}

.pickregion {
    margin-bottom: 20px;
}

.insp-form {
    display: none;
}

#selectedRegion {
    display: none;
}

.chooseRegion {
    display: inline-block;
    float: left;
    padding: 20px 25px;
    background: #fff;
    border-radius: 10px;
    margin: 0px 10px 10px 0;
    font-size: 20px;
    border: 1px solid #ccc;
}

    .chooseRegion.active {
        background: #2ba202;
        color: #fff;
    }

.content-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.insp-form {
    position: relative;
}

.clear {
    clear: both;
    float: none;
}

.wrap {
    margin: auto;
}

.top {
    background: #8e8e8d;
    height: 150px;
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 2px solid #ffd200;
    z-index: 999;
}

    .top img {
        display: inline-block;
        margin-left: 5%;
        margin-top: 20px;
    }

.toptitle {
    display: inline-block;
    margin: 40px 5% 0 5%;
    line-height: 30px;
    position: absolute;
}

.t1 {
    font-size: 30px;
    color: #fff;
}

.t2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.content {
    margin: 5%;
    margin-top: 170px;
}

.qwrap {
    width: 100%;
    float: left;
    background: #fff;
    border: #c6c6c6 1px solid;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 100px;
}

.qwrapdisabled {
    background: #F9F9F9;
    border-color: #E4E4E4;
}

.qwrap input, .qwrap .fakeinp, .qwrap select {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #202020;
    padding: 30px 15px 15px 15px;
    width: 100%;
    text-transform: uppercase;
}

.qwrap select {
    font-size: 30px;
    padding: 40px 15px 15px 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 60%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.qwrap .moreinfo {
    font-size: 16px;
    color: #202020;
    display: block;
    font-weight: 900;
    margin-top: -20px;
    padding: 0px 15px 15px 15px;
    width: 100%;
    text-transform: uppercase;
}


.qwrap .commentwrap {
    display: none;
    margin: 110px 13px 13px 13px;
}



    .qwrap .commentwrap textarea {
        font-size: 16px;
        color: #202020;
        border: #ccc 1px solid;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 6px;
        box-shadow: rgba(0,0,0,0.1) 0 3px 10px inset;
        background: #fbfbfb;
    }

.qwrap.qtextonly .commentwrap {
    display: block;
    margin: 43px 13px 13px 13px;
}



.qwrap .qlabel {
    position: absolute;
    font-size: 16px;
    color: #505050;
    top: 15px;
    left: 15px;
}

.qcheck {
    position: absolute;
    top: 13px;
    right: 0;
}

    .qcheck li {
        float: left;
        margin-right: 13px;
    }

        .qcheck li a {
            float: left;
            background: #f00;
            width: 75px;
            height: 75px;
            border-radius: 6px;
        }

            .qcheck li a img {
                width: 100%;
            }

        .qcheck li.qyes a {
            background: #bdbdbd;
        }

            .qcheck li.qyes a.selected {
                background: #2ba202;
            }

            .qcheck li.qyes a.touch {
                background: #238701;
                box-shadow: rgba(0,0,0,0.5) 0 2px 10px inset;
            }

        .qcheck li.qcomment a {
            background: #bdbdbd;
        }

            .qcheck li.qcomment a.touch {
                background: #a1a1a1;
                box-shadow: rgba(0,0,0,0.5) 0 2px 10px inset;
            }

        .qcheck li.qno a {
            background: #bdbdbd;
        }

            .qcheck li.qno a.selected {
                background: #c40e39;
            }

            .qcheck li.qno a.touch {
                background: #9d072b;
                box-shadow: rgba(0,0,0,0.5) 0 2px 10px inset;
            }

                .qcheck li.qyes a.touch img, .qcheck li.qno a.touch img, .qcheck li.qcomment a.touch img {
                    padding-top: 3px;
                }

        .qcheck li.qnn a {
            background: #bdbdbd;
        }

            .qcheck li.qnn a.selected {
                background: #ef7e0f;
            }

            .qcheck li.qnn a.touch {
                background: #9d072b;
                box-shadow: rgba(0,0,0,0.5) 0 2px 10px inset;
            }

                .qcheck li.qyes a.touch img, .qcheck li.qnn a.touch img, .qcheck li.qcomment a.touch img {
                    padding-top: 3px;
                }

        /*TEST*/
        .qcheck li.nr a {
            background: #bdbdbd !important;
        }

            .qcheck li.nr a.touch {
                background: #bdbdbd !important;
                box-shadow: rgba(0,0,0,0.5) 0 2px 10px inset;
            }

/*SLUT TEST */

.stbtn {
    float: left;
    border: #ccc 1px solid;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.1) 0 3px 10px inset;
    background: #fbfbfb;
    font-size: 40px;
    font-weight: 900;
    color: #202020;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 30px;
}

.lbtn {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: #ccc;
    padding: 20px 80px;
    border-radius: 10px;
    float: right;
    margin-bottom: 50px;
    cursor: pointer;
    text-decoration: none;
}


.loginbtn {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding: 20px 80px;
    border-radius: 10px;
    float: right;
    margin-bottom: 50px;
    cursor: pointer;
    text-decoration: none;
    background: #ffd800 !important;
    float: left;
}

.lbnsave {
    background: #2ba202;
    float: left;
}

.lbnpause {
    background: #ffd800;
    float: left;
}

.lbnsave.notready {
    background: #ccc;
}

.loading {
    display: none;
    opacity: 0.8;
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #000;
}

    .loading span {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 50%;
        font-size: 30px;
    }


.nav_bes1 h1 {
    font-size: 40px;
    font-weight: 900;
}

#mainTable {
    font-size: 32px;
}

    #mainTable tr {
        margin-bottom: 40px;
    }

@media screen and (max-width:520px) {
    .qwrap {
        margin-bottom: 15px;
    }

    .qcheck li a {
        width: 50px;
        height: 50px;
        border-radius: 6px;
    }

    .qwrap .qlabel {
    }
}


.alert {
    /*padding: 20px;*/
 
    background: #c6f3ff;
    display: flex;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    border: 1px solid #2dacce;
}

.alert-inner {
    padding: 20px;
    display: flex;
    align-items: center;
}


    .alert svg {
        height: 40px;
        margin-right: 20px;
    }

        .alert svg path {
            fill: #2dacce;
        }
