@media (max-width : 920px) {
	.inner-title{ width : 100% !IMPORTANT; }
	.inner-field{ width : 100% !IMPORTANT; }
	.inner-help { width: 100% !IMPORTANT; }
	ul.field-container {
		display: block !IMPORTANT;
	}
}


body { 
 margin : 0px;
 font-family : 'lato', arial;
 font-weight : 300;
 font-size : 10pt;
}

p {
	margin : 0px;
}


h1 {
  padding-bottom: 0.67em;
}

h2 {
	margin-top: 0px;
  	padding-bottom: 0.67em;
}

h3 {
  padding-bottom: 0.67em;
}

h4 {
  padding-bottom: 0.67em;
}


 
#canvas {
 	width : 100%;
}

#header {
 	background-color : #333;
 	width : 100%;
 	padding : 0px;
 	margin : 0px;
}

#header-inner {
	width : 990px;
	margin : 0 auto;
	padding : 0px;
}
 	
#logo {
 	display : inline-block;
 	vertical-align : top;
 	padding : 30px 50px 30px 0px;
}


#form {
	margin : 0 auto;
	padding : 20px;
	box-sizing: border-box;
}

.outerNavButtons {
    display: flex;
    flex-wrap: nowrap;
    min-height: 40px;
    margin: 0px 25px;
}

.outerNavButtons.left {
	justify-content: flex-start;
}

.outerNavButtons.central {
	justify-content: center;
}

.outerNavButtons.right {
	justify-content: flex-end;
}

.navButtons {
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.navBack {
	box-sizing: border-box;
    display: inline-block;
}

.navSave {
	box-sizing: border-box;
    display: inline-block;
}

.navForward {
	box-sizing: border-box;
    display: inline-block;
}


.reset-spacing {
    clear : both;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #00b490;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #00967b;
  text-decoration: none;
}


li.country {
	height: 29px;
    min-height: auto !IMPORTANT;
}

li.divider {
	height : 14px;
	min-height: auto !IMPORTANT;
}


input[type=password] {
	    width: 100%;
    background-color: white;
    font-size: 10pt;
    outline: none;
    border-color: #cccccc;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    padding: 8px;
    box-shadow: inset 0px 0px 7px 0px rgba(42,42,42,.31);
    box-sizing: border-box;
    height: 32px;
}


input[type=text].blank {
	width: 100%; 
	background-color: white;
	font-size : 10pt;
	outline: none;
	border : 0px solid #FFF;
	padding:8px; 
	box-sizing : border-box;
	box-shadow:inset 0px 0px 0px 0px rgba(0,0,0,.0);
}

div.dialog {
	display : none;
}


.ui-datepicker-month {
	height : auto;
}

.ui-datepicker-year {
 	height : auto;
 	margin-left : 0px !IMPORTANT;
 	padding-left : 0px !IMPORTANT;
 }


.interaction-loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/apps/production/arkflux/images/svg/animations/loader.svg) center no-repeat;
	background-color: rgba(255, 255, 255, 0.7)
}

.interaction-loader-text {
  position: relative;
  top: 60%;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
  font-size: 14pt;
}

div#dashboard-submission {
	margin : 30px 0px 60px 60px;
}


td.title {
	color : white;
	padding : 10px 20px 10px 20px;
	font-weight : 400;
}

td.row {
	padding : 10px 20px 10px 20px;
}

td.row a {
	color : black;
	text-decoration : none;
}

div#required-holder {
	margin-left: 60px;
    margin-top: 30px;
}

div#required-title {
	margin: 20px 0px 30px 0px;
}

ul {
	list-style : none;
	margin : 0px;
	padding : 0px;
}

.page {
	width : 100%;
	position: relative;
	padding: 20px 20px 25px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
  	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
  	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
}
	


ul.page-inner-content {
	min-height : 20px;
	list-style-type: none;
}

ul.page-inner-content li{
	min-height : 46px;
	border : 0px solid #ffffff;
}

li {
	position : relative;
	font-size : 0px;
}


#page-left, #page-right, #page-single {
	width : 50%;
	display : inline-block;
	vertical-align : top;
	background-color : inherit;
	padding : 10px;
	box-sizing : border-box; 
	background-position : bottom center; 
	background-repeat : no-repeat;
}

 #page-single {
	width : 100%;
	display : inline-block;
	vertical-align : top;
	background-color : inherit;
	padding : 10px;
	box-sizing : border-box; 
	background-position : bottom center; 
	background-repeat : no-repeat;
}

.page-inner-content{
	min-height : 100px;
	border-radius : 6px; 
}

.text-container {
	padding : 20px 24px !IMPORTANT;
}


.small-content-container{
	position: relative;
    box-sizing: border-box;
    border: 1px dashed transparent;
    margin: 10px 0px;
    padding: 15px;
    min-height: 48px;
    box-sizing: border-box;
}


div.mandatory {
	border: 1px solid red ! IMPORTANT;
    background: #fff7f7 ! IMPORTANT;
}


.content-container{
	width : 100%;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
  	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
  	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
}


.field-content-container{
	min-height : 30px;
	border-radius : 6px; 
	padding : 10px; 
	box-sizing: border-box;
}


.inner-field {
	display : inline-block;
	width : 100%;
	box-sizing : border-box;
	padding : 5px;
	vertical-align : top;
	font-size: 0px;
}

.inner-title {
	box-sizing: border-box;
    padding: 10px 5px 5px 5px;
}

.inner-title:empty {
	padding: 0px;
}

.inner-help {
	box-sizing: border-box;
    font-size: .8em;
    padding: 5px 5px 5px 5px;
}

.inner-help:empty {
	padding: 0px;
}

.hidden {
	display : none;
}

div.slider-no {
	text-align : center;
	position: relative;
    top: 8px;
}


input[type=text] { 
	width: 100%; 
	background-color: white;
	font-size : 10pt;
	outline: none;
	border-color:#cccccc; 
	border-width:1px; 
	border-radius:4px; 
	border-style:solid; 
	padding:8px; 
	box-sizing : border-box;
	height : 32px;
}


select {
	width: 100%;
	height: 34px;
	background-color: white;
	font-size: 10pt;
	outline: none;
	border-color: #cccccc;
	border-width: 1px;
	border-radius: 4px;
	border-style: solid;
	padding: 8px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	background-color: white;
	font-size : 10pt;
	outline: none;
	border-color:#cccccc; 
	border-width:1px; 
	border-radius:4px; 
	border-style:solid; 
	padding:8px; 
	box-sizing : border-box;
	height : 94px;
	resize : none;
}

div.file-holder {
	min-height: 32px;
}


input[type=checkbox] {
    display:none;
}


div.cb-block {
	padding-top: 10px;
}

input[type=checkbox] + label {
  /* color: #666; */
  display: inline-block;
  text-align : left;
  box-sizing: border-box;
  width: 100%;
}

input[type=checkbox] + label span.active {
    display:inline-block;
    width:14px;
    height:14px;
    margin:-1px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox] + label span.active {
     background-color: white;
     border : 1px solid #ccc;
     position: relative;
     top: -1px;
}

input[type=checkbox]:checked + label span.active {
     background-color: #3899EC;
}

input[type=checkbox] + label span,
input[type=checkbox]:checked + label span.active {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

input[type=checkbox]:checked + label span.active:after {
	    content: "\00A0 \2713"; 
	    color : white;
	    position: relative;
    	top: -2px;
    	left: -2px;
}


div.radio {
	padding: 10px 10px 10px 10px;
}


div.radio-block {
	padding-right : 20px;
	padding-top : 10px;
}

input[type=radio] {
	display: none;
}

input[type=radio]+label {
	cursor : pointer;
}

input[type=radio]+label span.active {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -1px 10px 0px 0px;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

input[type=radio]+label span.active {
	background-color: white;
    border: 1px solid #ccc;
}

input[type=radio]:checked+label span.active {
	background-color: #3899EC;
}

input[type=radio]+label span.active,input[type=radio]:checked+label span.active {
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}


div.nps-block {
	padding : 3px;
	margin-right : 0px;
    display: inline-block;
    width : 20px;
    text-align : center;
    border : 1px solid #eee;
    border-radius : 3px;
    font-size : 10pt;
}

div.nps-block input[type=radio]+label span.active {
	margin : 3px 0px !IMPORTANT;
}


.ui-slider {
	background: #e0e8f7 !IMPORTANT;
	font-size : 10pt;
}

.ui-widget-content {
	margin-bottom : 0px !IMPORTANT;
}


div.slider-no {
	text-align : center;
	font-size : 10pt;
}

div.slider-no span {
	font-size : 10pt;
}


div.radio-face-block {
	display: inline-block;
    width: 20%;
    box-sizing : border-box;
    padding : 0px 5px;
}

div.radio-face-block img {
	width : 100%;
	cursor : pointer;
	max-width: 64px;
}


div.yes-no-block {
    box-sizing : border-box;
    padding : 5px;
}

div.yes-no-block img {
	width : 100%;
	cursor : pointer;
	max-width: 64px;
}

div.gender-face-block {
	display: inline-block;
    width: 32%;
    box-sizing : border-box;
    padding : 0px 5px;
}

div.gender-face-block img {
	width : 100%;
	cursor : pointer;
	max-width: 64px;
}


img {
	max-width : 100%;	
}


div.csat-block {
    border-radius: 3px;
    padding: 0px;
    width: 100%;
    margin: 10px 0px;
}

li.flag {
    width: 75px;
    height: 85px;
    display: inline-block;
    margin: 10px;
    border-radius: 38px;
    vertical-align : top;
}

div.flag {
	cursor : pointer;
}

div.language {
	font-size : 10pt;
}

div.likert-block {
	width: 100%;
	margin: 10px 0px;
}

div.likert-title {
	text-align: left;
    display: inline-block;
    vertical-align: center;
    margin-left: 10px;
}

div.likert-value {
	display: inline-block;
    vertical-align: center;
    cursor : pointer;
}

ul.field-container {
	display: flex;
    max-width: 100%;
    width: 100%;
}


div.inner-label {
	display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

div.text-container ul {
	list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-left: 40px;
}

div.text-container ul li {
	font-size: 10pt;
    min-height: auto;
}

div.page ul {
	box-sizing: border-box;
}

table.quotes {
	border: 1px solid #e0e0e0;
}

table.quotes td {
	padding: 5px 10px;
}

table.quotes tr.quote-title {
	background: #34383d;
	color: white;
}

table.quotes tr.line-item {
	font-size: 90%;
}

table.quotes select {
	width: 60px;
}

table.quotes td.right {
	text-align: right;
}

div[pc-public-type="rating"] div.radio-face-block {
	text-align: center;
}

span.bmi-results {
	font-size: 10pt;
}

/* Bullet points */
div.text-container ul, div.field-content-container ul {
	list-style: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-left: 40px;
}

div.text-container ol, div.field-content-container ol {
	margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-left: 40px;
}

div.text-container ul li, div.field-content-container ul li  {
	font-size: inherit;
}

div.text-container ol li, div.field-content-container ol li  {
	font-size: inherit;
}
