.flog2_form {
	position: fixed;
	float:left;
	width:240px;
	overflow-y:auto;
	height:100%;
	background-color: #f1f1f1;
	margin: -4px 0 0 0;
	padding: 8px 5px 5px 5px;
	
}

.flog2_form_collapser {
	z-index:0;
	position:fixed;
	left:250px;
	top:0;
	height:100%;
	width:17px;
}

.flog2_form_collapser_floater {
	float:left;
	height:50%;
	margin-bottom:-15px;
}

.flog2_form_collapser_btn {
	line-height:30px;
	clear:both;
	height:30px;
	width:15px;
	background-color:#f1f1f1;
	border:0;
	cursor:pointer;
}

.flog2_form fieldset {
	text-align: right;
}

.flog2_form fieldset > input {
	width:80px;
}

/* Upper dragdown textarea */

#dataStr {
	margin:0;
	padding:0;
	position:fixed;
	top:-4px;
	left:0;
	width:100%;
	z-index:5;
}

#Flog2DataStr {
/*	margin:0;
	padding:0;
	width:100%;
	height:0px;
	position:absolute;
	top:0;
	left:0;
	resize:none;*/
	margin:0;
	padding:5px;
	width:100%;
	height:0px;
	position:absolute;
	top:0;
	left:0;
	resize:none;
	background: #000;
	opacity: 0.8;
	font-size: 8pt;
	color: #ccc;
}

#drag-tab-parent {
	width:100%;
	position:absolute;
}

#drag-tab {
	width:110px;
	height:9px;
	border:1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#B4F167;
	cursor:grab;
	font-size: 8px;
	padding: 2px;
	text-align: center;
}


/* Form column selector dropdown */

.flog2_form .data-column-selector {
    border:1px solid #ccc;
    text-align:left;
    padding:5px;
    cursor:pointer;
}
/*
#modal-background {
    position:fixed;top:0;left:0;width:100%;height:100%;opacity:0.5;background-color:#000;
}

#modal-container {
    position:absolute;width:100%;height:100%;z-index:100;display:none;
}

#modal-content {
	position:relative;top:50%;transform:translateY(-50%);max-width:1000px;margin:auto;background-color:#fff; 
}
*/

#modal-background {
    position:fixed;top:0;left:0;width:100%;height:100%;opacity:0.5;background-color:#000;
}

#modal-container {
    position:fixed;width:100%;height:100%;z-index:100;display:none;
}

#modal-content {
	position:fixed;/*top:50%;transform:translateY(-50%);*/;top:0;left:0;max-width:100%;max-height:100%;background-color:#fff; 
}


._bold {
    font-weight: bold;
    color: #CD0D0D;
}

#modal-content > ul {
    margin:0;
    padding:20px;
	list-style:none;

    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
    vertical-align:top;
}

#modal-content > ul > li {
    cursor:pointer;
    margin:5px;
}

/* Form axes selector */
.axes-selector {
    text-align: left !important;
}
.axes-selector > input {
    width: 20px !important;
}
