@charset "utf-8";
/* CSS Document */

/* block-level and inline elements */
*{margin:0; padding:0}
*:focus{
    outline: none;
}

a, a:visited{
    color: #2aabe4;
}
a:hover{
    color: #08c;
}
body { 
    font-family: Arial, Helvetica, sans-serif;
    background-color: #E2E2E2;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

html, body {
    height: 100%;
    width: 100%;
}


img{border:none;}

/* global style */
p{
    margin: 10px 0;
    line-height: 20px;
}
ul > li{
    list-style: inside disc;
}

ol > li{
    list-style: decimal inside none;
}

.hide{
    display: none;
}

.small{
    font-size: 10px;
    line-height: 12px;
}
.icon {
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    margin-left: 3px;
}

/* Sony header style */
#main-wrapper{
    height: auto;
    min-height: 100%;
}
#header-wrapper{
    background:#000000;
    margin: 0 auto;
    width: 100%;
}
.corplogo {
    background: url("https://www.sony.co.nz/HP/images/common/masthead_divider.jpg") no-repeat scroll right top transparent;
    display: inline-block;
    height: 38px;
    padding: 17px 30px 0 0;
    width: 110px;
    float: left;
}
.countryname {
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 0 20px;
    vertical-align: top;
    line-height: 67px;
}

.second-logo{
    float: right;
    margin-top: 10px;
}

/* footer */
#footer-wrapper{
    background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    width: 100%;
    z-index: 10;
    line-height: 50px;
}

#footer-wrapper a {
  color: #fff; 
}

input[type="checkbox"] {
    margin-right: 3px;
}
input[type="submit"], .submit-btn{
    color: #FFFFFF;
    font-size: 14px;
    margin: 20px 0;
    padding: 10px 40px;
    text-decoration: none;
    cursor: pointer;
    border: none;

    background-color: #5887F5;

    transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -webkit-transition: background-color 0.25s linear;
   
}

input[type="submit"]:hover, .submit-btn:hover{
    background-color: #4572ED;
}


a.submit-btn:visited{
    color: #FFFFFF;
}

/* global class */

.wrapper {
    width: 790px;
    margin: 0 auto;
}

#content{
    min-height: 473px;    
    margin: 0 auto;
    background-color: #FCFBFB;
    padding: 40px 30px 80px;
}
#content.opacity{
    background-color: rgba(252, 251, 251, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FCFBFB,endColorstr=#99FCFBFB)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FCFBFB,endColorstr=#99FCFBFB);
    zoom: 1;
}

#content.opacity9{
    background-color: rgba(252, 251, 251, 0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FCFBFB,endColorstr=#E5FCFBFB)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FCFBFB,endColorstr=#E5FCFBFB);
    zoom: 1;
}

a.question-heading{
    color: #333;
    font-weight: bold;
}
.question-text{
    font-weight: bold;
}
.choice-text{
    margin-right: 5px;
}

.response-set{
    margin-top: 10px;
}
.response-set td{
    padding-bottom: 10px;
}
.response-set > span{
    display: block;
    margin-bottom: 5px;
}

form .text-block:first-child img, #content > img:first-child {
    margin: -30px -30px 30px;
}

/* survey customised style */
.text-block{
    font-size: 14px;
    line-height: 20px;
}
.validation-error{
    margin-bottom: 3px;
    font-size: 12px;
}
input{
    border: none;
}
input[type="text"], select, textarea{
    background-color: #F5F5F5;
    border: 1px solid #CECECE;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px; 
    color: #333333;
    font-size: 12px;
    padding: 5px;
    max-width: 535px;
    margin: 5px 0;
}
input[type="text"][size="20"], input.hasDatepicker {
    width: 170px;
}
.response-set select{
    width: 182px;
}
input[type="text"]:focus{
    /*outline: none; 
    border-color: #333333;*/
}

textarea {
    resize: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    max-width: 645px;
}

.tc{
    font-size: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#promp {
    background-color: #dcedbb;
    border: 1px solid #91cd28;
    padding: 7px;
}

#promp > span{
    color: #91cd28;
    width: 15px;
    background-color: #FFF;
    height: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px; 
    border: 1px solid #91cd28;
}


/* tooltips popop on hover DAB styles */
#popup{
    position: absolute;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px; 
}
#popup:after{
    display: block;
    content: "";  
    border-color: transparent #eeeeee transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
}


/* auto-complete styles */
.ui-autocomplete {
    position: absolute;
    cursor: default; 
}       

.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
}