﻿.AppIconThumb {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin: 0px 10px 10px 0px;
}
.ColorChoose > div {
    width: 48px;
    height: 48px;
    margin: 0px 10px 10px 0px !important;
    border-radius: 48px;
}

.AppIcon {
}

.AppIcon > div {
    width: 128px;
    height: 128px;
    /* color: white; */
    font-size: 80px;
    text-shadow: 3px 2px 0px rgba(0,0,0,0.3);
    line-height: 128px;
}

.AppIcon > div > img,
.AppIcon > div > object {
    width: 80px;    
    vertical-align: middle;
}

.ImagesContainer canvas,
.ImagesContainer img {
    margin:  0px 10px 10px 0px;
}

span.IconName {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px;
    white-space: nowrap;
    background-color: white;
    display: none;
    position: relative;
    top: -50%;
    left: -30%;
}

.AppIconThumb > a:hover > .IconName {
    display: inline-block;
}

/* Colors */

.Turquoise {
    background-color: #009688 !important;
}