@media (max-width : 1000px) {
.inner-title{ width : 100% !IMPORTANT; }
.inner-field{ width : 100% !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;
}

.navButtons {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 40px);
}

.navBack {
	box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-left : 20px;
}

.navForward {
	box-sizing: border-box;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-left: 20px;
}


.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;
	min-height : 30px;
	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 10px !IMPORTANT;
}


.small-content-container{
	width : 100%;
	position: relative;
	padding: 20px 0px 0px 0px;
	box-sizing: border-box;
	min-height: 63px;
}




.small-content-container:after {
	content : "";
	height : 0px;
	clear : both;
	visibility : hidden;
	display : block;
}


.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 : 65%;
	box-sizing : border-box;
	padding : 5px;
	vertical-align : top;
	font-size : 0px;
}

.inner-title {
	display : inline-block;
	width : 35%;
	box-sizing : border-box;
	padding : 10px 5px 5px 5px;
	vertical-align : top;
	min-height : 42px;
	font-size : 10pt;
}


.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: 98%;
	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;
}

input[type=checkbox] + label {
  color: #666;
  font-size: 14px;
  padding-top: 5px;
  display: inline-block;
  text-align : left;
  box-sizing: border-box;
}

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

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

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

}

input[type=checkbox] + label span,
input[type=checkbox]:checked + label span {
  -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: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 : 5px;
	display : inline-block;
}

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

input[type=radio]+label {
	color: #666;
	width : 22px;
	cursor : pointer;
}

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

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

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

input[type=radio]+label span,input[type=radio]:checked+label span {
	-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 : 2px;
    display: inline-block;
    width : 22px;
    text-align : center;
    border : 1px solid #eee;
    border-radius : 3px;
    font-size : 10pt;
}

div.nps-block input[type=radio]+label span {
	margin : 3px !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 {
	display: inline-block;
    width: 50%;
    box-sizing : border-box;
    padding : 0px 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 {
    font-size: 10pt;
    border-radius: 3px;
    padding: 0px 5px 3px 0px;
    width: 116px;
    margin: 5px 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-title {
	margin-bottom : 10px;
	text-align : center;
	width : 75px;
}

div.likert-value {
	text-align : center;
	width : 75px;
}

div.editable ul {
	list-style: disc;
}
