/*! Jcrop.css v2.0.0 - build: 20141025
 *  Copyright 2008-2014 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/

/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-active {
    /* IE10 touch compatibility */
    -ms-touch-action: none;
    box-sizing: border-box;
    direction: ltr;
    text-align: left;
}

.jcrop-dragging {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.jcrop-selection { z-index: 2; }

.jcrop-selection.jcrop-current { z-index: 4; }

/* Selection Borders */

.jcrop-border {
    background: #ffffff url("/Assets/jquery/img/jcrop.gif");
    filter: alpha(opacity=50) !important;
    font-size: 0 !important;
    line-height: 1px !important;
    opacity: 0.5 !important;
    overflow: hidden;
    position: absolute;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e,
.jcrop-border.ord-n { top: 0px; }

.jcrop-border.ord-n,
.jcrop-border.ord-s {
    height: 1px !important;
    width: 100%;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e {
    height: 100%;
    width: 1px !important;
}

.jcrop-border.ord-e { right: -1px; }

.jcrop-border.ord-n { top: -1px; }

.jcrop-border.ord-w { left: -1px; }

.jcrop-border.ord-s { bottom: -1px; }

.jcrop-selection { position: absolute; }

.jcrop-box {
    background: none;
    border: none;
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.jcrop-box:hover { background: none; }

.jcrop-box:active { background: none; }

.jcrop-box:focus { outline: 1px rgba(128, 128, 128, 0.65) dotted; }

.jcrop-active,
.jcrop-box { position: relative; }

.jcrop-box {
    cursor: move;
    height: 100%;
    width: 100%;
}

/* Selection Handles */

.jcrop-selection:hover .jcrop-handle {
    background-color: rgba(49, 28, 28, 0.58);
    border: 1px #eeeeee solid;
}

.jcrop-handle {
    background-color: transparent;
    border: none;
    filter: alpha(opacity=80) !important;
    font-size: 0;
    height: 5px;
    opacity: 0.8 !important;
    position: absolute;
    width: 5px;
    z-index: 4;
}

.jcrop-handle.ord-n {
    cursor: n-resize;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 0;
}

.jcrop-handle.ord-s {
    bottom: 0;
    cursor: s-resize;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
}

.jcrop-handle.ord-e {
    cursor: e-resize;
    margin-right: -5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}

.jcrop-handle.ord-w {
    cursor: w-resize;
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
}

.jcrop-handle.ord-nw {
    cursor: nw-resize;
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
    top: 0;
}

.jcrop-handle.ord-ne {
    cursor: ne-resize;
    margin-right: -5px;
    margin-top: -5px;
    right: 0;
    top: 0;
}

.jcrop-handle.ord-se {
    bottom: 0;
    cursor: se-resize;
    margin-bottom: -5px;
    margin-right: -5px;
    right: 0;
}

.jcrop-handle.ord-sw {
    bottom: 0;
    cursor: sw-resize;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
}

/* Larger Selection Handles for Touch */

.jcrop-touch .jcrop-handle {
    background-color: rgba(49, 28, 28, 0.58);
    border: 1px #eeeeee solid;
    filter: alpha(opacity=80) !important;
    font-size: 0;
    height: 18px;
    opacity: 0.8 !important;
    position: absolute;
    width: 18px;
    z-index: 4;
}

.jcrop-touch .jcrop-handle.ord-n {
    cursor: n-resize;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 0;
}

.jcrop-touch .jcrop-handle.ord-s {
    bottom: 0;
    cursor: s-resize;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
}

.jcrop-touch .jcrop-handle.ord-e {
    cursor: e-resize;
    margin-right: -10px;
    margin-top: -10px;
    right: 0;
    top: 50%;
}

.jcrop-touch .jcrop-handle.ord-w {
    cursor: w-resize;
    left: 0;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
}

.jcrop-touch .jcrop-handle.ord-nw {
    cursor: nw-resize;
    left: 0;
    margin-left: -10px;
    margin-top: -10px;
    top: 0;
}

.jcrop-touch .jcrop-handle.ord-ne {
    cursor: ne-resize;
    margin-right: -10px;
    margin-top: -10px;
    right: 0;
    top: 0;
}

.jcrop-touch .jcrop-handle.ord-se {
    bottom: 0;
    cursor: se-resize;
    margin-bottom: -10px;
    margin-right: -10px;
    right: 0;
}

.jcrop-touch .jcrop-handle.ord-sw {
    bottom: 0;
    cursor: sw-resize;
    left: 0;
    margin-bottom: -10px;
    margin-left: -10px;
}

/* Selection Dragbars */

.jcrop-dragbar {
    font-size: 0;
    position: absolute;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 9px !important;
    width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    top: 0px;
    width: 9px !important;
}

.jcrop-dragbar.ord-n {
    cursor: n-resize;
    margin-top: -5px;
    top: 0px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    cursor: s-resize;
    margin-bottom: -5px;
}

.jcrop-dragbar.ord-e {
    cursor: e-resize;
    margin-right: -5px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    cursor: w-resize;
    margin-left: -5px;
}

/* Shading panels */

.jcrop-shades {
    left: 0;
    position: relative;
    top: 0;
}

.jcrop-shades div { cursor: copy; }

/* Various special states */

.jcrop-noresize .jcrop-dragbar,
.jcrop-noresize .jcrop-handle { display: none; }

.jcrop-selection.jcrop-nodrag .jcrop-box,
.jcrop-nodrag .jcrop-shades div { cursor: default; }

/* The "jcrop-light" class/extension */

.jcrop-light .jcrop-border {
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
    background-color: #000000;
    border-color: #ffffff;
}

/* The "jcrop-dark" class/extension */

.jcrop-dark .jcrop-border {
    background: #000000;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
    background-color: #ffffff;
    border-color: #000000;
}

/* Simple macro to turn off the antlines */

.solid-line .jcrop-border { background: #ffffff; }

.jcrop-thumb {
    overflow: hidden;
    position: absolute;
    z-index: 5;
}

/* Fix for twitter bootstrap et al. */

.jcrop-active img,
.jcrop-thumb img,
.jcrop-thumb canvas {
    max-height: none;
    max-width: none;
    min-height: none;
    min-width: none;
}

/* Improved multiple selection styles - in progress */

.jcrop-hl-active .jcrop-border {
    filter: alpha(opacity=20) !important;
    opacity: .20 !important;
}

.jcrop-hl-active .jcrop-handle {
    filter: alpha(opacity=10) !important;
    opacity: .10 !important;
}

.jcrop-hl-active .jcrop-selection:hover {
    /*
    .jcrop-handle {
      filter:Alpha(opacity=35)!important;
      opacity:.35!important;
    }
    */
}

.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
    background-color: #ccc;
    filter: alpha(opacity=50) !important;
    opacity: .50 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
    background: #808080 url('Jcrop.gif');
    filter: alpha(opacity=35) !important;
    opacity: .35 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
    filter: alpha(opacity=30) !important;
    opacity: .30 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
    background: url('Jcrop.gif');
    filter: alpha(opacity=65) !important;
    opacity: .65 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
    filter: alpha(opacity=60) !important;
    opacity: .60 !important;
}

/* Prevent background on button element */

button.jcrop-box { background: none; }