.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  *border: 0;
  border: 0;
  border-color: initial;
  text-shadow: none;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 7px 11px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d5d5d5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #c0c0c0;
  color: #555555;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.049999999999999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #3498db;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2383c4;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-warning {
  background-color: #e67e22;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #c96a17;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-danger {
  background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #9c2d27;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-success {
  background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #438843;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-info {
  background-color: #9b59b6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #8646a0;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-inverse {
  background-color: #333333;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #1f1f1f;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-twitter {
  background-color: #26c3eb;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  background-color: #1193b4;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-facebook {
  background-color: #5582c9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  background-color: #335d9f;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-google {
  background-color: #e5644e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.btn-google.disabled,
.btn-google[disabled] {
  background-color: #c9371e;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-linkedin {
  background-color: #6ab1d5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.btn-linkedin.disabled,
.btn-linkedin[disabled] {
  background-color: #358fbd;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #3498db;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1d6fa5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
/* jquery.Jcrop.css v0.9.10 - 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-holder {
  direction: ltr;
  text-align: left;
}
/* These styles define the border lines */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("admin/image-editor/jcrop/jcrop/Jcrop.gif") top left repeat;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px!important;
}
.jcrop-hline {
  height: 1px!important;
  width: 100%;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Handle style - size is set by Jcrop handleSize option (currently) */
.jcrop-handle {
  background-color: #333;
  border: 1px #eee solid;
  font-size: 1px;
}
/* This style is used for invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* "turn off" link highlight */

  -webkit-touch-callout: none;
  /* disable callout, image save panel */

  -webkit-user-select: none;
  /* disable cut copy paste */

}
/* Positioning of handles and drag bars */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/* @override 
	http://media.ap.local/canvas-image-editor/css/ap-img-editor.css */
.footer-modal {
  margin: 20px 0;
}
.footer-modal #cancelBtnModal {
  margin-right: 10px;
}
#imageEditor {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}
#ImageFileDropZone {
  position: absolute;
  overflow: auto;
  top: 57px;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("admin/image-editor/canvas-image-editor/canvas-image-editor/canvas-bg-grey2.png");
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("admin/image-editor/canvas-image-editor/canvas-image-editor/canvas-bg-grey2.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("admin/image-editor/canvas-image-editor/canvas-image-editor/canvas-bg-grey2.png");
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  padding-top: 20px;
}
#ImageFileDropZone.crop {
  top: 114px;
}
#ImageFileDropZone.effects {
  top: 133px;
}
#ImageFileDropZone.adjustement {
  top: 114px;
}
#ImageFileDropZone.settings {
  top: 185px;
}
#imageEditorToolsOptions ul {
  height: 55px;
}
ul#guiAction_crop {
  width: 462px;
}
ul#guiAction_effects {
  width: 1078px;
  height: 75px;
}
ul#guiAction_effects li {
  height: 75px;
  padding-top: 55px;
  color: #ffffff;
}
ul#guiAction_adjustement {
  width: 924px;
}
#ImageFileDropZone.dropZoneOver {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), url("admin/image-editor/canvas-image-editor/canvas-image-editor/canvas-bg-grey2.png");
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("admin/image-editor/canvas-image-editor/canvas-image-editor/canvas-bg-grey2.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("admin/image-editor/canvas-image-editor/canvas-image-editor/canvas-bg-grey2.png");
}
div.dropZone {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}
div.dropZone .fileButton {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 70px;
}
div.dropZone .fileButton span {
  background-color: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  padding: 1em;
  cursor: pointer;
  border-radius: 5px;
}
div.fileZone {
  position: relative;
  width: 100%;
  height: 100%;
}
div.fileZone .preview {
  margin: 0 auto;
  display: block;
  -moz-box-shadow: 0 2px 7px #000000;
  -webkit-box-shadow: 0 2px 7px #000000;
  box-shadow: 0 2px 7px #000000;
}
.toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.63);
}
#imageEditorToolsOptions.toolbar {
  background: -moz-linear-gradient(90deg, #2b2a2a 0%, #2b2a2a 100%) #2b2a2a;
  background: -webkit-gradient(linear, left bottom, left top, from(#2b2a2a), to(#2b2a2a)) #2b2a2a;
  height: 400px;
}
.toolbar ul {
  overflow: hidden;
  margin: 0 auto;
  height: 57px;
  width: 535px;
}
.toolbar ul.items7 {
  width: 535px;
}
.toolbar ul.items6 {
  width: 462px;
}
.toolbar ul.items5 {
  width: 385px;
}
.toolbar ul.items4 {
  width: 308px;
}
#imageEditorToolsOptions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.63);
}
#imageEditorToolsOptions.toolbar ul.disable {
  display: none;
}
.toolbar ul li {
  float: left;
  list-style: none;
  height: 57px;
  width: 75px;
  overflow: hidden;
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") 0 -15px;
  opacity: 0.5;
  display: block;
  margin: 0 1px 0 0;
  text-align: center;
  text-indent: 0;
  padding-top: 35px;
  font-size: 0.85em;
  text-shadow: 0 0 3px #000000;
  color: #c3c3c3;
}
.toolbar ul.notext li {
  text-shadow: none;
  color: black;
}
.toolbar ul.notext li a:hover {
  color: black;
}
.toolbar ul li.selected,
.toolbar ul li.selected:hover {
  opacity: 1;
}
.toolbar ul li:hover,
#imageEditorToolsOptions ul li:hover {
  opacity: 1;
}
#imageEditorToolsOptions ul li {
  opacity: 0.8;
}
.toolbar ul li.disable,
.toolbar ul li.disable:hover {
  opacity: 0.1;
}
.toolbar li.drop {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") 0 -15px;
}
.toolbar li.crop {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -75px -15px;
}
.toolbar li.adjustement {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -150px -15px;
}
.toolbar li.effects {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -225px -15px;
}
.toolbar li.settings {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -300px -15px;
}
.toolbar li.download {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1575px -15px;
}
.toolbar li.save {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1655px -15px;
}
.toolbar li.rotateCW {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -375px -15px;
}
.toolbar li.rotate180 {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -450px -15px;
}
.toolbar li.rotateCCW {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -525px -15px;
}
.toolbar li.flipH {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1275px -15px;
}
.toolbar li.flipV {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1350px -15px;
}
.toolbar li.validate {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1500px -15px;
}
.toolbar li.adjustementSharpen {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -600px -15px;
}
.toolbar li.adjustementSharpenMore {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -675px -15px;
}
.toolbar li.adjustementBlur {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -750px -15px;
}
.toolbar li.adjustementBlurMore {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -825px -15px;
}
.toolbar li.adjustementNoise {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -900px -15px;
}
.toolbar li.adjustementNoiseMore {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -975px -15px;
}
.toolbar li.adjustementDesaturate {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1050px -15px;
}
.toolbar li.adjustementBlackAndWhite {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1125px -15px;
}
.toolbar li.adjustementVignetteBlur {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1200px -15px;
}
.toolbar li.adjustementHorizontalBlur {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1200px -15px;
}
.toolbar li.adjustementCancel {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") 300px -15px;
}
.toolbar li.validate {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/icons.png") -1500px -15px;
}
.toolbar li.effect_none {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") 0px 0;
}
.toolbar li.effect_seventiesLove {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -75px 0;
}
.toolbar li.effect_wildWest {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -150px 0;
}
.toolbar li.effect_mrSpock {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -225px 0;
}
.toolbar li.effect_mrPenn {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -300px 0;
}
.toolbar li.effect_woodstock {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -375px 0;
}
.toolbar li.effect_vintage {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -450px 0;
}
.toolbar li.effect_leisa {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -525px 0;
}
.toolbar li.effect_sepia {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -600px 0;
}
.toolbar li.effect_gasStation {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -675px 0;
}
.toolbar li.effect_E6C41 {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -750px 0;
}
.toolbar li.effect_eighties {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -825px 0;
}
.toolbar li.effect_sunsetBlvd {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -900px 0;
}
.toolbar li.effect_paris {
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/effectsPreviews.jpg") -975px 0;
}
/*
#imageEditorToolsOptions.toolbar ul li.expend {
	background: url("canvas-image-editor/icons.png") -1575px -15px;
}
*/
#imageEditorTools li:hover {
  opacity: 1;
}
#imageEditorTools li.selected {
  opacity: .8;
}
#imageEditorTools li.disable:hover,
#imageEditorTools li.disable {
  opacity: .1;
}
#imageEditorActions {
  overflow: hidden;
  margin: 0 auto;
  height: 68px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(90deg, #dbdbdb 77.2%, #e7e7e7 100%) #979797;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.772, #dbdbdb), to(#e7e7e7)) #979797;
  border-bottom: 1px solid rgba(0, 0, 0, 0.63);
  border-top: 1px solid #ffffff;
}
div.dropZoneOverImg {
  display: block;
  opacity: .75;
  position: absolute;
  background: url("admin/image-editor/canvas-image-editor/canvas-image-editor/drop.png") no-repeat center 180px;
  z-index: 100;
  text-align: center;
  color: #eeeeee;
  font-size: 1.8em;
  padding-top: 132px;
  margin: 0 auto;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
div.dropZoneOverImg a {
  color: #004b68;
  text-shadow: 0 1px 1px rgba(108, 255, 251, 0.49);
}
.off div.dropZoneOverImg {
  background-image: url("admin/image-editor/canvas-image-editor/canvas-image-editor/no-drop.png");
}
div.active .dropZoneOverImg,
div.active div.message {
  transition: width 1s;
  -moz-transition: width 1s;
  /* Firefox 4 */

  -webkit-transition: width 1s;
  /* Safari and Chrome */

  -o-transition: width 1s;
  /* Opera */

  display: none;
  opacity: .5;
}
div.dropZoneOver div.dropZoneOverImg,
div.dropZoneOver div.message {
  transition: width 1s;
  -moz-transition: width 1s;
  /* Firefox 4 */

  -webkit-transition: width 1s;
  /* Safari and Chrome */

  -o-transition: width 1s;
  /* Opera */

  display: block;
  opacity: 1;
}
#imageEditorTools li {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0);
}
.jcrop-holder {
  margin: 0 auto;
}
#guiOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  opacity: 1;
  transition: width 1s;
  -moz-transition: width 1s;
  /* Firefox 4 */

  -webkit-transition: width 1s;
  /* Safari and Chrome */

  -o-transition: width 1s;
  /* Opera */

}
#guiOverlay.hide {
  display: none;
  opacity: 0;
}
#guiOverlay .loader {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: auto;
  -moz-border-radius: 100px;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-left: auto;
  margin-top: 300px;
}
#guiOverlay .loader div {
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: 40px;
  left: 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.bar1 {
  -moz-transform: rotate(0deg) translate(0, -40px);
  -webkit-transform: rotate(0deg) translate(0, -40px);
  opacity: 0.12;
}
.bar2 {
  -moz-transform: rotate(45deg) translate(0, -40px);
  -webkit-transform: rotate(45deg) translate(0, -40px);
  opacity: 0.25;
}
.bar3 {
  -moz-transform: rotate(90deg) translate(0, -40px);
  -webkit-transform: rotate(90deg) translate(0, -40px);
  opacity: 0.37;
}
.bar4 {
  -moz-transform: rotate(135deg) translate(0, -40px);
  -webkit-transform: rotate(135deg) translate(0, -40px);
  opacity: 0.50;
}
.bar5 {
  -moz-transform: rotate(180deg) translate(0, -40px);
  -webkit-transform: rotate(180deg) translate(0, -40px);
  opacity: 0.62;
}
.bar6 {
  -moz-transform: rotate(225deg) translate(0, -40px);
  -webkit-transform: rotate(225deg) translate(0, -40px);
  opacity: 0.75;
}
.bar7 {
  -moz-transform: rotate(270deg) translate(0, -40px);
  -webkit-transform: rotate(270deg) translate(0, -40px);
  opacity: 0.87;
}
.bar8 {
  -moz-transform: rotate(315deg) translate(0, -40px);
  -webkit-transform: rotate(315deg) translate(0, -40px);
  opacity: 1;
}
#guiOverlay .loader {
  animation-name: rotateLoader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateLoader;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateLoader;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
@keyframes rotateLoader {
  from {
    -webkit-transform: scale(0.5) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0.5) rotate(360deg);
  }
}
@-webkit-keyframes rotateLoader {
  from {
    -webkit-transform: scale(0.5) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0.5) rotate(360deg);
  }
}
@-moz-keyframes rotateLoader {
  from {
    -webkit-transform: scale(0.5) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0.5) rotate(360deg);
  }
}
.confirmWindow {
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  padding: 2em;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  position: relative;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.buttons {
  text-align: center;
}
.confirmWindow .buttons {
  display: block;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.message {
  margin-right: auto;
  margin-left: auto;
  margin-top: 180px;
  padding: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2em;
  text-align: center;
  text-shadow: 0 0 5px #000000;
  width: 300px;
}
.button {
  *border: 0;
  border: 0;
  border-color: initial;
  text-shadow: none;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 7px 11px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d5d5d5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  margin-right: 5px;
}
.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  background-color: #c0c0c0;
  color: #555555;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:first-child {
  *margin-left: 0;
}
.button:hover,
.button:focus {
  color: #333333;
  text-decoration: none;
}
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button.active,
.button:active {
  background-image: none;
  outline: 0;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.disabled,
.button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.buttonOk {
  background-color: #3498db;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  background-image: none;
  color: #ffffff;
}
.buttonOk:hover,
.buttonOk:focus,
.buttonOk:active,
.buttonOk.active,
.buttonOk.disabled,
.buttonOk[disabled] {
  background-color: #2383c4;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#guiAction_settings {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 22px;
}
#guiAction_settings .post-number {
  height: 50px;
  width: 600px;
}
#guiAction_settings label,
#guiAction_settings p {
  color: #FFFFFF;
  float: left;
  line-height: 25px;
  display: block;
  width: 100px;
}
#ImageAdminAddForm {
  margin-bottom: 14px;
}
#guiAction_settings .lt_input input {
  width: 212px;
  margin-left: 15px;
}
#guiAction_settings .big_input input {
  margin-left: 15px;
  width: 450px;
}
#guiAction_settings .big_input select {
  margin-left: 15px;
  width: 450px;
}
#guiAction_settings #ImageFileBlock {
  display: none;
}
#guiAction_settings #ImagePathBlock {
  float: left;
}
#guiAction_settings #ImageControllerBlock {
  float: left;
}
#guiAction_settings #ImageTitleEngBlock {
  height: 50px;
}
#guiAction_settings #ImageTitleFreBlock,
#guiAction_settings #ImageNameBlock {
  height: 50px;
}
#guiAction_settings #resize_heigth,
#guiAction_settings #crop_imageType {
  margin-left: 15px;
}
#guiAction_settings .content_crop_size {
  height: 50px;
  width: 900px;
}
#guiAction_settings .content_crop_size input,
#guiAction_settings .content_crop_size select,
#guiAction_settings .content-ratio input,
#guiAction_settings .content-ratio select,
#guiAction_settings .content-type select #resize_heigth {
  float: left;
  margin-left: 15px;
}
#guiAction_settings .content-ratio,
#guiAction_settings .content_height {
  height: 50px;
  width: 900px;
}
#guiAction_settings .calculate-settings {
  height: 25px;
  line-height: 25px;
  border: 1px solid #0594C1;
  width: 100px;
  text-align: center;
  margin-right: 15px;
  margin-top: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 13px;
  background: #00abf1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #00abf1 0%, #3a9ddb 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00abf1), color-stop(100%, #3a9ddb));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #00abf1 0%, #3a9ddb 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #00abf1 0%, #3a9ddb 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #00abf1 0%, #3a9ddb 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #00abf1 0%, #3a9ddb 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abf1', endColorstr='#3a9ddb', GradientType=0);
  /* IE6-9 */

}
#guiAction_settings .apply-settings {
  height: 25px;
  width: 100px;
  line-height: 25px;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding-top: 3px;
  margin-right: 30px;
  margin-top: 15px;
  padding-bottom: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: grey;
  cursor: pointer;
  float: right;
  font-size: 13px;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */

}
#guiAction_settings .calculate-settings a:hover {
  text-decoration: none;
}
#imageEditor #ImageAdminAddForm .content-type select {
  margin-left: 15px;
  width: 222px;
}
#imageEditor #ImageTypeBlock {
  height: 50px;
}
#imageEditorToolsOptions .editorActions li.save {
  background-position: -1647px -15px;
}
#imageEditorToolsOptions .actionSettings {
  float: right;
  width: 160px;
}
#imageEditorToolsOptions .editorActions li.download {
  background-position: -1575px -20px;
}
/**Pimagic Spec **/
#resize_width.lt_input2,
#resize_heigth.lt_input2 {
  width: 160px;
}
.socialButtons {
  position: fixed;
  z-index: 1500;
  bottom: 10px;
  opacity: .7;
  width: 100%;
}
.socialButtons table {
  display: block;
  margin: 0 auto;
  width: 220px;
}
.twitter,
.gplus {
  padding: 4px 0 0 5px;
}
#pimagicLogo {
  position: absolute;
  z-index: 1500;
  top: 7px;
  left: 0px;
  font-size: .9em;
}
#pimagicLogo span {
  vertical-align: -25%;
}
#pimagicLogo span a {
  color: #333333;
}
.apImageEditorZoom {
  display: none;
}
.drop .effects,
.drop .adjustement,
.drop .settings,
.drop .download,
.drop .reloadPage {
  display: none;
}
