/* GLOBAL STYLES */
.hidden-question {
	display: none !important;
}

.force-pointer {
	cursor: pointer !important;
}

.center-inner-content {
	text-align: center !important;
}

.center-inner-content > .text-input {
	width: 90%;
}

.transparent-bg {
	background: transparent;
}

/* Hide honeypot */
#question_q0 {
	display: none !important;	
}

/* Open-ended card sort styles */
.disabled-bucket {
	background: rgba(105,106,105,0.3) !important;
	cursor: default !important;
}
.sq-cardsort-buckets-view {
	overflow: hidden !important;
}
.bucket-blocker {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
}

/* Set default keystroke IRT styles */
.ksContainer .ratings .card .true-icon, .ksContainer .ratings .card .false-icon {
	background-size: 100% 100%;
}
.ksContainer .ratings .card {
	position: relative !important;
	left: 0 !important;
}
.ksContainer .ratings {
	width: 280px;
	height: 120px;
}
.ksContainer .card:first-child {
	margin-right: 50px;
}
.ksContainer .statementContainer .statement {
	width: 280px;
}

/* Set default DCM styles */
.dcm-top-legend th:first-child {
    border-radius: 12px 0 0 0;
    border: none !important;
}
.dcm-top-legend th:last-child {
    border-radius: 0 12px 0 0;
}
.dcm-top-legend th:only-child{
    border-radius: 12px 12px 0 0;
}
.dcm-top-legend th {
	padding: 10px;
}
.dcm-header-border {
	border: 1px solid #fff;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.dcm-top-legend {
	text-align: center;
	background-color: #002060;
	height: 60px;
}
.dcm-template tr.legend th.legend {
    font-weight: bold;
    width: auto;
}
.dcm-template td {
    padding: 15px;
}
.dcm-template tr.dcm_even {
    background-color: #FFFFFF;
}
.dcm-template tr.dcm_odd {
    background-color: #EFEFEF;
}
.dcm-template td.dcm_legend {
    font-weight: bold;
    text-align: center;
    width: 120px;
}
.dcm-template tr.dcm_even td.dcm_item, .dcm-template tr.dcm_odd td.dcm_item {
    text-align: center;
    width: 120px;
}
.dcm-template td {
	border: 1px solid #BFBFBF;
}
.dcm-question-row {
	background-color: #002060;
	color: #fff;
	font-size: 14px;
}

.dcm-question-row > .cell:hover {
	background-color: #0060a0 !important;
}

/* Set default MaxDiff styles */
tr.maxdiff-header-legend {
	background-color: transparent;
	border: 1px solid #000;
}
tr.maxdiff-header-legend th.legend {
	background-color: transparent;
	border: 1px solid #000;
}
tr.maxdiff-row td.element {
	border: 1px solid #000;
	text-align: center !important;
}
tr.maxdiff-row th.row-legend {
	background-color: transparent;
	border: 1px solid #000;
	text-align: center !important;
}
.maxdiff-row.even {
	background-color: #EFF7FF;
}
.maxdiff-row.odd {
	background-color: #BBD6EF;
}

/* Set minimum height required for preventing open-end edit button blocking card text */
.sq-ranksort-card {
	min-height: 60px;
}

/* OVERRIDE THIS PROPERTY VIA JAVASCRIPT */
.survey-container {
	visibility: hidden;
}

/* START OPEN END DROPDOWN MENU OPTION */
.select-editable {
    position:relative;
    background-color:transparent;
    border:solid grey 1px;
    width:202px;
    height:24px;
}

.select-editable select {
    position:absolute;
    top:0px;
    left:0px;
    font-size:12px;
    border:none !important;
    width:200px;
    margin:0;
    height:22px;
    padding: 2px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%;
    -moz-appearance: none; 
 	-webkit-appearance: none; 
	appearance: none;
}

.select-editable input {
	position:absolute;
    top:0px;
    left:0px;
    width:180px;
    font-size:12px;
    border:none;
    border-radius:0 !important;
    height:22px;
    background-color:transparent;
    pointer-events: none;
    outline: none !important;
    padding: 2px !important;
    box-shadow: none !important;
}

.select-editable select:focus, .select-editable input:focus {
    outline: none !important;
    box-shadow: none !important;
	border-color: transparent !important;
} 
/* FINISH OPEN END DROPDOWN MENU OPTION */


/* DO NOT ALLOW IMAGE GRABBING */
.no-highlight { 
    user-select: none;
}
.readable {
     color: black;
     background-color: white;
}
.unreadable {
     color: white;
     background-color: white;
}
.unreadable::selection {
     background-color: white;
     color: white;
}
