/* jquery.Jcrop.css v0.9.12 - 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)
*/
.editor_side_r .jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.editor_side_r .jcrop-vline,
.editor_side_r .jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.editor_side_r .jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.editor_side_r .jcrop-vline.right {
  right: 0;
}
.editor_side_r .jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.editor_side_r .jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.editor_side_r .jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.editor_side_r .jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.editor_side_r .jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.editor_side_r .jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.editor_side_r .jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.editor_side_r .jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.editor_side_r .jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.editor_side_r .jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.editor_side_r .jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.editor_side_r .jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.editor_side_r .jcrop-dragbar.ord-n,
.editor_side_r .jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.editor_side_r .jcrop-dragbar.ord-e,
.editor_side_r .jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.editor_side_r .jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.editor_side_r .jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.editor_side_r .jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.editor_side_r .jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.editor_side_r .jcrop-light .editor_side_r .jcrop-vline,
.editor_side_r .jcrop-light .editor_side_r .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.editor_side_r .jcrop-light .editor_side_r .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.editor_side_r .jcrop-dark .editor_side_r .jcrop-vline,
.editor_side_r .jcrop-dark .editor_side_r .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.editor_side_r .jcrop-dark .editor_side_r .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.editor_side_r.solid-line .editor_side_r .jcrop-vline,
.editor_side_r.solid-line .editor_side_r .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.editor_side_r .jcrop-holder img,
.editor_side_r img .jcrop-preview {
  max-width: none;
}
/* Jcrop Demo Site CSS - 2012 Tapmodo Interactive LLC - MIT License
   Not required to run Jcrop - contains twitter bootstrap code */
/* To build these CSS files you must have LESS and run
 * $ git submodule init
 * $ git submodule update
 * ...to pull in the Twitter bootstrap files
 */
.editor_side_r .clearfix {
  *zoom: 1;
}
.editor_side_r .clearfix:before,
.editor_side_r .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.editor_side_r .clearfix:after {
  clear: both;
}
.editor_side_r .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.editor_side_r .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* JCROP DEMOS CSS */
.editor_side_r li small {
  color: #f07878;
}
.editor_side_r .inline-labels label {
  display: inline;
}
.editor_side_r div#interface.span3 fieldset {
  margin-bottom: 1.5em;
}
.editor_side_r div#interface.span3 fieldset legend {
  margin-bottom: 2px;
  padding-bottom: 2px;
  line-height: 1.2;
}
.editor_side_r .article h1 {
  color: #333;
  margin-top: .2em;
}
.editor_side_r .jc-demo {
  text-align: center;
}
.editor_side_r .jcropper-holder {
  border: 1px #bbb solid;
}
.editor_side_r .jc-demo-box {
  text-align: left;
  margin: 2em auto;
  background: white;
  border: 1px #bbb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 1em 2em 2em;
}
.editor_side_r form {
  margin: 1.5em 0;
}
.editor_side_r form.coords label {
  margin-right: 1em;
  font-weight: bold;
  color: #900;
}
.editor_side_r form.coords input {
  width: 3em;
}
.editor_side_r .ui-widget-overlay {
  opacity: 0.80;
  filter: alpha(opacity=70);
}
.editor_side_r .jc-dialog {
  padding-top: 1em;
}
.editor_side_r .ui-dialog p tt {
  color: yellow;
}
.editor_side_r .jcrop-light .editor_side_r .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #999;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 15px #999;
  /* Safari, Chrome */

  box-shadow: 0px 0px 15px #999;
  /* CSS3 */

}
.editor_side_r .jcrop-dark .editor_side_r .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #000;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 15px #000;
  /* Safari, Chrome */

  box-shadow: 0px 0px 15px #000;
  /* CSS3 */

}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-e {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-w {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-nw {
  -webkit-border-bottom-right-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-ne {
  -webkit-border-bottom-left-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-sw {
  -webkit-border-top-right-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-se {
  -webkit-border-top-left-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-s {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}
.editor_side_r .jcrop-fancy .editor_side_r .jcrop-handle.ord-n {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.editor_side_r .description {
  margin: 16px 0;
}
.editor_side_r .jcrop-droptarget canvas {
  background-color: #f0f0f0;
}
.editor_side_r .uploadImageBtn{
     cursor:  pointer;
     width:50px;
     border: 1px solid blue;
}
#tempTarget{
     position:  absolute;
     left:-99999px;
     top:-99999px;
}
#targetDiv{
    border: 1px solid #cccccc;
    text-align: left;
}

