@CHARSET "UTF-8";

@font-face {
	font-family: "OpenDyslexic";
	src: url('fonts\OpenDyslexic3-Regular.ttf');
}

html,body {
	height: 100%;
	font-family: "OpenDyslexic";
}

body {
	background-color: #fff;
    //font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	font-family: "OpenDyslexic";
	font-size: large;
}

.rotate180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

#header {
/* 	background: #ffa700; */
/* 	background: url(../media/flatouter2.png) center no-repeat #FFF;  */
/*  	  background-size: cover; */

/* 	height: 160px; */
}

#logo_Titre {
	background: #FFFFFF;
	float: left;
}

#header_titres {
	margin-left: 205px;
	position: absolute;
}

#divTitre, #divTitreMenu {
	float: left;
}

#divTitre p {
	font-size: 15px;
	font-family: "OpenDyslexic";
}

#div_toolboxes {
	float: left;
	margin-top: 5px;
/* 	font-size: 100px; */
}

#tools_blocks {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
/* 	font-size: 100px; */
}

#divBody {
    position: absolute;
    top: 0px;
    bottom: 5px;
    width: 100%;
}

.menuPanel-ver {
	clear: both;
	float: left;
	width: 205px;
    padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	position: absolute;
	height: 100%;
	
}

html[dir="RTL"] .menuPanel-ver {
    clear: both;
    float: right;
    width: 200px;
    padding-left: 0px;
    padding-right: 10px;
    position: absolute;
}

.div_close_modal {
	padding-right: 10px;	
	float: right;
	bottom: 10px;
	position: absolute;
	text-align: center;
}

#btn_CopyCode {
	position: absolute;
	top: 5px;
	right: 5px;
}

#btn_card_picture_mini {
	padding-right: 10px;	
	float: left;
	text-align: center;
}

#btn_card_picture_maxi {
	padding-right: 10px;	
	float: left;
	text-align: center;
}

.div_miniPicture-ver {
/*     position: absolute; */
/* 	float: left; */
/* 	padding-left: 20px; */
/* 	bottom: 45px; */
    text-align: center;
    clear: both;
}

.div_miniPicture-hor {
  position: absolute;
	clear: right;
	float: center;
	margin: 20px;
	bottom: 105px;
	text-align: center;
}

.div_help_button-ver {
    width: 200px;
    bottom: 10px;
    /* position: absolute; */
    text-align: center;
}

.div_tools_button-ver {
    width: 300px;
    bottom: 50px;
    position: absolute;
    text-align: center;
}

#div_about {
    width: 200px;
    bottom: 130px;
    text-align: center;
}

.div_help_button-hor {
    padding-left: 0px;
    bottom: 10px;
    position: absolute;
    text-align: center;
}

#div_accessibility_button {
    width: 200px;
    bottom: 90px;
    /* position: absolute; */
    text-align: center;
}

html[dir="RTL"] .navbar-right {
    margin-right: -50px;
    width: 225px;
}

.btn_ver {
	text-align : left !important;
	margin: 5px 0;
	width: 1px;
}

.divTabpanel-ver {
    height: 95%;
	margin-left:0px;
	background-color:#cca458;
}

html[dir="RTL"] .divTabpanel-ver {
    margin-left:0px;
    margin-right:0px;
}

html[dir="RTL"] #menuPanelConfig, html[dir="RTL"] #menuPanelBlockly, html[dir="RTL"] #menuPanelFiles {
    float: right;
	width: 10px;
}

.menuPanelBlockly-hor {
	clear:both;
	float: left;
	padding-left: 10px;	
}

html[dir="RTL"] .menuPanelBlockly-hor, html[dir="RTL"] .menuPanelBlockly-ver {
    float: right;
    padding-right: 10px;
	margin-top: 10px;
}

.menuPanelFiles-hor {
	float: right;
	padding-right: 10px;
}

html[dir="RTL"] .menuPanelFiles-hor {
    float: left;
    padding-left: 10px;
}

.divTabpanel-hor {
    position: absolute;
	top: 80px;
	bottom: 0px;
	right: 0px;
	left: 0px;
    margin-left: 10px;
}

html[dir="RTL"] .divTabpanel-hor {
    margin-left: 0px;
}

.divSwitch-hor {
    float: left;
    padding-left: 10px;
}

html[dir="RTL"] .divSwitch-hor {
    float: right;
    padding-right: 10px;
}

.divCard-hor {
    float: left;
    padding-left: 10px;
	width: 50px;
}

.modal-body-config-global_left {
    position: relative;
}

.arduino_card_mini_picture_div {
	position:absolute;
	top:0;
	right:5px;
	height: 50px;
}

html[dir="RTL"] .divCard-hor {
    float: right;
    padding-right: 10px;
}

.divConfig-hor {
    float: left;
    padding-left: 10px;
}

html[dir="RTL"] .divConfig-hor {
    float: right;
    padding-right: 10px;
}

#btn_logout {
    position: absolute;
    top: 3px;
}

#btn_doc-hor{
	float : left;
	bottom: 10px;
}

#languageMenu {
	/*position: absolute;
	top: 35px;
	right: 15px;*/
}

html[dir="RTL"] #languageMenu {
	left: 10px;
	right: auto;
}

#content_area,#content_blocks {
	height: 100%;
	width: 100%;
}

#content_term,#content_arduino,#content_supervision {
	position: fixed;
/* 	top: 170px; */
	height: 100%;
	width: 100%;
}

#content_supervision{
	background-color: white;
}

#toggle_code {
	width: 25%;
	position: fixed;
	z-index: 1;
	right: 25px;
	top: 50px;
	bottom: 100px;
}

html[dir="RTL"] #toggle_code {
    left: 25px;
}

#toggle_code pre {
	height: 100%;
}

#btn_delete {
	position: absolute;
	right: 100px;
	bottom: 40px;
	z-index: 10;
}

html[dir="RTL"] #btn_delete {
    left: 100px;
}

#pre_xml {
	height: 85%;
	width: 100%;
}

#pre_arduino {
    height: 65%;
    width: 100%;
}

#serial_hud {
    height: 100%;
    overflow: auto;
    width: 100%;
    background-color: #080808;
    color: #1D932F;
    font-size: 20px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#cb_cf_serial_monitor {
    width: 100%;
    height: 100%;
}

#serial_monitor_hud_and_autoscroll {
    display: block !important;
}

#serial-checboxes {
    margin-left: 20px;
}

#modal-body-config {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#select_all {
	margin-left: 15px;
}

html[dir="RTL"] #select_all {
    margin-right: 15px;
}

#span_select_all {
	font-weight: bold;
}

.blocklySvg {
	border-top: none !important;
	background: url(../media/electro2.jpg) center no-repeat #FFF; 
 	  background-size: cover;

/*  	background-color: #f8e8a1;  */

}

#debug_arduino {
	height: 25%;
	border-width: 2px;
	border-color: black;
	background-color: rgba(8, 8, 8, 1);
	color: rgba(29, 147, 47, 1);
	overflow: auto;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

#local_debug {
	height: 25%;
	width: 100%;
	border-width: 2px;
	border-color: black;
	background-color: rgba(8, 8, 8, 1);
	color: rgba(29, 147, 47, 1);
	overflow: auto;
	word-break: break-all;
	word-wrap: break-word;
}

.blocklyToolboxDiv {
	background-color: #fcf5eb !important;
}

.blocklyFlyoutBackground {
	fill: #fcf5ef !important;
}

.blocklyTreeRoot {
	padding: 0 !important;
}

.blocklyToolboxDiv .blocklyTreeRoot [role="treeitem"] {
	position: relative;
}

.blocklyToolboxDiv_hide .blocklyTreeRoot_hide [role="treeitem"] {
	position: fixed;
}

.blocklyToolboxDiv .blocklyTreeRoot [role="treeitem"]	.blocklyTreeRow {
	line-height: normal !important;
	padding: 6px 50px 6px 12px !important;
}

html[dir="RTL"] .blocklyToolboxDiv .blocklyTreeRoot [role="treeitem"]   .blocklyTreeRow {
    padding: 6px 12px 6px 50px !important;
}

.blocklyTreeRow {
	height: 41px !important;
	line-height: 41px !important;
}

/* .blocklyTreeRow:hover { */
/* 	background-color: #90e8e8 !important; */
/* } */

/* .blocklyTreeSelected { */
/* 	background-color: #11c6c6 !important; */
/* } */

.blocklyTreeSeparator {
	background: none repeat scroll 0 0 #e9f9f9 !important;
	border-bottom: none !important;
	height: 10px !important;
}

.colors_category {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}

html[dir="RTL"] .colors_category {
    right: 0;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../media/loadingcolor.gif) center no-repeat #fff;
}

#div_miniPicture:hover {
	cursor: pointer;
}
.vignette {
    max-width: 100px;
    max-height: 100px;
}
.margin-top-5 {
	margin-top: 5px;
}

#convertModal .modal-content:hover {
  cursor: move;
}
.draggable {
}

#RGB_modal .modal-content:hover {
  cursor: move;
}
.draggable {
}


/* Layout graph
----------------------------------*/
#template_tabs4_pin {
	position: relative;
    left: 0px;
	top: -500px;
}

#CanvasGraph_title {
	position: relative;
    left: 0px;
}

#CanvasGraph_button_div {
	position: relative;
    left: 0px;
}

#CanvasGraph {
	position: relative;
	top: -30px;
    left: 200px;
}

/* Prototype window
----------------------------------*/
.popup_effect {
  background:#11455A;
  opacity: 0.2;
}

/* SY add */
* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
	padding: 2px;
	
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 1;
    overflow: hidden;
    background-color: #fcf5eb;
}

li {
    float: left;
    border-right:1px solid #bbb;
	margin-right: 5px;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
	border: 1px solid #fcf5eb;
}

li a:hover:not(.active) {
    background-color: #f6d4a2;
	color: black;
	text-decoration: none;
}

li a:focus {
    background-color: #f6d4a2;
	color: black;
	text-decoration: none;
}

li.active {
    background-color: #fcf5eb;
    color: black;
	text-decoration: none;
}

/* loading div */
#loadingDiv {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	display: none;
	z-index: 100;
	width: 100%;
	position: absolute;
}

#loadingText {
	position: absolute;
	top: 70%;
	text-align: center;
	color: white;
	width: 100%;
	font-size: -webkit-xxx-large;
}
