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 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px;
}
.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 {
}

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__content {
    background: rgb(117,188,30);
    color: white;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

#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-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-numeric LI {

}

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 transparent transparent;
	cursor: pointer;
}

.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: .9em;
	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 > label {

}

.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:after,
.cm-grid-cell-content [type="checkbox"]+label.cm-grid-input:before {

}


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

.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-response-direction-right .cm-text-label-container {
	width: calc(100% - 50%);
	padding-left: .5em;
}

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

.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-left .cm-numeric-label-container {
	width: calc(100% - 50%);
	padding-right: .5em;
}

.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-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;
}

.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: .5em;
}

.cm-sidetext-helper .cm-sidetext-helper__right-label-text {
	padding-left: .5em;
}

/* RUNNING TOTAL styles */

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

/* 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: 20%;
}
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;
}





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


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;
/* 	resize: vertical; */
/*     -webkit-transition: height; */
/*     transition: height; */
}

.cm-test-controls {

}

.cm-test-controls .cm-test-controls__title {
	font-weight: bold;
	margin: 0 0 8px 0;
	font-size: 1.2em;
}

.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 {
	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;
    margin: 20px 0;
    border-radius: 4px;
}

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

.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;
}

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

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

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

.cm-dd-scale-container .bucket {
    position: relative;
}

.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;
}




@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%;
	}
}
strong{
font-weight:bold !important;
}