.fluDrawedElement {
	fill: none;
    cursor: pointer;
}

#fluPaintHolder {
    display: none;
    /* background: #fafafa; */
    /* padding: 1vmin; */
    /* border-bottom: 1px solid; */
    z-index: 3;
    position: fixed;
    background: white;
    border: 1px groove;
    border-top: none;
    /* display: block; */
    border-radius: 7px 7px 7px 7px;
    bottom: 5px;
    left: 2px;
    width: 69%;
}
.fluPaintHolder_body{ 
    padding: 1vmin; 
    background: #fffffff7; 
    display: flex; 
}

#clooseFluPaintSpan {
	/* display: none; */
	position: absolute;
	right: 1vmin;
	top: 1vmin;
}
.drawTypeSelectButton {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: x-large;
    padding: 10px;
    width: min-content;
    height: min-content;
    background: var(--main-color-light);
    cursor: pointer;
}
.drawTypeSelectButtonActiv {
	background-color: var(--color-active);;
}

/* #fluPaintHolder div {
	text-align: left;
} */

.fluPaintHolder_body div {
	/* display: -webkit-box; */
	/* padding: 0.3vmin; */
	text-align: left;
}

/* #fluPaintHolder label {
	margin-right: 1vmin;
} */
.fluPaintHolder_body label {
	
	margin-right: 1vmin;
}

#fluPaintButton {
	position: absolute;
	bottom: 15em;
	display: none;
}
.fluPaintHolder_SET{
	display: grid;
}
.fluPaintHolder_cursorTypeSET{
    display: flex;

}
.fluPaintHolder_cursorSettings{
    display: block;
}
.fluPaintHolder_cursorSettings i{
font-size: x-large;
}
.fluPaintHolder_cursorSettings input{
    width: 40px;
    max-width: 40px;
    margin-right: 1em;
    box-sizing: border-box;
    margin-left: 0.2em;
    cursor: pointer;
}
.fluPaintHolder_SET2{
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: flex;
    flex-flow: row wrap;
    border-left: groove;
    padding-left: 0.5em;
    cursor: grab;
}

#fluPaintHolder_Images{
display: contents;
}

#fluPaintHolder_Images div img {
    width: 4em;
    height: 4em;
}

.fluPaintImage {
    cursor: pointer;
}


 #fluTimeDrop ,
 #fluTextDrop {
padding: 0.2em;
display: flex;
justify-content: center;
align-items: center;
/* border: 1px dotted black; */
}


#fluTimeDrop i,
#fluTextDrop i{
    padding: 2px;
border: 1px dotted black;
}
#fluPaint_timelineConf{
	display: none;
    background: #fafafa;
    padding: 2vmin;
    border-bottom: 1px solid;
    z-index: 10;
    position: fixed;
    left: 1px;
    top: 12vmin;
    border: 1px solid;
}

#close_fluPaint_timelineConf{
	position: absolute;
	right: 1vmin;
	top: 1vmin;
}

.fluDrawTextBox{
    min-width: 310px;
    min-height: 110px;
    border: 1px solid darkgray;
    background: transparent;
}

.fluDrawTextBox_ta{
    resize: none;
    /* width: 300px; */
    width: 100%;
    /* height: 100px; */
    height: 100%;
    font-size: 5vmin;
    overflow: hidden;
    white-space: pre;
    border:none;
    background: transparent;
}