@charset "UTF-8";
.clear {
  clear: both; }

a.button_a,
a.button_a:active,
a.button_a:hover,
a.button_a:link {
  color: white;
  font-size: 12px;
  text-decoration: none; }

/*.image-annotate-add {
  background: #fff;
  border: solid 1px #ccc !important;
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  min-height: 40px;
  line-height: 18px;
  padding: 2px 0 2px 24px;
  margin: 5px 5px 0px 0;
  width: 64px;
  text-decoration: none;

  &:hover {
    background-color: #eee;
  }
}*/
.tlitemoff {
  border: 4px solid #513ABB; }

.tlitemon {
  border: 5px solid #FF7A00; }

.image-annotate-canvas {
  background-size: 100% 100%; }

.image-annotate-area {
  position: absolute;
  box-sizing: border-box;
  border: 4px solid #513ABB; }

.image-annotate-area-hover {
  z-index: 997; }

.panelitem {
  border: 4px solid #513ABB;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 14px; }
  .panelitem p {
    margin: 0;
    line-height: 1.4em; }
    .panelitem p + p {
      margin-top: 10px; }

.itemoff {
  color: #000;
  border: 4px solid #513ABB; }

.itemon {
  color: #000;
  border: 4px solid #FF7A00; }
  .itemon span.editor_link a {
    color: #513ABB !important; }

.annotation-detail #panel_right_detail {
  padding: 10px 0 20px 0; }
  .annotation-detail #panel_right_detail .tlitemoff {
    border: 4px solid #FF7A00; }
  .annotation-detail #panel_right_detail .itemon {
    background: transparent;
    color: #000; }

span.editor_link {
  margin-top: 30px;
  text-align: right;
  right: 0;
  display: block; }
  span.editor_link::after {
    content: " ";
    height: 21px;
    width: 21px;
    background: url(../images/button--edit-vert.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer; }
  span.editor_link a {
    vertical-align: super; }

/* Annotation > Détail */
.thumblistitem {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0;
  padding: 10px;
  position: absolute;
  height: 100%;
  width: 100%; }

.thumblistitem_env {
  cursor: pointer;
  display: inline-block;
  height: 120px;
  width: 120px;
  margin: 0px 5px 0px 0px;
  position: relative; }

.paneltrans {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: none;
  z-index: 300; }

.paneltransBorder {
  position: absolute;
  display: none;
  z-index: 300; }

/* Annotation vidéo */
ul#list_sequences {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important; }
ul#list_arrets {
  list-style: none;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  border: 4px solid #FF7A00;
  color: #513ABB; }
  ul#list_arrets li {
    padding: 20px; }

.area_rect {
  position: absolute;
  z-index: 10000;
  border: 4px solid #FF7A00; }

li.layer > img {
  float: left;
  width: auto; }
li.thumb {
  clear: both; }

.tl_header {
  background: #513ABB;
  color: #513ABB;
  padding: 5px; }

.tl_text {
  display: block; }

.tl_text p {
  padding: 0;
  margin: 0; }

.image-annotate-canvas {
  border: solid 1px #ccc;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  position: relative; }

.image-annotate-view {
  display: none;
  position: relative; }

.image-annotate-area-hover div {
  border-color: #FF7A00 !important; }

.annotation-detail .image-annotate-area-hover div {
  border-color: #FF7A00 !important; }

.image-annotate-area-editable {
  cursor: pointer; }

.image-annotate-area-editable-hover div {
  border-color: #FF7A00 !important; }

.image-annotate-note {
  background: #e7ffe7 none repeat scroll 0 0;
  border: solid 1px #513ABB;
  color: #000;
  display: none;
  font-size: 12px;
  max-width: 200px;
  padding: 3px 7px;
  position: absolute; }
  .image-annotate-note .actions {
    display: block;
    font-size: 80%; }

.image-annotate-edit {
  display: none; }

#image-annotate-edit-form {
  background: #fffee3 none repeat scroll 0 0;
  border: 1px solid #000;
  height: 78px;
  padding: 7px;
  position: absolute;
  width: 250px;
  z-index: 9999; }
  #image-annotate-edit-form form {
    clear: right;
    margin: 0 !important;
    padding: 0;
    z-index: 999; }
  #image-annotate-edit-form .box {
    margin: 0; }
  #image-annotate-edit-form input.form-text, #image-annotate-edit-form #edit-comment-wrapper textarea {
    width: 90%; }
  #image-annotate-edit-form textarea {
    height: 50px;
    font-size: 12px;
    width: 248px; }
  #image-annotate-edit-form fieldset {
    background: transparent none repeat scroll 0 0; }
  #image-annotate-edit-form .form-item {
    margin: 0 0 5px; }
  #image-annotate-edit-form .form-button, #image-annotate-edit-form .form-submit {
    margin: 0; }
  #image-annotate-edit-form a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border: solid 1px #ccc;
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    padding: 5px 10px 5px 24px;
    margin: 3px 6px 3px 0;
    width: auto; }
    #image-annotate-edit-form a:hover {
      background-color: #eee; }

.image-annotate-edit-area {
  background: rgba(0, 0, 0, 0.25);
  cursor: move;
  display: block;
  height: 60px;
  left: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 60px;
  box-sizing: border-box;
  border: 1px solid white; }
  .image-annotate-edit-area .ui-resizable-handle {
    opacity: 0.8; }

.image-annotate-edit-ok {
  background-image: url(../images/accept.png); }

.image-annotate-edit-delete {
  background-image: url(../images/delete.png); }

.image-annotate-edit-close {
  background-image: url(../images/cross.png); }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable- autohide .ui-resizable-handle {
  display: block; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/** ADMIN **/
#annotation_frame {
  background-color: #fff; }

#gi_page {
  position: relative;
  margin: 0px 10px 10px 20px; }

#gi_editor {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%; }

#panel_right_env {
  font-size: 0.85em;
  width: 300px; }

#envcanvas {
  display: none; }

#panel_right {
  background: white; }
  #panel_right #timeline {
    max-height: 800px;
    overflow: scroll;
    min-width: 300px; }
    #panel_right #timeline .tl_header {
      font-size: 2em;
      padding: 30px 0 0 0;
      color: white;
      padding: 10px; }
    #panel_right #timeline .comment_item_title p {
      padding: 0;
      margin: 0; }
    #panel_right #timeline ul.lsequence, #panel_right #timeline ul.larret {
      padding: 0px;
      margin: 0 0 20px 0; }
    #panel_right #timeline ul.lsequence li, #panel_right #timeline ul.larret li {
      padding: 15px;
      list-style: none;
      border: 1px solid #dcdcdc;
      background-color: white; }
      #panel_right #timeline ul.lsequence li .tl_tc, #panel_right #timeline ul.larret li .tl_tc {
        font-weight: bold; }
    #panel_right #timeline ul li img {
      padding-right: 10px; }

#panel_right_env_ann {
  float: left;
  font-size: 0.85em;
  width: 500px; }

#panel_right_menu {
  clear: both;
  height: 50px; }
  #panel_right_menu h2 {
    clear: both; }

#panel_right_ann {
  border: 1px solid black;
  margin-top: 20px; }

#commentbox {
  width: 100%;
  height: 4rem; }

#myvideo {
  max-width: 100% !important;
  width: 100%; }

#mycanvas {
  min-width: 200px;
  min-height: 200px; }

#res_liens {
  background: white;
  border: 1px solid #BBB;
  padding: 0px;
  width: 500px; }

.gi_button,
.image-annotate-add {
  display: inline-block;
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 5px;
  text-decoration: none;
  background: #552d90;
  white-space: nowrap; }
  .gi_button:hover,
  .image-annotate-add:hover {
    color: white;
    background: #5b3692; }

.gi_del_button {
  margin-left: 40px; }

.layer {
  cursor: pointer;
  padding: 5px; }

.layer_header {
  color: white;
  background: black;
  font-variant: small-caps;
  margin: 20px 0 0px 0;
  padding: 5px; }

#envcanvas_proxy,
#envcanvas_proxy_loading {
  position: fixed;
  display: none;
  z-index: 10000; }

#envcanvas_proxy_loading {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-shadow: 1px 1px 2px white; }

#envcanvas_proxy {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px; }
  #envcanvas_proxy::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: -30px;
    left: -30px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  #envcanvas_proxy iframe {
    width: 100%;
    height: 100%; }

#panel_container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  height: 100%; }
  #panel_container #panel_right_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px;
    height: auto; }
  #panel_container #panel_left {
    display: flex;
    align-items: start;
    width: 100%;
    height: 100%; }

#panel_right_env_ {
  font-size: 0.85em;
  width: 300px;
  flex-shrink: 0; }

.to_annotate_wrapper {
  position: relative; }
  .to_annotate_wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .to_annotate_wrapper .image-annotate-canvas,
  .to_annotate_wrapper .image-annotate-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .to_annotate_wrapper .image-annotate-edit {
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=annotation.css.map */
