


/* # Plugins
================================================== */


/*===== Datepicker =====*/

.datepicker-liquid {
  width: 100%;
}
.datepicker-icon-trigger {
  padding: 7px 30px 7px 9px;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: #65B688;
  padding: 7px;
  cursor: pointer;
}
.ui-datepicker-trigger:hover {
  background-color: #D65C4F;
}
.ui-datepicker .ui-state-hover {
  background-color: #65B688;
  color: #fff;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background-color: #D65C4F;
  color: #fff;
}
.ui-datepicker .ui-state-disabled {
  color: #999;
}
.ui-datepicker {
  width: auto!important;
  display: none;
  z-index: 10;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background-color: #3A4B55;
  color: #333;
  font-weight: 400;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}
.date-trigger .ui-datepicker-trigger {
  margin-left: 6px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  padding: 9px 16px;
  cursor: pointer;
  top: 0;
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  background-color: #65B688;
}
.ui-datepicker .ui-datepicker-next-hover {
  border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../images/interface/arrow_left.png);
  background-position: 14px 14px;
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  background-image: url(../images/interface/arrow_right.png);
  right: 0;
  background-position: 14px 14px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 33px;
  padding: 11px 0 12px 0;
  text-align: center;
  font-size: 12px;
}
.ui-datepicker table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #DDD;
  border-top: 0;
}
.ui-datepicker-append {
  margin-left: 14px;
  font-size: 11px;
}
.no-append .ui-datepicker-append {
  display: none;
}
.datepicker-liquid > .ui-datepicker {
  width: 100%;
}
.datepicker-fixed {
  width: 20em;
}
.ui-datepicker th {
  padding: 12px 6px 10px 6px;
  text-align: center;
  font-weight: 600;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
  font-weight: 600;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
  margin-left: 2px;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  margin-left: 1px;
}
.ui-datepicker-multi .ui-datepicker-group:first-child {
  margin-left: -2px;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3333333333%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 479px) {
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: auto;
  }
}






/* ===== UI Slider ===== */

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 21px;
  height: 14px;
  cursor: default;
  background: url(../images/interface/slider_handle.png) no-repeat;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 5px;
  font-size: 11px;
  display: block;
  border: 1px solid #42BAD8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #72D4EC;
}
.ui-slider .ui-state-hover {
  opacity: 0.85;
  filter: alpha(Opacity=85);
}
.ui-slider .ui-state-active {
  opacity: 0.95;
  filter: alpha(Opacity=95);
}
.ui-slider-horizontal {
  height: 5px;
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 13px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -8px;
  outline: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100^;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* Slider controls */

.slider-controls > label {
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
  display: block;
  margin-top: 6px;
}
.slider-controls input[type=text] {
  color: #D65C4F;
  background: none;
  border-color: transparent;
  font-weight: 600;
  margin-top: 3px;
}





/* ===== Color picker ===== */

.color .input-group-addon {
  background-color: #fff;
  padding: 6px;
  border: 1px solid #ddd;
  border-left: 0;
}
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../images/colorpicker/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue, 
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i, 
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url(../images/colorpicker/hue.png);
}
.colorpicker-alpha {
  background-image: url(../images/colorpicker/alpha.png);
  display: none;
}

.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../images/colorpicker/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.color .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
} 






/* ===== Time picker ===== */

.ui-timepicker-list {
  overflow-y: auto;
  height: 144px;
  padding: 0;
  font-size: 12px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: -1px 0 0 0;
  width: 160px;
  outline: 0;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #999;
}
.ui-timepicker-list li {
  padding: 8px 12px;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list:hover .ui-timepicker-selected:hover {
  background: #3CA2BB;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #fff;
}






/* ===== Code prettify ===== */

.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun, .opn, .clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str, .atv {
  color: #ca3131;
}
.kwd, .prettyprint .tag {
  color: #1e347b;
}
.typ, .atn, .dec, .var {
  color: teal;
}
.pln {
  color: #48484c;
}

.prettyprint {
  padding: 8px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 44px 0 0 #FFF, inset 45px 0 0 #DDD;
  -moz-box-shadow: inset 44px 0 0 #FFF, inset 45px 0 0 #DDD;
  box-shadow: inset 44px 0 0 #FFF, inset 45px 0 0 #DDD;
  font-size: 12px;
}

ol.linenums {
  margin: 0 0 0 38px;
  list-style-type: decimal;
  padding: 0;
}
ol.linenums li {
  padding-left: 12px;
  color: #999;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}






/* ===== Full calendar ===== */

.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  vertical-align: middle;
}
.fc-content table td {
  vertical-align: top;
  padding: 0;
}


/* Header */

.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
}
.fc-header-title h2 {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}
.panel .fc-header-title h2 {
  padding-top: 18px;
}
.fc-header-title h2,
.panel .panel-body .fc-header-title h2 {
  padding: 0 0 18px 0;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}


/* Content */

.fc-content {
  clear: both;
}
.fc-view {
  width: 100%;
  overflow: hidden;
}


/* Cell Styles */

.fc-widget-content {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.fc-border-separate tr td:first-child {
  border-left: 0;
}
.fc-widget-header {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.fc-state-highlight {
  background: #fcf8e3;
}
.fc-cell-overlay {
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
}


/* Buttons */

.fc-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  padding: 8px 16px 9px 16px;
}
.fc-header-right .fc-button {
  margin-left: 2px;
}
.fc-header-right,
.fc-header-left,
.panel .panel-body .fc-header-right,
.panel .panel-body .fc-header-left {
  padding: 0 0 14px 0;
}
.panel .fc-header-right {
  padding: 14px 12px 14px 0;
}
.panel .fc-header-left {
  padding: 14px 0 14px 12px;
}
.fc-header-left .fc-button {
  float: left;
}
.fc-text-arrow {
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
}
.fc-button-prev,
.fc-button-next {
  line-height: 1;
  background-color: #546672;
  color: #fff;
  margin-right: 2px;
  padding: 7px 10px;
}
.fc-button-prev:hover,
.fc-button-next:hover {
  color: #fff;
  background-color: #65B688;
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  font-weight: bold;
}
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active {
  color: #D65C4F;
}
.fc-state-disabled {
  color: #999;
}
.fc-state-down,
.fc-state-active {
  outline: 0;
}
.fc-state-active {
  background-color: #D65C4F;
  color: #fff;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


/* Global Event Styles */

.fc-event-container > * {
  z-index: 8;
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9;
}
.fc-event {
  border: 1px solid #3a87ad;
  background-color: #3a87ad;
  color: #fff;
  font-size: 12px;
  cursor: default;
  padding: 4px 0;
  margin: 0 6px;
}
a.fc-event {
  text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc-event-time,
.fc-event-title {
  padding: 0 8px;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}


/* Horizontal Events */

.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 2px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}


/* Resizable */

.fc-event-hori .ui-resizable-e {
  top: 0!important;
  right: -3px!important;
  width: 7px!important;
  height: 100%!important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0!important;
  left: -3px!important;
  width: 7px!important;
  height: 100%!important;
  cursor: w-resize;
}


/* Reusable Separate-border Table */

table.fc-border-separate,
.panel .panel-body table.fc-border-separate {
  border-collapse: separate;
  border: 1px solid #ddd;
  border-top: 0;
}
.panel table.fc-border-separate {
  border: 0;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}


/* Month View, Basic Week View, Basic Day View */

.fc-grid th,
.fc-agenda-days th {
  text-align: center;
  padding: 4px;
  background-color: #fafafa;
  font-weight: 600;
  border-left: 1px solid #ddd;
}
.fc-grid th:first-child,
.fc-agenda-days th:first-child {
  border-left: 0;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 12px 10px;
  line-height: 1;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
}
.fc-grid .fc-event-time {
  font-weight: bold;
}
.fc .fc-week-number {
  width: 22px;
  text-align: center;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}


/* Agenda Week View, Agenda Day View */

.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda .fc-event-hori {
  margin-top: 2px;
}
.fc-agenda table td {
  vertical-align: baseline;
  padding: 4px;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 4px 10px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
.fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
}
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  background: none;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}


/* Vertical Events */

.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}
.fc-event-vert .ui-resizable-s {
  bottom: 0!important;
  width: 100%!important;
  height: 8px!important;
  overflow: hidden!important;
  line-height: 8px!important;
  font-size: 11px!important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

@media (max-width: 479px) {
  .fc-header-right {
    text-align: center;
  }
  .fc-header-right .fc-button {
    margin-left: 0;
    width: 100%;
  }
  .fc-header-title h2,
  .fc-header td {
    white-space: normal;
  }
  .fc-header-left .fc-button {
    width: 100%;
    text-align: center;
  }
  .fc-header-left .fc-button + .fc-button {
    margin-top: 2px;
  }
}







/* ===== WYSIHTML5 editor plugin ===== */

.editor {
  width: 100%;
  height: 150px;
  resize: vertical;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: scroll;
  outline: none;
}
.wysihtml5-sandbox {
  width: 100%!important;
}
.bootstrap-wysihtml5-insert-link-modal.modal,
.bootstrap-wysihtml5-insert-image-modal.modal {
  margin-top: 102px;
}
.bootstrap-wysihtml5-insert-link-modal .modal-dialog,
.bootstrap-wysihtml5-insert-image-modal .modal-dialog {
  width: 566px;
}

ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}
ul.wysihtml5-toolbar > li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 15px 0;
}
ul.wysihtml5-toolbar .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
ul.wysihtml5-toolbar .dropdown-menu.color-select > li > a:hover,
ul.wysihtml5-toolbar .dropdown-menu.color-select > li > a:focus {
  background-color: #f5f5f5;
  color: #222222;
}
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  left: 10px;
  top: 8px;
}
ul.wysihtml5-toolbar a.wysihtml5-colors-title { padding-left: 40px }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] { background: black !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] { background: silver !important }g
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] { background: gray !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] { background: maroon !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] { background: red !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] { background: purple !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] { background: green !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] { background: olive !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] { background: navy !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] { background: blue !important }
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] { background: orange !important }





/* ===== Bootstrap switch ===== */

.has-switch {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  margin-right: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.has-switch:focus { outline: 0 }
.has-switch.switch-mini { min-width: 72px }
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.2em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small { min-width: 80px }
.has-switch.switch-large { min-width: 120px }
.has-switch.disabled {
  opacity: .7;
  filter: alpha(opacity=70);
  cursor: default;
}
.has-switch.disabled label,
.has-switch.disabled span { cursor: default!important }
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
  overflow: hidden;
}
.has-switch > div.switch-off { left: -50% }
.has-switch > div.switch-on { left: 0 }
.has-switch input[type=checkbox],
.has-switch input[type=radio] { display: none }
.has-switch label,
.has-switch span {
  cursor: pointer;
  position: relative;
  margin: 0;
  display: inline-block!important;
  height: 100%;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 20px;
}
.has-switch label.switch-mini,
.has-switch span.switch-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 20px;
}
.has-switch label.switch-small,
.has-switch span.switch-small {
  padding: 4px 7px;
  font-size: 11px;
  line-height: 20px;
}
.has-switch label.switch-large,
.has-switch span.switch-large {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 20px;
}
.has-switch label {
  text-align: center;
  z-index: 100;
  width: 34%;
  background: #fafafa url(../images/forms/switch_handler.png) no-repeat 50%;
  border: 1px solid #ccc;
}
.has-switch label:hover { background-color: #fcfcfc }
.has-switch label:active { background-color: #f6f6f6 }
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
  font-weight: 400;
}
.has-switch span.switch-left {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
}
.has-switch span.switch-right {
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  color: #fff;
  border: 1px solid #428BCA;
  background: #428BCA;
}
.has-switch span i {
  font-size: 14px;
  vertical-align: -2px;
}
.has-switch span.switch-left,
.has-switch span.switch-primary {
  color: #fff;
  background: #546672;
  border: 1px solid #546672;
}
.has-switch span.switch-info {
  color: #fff;
  background: #50ABC2;
  border-color: #50ABC2;
}
.has-switch span.switch-success {
  color: #fff;
  background: #65B688;
  border-color: #65B688;
}
.has-switch span.switch-warning {
  background: #E48561;
  color: #fff;
  border-color: #E48561;
}
.has-switch span.switch-danger {
  color: #fff;
  background: #D65C4F;
  border-color: #D65C4F;
}
.has-switch span.switch-default {
  color: #333;
  background: #eee;
  border-color: #ccc;
}
.switch-on > label {
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  margin: 0 1px 0 -1px;
}
.switch-off > label {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  margin: 0 -1px 0 1px;
}
.switch-on .switch-right,
.switch-off .switch-left {
  opacity: 0;
  filter: alpha(Opacity=0);
}
.switch-off .switch-right,
.switch-on .switch-left {
  opacity: 1;
  filter: alpha(Opacity=100);
}





/* ===== Multiple file uploader (Plupload) ===== */

.plupload_button { 
  display: -moz-inline-box;
  display: inline-block; 
  text-decoration: none; 
  color: #fff; 
  background-color: #50ABC2; 
  border: 1px solid transparent; 
  padding: 6px 16px; 
  margin-right: 4px; 
  font-size: 12px; 
}
.plupload_button:hover, 
.plupload_button:focus { 
  background-color: #61B3C8; 
  color: #fff; 
}
a.plupload_disabled, 
a.plupload_disabled:hover { 
  color: #999; 
  border-color: #ccc; 
  background: #fcfcfc; 
  cursor: default; 
}

.plupload_start { 
  background-color: #65B688; 
}
.plupload_start:hover, 
.plupload_start:focus { 
  background-color: #74BD94; 
}

.plupload_wrapper { 
  width: 100%; 
}
.plupload_container input { 
  border: 1px solid #DDD; 
}
.plupload_header { 
  background: #4C5D68 url(../images/interface/plupload_title.png) no-repeat 18px; 
  display: none; 
  border-radius: 2px 2px 0 0; 
  -webkit-border-radius: 2px 2px 0 0; 
  -moz-border-radius: 2px 2px 0 0; 
}

.with-header .plupload_header { 
  display: block; 
}
.with-header .plupload_filelist_header { 
  background-color: #fafafa; 
  color: #333; 
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border: 1px solid #ddd; 
  border-top: 0; 
}

.panel .plupload_filelist_header { 
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
}
.panel .plupload_scroll .plupload_filelist { 
  border: 0; 
  background-color: #fff; 
}
.panel .plupload_filelist_footer { 
  border-width: 1px 0 0 0; 
  background-color: #fcfcfc; 
}
.panel .plupload_filelist_header { 
  background-color: #fcfcfc; 
  color: #333; 
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border: 0; 
  border-bottom: 1px solid #ddd; 
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, 
.plupload_scroll .plupload_filelist_footer .plupload_file_action { 
  margin-left: 20px; 
  margin-right: 0; 
}
.plupload_header_content { 
  padding: 14px 0 14px 75px; 
  color: #FFF; 
}
.plupload_header_title { 
  font-size: 14px; 
  font-weight: 600; 
}
.plupload_header_text { 
  font-size: 11px; 
}

.plupload_filelist { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}
.plupload_scroll .plupload_filelist { 
  height: 185px; 
  background: #fcfcfc; 
  overflow-y: scroll; 
  border-left: 1px solid #ddd; 
  border-right: 1px solid #ddd; 
}
.plupload_filelist li { 
  padding: 10px 12px; 
  background: #FFF; 
  border-bottom: 1px solid #EEE; 
}
.plupload_filelist_header {  
  padding: 9px 12px 9px 12px; 
  background: #4C5D68; 
  border-radius: 2px 2px 0 0; 
  -webkit-border-radius: 2px 2px 0 0; 
  -moz-border-radius: 2px 2px 0 0; 
  color: #fff; 
}
.plupload_filelist_footer { 
  border: 1px solid #ddd; 
  border-top-color: #e5e5e5; 
  vertical-align: middle; 
  padding: 10px 12px; 
  background: #fafafa; 
}

.plupload_file_name {
  float: left; 
  overflow: hidden; 
  font-weight: 600; 
}

.plupload_file_size, 
.plupload_file_status, 
.plupload_progress { 
  float: right; 
  width: 80px; 
}
.plupload_file_size, 
.plupload_file_status, 
.plupload_file_action { 
  text-align: right; 
  font-weight: 600; 
}

.plupload_filelist_footer .plupload_file_size, 
.plupload_filelist_footer .plupload_file_status { 
  padding-top: 7px; 
}
.plupload_filelist_footer .plupload_upload_status { 
  padding: 7px 0; 
}
.plupload_filelist .plupload_file_name { 
  width: 205px; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

.plupload_file_action { 
  float: right; 
  width: 12px; 
  height: 12px; 
  margin-left: 20px; 
  margin-top: 4px; 
  opacity: 0.8; 
  filter: alpha(Opacity=80); 
}
.plupload_file_action * { 
  display: none; 
  width: 12px; 
  height: 12px; 
}

li.plupload_uploading {
  background: #ECF3DC; 
}
li.plupload_done {
  color: #AAA;
}
li.plupload_delete a { 
  background: url(../images/interface/plupload_remove.png) no-repeat; 
}
li.plupload_failed a { 
  background: url(../images/interface/plupload_error.png) no-repeat; 
  cursor: default; 
}
li.plupload_done a { 
  background: url(../images/interface/plupload_done.png) no-repeat; 
  cursor: default; 
}
li.plupload_droptext { 
  background: transparent; 
  text-align: center; 
  vertical-align: middle; 
  border: 0; 
  line-height: 165px; 
  font-weight: 600; 
  color: #999; 
}

.plupload_progress, 
.plupload_upload_status { 
  display: none; 
}
.plupload_progress_container { 
  margin-top: 6px; 
}
.plupload_progress_bar { 
  width: 0px; 
  height: 8px; 
  background: #65B688; 
  border-radius: 10px;
   -webkit-border-radius: 10px; 
   -moz-border-radius: 10px; 
 }

.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer, 
.plupload_progress_bar { 
  display: block; 
  font-size: 0; 
  line-height: 0;  
}


@media (max-width: 480px) {
  .plupload_filelist_footer .plupload_file_action, 
  .plupload_filelist_footer .plupload_file_status, 
  .plupload_filelist_footer .plupload_file_size, 
  .plupload_filelist_footer .plupload_progress { 
    display: none; 
  }
}





/* ===== Fancybox - lightbox plugin ===== */

.fancybox-wrap, 
.fancybox-skin, 
.fancybox-outer, 
.fancybox-inner, 
.fancybox-image, 
.fancybox-wrap iframe, 
.fancybox-wrap object, 
.fancybox-nav, 
.fancybox-nav span, 
.fancybox-tmp { 
  padding: 0; 
  margin: 0; 
  border: 0; 
  outline: none; 
  vertical-align: top; 
}
.fancybox-wrap { 
  position: absolute; 
  top: 0; 
  left: 0;
  z-index: 8020; 
}
.fancybox-skin { 
  position: relative; 
  background: #fff; 
  color: #444; 
  text-shadow: none; 
}
.fancybox-opened { 
  z-index: 8030; 
}
.fancybox-opened .fancybox-skin { 
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); 
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); 
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); 
}
.fancybox-outer, .fancybox-inner { 
  position: relative; 
}
.fancybox-inner { 
  overflow: hidden; 
}
.fancybox-type-iframe .fancybox-inner { 
  -webkit-overflow-scrolling: touch; 
}
.fancybox-error {   
  color: #444;   
  font-size: 12px;   
  font-weight: 600;   
  margin: 0;   
  padding: 15px;   
  white-space: nowrap; 
}
.fancybox-image, .fancybox-iframe { 
  display: block; 
  width: 100%; 
  height: 100%; 
}
.fancybox-image { 
  max-width: 100%; 
  max-height: 100%; 
}

#fancybox-loading { 
  position: fixed; 
  top: 50%; 
  left: 50%; 
  margin-top: -13px; 
  margin-left: -13px; 
  background-color: #fff; 
  opacity: 0.8; 
  filter: alpha(Opacity=80); 
  cursor: pointer; 
  z-index: 8060; 
}
#fancybox-loading div { 
  width: 26px; 
  height: 26px; 
  background: url(../images/interface/loader.gif) center center no-repeat; 
}

.fancybox-close { 
  width: 22px; 
  height: 22px; 
  position: absolute; 
  right: -22px; 
  top: -22px; 
  z-index: 8061; 
  background: #548491 url(../images/forms/clear_results.png) no-repeat 8px 8px; 
  cursor: pointer; 
}
.fancybox-close:hover, 
.fancybox-close:focus { 
  background-color: #E48561; 
}

.fancybox-nav { 
  position: absolute; 
  top: 0; 
  width: 40%; 
  height: 100%; 
  cursor: pointer; 
  text-decoration: none; 
  background: transparent; 
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
  z-index: 8040; 
}
.fancybox-prev { 
  left: 0; 
}
.fancybox-next { 
  right: 0; 
}
.fancybox-nav span { 
  position: absolute; 
  top: 50%; 
  width: 35px; 
  height: 35px;
  margin-top: -18px; 
  cursor: pointer; 
  z-index: 8040; 
  visibility: hidden; 
  opacity: 0; 
  filter: alpha(Opacity=0); 
}
.fancybox-prev span { 
  left: 10px; 
  background: rgba(0, 0, 0, 0.5) url(../images/interface/nav_arrow_left.png) no-repeat 15px; 
}
.fancybox-next span { 
  right: 10px; 
  background: rgba(0, 0, 0, 0.5) url(../images/interface/nav_arrow_right.png) no-repeat 15px; 
}
.fancybox-nav:hover span { 
  visibility: visible; 
  opacity: 1; 
  filter: alpha(Opacity=100); 
}
.fancybox-tmp { 
  position: absolute; 
  top: -99999px; 
  left: -99999px; 
  visibility: hidden; 
  max-width: 99999px; 
  max-height: 99999px; 
  overflow: visible !important; 
}


/* Overlay helper */

.fancybox-lock .fancybox-overlay { 
  overflow: auto; 
  overflow-y: scroll; 
}

.fancybox-lock { 
  overflow: hidden !important; 
  width: auto; 
}
.fancybox-lock body { 
  overflow: hidden !important; 
}
.fancybox-lock-test { 
  overflow-y: hidden !important; 
}

.fancybox-overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  overflow: hidden; 
  display: none; 
  z-index: 8010; 
  background: url(../images/interface/lightbox_overlay.png); 
}
.fancybox-overlay-fixed { 
  position: fixed; 
  bottom: 0; 
  right: 0; 
}


/* Title helper */

.fancybox-title { 
  visibility: hidden; 
  font-weight: 600; 
  font-size: 12px; 
  position: relative; 
  text-shadow: none; 
  z-index: 8050; 
}
.fancybox-opened .fancybox-title { 
  visibility: visible; 
}
.fancybox-title-float-wrap { 
  position: absolute; 
  bottom: 0; 
  right: 50%; 
  margin-bottom: -45px; 
  z-index: 8050; 
  text-align: center; 
}
.fancybox-title-float-wrap .child { 
  display: inline-block; 
  margin-right: -100%; 
  padding: 5px 16px; 
  background: rgba(0, 0, 0, 0.5); 
  color: #FFF; 
  white-space: nowrap; 
}
.fancybox-title-outside-wrap { 
  position: relative; 
  margin-top: 10px; 
  color: #fff; 
}
.fancybox-title-inside-wrap { 
  padding-top: 10px; 
}
.fancybox-title-over-wrap { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  color: #fff; 
  padding: 10px; 
  background: #000; 
  background: rgba(0, 0, 0, .8); 
}





/* ===== UI autocomplete ===== */

.ui-autocomplete { 
  position: absolute; 
  display: none; 
  padding: 0; 
  z-index: 1000; 
  border: 1px solid #ddd; 
  border-top: none; 
  max-height: 164px; 
  overflow-y: auto; 
  overflow-x: hidden; 
} 
.ui-menu { 
  display: block; 
  float: left; 
}
.ui-menu .ui-menu-item { 
  float: left; 
  clear: left;
   width: 100%; 
   background-color: #fff; 
 }
.ui-menu .ui-menu-item a { 
  text-decoration: none; 
  display: block; 
  padding: 10px 12px 11px 12px; 
  color: #333; 
  font-weight: 600; 
  cursor: pointer; 
}
.ui-menu .ui-menu-item a.ui-state-hover, 
.ui-menu a.ui-state-focus { 
  background: #3A4B55; 
  color: #fff; 
}
.ui-helper-hidden-accessible { 
  position: absolute !important; 
  clip: rect(1px 1px 1px 1px); 
  clip: rect(1px,1px,1px,1px); 
}








/* # Invoice template styles
================================================== */

.invoice-header ul { 
  margin-bottom: 0; 
}
.invoice-header { 
  margin-bottom: 20px; 
  padding-bottom: 20px; 
  border-bottom: 3px double #e5e5e5; 
}
.invoice-header h3 { 
  margin-bottom: 0;
  margin-top: 8px; 
  font-weight: 400;
}
.invoice-header span { 
  color: #999; 
}

.invoice-details { 
  float: right; 
  width: 260px; 
  margin-top: 4px; 
  max-width: 100%; 
}
.invoice-details strong { 
  float: right; 
  margin-left: 20px; 
}

.invoice-payment { 
  border-bottom: 3px double #e5e5e5; 
  margin-bottom: 20px; 
  padding-bottom: 20px; 
}
.invoice-payment .table h6 { 
  margin-bottom: 0; 
}
.chosen-payment span { 
  color: #D65C4F; 
  text-decoration: underline; 
  font-weight: 600; 
}
.chosen-payment a { 
  font-size: 11px; 
  color: #999; 
}

.invoice-status { 
  margin-top: 12px; 
  padding-top: 12px; 
  border-top: 1px solid #eee; 
}

.invoice-number { 
  width: 100px; 
}
.invoice-date { 
  width: 150px; 
}
.invoice-expand { 
  width: 60px; 
}
.invoice-amount { 
  width: 170px; 
}


@media (max-width: 768px) {
  .invoice-details { 
    float: none; 
    margin-top: 12px; 
  }
}







/* # Chat layout
================================================== */

.chat { 
  max-height: 570px; 
  overflow: auto; 
  margin: 0 0 30px 0; 
  border-top: 1px solid #ddd; 
  border-bottom: 1px solid #ddd; 
  background-color: #fff; 
}
.chat .moment { 
  font-weight: 600; 
  color: #999; 
  clear: both; 
  text-align: center; 
  padding-bottom: 20px; 
}

.message-img { 
  position: absolute; 
  left: 0; 
  right: 0; 
  width: 40px; 
  height: 40px; 
  margin-right: 30px; 
}
.message-img img { 
  display: block; 
  width: 100%; 
}
.reversed .message-img { 
  left: auto; 
  right: -30px; 
}

.chat .message .message-body { 
  margin-left: 58px; 
  padding: 12px 14px; 
  color: #FFF; 
  position: relative; 
  background-color: #69A58D; 
}
.chat .message.reversed .message-body { 
  margin-left: 0; 
  margin-right: 58px; 
  color: #333; 
  background-color: #fff; 
  border: 0; 
  border: 1px solid #e5e5e5; 
} 
.chat .message { 
  float: left; 
  clear: both; 
  max-width: 80%; 
  padding: 0 0 20px 0; 
  position: relative; 
}
.chat .message:first-child { 
  padding-top: 20px; 
}
.chat .message.reversed { 
  float: right; 
}
.chat .message .attribution { 
  margin: 6px 0 0 0; 
  font-size: 11px; 
  line-height: 1; 
  color: #fff; 
  opacity: 0.8; 
  filter: alpha(Opacity=80); 
  display: block; 
  white-space: nowrap; 
}
.chat .reversed .attribution { 
  color: #777; 
}


.chat .message .chatname { 
  margin: 6px 0 10px  0; 
  font-size: 11px; 
  font-weight:bold;
  line-height: 1; 
  color: #fff; 
  display: block; 
  white-space: nowrap; 
}
.chat .reversed .chatname { 
  color: #777; 
}

.typing { 
  background: url(../images/interface/typing.gif) no-repeat 0 0; 
  display: block; 
  width: 15px; 
  height: 15px; 
}

.message-body:after { border-top: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid #69A58D; border-bottom: 6px solid rgba(0, 0, 0, 0); left: -6px; top: 13px; position: absolute; margin-left: 0; content: ''; }
.reversed .message-body:before { position: absolute; top: 12px; right: 0; display: inline-block; border-top: 7px solid rgba(0, 0, 0, 0); border-left: 7px solid #e5e5e5; border-bottom: 7px solid rgba(0, 0, 0, 0); border-left-color: rgba(0, 0, 0, 0.2); content: ''; margin-right: -7px; }
.reversed .message-body:after { position: absolute; top: 13px; right: 1px; left: auto; display: inline-block; border-top: 6px solid rgba(0, 0, 0, 0); border-left: 6px solid #fff; border-bottom: 6px solid rgba(0, 0, 0, 0); border-right: 0; content: ''; margin-right: -7px; }


/* Message list */

.message-list { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}
.message-list > li { 
  padding: 15px 0 16px 0; 
  border-bottom: 1px solid #e5e5e5; 
  position: relative; 
}
.message-list > li:first-child { 
  border-top: 1px solid #e5e5e5; 
}
.message-list > li.message-list-header { 
  font-weight: 600; 
  color: #999; 
}
.message-list > li .chat { 
  margin-top: 15px; 
  padding: 0 15px 15px 15px; 
  border: 1px solid #eee; 
  background-color: #fcfcfc; 
}
.message-list .status { 
  margin-left: 4px; 
}

.chat-member { 
  float: left; 
} 
.chat-member h6 { 
  margin: 11px 0;; 
  float: left; 
  font-size: 12px; 
}
.chat-member > a { 
  float: left; 
  margin-right: 12px; 
}
.chat-member img { 
  height: 40px; 
}

.chat-member-title { 
  float: left; 
}
.chat-member-options { 
  float: right; 
}

.chat-member-heading { 
  margin-bottom: 10px; 
}
.chat-member-heading h6 { 
  margin-top: 10px; 
  margin-bottom: 0; 
}

.chat-actions { 
  float: right; 
  margin: 5px 0; 
}

.panel > .message-list > li { 
  padding: 14px; 
}
.panel > .message-list > li:first-child { 
  border-top: 0; 
}

@media (max-width: 479px) {
  .chat-member { float: none; }
  .chat-actions { float: none; width: 100%; text-align: center; }
  .chat-actions { margin: 10px 0 0 0; }
  .chat .message { max-width: 100%; }

  .chat-member-heading > .pull-left, .chat-member-heading > .pull-right { float: none!important; }
  .chat-member-heading > .pull-right { margin-top: 10px; }
}








/* # Error and Login pages styling
================================================== */

.error-wrapper { 
  padding-bottom: 35px; 
}
.page-condensed .error-wrapper { 
  padding-top: 35px; 
}

.error-wrapper h1 { 
  color: #fff; 
  font-size: 200px; 
  line-height: 1; 
  margin-bottom: 35px; 
  font-weight: 300; 
  text-stroke: 1px transparent; 
  display: block; 
  text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9, 
               0 3px 0 #bbb, 
               0 4px 0 #b9b9b9, 
               0 5px 0 #aaa, 
               0 6px 1px rgba(0,0,0,.1), 
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3), 
               0 3px 5px rgba(0,0,0,.2), 
               0 5px 10px rgba(0,0,0,.25), 
               0 10px 10px rgba(0,0,0,.2), 
               0 20px 20px rgba(0,0,0,.15); 
}
.error-wrapper.offline h1 { 
  font-size: 120px; 
}
.error-wrapper h6 { 
  margin-bottom: 15px; 
}

.error-content { 
  width: 440px; 
  margin: auto; 
}
.error-content input[type=text] { 
  background: #fff url(../images/interface/filter.png) no-repeat 12px; 
  padding-left: 32px; 
}

.login-wrapper { 
  width: 300px; 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  width: 300px; 
  margin-left: -150px; 
  margin-top: -150px; 
}
.login-wrapper .checkbox, .login-wrapper .radio { 
  margin: 7px 0; 
}

.login-wrapper .thumb { 
  width: 150px; 
  margin: 0 auto; 
}
.login-wrapper .thumb img, 
.login-wrapper .thumb-options { 
  border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
}
.login-wrapper .thumbnail h6 { 
  margin-bottom: 20px; 
}

.page-condensed .footer { 
  position: absolute; 
  bottom: 0; 
  width: 100%; 
  padding-left: 25px; 
  padding-right: 25px; 
}

@media (max-width: 480px) {
  .login-wrapper, 
  .error-wrapper { 
    width: 100%; 
    margin: 0; 
    padding-left: 15px; 
    padding-right: 15px; 
    height: auto; 
    position: static; 
  }
  .login-wrapper { 
    padding-top: 35px; 
    padding-bottom: 35px; 
  }

  .error-wrapper, 
  .error-content { 
    width: 100%; 
  }
  .error-wrapper h1 { 
    font-size: 140px; 
    padding-top: 0px; 
  }
  .error-wrapper.offline h1 { 
    font-size: 100px; 
  }

  .page-condensed .error-wrapper { 
    padding-top: 35px; 
  }
  .page-condensed .footer { 
    display: none; 
  }
}



/* 占쌩곤옙 - 占쏙옙占쏙옙 占쏙옙占쏙옙占싫뀐옙占� */
#mainNav li{
	height:71px;
	list-style:none;
	float:left;
	background-color:#EBEBEB;
	background-image: url(/Radm/images/navBtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainNav li.done{
	background-color:#815d38;
	background-image: url(/Radm/images/navDoneBtn.gif);
}

#mainNav li.current{
	background-color:#e9c17c;
	background-image: url(/Radm/images/navDoneBtn1.gif);
}

#mainNav li.current1{ 
	background-color:#cc4600;
	background-image: url(/Radm/images/navDoneBtn2.gif);
}

#mainNav li.current2{ 
	background-color:#e1b546;
	background-image: url(/Radm/images/navDoneBtn3.gif);
}

#mainNav li.lastDone{
	background-color:#f26921;
	background-image: url(/Radm/images/navLastDoneBtn.gif);
}



#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active {
color:#ccc;
}

#mainNav li.lastDone a, #mainNav li.lastDone a:link, #mainNav li.lastDone a:visited, #mainNav li.lastDone a:hover, #mainNav li.lastDone a:active, 
#mainNav li.current a, #mainNav li.current a:link, #mainNav li.current a:visited, #mainNav li.current a:hover, #mainNav li.current a:active, 
#mainNav li.current1 a, #mainNav li.current1 a:link, #mainNav li.current1 a:visited, #mainNav li.current1 a:hover, #mainNav li.current1 a:active, 
#mainNav li.current2 a, #mainNav li.current2 a:link, #mainNav li.current2 a:visited, #mainNav li.current2 a:hover, #mainNav li.current2 a:active,
#mainNav li.done a, #mainNav li.done a:link, #mainNav li.done a:visited, #mainNav li.done a:hover, #mainNav li.done a:active {
color:#fff;
}

#mainNav li.done a:hover, #mainNav li.lastDone a:hover  {
color:#FFFF99;
cursor:hand;
}

#mainNav li a em{
width:80px;
display:block;
margin:13px 0 0 20px;
font-size:14px;
font-style:normal;
font-weight:bold;
}

#mainNav li a span{
width:80px;
display:block;
margin-left:20px;
font-weight:bold;
}

#mainNav li.mainNavNoBg{
background-image:none;
}

#mainNav li a{
height:71px;
display:block;
}
/* #mainNav.fourStep */
#mainNav.fiveStep li{width:20%;}
#mainNav.fiveStep li.mainNavNoBg{width:19%;}
#mainNav.fiveStep li a{width:20%;}
/* //占쌩곤옙 - 占쏙옙占쏙옙 占쏙옙占쏙옙占싫뀐옙占� */


.space10 { padding-bottom:10px; }