.blocklyInvalidInput {
  background: white;
}

body {
  margin:0px;
}

.eyo-no-options .eyo-menuitem-checkbox, .eyo-hidden {
  display: none;
}
.eyo-checkbox-icon-mark{
  stroke: none;
  fill: white;
}
.eyo-checkbox-icon-mark.eyo-checked {
  fill: black;
}

.eyo-block.hidden {
  display: none;
}

.eyo-menu {
  background: #fff;
  cursor: default;
  font: normal 13px Arial, sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  z-index: 20000; /* Arbitrary, but some apps depend on it... */
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.eyo-print-block-menu, .eyo-options-menu, .eyo-options-code-menu {
  background: #fff;
  border-color: #ccc #666 #666 #ccc;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  /*font: normal 13px Arial, sans-serif;*/
  margin: 0;
  outline: none;
  /*padding: 4px 0;*/
  /*position: absolute; Ouaille ?*/
  z-index: 20000; /* Arbitrary, but some apps depend on it... */
}

.eyo-menuitem-code:hover {
  background-color: #d6e9f8;
/*  border-color: #d6e9f8;
  border-style: dotted;
  border-width: 1px 0;*/
}

.eyo-menu-icon,
.eyo-path-play-icon {
  opacity: 0.05;
  -moz-opacity: 0.05;
  filter: alpha(opacity=5);
}
.eyo-select .eyo-menu-icon,
.eyo-menu-icon:hover,
.eyo-path-play-icon:hover {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}


.eyo-menuitem, .eyo-submenu {
  color: #000;
  font: normal 13px Arial, sans-serif;
}
.eyo-menuitem, .eyo-submenu, .eyo-menuitem-code, .eyo-menuitem-var {
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 7em on the right for shortcut. */
  padding: 4px 20px 4px 8px;
  white-space: nowrap;
}

/*
 * If a menu doesn't have items with shortcuts, leave just enough room for
 * submenu arrows, if they are rendered.
 */
.eyo-accel.eyo-menuitem,
.eyo-accel.eyo-submenu {
  padding-right: 7em;
}

.eyo-nosubmenu .eyo-noaccel.eyo-menuitem-code,
.eyo-nosubmenu .eyo-noaccel.eyo-menuitem-var {
  padding-right: 8px;
}

/* State: disabled. */
.eyo-menuitem-disabled .eyo-menuitem-accel,
.eyo-menuitem-disabled .eyo-menuitem-content,
.eyo-menuitem-code-disabled,
.eyo-menuitem-code-disabled .eyo-code-reserved,
.eyo-submenu-disabled .eyo-submenu-content,
.eyo-submenu-disabled .eyo-submenu-arrow {
  color: #ccc !important;
}
.eyo-menuitem-disabled .eyo-menuitem-icon {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

/* State: hover. */
.eyo-menuitem-highlight,
.eyo-menuitem-code-highlight,
.eyo-submenu-highlight,
.eyo-menuitem-hover {
  background-color: #d6e9f8;
  /* Use an explicit top and bottom border so that the selection is visible
   * in high contrast mode. */
  border-color: #d6e9f8;
  border-style: dotted;
  border-width: 1px 0;
  padding-bottom: 3px;
  padding-top: 3px;
}

/* State: selected/checked. */
.eyo-menuitem-checkbox,
.eyo-menuitem-icon {
  background-repeat: no-repeat;
  height: 16px;
  left: 6px;
  position: absolute;
  right: auto;
  vertical-align: middle;
  width: 16px;
}

/* Keyboard shortcut ("accelerator") style. */
.eyo-menuitem-accel {
  color: #999;
  /* Keyboard shortcuts are untranslated; always left-to-right. */
  /* @noflip */ direction: ltr;
  left: auto;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right;
}

/* Mnemonic styles. */
.eyo-menuitem-mnemonic-hint {
  text-decoration: underline;
}

.eyo-menuitem-mnemonic-separator {
  color: #999;
  font-size: 12px;
  padding-left: 4px;
}

.eyo-submenu-arrow {
  color: #000;
  left: auto;
  padding-right: 4px;
  position: absolute;
  right: 0;
  text-align: right;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

/* BiDi override. */
/* @noflip */
.eyo-menuitem-rtl .eyo-submenu-arrow {
  text-align: left;
  left: 0;
  right: auto;
  padding-left: 6px;
}

/* State: disabled. */
.eyo-menuitem-disabled .eyo-submenu-arrow {
  color: #ccc;
}

.eyo-menuitem-content {
  padding: 0;
}

.eyo-modal-dialog {
  width: 400px;
  background: #fff;
  border: 0.5px solid #ccc;
  border-radius: 12px;
  outline : none;
  color: #000;
  padding: 4px;
  position: absolute;
  font-family: arial, sans-serif;
  z-index: 100000;
}

.eyo-modal-dialog a,
.eyo-modal-dialog a:link,
.eyo-modal-dialog a:visited  {
  color: #06c;
  cursor: pointer;
}

.eyo-modal-dialog-bg {
  background: #666;
  left: 0;
  position: absolute;
  top: 0;
}

.eyo-modal-dialog-title {
  color: #000;
  cursor: pointer;
  font-size: 120%;
  font-weight: bold;
  text-align:center;

  /* Add padding on the right to ensure the close button has room. */
  padding: 8px 31px 8px 8px;

  position: relative;
  _zoom: 1; /* Ensures proper width in IE6 RTL. */
}

.eyo-modal-dialog-title-close {
  /* Client apps may override the URL at which they serve the sprite. */
  background: #fff url(../img/close.png) no-repeat 0 0;
  background-size: 100% auto;
  cursor: default;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 15px;
  vertical-align: middle;
}
.eyo-modal-dialog-content {
  background-color: #fff;
  padding: 8px;
  padding-bottom:40px;
}
.eyo-modal-dialog-buttons {
  position: absolute;
  right:8px;
  bottom:8px;
  padding: 4px;
}
.eyo-modal-dialog button.goog-buttonset-default {
  padding: 4px 8px;
  border-color: #666;
  border-radius: 6px;
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 13px;
}
.eyo-html-input {
  border: none;
  border-radius: 4px;
  height: 100%;
  margin: 0;
  outline: none;
  padding: 0 1px;
  width: 100%
}

.blocklyMainBackground {
  stroke-width: 5;
  stroke: none;
}
