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

#fluPaintHolder {
    display: none;
    /* background: #fafafa; */
    /* padding: 1vmin; */
    /* border-bottom: 1px solid; */
    z-index: 3;
    position: absolute;
    background: var(--background-color-darker);
    /* border: 1px groove; */
    /* border-top: none; */
    /* display: block; */
    border-radius: 7px 7px 7px 7px;
    /* bottom: 5px; */
    left: 4vmin;
    top: 13vmin;
    width: 19%;
    height: 2;
}
.fluPaintHolder_body{
    padding: 1vmin;
    /* background: #fffffff7; */
    display: flex;
    flex-direction: column;
}

#clooseFluPaintSpan {
	/* display: none; */
	position: absolute;
	right: 1vmin;
	padding: 1vmin;
	top: 1vmin;
	cursor: pointer;
}
.drawTypeSelectButton {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 2vmin;
    padding: 10px;
    width: min-content;
    height: min-content;
    /* background: var(--main-color-light); */
    cursor: pointer;
}
.drawTypeSelectButtonActiv {
	color: white;
	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;
}
.fluPaintHolderHeader{
    cursor: move;
}
.fluPaintHolder_SET{
	display: flex;
	flex-direction: row;
	padding-left: 2vmin;
}
.fluPaintHolder_cursorTypeSET{
    display: flex;
    margin-top: 3vmin;
    /* font-size: 14vmin; */
}
.fluPaintHolder_cursorSettings{
    display: flex;
    margin-top: 4vmin;
    margin-left: 1vmin;
}
.fluPaintHolder_cursorSettings i{
font-size: x-large;
}
.fluPaintHolder_cursorSettings input{
    width: 4vmin;
    height: 3vmin;
    max-width: 40px;
    margin-right: 1em;
    box-sizing: border-box;
    margin-left: 0.2em;
    cursor: pointer;
}
.fluPaintHolder_SET2{
    margin-left: 0.5em;
    margin-top: 2vmin;
    margin-right: 0.5em;
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid var(--circle-fill);
    /* border-left: groove; */
    padding-left: 0.5em;
    cursor: grab;
}

#fluPaintHolder_Images{
display: contents;
}

#fluPaintHolder_Images div img {
    width: 3em;
    height: 3em;
    padding: 0 0.5vmin;
    cursor: move;
}

.fluPaintImage {
    cursor: pointer;
}


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


#fluTimeDrop i,
#fluTextDrop i{
    padding: 2px;
border: 1px dotted black;
    cursor: move;
}
#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;
}

#drawWidthSelect{
    width: 4em;
}