.CanvasEditor_Mask{

}
.CanvasEditor_Outer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1040;
    /*background: repeating-linear-gradient(
      -45deg,
      #c4c8cc,
      #aeb5bb 10px,
      #c4c8cc 10px,
      #c4c8cc 20px
    );*/
    background-color:#c4c8cc;
}
.CanvasEditor_Header{
    position:relative;
    width:100%;
    height: 58px;
    background-color: #5a6a89;
    z-index:100;
}
.CanvasEditor_Toolbar{
    position:absolute;
    top:54px;
    left:0px;
    /*width:42px;*/
    /*height:100%;*/
    background-color:#6e5ca8;
    z-index:100;
}

.CanvasEditor_Toolbar_Child{
    position:absolute;
    top:30px;
    left:42px;
    width:100px;
    height:100%;
    background-color:#e1e1e1;
    z-index:50;

    -moz-box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.2);
}
.CanvasCmd{
    /*float:left;*/
    /*margin-left:.5em;*/
}

.CanvasEditor_Container{
    position:absolute;
    top:134px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow:auto;
}

.CanvasEditor_CanvasOuter{
    position:absolute;
    top:-70px;
    left:0px;
    background-color:#c4c8cc;
    /*-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);*/
}
.CanvasEditor_Canvas {
    position: relative;
}
.CanvasEditor_Background {
    background-color:white;
    z-index:0;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    pointer-events:none;
}
.CanvasEditor_Border{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:99999;
    pointer-events:none;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.canvas-container{
    z-index:10;
}
.CanvasEditor_Details{
    position:relative;
    width:100%;
    background-color:#e1e1e1;
    height:auto;
}
.details-group{
    width:auto;
    display:inline-block;    
}
.details-label{
    height:20px;
}
.CanvasEditor_Outer .form-control{
    min-width:50px;
}
.Template_Popover{
    max-height:80%;
    overflow:auto;
}
.Template_Img{
    width:95%;
    height:auto;
    background-color:white;
    cursor:pointer;
    overflow:auto;
}

.SaveCmds{
    float:right;
}