.color-fill-icon{display:inline-block;width:16px;height:16px;border:1px solid #000;background-color:#fff;margin: 2px;}
.dropdown-color-fill-icon{position:relative;float:left;margin-left:0;margin-right: 0}
.well .markup{
    background: #fff;
    color: #777;
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
}

.well .markup::after{
    content: "Example";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.container {
    width : 1185px;
    margin : 0 auto ;
}
p{
margin : 0 ;
}
#cnv {
    float:left;
    width: 900px;
}
.piece-cnv {
    background : #fc0 ;
}
.piece3d {
    background: #4783d4;
}
.move-cnv {
    background : #cf0 ;
}
.arrow-cnv {
    background : #ddd ;
}
.piece-cnv , .move-cnv , .arrow-cnv {
    border-radius: 4px;
    margin: 2px;
    cursor: pointer ;
}
#sidebar{
    width: 250px;
    float: left;
    height: 900px;
    overflow: auto;
    padding : 5px ;
}
.separator{
    width : 100%;
    height : 3px;
    background-color: #ddd ;
}
#selection{
    text-align : center ;
}
a.jc-button{
    background : #333;
    padding : 3px ; 
    border-radius : 3px;
    color : white;
    text-decoration : none ;
    cursor: pointer;
}
a.jc-button:hover , a.jc-button:visited{
    color:#fc0;
    text-decoration : none ;
}

#pieces-container {
    height: 500px;
    overflow: auto;
}
/* transition: all 0.5s; */ 

.cambut {
    border-radius: 3px;
    margin-right: 5px;
}
.camsaved {
    background-color : #cf0;
}

.helpTT {
    font-size: x-small;
}

#bz-line-width{
    width : 4rem;
}

label{
    font-weight: normal;
}

#board-canvas{
    margin: auto;
    display: block;
}