﻿.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(fonts/MaterialIcons-Regular.woff2) format('woff2'), url(fonts/MaterialIcons-Regular.woff) format('woff'), url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'agBold';
    src: url('fonts/Akzidenz-Grotesk Bold Condensed.woff2') format('woff2'),url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}

@font-face {
    font-family: 'agMedium';
    src: url('fonts/Akzidenz-Grotesk Medium.woff2') format('woff2'),url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}

@font-face {
    font-family: 'agRegular';
    src: url('fonts/Akzidenz-Grotesk Regular.woff2') format('woff2'), url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.required-field {
    float: right;
    color: #BE0000;
    font-size: 12px;
}

    .required-field .material-icons {
        font-size: 15px;
        padding: 0px 5px;
        vertical-align: middle;
    }

.main-content {
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

.container {
    display: inline-block;
    width: 1170px;
    text-align: left;
}

.logopanel {
    padding: 30px 0px 20px 7px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.box {
    background-color: #1A1A1A;
    padding: 15px;
    display: inline-block;
}


.loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: blue;
}

.complete {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: green;
}

.error {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: red;
}

.button {
    width: 100%;
    background-color: #006dcc;
    display: inline-block;
    border: none;
    margin: 10px 0px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding: 10px 24px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

.button-warning {
    background-color: #ffcb00;
}

.button:active {
    outline: 4px solid white;
    outline-offset: -4px;
}

.buttonModest {
    background-color: #006dcc;
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 14px;
    padding: 8px 6px;
    color: white;
    cursor: pointer;
    text-align: center
}

.copyright {
    font-size: 9px;
    text-align: center;
    line-height: 11px;
    font-family: Arial;
}

.question-label {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.comment-label {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.question-textarea {
    display: block;
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
}

.question-rating {
    text-align: right;
}

.question-choice {
    padding: 10px 10px;
    display: inline-block;
    font-size: 23px;
    vertical-align: top;
}

.question-text {
    text-align: left;
    display: block;
    font-size: 18px;
    padding: 5px;
}

.question-list-label {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.question-list {
    border-radius: 5px;
    height: 30px;
    min-width: 200px;
}


.form-check {
    min-height: 1.5rem
}

.form-check-input {
    position: relative;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: .125rem solid rgba(0,0,0,.25)
}

    .form-check-input:hover {
        cursor: pointer
    }

        .form-check-input:hover:before {
            opacity: .04;
            box-shadow: 0 0 0 13px rgba(0,0,0,.6)
        }

    .form-check-input:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.25);
        transition: border-color .2s
    }

        .form-check-input:focus:before {
            opacity: .12;
            box-shadow: 0 0 0 13px rgba(0,0,0,.6);
            transform: scale(1);
            transition: box-shadow .2s,transform .2s
        }

    .form-check-input:checked {
        border-color: #3b71ca
    }

        .form-check-input:checked:before {
            opacity: .16
        }

        .form-check-input:checked:after {
            content: "";
            position: absolute
        }

        .form-check-input:checked:focus {
            border-color: #3b71ca
        }

            .form-check-input:checked:focus:before {
                box-shadow: 0 0 0 13px #3b71ca;
                transform: scale(1);
                transition: box-shadow .2s,transform .2s
            }

    .form-check-input:indeterminate:focus:before {
        box-shadow: 0 0 0 13px #3b71ca
    }

    .form-check-input[type=checkbox] {
        border-radius: .25rem;
        margin-top: .19em;
        margin-right: 6px
    }

        .form-check-input[type=checkbox]:checked {
            background-image: none;
            background-color: #3b71ca
        }

            /*.form-check-input[type=checkbox]:checked:after {
                display: block;
                transform: rotate(45deg)*/ /*!rtl:ignore*//*;
                width: .375rem;
                height: .8125rem;
                border: .125rem solid #fff;
                border-top: 0;
                border-left: 0*/ /*!rtl:ignore*//*;
                margin-left: .25rem;
                margin-top: -1px;
                background-color: transparent
            }*/

            .form-check-input[type=checkbox]:checked:focus {
                background-color: #3b71ca
            }

        .form-check-input[type=checkbox]:indeterminate {
            border-color: #3b71ca
        }

    .form-check-input[type=radio] {
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        margin-top: .125em;
        margin-right: 4px
    }

        .form-check-input[type=radio]:before {
            width: 1rem;
            height: 1rem
        }

        .form-check-input[type=radio]:after {
            width: 1rem;
            height: 1rem;
        }

        .form-check-input[type=radio]:checked {
            background-image: none;
            background-color: #fff
        }

            .form-check-input[type=radio]:checked:after {
                border-radius: 50%;
                width: .625rem;
                height: .625rem;
                border-color: #3b71ca;
                background-color: #3b71ca;
                transition: border-color;
                transform: translate(-50%,-50%);
                position: absolute;
                left: 50%;
                top: 50%
            }

            .form-check-input[type=radio]:checked:focus {
                background-color: #fff
            }

.form-check-label {
    padding-left: .15rem
}

    .form-check-label:hover {
        cursor: pointer
    }

.search-icon:after {
    content: "thumb_up";
}

.search-icon {
    position: relative;
    display: inline-block;
}

.required .question-label::after {
    font-size: .8em;
    content: '* required field';
    color: #808080;
    display: block;
    letter-spacing: 1px;
}

.required.hasdata .question-label::after {
    font-size: .8em;
    content: '* required field';
    color: green;
    display: block;
    letter-spacing: 1px;
}

.required.missingdata .question-label::after {
    font-size: .8em;
    content: '* required field';
    color: #e63f31;
    display: block;
    letter-spacing: 1px;
}

/*.required.missingdata {
    border: solid 2px red;
}*/

.required-comment .comment-label::after {
    font-size: .8em;
    content: '* required field';
    color: #808080;
    display: block;
    letter-spacing: 1px;
}

.required-comment.hasdata .comment-label::after {
    font-size: .8em;
    content: '* required field';
    color: green;
    display: block;
    letter-spacing: 1px;
}

/*.required-comment.missingdata {
    border: solid 2px red;
}*/
