body {
    font-family: Arial;
    font-size: 14px;
    height: 706px;
    border: solid 10px #D9E5C1;
    background-color: #ffffff;
    width: 428px;
    padding: 10px;
    overflow: hidden;
}

select {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
    outline: 2px solid #D9E5C1;
    width: 143px;
}

.selectedCell {
    background-color: rgb(150, 197, 132);
    cursor: pointer;
    -moz-user-select: -moz-none;
    select: none;
}

body.bodyWide {
    font-family: Arial;
    font-size: 14px;
    height: 706px !important;
    border: solid 10px #D9E5C1;
    background-color: #ffffff;
    width: 1014px !important;
    padding: 10px;
    overflow: hidden;
}

.callout {
    background-color: antiquewhite;
    padding: 20px;
    margin-bottom: 10px;
}

.questionTable {
    width: 100%;
}

.questionTable td {
    text-align: center;
    padding-top: 15px;
}

.responseTable {
    margin-top: 40px;
    width: 100%;
}

.responseTable td {
    vertical-align: top;
    text-align: center;
}

.circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #00f
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

p {
    margin-bottom: 14px;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.83em;
}

.itemTitle {
    background-color: #B2D6F4;
    padding: 5px;
    margin-right: 2px;
    margin-bottom: 15px;
    line-height: 22px;
    box-shadow: 1px 1px 2px 0px #333333;
}

.itemDirections {
    margin-bottom: 20px;
    font-style: italic;
}

.itemStem {}

.itemStemWide {
    width: 700px;
    min-height: 400px;
    padding: 50px 80px;
    margin: 30px auto 0 auto;
    border: 1px solid #D9E5C1;
}

.textbox {
    width: 100%;
    outline: 1px solid #D9E5C1;
    margin-top: 4px;
    margin-bottom: 4px;
}

.txtBoxIntro {
    margin: 14px 0px 2px;
}

.txt2 {
    height: 34px;
}

.txt3 {
    height: 51px;
}

.txt4 {
    height: 68px;
}

.textInput {
    width: 90%;
    outline: 2px solid #D9E5C1;
    margin-top: 4px;
}

.numeric {
    margin-top: 4px;
    outline: 2px solid #D9E5C1;
    width: 100px;
}

label {
    cursor: pointer;
    font-size: 1.1em !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    color: black !important;
    display: inline-block;
}

.radioDistractor {
    margin: 5px 0 5px 0;
    display: table-row;
}

.radioDistractor input {
    display: table-cell;
    vertical-align: top;
}

.radioDistractor label {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 5px;
    padding-left: 5px;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.checkboxDistractor {
    margin: 5px 0 5px 0;
    display: table-row;
}

.checkboxDistractor input {
    display: table-cell;
    vertical-align: top;
}

.checkboxDistractor label {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 6px;
}

.greytable {
    border-collapse: collapse;
    margin-top: 10px;
}

.greytable th {
    border: 2px solid #a6a6a6;
    background-color: #7f7f7f;
    color: #ffffff;
    font-weight: bold;
    padding: 6px;
    vertical-align: middle;
}

.greytable td {
    border: 2px solid #a6a6a6;
    background-color: #f2f2f2;
    padding: 6px;
}

.greytableRadio {
    text-align: center;
    vertical-align: middle;
}

.alignLeft {
    text-align: left;
}

#introDirections {
    margin-bottom: 15px;
    font-style: italic;
}

#introBullets {
    margin-bottom: 30px;
    list-style-type: disc;
    padding-left: 0px;
    margin-left: 20px;
}

#introBullets li {
    margin-left: 0px;
    margin-bottom: 7px;
    padding-left: 0px;
    font-style: italic;
}

.directionsListUL {
    list-style: disc;
    margin-left: 10px;
    margin-bottom: 8px;
    padding-left: 5px;
}
.directionsListLI {
    margin-bottom: 8px;
}

.list-container {
    display: flex;
    margin-left: 10px;
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
}

.list {
    width: 950px;
}

.list-item {
    position: relative !important;
    word-wrap: break-word;
}

.list-item:hover>.label {
    color: rgb(0, 0, 255) !important;
}

.list-item:hover>.label::before {
    margin-right: 2rem !important;
    border: 0.5rem solid rgb(0, 0, 255) !important;
}


.dropTable {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    border-spacing: 10px;
}

.dropTable tr {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropTable td {
    vertical-align: middle;
}

.dropCell {
    border: 1px dotted grey; 
    width: 60%;
    height: 55px;
}

.dragOption {
    cursor:pointer;
    display: inline-block;
    /*
    border: 1px solid #BFBFBF;
    box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.7);
    */
    height: 53px;
    width: 170px;
    padding: 3px;
}

.dragOptionInner {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    font-size: 1.25em;
}

.dragOption:before {
    display: inline-block;
    vertical-align: middle;
}

.dragOption:hover {
    box-shadow: 0px 0px 1px 1px rgba( 50, 255, 50, 1), 2px 2px 2px 0px rgba(51,51,51,.5);
}

.dragOption.ui-draggable-dragging {
    box-shadow: 0px 0px 1px 1px rgba( 50, 255, 50, 1), 2px 2px 2px 0px rgba(51,51,51,.5);
}

.dropTarget {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.tablePlan {
    margin-top: 30px;
    width:50%; 
    margin-left:25%; 
    margin-right:25%;
    border-spacing: 10px;
}

.tablePlan th {
    vertical-align: middle;
    text-align: center;
    height: 30px;
    font-size: 1.5em;
    font-style: italic;
}

.tablePlan td {
    vertical-align: middle;
    text-align: center;
    height: 30px;
    padding: 10px;
    background-color: lightgrey;
}

.tablePlanCell {
    border: 1px dotted grey; 
    width: 60%;
    height: 55px;
}

.tablePlanCellFirstCol {
    width: 65% !important;
}

.tablePlanCellMiddleCol {
    width: 5% !important;
}

.tablePlanCellMiddleRow {
    height: 10px !important;
    padding: 0px !important;
}

.tablePlanCellLastCol {
    width: 30% !important;
}

.tablePlanCellBlank {
    background-color: initial !important;
}

.tablePlanCellGreen {
    background-color: rgb(185, 229, 160) !important;
}

.circle_green {
    border: 2px solid #a1a1a1;
    padding: 10px 11px;
    background: green;
    width: 2px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 1%;
}

.surveyList {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 20px;
}

.surveyList li {
    margin-left: 0px;
    margin-bottom: 5px;
}

.handsontable th {
    text-align: center !important;
    vertical-align: middle !important;
    background-color:rgb(79, 129, 189) !important;
    color: white !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.handsontable td {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 2px !important;
}

.handsontable tr:nth-child(odd) td {
    background-color: rgb(233, 237, 244);
}

.handsontable tr:nth-child(even) td {
    background-color: rgb(208, 216, 231);
}

.tutorialList {
    margin-bottom: 10px;
    list-style-type: decimal;
    padding-left: 0px;
    margin-left: 20px;
}

.tutorialList li {
    margin-left: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
}

.expressionText {
    padding: 3px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 0px !important;
    border: 1px solid lightgrey;
    border-radius: 5%;
    word-wrap: break-word;
    font-size: 0.8em;
}

.evalText {
    padding: 3px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 0px !important;
    border: 1px solid lightgrey;
    border-radius: 5%;
    word-wrap: break-word;
    text-align: center;
}

.responseText {
    width: 100%;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 0px !important;
    outline: 2px solid #D9E5C1;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

 .sortableList { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%; 
}
.sortableList li { 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    background-color: lightgray;
    vertical-align: top;
    border-radius: 10px;
    cursor: grab;
}

.largerText {
    font-size: 1.5em;
}

.beeTable {
    width: 100%;
    margin-top: 20px;
    border-spacing: 10px;
    font-style:italic;
    background-color: #eee;
    outline: 10px solid #eee;
}

.beeTable th {
    background-color: black;
    text-align: center;
}

.beeTable tr {
    padding: 10px;
}

.beeTable td {
    padding: 8px;
    vertical-align: middle;
}

.beeTableHeading {
    color:#d4aa00; 
    font-size:36px; 
    font-weight:bold; 
    margin-bottom:0px;
}

.beeTableSubHeading {
    color:#fff; 
    font-size:18px; 
    font-weight:bold; 
    margin-bottom:0px;
}

.savedIdeas {
    background-color: #dae5f1; 
    padding:10px;
    word-break: break-all;
}

.savedIdeas li {
    padding-bottom: 5px;
    word-break: break-all;
}

.savedIdeasTable {
    width: 100%;
    border-spacing: 10px;
    background-color: #dae5f1;
}

.savedIdeasTable td {
    vertical-align: middle;
    padding: 3px;
    border: 1px solid white;
}

.removeButton {
    cursor: pointer;
}

.radio-inline-condensed {
    margin-left: 5px !important;
    padding-left: 15px !important;
}

.greenBackground {
    background-color: #D9E5C1;
    border: solid 10px #D9E5C1;
}

.vcenter {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
}