.page, .flags{ width: 1200px;}

p{ margin-left: 10px;margin-right: 10px;
}


.diagram_form_plot {
		     width: 170px;
		     padding: 10px 30px; margin: 46px 28px 0 0;
		     background: #f2f2f2; border-radius: 10px;
		   }

#MenuExoris {
    width: 800px;
}


/* optgroup{font-size: larger;} */

/* Statistics */
.statistics caption{text-align:left;font-weight:bold; margin: 10px 0 10px 0;}

.fields_separator{display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px;}


#help_icon {left: 150px;}

#error_window, #help_window {display: none;}

.input_search_inline {width: 170px;}

.input_search_inline {border: 1px solid #009900;
		      width: 170px;
		      height: 24px;
		      outline: 0px;
		      padding: 0px;
		      -moz-box-sizing: border-box;
		      border-radius: 3px;
		      -webkit-border-radius: 3px;
		      font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
		      cursor: pointer;
		      font-size: 12px;
		      -webkit-transition: all 0.2s ease-in-out;
		      -moz-transition: all 0.2s ease-in-out;
		      -webkit-appearance:none;
}



.submit_btn_half input[type="radio"] {display:none;}

.submit_btn_half label {
    display:inline-block;
    cursor: pointer;
    /* padding: 0 10px;  */
    padding-left : 24px;
    padding-top : 5px;
    margin: 0;
    height: 30px;
    width:50%;
    /* background: repeat-x #009900; */
    background-color:  #009900;
    border-radius: 3px;
    border: 1px solid #009900;
    font-size: 13px; font-weight: bold;
    color: #fff;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.submit_btn_half input[type="radio"]:checked + label { background-color:  #007700; }

.radio-toolbar input[type="radio"] {display:none; }

.radio-toolbar label {display:inline-block; background-color:#ddd; padding:4px 11px; font-family:Arial; font-size:16px;}

.radio-toolbar input[type="radio"]:checked + label {  background-color:#bbb;}




label { margin: 10px 0 10px 0;}


/**********************************
**************** SVG **************
***********************************/
svg {opacity: 1;font-weight : normal; stroke-width : 1px;}

.plot {fill: rgba(250, 250, 255, 0.6);}

.axis path, .axis line{fill: none; stroke: black; vector-effect: non-scaling-stroke;shape-rendering: geometricPrecision;}


.axis text { font-size: 10px; font-weight : normal;  text-anchor : start; fill : black;}

.axis.p text {text-anchor : middle;}

.axis.label { font-size: 15px; font-weight : normal; text-anchor : middle; stroke: none; fill : black;}

.grid line {opacity: 0.95;  stroke: lightgrey; stroke-dasharray : 3; }

circle.points {stroke: 0; stroke-width : 1; cursor : pointer; }

line.error {fill: none; stroke:black; stroke-width: 1; vector-effect: non-scaling-stroke;shape-rendering: geometricPrecision;}

.linkunit {color: #009900; cursor: pointer; stroke: none; fill: #009900;}
.linkunit:hover{ text-decoration: none; fill: #007700;}

.variables_label {font-weight:bold;}

/* Color Palette*/
table.colortab { width:100%; table-layout:fixed;}
.colortab td { text-align: center; padding: 1px 1px 5px 1px;}

.myColor {
    width:100%;
    height: 30px;
    border: none;
    border-radius: 3px;
    padding: 2px 5px;
    margin: 0;
    background: #009900;
    cursor: pointer;
}


/* Selection Tool mode */
path.selected {
    stroke: #009900;
    stroke-width: 1;
    fill: blue;
    fill-opacity: .2;
    /* stroke-dasharray: 5; */
}
/* Selection Tool mode */
path.inselection {
    stroke: blue;
    stroke-width: 1;
    fill: none;
}


/* histogram */
rect.bar {stroke: black;}
rect.bar:hover {fill : #007700;}
.horizmakeup {stroke: black; stroke-width: 1; stroke-dasharray: 3; opacity: 0; }




/**********************************
************** ExoRIS *************
***********************************/
.exoris_submenu{
    margin-left: 1em;
}
.exorisTypes{
    padding-right: 40px;
}

.exoris_submenu_hr{
    display: block;
    margin-top: 0.5em;
    margin-bottom:0.5em;
    margin-left: 1em;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
.exoris_menu_button{
    float: right;
    border: none;
    margin-left: .5em;
    width: 1.4em;
    height: 1.4em;
    font-weight: bold;
}
.aree_{
    fill-rule: nonzero;
}

.tooltip {
    /* text-anchor: middle; */
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {opacity: 0;}
}

.axis-exoris-color > .domain {
    opacity: 0;
}





/* Flex regions */
.content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bb,
.filter_catalog_form{
    flex: 0 0 100%;
    order: 0;
}


#diagram_form_id{
    order: 1;
}

#diagram_image_id{
    order: 2;
}

#MenuExoris{
    order: 3;
    display: flex;
    flex-direction: columns;
    flex-wrap: none;
    justify-content: space-around;
}

.statistics {
    flex: auto; clear:both; width: 100%; display:block;
    order: 4;
}

#MenuExoris_commandsContent{
    display: flex;
    flex-direction: columns;
    /* justify-content: space-around; */
    justify-content: space-between;

}



ul.pp_checkers{
    padding-left:10px;
    list-style: none;
}
.pp_checkers li{
    margin-left: 0px;margin-top: 0;
}
/* .pp_checkers li:nth-child(1n):before {left:1em;padding-left: 5px;vertical-align:middle; } */
.pp_checkers li:nth-child(1n):after {
    content: '';
    /* vertical-align:middle; */
    display: inline-block;
    background-size:contain;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-image: url("/media/images/black_point_void.png");}
.pp_checkers li:nth-child(1):after { width: 2px; height:2px;  }
.pp_checkers li:nth-child(2):after { width: 4px; height:4px;  }
.pp_checkers li:nth-child(3):after { width: 6px; height:6px;  }
.pp_checkers li:nth-child(4):after { width: 8px; height:8px;  }
.pp_checkers li:nth-child(5):after { width: 10px; height:10px;  }
.pp_checkers li:nth-child(6):after { width: 12px; height:12px;  }

li.type_checkbox_right{
    margin-left: 70% !important;
    width: 100%;

}


/* In Preparation (MM) */
@media only screen and (max-width: 760px) {
    .page{width: 100%;}

   #query_f{border-radius: 10px;}
    .content {padding: 10px 0px 10px 0px;}
    .footer {height:unset; padding: 20px 0px 20px 0px; }
    .footer > a > img {max-width: 16%;}
    .copy {margin: 20px 10px 20px 30px;
	   padding-bottom: 20px; float: none;
    	  }


    .diagram_form_plot {
			width: 100%;
			float:none;
			padding: 5px 0px 5px 0px;
			margin: 50px 0 0 0;
			background: #f2f2f2; border-radius: 0px;
    }

    .statistics > table ,
    .variables_label,
    input[type='checkbox'] {margin-left: 10px;}

    .input_text{
	width: 98%;
	margin-left: 1%;
    }

    .flags,
    #selectionMode_lab,
    #swapConsole_lab,
    #manualZoomSelect_lab{
	display:none;
    }

    .myColor {
	width: 98%;
	margin-left: 1%;
	border-radius: 10px;
    }

    .input_short {
	width: 48%;
	margin-left: 1%;
	border-radius: 10px;
	text-indent: 10px;
	webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
    .input_short_r {
	width: 48%;
	margin-left: 1%;
	border-radius: 10px;
	text-indent: 10px;
	webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }

    .submit_btn{
	border-radius: 10px;
	width: 98%;
	margin-left: 1%;
	border: 0 !important;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
    }

    .submit_btn_inline {
	border-radius: 10px;
	border: 0 !important;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
    }

    .submit_btn_half  {
	width: 98%;
	margin-left: 1%;
	border: 0 !important;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);

    }

    .submit_btn_half label{
	border-radius: 10px;
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding-left: 0;
	text-align: center;
	/* text-anchor: middle; */
	/* margin-left: 1%; */
    }

}
