/* ========================================================================== */
/* =============================== ERROR PAGE =============================== */
/* ========================================================================== */
.error-page {
  color: #B0BEC5; }
  .error-page .title {
    font-size: 72px;
    margin-bottom: 40px; }

/* ========================================================================== */
/* ============================= CATEGORY PAGE ============================== */
/* ========================================================================== */
.category-tree .tooltip-inner {
  max-width: 400px;
  padding: 15px;
  padding-bottom: 5px; }
  .category-tree .tooltip-inner img, .category-tree .tooltip-inner video {
    max-width: 100%;
    width: 100%; }
  .category-tree .tooltip-inner th {
    padding-right: 20px;
    vertical-align: top; }
  .category-tree .tooltip-inner td {
    text-align: left;
    padding-bottom: 10px; }
.category-tree .treegrid-parent {
  display: none; }
.category-tree .delete-form {
  display: inline-block; }

/* ========================================================================== */
/* ============================ EDIT PLATE PAGE ============================= */
/* ========================================================================== */
.tag-list .tag-list-title {
  display: inline-block; }
.tag-list th, .tag-list td {
  padding: 0 !important; }
.tag-list .padding {
  padding: 5px; }

.plate-image,
.plate-video {
  width: 100%; }

#plate-edit-form textarea#notice {
  resize: vertical; }

.plate-view {
  position: relative; }
  .plate-view .edit-plate-source {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2147483647;
    color: #000;
    padding: 2px 5px 5px;
    background: #FFF;
    box-shadow: 3px 0 5px -3px #444;
    border-radius: 5px; }
  .plate-view .edit-plate-source.active {
    border-radius: 0 5px 5px 0; }
  .plate-view .edit-plate-source-field-container {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2147483646; }
    .plate-view .edit-plate-source-field-container .edit-plate-source-field {
      background: #FFF;
      box-shadow: 0 0 5px #444;
      border-radius: 5px 0 5px 5px;
      padding: 10px; }
      .plate-view .edit-plate-source-field-container .edit-plate-source-field .new-source-loader {
        display: none;
        text-align: center; }
        .plate-view .edit-plate-source-field-container .edit-plate-source-field .new-source-loader span {
          display: block;
          margin-bottom: -3px; }
        .plate-view .edit-plate-source-field-container .edit-plate-source-field .new-source-loader img {
          max-width: 100%; }
      .plate-view .edit-plate-source-field-container .edit-plate-source-field .new-source-error {
        text-align: center; }
        .plate-view .edit-plate-source-field-container .edit-plate-source-field .new-source-error span {
          color: #FF0000; }

#youtube-container .fluid-container {
  margin: 0px auto; }
#youtube-container .fluid-container > div {
  position: relative;
  padding-bottom: 67%;
  height: 0px; }
#youtube-container .fluid-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

/* hack for youtube player stealing mouse events! */
.prevent-mouse {
  pointer-events: none; }

#plate-canvas {
  position: relative; }
  #plate-canvas .tag {
    background: transparent;
    position: absolute;
    border-radius: 5px;
    /* hack for when the tags are shown at full screen */
    z-index: 2147483645;
    color: #fff;
    width: 38px;
    height: 38px;
    cursor: grab;
    cursor: -webkit-grab;
    margin: 0; }
    #plate-canvas .tag .icon {
      height: 38px;
      width: 38px;
      position: relative;
      margin: 0;
      padding: 0; }
      #plate-canvas .tag .icon img, #plate-canvas .tag .icon i {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      #plate-canvas .tag .icon i {
        line-height: 38px;
        text-align: center; }
  #plate-canvas .ui-draggable-dragging {
    cursor: grabbing; }
  #plate-canvas .tag-popover {
    /* hack for when the tags are shown at full screen */
    z-index: 2147483647;
    max-width: inherit; }
    #plate-canvas .tag-popover .popover-content {
      overflow: hidden;
      padding: 20px 0 0 0; }
      #plate-canvas .tag-popover .popover-content .popover-wrapper {
        overflow: auto;
        padding: 0 15px 15px; }
        #plate-canvas .tag-popover .popover-content .popover-wrapper .popover-close {
          position: absolute;
          top: -2px;
          right: 4px;
          z-index: 99999; }
        #plate-canvas .tag-popover .popover-content .popover-wrapper .ui-resizable-e,
        #plate-canvas .tag-popover .popover-content .popover-wrapper .ui-resizable-s {
          display: none !important; }
        #plate-canvas .tag-popover .popover-content .popover-wrapper .plaatverdieping-container {
          width: 100%; }
          #plate-canvas .tag-popover .popover-content .popover-wrapper .plaatverdieping-container img {
            width: 100%;
            max-width: 100%; }
          #plate-canvas .tag-popover .popover-content .popover-wrapper .plaatverdieping-container video {
            width: 100%;
            max-width: 100%; }

/* ========================================================================== */
/* ======================== CREATE/EDIT TAG WINDOW ========================== */
/* ========================================================================== */
.tag-form .tag-position .position-field {
  display: none; }

.mce-window {
  z-index: 2147483647 !important; }

/* ========================================================================== */
/* ======================= CONFIRM DELETE PLATE PAGE ======================== */
/* ========================================================================== */
#plate-delete-form .confirmAlert {
  display: none; }

/* ========================================================================== */
/* ============================= PLATE SHOW PAGE ============================ */
/* ========================================================================== */
#plate-show .tag {
  cursor: pointer; }

/* ========================================================================== */
/* =============================== ERROR PAGE =============================== */
/* ========================================================================== */
#error-page .error-information h1 small {
  display: block;
  margin-top: 10px; }

#error-page .error-information > small {
  display: block;
  margin-top: 50px;
  padding: 20px; }

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