.sheet-app-color
{
    color: #b5b5b5;
}

.html-desktop .sheet-app-color:hover
{
    color: #090909;
}

.sheet-app-colors
{
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.sheet-app-colors .sheet-app-color, 
.sheet-app-colors .sheet-app-color .sheet-app-color-item
{
    width: auto;
    height: auto;

}

.sheet-app-colors .sheet-app-color
{
    display: inline-block;
    border-style: solid;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #e5e5e5;
    box-shadow: 0 0 0 1px #e5e5e5;
    background-color: #fff;
    position: relative; 
    cursor: pointer;
    margin: 2px 1px;    
    vertical-align: middle;
}

.sheet-app-colors .sheet-app-color-view
{
    display: inline-block;
}

.sheet-app-colors .sheet-app-color .sheet-app-color-item
{
    display: block;
    width: 24px;
    height: 24px;    
    margin: 2px;
    border: 1px solid #eeeeee;
    border-radius: 5px;  
}

.sheet-app-color.shown .content .sheet-app-container-color, 
.sheet-app-color input[id="sheet-app-color"]:checked ~ .content .sheet-app-container-color 
{
    display: block;
}

.sheet-app-colors .sheet-app-color-selected
{
    -webkit-box-shadow: 0 0 0 2px #aaa;
    box-shadow: 0 0 0 2px #aaa;      
}

.sheet-app-items .coloring, 
.sheet-app-items .palette,  
.sheet-app-items canvas 
{
    position: static;
    display: block;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    z-index: auto;
    float: none;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none;
    background: none;
    clip: auto;
    opacity: 1;
    transform: none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: crosshair;
}

.sheet-app-items .coloring
{
    position: relative; 
    width: 100%; 
    height: 130px; 
    border-top: 1px solid rgb(187, 187, 187);
    border-bottom: 1px solid rgb(187, 187, 187);
}

.sheet-app-items .palette
{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background: rgba(255, 0, 0, 0.2); 
    opacity: 1;     
}

.current-color 
{
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
}

.crosshair
{
    position: absolute; 
    top: 0px;
    left: 0px; 
    height: 20px; 
    width: 20px;
    display: none;
    overflow:hidden;
}

.crosshair .crosshair-bg-x
{
    position: absolute; 
    background: rgb(255, 255, 255); 
    width: 4px; 
    height: 20px; 
    left: 8px; 
    top: 0px;
}

.crosshair .crosshair-x
{
    position: absolute; 
    background: rgb(255, 255, 255); 
    height: 4px; 
    width: 20px; 
    top: 8px; 
    left: 0px;
}

.crosshair .crosshair-bg-y
{
    position: absolute; 
    background: rgb(76, 76, 76); 
    height: 18px; 
    width: 2px; 
    left: 9px; 
    top: 1px;
}

.crosshair .crosshair-y
{
    position: absolute; 
    background: rgb(76, 76, 76); 
    width: 18px; 
    height: 2px; 
    top: 9px; 
    left: 1px;
}

.sheet-app-items .coloring:hover .crosshair
{
    display: none;
}

.sheet-app-color-list {
    display: inline-block;
    vertical-align: middle;
}

.sheet-app-color-hexa 
{
    display: block;
    width: 100%;    
    margin: 5px 0;
}

.sheet-app-color-hexa input
{
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    height: 32px;
    padding: 3px;
    border: 2px solid #aaaaaa;
    border-radius: 6px;
}

.sheet-app-adjustment .aside-content 
{
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.sheet-app-adjustment .sheet-app-inner
{
    width: 90%;
    height: 100%;
    min-width: initial;
    max-width: initial;
    margin: 0 5%;
}

.sheet-app-items .coloring, 
.sheet-app-items .palette, 
.sheet-app-items canvas
{
    position: relative;
    width: 100%;    
    height: auto;
}