@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: #191919;
    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;
}

#BA {
    text-align: center;
}

#BA input.btn {
    margin: 20px 5px;
}

/* 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: 16px;
    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;
    margin-top: -50px;
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 16px;
}

#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: #5865f5;

    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;
color: #fff;
}


a.submit-btn:visited{
    color: #FFFFFF;
}

/* global class */

.wrapper {
    max-width: 790px;
    margin: 0 auto;
}

#content{
    min-height: 473px;
    min-height: calc(100vh - 120px);
    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: #FFF;
    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;
}


/* ----  vovici style fixes ---- */

/* unnumbered list */ 
ol.response-set li {
list-style: none; 
}

/* unmargined banner image */ 
form p.text-block:first-of-type {
margin: -40px -30px 30px -30px; 
}

form p.text-block:first-of-type img {
width: 100%; 
}

/* checkbox checked visibility - green when checked */ 
.modern input[type=checkbox] + label:before, .modern i.input-checkbox:before {
border: 1px solid #bbb;
}

.modern input[type=checkbox]:checked + label:before, .modern input[type=checkbox]:checked + label:hover:before, .modern .checked i.input-checkbox:before, .modern .checked i.input-checkbox:hover:before {
background-color: #009f04 !important;
}

/* radio button checked visibility - grey when checked */

.modern input[type=radio]:checked + label:before,
.modern input[type=radio]:checked + label:hover:before,
.modern .checked i.input-radio:before,
.modern .checked i.input-radio:hover:before {
	background-image: url(https://www.smap.ap.sony.com/survey/AppData/360274866/users/1486886059/User%20Media/radiobutton_dark.png?d=1547085835698) !important;
	background-repeat: no-repeat !important;
	background-color: #fff;
border: solid 1px #ccc;
}

/*remove gap from under textarea */ 
.form-control-static {
display: none; 
}

/* unbold choice labels */
.select-area > label.choice-text {
font-weight: normal !important;
}

/* responsive fixes */ 
@media (min-width: 768px) {
select.form-control, input.form-control,  .listbox .specify-text, .dropdown .specify-text {
width: auto; 
min-width: 320px; 
max-width: 100%;
}
}

/* left align styles */ 
form {
text-align: left; 
}

.question.essay .response-set > table,
.question.fillin .response-set > table,
.question.matrix .response-set > table {
	display: block;
}

.question.chooseone.list .response-area,
.question.choosemany.list .response-area {
	display: block;
}

.question.chooseone.list .response-set,
.question.choosemany.list .response-set {
	display: block;
	text-align: left;
}

@media (min-width: 410px) {
.question.chooseone.list .response-set .select-area.specify {
	min-width: 330px;
}

}

@media (min-width: 992px) {
.col-md-9 {
    width: 50%;
}
}
