#shapesSvgPopup{
    background-color: #fafafa;
    box-shadow: 0 0 15px black;
    display: none;
    height: 90%;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    margin: auto;
    overflow: hidden;
    min-height: 450px;
}
#shapesSvgPopupWindow{
    width: 100%;
    height: calc( 100% - 10px);
    display: inline-block;
    border-bottom: 1px solid #cecece;
    padding: 0 10px;
}
#shapesSvgPopupWindowHead{
    height: 22px;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    margin: 28px 0px 3px;
}
.shapes_head{
    color: #A1A1A1; 
    font-size: 12px;  
}
.shapes_close{
    color: #6EC6EB;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
#shapesSvgPopupWindowContent{
    max-width: 100%;
    max-height: calc( 100% - 53px);
    width: 100%;
    height: calc( 100% - 53px);
    display: inline-block;
    overflow: auto;
    padding: 2px 3px;
}
#shapesSvgPopup .shapesSvgPopupWindowContentItem{
    width: 120px;
    height: 120px;
    display: flex;
    box-shadow: 1px 1px 3px #878787;
    float: left;
    margin: 3px 7px 3px 3px;
    cursor: pointer;
}
#shapesSvgPopup .shapesSvgPopupWindowContentItem img{
    margin: 31px;
    width: 60px;
    max-height: 60px;
    vertical-align: middle;
    display: inline-block;
}