
/*************************** GENERAL FORMS *******************************/

div.section-form {
    position: absolute;
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    display: none;
    min-width: 200px;
    background-color: hsl(0, 100%, 100%);
    border-radius: 5px;
    z-index: 5600;
    border: 2px solid hsl(200, 75%, 40%);
}

div.form-contents {
    display: block;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 15px;
}

div.form-contents p {
    color: hsl(0, 0%, 0%);
    font-weight: bold;
    font-size: 13pt;
    word-break: normal !important;
}

div.form-content-block {
    display: block;
}

div.form-control-bar {
    position: absolute;
    margin: 15px 15px 0px 15px;
    bottom: 0;
    height: 70px;
    left: 0;
    right: 0px;
    border-top: 1px solid hsl(0, 0%, 80%);
    z-index: 10;
}

div.section-modal-form {
}

/*************************** FORM INPUTS *******************************/

input.form-input, textarea.form-input {
    width: 100%;
    letter-spacing: 0.5px;
    line-height: 150%;
    padding: 5px 10px;
    color: hsl(195, 100%, 30%) !important;
    border: solid 1px hsl(0, 0%, 70%);
    background: none;
    background-color: hsl(0, 0%, 100%);
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-appearance: none;
    pointer-events: auto !important;
}

input.form-input:focus, textarea.form-input:focus {
    outline: none;
    box-shadow: 0px 0px 6px 1px hsl(200, 100%, 75%) !important;
}

/**********************************************************/

/* todo correct file code so that only one of these is being generated */
div.deleteFileForm {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 200px;
    max-width: 350px;
    padding: 15px;
    background-color: hsl(0, 100%, 100%);
    border-radius: 5px;
    z-index: 5600;
    border: 2px solid hsl(0, 100%, 40%)
}

p.modalMessageText {
    font-family: "StandardFontBold", "Arial", sans-serif;
    font-size: 17pt;
    letter-spacing: 1px;
    padding: 5px 0px;
    color: hsl(0, 0%, 0%);
    line-height: 135%;
    text-align: center;
    white-space: pre-line;
}

/*************************** QUESTIONNAIRE EDITOR ITEMS *******************************/

div.QuestionnaireBuilder, div.editQuestionnaireBuilder {
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 90%;
    color: hsl(0, 100%, 40%);
    z-index: 5002;
    font-size: 20pt;
    font-family: "StandardFontBold", "Arial", sans-serif;
    transition: height 0.3s linear;
}

div.QuestionnaireBuilder {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    position: absolute;
    padding: 20px;
    border-radius: 5px;
    background-color: hsl(0, 100%, 100%);
    transform: translate(-50%, -50%);
}

div.QuestionnaireTemplate {
    flex: 1;
    color: hsl(0, 0%, 0%);
    border: 2px solid hsl(0, 0%, 40%);
    border-radius: 5px;
    min-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    /*margin: 10px auto;*/
    padding: 5px;
    transition: height 0.3s linear;
    background-color: hsl(0, 100%, 100%);
    box-sizing: border-box;
}

.QuestionLabel, .answerLabel {
    line-height: 52px;
    display: inline-block;
    color: hsl(0, 0%, 0%);
    font-size: 16pt;
}

.answerLabel {
    font-size: 14pt;
    line-height: 40px;
}

div.ChooseQuestionType {
    display: none;
    height: auto;
}

p.QuestionTypeLabel {
    width: 100%;
    color: hsl(0, 0%, 0%);
    text-align: center;
}

div.centerWrapper {
}

div.width200 {
    width: 200px;
}

div.rightAlign {
    text-align: right;
}

div.centerAlign {
    text-align: center;
}

div.questionTypesWrapper {}


div.AddQuestionWrapper {
    pointer-events: all;
    margin-right: 20px;
    float: right;
    cursor: pointer;
    text-align: center;
    width: 170px !important;
    border-radius: 5px;
    padding: 4px;
    transform: scale(0.8);
}

div.questionWrapper, div.headingWrapper {
    transition: height 0.3s;
    border-radius: 5px;
    pointer-events: none;
}


/*INFO PANEL QUESTIONNAIRE VIEWER*/

p.infoPanelQuestion:first-child {
    margin-top: 0px;
}
p.infoPanelQuestion, p.infoPanelHeader, p.infoPanelAnswer {
    font-family: "StandardFontBold", "Arial", sans-serif;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
    line-height: 145%;
    margin-top: 10px;
}

p.infoPanelAnswer {
    margin:  0px 0px 2px 5px;
    vertical-align: top;
    display: inline-block;
    font-family: "StandardFontRegular", "Arial", sans-serif;
}

div.infoPanelQuestionnaireOptions {
    padding-left: 20px;
    padding-bottom: 5px;
}

div.infoPanelQuestionnaireOption {
}

p.infoPanelQuestionOption {
    height: auto;
    font-size: 14px;
    color: hsl(0, 0%, 20%);
    line-height: 145%;
}


div.questionnaireCb, div.questionnaireCbSelected, div.questionnaireCircle,
div.questionnaireCircleSelected{
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: solid 1px hsl(0, 0%, 10%);
}

div.questionnaireCircle, div.questionnaireCircle {
    border-radius: 50%;
}

div.questionnaireCbSelected, div.questionnaireCircleSelected {
    background-color: hsl(200, 100%, 55%);
}

p.infoPanelHeader {
    font-size: 16px;
    margin: 0;
    color: hsl(200, 85%, 40%);
}

div.questionOptions {
    padding-left: 20px;
    padding-bottom: 5px;
}

div.infoPanelRangeAnswer, div.infoPanelRangeAnswerSelected {
    color: grey;
    width: 18px;
    font-size: 12px;
    height: 18px;
    margin: 2px 8px 0px 8px;
    border: 1px solid hsl(0, 0%, 0%);
    border-radius: 50%;
    padding: 0px;
}

div.infoPanelRangeAnswerSelected {
    background-color: hsl(200, 100%, 55%);
    color: hsl(0, 0%, 0%);
}

p.infoPanelShortAnswer {
    pointer-events: none;
    user-select: none;
    padding-left: 20px;
    border-radius: 5px;
    overflow-y: hidden;
    border: none;
    font-size: 14px;
    width: 100%;
    transition: width 0.3s linear;
    text-align: left;
    max-width: 100%;
    max-height: 100%;
    resize: none;
    line-height: 145%;
    /*min-height: 40px;*/
    box-sizing: border-box;
    font-family: "StandardFontRegular", "Arial", sans-serif;
    color: hsl(200, 100%, 30%);
}

p.infoPanelLongAnswer {
    pointer-events: none;
    user-select: none;
    border-radius: 5px;
    padding-left: 20px;
    line-height: 145%;
    overflow-y: hidden;
    border: none;
    /*min-height: 60px;*/
    font-size: 14px;
    width: 100%;
    transition: width 0.3s linear;
    text-align: left;
    max-width: 100%;
    max-height: 100%;
    resize: none;
    box-sizing: border-box;
    font-family: "StandardFontRegular", "Arial", sans-serif;
    color: hsl(200, 100%, 30%);
}
div.rangeWrapper {
    position: relative;
    width: 100%;
    color: hsl(0, 100%, 100%);
    display: block;
    box-sizing: border-box;
    padding: 10px;
    transition: transform 0.5s ease-out;
    text-align: center;

}


/**************************************/

.margin10 {
    margin: 10px;
}



div.centerWrapper {
    text-align: center;
    height: 70px;
}

.alignLeft {
}

textarea.ShortAnswer {
    border: 2px solid hsl(0, 100%, 40%);
    border-radius: 5px;
    color: hsl(0, 0%, 0%);
    width: 100%;
    transition: width 0.3s linear;
    text-align: left;
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
    resize: none;
    box-sizing: border-box;
}

input, textarea {
    pointer-events: all;
}

input.ShortAnswer, input.Standard {
    border: 2px solid hsl(0, 100%, 40%);
    border-radius: 5px;
    color: hsl(0, 0%, 0%);
    width: 100%;
    transition: width 0.3s linear;
    text-align: left;
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
    resize: none;
}

.minHeight {
    min-height: 96px;
}

/*textarea.ShortAnswer::-webkit-input-placeholder {*/
/*color: red;*/
/*text-align: center;*/
/*}*/
/*textarea.ShortAnswer:-moz-placeholder {*/
/*!* Firefox 18- *!*/
/*text-align: center;*/
/*}*/
/*textarea.ShortAnswer::-moz-placeholder {*/
/*!* Firefox 19+ *!*/
/*text-align: center;*/
/*}*/
/*textarea.ShortAnswer:-ms-input-placeholder {*/
/*text-align: center;*/
/*}*/

textarea.shortAnswer:focus {
    outline: none;
}

div.AddQuestionTemplate {
    color: hsl(0, 0%, 0%);
    height: 75px;
    box-sizing: border-box;
}

div.AddQuestionTemplate, div.AddQuestionnaire, div.AddQuestionnaireToDOM {
    /*min-height: 60px;*/
    margin: 0;
    transition: height 0.3s linear;
}

div.AddQuestionnaire {
    display: flex;
    justify-content: space-between;
}

div.AddQuestionnaireToDOM {
    padding-top: 20px;
    text-align: center;
}

div.AddQuestionnaireTemplate {
    color: hsl(0, 0%, 0%);
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: hsl(0, 100%, 100%);
    border-radius: 5px;
    padding: 10px;
}

div.MultipleChoiceAnswerField {
    cursor: pointer;
    display: inline-block;
    /*min-width: 200px;*/
    width: 100%;
    height: 40px;
    /*margin: 0 20px;*/
}

input.MultipleChoiceInput, input.RangeAnswerField, input.YesOrNoInput {
    /*pointer-events: none;*/
    /*user-select: none;*/

    cursor: text;
    display: inline-block;
    width: 400px;
    height: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid hsl(0, 0%, 0%);
    border-radius: 5px;
    color: hsl(0, 0%, 0%);
}

input.MultipleChoiceInput, input.YesOrNoInput {
    width: calc(100% - 70px);
    max-width: 500px;
}

input.YesOrNoInput {
    pointer-events:none;
    border: transparent; width: 50px
}


input.RangeAnswerField {
    width: 30px;
    margin: 0 10px;
    text-align: center
}

div.centerText {
    text-align: center !important;
}

div.MultipleChoiceBubble, div.MultipleSelectionBubble, div.removableAnswer,
div.rangeAnswer {
    display: inline-block;
    border: 1px solid hsl(0, 0%, 0%);
    width: 15px;
    height: 15px;
    padding: 10px;
    border-radius: 20px;
    margin: 7px;
    cursor: default;
}

div.rangeAnswer {
    color: grey;
    margin: 0 30px;
    margin-top: 2px;
}

div.removableAnswer {
    cursor: pointer;
}

div.MultipleSelectionBubble {
    border-radius: 5px;
}

div.selected {
    background-color: hsl(0, 100%, 40%);
}

div.AddMainItemModal {
    background-color: hsl(0, 100%, 100%);
    display: none;
    height: auto;
    width: 80%;
    color: hsl(0, 100%, 40%);
    z-index: 5002;
    font-size: 20pt;
    font-family: "StandardFontBold", "Arial", sans-serif;
}

div.buttonQuestionnaireView, div.buttonQuestionnaireEdit, div.buttonQuestionnaireCopy {
    cursor: pointer;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, 0.10);
    color: hsl(0, 0%, 100%) !important;
    border: solid 1px hsla(0, 0%, 100%, 0.50) !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 80px;
    margin: 15px;
    border-radius: 5px;
    user-select: none;
    text-align: center;
    line-height: 42px;
    float: right;
    pointer-events: all;
}


div.buttonQuestionnaireEdit {
    top: 51.5px;
}

div.buttonQuestionnaireCopy {
    top: auto;
    bottom: 0;
}

div.buttonUpdateNumAnswers {
    height: 40px;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 40px;
}

div.numAnswersWrapper {
    display: block;
    height: 40px;
    position: relative;
    width: 100%;
    left: 0;
    padding: 20px;
}

/*************************** QUESTIONNAIRE VIEWER ITEMS *******************************/

p.ownerLabel {
    font-size: 20pt;
    line-height: 40px;
    letter-spacing: 0;
    color: hsl(195, 100%, 50%);
    text-align: left;
    font-family: "StandardFontBold", "Arial", sans-serif;
}

p.questionnaireQuestion {
    position: absolute;
    left: 35px;
    font-family: "StandardFontRegular", "Arial", sans-serif;
    font-size: 15pt;
    color: hsl(0, 0%, 10%);
    display: inline-block;
    line-height: 50px;
}

div.questionnaireOptions {
    padding-left: 20px;
    padding-bottom: 5px;
}

div.questionnaireOption, div.infoPanelQuestionnaireOption {
    position: relative;
    height: 50px;
    display: block;
    font-size: 14pt;
    color: hsl(0, 0%, 20%);
    vertical-align: middle;
}

div.answerBubbleViewMode, div.answerBubbleViewModeSelected, div.questionOptionShape {
    position: absolute;
    line-height: 50px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 13px;
    border: solid 1px hsl(0, 0%, 10%);
}

div.questionOptionShape {
    border-radius: 15px;
    height: 28px;
    width: 28px;
    margin-right: 3px;
    margin-top: 11px
}



div.answerBubbleViewModeSelected {
    background-color: hsl(200, 100%, 55%);
}

div.infoPanel {
    flex-direction: column;
    align-items: center;
    vertical-align: top;
    display: flex;
    position: absolute;
    bottom: -130px;
    width: 100%;
    height: 240px;
    background-color: hsl(0, 0%, 10%);
    transition: transform 0.4s ease-out;
}

div.slideInfoPanel {
    border-top: solid 1px hsl(0, 0%, 25%);
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: hsl(0, 0%, 10%);
}

.animClass {
    -webkit-transform: translate3d(0, -100%, 0);
    /* more specific animation properties here */
}

/*************************** FILE UPLOADER ITEMS *******************************/

div.fileUploaderContainer {
    font-size: 20pt;
    color: hsl(195, 100%, 55%);
    background-color: hsl(0, 0%, 0%);
    border: 2px solid hsl(195, 100%, 55%);
    border-radius: 5px;
    position: fixed;
    display: none;
    top: 120px;
    bottom: 120px;
    left: 120px;
    right: 120px;
    z-index: 5001;
    width: auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    min-height: 450px;
    max-height: 1000px;
    min-width: 550px;
    max-width: 1000px;
}

div.chooseFileContainer {
    display: block;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    margin: 0 15px;
    overflow: hidden;
    border: 1px hsl(195, 100%, 55%) solid;
    border-radius: 5px;
    height: calc(100% - 186px);
}

div.chooseFileHolder {
    overflow-y: auto;
    background: transparent;
    height: calc(100% - 64px);
    width: 100%;
    position: relative
}

p.fileMessage {
    font-size: 15pt;
    color: hsl(0, 100%, 100%);
    position: absolute;
    font-style: italic;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


div.fileListHeader, div.fileListExtra {
    font-size: 20pt;
    background: hsl(195, 100%, 55%);
    color: hsl(0, 0%, 0%);
    width: 100%;
    position: relative;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}
div.filePlaceholderImage {
    background-color: grey;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: 50px;
    box-sizing: border-box;
}

div.fileListExtra {
    font-size: 15pt;
}

div.fileListItem, div.uploadFileListItem, div.metaDataListItem {

    display: flex;
    justify-content: space-between;
    font-size: 14pt;
    color: hsl(195, 100%, 55%);
    border-top: 1px solid hsl(0, 0%, 25%);
    width: 100%;
    height: 76px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

div.metaDataListItem {
    cursor: pointer !important;
    pointer-events: all !important;
}

div.uploadFileListItem {
    width: auto;
    margin: 0 20px;
}

div.fileListItem:first-child, div.uploadFileListItem:first-child {
    border-top: none;
}

div.uploadButtonBar {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 60px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: 15px 0;
    box-sizing: border-box;
}

/**********FILE UPLOADER************/

div.statusContainer, div.uploadStatusContainer {
    z-index: 2;
    display: none;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: grey;
}

div.statusContainer {
    border-top: 1px solid hsla(0, 0%, 20%, 0.2);
}

div.uploadStatusContainer {
    height: 10px;
    width: 90%;
    border-radius: 5px;
    position: relative;
}

div.uploadSpinner {
    display: none;
    height: 25px;
    width: 25px;
    background-color: transparent;
    margin: 10px;
    border-radius: 50%;
    border: solid 1px hsl(0, 0%, 30%);
    box-sizing: content-box;
    z-index: 1;
    transition: border 0.75s, background-color 0.75s;
}

.uploadSpinnerRotate {
    -webkit-animation: spin 1.25s linear infinite;
    -o-animation: spin 1.25s linear infinite;
    animation: spin 1.25s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


div.uploadSecondarySpinner {
    height: 100%;
    width: 100%;
    background-color: hsl(0, 0%, 0%);
    border-radius: 15px;
    z-index: 2;
    border: 4px solid hsl(140, 75%, 55%);
    border-right-color: hsla(0, 0%, 0%, 0);
    border-left-color: hsla(0, 0%, 0%, 0);
    box-sizing: border-box;
    transition: border 0.75s, background-color 0.75s;
}

div.statusBar, div.uploadStatusBar {
    transition: width 0.5s linear;
    width: 0;
    height: 100%;
    max-width: 100%;
    background-color: hsl(140, 100%, 55%);
}

div.uploadStatusBar {
    border-radius: 5px;
    transition: width 1.2s linear;
}

div.uploadImageHolder, div.thumbnailHolder, div.thumbnailHolderNotAllowed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    height: 50px;
    width: 50px;
    border: 1px solid hsl(195, 100%, 55%);
    background-color: hsl(0, 0%, 0%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.thumbnailHolder, div.thumbnailHolderNotAllowed {
    background-color: transparent;
    box-sizing: border-box;
    border: none;
}

div.thumbnailHolderNotAllowed {
    opacity: 0.3;
}

.fileImagePreview {
    z-index: 1;
    pointer-events: none;
    position: relative;
    max-height: 50px;
    max-width: 50px;
}

input.fileUpload {
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 64px);
}

p.fileListLabel, p.uploadFileListLabel, p.uploadFileListLabelNotAllowed {
    font-size: 14pt;
    line-height: 75px;
    color: hsl(195, 100%, 55%);
    position: absolute;
    left: 70px;
    text-align: left;
    box-sizing: border-box;
}

p.uploadFileListLabelNotAllowed {
    color: grey;
}


p.fileListLabel {
    font-size: 15pt;
}

div.downloadFileButton:hover, div.cancelFileButton:hover, div.deleteFileButton:hover,
div.downloadMetadataButton:hover{
    background-color: hsl(0, 0%, 30%);
}

div.cancelFileButton, div.uploadFileButton {
    margin: 10px;
    height: 20px;
}

div.centerItems {
    align-items: center;
}

div.uploadFileButton {
}

div.transparent {
    background-color: transparent;
}

/************METADATA************/


div.metaDataProjectContainerOpen, div.metaDataProjectContainerClosed,
div.collectionContainer, div.assetCollectionContainer {
    height: auto;
    /*padding: 10px 0;*/
    position: relative;
    display: block;
    justify-content: space-between;
    color: hsl(0, 0%, 0%);
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    background-color: hsl(0, 0%, 10%);
    transition: 0.5s opacity linear;
    opacity: 0;
}


div.metaDataProjectContainerClosed, div.metaDataProjectContainerOpen {
    margin-top: 40px;
}

div.collectionContainer, div.panelCollection {
    margin-top: 0 !important;
    border-top: none;
    border-bottom: 1px solid hsl(0, 0%, 25%);
    transition: height 0.5s linear;
}

div.projectHeader {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    color: hsl(0, 0%, 0%);
    box-sizing: border-box;
    align-items: center;
    pointer-events: all;
    z-index: 2;
    background-color: hsl(0, 0%, 10%);
    padding: 10px 0;
    border-bottom: 1px solid hsl(0, 0%, 25%);
}


div.metaDataItemsContainer, div.collectionItemsContainer, div.panelCollectionItemsContainer {
    position: relative;
    /*border-top: 1px solid hsl(0, 0%, 25%);*/
    min-height: 60px;
}

/*div.collectionContainer div.metaDataListItem:last-child {*/
    /*border-bottom: none;*/
/*}*/


div.metaDataItemsContainer {
    z-index: 100;
    border-top: none;
}

div.collectionItemsContainer {
    z-index: 1;
    transition: transform linear 0.75s;
}

div.metaDataListItem, div.collectionListItem, div.panelAsset, div.panelCollectionListItem, div.kmlAsset {
    display: block;
    height: auto;
    padding: 10px 0;
    cursor: default;
    min-height: 80px;
    border-top: none;
    border-bottom: 1px solid hsl(0, 0%, 25%);
}

div.kmlAsset {
    margin: 2px 0px;
}

div.kmlAsset:first-child {
    margin-top: 0px;
}

p.noMetadataMessage {
    margin-top: 15px;
}

/*div.collectionContainer div.metaDataListItem:last-child {*/
    /*border: none;*/
/*}*/

/*div.collectionContainer div.collectionContainer:last-child {*/
    /*border: none;*/
/*}*/


div.collectionItemsContainer div.metaDataListItem:last-child {
    border: none !important;
}

div.collectionItemsContainer div.collectionContainer:last-child {
    border: none !important;
}

div.collectionItemsContainer div.metaDataListItem:first-child {
    border-top: 1px solid hsl(0, 0%, 25%) !important;
}

div.collectionItemsContainer div.collectionContainer:first-child {
    border-top: 1px solid hsl(0, 0%, 25%) !important;
}

.project:last-child div.metaDataListItem:last-child {
     border: none;
 }

.project:last-child div.collectionContainer:last-child {
    border: none;
}

div.sectionContainer .project:last-child {
    margin-bottom: 20px;
}

div.collectionListItem {
    cursor: pointer;
    border: none;
}

/*div.metaDataListItem:last-child {*/
    /*border: none;*/
/*}*/

div.metaDataProjectContainerClosed div.metaDataItemsContainer  {
    transition: height 0.5s;
    display: none;
}

div.metaDataProjectContainerClosed div.collectionItemsContainer  {
    display: none;
}

div.metaDataProjectContainerClosed:first-child {
    border-top: none;
    margin-top: 0;
}

div.metaDataProjectContainerOpen:first-child {
    border-top: none;
    margin-top: 0;
}


p.metaDataListLabel, p.collectionLabel, p.collectionDesc {
    font-size: 14pt;
    line-height: 30px;
    color: hsl(195, 100%, 55%);
    position: relative;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
}

div.collectionDetails {
    position: absolute;
    left: 135px;
    font-size: 16pt;
}

p.collectionLabel, p.collectionDesc {
    margin: 10px 0;
    position: relative;
    font-size: 16pt;
}

p.collectionDesc {
    font-size: 12pt;
    color: hsl(0, 100%, 100%);
}

img.collectionImg {

}

div.metaDataItem {
    display: block;;
}

p.metaDataHeader, p.metaDataValue {
    display: inline-block;
    position: relative;
    line-height: 30px;
    width: auto;
    font-size: 12pt;
    color: hsl(0, 0%, 75%);
}

p.metaDataValue {
    margin: 0 15px 0 5px;
}

p.metaDataHeader {
    color: hsl(0, 100%, 100%);
    font-weight: bold;
}


/*************TOOLTIPS****************/

div.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted hsl(0, 0%, 0%); /* If you want dots under the hoverable text */
}

/* Tooltip text */


div.metadataToolTip {
    display: none;
    position: absolute;
    right: 125px;
    text-align: center;
    font-size: 12pt;
    background-color: hsl(0, 0%, 20%);
    padding: 10px;
    border-radius: 5px;
    margin: 0 20px;
    width: 300px;
    z-index: 5;
}

div.tooltipArrow {
    z-index: 1;
    display: none;
    position: absolute;
    right: 135px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid hsl(0, 0%, 20%);
}

div.KmlToolTip {
    display: none;
    position: absolute;
    background-color: hsl(0, 0%, 20%);
    color: hsl(0, 100%, 100%);
    right: 40px;
    top: 5px;
    height: 10px;
    text-align: center;
    font-size: 8pt;
    padding: 10px;
    border-radius: 5px;
    max-width: 180px;
    z-index: 5;
}

div.KmlToolTipArrow {
    display: none;
    z-index: 1;
    position: absolute;
    right: 35px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid hsl(0, 0%, 20%);
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}