/* Comment */
:root {
    --theme-base-color: #D28036;
    --theme-button-color: #D28036;
    --theme-button-color-hover: #72B5CC;
    --theme-footer-color: #414141;
    --theme-link-color: #72B5CC;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

textarea {
    max-width: 95%
  }


#container {
    margin-top: 0;
    min-height: 100%;
    position: relative;
    background: var(--theme-base-color) no-repeat fixed center center;
    background-size: cover;
}

#header {
    vertical-align: bottom;
    background-color: white;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
        font-size: 16px;
        max-width: 95%;
    }
}

@media all and (min-width: 601px) {
    #body {
        margin: 50px auto auto;
        text-align: left;
        font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background-color: white;
        padding: 3% 10% 35px;
    }
    
    .title {
        font-size: x-large; /* 1.4em; */
        font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: left;
        color: var(--theme-base-color);
        vertical-align: bottom;
        margin-left: 2%;
        padding-top: 10px;
    }

    .title img {
        vertical-align: middle;
    }
}

@media all and (max-width: 600px) {
    #body {
        overflow: hidden;
        margin: 10px auto auto;
        text-align: left;
        font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background-color: white;
        padding: 1% 2% 35px;
    }
    
    .title {
        font-size: 0; /* 1.4em; */
        font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: center;
        color: var(--theme-base-color);
        vertical-align: bottom;
        margin-left: 0%;
        padding-top: 0px;
    }

    .title img {
        vertical-align: middle;
    }
}


#logoimg {
    height: 85px;
    width: auto;
}

#contentintro {
    margin: 15px auto auto;
    text-align: center;
    font-size: large;
}

#contentintro2 {
    margin-left: 43%;
    text-align: left;
    font-size: large;
}

.Nav_test {
    margin: 0 40% 0 40%;
    color: red;
    width: 100px;
    height: 50px;
    font-size: 20px;
}

a {
    color: var(--theme-link-color);
    text-decoration: none;
}

a:hover {
    color: var(--theme-link-color);
    text-decoration: underline;
}

#footer {
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; /* Height of the footer */
    background-color: var(--theme-footer-color);
    padding-top: 1%;
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footertext {
    vertical-align: middle;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
}

@media all and (max-width: 500px) {
    .footertext {
        font-size: 10px;
    }
}

@media all and (min-width: 501px) {
    .footertext {
        font-size: 12px;
    }
}


/* other non-essential CSS */

    #statbar { /* formats DIV container for status bar */
        height: 40px;
        width: 200px;
        margin: 8px 5px 8px 5px; /* spaces out statbar from left/right screen edge */
        display: block;
        float: right;
        padding: 12px 12px 0 0;
    }

    div.statbar_text {
        height: 15px;
        width: 200px;
        font: bold 9px verdana, arial;
        display: block;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-align: left; /* align text horizontally */
        line-height: 14px; /* align text vertically   */
        color: #222222;
    }

    div.progress-container {
        border: 1px solid #666666;
        width: 200px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: 15px;
        background: #efefef;
        display: block;
    }

    div.progress-container > div {
        background-color: var(--theme-footer-color);
        height: 15px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }


    div#bar1, div#bar2 {
        padding-top: 5px;
        border-bottom: 2px solid var(--theme-footer-color);
        margin-bottom: 5px;
        width: 100%;
    }

    .qtext {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
    }

    .qtext, .qcomment, .qnum, .qnumexp, .qvar, .qtex {
        font-style: normal;
        font-weight: normal;
    }

    .qlabel {
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }

}

@media all and (max-width: 600px) {

    #statbar { /* formats DIV container for status bar */
        display: none;
    }

    div.statbar_text {
        display: none;
    }

    div.progress-container {
        display: none;
    }

    div.progress-container > div {
        display: none;
    }

    .title {
        font-size: 0; /* 1.4em; */
        text-align: center;
        color: var(--theme-base-color);
        vertical-align: bottom;
        margin-left: 0;
        padding-top: 0;
    }

    .title img {
        vertical-align: middle;
    }

    div#bar1, div#bar2 {
        padding-top: 2px;
        border-bottom: 2px solid #000000;
        margin-bottom: 2px;
        width: 100%;
    }

    .qtext {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
    }

    .qtext, .qcomment, .qnum, .qnumexp, .qvar, .qtex {
        font-style: normal;
        font-weight: normal;
    }

    .qlabel {
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 7px;
    }

}
/* 
    input[type=radio], input[type=checkbox] {
	    display:none;
	}
	input[type=radio] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 17px;  
	    height: 17px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	    background-color: #000;  
	    border-radius: 10px;  
	}
	input[type=checkbox] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 17px;  
	    height: 17px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	    background-color: #000; 
	    border-radius: 4px;  
	}
	input[type=radio]:checked + label:before {
		content: "\2022";
	    background-color: #000; 
		font-size:2.3em;
		text-align:center;
		line-height:14px;
		color: #66CCCC;
	}
	input[type=checkbox]:checked + label:before {
	    font-family: Arial Unicode MS, Lucida Sans Unicode, Lucida Grande;
		content:"\2713";
	    background-color: #000;
	    font-size:1.4em; 
	    font-weight: bold;
		text-align:center;
		line-height:6px;
	    color: #66CCCC;
	}
*/

    .buttonscontainer {
        width: 100%;
        text-align: center;
    }

    #left {
        float: left;
    }

    .start{
      font-family: 'HelveticaNeue','Helvetica Neue', Helvetica, Arial, sans-serif;
      display: inline-block;
      text-decoration: none;
      border: 1px solid #ffffff;
      height: 36px;
      line-height: 36px;
      color: #ffffff;
      -webkit-appearance: none;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      font-size: 1em;
      padding: .5em 1.5em;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background: var(--theme-button-color);
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      cursor: pointer;
      zoom: 1;
      -webkit-backface-visibility: hidden;
      position: relative;
      width: 75px;
   }

   .start:hover{
      -webkit-appearance: none;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-color: var(--theme-button-color-hover);
      color: #ffffff;
   }

   .start:active{
      -webkit-appearance: none;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-color: var(--theme-button-color-hover);
      color: #ffffff;
   }
   


@media all and (min-width: 601px) {

   #left  {
        float:left;
        padding-left: 10%;
        padding-top: 15px;
   }  

    #center {
        display: inline-block;
        margin:0 auto;
        padding-top: 15px;
   }

   #right {
        float:right;
        padding-right: 10%;
        padding-top: 15px;
   }

   .button{
      font-family: 'HelveticaNeue','Helvetica Neue', Helvetica, Arial, sans-serif;
      display: inline-block;
      text-decoration: none;
      border: 1px solid #ffffff;
      height: 36px;
      line-height: 36px;
      color: #ffffff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      font-size: 1em;
      padding: .5em 1.5em;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background: var(--theme-button-color);
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      cursor: pointer;
      zoom: 1;
      -webkit-backface-visibility: hidden;
      position: relative;
      width: 75px;
   }

   .button:hover{
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-color: var(--theme-button-color-hover);
      color: #ffffff;
   }

   .button:active{
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-color: var(--theme-button-color-hover);
      color: #ffffff;
   }

   .spacer{
      height: 36px;
      width: 75px;
   }  
}

@media all and (max-width: 600px) {
	 #left {
       float:left;
       padding-left: 5%;
       padding-top: 15px;
   }  

   #center {
       display: inline-block;
       margin:0 auto;
       padding-top: 15px;
   }

   #right {
        float:right;
        padding-right: 5%;
        padding-top: 15px;
   }

  .button{
      font-family: 'HelveticaNeue','Helvetica Neue', Helvetica, Arial, sans-serif;
      display: inline-block;
      text-decoration: none;
      border: 1px solid #ffffff;
      height: 36px;
      line-height: 36px;
      color: #ffffff;
      -webkit-appearance: none;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      font-size: .7em;
      padding: .5em 1.5em;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background: var(--theme-button-color);
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      cursor: pointer;
      zoom: 1;
      -webkit-backface-visibility: hidden;
      position: relative;
      width: 55px;
   }

   .button:hover{
       -webkit-appearance: none;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-color: var(--theme-button-color-hover);
      color: #ffffff;
   }

   .button:active{
       -webkit-appearance: none;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-color: var(--theme-button-color-hover);
      color: #ffffff;
   }


   .spacer{
      height: 36px;
      width: 55px;
   }      
   
}

#errortitle {
    background-color: #ffffff;
    height: 75px;
    line-height: 25px;
    width: 100%;
    padding-top: 20px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    color: #FF0000;
    border: 1px outset #ededed;
}

.error {
    color: #FF0000;
    font-weight: bold;
    font-size: 18px;
}

.errorPrefix {
    color: #FF0000;
    font-size: 10pt;
}

.rating {
    margin: 0 auto;
    border: 2px solid #000000;
    border-collapse: collapse;
    font-size: 18px;
}

.rating th {
    border: 1px solid #ffffff;
    border-collapse: collapse;
    background-color: var(--theme-footer-color);
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.rating .item {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: left;
}

.rating td {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    width: 10%;
}

.NumTable {
    margin: 10px 5% 20px 5%;
    border: 2px solid #000000;
    border-collapse: collapse;
    font-size: 18px;
}

.NumTable th {
    border: 1px solid #ffffff;
    border-collapse: collapse;
    background-color: var(--theme-footer-color);
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-weight: normal;
}

.NumTable td {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.NumTable .item {
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.NumTable .total {
    width: 30px;
}

.rating {
    margin: 0 auto;
    border: 2px solid #000000;
    border-collapse: collapse;
}

.rating th {
    border: 1px solid #ffffff;
    border-collapse: collapse;
    background-color: var(--theme-footer-color);
    color: #ffffff;
    text-align: center;
}

.rating .item {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: left;
}

.rating td {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    width: 10%;
}

.NumTable {
    margin: 10px 5% 20px 5%;
    border: 2px solid #000000;
    border-collapse: collapse;
}

.NumTable th {
    border: 1px solid #ffffff;
    border-collapse: collapse;
    background-color: var(--theme-footer-color);
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.NumTable td {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.NumTable .item {
    text-align: left;
    padding: 5px 5px 5px 5px;
}

/* css for net-promoter questions */
.npsTable {
    width: 100%;
    border: 2px solid #000000;
    border-collapse: collapse;
    /*    font-size: 18px; */
}

.npsTable .npsLeft {
    text-align: left;
    border-right: 0;
    padding-left: 5px;
}

.npsTable .npsRight {
    text-align: right;
    border-left: 0;
    padding-right: 5px;
}

.npsTable td {
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    width: 9%;
}

.npsTable th {
    border-collapse: collapse;
    font-weight: normal;
    width: 9%;
}

.slider-table {
    display: grid;
    grid-template-columns: max-content auto;
    width: 75%;
    min-width: 80rem;
    margin: auto;
}

.slider-table-3col {
    display: grid;
    grid-template-columns: max-content auto max-content;
    width: 75%;
    min-width: 80rem;
    margin: auto;
}

.slider-table div {
    margin-bottom: 0.5rem;
}

.slider-scale {
    margin-left: 1rem;
    margin-right: 1rem;
}

.slider-header {
    font-size: smaller;
    font-weight: bold;
}

.slider-input {
    min-width: 10rem;
    margin-left: 1rem;
    display: inline-block;
}


.slide_container {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 0.8em;
    background: #ebebeb;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 0.3em;
}

.slider.moved {
    background: #DCEDf3;
}

.slider:hover {
    opacity: 1;
    /*background: #bfbfbf;*/
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.2em;
    height: 1.2em;
    background: #01529d;
    cursor: pointer;
    border-radius: 50%;
    /*border: 1px solid #808080;*/
}

.slider::-moz-range-thumb {
    width: 1.2em;
    height: 1.2em;
    background: #01529d;
    cursor: pointer;
    border-radius: 50%;
    /*border: 1px solid #808080;*/
}
