/**
 * Reset styles
 * DARUMA-4135
 */
.moxman-container,
.moxman-widget,
.moxman-window,
.moxman-combobox,
.moxman-textbox,
.moxman-label,
.moxman-panel,
.moxman-btn-group,
.moxman-btn,
.moxman-image,
.moxman-image img,
.moxman-ico,
.moxman-grid,
.moxman-menu {
  display: initial;
  position: initial;
  width: initial;
  height: initial;
  min-width: initial;
  max-width: initial;
  min-height: initial;
  max-height: initial;
  font-family: initial;
  font-size: initial;
  font-weight: initial;
  text-align: initial;
  line-height: initial;
  border: initial;
  margin: initial;
  padding: initial;
  float: initial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.moxman-container, .moxman-container *, .moxman-widget, .moxman-widget * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
  text-decoration: none;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  font-weight: normal;
  text-align: left
}

.moxman-container *[unselectable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}

.moxman-container ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px
}

.moxman-container ::-webkit-scrollbar-track, .moxman-container ::-webkit-scrollbar-track-piece {
  background-color: transparent
}

.moxman-container ::-webkit-scrollbar-thumb {
  background-color: rgba(53, 57, 71, 0.3);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 4px
}

.moxman-fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.moxman-fade.moxman-in {
  opacity: 1
}

.moxman-abs-layout {
  position: relative
}

body .moxman-abs-layout-item, .moxman-abs-end {
  position: absolute
}

.moxman-abs-end {
  width: 1px;
  height: 1px
}

.moxman-container-body.moxman-abs-layout {
  overflow: hidden
}

.moxman-tooltip {
  position: absolute;
  padding: 5px;
  opacity: .8;
  filter: alpha(opacity=80);
  zoom: 1
}

.moxman-tooltip-inner {
  font-size: 11px;
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  white-space: normal
}

.moxman-tooltip-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.moxman-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000
}

.moxman-tooltip-arrow-n {
  border-bottom-color: #000
}

.moxman-tooltip-arrow-s {
  border-top-color: #000
}

.moxman-tooltip-arrow-e {
  border-left-color: #000
}

.moxman-tooltip-arrow-w {
  border-right-color: #000
}

.moxman-tooltip-n .moxman-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.moxman-tooltip-nw .moxman-tooltip-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.moxman-tooltip-ne .moxman-tooltip-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.moxman-tooltip-s .moxman-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.moxman-tooltip-sw .moxman-tooltip-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.moxman-tooltip-se .moxman-tooltip-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent
}

.moxman-tooltip-e .moxman-tooltip-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent
}

.moxman-tooltip-w .moxman-tooltip-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent
}

.moxman-btn {
  border: 1px solid #c5c5c5;
  position: relative;
  color: #333;
  background-color: #f0f0f0;
  zoom: 1;
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  display: inline-block;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.moxman-btn:hover {
  text-decoration: none;
  color: #333;
  background-color: #e3e3e3;
  zoom: 1;
  border-color: #ccc #ccc #a6a6a6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.moxman-btn.moxman-disabled, .moxman-btn.moxman-disabled:hover {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  zoom: 1
}

.moxman-btn.moxman-active, .moxman-btn.moxman-active:hover {
  color: #333;
  background-color: #d6d6d6;
  zoom: 1;
  border-color: #bfbfbf #bfbfbf #999;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.moxman-btn button {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
  *line-height: 16px;
  cursor: pointer;
  color: #333;
  overflow: visible;
  -webkit-appearance: none
}

.moxman-btn button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.moxman-primary {
  color: #fff;
  background-color: #006dcc;
  zoom: 1;
  border-color: #04c #04c #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.moxman-primary:hover, .moxman-primary:focus {
  color: #fff;
  background-color: #005fb3;
  zoom: 1;
  border-color: #003cb3 #003cb3 #026;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.moxman-primary button {
  color: #fff
}

.moxman-btn-large button {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.moxman-btn-large i {
  margin-top: 2px
}

.moxman-btn-small button {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 15px
}

.moxman-btn-small i {
  margin-top: 0
}

.moxman-btn .moxman-caret {
  margin-top: 8px;
  *margin-top: 6px;
  margin-left: 0
}

.moxman-btn-small .moxman-caret {
  margin-top: 6px;
  *margin-top: 4px;
  margin-left: 0
}

.moxman-caret {
  display: inline-block;
  *display: inline;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #444;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""
}

.moxman-disabled .moxman-caret {
  border-top-color: #999
}

.moxman-caret.moxman-up {
  border-bottom: 4px solid #444;
  border-top: 0
}

.moxman-container, .moxman-container-body {
  display: block
}

.moxman-autoscroll {
  overflow: hidden
}

.moxman-btn-group .moxman-btn {
  border-width: 1px 0 1px 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.moxman-btn-group .moxman-btn:hover, .moxman-btn-group .moxman-btn:focus {
  color: #333;
  background-color: #e3e3e3;
  zoom: 1;
  border-color: #ccc #ccc #a6a6a6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.moxman-btn-group .moxman-btn.moxman-disabled, .moxman-btn-group .moxman-btn.moxman-disabled:hover {
  color: #333;
  background-color: #f0f0f0;
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1
}

.moxman-btn-group .moxman-btn.moxman-active, .moxman-btn-group .moxman-btn.moxman-active:hover, .moxman-btn-group .moxman-btn:active {
  color: #333;
  background-color: #d6d6d6;
  zoom: 1;
  border-color: #bfbfbf #bfbfbf #999;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.moxman-btn-group .moxman-btn.moxman-disabled button {
  opacity: .65;
  filter: alpha(opacity=65);
  zoom: 1
}

.moxman-btn-group .moxman-first {
  border-left: 1px solid #c5c5c5;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

.moxman-btn-group .moxman-last {
  border-right: 1px solid #c5c5c5;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.moxman-btn-group .moxman-first.moxman-last {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.moxman-btn-group .moxman-btn.moxman-flow-layout-item {
  margin: 0
}

.moxman-carousel {
  background: black
}

.moxman-carousel .moxman-dir {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 50;
  filter: alpha(opacity=5000);
  zoom: 1;
  cursor: pointer;
  z-index: 1000
}

.moxman-carousel .moxman-next {
  right: 25px;
  left: auto
}

.moxman-carousel .moxman-dir:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
  zoom: 1
}

.moxman-carousel .moxman-view {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black
}

.moxman-object {
  position: absolute;
  visibility: hidden
}

.moxman-checkbox {
  cursor: pointer
}

i.moxman-i-checkbox {
  margin: 0 3px 0 0;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  zoom: 1;
  text-indent: -10em;
  *font-size: 0;
  *line-height: 0;
  *text-indent: 0
}

.moxman-checked i.moxman-i-checkbox {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0
}

.moxman-checkbox:focus i.moxman-i-checkbox {
  border: 1px solid #59a5e1;
  border: 1px solid rgba(82, 168, 236, 0.8);
}

.moxman-scrollbar {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 2px;
  right: 2px;
  opacity: .4;
  filter: alpha(opacity=40);
  zoom: 1
}

.moxman-scrollbar-h {
  top: auto;
  right: auto;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 7px
}

.moxman-scrollbar-thumb {
  position: absolute;
  background-color: #000;
  border: 1px solid #888;
  border-color: rgba(85, 85, 85, 0.6);
  width: 5px;
  height: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.moxman-scrollbar-h .moxman-scrollbar-thumb {
  width: 100%;
  height: 5px
}

.moxman-scrollbar:hover, .moxman-scrollbar.moxman-active {
  background-color: #AAA;
  opacity: .6;
  filter: alpha(opacity=60);
  zoom: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.moxman-scroll {
  position: relative
}

.moxman-panel {
  border: 0 solid #9e9e9e;
  background-color: #f0f0f0;
  zoom: 1
}

.moxman-floatpanel {
  position: absolute;
}

.moxman-floatpanel .moxman-arrow, .moxman-floatpanel .moxman-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.moxman-floatpanel .moxman-arrow {
  border-width: 11px
}

.moxman-floatpanel .moxman-arrow:after {
  border-width: 10px;
  content: ""
}

.moxman-floatpanel.moxman-arrow {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.moxman-floatpanel.moxman-arrow.moxman-bottom {
  margin-top: 10px
}

.moxman-floatpanel.moxman-arrow.moxman-bottom > .moxman-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}

.moxman-floatpanel.moxman-arrow.moxman-bottom > .moxman-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.moxman-floatpanel.moxman-arrow.moxman-bottom.moxman-start {
  margin-left: -22px
}

.moxman-floatpanel.moxman-arrow.moxman-bottom.moxman-start > .moxman-arrow {
  left: 20px
}

.moxman-floatpanel.moxman-arrow.moxman-bottom.moxman-end {
  margin-left: 22px
}

.moxman-floatpanel.moxman-arrow.moxman-bottom.moxman-end > .moxman-arrow {
  right: 10px;
  left: auto
}

.moxman-combobox {
  display: inline-block;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
}

.moxman-combobox input {
  border-color: 1px solid #c5c5c5;
  border-right-color: rgba(0, 0, 0, 0.15);
  height: 28px
}

.moxman-combobox.moxman-has-open input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px
}

.moxman-combobox .moxman-btn {
  border-left: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0
}

.moxman-combobox button {
  padding-right: 8px;
  padding-left: 8px
}

.moxman-combobox *:focus {
  border-color: #59a5e1;
  border-color: rgba(82, 168, 236, 0.8);
}

.moxman-fieldset {
  border: 0 solid #9e9e9e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.moxman-fieldset > .moxman-container-body {
  margin-top: -15px
}

.moxman-fieldset-title {
  margin-left: 5px;
  padding: 0 5px 0 5px
}

.moxman-fit-layout {
  display: inline-block;
  *display: inline
}

.moxman-fit-layout-item {
  position: absolute
}

.moxman-flow-layout-item {
  display: inline-block;
  *display: inline
}

.moxman-flow-layout-item {
  margin: 2px 0 2px 2px
}

.moxman-flow-layout-item.moxman-last {
  margin-right: 2px
}

.moxman-flow-layout {
  white-space: normal
}

.moxman-grid {
  border: 1px solid #AAA
}

.moxman-grid-cell .moxman-caret {
  display: none
}

.moxman-grid-cell .moxman-up, .moxman-grid-cell .moxman-down {
  display: block
}

.moxman-grid-layout {
  position: relative
}

.moxman-grid-layout-item {
  position: absolute
}

div.moxman-grid-head {
  overflow: hidden;
  background-color: #f0f0f0;
  zoom: 1;
  border-bottom: 1px solid #9e9e9e
}

.moxman-grid-body {
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #FFF;
  height: 1px
}

.moxman-grid-body tbody .moxman-grid-cell {
  display: inline-block
}

.moxman-grid td, .moxman-grid th {
  margin: 0
}

.moxman-grid td, .moxman-grid th {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px
}

.moxman-grid-cell {
  padding: 5px
}

.moxman-grid-head .moxman-grid-cell {
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis
}

.moxman-grid-head-item .moxman-caret {
  position: absolute;
  right: 3px;
  top: 12px
}

.moxman-grid-body tbody td {
  border-bottom: 1px solid #DDD;
  height: 28px
}

.moxman-grid table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed
}

.moxman-grid td {
  overflow: hidden
}

.moxman-fit-layout {
  position: relative
}

.moxman-grid thead td .moxman-grid-cell {
  padding: 0 3px 0 5px;
  line-height: 0
}

.moxman-grid thead td {
  line-height: 0;
  overflow: hidden
}

.moxman-grid .moxman-grid-odd {
  background-color: #fafafa
}

.moxman-grid tr.moxman-selected td {
  background: #ddefff
}

.moxman-grid tr.moxman-active td {
  background: #ddf;
  background-color: #59a5e1;
  zoom: 1
}

.moxman-grid tr.moxman-active td .moxman-txt {
  color: #fff;
}

.moxman-grid-edit {
  background: #FFF;
  border: 1px solid #AAA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-left: -3px
}

.moxman-grid-edit input {
  padding-left: 5px
}

.moxman-grid-cell i {
  margin-right: 3px
}

.moxman-grid tr.moxman-checked, .moxman-grid tr.moxman-checked td {
  background-color: #59a5e1
}

@media all and (min-width: 0) {
  .moxman-grid tr.moxman-checked .moxman-ico {
    color: white
  }
}

.moxman-grid tr.moxman-checked div .moxman-txt {
  color: white
}

.moxman-grid tr.moxman-checked .moxman-i-checkbox {
  color: #000
}

.moxman-grid-cell .moxman-inter, .moxman-grid-cell .moxman-checked {
  font-size: 16px;
  line-height: 16px;
  text-indent: 0
}

.moxman-iframe {
  border: 0 solid #c5c5c5;
  width: 100%;
  height: 100%
}

.moxman-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #AAA;
  opacity: 70;
  filter: alpha(opacity=7000);
  zoom: 1;
  vertical-align: middle;
  line-height: 100px;
  text-align: center
}

.moxman-image img {
  vertical-align: middle;
  max-height: 77px;
  max-width: 100px;
  margin-top: -24px
}

.moxman-image.moxman-loaded img {
  position: absolute;
  visibility: visible
}

.moxman-image:hover, .moxman-image.moxman-checked {
  opacity: 100;
  filter: alpha(opacity=10000);
  zoom: 1;
}

.moxman-image:hover {
  outline: 2px solid #00709f
}

.moxman-image.moxman-active {
  border: 1px solid #52a8ec;
  color: red
}

.moxman-image.moxman-active .moxman-info, .moxman-image.moxman-checked .moxman-info {
  background: #666
}

.moxman-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #333;
  color: #FFF;
  padding: 3px;
  opacity: 80;
  filter: alpha(opacity=8000);
  zoom: 1
}

.moxman-image .moxman-i-checkbox, .moxman-image.moxman-checked .moxman-i-checkbox {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  position: absolute;
  top: 1px;
  right: 6px;
  margin: 1px;
  border: 1px solid #FFF;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #333;
  color: #FFF
}

.moxman-image .moxman-i-checkbox {
  display: none
}

.moxman-image:hover .moxman-i-checkbox, .moxman-image.moxman-checked .moxman-i-checkbox {
  display: block
}

.moxman-info .moxman-i-checkbox:before {
  color: #FFF
}

.moxman-imagecanvas {
  overflow: auto
}

.moxman-imagecanvas canvas, .moxman-imagecanvas img {
  display: block;
  max-width: none
}

.moxman-imagecanvas-handle {
  position: absolute;
  border: 1px solid black;
  background: #FFF;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  z-index: 10000;
  display: block
}

.moxman-imagecanvas-handle:hover, .moxman-imagecanvas-handle-selected {
  background: #000
}

.moxman-imagecanvas-ants {
  opacity: 60;
  filter: alpha(opacity=6000);
  zoom: 1;
  display: block;
  position: absolute;
  background: url('img/ants.gif') #fff;
  width: 1px;
  height: 1px;
  z-index: 1001
}

.moxman-imagecanvas-middle {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  background: transparent
}

.moxman-imagecanvas-middle * {
  position: absolute;
  cursor: move
}

.moxman-imagecanvas-overlay {
  display: none;
  position: absolute
}

.moxman-imagecanvas-clip {
  position: absolute;
  display: block;
  background: #000
}

.moxman-imagecanvas-crop .moxman-imagecanvas-overlay {
  display: block
}

.moxman-imagecanvas-crop .moxman-imagecanvas-clip * {
  opacity: 60;
  filter: alpha(opacity=6000);
  zoom: 1
}

.moxman-imagecanvas-circle {
  position: absolute;
  display: block;
  background: black;
  border: 1px solid white;
  opacity: .3
}

.moxman-label {
  display: inline-block;
  *display: inline;
  border: 0 solid #c5c5c5;
  overflow: hidden
}

.moxman-label.moxman-autoscroll {
  overflow: auto
}

.moxman-label-disabled .moxman-text {
  color: #999
}

.moxman-label.moxman-multiline {
  white-space: pre-wrap
}

.moxman-menubar .moxman-menubtn {
  border-color: transparent;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: none
}

.moxman-menubar {
  border: 1px solid #ddd
}

.moxman-menubar .moxman-menubtn button {
  color: #000
}

.moxman-menubar .moxman-menubtn:hover, .moxman-menubar .moxman-menubtn.moxman-active, .moxman-menubar .moxman-menubtn:focus {
  border-color: transparent;
  background: #ddd;
  filter: none
}

.moxman-menubtn.moxman-disabled span {
  color: #999
}

.moxman-listbox button {
  text-align: left;
  padding-right: 20px;
  position: relative
}

.moxman-listbox .moxman-caret {
  position: absolute;
  margin-top: -2px;
  right: 8px;
  top: 50%
}

.moxman-listbox span {
  width: 100%;
  display: block;
  overflow: hidden
}

.moxman-menu-item {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal
}

.moxman-menu-item.moxman-disabled .moxman-text {
  color: #999
}

.moxman-menu-item:hover, .moxman-menu-item.moxman-selected, .moxman-menu-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  zoom: 1
}

.moxman-menu-item:hover .moxman-text, .moxman-menu-item.moxman-selected .moxman-text {
  color: #fff
}

.moxman-menu-item:hover .moxman-ico, .moxman-menu-item.moxman-selected .moxman-ico, .moxman-menu-item:focus .moxman-ico {
  color: white
}

.moxman-menu-shortcut {
  display: inline-block;
  color: #999
}

.moxman-menu-shortcut {
  display: inline-block;
  *display: inline;
  padding: 0 20px 0 20px
}

.moxman-menu-item .moxman-caret {
  margin-top: 6px;
  *margin-top: 3px;
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #666
}

.moxman-menu-item.moxman-selected .moxman-caret, .moxman-menu-item:focus .moxman-caret {
  border-left-color: #FFF
}

.moxman-menu-align .moxman-menu-shortcut {
  *margin-top: -2px
}

.moxman-menu-align .moxman-menu-shortcut, .moxman-menu-align .moxman-caret {
  position: absolute;
  right: 0
}

.moxman-menu-item-sep, .moxman-menu-item-sep:hover {
  padding: 0;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background: #e5e5e5;
  border-bottom: 1px solid white;
  cursor: default;
  filter: none
}

.moxman-menu-item.moxman-active i {
  visibility: visible
}

.moxman-menu-item.moxman-active {
  background-color: #c8def4;
  outline: 1px solid #c5c5c5
}

.moxman-menu-item-checkbox.moxman-active {
  background-color: #FFF;
  outline: 0
}

.moxman-menu {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: transparent;
  z-index: 1000;
  padding: 5px 0 5px 0;
  margin: 2px 0 0;
  min-width: 160px;
  background: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1002;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.moxman-menu i {
  display: none
}

.moxman-menu-has-icons i {
  display: inline-block;
  *display: inline
}

.moxman-menu-sub {
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px
}

.moxman-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #FFF;
  height: 100%
}

div.moxman-fullscreen {
  position: fixed;
  top: 0;
  left: 0
}

#moxman-modal-block {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000
}

#moxman-modal-block.moxman-in {
  opacity: .3;
  filter: alpha(opacity=30);
  zoom: 1
}

.moxman-window-move {
  cursor: move
}

.moxman-window {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: transparent;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in
}

.moxman-window.moxman-in {
  opacity: 1
}

.moxman-window-head {
  padding: 9px 15px;
  border-bottom: 1px solid #EEE;
  position: relative
}

.moxman-window-head .moxman-close {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #CCC;
  cursor: pointer;
  height: 20px;
  overflow: hidden
}

.moxman-close:hover {
  color: #AAA
}

.moxman-window-head .moxman-title {
  display: inline-block;
  *display: inline;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  padding-right: 10px
}

.moxman-window .moxman-container-body {
  display: block
}

.moxman-foot {
  display: block;
  background-color: whiteSmoke;
  border-top: 1px solid #DDD;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.moxman-window-head .moxman-dragh {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  width: 90%;
  height: 100%
}

.moxman-window iframe {
  width: 100%;
  height: 100%
}

.moxman-window.moxman-fullscreen, .moxman-window.moxman-fullscreen .moxman-foot {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.moxman-path {
  display: inline-block;
  *display: inline;
  padding: 8px;
  white-space: normal
}

.moxman-path .moxman-txt {
  display: inline-block;
  padding-right: 3px
}

.moxman-path .moxman-path-body {
  display: inline-block
}

.moxman-path-item {
  display: inline-block;
  *display: inline;
  cursor: pointer;
  color: #000
}

.moxman-path-item:hover {
  text-decoration: underline
}

.moxman-path-item:focus {
  background: gray;
  color: white
}

.moxman-path .moxman-divider {
  display: inline
}

.moxman-progress {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.moxman-progress .moxman-text {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -8px;
  font-size: 12px;
  width: 100%;
}

.moxman-bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #d7d7d7;
  zoom: 1;
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}

i.moxman-radio {
  padding: 1px;
  margin: 0 3px 0 0;
  background-color: #fafafa;
  border: 1px solid #cacece;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f0f0f0;
  zoom: 1
}

i.moxman-radio:after {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  content: '\25cf'
}

.moxman-slider {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #AAA;
  background: #EEE;
  width: 100px;
  height: 10px;
  position: relative;
  display: block
}

.moxman-slider.moxman-vertical {
  width: 10px;
  height: 100px
}

.moxman-slider-handle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBB;
  background: #DDD;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
  margin-top: -2px
}

.moxman-spacer {
  visibility: hidden
}

.moxman-splitbtn .moxman-open {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent
}

.moxman-splitbtn:hover .moxman-open {
  border-left-color: #c5c5c5;
  border-right-color: #c5c5c5
}

.moxman-splitbtn button {
  padding-right: 4px
}

.moxman-splitbtn .moxman-open {
  padding-left: 4px
}

.moxman-stack-layout-item {
  display: block
}

.moxman-tabs {
  display: block;
  border-bottom: 1px solid #ccc
}

.moxman-tab {
  display: inline-block;
  *display: inline;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 0;
  background: #e3e3e3;
  padding: 8px;
  height: 13px;
  cursor: pointer
}

.moxman-tab:hover {
  background: #fdfdfd
}

.moxman-tab.moxman-active {
  background: #fdfdfd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  height: 14px
}

.moxman-textbox {
  background: #FFF;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border linear .2s;
  transition: border linear .2s;
  height: 28px;
  resize: none;
  padding: 0 4px 0 4px;
  white-space: normal;
  color: #000
}

.moxman-textbox:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

.moxman-placeholder .moxman-textbox {
  color: #aaa
}

.moxman-textbox.moxman-multiline {
  padding: 4px
}

.moxman-throbber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: alpha(opacity=60);
  zoom: 1;
  background: #fff url('img/loader.gif') no-repeat center center
}

.moxman-thumbnailview {
  border: 0 solid #9e9e9e;
  overflow: auto;
  overflow-x: hidden
}

.moxman-thumbnailview .moxman-image {
  margin: 4px;
  width: 100px;
  height: 100px
}

.moxman-thumbnailview .moxman-checked .moxman-checkbox {
  font-size: 16px;
  line-height: 16px;
  text-indent: 0
}

.moxman-thumbnailview i.moxman-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px
}

.moxman-thumbnailview i.moxman-thumb {
  margin: 0;
  position: static;
  width: 100%;
  height: 100%;
  font-size: 48px;
  text-align: center;
  margin-top: -24px;
  vertical-align: middle;
  line-height: 100px
}

.moxman-treeitem .moxman-treeitem-title {
  display: block;
  vertical-align: middle;
  padding: 0 4px 0 4px;
  cursor: pointer;
  line-height: 20px
}

.moxman-treeitem .moxman-text {
  line-height: 20px
}

.moxman-treeitem-body {
  display: none
}

.moxman-treeitem-title .moxman-ico {
  display: inline-block;
  pa2dding-left: 3px
}

.moxman-treeitem-expanded {
  display: block
}

.moxman-treeitem .moxman-container-body {
  height: auto
}

.moxman-treeitem .moxman-text {
  padding-left: 4px
}

.moxman-treeitem .moxman-expander {
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px
}

.moxman-treeitem-title-expanded .moxman-expander {
  background-position: -9px 0
}

.moxman-treeitem .moxman-hidden {
  background: 0
}

.moxman-treeitem-title-fixed {
  font-weight: bold
}

.moxman-treeitem-title-fixed .moxman-expander {
  display: none
}

.moxman-treeitem-title-selected {
  background-color: #59a5e1;
  zoom: 1
}

.moxman-treeitem-title-selected .moxman-text {
  color: #fff;
}

@media all and (min-width: 0) {
  .moxman-treeitem-title-selected .moxman-ico {
    color: white
  }
}

.moxman-viewport {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #FFF;
  height: 100%
}

div.moxman-viewport {
  position: absolute;
  top: 0;
  left: 0
}

@font-face {
  font-family: 'moxman';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

.moxman-ico {
  font-family: 'moxman', Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  background: transparent center center;
  width: 16px;
  height: 16px;
  color: #333;
  zoom: 1
}

.moxman-i-manage:before {
  content: "\e009"
}

.moxman-i-search:before {
  content: "\e00a"
}

.moxman-i-folder:before {
  content: "\e00b"
}

.moxman-i-thumbs:before {
  content: "\e00c"
}

.moxman-i-list:before {
  content: "\e00d"
}

.moxman-i-cloud-download:before {
  content: "\e00e"
}

.moxman-i-delete:before {
  content: "\e00f"
}

.moxman-i-paste:before {
  content: "\e010"
}

.moxman-i-copy:before {
  content: "\e011"
}

.moxman-i-cut:before {
  content: "\e012"
}

.moxman-i-create:before {
  content: "\e013"
}

.moxman-i-download:before {
  content: "\e014"
}

.moxman-i-upload:before {
  content: "\e015"
}

.moxman-i-refresh:before {
  content: "\e016"
}

.moxman-i-checkbox:before {
  content: "\e017"
}

.moxman-i-selected:before {
  content: "\e017"
}

.moxman-i-file:before {
  content: "\e018"
}

.moxman-i-save:before {
  content: "\e019"
}

.moxman-i-undo:before {
  content: "\e01a"
}

.moxman-i-fullscreen:before {
  content: "\e01b"
}

.moxman-i-redo:before {
  content: "\e01c"
}

.moxman-i-flip-v:before {
  content: "\e01d"
}

.moxman-i-flip-h:before {
  content: "\e01e"
}

.moxman-i-rotate-left:before {
  content: "\e01f"
}

.moxman-i-rotate-right:before {
  content: "\e020"
}

.moxman-i-history:before {
  content: "\e021"
}

.moxman-i-favorites:before {
  content: "\e022"
}

.moxman-i-parent:before {
  content: "\e01a"
}

.moxman-i-file-zip:before {
  content: "\e100"
}

.moxman-i-file-text:before {
  content: "\e101"
}

.moxman-i-file-code:before {
  content: "\e102"
}

.moxman-i-file-xml:before {
  content: "\e103"
}

.moxman-i-file-powerpoint:before {
  content: "\e104"
}

.moxman-i-file-excel:before {
  content: "\e105"
}

.moxman-i-file-word:before {
  content: "\e106"
}

.moxman-i-file-openoffice:before {
  content: "\e107"
}

.moxman-i-file-pdf:before {
  content: "\e108"
}

.moxman-i-file-image:before {
  content: "\e001"
}

.moxman-i-dropbox:before {
  content: "\e029"
}

.moxman-i-skydrive:before {
  content: "\e02a"
}

.moxman-i-logout:before {
  content: "\e02b"
}

.moxman-inter:before {
  content: "\e023"
}

.moxman-i-selected {
  visibility: hidden
}

/* Fix Thumbs / Buttons */
.moxman-image img {
  margin-top: 5px
}

.moxman-btn button {
  height: 28px
}

.moxman-thumbnailview i.moxman-thumb {
  margin-top: -10px
}