.canvas-container {
    position: relative;

}

.canvas-tools {
    width: auto;
    height: 21px;
    position: absolute;
    right: 20px;
    bottom: 730px;
    display: grid;
}

.canvas-tools span {
    text-align: center;
    cursor: pointer;
    background-color: #FFFFFF;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    border: 1px solid #DEDEDE;
    border-bottom: none;
}

.canvas-tools span:last-child {
    border-bottom: 1px solid #DEDEDE;
}

.canvas-tools .actived {
    background-color: #EBEBEB;
    /* color: #690; */
}

.my-canvas {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #666;
}

.text-input {
    position: absolute;
    resize: none;
    outline: none;
    border: 1px dashed red;
    overflow: hidden;
    background: transparent;
}
.canvas-tools-menu {
    position: absolute;
    right: 49px;
    top: 26px;
    width: auto;
    padding: 0;
    border: 1px solid #cccc;
    background-color: #cccc;
    border-radius: 3px;
}

.canvas-tools-menu li {
    list-style-type: none;
    min-height: 21px;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.canvas-tools-menu li:hover {
    color: #DDD;
}

.canvas-tools-width li {
    /*width:120px;*/
    min-height: 21px;
    line-height: 21px;
    padding: 0px 10px 15px 10px;
}

.canvas-tools-width li:first-child {
    /*width:120px;*/
    min-height: 21px;
    line-height: 21px;
    padding: 10px 10px 15px 10px;
}

.fr {
    float: right;
}

.canvas-text {
    min-width: 100px;
    width: auto;
    min-height: 21px;
    height: 45px;
    position: absolute;
    background: none;
}

.canvas-text .canvas-text-tools {
    height: 23px;
    line-height: 23px;
    vertical-align: top;
}

.canvas-text .canvas-text-tools * {
    float: left;
}

.canvas-text .form-control {
    width: 100%;
}

/*.canvas-tools-colors:before{
    width: 10px;height:10px;border-top:20px solid transparent;border-bottom: 20px solid transparent;border-right: 20px solid red;
}*/