﻿html {
  overflow-y: scroll;
}
label{
    font-weight:normal;   
    display: inline;  
}
.assessment-row{
    margin-right: 0px;
    margin-left: 0px;
}
.question-buffer{
    padding-top: .5%;
    padding-bottom: 1%;
}
.top-buffer { 
    margin-top:20px; 
}
.sm-top-buffer  {
    margin-top:10px; 
}
.bottom-buffer  {
    margin-bottom:10px; 
}
.left-buffer{
    margin-left:10px;
}  
.col-no-padding{
    padding: 0;
}
.textbox{
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;	
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}   
.textarea-no-resize {
    resize: none;
}
.xs-rounded-borders {
    border-radius: 1px;
}
.gv-assessment-header{
	background-color: #d0d0d0;
    height: 30px;
    text-indent: 2px;    	
}
.gv-assessment-header th{	
    border: solid 1px black;
    border-style: solid;	
	color:#000000;
	vertical-align: middle;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    padding: 0px 0px 0px 0px;
}
.radio-inline label{
    padding-top: 2.5px;
}
.radio-1{
    padding-left: .5em;
}
.radio-1 label{
    padding-left: .5em;
}
.checkbox-inline label{
    padding-top: 2.5px;
}
.checkbox-1{
    padding-left: .5em;
}
.checkbox-1 label{
    padding-left: .5em;
}
.color-orange{
    color: Orange;
}
.color-green{
    color:Green;
}
.color-red{
    color:Red;
}
.padding-left{
    padding-left:10px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding:2px 4px;
}
ul li {
    list-style-type: none;
}
.display-none{
    display: none;
}
.btn-category{
	background-color: transparent;
	border: none;
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
	text-align: left;
	width: 150px;
}
.btn-category:link,
.btn-category:hover,
.btn-category:focus,
.btn-category:visited {
    text-decoration: underline;
    color: Blue;
}
.btn-category-selected{
    background-color: transparent;
	border: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	width: 150px;
}
.btn-category-selected:link,
.btn-category-selected:hover,
.btn-category-selected:focus,
.btn-category-selected:visited {
    text-decoration: underline;
    color: Blue;
}

.text-focus{
	background-color: #EEEEEE;
}
.arc-assessment{
    width: 99%;
    margin-left: 3px;
    word-wrap: break-word;
    height: auto;
    display: inline-block;
}
.arc-assessment-instruction{
    background-color: White;
    margin-bottom: 1em;
    white-space: pre-line;    
}
.arc-assessment-name{
    font-weight: bold;
    font-size: 1rem;
    background-color: White;
    margin-bottom: .5em;
}
.arc-split-panel{
    display: flex;
    height: 100%;   
 }
.arc-category {
    min-height: 200px;
    width: 76%;
    float: right;
    background-color: White;
}
.arc-category-heading {
    margin-bottom: 1em;
    border-bottom: 1px solid #EEEEEE;
}
.arc-category-name {
    vertical-align: text-top;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
.arc-category-name-block {
    display: block;
    margin-bottom: .5em;
}
.arc-category-instruction {
    white-space: pre-line;
    margin-bottom: .5rem;
}
.arc-category-list{
    min-height: 200px;
    vertical-align: top;
    width: 23%;
    float: left;
    background-color: #E6E9ED;
    margin: 0em 1em 0em 0em;
}  
.arc-category-list-item{
    padding-bottom: 3px;
}
.arc-summary{
    min-height: 200px;
    width: 100%;
    float: left;
    background-color: White;
} 
.arc-summary-with-categories{
    min-height: 200px;
    width: 76%;
    float: right;
    background-color: White;
}
.arc-question-list {
    min-height: 200px;
    /*width: 76%;
    float: right;*/
    background-color: White;
    display: inline;
    word-wrap: break-word;
}
.arc-question{
	width: 100%;
	padding-bottom: 5px;
}
.arc-question-instruction {
    white-space: pre-line;
    margin-bottom: .5rem;
}
.arc-question-label {
    vertical-align: text-top;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    white-space: pre-line;
}
.arc-question-response{
	font-family: Arial;
	font-size: 10pt;
	padding-left: 10px;
	padding-bottom: 2px;
	display:block;
    text-align: left;   
}
.arc-question-response input:not([type="radio"]), .arc-question-response textarea, .arc-question-response select{
    margin-top: 10px;
    margin-bottom: 10px;
}
.arc-question-responses{
    display:block;
    overflow:hidden;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: solid 1px #EEEEEE;
}
.arc-required-answered-left{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    float:left;
    text-align: left;
    width: 50%;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: top;
    padding-left: 10px;
}
.arc-required-answered-right{
    float:right;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: top;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;	
}
.arc-required-unanswered-left{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	color: #3345CC;
	vertical-align: top;
	padding-left: 10px;
}
.arc-required-unanswered-right{
    float:right;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	color: #3345CC;
	vertical-align: top;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.arc-unrequired-answered-left{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: top;
	padding-left: 10px;
}
.arc-unrequired-answered-right{
    float:right;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: top;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.arc-unrequired-unanswered-left{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	color: #3345CC;
	vertical-align: top;
	padding-left: 10px;
}
.arc-unrequired-unanswered-right{
    float:right;
    text-align: left;
	width: 50%;
	font-family: Arial;
	font-size: 10pt;
	color: #3345CC;
	vertical-align: top;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;	
}
.arc-summary-header{
    display: inline-block;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 1px #EEEEEE;
	width: 100%;
}
.arc-summary-sub-header{
    display: inline-block;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #EEEEEE;
	width: 100%;
}
span.arc-question-prompt { 
    display: none; 
}
span.arc-err-prompt  { 
    display: inline; 
    color: Red;
}
.arc-question-responses-fieldset {
    border: 0;
}
.textarea-expandable{
    vertical-align: middle;
    height: 20px;
}
#pnlNewAssessmentResponse{
    margin-top: 10px;
}
#txtNewResponseText{
    width: 200px;
    margin-right: 6px;
}
#txtNewResponseLongText{
    width: 335px;
    margin-right: 15px;
}
#txtNewScoreValue{
    width: 70px;    
    margin-right: 15px;
    vertical-align: middle;
}
.pnl-blank-buffer { 
    margin-top:50px;
    border-style: none;
}
.pnl-blank-area{
    height: 5px;   
    border-style: none; 
}
.helper-class{
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    background-color: #EFEED7;
    cursor:pointer;
}
.spn-bs-lbl-lnf{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.cstm-cls-asmt-align{
    margin-top: 5px;
}
.bso-asmt-tab-fix img{
    vertical-align: baseline;
}
.i-bubble {
    vertical-align: sub;
    cursor: pointer;
}
.ui-tooltip {
    white-space: pre-line;
    max-width: 50%;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}