#shapes_svg{
	width: 200px;
    height: 250px;
    background: #e8e5e8;
    margin-top: -6px;
    margin-left: -5px;
    margin-bottom: -8px;
}
#colors_svg{
    width: 190px;
    height:100px;
}

#form_login{
    background-image: url(../favicon.ico);
    background-size: cover;
    width: 30px;
    height: 30px;
}
.login a{
    clear: both;
    float: left;
	color: #796e20
}
.login span{
    float:right;
}

.fs_toggle{
	min-width: 190px;
}

button:focus{
	outline: none;
}

#fs_help p{
	margin-top: 4px;
	margin-bottom:4px;
}


.toolbar1 input, .toolbar1 select {
	font-family: sans-serif;
	float: left;
	font-size: 1em;
	cursor: pointer;
	background-color: rgb(239, 236, 236);
	color: black;
	width: 25%;
	text-align: center;
	/* border: 0.1em solid black; */
	margin-top: 3px;
	padding:2px;
	border-radius:2px;

}
input[type="checkbox"]{
	margin-top: 8px;
}
input[type="number"]{

    height: 16px;
    border-radius: 2px;
    font-size: 14px;
    width: 42px;
    border: none;

}


textarea {
	font-size:0.9em;
}
input[type=range] /*input[type=file] */{
	max-height: 15px;
	width: 49%;
}
input.range33{
	width: 32%;	
}

.toolbar1 select{
	width: 70%;
	text-align: center;
}
#fs_export select{
	width: 100px;
}
select .toolbar1 div {
	padding: 5px;
	margin: 0px;
	
}
.toolbar1 label{
	font-size: 1em;
	float:left;
	margin-right: auto;
	vertical-align: top;
}

.toolbar1 button{
    max-width: 30%;
    
	font-family: Arial;
	min-height:18px;
	margin-top: 3px;
	padding:4px;
	/* padding-top: 3px;
	padding-bottom: 3px; */
	color: black;
	text-shadow: 0px 0px 3px white;
	background: rgba(246,244,243,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(246,244,243,1) 0%, rgba(230,208,193,1) 67%, rgba(200,192,188,1) 99%, rgba(243,236,232,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(246,244,243,1)), color-stop(67%, rgba(230,208,193,1)), color-stop(99%, rgba(200,192,188,1)), color-stop(100%, rgba(243,236,232,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(246,244,243,1) 0%, rgba(230,208,193,1) 67%, rgba(200,192,188,1) 99%, rgba(243,236,232,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(246,244,243,1) 0%, rgba(230,208,193,1) 67%, rgba(200,192,188,1) 99%, rgba(243,236,232,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(246,244,243,1) 0%, rgba(230,208,193,1) 67%, rgba(200,192,188,1) 99%, rgba(243,236,232,1) 100%);
    background: radial-gradient(ellipse at center, rgba(246,244,243,1) 0%, rgba(230,208,193,1) 67%, rgba(200,192,188,1) 99%, rgba(243,236,232,1) 100%);
    border-radius: 4px;
    border-width: 1.5px;
    border-color: #776977d6;
    /* margin: 2px; */
    font-size: 11px;
    padding: 2px 4px;
	line-height: 0.9;

}


button.single{
    width: 32%;
    height:36px;
	max-width:50%;
	

}
button.short{
	height: 26px;
}
button.narrow{
	width: 23%;
}




.onoff-left {
	min-height: 25px;
	border-radius: 5px 2px 2px 5px;
	margin: 0px;

}
.onoff-right{
	min-height: 25px;
	border-radius: 2px 5px 5px 2px;
	margin: 0px;

}
.onoff-top{
	min-height: 18px;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;

}
.onoff-bottom{
	min-height: 18px;
	border-radius: 0px 0px 5px 5px;
	margin: 0px;
}
.onoff-stacked-mid{
	margin:0px;
	min-height: 18px;


}
.onoff-mid{
	min-height: 25px;
	border-radius: 2px;
	margin: 0px;
}
button.onoff-inactive{
	background-color: grey;
}

button.hidden{
	display:none;
}
#menu_positioning{
	position: fixed;
    top: 60px;
    right: 2px;
    z-index: 200;
    background: #a593ad;
    padding-right: 2px;
    padding-left: 12px;
    border-radius: 6px;
}
#menu_positioning i{
	float:left;
	clear:both;
	line-height: 0.6;
	
}
#menu_positioning i:hover{
	color:goldenrod;
}
#form_menu_hide{
    /* float: right; */
    margin-left:-12px;
    margin-top: -21px;
}




label.attention {
	font-size:1.1em;
	text-decoration: underline;
	font-weight:600;
}

button.small{
	width: 12%;
	font-size: 10px;
	border-radius:4px;
}

.toolbar1 .onoff-on{
	min-height: 22px;
	background: #6aa766;
	transition: background-color 0.3s;
}

.sp-container button.onoff-on{
	min-height: 18px;
	background: #50d846;
	transition: background-color 0.3s;
}

#form_active_style.fill_what{
	float: right;
	margin: 20px;
}

.form_paragraph_prefix button{
	font-size: 1.5em;
}



/*<!-- https://bufferwall.com/petersirka/2015-03-12-tutorial-simple-html-toggle-button/ -->*/

.toggle-button { 
	width: 2.2em;
	background-color: white;
	border-radius: 15px; 
	border: 2px solid #8A8A8A; 
	height: 0.5em; 
	cursor: pointer; 
	position: relative; 
	display: inline-block; 
	padding:0px;
	margin:0px;
	margin-top:7px;
}
.toggle-button > button { 
	/*margin-right: 10px;*/
	position:relative;
	cursor: pointer;	
  	left: -0.5em; 
  	top: -0.2em;
 	border-radius: 100%; 
 	width: 1em; 
 	height:1.2em; 
 	background: rgb(214, 62, 62); 
 	float: left; 
 	border: 2px solid black; 
	transition: left 0.2s, background-color 0.2s; ; 	
	margin:0px;
	padding-left: 8px;
	padding-right:8px;
	min-height:14px;
 }
.toggle-button-selected > button { 
	margin:0px;
	float: left; 
	position:relative;
	left: 1.25em; 
	box-shadow: 0 0 4px rgba(0,0,0,0.1); 
	background: #69ac22; 
	border: 2px solid black; 
	/*transition: background-color 2s, left 2s ; 	*/
}
button.plus {
	font-size:1em;
	float: left;
	border-radius: 5px 0px 0px 5px;
	color: black;
    font-weight: bold;
	
}
button.minus {
	font-size:1em;
	float: right;
	border-radius: 0px 5px 5px 0px;
	color: black;
    font-weight: bold;
}
.flexrow{
	display:flex;
	flex-direction: row;
	margin-bottom: 4px;
	padding: 0px 0px;
}
.packed .flexrow{
	margin-bottom: 0px;
	padding: 0px;
}

.bordered {
	border-bottom: 1px solid black;
}
.flexcol{
	display: flex;
	flex-direction: column;
}
.spacy{
	justify-content: space-between;
}
.tight{
	justify-content: center;
}
h4{
	/* font-size: 12px;; */
	margin-top:0.35em;
	margin-bottom: 0.10em;
}

.submenus h4:first-child{
	margin-left:8px;
}

div.tab_border{
	border-top: 2px solid grey;
    border-radius: 5px;
    padding-top: 8px
}


.submenus h4{
    cursor: pointer;
    margin-bottom: -1px;
    border: 1px solid grey;
    border-radius: 4px 4px 0 0;
    padding: 2px 12px;
	background: rgb(134, 85, 125);
	color:white;
}

h4.active{
    font-style: italic;
    font-weight: bold;
    
}

/* h4.subsub{
	background: whitesmoke;
} */

button.not_active{
	opacity:0.2;
}

#button_href {
	min-height:18px;	
	background-color: rgba(30,111,158,0.6);
}


#form_font_class button {
	min-height:18px;	
	font-weight: bold;
}


/*voor buttons met svg voor path flow*/
.buttonsvg, .buttonsvg rect, .buttonsvg button{
    width: 24px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.buttonsvg rect {
    fill: grey;
}
.buttonsvg path{
    stroke-width: 2px;
    stroke: black;
    fill: none;
}
button.svg_holder{
	background-color: white;
	padding: 0;
}


legend {
    margin-left: -5px;
	padding: 3px 0px;
	padding-left: 7px;
    font-size: 16px;
    background: rgb(217, 205, 205);
    width: 102%;
    height: 22px;
    transition-duration: 0.5s;
	border-bottom: 1px solid rgb(255, 255, 255);
    border-radius: 1px;
    margin-bottom: 7px;
    color: #1b1a1a;
	font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 2px #dbc7c7;
    font-weight: 600;
    z-index:50;

}
legend.leg-1{
	background: #9c9fa9;
}
legend.leg-2{
	background: #a9a1a7;
}
legend.leg-3{
	background: #898c96;
}
legend.leg-4{
	background: #bcc1d0;	
}
legend.leg-5{
	background:#ad97a9;
}
legend:hover{
	transition-delay:0s;
	transition: color 0.5s;
	opacity:1;
	background-color: rgb(218, 80, 65);
}
legend.collapsed{
	margin-bottom: 0px;
}
.flash{
	color: red;
	font-size: 16px;
	transition-duration: 0.5s;
}
fieldset {
	padding: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 4px; 
    border: none;
	transition-duration: 0s;
	background-color: rgba(255,255,255,0.85);
	min-width: 0;
	display: flex;
}

fieldset.last{
	border-bottom: 1px solid black;
}


#ad_border{
    max-width: 78px;
    float: right;
    margin-right: 6px;
    margin-top: -2px;

}


fieldset.collapsed{
 	padding-bottom:0px;
}
fieldset:hover{
	transition-duration: 0s;
    border-image-source: initial;
}

.north, .south, .east, .west{
	fill:none;
	/* stroke:black;
	stroke-width: 1px; */
	
}
.on{
  	fill:yellowgreen;
}

/*https://thatemil.com/blog/2015/01/03/reset-your-fieldset/*/
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

#github_sign_in i{
	margin-top: -2px;
}
	
#slides_quick_controls{
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index:30;
	color: grey;
}
#slides_quick_controls button{
	color: grey
}
#slides_quick_controls p{
	margin-top: 3px;
	text-align: center
}
#cm_colors_svg{
	margin-left: 3px;
    background-color: white;
    width: 215px;
    height: 102px;
    margin-top: 5px;
}
legend > button{
	float:right;
	margin:0;
	color: black;
	border-radius:3px;
	font-size: 0.75em;
    border-width: 1px;
    border-color: black;
	font-family: 'Arial';
}

.no_fill{
	fill:none;
}

.font_select_outer.open, .font_select_inner.open{
	height:200px;
}

.font_select_outer {
	width:160px;
	padding-top:6px;
	overflow-y: hidden;
	overflow-x: hidden;
	height:16px;
}

.font_select_inner{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height:100%;
	padding-right:20px;
	box-sizing:content-box;
}

.font_select_item{
	display: block;
	width: 140px;
	height: 26px;
	font-size:12px;
	line-height:1;
	margin:0px;
	padding:0px;
	overflow:hidden;
	padding-left: 23px;
}

.form_border_dash_styles > svg{
	margin: 3px;
	/* border: 0.5px solid rgba(0,0,0,0.8); */

}

