
.main-toolbar {
    width: 100%;
}


.firstLevel-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: darkseagreen;
    border-bottom: 1px solid black;
}

.secondLevel-toolbar {
    position: fixed;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 140px;
    display: block;
    background-color: #ebebeb;


}

.secondLevel-box {
    width: 100%;
    margin: 5px 5px 5px 5px;
    height: 100px;
}


.secondLevel-box > div {
    float: left;
    width: auto;
    margin-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    height: 100px;
    border-right: 1px solid black;
}

.secondLevel-box > div > p {
    font-weight: bold;
    font-size: 20px;
}

.secondLevel-menu p {
    font-weight: bold;
    font-size: 20px;
}

.secondLevel-box-menu {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.secondLevel-box-menu > div {
    padding-right: 30px;
    padding-left: 30px;
}


.secondLevel-box-menu:hover p{
    color: #676767;
}


.secondLevel-menu {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 5px;
}


#consensus-slider-div {
    display: none;
}

#consensus-slider {
    width: 100px;
}

#consensus-slider::-webkit-slider-thumb {
    box-shadow: 1.5px 1.5px 1.5px #676767, 0px 0px 1.5px #676767;
    border: 0.3px solid #c8c8c8;
    height: 12px;
    width: 12px;
    border-radius: 8px;
    background: #676767;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

.menu {
    float: left;
    width: 100%;
}

.menu > div {
    float: left;
    padding: 5px 10px 5px 10px;
    height: 28px;
    font-weight: bold;
    border-right: 1px solid black;
    cursor: pointer;
}

.menu > div > h2 {
    font-size: 20px;
}

.menu > div > h2:hover {
    color: white;
}

.menu > div:hover {
    background-color: lightsalmon;
}

.dataset-name {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.search-box {	
    display: flex;	
    align-items: center;	
}

.footer {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #ebebeb;
}

.footer-left {
    float: left;
    width: 40%;
    height: inherit;
    text-align: left;
}

.footer-center {
    float: left;
    width: 20%;
    height: inherit;
    text-align: center;
}


.footer-right {
    float: right;
    width: 40%;
    height: inherit;
    text-align: right;
}


.ts-scroll {
    width: auto;
    height: inherit;
    float: right;
}

.footer-text {
    font-weight: bold;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}


.Toolbar::-webkit-scrollbar {
    width: 0 !important
}

#toolBarSettings {
    position: fixed;
    top: 0px;
    z-index: 9999;
    right: 0px;
    width: 50px;
    text-align: right;
}

.box {
    float: left;
    margin-left: 5px;
    width: 400px;
    height: 159px;
    /*border:1px solid black;  /*add borders to every box */

}

/* class for input */

#searchName {	
    padding: 0;	
    height: 28px;	
    border: none;	
    background-color: #fff;	
}	
#searchEdge {	
    padding: 0;	
    height: 28px;	
    border: none;	
    background-color: #fff;	
}

::placeholder {
    color: black;
    margin-right: 5px;
    font-size: 25px;

}

/* class for testing */

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.yellow {
    background-color: yellow;
}

.slider {
    width: 100px;
}

/* class of the box second level*/
#DataBox {
}

#ViewBox {
    display: none;
}

#GroupBox {
    display: none;
}

#SettingsBox {
    display: none;
}

#DeveloperBox {
    display: none;
}

#VistorianBox {
    display: none;
}

/* class for grid on toolbar */

.wd-10 {
    float: left;
    text-align: left;
    width: 10%;
}

.wd-10-R {
    float: left;
    text-align: right;
    width: 10%;
}

.wd-20 {
    float: left;
    text-align: left;
    width: 20%;
}

.wd-30 {
    float: left;
    text-align: left;
    width: 30%;
}

.wd-40 {
    float: left;
    text-align: left;
    width: 40%;
}

.wd-50 {
    float: left;
    text-align: left;
    width: 50%;
}

.wd-60 {
    float: left;
    text-align: left;
    width: 60%;
}

.wd-70 {
    float: left;
    text-align: left;
    width: 70%;
}

.wd-80 {
    float: left;
    text-align: left;
    width: 80%;
}

.wd-90 {
    float: left;
    text-align: left;
    width: 90%;
}

.wd-100 {
    float: left;
    text-align: left;
    width: 100%;
}

.F-left {
    float: left;
}

.F-right {
    float: right;
}

/* class for item on toolbar */

.input {
    width: 150px;
    height: 25px
}

.icon {
    width: 30px;
    height: 30px;
}
.icon-bg {
    width: 40px;
    height: 40px;
}

.icon1 {
    width: 23px;
    height: 23px;
}

.icon2 {
    height: 30px;
}

.iconv {
    width: 23px;
    height: 30px;
    margin-right: 3px;
    margin-left: 3px;
}

.iconv-small {
    width: 16px;
    height: 22px;
    margin-right: 3px;
    margin-left: 3px;
}

.row {
    margin-top: 5px;
    margin-left: 0px;
}

button {
    text-align: left;
    background-color: #ebebeb;
    border: none;
    cursor: pointer;

}


label > span {
    text-align: left;
    background-color: #ebebeb;
    border: none;
    cursor: pointer;
    padding: 6px;
}

label > span:hover {
    background-color: darkseagreen;

}

button:hover {
    background-color: darkseagreen;
}

.none {
    display: none;
}

/*media responsive 1024px and (max-width: 1024px) {*/


@media only screen {

    .secondLevel-toolbar {
        width: 100%;
        overflow: scroll;
        overflow-scrolling: auto;
    }

    .secondLevel-box {
        width: 2000px;
        margin: 5px 5px 5px 5px;
        height: 140px;
        overflow: hidden;
    }

    p {
        margin-bottom: 0px;
    }

    .border-right-light {
        border-right: 1px solid black !important;
    }

    .padding-right-sm {
        padding-right: 10px;
    }
}

.max-width-m {
    max-width: 200px;
}

.max-width-s {
    max-width: 50px;
}

#openAdvancedSearch {
    margin-top: 8px;
}
