div.questionnaireFormContainer, div.embeddedAssetViewerContainer
{
    top: 75px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}


img.embeddedAssetViewImg {
    /*margin-left: 25px;*/
    /*text-align: left;*/
    /*border: 2px solid hsl(195, 100%, 35%);*/
    /*position: relative;*/
    /*height: 250px;*/
    /*display: block;*/

    left: 0;
    margin-left: 25px;
    text-align: left;
    border: 2px solid hsl(195, 100%, 35%);
    position: relative;
    height: 250px;
    display: inline-block
}

#map-info-panel .embeddedAssetViewImg {
    pointer-events: all;
    cursor: pointer;
}

#map-info-panel .embeddedAssetViewImg:hover {
    opacity: 0.75;
}

.view-embedded-asset-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.embeddedAssetViewImg .view-embedded-asset-icon {
    display: none;
}

.embeddedAssetViewImg:hover > .view-embedded-asset-icon {
    display: block !important;
}

/* all inputs clickable in questionnaire form*/

div.questionnaireFormContainer input:focus,
div.questionnaireFormContainer textarea:focus {
    box-shadow: 0px 0px 0px 4px hsl(195, 100%, 60%) !important;
}


div.questionnaireFormContainer p.questionNumber,
div.questionnaireFormContainer p.questionType {
    font-size: 16pt;
}
   

/*div.questionnaireFormContainer p.questionType {*/
/*    display: none;*/
/*}*/

div.questionnaireFormContainer .answerBubbleViewMode:hover {
    background-color: hsl(0, 0%, 90%);
}

div.questionnaireFormContainer .questionOptionShape,
div.questionnaireFormContainer .answerBubbleViewMode {
    pointer-events: all;
    cursor: pointer;
}

div.questionnaireFormContainer .questionOptionShape:hover {
    background-color: hsl(0, 0%, 90%);
}

/* multi choice */

div.questionnaireFormContainer .optionSelected {
    background-color: rgb(51, 204, 255);
}

div.questionnaireFormContainer .optionSelected:hover {
    background-color: rgb(51, 204, 255);
}
/*location*/

div.questionnaireFormContainer .locationLatLon,
div.questionnaireFormContainer .locationAddress {
    pointer-events: all;
    cursor: text;
    background-color: hsl(0, 0%, 100%);
    color: hsl(195, 100%, 30%) !important;
    padding: 10px;
    border: 1px solid hsl(0, 0%, 0%);
    border-radius: 5px;
    width: 100%;
    /* transition: width 0.3s linear; */
    text-align: left;
    max-width: 100%;
    max-height: 100%;
    resize: none;
    box-sizing: border-box;
}

div.questionnaireFormContainer .locationLatLon {
    padding: 10px;
    max-width: 200px;
}

div.questionnaireFormContainer .locationAddress {
    line-height: 120%;
    max-width: 100%;
}

/* QUESTIONNAIRE VIEWER EMBEDDED ASSET ELEMENTS*/

div.embeddedAssetViewerContainer, div.embeddedAssetViewerContainer div.reorderQuestionContainer {
    overflow-y: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
}

div.embeddedAssetViewerContainer p.questionNumber {
    line-height: 130% !important;
}

div.embeddedAssetContainer {
    flex-direction: row;
    position: relative;
    display: flex;
    flex-grow: 1;
    width: 100%;
}

div.embeddedAssetHeader {
    padding: 10px;
    display: flex;
    position: relative;
    align-items: flex-start;
}

div.embeddedAssetHeader > p {
    word-break: break-word;
    display: inline-block;
    font-size: 18pt;
    padding: 10px !important;
}

div.embeddedAssetHeader > p.questionNumber {
    white-space: nowrap;
}

div.embeddedAssetImgContainer {
    height: 100%;
    flex-grow: 1;
    display: flex;
    position: relative;
    min-width: 50%;
}


div.embeddedAssetImg {
    background: hsl(0, 0%, 95%) no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    bottom: 20px;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding-bottom: 20px;
    /* height: 100%; */
}

#map-sample-canvas {
    position: relative;
    display: block;
    height: 50%;
    max-height: 400px;
}

#map-sample-canvas .leaflet-control-container {
    display: none;
}

#metadata-table {
    display: block;
    position: relative;
}

div.embeddedAssetLocation {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

div.embeddedAssetContainer div.mapCanvas {
    position: relative;
    display: block;
}

div.embeddedAssetDetails {
    min-width: 25%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    height: 100%;
    overflow-y: auto
}


div.embeddedAssetRow {
    background-color: hsl(0, 0%, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid hsl(0, 0%, 75%);
    pointer-events: all;
    cursor: pointer;
}

div.embeddedAssetRow:hover {
    background-color: hsl(200, 100%, 95%);
}

p.embeddedAssetCellLabel {
    font-size: 10pt !important;
    display: inline-block !important;
    padding: 5px !important;
    min-width: unset !important;
}

img.embeddedAsset {
    padding: 3px;
    vertical-align: middle;
    border-radius: 5px;
    background-color: hsl(0, 0%, 0%);
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

/* EMBEDDED ASSET VIEWER PANEL NAVIGATION CONTROLS */

.buttonViewItems {
    border-color: hsla(200, 75%, 40%, 0.8);
}

.viewerNavigationControls {

    display: inline-flex;
    align-items: center;
    position: absolute;
    left: 0;
    height: 100%;
}

.leftArrow, .rightArrow {
    cursor: pointer;
    pointer-events: all;
    /*padding: 10px;*/
    display: inline-block;
    color: hsl(0, 0%, 0%);
}

.rightArrow {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid hsl(0, 0%, 0%);
}

.leftArrow {
    margin-right: 12px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 24px solid hsl(0, 0%, 0%);
}

.viewCountNumber, .viewCountTotal {
    font-family: "StandardFontBold", "Arial", sans-serif;
    display: inline-block;
    font-size: 13pt;
    color: hsl(0, 0%, 55%);
}

.viewCountNumber {
    margin-left: 15px;
    color: black;
    font-size: 16pt;
}

.embeddedAssetViewerContainer .questionReorderControlBar {
    margin: 20px 20px 0px !important;
}

.embeddedAssetViewerContainer .leaflet-marker-icon {
    transform-origin: center;
}

/* QUESTIONNAIRE VIEWER FORM */

div.questionnaireFormContainer.view-questionnaire input,
div.questionnaireFormContainer.view-questionnaire textarea {
    border: none;
    pointer-events: none;
}

div.questionnaireFormContainer.view-questionnaire div.questionOptionShape,
div.questionnaireFormContainer.view-questionnaire div.answerBubbleViewMode,
div.questionnaireFormContainer.view-questionnaire .matrixOptionBubble,
div.questionnaireFormContainer.view-questionnaire .rangeAnswer,
div.questionnaireFormContainer.view-questionnaire .single-select-dropdown-selector {
    pointer-events: none;
    cursor: pointer;
}

div.questionnaireFormContainer.view-questionnaire .button-change-map {
    pointer-events: none !important;
    display: none !important;
}

.multiText .centerText > p {
    color: hsl(0, 0%, 0%);
    text-align: left;
}

/* QUESTIONNAIRE VIEWER COMPACT VERSION FOR MAP VIEW */

#map-info-panel p.questionNumber {
    font-size: 12pt !important;
}

#map-info-panel p.questionType {
    font-size: 12pt !important;
}

#map-info-panel p.headingText {
    font-size: 12pt !important;
}

#map-info-panel p.questionText {
    font-size: 12pt !important;
    padding: 10px !important;
}

#map-info-panel p.instructionText {
    font-size: 12pt !important;
}
#map-info-panel p.questionnaireQuestion,
#map-info-panel p.goto-label {
    font-size: 12pt !important;
    min-height: 35px;
}


