/*
=========================================================
Dynamic Surveys V2.5 (May 2013) - copyright 2013 by
2x4 Holding Ltd.
69 Great Hampton Street
B18 6EW Birmingham
United Kingdom
www.2x4.de - info@2x4.de
All Rights reserved
=========================================================
*/

#mrData
{
    display:none;
}

.mrErrorText
{
    display:none;
}
        
.DragItem 
{
    -ms-scroll-chaining: none;
    -ms-touch-action: none;
    -ms-content-zoom-limit-min: 80%;
}

body {
    -ms-content-zoom-limit-min: 100%;
}

@-ms-viewport {
	width: 1150px;
}

.ErrorCloud
{
    position:absolute;
    margin-left: 650px;
    max-width: 200px;
    
    padding:1em;
    
    background:#C10000;
    color:#FFFFFF;
    
    font-weight:bold;
    border-radius:2px;
    box-shadow:5px 5px 5px #cccccc;
}

.InfoBox
{
    border:1px solid #cccccc;
    background:#f6f6f6;
    border-radius:2px;
    box-shadow:2px 2px 2px #cccccc;
    padding:2px;
    z-index:500;
    color:#666666;
}

.SliderInvisibleBox
{
    display:none;
}

.testLabel
{
    margin-left:20px;
}

body
{
    font-family:Verdana, Arial, Helvetica;
    margin-top:0;
    font-size:13.33px;
}

::-moz-selection {
   background: transparent;
   color: inherit;
}

h1
{
    font-size:24.17px;
    font-weight:normal;
    margin-bottom:5px;
    margin-left:20px;
    margin-right:20px;
}

h2
{
    margin-top:0;
    font-size:16.67px;
    color:#888888;
    font-weight:normal;
    margin-left:20px;
}

h3
{
    margin-top:0;
    font-size:14px;
    color:#888888;
    font-weight:normal;
    margin-left:20px;
    line-height:1.5;
    padding-right:20px;
}

.picinfo
{
	display: none;
}

.main
{
    margin:auto;
    width:950px;
    height:607px;
    background:#cfcfcf;
	/*border:1px solid #cfcfcf;*/
}
        
.ProgressBar
{
    width:214px;
    background:#5E5E5E;
    margin-top:5px;
}
        
.Content
{
    margin:8px;
    margin-bottom:0;
    background:url('http://www.feedback-experts.com/DynamicSurveys/images/content.png')
 no-repeat #cfcfcf;
    /*box-shadow:1px 1px 6px 6px #bbbbbb;*/
    width:934px;
    height:516px;
}

.Footer
{
    bottom:0;
	height:68px;
}

:root #ProgressBarContainer
{ 
    margin-top:-30px\0/IE9; 
}
        
.ProgressBarContainer
{
    margin-top:-30px;
}

html* .ProgressBarContainer
{
    margin-top:-22px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
    #ProgressBarContainer
    {
        margin-top:-18px;
    }
}