html
{
    height: 100%;
    min-height: 100%;
    background: url("images/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

body
{
    background: transparent;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
}

ul
{
    padding: 0;
}

canvas
{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.container
{
    background: #EEC476;
}

.container .mobilestatic
{
    background: #EEC476;
    webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
}

.feedback img
{
    height: 20px;
}

.popoverErrorContainer
{
    position: relative;
}

.popoverError
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.has-error .form-control
{
    border-width: 2px;
}

.mobilestatic
{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border-top: 2px solid black;
}

.mobilestatic .col-xs-3
{
    padding-left: 3px;
    padding-right: 3px;
}

.premobilestatic
{
    height: 300px;
    width: 100%;
}

.wrapper
{
    min-height: 100%;
}

#qrcode, #qrcode img
{
    max-width: 100%;
}

.rating1
{
    background: #33CC33 !important;
    color: white;
}

.rating1:hover td
{
    background: #44DD44 !important;
}

.rating2
{
    background: #3399FF !important;
    color: white;
}

.rating2:hover td
{
    background: #44AAFF !important;
}

.rating3
{
    background: #FF5050 !important;
    color: white;
}

.rating3:hover td
{
    background: #FF6161 !important;
}

.rating4
{
    background: #7A29CC !important;
    color: white;
}

.rating4:hover td
{
    background: #8B3ADD !important;
}

.rating5
{
    background: #B8944D !important;
    color: white;
}

.rating5:hover td
{
    background: #C9A55E !important;
}

.btn-control
{
    font-size: 0;
    min-height: 30px;
}

.btn-control img
{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.btn-help
{

}

.helptext
{
    background: lightslategray;
    color: white;
    padding: 10px;
    margin-left: 10%;
    margin-right: 20px;
    border-radius: 10px 0 10px 10px;
}

.medium-textarea ul
{
    padding-left: 15px;
}

.textareaStatistics
{
    display: block;
    border: 1px solid grey;
    border-radius: 5px;
    padding-left: 30px;
    background: lightsteelblue;
}

.textareaStatistics ul
{
    list-style-type: disc;
}

.evalHeader
{
    text-align: left;
    margin: 0;
    padding: 0;
}

.has-error .radioList
{
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    border-color: #a94442;
    padding-left: 10px;
}

.rotate90
{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-45
{
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media (min-width: 768px)
{
    .btn-control
    {
        font-size: 85%;
        white-space: normal;
        min-height: 60px;
    }

    .btn-control img
    {
        float: left;
    }
}

@media (min-width: 992px)
{
    .btn-control
    {
        font-size: 100%;
    }
}