/**
 * Templates debug styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */
.tpl-debug-canvas, .tpl-debug-click {
    position: absolute;
    display: block;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tpl-debug-canvas.tpl-debug--increased-z-index, .tpl-debug-click.tpl-debug--increased-z-index {
  z-index: 999999;
}

body.area-c .tpl-debug-canvas {
    pointer-events: none;
}

.tpl-debug-click {
  background-color: #84CD6E;
  opacity: .4;
  pointer-events: none;
}

.tpl-debug-tpl-canvas,
.tpl-debug-list-canvas
{
    border: 1px dashed #d6ab89;
}

.tpl-debug-current {
    opacity: 0.2;
    background-color: #D07983;
}
