/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 15, 2016, 2:12:24 PM
    Author     : IT
*/
body{
    background: url("../img/bgsps.png") repeat scroll 0 0 !important;
}
.container1{
    margin: auto;
    width: 80%;
}

.header{
    background: #5ebe3a url("../img/bgsps.png") repeat scroll 0 0;
    border-bottom: 1px solid #38543a;
    border-top: 1px solid #779596;
    box-shadow: 0 0 2px 2px #afba9c;
    height: 70px;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header .mainlogo{
    background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll left top;
    position: relative;
    top: 10px;
    left: 100px;
    display: block;
    float: left;
    height: 46px;
    width: 213px;
}
.questionnaire{
    width: 80%;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background: #fff;
    position: absolute;
    top:70px;
    padding: 10px;
}

.questionnaire table{
    vertical-align:  central;
}

.question{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    border:1px solid #d8d8d8;
}

.wrapper{
    width: 100%;
}


