﻿ul#buttonMenu {
    background: #f7f7f7;
    margin-top: 0px;
    padding-left: 0;
    height: 100%;
    /*box-shadow: 5px 5px 5px darkgray;*/
    /*display: flex;*/
    /*	border-bottom-color: #3DCD58;
    	border-bottom-style: solid;*/
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    overflow-y: hidden;
    white-space: nowrap;
}

    ul#buttonMenu li.menuButtons {
        display: inline-block;
        list-style: none;
    }

    ul#buttonMenu li.menuButtons.disabled{
        background: #9FA0A4;
    }

   
.dropDownButtonRef {
    display: inline-block;
    color: #626469 !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menuButtonsRef {
    display: inline-block;
    /*color: white;
    text-align: center;
    padding: 10px 16px;*/
    text-decoration: none;
    height: 16px;
    line-height: 16px;
    width: 100%;
    height: auto;
}

    .menuButtonsRef.header{
        font-weight: bold;
        margin: 24px 0 8px 0;
    }

    ul
    ul#buttonMenu li.menuButtons a.menuButtonsRef {
        color: #42b4e6;
    }

ul#buttonMenu li a:hover,
.dropbtn.dropdown:hover {
    background-color: white;
    color: #3DCD58;
}

ul#buttonMenu li.dropdown {
    display: inline-block;
}

.dropdown-content-1 {
    display: none;
    position: absolute;
    background-color: white;
    /*min-width: 160px;
		max-width: 300px;*/
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-left: -16px;
    margin-top: 10px;
    z-index: 1000000;
    font-size: 10.5px; /*6-25-17   14px*/
    overflow: auto;
    max-height: 0;
    max-width: 60%;
    transition: 0s max-height;
    max-height: -webkit-calc(100% - 125px);
    max-height: -moz-calc(100% - 125px);
    max-height: calc(100% - 125px);
}

    .dropdown-content-1 a {
        color: #626469 !important;
        /*padding: 12px 16px;*/
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        text-align: left;
        word-wrap: normal;
        white-space: initial;
    }

        .dropdown-content-1 a:hover {
            background-color: #9FA0A4 !important;
            color: white !important;
        }

.dropdown:hover .dropdown-content-1 {
    display: block;
    max-height: -webkit-calc(100% - 125px);
    max-height: -moz-calc(100% - 125px);
    max-height: calc(100% - 125px);
    transition-delay: 1s;
   
}
div.dropDownRows {
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
}

img.dropDownLinkStars {
    height: 16px;
    margin-left: 4px;
    order: 2;
    margin: 0 28px 0 auto;
    cursor: pointer;
}

#myDocumentsContainer {
    display: flex;
}

#myDocumentsTagDiv {
    background-color: #fafafa;
    font-size: 14px;
    color: #333333;
    user-select: none;
}

#myDocumentsTagDiv #filterDiv{
    flex: 1;
    margin: 16px;
    background-color: white;
    height: fit-content;
    border-top: 1px solid #ededed;
}

#myDocumentsTagDiv #filterDiv .filterLabel{
    margin: 0;
}

#myDocumentsTagDiv #filterDiv .filterOption{
    flex: 1;
    padding: 16px;
    border: 1px solid #ededed;
    border-top: none;
    cursor: pointer;
    display: flex;
}

#myDocumentsTagDiv .filterOption:hover{
    background-color: #ededed;
}

#myDocumentsTagDiv #filterDiv .filterOption .filterCheckbox{
    pointer-events: none;
    margin-right: 16px;
}

#myDocumentsTagDiv #documentsDiv{
    flex: 3;
    padding: 16px 16px 16px 0;
}

#myDocumentsTagDiv #documentsDiv .documentSection {
    margin-bottom: 32px;
    border-bottom: 1px solid #ededed;
}

#myDocumentsTagDiv #documentsDiv .documentSection .documentSectionTitle {
    font-weight: bold;
    margin-bottom: 16px;
}

#myDocumentsTagDiv #documentsDiv .documentSection .documentDiv {
    display: flex;
    border: 1px solid #ededed;
    border-bottom: none;
    background: white;
    padding: 16px;
    cursor: pointer;
}

#myDocumentsTagDiv #documentsDiv .documentSection .documentDiv .documentName{
    margin: 0;
    align-self: center;
}

#myDocumentsTagDiv #documentsDiv .documentSection .documentDiv:hover {
    background: #ededed;
}

#myDocumentsTagDiv #documentsDiv .documentSection .documentDiv .documentIcon {
    height: 22px;
    margin-right: 16px;
}

#myDocumentsTagDiv #documentsDiv .documentSection .documentDiv .documentFavoriteIcon {
    height: 20px;
    margin-left: auto;
}

ul#buttonMenu li.dropdown > a:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

ul.docLinksUl,
ul#productOverview-documents-undefined {
    padding: 0;
    border: solid 1px #EDEDED;
    border-bottom: none;
}

ul#productOverview-documents-undefined {
    margin: 24px 0 0px 0;
}

    li.menuButtons {
        display: block;
    }

li.dropDownRows::before {
    font-family: se-icon;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #626469;
    content: "\F440";
    margin-left: 16px;
}

ul#documentsMenuUl {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

    ul#documentsMenuUl li.menuButtons a.menuButtonsRef,
    ul#documentsMenuUl li.dropDownRows a.dropDownButtonRef {
        color: #626469;
    }

ul.documentsMenuUl li.documentsMenuLi,
ul.docLinksUl li.dropDownRows,
ul#productOverview-documents-undefined li.dropDownRows {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ededed;
}


