#body-wrapper {
        width: 100%;
        height: 100%;
        overflow: auto;
        position: relative;
}
#outer-wrapper, .outer-wrapper {
	width: 1200px;
	/*min-width: 640px;*/
	min-height: 100%;
	
	margin: 0 auto;
	padding: 0px 1px 0px 1px;
	background: #999999;
	text-align: center;
}
.implementation_fullscreen #outer-wrapper, .implementation_fullscreen  .outer-wrapper
{
    width:100%!important;
}
#main-wrapper {
	background: #ffffff;
	min-height: 100%;
	width: 100%;
	margin: 0;
	text-align: left;
        position: relative;
}
#top {
	height: 100px;
	margin: 0;
}
#top-info-text {
	position: relative;
	top: 5px;
        right: 10px;
        height: 20px;
	float: right;
        background: #ffffff;
        border: solid 1px #cfcfcf;
        border: solid 1px #9f9f9f;
	color: #000000;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
        line-height: 18px;
	text-align: right;
        filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#top-info-text span {
        /*background: #ffffff;*/
}
#top-filter-back {
	position: relative;
	top: 20px;
	right: 10px;
	float: right;
	background: transparent;
        border: solid 1px #9f9f9f;
	width: 400px;
	height: 40px;
	margin: 0;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#top-filter-text, #top-filter-text-disabled {
	position: relative;
	top: 25px;
	right: -390px;
	float: right;
	color: #5f5f5f;
	padding: 4px 10px 0px 10px;
	font-size: 11px;
        line-height: 20px;
        font-weight: bold;
	text-align: right;
}
#top-filter-text-disabled {
        filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#top-filter-text input, #top-filter-text-disabled input{
	height: 18px;
        margin: 0;
        border: solid 1px #9f9f9f;
        filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.highlight {
    background: LightGoldenRodYellow;
}
#top-filter-text-disabled input{
        background: #ffffff;
        filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#contents-wrapper {
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px 10px;
}
#footer {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        background: #ff0000;
}
#footer .outer-wrapper {
        background: #00ff00;
        padding: 0;
}
.inner-footer {
        width: 100%;
        text-align: left;
        background: #0000ff;
}

/* Survey datetime-picker fix */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}