﻿.toolPanel-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: auto;
}
.addlayerList-header, .addlayerList-row {
    display: flex;
}
.addlayerList-header {
    padding-right: 16px;
}
.addlayerList-name {
    flex-grow: 1;
    width: 188px;
    margin: auto;
}
.addlayerList-row {
    margin: 3px;
    padding: 3px;
    font-size: 12px;
    border: solid 1px rgba(209, 209, 209, 1);
    border-radius: 3px;
}
.addlayerList-buttons {
    width: 100px;
    flex-shrink: 0;
}



#addCommonLayerDiv .toolPanel-menu {
    width: 130px;
    background-color: #0079c1;
    flex-shrink: 0;
    overflow: auto;
    /*padding: 10px 0;*/
}

#addCommonLayerContent .toolPanel-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 460px;
}

#addCommonLayerMenu .toolPanel-menu-item.active {
    background-color: #006297;
    border-radius: 3px;
}

#addCommonLayerMenu .toolPanel-menu-item {
    text-align: center;
    padding: 8px;
    cursor: pointer;
    width: 85%;
    margin: 4px auto;
    color: white;
    height: 40px;
}
