﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 12px;
}

.font-size-default {
	font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #2e2e2e;
}

.btn-success-switch {
	background-color: #6CB86C;
	border-color: #509F50;
	color: white;
}

	.btn-success-switch:hover,
	.btn-success-switch:focus,
	.btn-success-switch.focus,
	.btn-success-switch:active,
	.btn-success-switch:active:focus,
	.btn-success-switch:active.focus,
	.btn-success-switch.active,
	.btn-success-switch.active:focus,
	.btn-success-switch.active.focus {
		background-color: #00EE00;
		border-color: #0DE70D;
		font-weight: bold;
		color: #004F12;
	}

/* override bootstrap ****************************************************/

.btn-danger {
	background-color: #D76360;
	border-color: #C03935;
}

	.btn-danger:hover {
		background-color: #b14e4c;
	}

.btn-danger-switch {
	background-color: #cd716f;
	border-color: #997877;
	color: white;
}

	.btn-danger-switch:hover,
	.btn-danger-switch:focus,
	.btn-danger-switch.focus,
	.btn-danger-switch:active,
	.btn-danger-switch:active:focus,
	.btn-danger-switch:active.focus,
	.btn-danger-switch.active,
	.btn-danger-switch.active:focus,
	.btn-danger-switch.active.focus {
		background-color: #cb3e39;
		border-color: #FF332C;
		font-weight: bold;
		color: #480101;
	}

.btn-brown {
	background-color: #ad6b19;
	border-color: #8b5a1d;
	color: white;
}

	.btn-brown:hover,
	.btn-brown:focus,
	.btn-brown.focus,
	.btn-brown:active,
	.btn-brown:active:focus,
	.btn-brown:active.focus,
	.btn-brown.active,
	.btn-brown.active:focus,
	.btn-brown.active.focus {
		background-color: #9d5c0c;
		border-color: #72450b;
		color: white;
	}

@media (min-width: 0px) {
	.form-horizontal .control-label {
		text-align: left; /* override bootstrap */
	}
}

/* override bootstrap navbar-brand */
.navbar-brand {
	font-size: 17px;
	padding: 15px;
	height: 50px;
	white-space: nowrap;
}

.narrow-btn {
	width: 80px;
}

.nav > li > a {
	padding: 7px;
	font-weight: bold;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.border-none-cascade li {
	border: none;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-em {
	margin-top: 1.5em;
}

.height-100 {
	height: 100px !important;
}

.height-200 {
	height: 200px !important;
}

.height-300 {
	height: 300px !important;
}

.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.max-height-700 {
	max-height: 700px !important;
}

.border-none {
	border: none;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

.vertical-align-middle {
	vertical-align: middle !important;
}

.error-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}

	.error-actions .btn {
		margin-right: 10px;
	}

.borderless tbody tr td, .borderless thead tr th {
	border: none;
}

#resultLoading {
	background: #000000;
	-ms-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

	#resultLoading img {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

@media(max-width: 991px) {
	#ratingSystem {
		display: none;
	}

	#ratingCategory {
		display: none;
	}

	#ratingDescriptors {
		display: none;
	}
}

.font-size-24 {
	font-size: 24px;
}

.font-size-20 {
	font-size: 20px;
}

.icon-large {
	font-size: 18px;
}

.font-size-16 {
	font-size: 16px;
}




/*Format questions for display*/

.iarcList {
	display: list-item;
	list-style: square;
	margin-left: 40px;
	font-weight: normal;
}


.questionCategory {
	color: #516d77;
	font-size: large;
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.iarcPageOne {
	display: inline;
}

.iarcQuestionTitle {
	color: #007cc3;
	font-size: larger;
	text-transform: uppercase;
}



.iarcDescription {
	display: inline;
	padding: 0 3px 0 0;
}

.iarcEmphasis {
	display: inline;
	font-style: italic;
}

.iarcExample {
	display: inline;
	padding: 0 3px;
}

.iarcNote {
	display: inline;
	padding: 0 3px;
}

.responseLabel {
	margin-right: 1.5em;
}

.appType {
	margin-left: -10px;
	margin-top: 5px;
	padding: 7px 10px;
	border: #fff solid 1px;
}

.categoryHeader {
	height: 25px;
}

.questionAnswerBlock {
	padding: 5px 20px;
	margin: 5px 0px;
	border: #fff solid 1px;
}

.highlighted {
	background-color: #fffeed;
	border: #ecee47 solid 1px;
	border-radius: 10px;
}

.failedValidation {
	background-color: #fff7f7;
	border: #edafaf solid 1px;
	border-radius: 10px;
}


.questionnaire {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

	.questionnaire li.list-group-item {
		border: none;
		padding: 0;
	}

	.questionnaire hr.azure {
		border-top: 2px solid #516d77;
	}

	.questionnaire hr.grey {
		border-top: 2px solid gray;
	}

	.questionnaire label {
		font-weight: normal;
	}

	.questionnaire .radio-inline {
		margin-left: 0px;
	}

	.questionnaire .text-success {
		color: #009000;
	}

	.questionnaire ul {
		padding: 0;
	}

	.questionnaire .modal-content ul {
		padding-left: 40px;
	}

.list-group-item {
	font-weight: normal !important;
	font-size: 12px;
}



/****** Product Search Starts******/
.text-center-important {
	text-align: center !important;
}

.text-right-important {
	text-align: right !important;
}

.text-left-important {
	text-align: left !important;
}

.word-break-all {
	-moz-word-break: break-all;
	-o-word-break: break-all;
	word-break: break-all;
}

.nopadding {
	padding: 0 !important;
}

.nopadding-left {
	padding-left: 0 !important;
}

.nopadding-right {
	padding-right: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nomargin-bottom {
	margin-bottom: 0 !important;
}

@media (min-width: 0px) and (max-width: 991px) {
	.btn-ratings-sm {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
}

.modal-body {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}

input[type='datepicker'],
.date {
	cursor: pointer !important;
	background: transparent !important;
}

.noresize {
	-moz-resize: none;
	-ms-resize: none;
	-o-resize: none;
	resize: none;
}

.border-transparent {
	border: 1px solid transparent;
}

.glyphicon-20 {
	font-size: 20px;
}

.glyphicon-30 {
	font-size: 30px;
}

.glyphicon-40 {
	font-size: 40px;
}

.padding-top-12 {
	padding-top: 12px;
}

.padding-top-20 {
	padding-top: 20px;
}

.border-round-5 {
	border-radius: 5px;
}

.brand-primary {
	color: white;
	background-color: #337ab7;
}

.brand-success {
	color: white;
	background-color: #5cb85c;
}

.brand-info {
	color: white;
	background-color: #5bc0de;
}

.brand-warning {
	color: white;
	background-color: #f0ad4e;
}

.brand-danger {
	color: white;
	background-color: #d9534f;
}

.error {
	color: #d33c39;
}

.success {
	color: #00b100;
}

.alert-danger, .text-danger, .inactive-f {
	color: #d51616;
	background-color: transparent;
	border-width: 0px;
}

.brand-gray {
	color: white;
	background-color: gray;
}

.word-wrap {
	white-space: normal;
	word-wrap: break-word;
}

.word-wrap-ellipsis {
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

	.word-wrap-ellipsis:hover,
	.word-wrap-ellipsis:focus,
	.word-wrap-ellipsis:active,
	.word-wrap-ellipsis.active,
	.word-wrap-ellipsis.focus {
		-moz-text-overflow: inherit;
		text-overflow: inherit;
		overflow: visible;
	}

.parent-comment-icon-margin {
	margin-right: -1px;
}

.comment-icon-size {
	font-size: 20px;
}

/****** Product Search End's ******/

/****** Dashboard Start's ******/

.inactive-b {
	background-color: #bbb;
}

.active-b {
	background-color: #fcf8e3;
}

.border-radius-4 {
	-ms-border-radius: 4px !important;
	border-radius: 4px !important;
}

div[iarc-base] {
	cursor: pointer;
	cursor: hand;
}

li.list-group-item.well {
	margin-bottom: -2px;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

	li.list-group-item.well:last-child {
		-ms-border-bottom-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
		-ms-border-bottom-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}

.hand {
	cursor: pointer;
	cursor: hand;
}

/*.btn {
	margin:2px; /* bootstrap is missing this */
}

*/

.btn-group-borders > div.btn:not(:first-of-type):not(:last-of-type) {
	-ms-border-radius: 0;
	border-radius: 0;
	margin-top: -1px;
}

.btn-group-borders > div.btn:first-of-type {
	-ms-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-ms-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group-borders > div.btn:last-of-type {
	-ms-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-ms-border-top-right-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}

.has-error div.btn-group[data-toggle="buttons"] .btn:not(:first-of-type):not(:last-of-type) {
	border-top-color: #a94442;
	border-bottom-color: #a94442;
}

.has-error div.btn-group[data-toggle="buttons"] .btn:first-of-type {
	border-top-color: #a94442;
	border-bottom-color: #a94442;
	border-left-color: #a94442;
}

.has-error div.btn-group[data-toggle="buttons"] .btn:last-of-type {
	border-top-color: #a94442;
	border-bottom-color: #a94442;
	border-right-color: #a94442;
}

.has-error div.btn-group[data-toggle="buttons"] .btn input:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.has-error div.btn-group[data-toggle="buttons"] .btn:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.has-error > .btn-group-borders > div.btn:not(:first-of-type):not(:last-of-type) {
	border-left-color: #a94442;
	border-left-color: #a94442;
	border-right-color: #a94442;
}

.has-error > .btn-group-borders > div.btn:first-of-type {
	border-top-color: #a94442;
	border-left-color: #a94442;
	border-right-color: #a94442;
}

.has-error > .btn-group-borders > div.btn:last-of-type {
	border-bottom-color: #a94442;
	border-left-color: #a94442;
	border-right-color: #a94442;
}

/*.has-error > .btn-group-borders > div.btn  {
	border-color: #a94442;
}*/
/****** Dashboard End's' ******/


a.help-video-examples {
	margin: 10px 20px;
}



.input-group-btn:last-child > select.form-control {
	border-left-width: 0px;
	width: auto;
	-ms-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.well-nomargin-top {
	-ms-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-ms-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-width: 0px;
	margin-top: -1px;
}

img.old-rating {
	opacity: 0.25;
}

span.old-rating {
	opacity: 0.5;
}

.work-items-dashboard-overflow {
	height: 325px;
	overflow-x: hidden;
}

.list-group-bottom-border {
	border-bottom: solid lightgray 1px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


.notes {
	white-space: pre-wrap;
}
/*Questionaire Animation*/

.animate-toggle.ng-enter,
.animate-toggle.ng-leave,
.animate-toggle.ng-move {
	-webkit-transition: 0.5s linear all;
	transition: 0.5s linear all;
}

/* ending enter and move styling
   (this is what the element will animate from */
.animate-toggle.ng-enter,
.animate-toggle.ng-move {
	opacity: 0;
}

.animate-toggle.ng-hide {
	max-height: 0;
}

/* ending enter and move styling
   (this is what the element will animate towards */
.animate-toggle.ng-enter.ng-enter-active,
.animate-toggle.ng-move.ng-move-active {
	opacity: 1;
}

/* starting leave animation */
.animate-toggle.ng-leave {
	opacity: 1;
}

	/* ending leave animation */
	.animate-toggle.ng-leave.ng-leave-active {
		opacity: 0;
	}
/*END Questionaire Animation*/

.float_center {
	/*float: right;
  position: relative;
  left: -50%; 
  text-align: left;*/
}

	.float_center > .child {
		/*position: relative;
  left: 50%;*/
	}

	.float_center li a {
		color: #7091AC;
		text-decoration: none;
		outline: 0 none;
	}

		.float_center li a:hover {
			color: #79ACD5;
			text-decoration: none;
			/*outline: 1px solid*/;
		}

		.float_center li a.active {
			color: #0661A8;
			text-decoration: none;
		}

.iarc-navbar {
	background-color: #d5dee5;
	border-color: #d5dee5;
}

a.account {
	color: gray !important;
	font-size: 12px;
}


.table-center th {
	text-align: center;
}

.table-center td {
	text-align: center;
}

.table-center .text-left {
	text-align: left;
}

.table-total-row {
	font-weight: bold;
}
/* EDITOR STYLES START */
.editor-navbar {
	margin-top: 50px;
}

	.editor-navbar .navbar-brand {
		font-size: 17px;
		padding: 15px;
		height: 50px;
	}

.editor-body {
	margin-top: 100px;
}

@media (max-width: 514px) {
	.editor-body {
		margin-top: 150px;
	}
}

/*This is needed when then header nav takes up two lines on a narrow screen.*/
/*.editor-body {
    margin-top:100px;
}

@media (min-width: 992px) {
    .editor-body {
        margin-top:50px;
    }
}*/

.editor-home .iarcQuestionTitle {
	color: unset;
	font-size: unset;
	text-transform: unset;
}

.editor-home .iarcPageOne .iarcDescription,
.editor-home .iarcPageOne .iarcExample,
.editor-home .iarcPageOne .iarcNote {
	font-size: 75%;
}

.editor-title-only .iarcDescription,
.editor-title-only .iarcExample,
.editor-title-only .iarcNote {
	display: none;
}

.editor-home .popover {
	z-index: 1025;
}

.editor-item-text {
	white-space: pre-wrap;
}

.list-group-item-inner {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.editor-tree-response {
	color: #00A;
}

.editor-tree table {
	margin-bottom: 0px;
}

.editor-tree .tree-level-1 {
	padding-left: 30px;
}

.editor-tree .tree-level-2 {
	padding-left: 60px;
}

.editor-tree .tree-level-3 {
	padding-left: 90px;
}

.editor-tree .tree-level-4 {
	padding-left: 120px;
}

.editor-tree .tree-level-5 {
	padding-left: 100px;
}

.editor-home .table > thead > tr > th {
	vertical-align: top;
}

.editor-home .striped {
	background-color: #f9f9f9;
}

.editor-table-image {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 12px;
	width: 90px;
}

.editor-table-button-column {
	width: 250px;
	background-color: #fff;
}

.editor-row {
	min-height: 30px;
}

tr[ui-sref], td[ui-sref], a[ng-click], tr[ng-click], td[ng-click] {
	cursor: pointer;
}

.editable {
	cursor: pointer;
}

.form-control-feedback-button {
	pointer-events: auto;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

@media (min-width: 0px) {
	.btn-editor-wide {
		width: 100%;
	}

	.btn-editor-xwide {
		width: 138px;
	}
}

.limit-question {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 340px;
}

.limit-response {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.editor-matrix {
	table-layout: fixed;
}

.draggable {
	cursor: move;
}

.checkbox-modal {
	margin-top: 3px;
	margin-bottom: 3px;
}

.descriptor-label {
	display: inline;
}

	.descriptor-label span {
		color: #fff;
		border-radius: 0.25em;
		text-align: center;
		padding: 0.6em;
		margin-right: 0.4em;
		display: inline;
		line-height: 3.0em;
		white-space: nowrap;
	}

.list-group-item-select:hover,
.list-group-item-select:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
	cursor: pointer;
}

.tabled-muted-header {
	background-color: #eee;
	color: #bbb;
}

.tabled-muted-header-striped {
	background-color: #ddd;
}

.tabled-muted-header > th,
.tabled-muted-header > td {
	border-bottom-width: 1px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.qeditor-font {
	font-size: 14px;
}

.draft-list-item {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

	.draft-list-item h3 {
		margin: 0;
		margin-bottom: 15px;
	}

.qtree-row:before,
.qtree-row:after {
	display: table;
	content: " ";
}

.qtree-row:after {
	clear: both;
}

.qtree {
	border-right: 1px solid #ddd;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.qtree-fixed {
	position: fixed;
	top: 150px;
	z-index: 15;
	padding-left: 0;
	padding-right: 30px;
}

	.qtree-fixed .qtree-row-level-1 {
		margin-left: 30px;
	}

	.qtree-fixed .qtree-row-level-2 {
		margin-left: 60px;
	}

	.qtree-fixed .qtree-row-level-3 {
		margin-left: 90px;
	}

	.qtree-fixed .qtree-row-level-4 {
		margin-left: 120px;
	}

	.qtree-fixed .qtree-row-level-5 {
		margin-left: 150px;
	}

	.qtree-fixed .qtree-row-level-6 {
		margin-left: 180px;
	}

	.qtree-fixed .qtree-row-level-7 {
		margin-left: 210px;
	}

	.qtree-fixed .qtree-row-level-8 {
		margin-left: 240px;
	}

	.qtree-fixed .qtree-row-level-9 {
		margin-left: 270px;
	}

	.qtree-fixed .qtree-row-level-10 {
		margin-left: 300px;
	}

	.qtree-fixed .qtree-row-level-11 {
		margin-left: 330px;
	}

	.qtree-fixed .qtree-row-level-12 {
		margin-left: 360px;
	}

	.qtree-fixed .qtree-row-level-13 {
		margin-left: 390px;
	}

	.qtree-fixed .qtree-row-level-14 {
		margin-left: 420px;
	}

	.qtree-fixed .qtree-row-level-15 {
		margin-left: 450px;
	}


.qtree-row {
	position: relative;
	display: block;
	padding: 10px;
	padding-right: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
	background: #fff;
}

	.qtree-row:hover,
	.qtree-row-selected {
		background-color: #f5f5f5;
		border: 1px solid #000;
		margin-bottom: 0px;
		margin-right: -1px;
		z-index: 10;
	}

.qtree-row-cut,
.qtree-row-cut:hover {
	background-color: #f5f5f5;
	border: 1px dashed #000;
	margin-bottom: -0px;
	margin-right: -1px;
	z-index: 10;
}

.qtree-item-RootQuestion > .qtree-row {
	padding-left: 30px;
}

.qtree-item-AppTypeResponse > .qtree-row {
	padding-left: 0;
}

.qtree-item-Question > .qtree-row,
.qtree-item-Category > .qtree-row {
	padding-left: 10px;
}

.qtree-item-Response > .qtree-row {
	padding-left: 35px;
}

.qtree > div > div > .qtree-row {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.qtree-row-last {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.qtree-row-indent-after {
	border-bottom-left-radius: 4px;
}

.qtree-row-indent-before {
	border-top-left-radius: 4px;
}

.qtree-row-attention {
	background-color: #fcf8e3;
}

.qtree-row-moved {
	color: green !important;
	text-decoration: underline !important;
}

.qtree-col {
	position: relative;
	min-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.qtree-col-left {
	display: table;
	padding-left: 0;
}

.qtree-col-text {
	float: right;
	padding-right: 10px;
	width: 250px;
}

.qtree-col-6-button {
	float: right;
	padding-right: 10px;
	width: 190px;
}

.qtree-col-7-button {
	float: right;
	padding-right: 10px;
	width: 248px;
}

.qtree-col-8-button {
	float: right;
	padding-right: 10px;
	width: 268px;
}

.qtree-col-2-button {
	float: right;
	padding-right: 10px;
	width: 77px;
}

.qtree-col-1-button {
	float: right;
	padding-right: 10px;
	width: 49px;
}

.qtree-col div:not(:first-child) {
	padding-top: 2px;
}

.qtree-row .button-spacer,
.qeditor-help-container-item .button-spacer {
	display: inline-block;
	width: 8px;
}

.qtree-row .button-placeholder {
	display: inline-block;
	width: 24px;
}

.qtree-row .btn[disabled],
.qeditor-help-container-item .btn[disabled] {
	opacity: .20;
}

.qtree-col-right {
	width: 190px;
	float: right;
	padding-right: 0;
}

.qtree-col-right-narrow {
	float: right;
	padding-right: 10px;
}

.qtree-col-toggle {
	float: left;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.qtree-indent-Response {
	padding-right: 8px;
	font-size: 12px;
	line-height: 1.5;
	float: left;
}

	.qtree-indent-Response + textarea {
		width: 95% !important;
	}

.qtree-children-Category,
.qtree-children-Response,
.qtree-children-AppTypeResponse {
	padding-left: 30px;
}

.qtree > div > div > .qtree-children {
	padding-left: 0px;
}

.modal-header-select {
	display: inline;
	width: auto;
	height: auto;
}

.clickable {
	cursor: pointer;
}

.qeditor-history-list {
	overflow-y: auto;
	max-height: 400px;
}

.qeditor-history {
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	margin-top: -1px;
	border: 1px solid #ddd;
	display: table;
	width: 100%;
}

	.qeditor-history:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.qeditor-history:last-child {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		margin-bottom: 15px;
	}

.qeditor-history-text {
	display: table;
}

.qeditor-history-right {
	float: right;
	display: table;
}

.qeditor-history-username {
	font-weight: bold;
	text-align: right;
}

.qeditor-history-time {
	text-align: right;
}

.qeditor-comments-list {
	overflow-y: auto;
	max-height: 400px;
}

.qeditor-comment {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.qeditor-comment-username {
	font-weight: bold;
}

.qeditor-comment-text {
	font-style: italic;
}

.qeditor-comment-content {
	white-space: pre-wrap;
}

.qeditor-comment-right {
	float: right;
}

.qeditor-modal-item {
	padding: 5px;
}

	.qeditor-modal-item:first-child {
		padding-top: 0;
	}

.qeditor-modal-item-indent-0 {
	padding-left: 0;
}

.qeditor-modal-item-indent-1 {
	padding-left: 15px;
}

.qeditor-modal-item-indent-2 {
	padding-left: 30px;
}

.qeditor-modal-item-indent-3 {
	padding-left: 45px;
}

.qeditor-modal-item-indent-4 {
	padding-left: 60px;
}

.qeditor-modal-item-indent-5 {
	padding-left: 75px;
}

.qeditor-modal-item-indent-6 {
	padding-left: 90px;
}

.qeditor-modal-item-indent-7 {
	padding-left: 105px;
}

.qeditor-modal-item-indent-8 {
	padding-left: 120px;
}

.qeditor-modal-item-indent-9 {
	padding-left: 135px;
}

.qeditor-modal-item-indent-10 {
	padding-left: 150px;
}

.qeditor-modal-item-indent-11 {
	padding-left: 165px;
}

.qeditor-modal-item-indent-12 {
	padding-left: 180px;
}

.qeditor-modal-item-indent-13 {
	padding-left: 195px;
}

.qeditor-modal-item-indent-14 {
	padding-left: 210px;
}

.qeditor-modal-item-indent-15 {
	padding-left: 225px;
}

.qeditor-modal-draggable-item {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 5px;
	background-color: #fff;
}

.qeditor-modal-draggable-selected {
	cursor: move;
	font-weight: bold;
	border: 2px solid #bbb;
}

/* AUTOGENERATED DIFF COLOR WHEEL START */
.qeditor-diff-0 .diffColor {
	color: #11B211;
}

.qeditor-diff-1 .diffColor {
	color: #1111B2;
}

.qeditor-diff-2 .diffColor {
	color: #B2B211;
}

.qeditor-diff-3 .diffColor {
	color: #11B2B2;
}

.qeditor-diff-4 .diffColor {
	color: #B211B2;
}

.qeditor-diff-5 .diffColor {
	color: #B26211;
}

.qeditor-diff-6 .diffColor {
	color: #11B262;
}

.qeditor-diff-7 .diffColor {
	color: #6211B2;
}

.qeditor-diff-8 .diffColor {
	color: #62B211;
}

.qeditor-diff-9 .diffColor {
	color: #1162B2;
}

.qeditor-diff-10 .diffColor {
	color: #B21162;
}

.qeditor-diff-11 .diffColor {
	color: #B23A11;
}

.qeditor-diff-12 .diffColor {
	color: #11B23A;
}

.qeditor-diff-13 .diffColor {
	color: #3A11B2;
}

.qeditor-diff-14 .diffColor {
	color: #B28A11;
}

.qeditor-diff-15 .diffColor {
	color: #11B28A;
}

.qeditor-diff-16 .diffColor {
	color: #8A11B2;
}

.qeditor-diff-17 .diffColor {
	color: #8AB211;
}

.qeditor-diff-18 .diffColor {
	color: #118AB2;
}

.qeditor-diff-19 .diffColor {
	color: #B2118A;
}

.qeditor-diff-20 .diffColor {
	color: #3AB211;
}

.qeditor-diff-21 .diffColor {
	color: #113AB2;
}

.qeditor-diff-22 .diffColor {
	color: #B2113A;
}
/* AUTOGENERATED DIFF COLOR WHEEL END */

.modal-editor-help {
	height: 95%;
}

@media (min-width: 0px) {
	.modal-editor-help {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.modal-editor-help {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.modal-editor-help {
		width: 1170px;
	}
}

.modal-editor-help .modal-header {
	border-bottom-color: #ddd;
}

.modal-editor-help .modal-footer {
	border-top: none;
}

.qeditor-help-container {
	max-height: 480px;
	padding: 0;
	overflow-x: visible;
}

.qeditor-help-container-item {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	min-height: 40px;
}

.qeditor-help-container-left {
	display: table;
	padding-left: 0;
}

.qeditor-help-container-right {
	width: 148px;
	float: right;
	padding-right: 0;
	text-align: right;
}

.qeditor-help-container-right-narrow {
	float: right;
	padding-right: 0;
}

.button-span-2 {
	width: 72px;
}

/* EDITOR STYLES END */

.blockResponses {
	width: 100%;
}

/**/
.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

	.onoffswitch-inner:before, .onoffswitch-inner:after {
		display: block;
		float: left;
		width: 50%;
		height: 30px;
		padding: 0;
		line-height: 30px;
		font-size: 14px;
		color: white;
		font-family: Trebuchet, Arial, sans-serif;
		font-weight: bold;
		box-sizing: border-box;
	}

	.onoffswitch-inner:before {
		content: "ON";
		padding-left: 10px;
		background-color: #34A7C1;
		color: #FFFFFF;
	}

	.onoffswitch-inner:after {
		content: "OFF";
		padding-right: 10px;
		background-color: #EEEEEE;
		color: #999999;
		text-align: right;
	}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/* Chrome fix start */

.col-sm-4 .input-group input[type="datepicker"] {
	width: 100%;
}

@media (min-width: 0px) {
	.col-sm-4 .input-group input[type="datepicker"] {
		width: 99px;
	}
}

@media (min-width: 992px) {
	.col-sm-4 .input-group input[type="datepicker"] {
		width: 100%;
	}
}

/* Chrome fix end */




xh4 {
	font-size: 14px;
	line-height: 1.4;
}

h3 {
	font-size: 20px;
	line-height: 1.4;
}

input[type="radio"] {
	margin-top: 2px;
}

.lock-right {
	position: absolute;
	right: 10px;
}

@media (min-width: 992px) {
	.top-md-20 {
		top: 20px;
		position: relative;
	}
}

.country-code-container {
	max-height: 400px;
	overflow-y: auto;
}

.rb-label {
	text-align: center;
	font-weight: bold;
}

.col-less-padding {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

/*
label.originalSelected:not(.active) {    
    border: 1px red solid;
    color: red;
}

label.originalSelected.active {
    border: 1px black solid;
    color: black;
}

label.active:not(.originalSelected) {
    border: 1px green solid;
}
    */

.lineThrough {
	text-decoration: line-through;
}

div#manualRatingChange div#ageRating label {
	border-width: 2px !important;
}

.dottedTop {
	border-top: 1px dotted #c1a3a3;
}



@media (max-width: 992px) {
	.responsive-text {
		font-size: 11px;
	}

	/*  Reduce the table padding when viewport is small. 
        This compound selector says "all DIVs within the element that has this class".
        So put this class on whatever element contains the DIVs you want it to apply to. 
    */
	a.responsive-padding,
	.responsive-padding div {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.medium-small {
		width: 12.5% !important;
	}
}

.view-page-with-buttons {
	display: block;
	margin-top: 14px;
	margin-bottom: -48px;
	margin-left: 10px;
}

div.view-page {
	display: block;
	margin-top: 14px;
	margin-bottom: 6px;
	margin-left: 10px;
}

a.view-page {
	color: #7ba1c3
}

.dashboard-header {
	background-color: #eee !important;
}

.global-override-status {
	padding: 2px;
}

.form-control[disabled] {
	background-color: #ccc;
	border-color: #999;
}

.bootbox-body {
	font-size: 1.3em;
}

.prompt-yes {
	margin-right: 1.5em;
	width: 100px;
}

.prompt-cancel {
	width: 100px;
}

.prompt-no {
	width: 100px;
}


.well-white {
	background-color: white;
}

legend {
	margin-bottom: 5px;
	border-bottom-width: 0px;
}

.less-padding div {
	padding-left: 3px;
	padding-right: 3px;
}


.small-text {
	font-size: 11px;
}

.no-padding {
	padding: 0px;
}

.user-page-button {
	width: 4em;
}

.font-weight-normal label {
	font-weight: normal;
}

.pointer-cursor,
.pointer-cursor label {
	cursor: pointer;
}



.nav-tabs {
	display: flex !important;
}

	.nav-tabs li {
		display: flex !important;
		flex: 1;
		text-align: center;
	}

		.nav-tabs li a {
			flex: 1;
		}

.xborder-sides {
	border: 1px solid #ddd;
	border-top-style: none;
	border-bottom-style: none;
}

.override-table {
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #afb3c3;
	border-radius: 10px;
	border-collapse: separate; /* for rounded corners */
	overflow: hidden; /* for rounded corners */
}

	.override-table td,
	.override-table th {
		white-space: nowrap;
		text-align: left;
		padding: 15px;
		border-bottom: 1px solid #afb3c3;
	}

	.override-table tr {
		background-color: #fff; /* for rounded corners */
	}

	.override-table th {
		font-size: 16px;
	}

	.override-table img {
		margin-right: initial;
		margin-left: initial;
	}


	.override-table tr:last-child td {
		border-style:none;
	}


.tight-padding li {
	padding: 5px 0px
}

.green-bright {
	color: #01ca04;
}

.red-bright {
	color: #ff0000;
}


.rad-table {
	border:solid 1px #ddd;
	border-radius: 4px;
	border-collapse:initial;
	width:100%;
}

	.rad-table th {
		background-color: #eee;
	}
	.rad-table th, .rad-table td {
		padding: 5px;
	}

	.rad-table .center-block {
		display:inline;
		margin: 0px;
	}


/* for the Emails tab in RAD*/
pre {
	white-space: pre-wrap;
}