/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 13px;
  font-size: 1.3rem;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  min-width: 320px;
}
html,
body {
  background: #f0f2f5;
}
html,
body,
td,
select,
input,
textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
p {
  margin: 0 0 1rem 0;
}
p.error,
p.success,
p.warning,
p.info {
  padding: 0.5rem;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.error,
.listing tr.error > td,
.listing tr.error:nth-child(2n) > td {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.success,
.listing tr.success > td,
.listing tr.success:nth-child(2n) > td {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.warning,
.listing tr.warning > td,
.listing tr.warning:nth-child(2n) > td {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.info,
.listing tr.info > td,
.listing tr.info:nth-child(2n) > td {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block {
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 1.6rem;
}
#main {
  padding: 1.6rem 1.6rem;
}
.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  #main {
    padding: 0;
  }
}
.menu {
  background: #555555;
  color: #cccccc;
  left: 0;
  line-height: 44px;
  position: fixed;
  top: 0;
}
.menu a {
  color: inherit;
  text-decoration: none;
  text-shadow: 1px 1px 0 black;
}
.menu .icon {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-top {
  height: 44px;
  padding-left: 44px;
  padding-right: 1rem;
  text-align: right;
  width: 100%;
  z-index: 2;
}
.menu-top > .toggle-sidebar {
  border-left: 1px solid #7b7b7b;
  display: inline-block;
  float: left;
  height: 44px;
  width: 44px;
}
.menu-top > input {
  background: #3b3b3b;
  border-left: 1px solid #7b7b7b;
  border: 0;
  float: left;
  height: 44px;
  line-height: 44px;
  margin: 0;
  min-width: 180px;
  padding: 0 1.6rem;
}
.menu-top > .search {
  background: #3b3b3b;
  border-right: 1px solid #7b7b7b;
  display: inline-block;
  float: left;
  height: 44px;
  width: 44px;
}
.menu-top a {
  display: block;
  height: 44px;
}
.menu-top a:hover,
.menu-top li:hover > a {
  background-color: #888888;
  border-color: #888888;
  color: #ffffff;
}
.menu-top > ul {
  display: inline-block;
  text-align: left;
}
.menu-top > ul > li {
  position: relative;
  display: inline-block;
}
.menu-top > ul > li > ul {
  background: #434343;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
}
.menu-top > ul > li > ul > li > a {
  border-bottom: 1px solid #3b3b3b;
  border-top: 1px solid #484848;
  padding: 0 2rem 0 0;
  white-space: nowrap;
}
.menu-top > ul > li:hover > ul {
  display: block !important;
  z-index: 2;
}
.menu-top .fa-caret-down {
  float: right;
}
.menu-top-user > a {
  padding-right: 2rem;
}
.menu-top-user .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 5px solid #555555;
  vertical-align: top;
}
.menu-top-user:hover .photo,
.menu-top-user:focus .photo {
  border-color: #888888;
}
.menu-top-user .title {
  padding-left: 0.8rem;
}
.menu-side {
  height: 100%;
  z-index: 3;
}
.menu-side a {
  border-bottom: 1px solid #505050;
  border-top: 1px solid #5a5a5a;
}
.menu-side a,
.menu-side h1 {
  display: block;
  height: 44px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: auto;
}
.menu-side h1 {
  background: #2f2f2f;
  font-size: 1.8rem;
  font-variant: small-caps;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px 0 black;
}
.menu-side h1 > i {
  background: url('icon/apple-touch-icon.png') center center no-repeat;
  background-size: contain;
}
.menu-side ul ul {
  background: #434343;
  display: none;
}
.menu-side li:hover > a {
  background-color: #888888;
  border-color: #888888;
  color: #ffffff;
}
.menu-side .menu-selected > a,
.menu-side .menu-selected:hover > a {
  background-color: #5fa2db;
  border-color: #5fa2db;
  color: #ffffff;
}
.menu-side .title {
  display: inline-block;
}
.menu-side > ul > li > ul > li > a {
  border-bottom: 1px solid #3b3b3b;
  border-top: 1px solid #484848;
}
.menu-side > ul > li > ul > .menu-selected > a,
.menu-side > ul > li > ul > .menu-selected:hover > a,
.menu-side > ul > li > ul > .menu-selected > a:hover {
  background-color: transparent;
  border-bottom: 1px solid #3b3b3b;
  border-top: 1px solid #484848;
  color: #5fa2db;
}
.menu-side .fa-angle-left,
.menu-side .fa-angle-down {
  float: right;
}
.menu-side-closed {
  width: 44px;
}
.menu-side-closed > ul > li > ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.menu-side-closed > ul > li {
  position: relative;
}
.menu-side-closed > h1 > .title,
.menu-side-closed > ul > li > a > .title {
  display: none;
}
.menu-side-closed > ul > li > ul > li > a {
  padding: 0 2rem 0 0.5rem;
}
.menu-side-closed > ul > li:hover > ul {
  display: block !important;
}
.menu-side-closed .fa-angle-left,
.menu-side-closed .fa-angle-down {
  display: none;
}
.menu-side-closed > ul > li:hover > ul:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #888888;
  border-width: 11px;
  content: " ";
  height: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 11px;
  width: 0;
  z-index: 2;
}
.menu-side-closed > ul > .menu-selected:hover > ul:after {
  border-left-color: #5fa2db;
}
.menu-side-opened {
  width: 280px;
}
.menu-side-opened > ul > .menu-opened > ul {
  display: block;
}
.menu-side-opened > ul > li > ul > li > a {
  padding: 0 2rem 0 0;
}
.menu-side-opened + .menu-top {
  padding-left: 280px;
}
.menu-side-opened > ul > li > ul > li > a {
  padding: 0 0 0 11px;
}
.menu-side-opened > ul > li > ul > li:last-child > a {
  box-shadow: inset 0 -6px 3px -5px rgba(0, 0, 0, 0.3);
}
.menu-side-opened > ul > li > ul > li:first-child > a {
  box-shadow: inset 0 6px 3px -5px rgba(0, 0, 0, 0.3);
}
.menu-path {
  background: white;
  border-bottom: 1px solid #d4d4d4;
  color: #222;
  height: 44px;
  padding-left: 44px;
  padding-right: 2rem;
  top: 44px;
  width: 100%;
  z-index: 1;
}
.menu-path ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-path li {
  display: inline-block;
}
.menu-path a {
  color: #222;
  text-shadow: 1px 1px white;
}
.menu-path a:hover {
  text-decoration: underline;
}
.menu-path i {
  margin-right: 0.5rem;
}
.menu-path li > i {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
.menu-path li:last-child > i {
  display: none;
}
.menu-path h2 {
  color: #222;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 1.6rem;
  text-shadow: 1px 1px white;
}
body {
  padding-top: 1px;
}
.menu-side-opened ~ .menu-path {
  padding-left: 280px;
}
.menu-side-opened ~ #main {
  margin-left: 280px;
  margin-top: 88px;
}
.menu-side-closed ~ #main {
  margin-left: 44px;
  margin-top: 88px;
}
.animate #main,
.animate .menu,
.animate .menu a {
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .menu-top,
  .menu-path {
    min-width: 320px;
  }
  .menu-top > .toggle-sidebar {
    display: none;
  }
  .menu-top-user {
    min-width: auto;
    width: 44px;
  }
  .menu-top-user .title {
    display: none;
  }
  .menu-top > ul > li > a:focus + ul {
    display: block !important;
    z-index: 2;
  }
  .menu-side-opened {
    width: 44px;
  }
  .menu-side-opened > ul > li > ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
  }
  .menu-side-opened > ul > li {
    position: relative;
  }
  .menu-side-opened > h1 > .title,
  .menu-side-opened > ul > li > a > .title {
    display: none;
  }
  .menu-side-opened > ul > li > ul > li > a {
    padding: 0 2rem 0 0.5rem;
  }
  .menu-side-opened > ul > li > a:focus + ul {
    display: block !important;
  }
  .menu-side-opened .fa-angle-left,
  .menu-side-opened .fa-angle-down {
    display: none;
  }
  .menu-side-opened > ul > li > a:focus + ul:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #888888;
    border-width: 11px;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 11px;
    width: 0;
    z-index: 2;
  }
  .menu-side-opened > ul > .menu-selected > a:focus + ul:after {
    border-left-color: #5fa2db;
  }
  .menu-side-opened > ul > .menu-opened > ul {
    display: none;
  }
  .menu-side-opened > ul > li > ul > li:last-child > a {
    box-shadow: none;
  }
  .menu-side-opened > ul > li > ul > li:first-child > a {
    box-shadow: none;
  }
  .menu-side-opened ~ #main {
    margin-left: 44px;
  }
  .menu-side-opened ~ .menu-path {
    padding-left: 44px;
  }
  .menu-side-opened + .menu-top {
    padding-left: 44px;
  }
  .menu-top,
  .menu-path {
    padding-right: 0;
  }
  .menu-path ul {
    display: none;
  }
  .menu-top > ul > li > ul {
    left: auto;
  }
}
.listing {
  width: 100%;
}
.listing td,
.listing th {
  line-height: 1.9rem;
  padding: 0.8rem;
  text-align: left;
}
.listing th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #f6f6f6;
  padding-left: 0;
  padding-right: 0;
}
.listing th > a {
  color: inherit;
}
.listing th:first-child {
  border-left: 1px solid #f6f6f6;
}
.listing td {
  border-bottom: 1px solid #ddd;
}
.listing td:first-child {
  border-left: 1px solid #f6f6f6;
}
.listing td:last-child {
  border-right: 1px solid #f6f6f6;
}
.listing > tfoot td {
  border-bottom: 0;
}
.listing > tbody tr:nth-child(2n) > td {
  background: #f6f6f6;
}
.listing a {
  text-decoration: none;
}
.listing th.sorted {
  background: #fafafa;
}
.listing > tbody td.sorted {
  background: #fafafa;
}
.listing > tbody tr:nth-child(2n) > td.sorted {
  background: #f0f0f0;
}
.listing th.filter-active {
  background: #f1f7fc;
}
.listing > tbody td.filter-active {
  background: #f1f7fc;
}
.listing > tbody tr:nth-child(2n) > td.filter-active {
  background: #dcebf7;
}
.listing .multiselect {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 50px;
}
.listing th > .title {
  padding-left: 0.8rem;
}
.listing th > .filter {
  border-left: 1px solid #f6f6f6;
  color: #999;
  float: right;
  padding: 0 0.6rem;
}
.listing th > .filter:hover {
  color: black;
}
.listing th > .resize {
  border-right: 1px solid #f6f6f6;
  cursor: col-resize;
  float: right;
  font-size: 1;
  overflow: hidden;
  width: 2px;
}
.listing td .btn {
  padding: 0.3em 1em !important;
}
.listing tfoot td {
  border: 0;
  text-align: center;
}
.listing .pagination {
  margin-top: 1rem;
}
.listing .pagination > li,
.listing .pagination > li > a,
.listing .pagination > li > span {
  display: inline-block;
}
.listing .pagination > li > a,
.listing .pagination > li > span {
  border: 1px solid #ebebeb;
  cursor: pointer;
  line-height: 2.5rem;
  margin-left: -1px;
  min-width: 2.5rem;
}
.listing .pagination > li > a:hover {
  background: #ebebeb;
}
.listing .pagination > .active > a,
.listing .pagination > .active > a:hover {
  color: white;
  background: #5fa2db;
  border-color: #5fa2db;
}
@media (max-width: 767px) {
  .listing {
    display: block;
  }
  .listing thead,
  .listing tbody,
  .listing tfoot,
  .listing th,
  .listing td,
  .listing tr {
    display: block;
  }
  .listing > thead tr {
    left: 0;
    position: absolute;
    top: -9999px;
  }
  .listing tr {
    border: 1px solid #ccc;
    margin-bottom: 1em;
  }
  .listing td[data-title] {
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 50% !important;
    position: relative;
    text-align: left;
    white-space: normal;
  }
  .listing td[data-title]:before {
    font-weight: bold;
    left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: nowrap;
    width: 45%;
  }
  .listing td[data-title]:before {
    content: attr(data-title);
  }
  .listing .operations {
    text-align: center;
  }
  .listing .multiselect {
    display: none;
  }
  .listing .btn > span {
    display: none;
  }
}
.form-fields {
  border-top: 1px solid silver;
  margin-bottom: 1.6rem;
}
.form-fields > li {
  border-bottom: 1px solid silver;
  padding: 1.6rem;
}
.form-fields label {
  display: inline-block;
  font-weight: bold;
  max-width: 30%;
  min-width: 30%;
  padding-right: 1.6rem;
  text-align: right;
  vertical-align: middle;
  line-height: 1.5;
}
.form-fields input[type="text"],
.form-fields input[type="search"],
.form-fields input[type="password"],
.form-fields select,
.form-fields textarea {
  padding: 0.8rem;
  resize: vertical;
  border: 1px solid silver;
}
.form-fields input[type="text"],
.form-fields input[type="search"],
.form-fields input[type="password"],
.form-fields select,
.form-fields textarea,
.form-fields .plupload-container,
.form-fields .raichu-richtext,
.form-fields .help {
  display: inline-block;
  min-width: 100%;
  vertical-align: baseline;
}
.form-fields .plupload-container,
.form-fields .raichu-richtext {
  vertical-align: middle;
}
.form-fields > li > .checkbox {
  text-align: left;
  text-indent: 0.8rem;
}
.form-fields label + input[type="text"],
.form-fields label + input[type="search"],
.form-fields label + input[type="password"],
.form-fields label + select,
.form-fields label + textarea,
.form-fields label + .plupload-container,
.form-fields label + .raichu-richtext,
.form-fields label + .help {
  min-width: 65%;
}
.form-fields .checkbox {
  min-width: 65%;
  padding-left: 30%;
}
.form-fields .checkbox > input {
  display: inline-block;
  padding: 0.8rem;
  vertical-align: baseline;
}
.form-fields input:focus,
.form-fields select:focus,
.form-fields textarea:focus {
  border: 1px solid #5fa2db;
}
.form-fields > li:nth-child(2n) {
  background: #f6f6f6;
}
.form-fields .error > input,
.form-fields .error > textarea,
.form-fields .error > select {
  border-color: #8b0000;
}
.form-fields .error > label {
  color: #8b0000;
}
.form-actions {
  text-align: center;
  margin-top: 3.2rem;
}
.form-actions > li {
  display: inline-block;
  margin: 0 1.6rem 0 1.6rem;
}
@media (max-width: 767px) {
  .form-actions .btn > span {
    display: none;
  }
  .form-fields label,
  .form-fields input,
  .form-fields textarea,
  .form-fields select,
  .form-fields .help {
    display: block;
    text-align: left;
    width: 100%;
  }
  .form-fields .plupload-container,
  .form-fields .raichu-richtext {
    display: block;
    width: 100%;
  }
  .form-fields label {
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .form-fields .checkbox {
    padding-left: 0;
    text-indent: 0;
  }
}
.form-fields-block > label,
.form-fields-block > input,
.form-fields-block > textarea,
.form-fields-block > select,
.form-fields-block > .help {
  display: block;
  text-align: left;
  width: 100%;
  max-width: none;
  min-width: 0;
}
.form-fields-block > .plupload-container,
.form-fields-block > .raichu-richtext {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
}
.form-fields-block > .checkbox {
  padding-left: 0;
  text-indent: 0;
}
.form-fields-block > label {
  text-align: center;
  margin-bottom: 1.6rem;
}
form > h3 {
  text-align: center;
  padding: 0.4rem 0.8rem;
  margin: 0 10rem 1.8rem 10rem;
}
form > a.btn {
  float: left;
}
.form-col-2:after,
.form-col-3:after,
.form-col-4:after,
.form-col-5:after,
.form-col-6:after,
.form-col-7:after,
.form-col-8:after {
  clear: both;
  content: "";
  display: table;
}
.form-col-2 li,
.form-col-3 li,
.form-col-4 li,
.form-col-5 li,
.form-col-6 li,
.form-col-7 li,
.form-col-8 li {
  float: left;
}
.form-col-2 li {
  width: 50%;
}
.form-col-2 li:nth-child(2n+1) {
  clear: left;
}
.form-col-3 li {
  width: 33.33%;
}
.form-col-3 li:nth-child(3n+1) {
  clear: left;
}
.form-col-4 li {
  width: 25%;
}
.form-col-4 li:nth-child(4n+1) {
  clear: left;
}
.form-col-5 li {
  width: 20%;
}
.form-col-5 li:nth-child(5n+1) {
  clear: left;
}
.form-col-6 li {
  width: 16.5%;
}
.form-col-6 li:nth-child(6n+1) {
  clear: left;
}
.form-col-7 li {
  width: 14.27%;
}
.form-col-7 li:nth-child(7n+1) {
  clear: left;
}
.form-col-8 li {
  width: 12.5%;
}
.form-col-8 li:nth-child(8n+1) {
  clear: left;
}
.form-col-1 > li:nth-child(2n),
.form-col-2 > li:nth-child(2n),
.form-col-3 > li:nth-child(2n),
.form-col-4 > li:nth-child(2n),
.form-col-5 > li:nth-child(2n),
.form-col-6 > li:nth-child(2n),
.form-col-7 > li:nth-child(2n),
.form-col-8 > li:nth-child(2n) {
  background: transparent;
}
.form-col-1 > li,
.form-col-2 > li,
.form-col-3 > li,
.form-col-4 > li,
.form-col-5 > li,
.form-col-6 > li,
.form-col-7 > li,
.form-col-8 > li {
  border-bottom: 0;
}
.form-col-1,
.form-col-2,
.form-col-3,
.form-col-4,
.form-col-5,
.form-col-6,
.form-col-7,
.form-col-8 {
  border-bottom: 1px solid silver;
}
.form-col-1:nth-child(2n),
.form-col-2:nth-child(2n),
.form-col-3:nth-child(2n),
.form-col-4:nth-child(2n),
.form-col-5:nth-child(2n),
.form-col-6:nth-child(2n),
.form-col-7:nth-child(2n),
.form-col-8:nth-child(2n) {
  background: #f6f6f6;
}
.form-data > h4 {
  text-align: center;
  text-transform: uppercase;
  color: gray;
  margin: 0;
  padding: 3.2rem 0 1.6rem 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.form-grid > .form-col-1,
.form-grid > .form-col-2,
.form-grid > .form-col-3,
.form-grid > .form-col-4,
.form-grid > .form-col-5,
.form-grid > .form-col-6,
.form-grid > .form-col-7,
.form-grid > .form-col-8 {
  border: 0;
  margin: 0;
}
.btn {
  border: 0;
  display: inline-block;
  line-height: normal;
  outline: 0;
  padding: 0.7em 1em;
  text-align: center;
  text-decoration: none !important;
  vertical-align: baseline;
  white-space: nowrap;
}
.btn-success {
  background: #2ecc40;
  color: white;
  text-shadow: 1px 1px 0 black;
}
.btn-warning {
  background: #FF851B;
  color: white;
  text-shadow: 1px 1px 0 black;
}
.btn-danger {
  background: #FF4136;
  color: white;
  text-shadow: 1px 1px 0 black;
}
.btn-info {
  background: #0074D9;
  color: white;
  text-shadow: 1px 1px 0 black;
}
.btn-sm {
  padding: 0.5em 0.8em;
}
.btn[disabled] {
  opacity: 0.5;
  background: gray !important;
}
.btn > i {
  vertical-align: top;
  margin-right: 0.2rem;
  vertical-align: baseline;
}
.nav {
  margin-bottom: 0.5rem;
}
.nav li {
  display: inline-block;
  list-style: none;
}
.nav > li > .btn {
  color: #222;
  box-shadow: none;
}
.nav > li > a:hover {
  background: silver;
  color: white;
  text-shadow: 1px 1px 0 black;
}
.nav > .active > .btn {
  background: #5fa2db;
  color: white;
  text-shadow: 1px 1px 0 black;
}
.filters {
  display: block;
  margin-bottom: 1.6rem;
  width: 100%;
}
.filters > li {
  display: inline-block;
  margin-right: 0.8rem;
}
.filters > li > a {
  color: #222;
  display: inline-block;
  padding: 0.8rem;
  text-decoration: none;
}
.filters > li > a:hover {
  background: #eee;
  color: #222;
  text-decoration: none;
}
.filters > li.selected > a,
.filters > li.selected > a:hover {
  background: #888;
  color: white;
  text-decoration: none;
}
.actions {
  margin-bottom: 1.6rem;
}
.actions > li {
  display: inline-block;
  margin-right: 0.8rem;
}
.actions > li > a {
  display: inline-block;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .actions {
    text-align: center;
  }
}
.jquery-dtpckr {
  border-radius: 0;
  box-shadow: none;
  border-color: silver;
}
th.jquery-dtpckr-day {
  font-size: 0.9rem;
}
.jquery-dtpckr-day {
  font-weight: normal;
}
.jquery-dtpckr-item {
  text-shadow: none;
}
.jquery-dtpckr-item-disabled {
  color: #ccc;
}
#main .CodeMirror-gutters {
  z-index: 0;
}
#main .select2-selection {
  border-radius: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#main .select2-selection--single {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
#main .select2-selection__arrow {
  top: 0.5rem;
}
#main .select2-selection {
  height: auto;
  min-height: 28px;
}
body .select2-dropdown {
  border-radius: 0;
}
#main .select2-search__field {
  padding: 0;
}
#main .select2-selection__choice {
  border-radius: 0;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-radius: 1px !important;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.form-data hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: silver;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal {
  max-width: 800px;
  max-height: 90%;
  overflow: auto;
  margin: 100px auto 0 auto;
  background: white;
  padding: 2rem;
}
/*# sourceMappingURL=adm.css.map */