body {
	font-family: Ubuntu, Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #444;
	line-height:1.5;
}

label {
	font-size: 1rem;
	color: #444444;
}
.cm-Survey .fieldset {
	border: none;
	padding:0 0 5px 0;
	min-width: 100%;
	margin-top: 1.2em;
}
.cm-survey-container {
	padding: 10px;
}
#cm-surveyContainer{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cm-instructions  {
	font-size: 1em;
}

.cm-responseError {
	color: #F52F2F;
	font-style:italic;
	background-color:inherit;
	font-size: .9em;
}

PRE.dump {
	display:none;
}

.cm-question {
	margin: 0 0 1em 0;
}

.cm-question TD, .cm-question TH {
	padding-top:1ex;
	border-bottom:2px solid #61a60e;
	text-align:left;
}

TD.rowItem {
	white-space:nowrap;
	font-weight:bold;
}

.cm-scale-response-set {

}

.cm-scale-response-set .cm-scale-header {
	vertical-align: top;
	padding: 0 .2em;
}

.cm-scale-response-set .cm-scale-header-hidden {
	visibility: hidden;
}


.cm-scale-response-set .cm-colHeaderHide .cm-scale-header-point {
	display:none;
}

.cm-scale .cm-scale-value-cell {
	border-width: 0;
}

.cm-scale .cm-scale-value-cell .cm-scale-value-input {
	padding-left: 1.5em;
}


TD.cm-rowHeader {
	vertical-align:bottom;
}

DIV.cm-question TABLE {
	width:100%;
}

DIV.cm-question TD.cm-rowCell {
	text-align:center;
}

DIV.cm-colGroup {
	overflow: hidden;
	clear: both;
}

DIV.cm-clearShim {
	width:100%;
	clear:both;
}

DIV.cm-dontKnow {
	margin-top:1ex;
}

.cm-response-column-container {
    width: 100%;
    display: inline-block;
}

.cm-response {
}

DIV.cm-response:hover {
	cursor:pointer;
}

DIV.cm-responseInput {
	width:15%;
	height:100%;
	float:left;
	background-color:inherit;
	height: 25px;
}

.cm-selectone .cm-responseInput,
.cm-selectall .cm-responseInput {
	width:3%;
}

INPUT.cm-RSDK {
	margin: 0 1em 0 0;
	padding: 0;
	width: auto;
}

DIV.cm-responseText {
	width:81%;
	padding: 0 2%;
	float:left;
	background-color:inherit;
}

.cm-responseText label.cm-responseGroup {
	width: 100%;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	line-height: 22px;
}

.cm-question .cm-response-group-name {
	font-weight: 700;
	color: #61a60e;
	margin: .5em 0;
}

.cm-scaleGrp {
	color:#61a60e;
}

LI.cm-error, TD.cm-error, DIV.cm-error{
	/*color:red;*/
	font-weight:bold;
	font-style:italic;
}

.fieldset[data-varset="MATRIX"] UL.cm-responseSet {
	width:auto;
	margin:0 auto;
	text-align:center;
}

UL.cm-rowList LI{
	display: inline-block !important;
	*zoom: 1;
	*display: inline !important;
	margin: 0 .5ex;
	text-align:center;
}

UL.cm-itemTextLeft SPAN.cm-itemText{
	display:inline-block;
	*zoom: 1;
	*display: inline;
	float:left;
	margin-right:1ex;
	width:33%;
}

.cm-pageWrapper,
.cm-survey-header,
.cm-survey-footer {
    width: 60%;
	margin: 0 auto;
}

#cm-surveyBanner {
}

#cm-surveyCover {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, .6);
	display: none;
	top: 0;
	left: 0;
}

#cm-surveyCover .cm-message {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#cm-surveyCover .cm-message .cm-message__content {
  color: black;
  padding: 10px;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}

#cm-surveyContainer {
	border:0px solid #61a60e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

.cm-survey-navigation {
	margin-top:1em;
	border-top:1px solid #c2c2c2;
	padding: .5em 0;
	text-align: left;
}
.cm-survey-navigation:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="cm-ie7-clear"></div>' );
}
.cm-ie7-clear {
	display: block;
	clear: both;
}
.cm-progress-bar  {
	width: 200px;
	margin: 10px 0;
	text-align: center;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.cm-navigation-buttons {
	float: right;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 8px 2px 0px 0px;
}

button.cm-surveyNav, button.cm-surveyNav:hover {
	background-color: #61A60E;
}

.cm-navigation-next-button,
.cm-navigation-previous-button,
.cm-navigation-next-button:hover,
.cm-navigation-previous-button:hover {
	background-color: #61a60e;
	margin-left: 1em;
}

.cm-button-disabled {
    background-color: #E6E6E6;
    color: #CACACA;
    cursor: not-allowed;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.cm-button-disabled:hover {
    background-color: #E6E6E6;
    color: #CACACA;
    cursor: not-allowed;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.cm-survey-footer {
	font-size: .75em;
}
#cm-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 90001;
}
[data-cm-popup] {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 90002;
    text-align: center;
    white-space: nowrap;
}
[data-cm-popup]:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.cm-popup-content {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.cm-qnum {
	background-color: rgb(87,87,87);
	color: white;
	margin: 0 0 10px 0;
	border-radius: 4px;
	padding: 0 4px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 1.2rem;
}
.cm-qtext {
	margin:0 0 8px 0;
	font-size: 1.2em;
}
/** Question text styles override **/
.cm-qtext ul,
.cm-instructions ul {
    list-style-type: disc;
}

.cm-qtext ul li,
.cm-instructions ul li {
    list-style-type: disc;
}

.cm-qtext ul ul, .cm-qtext ol ul,
.cm-instructions ul ul, .cm-instructions ol ul {
    list-style-type: circle;
}

.cm-qtext ul ul li, .cm-qtext ol ul li,
.cm-instructions ul ul li, .cm-instructions ol ul li {
    list-style-type: circle;
}

.cm-qtext ol ol ul, .cm-qtext ol ul ul, .cm-qtext ul ol ul, .cm-qtext ul ul ul,
.cm-instructions ol ol ul, .cm-instructions ol ul ul, .cm-instructions ul ol ul, .cm-instructions ul ul ul {
    list-style-type: square;
}

.cm-qtext ol ol ul li, .cm-qtext ol ul ul li, .cm-qtext ul ol ul li, .cm-qtext ul ul ul li,
.cm-instructions ol ol ul li, .cm-instructions ol ul ul li, .cm-instructions ul ol ul li, .cm-instructions ul ul ul li {
    list-style-type: square;
}

.cm-qtext UL,
.cm-qtext OL,
.cm-instructions UL,
.cm-instructions OL {
	margin-left: 40px;
}
.cm-qtext TABLE,
.cm-qtext TD ,
.cm-qtext TR {
	border: 1px solid black;
	text-align: inherit;
}
.cm-qtext TABLE {
	margin: 10px 0;
}
.cm-qtext TD,
.cm-qtext TR {
	padding: 2px 4px;
	line-height: normal;
}

.cm-error-msg {
	color: #F52F2F;
	font-style: italic;
	padding: 1ex 0 0;
	display: none;
}

.cm-error-msg ul, .cm-error-msg ol  {
    padding-left: 2em;
}

.cm-error-msg ul li {
    list-style-type: disc;
}

.cm-textbox_label {
	background-color:inherit;
}
.cm-text-counter {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	margin-bottom: 0.7em;
}
.cm-text-counter-count,
.cm-text-counter-minlen,
.cm-text-counter-maxlen {
}
.cm-text-counter-count.cm-error {
	color: #F52F2F;
}

.cm-hideIfValid {
	left:-999999px;
	position:absolute;
}

SPAN.cm-runningTotal {
	display:inline-block;
	*zoom: 1;
	*display: inline;
	border:0px solid black;
	background-color:inherit;
}

TABLE.cm-scale-response-set TD, TABLE.cm-scale-response-set TH {
	border: 0 solid white;
	text-align:center;
	padding: 0 0 1ex 0;
}

UL#cm-testControls LI {
	list-style-type: none;
	display:inline-table;
	padding:.5em;
}

LABEL.cm-error:not(.cm-dropdown-label) {
	color: #F52F2F;
}
LABEL.cm-error + .cm-other-specify {
	border: 1px solid #F52F2F;
}

tr.cm-scale TD {
	text-align: center;
}

.cm-grid-cell {
	width: auto;
}

.cm-grid-response-set .cm-grid-cell {
	text-align: center;
	vertical-align: middle;
}

.cm-grid-response-set {
	border-collapse: collapse;
	margin: 2em 0;
}

.cm-grid-response-set .cm-grid-row .cm-grid-cell {
	border-top: 1px solid #DDD;
	border-bottom: 0px none;
}

.cm-grid-response-set .cm-grid-row .cm-grid-cell.cm-grid-cell-hide-border {
    border: none;
}

.cm-grid-response-set .cm-grid-row:last-child .cm-grid-cell {
	border-bottom: 0px none;
}

.cm-grid-response-set .cm-grid-row:first-child .cm-grid-cell {
	border-top: 0px none;
}

.cm-grid-response-set .cm-grid-cell {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.cm-grid-cell .cm-cell-response-error {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #F52F2F;
    cursor: pointer;
}

.cm-cell-response-error.has-error-description span {
    color: red;
    font-weight: bold;
    position: absolute;
    right: -9px;
    top: -2px;
}

.cm-cell-response-error.has-error-description.cm-cell-error-num,
.cm-cell-sub-question-error.has-error-description.cm-cell-error-num {
    border-color: transparent;
    background-color: transparent;
    font-size: 0.7em;
}

.cm-grid-cell .cm-cell-response-error.has-error-description:hover:before,
.cm-grid-cell .cm-cell-response-error.has-error-description.clicked:before {
	content: attr(data-hover);
	display: block;
	background-color: #FFFFFF;
	font-size: 1.1em;
	padding: 5px;
	color: #F52F2F;
	border: 1px solid #DDD;
	margin-top: 5px;
	margin-right: -5px;
	z-index: 300;
	position: relative;
}

.cm-grid-response-set .cm-grid-cell:first-child {
	border-left: 0px none;
}

.cm-grid-response-set .cm-grid-cell:last-child {
	border-right: 0px none;
}

.cm-grid-response-set .cm-grid-cell.warning {
	position: relative;
}

.cm-grid-cell.cm-grid-cell-alignment__left-top,
.cm-grid-cell.cm-grid-cell-alignment__left-middle,
.cm-grid-cell.cm-grid-cell-alignment__left-bottom {
	text-align: left;
}

.cm-grid-cell.cm-grid-cell-alignment__center-top,
.cm-grid-cell.cm-grid-cell-alignment__center-middle,
.cm-grid-cell.cm-grid-cell-alignment__center-bottom {
	text-align: center;
}

.cm-grid-cell.cm-grid-cell-alignment__right-top,
.cm-grid-cell.cm-grid-cell-alignment__right-middle,
.cm-grid-cell.cm-grid-cell-alignment__right-bottom {
	text-align: right;
}

.cm-grid-cell.cm-grid-cell-alignment__left-top,
.cm-grid-cell.cm-grid-cell-alignment__center-top,
.cm-grid-cell.cm-grid-cell-alignment__right-top {
	vertical-align: top;
}

.cm-grid-cell.cm-grid-cell-alignment__left-middle,
.cm-grid-cell.cm-grid-cell-alignment__center-middle,
.cm-grid-cell.cm-grid-cell-alignment__right-middle {
	vertical-align: middle;
}

.cm-grid-cell.cm-grid-cell-alignment__left-bottom,
.cm-grid-cell.cm-grid-cell-alignment__center-bottom,
.cm-grid-cell.cm-grid-cell-alignment__right-bottom {
	vertical-align: bottom;
}

.cm-grid-row-header .cm-grid-cell {
    position: relative;
}

.cm-grid-row-header .cm-grid-cell .cm-grid-floated {
    position: absolute;
    visibility: hidden;
    padding: 0.3em 0.5em;
}
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__left-top .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__left-middle .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__left-bottom .cm-grid-floated {
    left: 0;
}
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__center-top .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__center-middle .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__center-bottom .cm-grid-floated {
    left: 50%;
}
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__right-top .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__right-middle .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__right-bottom .cm-grid-floated {
    right: 0;
}
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__left-top .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__center-top .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__right-top .cm-grid-floated {
    top: 0;
}
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__left-middle .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__center-middle .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__right-middle .cm-grid-floated {
    top: 50%;
}
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__left-bottom .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__center-bottom .cm-grid-floated,
.cm-grid-row-header .cm-grid-cell.cm-grid-cell-alignment__right-bottom .cm-grid-floated {
    bottom: 0;
}

.cm-grid-cell-content.cm-grid-cell-radio-question {
	vertical-align: top;
	line-height: 16px;
}

.cm-grid-cell-content.cm-grid-cell-checkbox-question {
	vertical-align: top;
	line-height: 20px;
}

.cm-grid-cell-content [type="radio"]:not(:checked)+label.cm-grid-input,
.cm-grid-cell-content [type="radio"]:checked+label.cm-grid-input {
	height: 16px;
	padding: 0;
}

.cm-grid-cell-content [type="radio"]+label.cm-grid-input {
	width: 16px;
}

.cm-grid-cell-content [type="radio"]+label.cm-grid-input:after,
.cm-grid-cell-content [type="radio"]+label.cm-grid-input:before {
	margin: 0;

}

.cm-grid-cell-content [type="checkbox"]+label.cm-grid-input {
	height: 20px;
}

.cm-grid-response-set INPUT[type=text],
.cm-grid-response-set INPUT[type=number] {
	height: 2rem;
}
.cm-grid-response-set INPUT[type=number] {
	width: 4.5em;
	text-align: center;
	font-family: Ubuntu light, Verdana, sans-serif;
	padding: 1px 0px;
}
.cm-grid-response-set INPUT[type=text] {
	width: 5em;
	font-family: Ubuntu light, Verdana, sans-serif;
	padding: 1px 4px;
}
.cm-grid-response-set INPUT.cm-other-specify {
	margin-left: 5px;
}
.cm-grid-response-set LABEL, .cm-grid-response-set INPUT {
	vertical-align: middle;
}
.cm-grid-response-set .cm-grid-cell-radio-question LABEL.cm-grid-input {
	margin-top: -2px;
}
.cm-grid-response-set .cm-grid-cell-checkbox-question LABEL.cm-grid-input {
	margin-top: -2px;
}
.cm-grid-response-set LABEL.cm-grid-input.cm-specify-label {
	margin-top: 1px;
}
.cm-grid-response-set LABEL {

}

.cm-grid-response-set .cm-grid-cell,
.cm-grid-response-set .cm-grid-header-cell {
	padding: 0.3em 0.5em;
}

.cm-grid-response-set .cm-grid-cell .cm-grid-input {
	padding-left: 1.5em;
}

.cm-simple-grid__table {
	border-collapse: collapse;
    border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	margin: 2em 0;
}
.cm-simple-grid__table TD,
.cm-simple-grid__table TH {
	padding: 0.3em 0.5em;
	text-align: center;
	font-weight: normal;

	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 0 none;
}
.cm-simple-grid__table TD {
	vertical-align: middle;
}
.cm-simple-grid__table TH.cm-simple-grid__column-header {
	text-align: center;
	vertical-align: bottom;
}
.cm-simple-grid__table TD.cm-simple-grid__row-header {
	text-align: left;
}
.cm-simple-grid__table TD:last-child,
.cm-simple-grid__table TH:last-child {
	border-right: 0 none;
}
.cm-simple-grid__table TR:first-child TD,
.cm-simple-grid__table TR:first-child TH {
	border-top: 0 none;
}
.cm-simple-grid__table TD:first-child,
.cm-simple-grid__table TH:first-child {
	border-left: 0 none;
}
.cm-simple-grid__row-header .cm-nameValue,
.cm-simple-grid__column-header .cm-nameValue {
	margin-right: 0;
}
.cm-simple-grid__row-header .cm-codebook,
.cm-simple-grid__column-header .cm-codebook {
	margin-right: 1em;
}
.cm-simple-grid .cm-grid-cell {
    position: relative;
}
.cm-simple-grid .cm-grid-cell .cm-radio-input,
.cm-simple-grid .cm-grid-cell .cm-checkbox-input {
	vertical-align: middle;
	padding-left: 25px;
}
.cm-simple-grid .cm-grid-cell [type="checkbox"].filled-in + label:before {
	top: 2px;
	left: 3px;
}
.cm-simple-grid .cm-grid-cell [type="checkbox"].filled-in + label:after {
	margin: 2px;
}
.cm-simple-grid .cm-grid-cell .cm-other-specify {
	width: 80%;
}
.cm-simple-grid input[type="number"] {
	width: 4.5em;
	text-align: center;
	padding: 1px 0px;
	height: 2rem;
}
/** simple grid error overrides **/
.cm-simple-grid__row-header .cm-cell-sub-question-error,
.cm-simple-grid__column-header .cm-cell-sub-question-error {
	position: relative;
	cursor: pointer;
}
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description span {
	color: red;
	font-weight: bold;
	position: absolute;
	right: -2px;
	bottom: 0;
	top: -5px;
}
.cm-simple-grid__row-header .grid-subquestion-type-radio .cm-cell-sub-question-error.has-error-description span,
.cm-simple-grid__row-header .grid-subquestion-type-checkbox .cm-cell-sub-question-error.has-error-description span {
	right: -2px;
	bottom: -10px;
}
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description span {
	right: 0;
	top: 0;
}
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description:hover:before,
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description.clicked:before,
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description:hover:before,
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description.clicked:before {
	content: attr(data-hover);
	display: block;
	background-color: #FFFFFF;
	font-size: 1.1em;
	padding: 5px;
	color: #F52F2F;
	border: 1px solid #DDD;
	margin-top: 5px;
	margin-right: -5px;
	z-index: 300;
	position: absolute;
	min-width:350px;
}

.cm-nowrap {
	white-space: nowrap;
}

.cm-question input[type="radio"],
.cm-question input[type="checkbox"] {
	/*visibility: visible;*/
	left: 0;
}

.cm-question input[type="checkbox"]:not(:checked):focus+label:after {
	border: 2px solid #61a60e !important;
}

.cm-question input[type="checkbox"]:checked:focus+label:after {
	border: 2px solid #5a5a5a !important;
}

.cm-question input[type="radio"]:checked+label:before,
.cm-question input[type="radio"]:focus+label:before {
	border: 2px solid #61a60e !important;
}

.cm-question [type="radio"].with-gap:checked+label:before {
	border: 2px solid #61a60e !important;
}

.cm-question [type="radio"]:checked+label:after {
	border: 2px solid #61a60e !important;
	background-color: #61a60e !important;
}

.progress {
	background-color: #CEEFA6;
}

.progress .determinate {
	background-color: #61a60e;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #61a60e;
	box-shadow: 0 1px 0 0 #61a60e;
}

[type="checkbox"].filled-in:checked+label:after {
	border: 2px solid #61a60e;
	background-color: #61a60e;
}

select:focus {
	outline: 1px solid #C8ED9B;
}

.cm-response-group .cm-radio-response-set,
.cm-response-group .cm-checkbox-response-set,
.cm-response-group .cm-text-response-set,
.cm-response-group .cm-numeric-response-set {
	padding-left: 1em;
}

.cm-response-group .cm-radio-response-set--first-column,
.cm-response-group .cm-checkbox-response-set--first-column,
.cm-response-group .cm-text-response-set--first-column,
.cm-response-group .cm-numeric-response-set--first-column {
	padding-left: 0;
}

[dir="rtl"] .cm-response-group .cm-radio-response-set,
[dir="rtl"] .cm-response-group .cm-checkbox-response-set,
[dir="rtl"] .cm-response-group .cm-text-response-set,
[dir="rtl"] .cm-response-group .cm-numeric-response-set {
    padding-left: 0;
    padding-right: 1em;
}

[dir="rtl"] .cm-response-group .cm-radio-response-set--first-column,
[dir="rtl"] .cm-response-group .cm-checkbox-response-set--first-column,
[dir="rtl"] .cm-response-group .cm-text-response-set--first-column,
[dir="rtl"] .cm-response-group .cm-numeric-response-set--first-column {
    padding-left: 1em;
    padding-right: 0;
}

[dir="rtl"] .cm-response-group .cm-radio-response-set--last-column,
[dir="rtl"] .cm-response-group .cm-checkbox-response-set--last-column,
[dir="rtl"] .cm-response-group .cm-text-response-set--last-column,
[dir="rtl"] .cm-response-group .cm-numeric-response-set--last-column {
    padding-left: 0;
    padding-right: 0;
}

.cm-response-container {
	margin-bottom: .6em;
	border-radius: .2em;
}

.cm-response-group .cm-checkbox-label,
.cm-response-group .cm-radio-label,
.cm-response-group .cm-text-label,
.cm-response-group .cm-numeric-label {
	word-break: break-word;
}

.cm-has-other-specify .cm-numeric-label {
	margin-right: 10px;
}

.cm-radio-response-set .cm-response-container:hover,
.cm-checkbox-response-set .cm-response-container:hover {
	background-color: #DAF1BD;
}

.cm-radio-response-set,
.cm-checkbox-response-set,
.cm-text-response-set,
.cm-numeric-response-set {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 100%;
}

/* DROPDOWN question styles */

.cm-dropdown-response-set .cm-dropdown-label {
	white-space: nowrap;
}

.cm-dropdown-response-set .cm-dropdown-input {
	display: inline-block;
	width: 100%;
}

.cm-dropdown-response-set .cm-other-specify {
	display:none;
	width: 50%;
	margin-top: .5em;
}

/* CHECKBOX question styles */

.cm-response-group .cm-checkbox-input-container {
	vertical-align: top;
    line-height: 1em;
    margin-top: 0.2em;
}

.cm-response-group .cm-other-specify-container .cm-checkbox-input-container {
	margin-top: 0.8em;
}

.cm-response-group .cm-checkbox-input {
	width: 20px;
	height: 20px;
	padding: 0;
}

.cm-response-direction-left .cm-checkbox-input-container,
.cm-response-direction-left .cm-checkbox-label-container,
.cm-response-direction-right .cm-checkbox-input-container,
.cm-response-direction-right .cm-checkbox-label-container {
	display: inline-block;
}

.cm-response-direction-right .cm-checkbox-label-container {
	width: calc(100% - 24px);
	padding-left: .5em;
}

[dir="rtl"] .cm-response-direction-right .cm-checkbox-label-container {
    padding-left: 0;
    padding-right: .5em;
}

.cm-response-direction-left .cm-checkbox-label-container {
	width: calc(100% - 20px);
	padding-right: .5em;
}

.cm-grid-dontknow .cm-checkbox-label-container {
	width: calc(100% - 24px);
}

.cm-dd-bucket-section .cm-checkbox-label-container {
	width: calc(100% - 24px);
}

.cm-other-specify-container .cm-checkbox-label-text {
	margin-right: .5em;
	display: inline-block;
}

.cm-other-specify-container .cm-other-specify {
	word-break: normal;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	min-width: 3em;
	max-width: 10em;
}

/* TEXT question styles */

.cm-response-group .cm-text-input-container {
	vertical-align: middle;
}

.cm-response-direction-left .cm-text-input-container,
.cm-response-direction-left .cm-text-label-container,
.cm-response-direction-right .cm-text-input-container,
.cm-response-direction-right .cm-text-label-container {
	display: inline-block;
}

.cm-response-direction-below .cm-checkbox-input-container.cm-text-input-container,
.cm-response-direction-below .cm-checkbox-label-container.cm-text-label-container,
.cm-response-direction-above .cm-checkbox-input-container.cm-text-input-container,
.cm-response-direction-above .cm-checkbox-label-container.cm-text-label-container {
	display: inline-block;
}

.cm-response-direction-below .cm-checkbox-label-container.cm-text-label-container,
.cm-response-direction-above .cm-checkbox-label-container.cm-text-label-container {
	padding-left: .5em;
}

.cm-response-direction-left .cm-text-label-container,
.cm-response-direction-right .cm-text-label-container {
	padding-top: .5em;
}

.cm-response-direction-right .cm-text-input-container,
.cm-response-direction-left .cm-text-input-container {
	width: 50%;
}

.cm-response-direction-left .cm-text-label-container {
	width: calc(100% - 50%);
	padding-right: .5em;
}
.cm-text-input-container.cm-dk-left-label {
	margin-left:25%;
	width:2%;
}

.cm-text-input-container.cm-dk-right-response {
	margin-left:9.3%;
	width:2%;
}
.cm-text-input-container.cm-dk-right-response-left-label {
	margin-left:12.8%;
	width:2%;
}
.cm-checkbox-input-container.cm-numeric-input-container.cm-dk-no-label {
	width:1%;
	padding-right:1em;
}
.cm-numeric-input-container.cm-dk-no-left-label {
	width:2%;
}
.cm-checkbox-input-container.cm-text-input-container.cm-dk-margin-right-label.cm-dk-no-left-label{
	width:2%;
}
.cm-response-direction-right .cm-text-label-container {
	width: calc(100% - 50%);
	padding-left: .5em;
}
.cm-checkbox-input-container.cm-text-input-container.cm-dk-no-label {
	width:1.6%;
}
.cm-checkbox-input-container.cm-text-input-container.cm-dk-margin-right-label {
	width:1.6%;
}
.cm-checkbox-label-container.cm-text-label-container {
	padding-top: 0;
}

/* RADIO question styles */

.cm-response-group .cm-radio-input-container {
	vertical-align: top;
    line-height: 1em;
}

.cm-response-group [type="radio"]+.cm-radio-input {
	width: 20px;
	height: 20px;
	padding: 0;
}

.cm-response-group .cm-other-specify-container .cm-radio-input-container {
	margin-top: .5em;
}

.cm-response-direction-left .cm-radio-input-container,
.cm-response-direction-left .cm-radio-label-container,
.cm-response-direction-right .cm-radio-input-container,
.cm-response-direction-right .cm-radio-label-container {
	display: inline-block;
}

.cm-response-direction-right .cm-radio-label-container {
	width: calc(100% - 20px);
	padding-left: .5em;
}

.cm-response-direction-left .cm-radio-label-container {
	width: calc(100% - 20px);
	padding-right: .5em;
}

.cm-other-specify-container .cm-radio-label-text {
	margin-right: .5em;
	display: inline-block;
}

/* NUMERIC question styles */
.cm-numeric-label-container .cm-other-specify {
	word-break: normal;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	min-width: 3em;
	max-width: 10em;
}

.cm-response-group .cm-numeric-input-container {
	vertical-align: top;
}

.cm-has-other-specify .cm-numeric-input-container {
	vertical-align: bottom;
}

.cm-response-direction-left .cm-numeric-input-container,
.cm-response-direction-left .cm-numeric-label-container,
.cm-response-direction-right .cm-numeric-input-container,
.cm-response-direction-right .cm-numeric-label-container {
	display: inline-block;
}

.cm-response-direction-below .cm-checkbox-input-container.cm-numeric-input-container,
.cm-response-direction-below .cm-checkbox-label-container.cm-numeric-label-container,
.cm-response-direction-above .cm-checkbox-input-container.cm-numeric-input-container,
.cm-response-direction-above .cm-checkbox-label-container.cm-numeric-label-container {
	display: inline-block;
}

.cm-response-direction-below .cm-checkbox-label-container.cm-numeric-label-container,
.cm-response-direction-above .cm-checkbox-label-container.cm-numeric-label-container {
	padding-left: .5em;
}

.cm-response-direction-left .cm-numeric-label-container,
.cm-response-direction-right .cm-numeric-label-container {
	padding-top: .5em;
}

.cm-response-direction-right .cm-numeric-input-container,
.cm-response-direction-left .cm-numeric-input-container {
	width: 50%;
}
.cm-response-direction-right .cm-numeric-input-container.cm-dk-margin-right-label,
.cm-response-direction-left .cm-numeric-input-container.cm-dk-margin-right-label {
	width: 1%;
	padding-right: 1.3em;
}
.cm-response-direction-right .cm-numeric-input-container.cm-dk-margin-right-label.cm-right-response-left-and-right-label {
	width: 11.4%;
	padding-right: .2em;
}
.cm-checkbox-label-container .cm-numeric-label-container.cm-dk-label-margin {
	padding-left:1em;
}
.cm-response-direction-left .cm-numeric-label-container {
	width: calc(100% - 50%);
	padding-right: .5em;
}
.cm-right-response-left-and-right-label {
	width:13%;
}
.cm-right-response-right-label {
	width:32%;
}
.cm-response-direction-right .cm-numeric-input-container.cm-dk-margin-right-label.cm-response-left-label {
	width: 27%;
	padding-right:0px;
}
.cm-response-direction-right .cm-numeric-label-container {
	width: calc(100% - 50%);
	padding-left: .5em;
}

.cm-response-direction-right .cm-checkbox-input-container.cm-numeric-input-container {
	text-align: right;
}

.cm-response-direction-right .cm-checkbox-input-container.cm-numeric-input-container.text-align-left {
	text-align:left;
}
.cm-checkbox-label-container.cm-numeric-label-container {
	padding-top: 0;
}

/* SIDE TEXT styles */

.cm-sidetext-helper .cm-sidetext-helper__right-label,
.cm-sidetext-helper .cm-sidetext-helper__input,
.cm-sidetext-helper .cm-sidetext-helper__left-label {
	border-bottom: 0;
	padding-top: 0;
	display: inline-block;
	word-break: normal;
	word-break: break-word;
}
.cm-sidetext-helper__input {
	max-width: 60%;
}
.cm-input-has-0-side-labels {
	max-width: 100%;
}
.cm-input-has-1-side-label {
	max-width: 70%;
}
.cm-input-has-2-side-labels {
	max-width: 60%;
}
.cm-side-label-has-1-side-label {
	width: 25%;
}
.cm-side-label-has-2-side-labels {
	width: 18%;
}
.cm-dk-2-small-labels {
	margin-left:19%;
}
.cm-dk-1-small-label {
	margin-left:26%;
}
.cm-right-response-left-label {
	margin-left:13%
}
.cm-sidetext-helper .cm-text-label-container {
	vertical-align: middle;
}
.cm-dk-above-below-2-small-labels {
	margin-left:18.3%;
}
.cm-sidetext-helper .cm-sidetext-helper__right-label,
.cm-sidetext-helper .cm-sidetext-helper__left-label {
	vertical-align: middle;
}
.cm-sidetext-helper .cm-sidetext-helper__left-label {
	text-align: right;
}

.cm-sidetext-helper .cm-sidetext-helper__left-label-text {
	padding-right: .3em;
}
.cm-sidetext-helper .cm-sidetext-helper__right-label-text {
	padding-right: .5em;
}
.text-question-with-characters{
	vertical-align:top;
}
.cm-sidetext-helper__input {
	min-width: 5em;
}
/* RUNNING TOTAL styles */

.cm-running-total-container .cm-numeric-input-container {
    padding-top: .5em;
    text-align: left;
}

.cm-running-total-sum {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    text-align: right;
}

.cm-running-total-container div.cm-sidetext-helper__input{
    width: 5.25em;
    height: 1.5em;
    vertical-align: middle;
}

input[type=number] {
    text-align: right;
}
.cm-numeric-input-container input[type=number] {
	-moz-appearance: textfield;
}

/* DRAG AND DROP BUCKET QUESTION */

.cm-dd-bucket-section .cm-checkbox-response-set {
}

/** Drag/drop styles **/
.v-align-fix {
	display: inline-block;
	zoom: 1;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.cm-dd-container {
	width: 100%;
	height: auto;
	margin: 20px 0;
	display: block;
	box-sizing: border-box;
}
.cm-dd-drag-section,
.cm-dd-bucket-section {
	display: inline-block;
	height: auto;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
}

.cm-dd-bucket-section .cm-checkbox-response-set {
    text-align: left;
}

.cm-dd-container[data-drag-section-position="top"] .cm-dd-drag-section,
.cm-dd-container[data-drag-section-position="bottom"] .cm-dd-bucket-section {
	width: 100%;
	margin-bottom: 30px;
}
.cm-dd-container[data-drag-section-position="top"] .cm-dd-bucket-section,
.cm-dd-container[data-drag-section-position="bottom"] .cm-dd-drag-section {
	width: 100%;
}
.cm-dd-container[data-drag-section-position="left"] .cm-dd-drag-section,
.cm-dd-container[data-drag-section-position="right"] .cm-dd-bucket-section {
	width: calc(49% - 15px);
	margin-right: 15px;
}
.cm-dd-container[data-drag-section-position="left"] .cm-dd-bucket-section,
.cm-dd-container[data-drag-section-position="right"] .cm-dd-drag-section {
	width: calc(49% - 15px);
	margin-left: 15px;
}

.cm-dd-drag-section__header,
.cm-dd-bucket-section__header {
	color: #61a60e;
	border-bottom: 1px solid #61a60e;
	margin: 0 0 10px;
	box-sizing: border-box;
	display: block;
    text-align: left;
}
.cm-dd-drag-item-list {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	display: inline-block;
	box-sizing: border-box;
}
.cm-dd-drag-item {
	width: auto;
	height: auto;
	background-color: white;
	color: inherit;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	text-transform: none;
	border: 1px solid rgb(210,210,210);
	border-radius: 4px;
	box-shadow: none;
	display: inline-block;
	font-size: 1rem;

	-webkit-transition: background-color .2s ease-out, box-shadow .2s ease-out;
	-moz-transition: background-color .2s ease-out, box-shadow .2s ease-out;
	-o-transition: background-color .2s ease-out, box-shadow .2s ease-out;
	-ms-transition: background-color .2s ease-out, box-shadow .2s ease-out;
	transition: background-color .2s ease-out, box-shadow .2s ease-out;
}
.cm-dd-drag-item:hover {
	z-index: 9999 !important;
	background-color: white;
	box-shadow: -2px 2px 5px 0px #d7d7d7,0 2px 10px 0 #E7E7E7;
}
.cm-dd-drag-item-content {
	width: 100%;
	height: 100%;
}
.cm-dd-drag-item-content__wrapper {
	line-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.cm-dd-bucket-group-list {
	width: 100%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
}
.cm-dd-bucket-group {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
}
.cm-dd-container[data-bucket-orientation="vertical"] .cm-dd-bucket-group {
	margin: 0 0 10px 0;
}
.cm-dd-bucket-group__header {
	background-color: #61a60e;
	color: white;
	margin: 0;
	text-align: center;
	padding: 2px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	vertical-align: top;
}
.cm-dd-container[data-bucket-orientation="vertical"] .cm-dd-bucket-group__header {
	width: auto;
	height: 100%;
}
.cm-dd-container[data-bucket-orientation="vertical"][data-show-groups="true"] .cm-dd-bucket .cm-dd-bucket__header,
.cm-dd-container[data-bucket-orientation="vertical"][data-show-groups="true"] .cm-dd-bucket .cm-dd-bucket__drag-item-list-container {
	border-top: 1px solid white;
}
.cm-dd-container[data-bucket-orientation="vertical"][data-show-groups="true"] .cm-dd-bucket:first-child .cm-dd-bucket__header,
.cm-dd-container[data-bucket-orientation="vertical"][data-show-groups="true"] .cm-dd-bucket:first-child  .cm-dd-bucket__drag-item-list-container {
	border-top: 1px solid #D7EAC0;
}
.cm-dd-bucket-group__header-content {
	box-sizing: border-box;
	display: inline-block;
}
.cm-dd-bucket-list {
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.cm-dd-container[data-show-groups="true"] .cm-dd-bucket-list {
	text-align: left;
}
.cm-dd-container[data-bucket-orientation="vertical"] .cm-dd-bucket-list {
	width: auto;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.cm-dd-bucket {
	display: inline-block;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
}
.cm-dd-container[data-bucket-orientation="vertical"] .cm-dd-bucket {
	display: block;
}
.cm-dd-container[data-show-groups="false"][data-bucket-orientation="horizontal"] .cm-dd-bucket {
	margin: 0 10px 10px 0;
}
.cm-dd-container[data-show-groups="false"][data-bucket-orientation="vertical"] .cm-dd-bucket {
	margin: 0 0 10px 0;
}
.cm-dd-container[data-show-groups="true"] .cm-dd-bucket .cm-dd-bucket__drag-item-list-container,
.cm-dd-container[data-show-groups="true"] .cm-dd-bucket .cm-dd-bucket__header {
	border-left: 1px solid white;
}
.cm-dd-container[data-show-groups="true"] .cm-dd-bucket.row-start .cm-dd-bucket__drag-item-list-container,
.cm-dd-container[data-show-groups="true"] .cm-dd-bucket.row-start .cm-dd-bucket__header {
	border-left: 1px solid #D7EAC0;
}
.cm-dd-bucket-hover {
	background-color: rgb(240, 240, 240);
}
.cm-dd-bucket__header {
	background-color: #D7EAC0;
	margin: 0;
	padding: 2px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	overflow: hidden;
}
.cm-dd-container[data-bucket-orientation="vertical"] .cm-dd-bucket__header {
	display: inline-block;
	height: 100%;
}
.cm-dd-bucket__header-content {
	display: inline-block;
	box-sizing: border-box;
}
.cm-dd-bucket__drag-item-list-container {
	border: 1px solid #D7EAC0;
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.cm-dd-bucket__drag-item-list {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0; /** This fixes an issue with vertical spacing of the items inside the list **/
}
.cm-dd-container[data-bucket-orientation="vertical"] .cm-dd-bucket__drag-item-list-container {
	display: inline-block;
	height: 100%;
	width: auto;
}
.cm-dd-drag-item-error,
.cm-dd-bucket-error {
	outline: 1px solid #F52F2F;
}
.cm-dd-drag-item-error__icon,
.cm-dd-bucket-error__icon {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #F52F2F;
	color: white;
	border-radius: 18px;
	width: 25px;
	height: 24px;
	line-height: 21px;
	border: 2px solid white;
	font-size: 1rem;
	text-align: center;
}
.cm-dd-drag-item-error__text,
.cm-dd-bucket-error__text {
	display: block;
	position: absolute;
	top: 4px;
	left: 30px;
	background-color: #575757;
	color: white;
	padding: 5px;
	border-radius: 4px;
	z-index: 99999;
}










/* Slider question */
/* Common sizes */
TD.cm-sliders-header-row__empty-cell,
TD.cm-sliders-header-row__start-point-cell,
TD.cm-sliders-header-row__middle-point-cell,
TD.cm-sliders-header-row__end-point-cell,
TD.cm-sliders-group-row__text-cell,
TD.cm-slider-value-row__empty-cell,
TD.cm-slider-row__label-cell {
	width: 15%;
}
TD.cm-sliders-group-row__empty-cell,
TD.cm-slider-row__slider-cell,
TD.cm-slider-value-row__value-cell {
	width: 75%;
}

.cm-sliders-group-row .cm-sliders-group-row__empty-cell {
	padding: 1em 0;
}

/* Styles */
DIV.cm-sliders-container {
	position: relative;
	margin-top: 30px;
}
.cm-sliders-table TD {
	border-bottom-width: 0;
	border-radius: 0;
	padding: 0;
	vertical-align: middle;
}
/* Header row */
THEAD.cm-sliders-header-row__container {
	border-bottom: none;
}
TR.cm-sliders-header-row {
	border-bottom: 2px solid #61A60E;
	background-color: white;
	color: #61A60E;
	font-weight: bold;
	height: 3em;
}
TD.cm-sliders-header-row__start-point-cell {
	text-align: left;
}
TD.cm-sliders-group-row tr {
	height: 4em;
}
TD.cm-sliders-header-row__middle-point-cell {
	text-align: center;
}
TD.cm-sliders-header-row__end-point-cell {
	text-align: right;
}
/* Group row */
TD.cm-sliders-group-row__text-cell {
	color: #61A60E;
	font-weight: bold;
}
[data-value-position-vertical="above"] TD.cm-sliders-group-row__text-cell {
	padding: 10px 0;
}
[data-value-position-vertical="below"] TD.cm-sliders-group-row__text-cell {
	padding: 10px 0 20px 0;
}
/* Slider rows */
TD.cm-slider-value-row__value-cell {
	font-size: 0.8rem;
	padding: 0;
}
[data-value-position-horizontal="left"] TD.cm-slider-value-row__value-cell {
	text-align: left;
}
[data-value-position-horizontal="middle"] TD.cm-slider-value-row__value-cell {
	text-align: center;
}
[data-value-position-horizontal="end"] TD.cm-slider-value-row__value-cell {
	text-align: right;
}
TD.cm-slider-row__label-cell {
	padding-bottom: 5px;
}
.cm-slider-row__right-label-cell.cm-slider-row__label-cell {
	padding-left: 1em;
	text-align: left;
}
.cm-slider-row__left-label-cell.cm-slider-row__label-cell {
	padding-right: 1em;
	text-align: right;
}
.cm-slider {
	height: 0.2em;
	background: #cccccc 50% 50% repeat-x;
}
.cm-slider.cm-slider-filled {
    background: #75BC1E;
	border: none;
}
.cm-slider .ui-slider-range-max {
	background: #DBDBDB;
	border: none;
}
.cm-slider .ui-slider-handle {
    background: #75BC1E;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	border: none;
	top: -.35em;

	transition: width .1s linear, height .1s linear, border-radius .1s linear, top .1s linear;
	-webkit-transition: width .1s linear, height .1s linear, border-radius .1s linear, top .1s linear;
	-moz-transition: width .1s linear, height .1s linear, border-radius .1s linear, top .1s linear;
	-o-transition: width .1s linear, height .1s linear, border-radius .1s linear, top .1s linear;
}
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:hover {
	background: #75BC1E;
	border: none;
	bottom: 4px;
	top: -.45em;

	width: 1.2em;
	height: 1.2em;
	border-radius: 1.2em;
}
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:focus {
	outline: none;
}
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:active {
	width: 1.6em;
	height: 1.6em;
	border-radius: 1.6em;
	top: -.65em;
}
.cm-slider-empty-row TD {
	padding-top: 20px;
}
TD.cm-slider-dontknow-cell {
	padding: 10px 0;
}

.cm-slider-container.cm-error .cm-slider .ui-slider-handle,
.cm-slider-container.cm-error .cm-slider:not(.ui-slider-disabled) .ui-slider-handle:hover {
    background: #F52F2F;
}
.cm-slider-container.cm-error .cm-slider-row__label-cell label,
.cm-slider-container.cm-error .cm-slider-value {
    color: #F52F2F;
}

.cm-slider-value {
    color: #61a60e;
    font-weight: bold;
    font-size: 13px;
}

.cm-slider-value.cm-slider-value-left, .cm-slider-value.cm-slider-value-right {
    margin-right: 1em;
    margin-left: 1em;
}

td.cm-slider-value-left {
    text-align: right;
}

td.cm-slider-value-right {
    text-align: left;
}



input::-ms-clear,
textarea::-ms-clear {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border: 1px solid #61a60e;
	box-shadow: 1px 1px 0 0 #61a60e;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	border: 1px solid #9e9e9e;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	margin: 0;
}

textarea.materialize-textarea {
	height: 7em !important;
	min-height: 7em;
	padding: .5em;
	overflow: scroll;
}

.cm-test-controls .cm-test-controls__title {
	font-weight: bold;
	margin: 0 0 8px 0;
	font-size: 1.2em;
}
.cm-test-control-btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	outline: 0;
	padding: 0 .6rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	color:white;
}
.cm-skip-to-btn {
	border: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	outline: 0;
	padding: 0 .6rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	color:white;
}
.cm-skip-to-col {
	padding:0rem;
}
.cm-skip-to-controls {
	height: 2.56em;
	font-size:12px;
}
.cm-skip-to-row .col {
	display:inline-block;
	vertical-align:middle;
}
#questionNum {
	height:2.0em;
	width:8em;
}
#pageNum {
	height:2.0em;
	width:5em;
}
.cm-test-controls .cm-navigation-test-control-button,
.cm-test-controls .cm-navigation-test-control-button:hover,
.cm-test-controls .cm-navigation-test-restart-button,
.cm-test-controls .cm-navigation-test-restart-button:hover,
.cm-test-controls .cm-navigation-test-terminate-button,
.cm-test-controls .cm-navigation-test-terminate-button:hover,
.cm-test-controls .cm-navigation-skip-to,
.cm-test-controls .cm-navigation-skip-to:hover
{
	background-color: #61a60e;
}

.cm-Codebook h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: 700;
}

.cm-Codebook h3 {
	font-size: 1em;
	font-weight: 700;
}

.cm-hidden {
	display: none;
}

.cm-highlight-text-container, .cm-highlight-image-container {
    text-align: left;
}

.cm-highlight-indent {
    width: auto;
    margin: auto;
}

.cm-highlight-text, .cm-highlight-key, .cm-highlight-image {
    padding: 10px;
    border: 1px solid #9e9e9e;
    position: relative;
    border-radius: 4px;
}

.cm-highlight-key, .cm-highlight-image {
    margin: 20px 0;
}

.cm-highlight-text__wrapper {
    margin: 20px 0;
    position: relative;
}

.cm-Codebook .cm-highlight-text__wrapper {
    min-height: 100px;
}

.cm-highlight-text__codebook-responses {
    display: none;
}

.cm-Codebook .cm-highlight-text__codebook-responses {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    max-height: 100%;
    overflow-y: scroll;
    position: absolute;
    right: 0;
}

.cm-Codebook .cm-highlight-text-container .cm-highlight-text {
    display: inline-block;
    width: 48%;
    margin-right: 20px;
    vertical-align: top;
}

.cm-highlight-indent.borderless > .cm-highlight-text,
.cm-highlight-indent.borderless > .cm-highlight-image {
    border: none;
    padding: 0;
}

.cm-highlight-image .cm-other-specify {
    width: auto !important;
    height: auto !important;
}
.cm-highlight-image .cm-other-specify textarea {
    margin: 15px 3px -3px 3px;
}

.cm-highlight-indent.borderless > .cm-highlight-key {
    border: none;
    padding: 10px 0 0;
}

.cm-highlight-indent.borderless > .cm-highlight-key .title {
    left: 0;
    padding: 0;
}

.cm-highlight-key {
    margin-bottom: 0;
    display: inline-block;
}

.cm-highlight-response {
    cursor: pointer;
    border: 1px solid transparent;
    border-right-width: 0;
    border-left-width: 0;
}

.cm-highlight-response.first {
    border-left-width: 1px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.cm-highlight-response.last {
    border-right-width: 1px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.cm-highlight-key .title {
    position: absolute;
    top: -13px;
    left: 10px;
    background: white;
    padding: 0 5px;
}

.cm-highlight-key li {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}

.cm-highlight-key .swatch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.cm-highlight-key .label {
    white-space: normal;
}

.cm-Survey .cm-highlight-key .value {
	display: none;
}

.cm-highlight-text-container .cm-checkbox-dontknow {
    padding: 0;
}

/** Question text styles override **/
.cm-highlight-text UL,
.cm-highlight-text OL,
.cm-highlight-text LI {
    list-style-type: initial;
}

.cm-highlight-text UL,
.cm-highlight-text OL,
.cm-highlight-text LI {
    list-style-type: initial;
}

.cm-highlight-text UL,
.cm-highlight-text OL {
    padding-left: 40px;
}

.cm-highlight-text TABLE,
.cm-highlight-text TD ,
.cm-highlight-text TR {
    border: 1px solid black;
    text-align: inherit;
}

.cm-highlight-text TABLE {
    margin: 10px 0;
}

.cm-highlight-text TD,
.cm-highlight-text TR {
    padding: 2px 4px;
    line-height: normal;
}





/** Coordinate tracker **/
.cm-coordinate-tracker {
    position: relative;
}
.cm-coordinate-tracker-disabled-overlay {
    background-color: white;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    cursor: not-allowed;
    display: none;
}
.cm-coordinate-states {
    margin: 5px 0;
}
.cm-coordinate-state {
    display: inline-block;
}
.cm-Codebook .cm-coordinate-state {
    margin-right: 10px;
}
.cm-Codebook .cm-coordinate-state .cm-nameValue {
    margin-right: 0;
}
.cm-coordinate-state-button {
    background-color: transparent;
    text-align: left;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.cm-coordinate-state-button:hover {
    background-color: rgb(240, 240, 240);
}
.cm-coordinate-state-button:focus:not(:hover) {
    background-color: white;
}
.cm-coordinate-state-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-size: 12px 12px;
}
.cm-coordinate-state-icon,
.cm-coordinate-state-text {
    vertical-align: middle;
}
.cm-coordinate-tracker-image-container {
    border: 1px solid rgb(130, 130, 130);
    border-radius: 2px;
    margin: 10px 0 20px 0;
    position: relative;
    max-width: 100%;
    display: inline-block;
}
.cm-coordinate-tracker-image {
    cursor: pointer;
    max-width: 100%;
}
.cm-coordinate {
    position: absolute;
}
.cm-coordinate-active {
    z-index: 9999;
}
.cm-coordinate-button {
    border-radius: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
}
.cm-coordinate-remove-button {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    padding: 0;
    box-shadow: rgba(244, 244, 44, 1) 0 0 2px 3px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: calc(100% + 6px);
    top: -16px;
    display: none;
}
.cm-coordinate-remove-button:focus,
.cm-coordinate-remove-button {
    background-color: rgb(54, 54, 54);
    color: white;
    border: none;
}
.cm-coordinate-remove-button:after {
    content: 'X';
}
.cm-coordinate-active .cm-coordinate-remove-button {
    display: inline-block;
}
.cm-coordinate-comment-container {
    position: absolute !important;
    top: calc(100% + 3px);
    left: calc(100% + 3px);

    display: inline-block;
    box-sizing: content-box;
    padding-top: 10px;
    border-radius: 2px;
    opacity: 0.5;

    /** override styles from jquery ui draggable */
    width: auto !important;
    height: auto !important;
}
.cm-coordinate-active .cm-coordinate-comment-container {
    opacity: 1;
    z-index: 999;
}
.cm-coordinate-comment {
    box-sizing: border-box;
    min-width: 150px;
    min-height: 75px;
    /*
        A negative margin is to account for extra spacing given to parent container.
        `!important` needed to override the margin style set by the browser when a textarea element is resized.
    */
    margin-bottom: -6px !important;
}
.cm-coordinate-comment {
    background-color: white;
}
.cm-coordinate-button,
.cm-coordinate-comment-container {
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.258824) 0 2px 5px 0;
}
.cm-coordinate-active .cm-coordinate-button,
.cm-coordinate-active .cm-coordinate-comment-container {
    box-shadow: rgba(244, 244, 44, 1) 0 0 2px 5px;
}

.cm-survey-navigation .cm-progress-bar {
	width: 15em;
}

.cm-Survey select {
  font-family: Helvetica, Verdana, sans-serif;
}

.cm-mobile-smart__wrapper--grid .cm-grid-cell {
	padding-left: 5px;
	padding-right: 5px;
	width: 0%;
	border: 0px none;
	border-bottom : 1px solid #DDD;
}

.cm-mobile-smart__wrapper--grid .cm-grid-row:last-child .cm-grid-cell {
    border-bottom: 0px none;
}

.cm-smart-button__center-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.cm-smart-button__center-wrapper .cm-grid-cell-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cm-smart-button {
    background-color: white;
	border-radius: 3px;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#444444');
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#444444');
}

.cm-mobile-smart__wrapper--grid .cm-smart-button {
	padding: 12px 16px;
	margin: 10px auto;
    width: 150px;
}

.cm-mobile-smart__wrapper--smart-question .cm-smart-button {
    padding: 10px 14px;
    margin: 4px auto;
}

.cm-smart-button label {
	display: none;
}

.cm-mobile-smart__wrapper--smart-question {
    margin-top: 20px;
    display: none;
}
.cm-smart-header {
    font-size: 0.9em;
}
.cm-smart-response-group {
    margin-top: 15px;
}
.cm-smart-response-label {
    font-weight: bold;
    text-transform: uppercase;
}
.cm-smart-button.cm-selected {
    background-color: rgb(97, 166, 14);
    color: white;
}
.cm-smart-button:hover {
    background-color: rgb(218, 241, 189);
}
.cm-smart-button.cm-selected:hover {
    background-color: rgb(73, 128, 8);
}
.cm-dd-scale-container {
    position: relative;
}

.cm-dd-scale-container[data-drag-section-position="top"] .cm-dd-drag-section,
.cm-dd-scale-container[data-drag-section-position="bottom"] .dropArea {
    width: 100%;
    margin-bottom: 30px;
}
.cm-dd-scale-container[data-drag-section-position="top"] .dropArea,
.cm-dd-scale-container[data-drag-section-position="bottom"] .cm-dd-drag-section {
    width: 100%;
}
.cm-dd-scale-container[data-drag-section-position="left"] .cm-dd-drag-section,
.cm-dd-scale-container[data-drag-section-position="right"] .dropArea {
    width: calc(49% - 15px);
    margin-right: 15px;
}
.cm-dd-scale-container[data-drag-section-position="left"] .dropArea,
.cm-dd-scale-container[data-drag-section-position="right"] .cm-dd-drag-section {
    width: calc(49% - 15px);
    margin-left: 15px;
}

.cm-dd-scale-container .header {
    text-align: center;
}

.cm-dd-scale-container .dropArea {
    position: relative;
    display: inline-block;
}

.cm-dd-scale-container .dupeWarning {
    text-align: center;
    color: #F52F2F;
    height: 20px;
    margin: 20px 0;
}

.cm-dd-scale-container .dupeWarning > div {
    display: none;
}

.cm-dd-scale-container canvas {
    width: 100%;
    height: 100px;
}

.cm-dd-scale-container .canvasContainer {
    position: absolute;
    width: 100%;
    margin-bottom: 10px;
}

.cm-dd-scale-container .rangeHeaders {
    position: relative;
    overflow: hidden;
}

.cm-dd-scale-container .rangeHeaders li {
    position: absolute;
    top: 0;
    word-wrap: break-word;
    font-size: 16px;
}

.cm-dd-scale-container .tickValues {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.cm-dd-scale-container .tickValues li {
    position: absolute;
    top: 0;
    font-size: 14px;
}

.cm-dd-scale-container .indicatorValue .value {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.cm-dd-scale-container .cm-dd-bucket-hover .indicatorValue .value,
.cm-dd-scale-container .always-show-item-value .indicatorValue .value {
    display: block;
}

.cm-dd-scale-container .cm-dd-drag-section {
    width: 100%;
}

.cm-dd-scale-container .bucket {
    position: relative;
    min-height: 250px;
    border: 1px dashed rgb(210, 210, 210);
    border-radius: 4px;
}

.cm-dd-scale-container .bucket .cm-dd-drag-item {
    position: absolute;
}

.cm-dd-scale-container .cm-dontKnow-section {
    width: 100%;
    text-align: left;
}

.responsive-layout-container {
	display: inline-block;
	box-sizing: border-box;
}
.responsive-layout-wrapper-1 {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
body[dir="rtl"] .responsive-layout-wrapper-1 {
	text-align: right;
}
.responsive-layout-wrapper-2 {
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.responsive-layout-column {
	display: inline-block;
	vertical-align: top;
}
.responsive-layout-item-container {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}
.responsive-layout-column > .responsive-layout-item-container {
	display: block;
	width: 100%;
}
.responsive-layout-item {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cm-Survey .cm-debug-error-list {
	list-style-type: disc;
	margin-left: 0;
}

.cm-Survey .cm-debug-error-list .cm-debug-error {
	margin-left: 40px;
    list-style-type: disc;
}

.cm-Survey .cm-debug-error-list :first-child {
	margin-left: 0;
	font-weight: 700;
	list-style-type: none;
}

/*************
	Loading Animation
**************/
.loader {
	margin: auto 0;
	text-align: center;
}

.loader > div {
	width: 16px;
	height: 16px;
  background-color: #74BA1C;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.7s infinite ease-in-out both;
	margin-right: 5px;
}

.loader .loader-item1 {
	animation-delay: -0.84s;
}

.loader .loader-item2 {
	animation-delay: -0.68s;
}

.loader .loader-item3 {
	animation-delay: -0.52s;
}

.loader .loader-item4 {
	animation-delay: -0.36s;
}

.loader .loader-item5 {
	animation-delay: -0.20s;
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
		opacity: 0;
	}
	40% {
		transform: scale(1);
		opacity: 1;
	}
}

@media only screen and (max-width: 1400px) {
	.cm-pageWrapper,
	.cm-survey-header,
	.cm-survey-footer {
		width: 85%;
	}
}

@media only screen and (max-width: 1280px) {
	.cm-pageWrapper,
	.cm-survey-header,
	.cm-survey-footer {
		width: 90%;
	}
}

@media only screen and (max-width: 800px) {
	.cm-pageWrapper,
	.cm-survey-header,
	.cm-survey-footer {
		width: 95%;
	}
}

/* Mobile smart breakpoint */
@media only screen and (max-width: 700px) {
	.cm-mobile-smart__wrapper--smart-question {
		display: block;
	}
	.cm-mobile-smart__wrapper--grid  {
		height: 0px;
		width: 0px;
		overflow: hidden;
	}
	.cm-mobile-smart .cm-qtext {
		font-size: 0.95em;
	}
	.cm-mobile-smart .cm-instructions {
		font-size: 0.8em;
	}
	.cm-pageWrapper,
	.cm-survey-header,
	.cm-survey-footer {
		width: auto !important;
	}
	#cm-surveyContainer {
		margin-top: 0;
	}
}

/* Make progress bar larger */
@media only screen and (max-width: 400px) {
	.cm-survey-navigation .cm-progress-bar {
		width: 100%;
	}
}

/*------- CUSTOM -------*/
.responsive-layout-container {
  min-height: initial !important;
  border: 2px dashed transparent;
  padding: 0.75em;
}
.responsive-layout-container.cm-dd-bucket-hover {
  background-color: #f0f0f0;
  border-color: #bbb;
}

.responsive-layout-item-container {
  width: 100px !important;
  height: 100px !important;
  border-color: #bbb;
  cursor: move;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 150ms ease;
  transition: transform 150ms ease;
}
.responsive-layout-item-container:hover {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.responsive-layout-item-container.ui-draggable-dragging {
  -webkit-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.2);
  box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.2);
}

.cm-dd-bucket-section .responsive-layout-item-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
}
.cm-dd-bucket-section .responsive-layout-item-container:hover {
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.25);
}

.responsive-layout-item {
  font-weight: bold;
  height: 100px !important;
  line-height: 100px !important;
  position: relative;
}
.responsive-layout-item:before {
  content: "●●●";
  color: #666666;
  background-color: #f8f8f8;
  border-bottom: 1px solid #bbb;
  text-align: center;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.cm-dd-bucket__header {
  background-color: transparent;
  font-weight: 400;
}

.cm-dd-bucket__drag-item-list-container {
  background-color: #f8f8f8;
  border: 2px dashed #bbb;
}

@media (max-width: 475px) {
  .cm-dd-bucket {
	max-width: 23%;
	margin-right: 2% !important;
  }
}
/*----------------------*/