@import "//fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700";
@media all and (max-width: 600px) {
    #headerImage img {
        display:none;
    }
	#headerText {
    margin: 0 auto;
	font-size: 150%;
	padding: 13px;
}
body {
    padding: 5px;
}
#item-text-div, #preview-respOpt {
    font-size: 125%;
}
#item-text-div {
    color: #000000;
}
div {
}
div#contentMain {
    overflow: auto;
    padding: 10px 2px 10px 8px;
}
#header {
    height: 20px;
}
#header img {
    display: none;
}
#frame {
    display: block;
    overflow: auto;
    max-width: 97%;
	height: auto;
}
#contentfull {
    overflow: auto;
}
#footer {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 5px;
}
#footerText {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 5px;
}
.buttonGreen {
}
.buttonGrey {
}
td[id^="respPreview"] label {
    width: 85%;
}
.responses input[type="radio"] {
}
.response_select_many {
    height: auto;
}
td.likertLowerTd {
    text-align: center;
    vertical-align: middle;
}
#item-error {
    left: 0;
    margin-left: 0;
    top: 5px;
}
.error {
    padding: 2px;
}
#contentMain h1, #contentMain p {
}
#item-text-section-start {
}
.clear {
    clear: both;
}
}	

body {
    background: url("../../prwResources/GENERIC_STYLE/bg-content.png") repeat scroll 0 0 transparent;
    margin: 0;
    text-align: left;
}
body, body div, body p, body th, body td, body li, body dd, body span, option, select {
    font-family: "Open Sans",sans-serif;
}
#frame {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 600px;
}
#header {
    /*background-color: #004691;*/
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
}
#headerText {
  display:none;
}
#header img {
    margin: 0;
    padding: 10px;
}
#contentfull {
    clear: left;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#contentMain {
    padding: 20px;
}
#contentMain h1 {
    font-weight: 400;
    margin: 10px 20px;
    padding: 0;
}
#contentMain p {
    font-weight: 300;
    margin: 10px 20px 40px;
    padding: 0;
}
#instr-text-section {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#item-error {
    left: 20%;
    margin-left: -100px;
    position: absolute;
    top: 15px;
    z-index: 999;
}
#item-text-div {
    font-weight: 600;
    padding: 10px 0 20px;
}
#item-no-section {
    color: #000000;
}
#item-text-div-start {
    clear: both;
    float: left;
    font-weight: 600;
    margin: 10px 10px 20px 40px;
    padding-left: 1em;
    text-indent: -2.2em;
}
#startNav {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    float: left;
    padding: 40px 0 10px;
    width: 100%;
}
#nav {
    background: none repeat scroll 0 0 #f1f1f1;
    clear: both;
    float: left;
    padding: 30px 0;
    width: 100%;
}
#nav-saveExit {
    float: left;
}
#nav-prev {
    float: left;
}
#nav-next {
    float: right;
}
#nav-start {
    float: right;
}
#nav-done {
    float: right;
}
.buttonPrimary {
    background-color: #187522 !important;
    background-image: linear-gradient(#20972c, #187522);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    margin: 10px 25px 0;
    padding: 10px 15px;
}
.buttonPrimary, a {
    color: #ffffff;
    text-decoration: none;
}
.buttonSecondary {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    margin: 10px 25px 0;
    opacity: 0.55;
    padding: 10px 15px;
}
.buttonSecondary, a {
    color: #ffffff;
    text-decoration: none;
}
.buttonDisabled {
    background-color: #cccccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    margin: 10px 25px 0;
    opacity: 0.55;
    padding: 10px 15px;
}
.buttonDisabled, a {
    color: #eeeeee;
    text-decoration: none;
}
.localeSection {
    clear: both;
    float: left;
    margin: 20px;
    padding: 0;
    width: 100%;
}
.error {
    background: none repeat scroll 0 0 #ffebe8;
    border: 1px solid #dd3c10;
    padding: 10px;
}
.error p {
    font-weight: normal;
    line-height: 14px;
    margin: 8px 0 0;
}
.error a {
    color: #dd3c10;
    text-decoration: none;
}
.error h1 {
    font-size: 14px;
    margin: 0;
    padding: 3px 0;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
}
.clear {
    clear: both;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.responses {
    margin: 0;
    padding: 0;
}
.question_text {
    font-weight: 600;
}
.response_select_one option {
    font-weight: 600;
}
textarea {
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}
.response_select_many {
    height: 10em;
    width: auto;
}
.responses table {
    border: 0 none;
    width: 100%;
}
td[id^="respPreview"] label {
    clear: none;
    display: block;
    font-weight: 300;
    margin: -25px 0 0 30px;
    width: 90%;
}
div[id^="labelGroup"] {
    padding: 8px 0 8px 5px;
}
div[id^="labelGroup"]:hover {
    background-color: #eeeeee;
    border-radius: 8px;
}
div[id^="labelGroup"]:checked {
    background-color: #eeeeee;
    border-radius: 8px;
}
table[id^="respPreview"] tr {
    height: 1px;
}
td.likertUpperTd {
    height: 100%;
    padding: 2px;
}
td.likertUpperTd label {
    display: block;
    height: auto !important;
    min-height: 100%;
    text-align: center;
}
td.likertUpperTd:hover {
    background-color: #eeeeee;
    border-radius: 8px;
}
td.likertLowerTd {
    height: 100%;
    text-align: center;
}
td.likertLowerTd input:hover + label {
    background-color: #eeeeee;
    border-radius: 8px;
}
.pdName .pd_response_label {
    float: left;
    padding: 5px 10px 5px 0;
    position: relative;
    text-align: left;
    width: 130px;
    word-wrap: break-word;
}
input.response_text {
    border: 1px solid #cccccc;
    border-radius: 3.01px;
    box-shadow: 0 1px 3px #cccccc inset;
    box-sizing: border-box;
    color: #333333;
    font-size: inherit;
    line-height: 1.42857;
    margin: 5px 0;
    max-width: 250px;
    padding: 4px 5px;
    vertical-align: baseline;
    width: 100%;
}
input.watermarkFont {
    color: #999;
    font-style: italic;
}
td[id^="phTD13"] > input.response_text, td[id^="govtIdTD2"] > input.response_text {
    width: auto;
}
#footer {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 5px;
}
#footerText {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 5px;
}

