/*! normalize.css v3.0.1 | 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,
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: 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"],
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif, "微軟正黑體";
  font-size: 13px;
  line-height: 1.42857143;
  color: #3d3d3d;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #6699cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3973ac;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #6699cc;
}
a.text-primary:hover {
  color: #407fbf;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #e77f2d;
}
a.text-warning:hover {
  color: #ca6617;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #6699cc;
}
a.bg-primary:hover {
  background-color: #407fbf;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #3d3d3d;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../font/glyphicons-halflings-regular.eot');
  src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #3d3d3d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #303030;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #6699cc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4px 9px;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #6699cc;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #6699cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  padding-left: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 0 15px 0 0;
  float: right;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0px 3px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6699cc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination li.pagebox {
  margin: 0 10px;
}
.pagination li.pagebox .page {
  background-color: transparent !important;
  color: #3d3d3d !important;
  border: none !important;
  padding: 0 3px !important;
}
.pagination li.pagebox .page:hover {
  background-color: transparent !important;
  color: #3d3d3d !important;
  border: none !important;
}
.pagination li.pagebox input {
  float: left;
  width: 45px !important;
  height: 21px !important;
  line-height: 21px !important;
  text-align: center;
  padding: 4px 5px !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #3973ac;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #6699cc;
  border-color: #6699cc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #6699cc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #407fbf;
}
.label-success {
  background-color: #66cc66;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #40bf40;
}
.label-info {
  background-color: #66ccff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #33bbff;
}
.label-warning {
  background-color: #ffcc66;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffbb33;
}
.label-danger {
  background-color: #ff6666;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ff3333;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6699cc;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6699cc;
}
.thumbnail .caption {
  padding: 9px;
  color: #3d3d3d;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #e77f2d;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #ca6617;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #6699cc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #66cc66;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #66ccff;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ffcc66;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff6666;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #6699cc;
  border-color: #6699cc;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #e77f2d;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #e77f2d;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #e77f2d;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #e77f2d;
  border-color: #e77f2d;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #3d3d3d;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #6699cc;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #6699cc;
  border-color: #6699cc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #6699cc;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #6699cc;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #e77f2d;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 295px;
  padding: 5px 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
  line-height: 18px;
  word-break: break-all;
  white-space: normal;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.error-page .content .btn-toolbar:before,
.error-page .content .btn-toolbar:after,
.error-page .content .btn-group-vertical > .btn-group:before,
.error-page .content .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.error-page .content .btn-toolbar:after,
.error-page .content .btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ----------------------max-width:@screen-md-min---------------------- */
div {
  /* ----------------------.modal-content---------------------- */
  /* ----------------------frameForm table td---------------------- */
  /* ----------------------toolBar---------------------- */
  /* ----------------------form-horizontal---------------------- */
}
div .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div .col-lg-12 .control-group {
  float: left;
  width: 100% !important;
  padding: 0 15px !important;
}
div .col-lg-12 .control-group .control-label {
  width: 17% !important;
}
div .col-lg-12 .control-group .controls {
  width: 82.2% !important;
}
@media (max-width: 992px) {
  div .col-lg-12 .control-group {
    width: 100% !important;
  }
  div .col-lg-12 .control-group .control-label,
  div .col-lg-12 .control-group .controls {
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
div .col-lg-12 div > .no-padding .control-group {
  width: 50% !important;
}
div .col-lg-12 div > .no-padding .control-group .control-label {
  width: 35% !important;
}
div .col-lg-12 div > .no-padding .control-group .controls {
  width: 63.4% !important;
}
@media (max-width: 992px) {
  div .col-lg-12 div > .no-padding .control-group {
    width: 100% !important;
  }
  div .col-lg-12 div > .no-padding .control-group .control-label,
  div .col-lg-12 div > .no-padding .control-group .controls {
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
div .col-lg-12 div > .control-group.column1 {
  float: left;
  width: 100% !important;
  padding: 0 15px !important;
}
div .col-lg-12 div > .control-group.column1 .control-label {
  width: 17% !important;
}
div .col-lg-12 div > .control-group.column1 .controls {
  width: 82.2% !important;
}
@media (max-width: 992px) {
  div .col-lg-12 div > .control-group.column1 {
    width: 100% !important;
  }
  div .col-lg-12 div > .control-group.column1 .control-label,
  div .col-lg-12 div > .control-group.column1 .controls {
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
div .col-lg-12 div > .control-group.column1-inline {
  float: none !important;
  width: 50% !important;
}
div .col-lg-12 div > .control-group.column1-inline .control-label {
  width: 35% !important;
}
div .col-lg-12 div > .control-group.column1-inline .controls {
  width: 63.4% !important;
}
@media (max-width: 992px) {
  div .col-lg-12 div > .control-group.column1-inline {
    width: 100% !important;
  }
  div .col-lg-12 div > .control-group.column1-inline .control-label,
  div .col-lg-12 div > .control-group.column1-inline .controls {
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
div .col-lg-12 div > .control-group.column2 {
  width: 50% !important;
}
div .col-lg-12 div > .control-group.column2 .control-label {
  width: 35% !important;
}
div .col-lg-12 div > .control-group.column2 .controls {
  width: 63.4% !important;
}
@media (max-width: 992px) {
  div .col-lg-12 div > .control-group.column2 {
    width: 100% !important;
  }
  div .col-lg-12 div > .control-group.column2 .control-label,
  div .col-lg-12 div > .control-group.column2 .controls {
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
div .col-lg-12 span.control-group {
  padding: 0 !important;
}
div .modal-content .data-box {
  margin: 0 !important;
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  -webkit-animation-duration: none !important;
  animation-duration: none !important;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
div .modal-content .data-box .data-body {
  max-height: 300px !important;
  overflow: auto !important;
}
div .modal-content .data-box .data-body .control-group .control-label {
  width: 35% !important;
}
div .modal-content .data-box .data-body .control-group .controls {
  width: 63.4% !important;
  word-break: normal;
  white-space: normal;
}
div .modal-content .data-box .data-body div > .no-padding .control-group {
  width: 50% !important;
}
div .modal-content .data-box .data-body div > .no-padding .control-group .control-label {
  width: 45% !important;
}
div .modal-content .data-box .data-body div > .no-padding .control-group .controls {
  width: 53.4% !important;
}
div .modal-content .data-box .data-btn {
  margin-bottom: 8px;
}
div .frameForm table td .control-group .control-label {
  width: 180px;
}
div .frameForm table td.custCss_Create021W3_applyAheadDay input,
div .frameForm table td.custCss_Create021W3_leaveQuotaForUiInc input {
  width: 100px;
  margin-right: 10px;
}
div .ui-file-exists .toolBar {
  position: absolute;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 1px;
  top: 50%;
  height: 30px;
  margin-top: -10px;
}
div .ui-file-exists .toolBar .toolBtn {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 9px;
}
div .ui-file-exists .toolBar .toolBtn.open {
  color: #FFFFFF;
}
div .ui-file-exists .toolBar .toolBtn.dl {
  color: #0EA5FA;
}
div .ui-file-exists .toolBar .toolBtn.del {
  color: #FF4D4D;
}
div .ui-file-exists .toolBar .toolBtn i {
  margin-right: 0;
}
div .ui-file-exists .toolImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
div .form-horizontal:after,
div .form-horizontal:before {
  content: ' ';
  clear: both;
  display: block;
}
div .form-horizontal .control-group {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
div .form-horizontal .control-group .control-label {
  width: 100%;
  float: none;
  text-align: left;
}
div .form-horizontal .control-group .control-label:after,
div .form-horizontal .control-group .control-label:before {
  content: ' ';
  clear: both;
  display: block;
}
div .form-horizontal .control-group .controls {
  width: 100%;
  float: none;
}
div .form-horizontal .control-group .controls:after,
div .form-horizontal .control-group .controls:before {
  content: ' ';
  clear: both;
  display: block;
}
.noInformation {
  position: absolute;
  font-size: 13px;
  top: 22px;
  color: #173C9B;
  background-color: #E5E5E5;
  padding: 5px 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 1920px) and (max-height: 999px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 819px;
    height: 819px;
  }
}
@media (max-width: 1920px) and (max-height: 989px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 809px;
    height: 809px;
  }
}
@media (max-width: 1920px) and (max-height: 979px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 799px;
    height: 799px;
  }
}
@media (max-width: 1920px) and (max-height: 969px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 789px;
    height: 789px;
  }
}
@media (max-width: 1920px) and (max-height: 959px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 779px;
    height: 779px;
  }
}
@media (max-width: 1920px) and (max-height: 949px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 769px;
    height: 769px;
  }
}
@media (max-width: 1920px) and (max-height: 939px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 759px;
    height: 759px;
  }
}
@media (max-width: 1920px) and (max-height: 929px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 749px;
    height: 749px;
  }
}
@media (max-width: 1920px) and (max-height: 919px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 739px;
    height: 739px;
  }
}
@media (max-width: 1920px) and (max-height: 909px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 729px;
    height: 729px;
  }
}
@media (max-width: 1920px) and (max-height: 899px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 719px;
    height: 719px;
  }
}
@media (max-width: 1920px) and (max-height: 889px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 709px;
    height: 709px;
  }
}
@media (max-width: 1920px) and (max-height: 879px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 699px;
    height: 699px;
  }
}
@media (max-width: 1920px) and (max-height: 869px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 689px;
    height: 689px;
  }
}
@media (max-width: 1920px) and (max-height: 859px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 679px;
    height: 679px;
  }
}
@media (max-width: 1920px) and (max-height: 849px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 669px;
    height: 669px;
  }
}
@media (max-width: 1920px) and (max-height: 839px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 659px;
    height: 659px;
  }
}
@media (max-width: 1920px) and (max-height: 829px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 649px;
    height: 649px;
  }
}
@media (max-width: 1920px) and (max-height: 819px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 639px;
    height: 639px;
  }
}
@media (max-width: 1920px) and (max-height: 809px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 629px;
    height: 629px;
  }
}
@media (max-width: 1920px) and (max-height: 799px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 619px;
    height: 619px;
  }
}
@media (max-width: 1920px) and (max-height: 789px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 609px;
    height: 609px;
  }
}
@media (max-width: 1920px) and (max-height: 779px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 599px;
    height: 599px;
  }
}
@media (max-width: 1920px) and (max-height: 769px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 589px;
    height: 589px;
  }
}
@media (max-width: 1920px) and (max-height: 759px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 579px;
    height: 579px;
  }
}
@media (max-width: 1920px) and (max-height: 749px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 569px;
    height: 569px;
  }
}
@media (max-width: 1920px) and (max-height: 739px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 559px;
    height: 559px;
  }
}
@media (max-width: 1920px) and (max-height: 729px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 549px;
    height: 549px;
  }
}
@media (max-width: 1920px) and (max-height: 719px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 539px;
    height: 539px;
  }
}
@media (max-width: 1920px) and (max-height: 709px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 529px;
    height: 529px;
  }
}
@media (max-width: 1920px) and (max-height: 699px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 519px;
    height: 519px;
  }
}
@media (max-width: 1920px) and (max-height: 689px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 509px;
    height: 509px;
  }
}
@media (max-width: 1920px) and (max-height: 679px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 499px;
    height: 499px;
  }
}
@media (max-width: 1920px) and (max-height: 669px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 489px;
    height: 489px;
  }
}
@media (max-width: 1920px) and (max-height: 659px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 479px;
    height: 479px;
  }
}
@media (max-width: 1920px) and (max-height: 649px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 469px;
    height: 469px;
  }
}
@media (max-width: 1920px) and (max-height: 639px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 459px;
    height: 459px;
  }
}
@media (max-width: 1920px) and (max-height: 629px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 449px;
    height: 449px;
  }
}
@media (max-width: 1920px) and (max-height: 619px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 439px;
    height: 439px;
  }
}
@media (max-width: 1920px) and (max-height: 609px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 429px;
    height: 429px;
  }
}
@media (max-width: 1920px) and (max-height: 599px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 419px;
    height: 419px;
  }
}
@media (max-width: 1920px) and (max-height: 589px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 409px;
    height: 409px;
  }
}
@media (max-width: 1920px) and (max-height: 579px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 399px;
    height: 399px;
  }
}
@media (max-width: 1920px) and (max-height: 569px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 389px;
    height: 389px;
  }
}
@media (max-width: 1920px) and (max-height: 559px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 379px;
    height: 379px;
  }
}
@media (max-width: 1920px) and (max-height: 549px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 369px;
    height: 369px;
  }
}
@media (max-width: 1920px) and (max-height: 539px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 359px;
    height: 359px;
  }
}
@media (max-width: 1920px) and (max-height: 529px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 349px;
    height: 349px;
  }
}
@media (max-width: 1920px) and (max-height: 519px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 339px;
    height: 339px;
  }
}
@media (max-width: 1920px) and (max-height: 509px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 329px;
    height: 329px;
  }
}
@media (max-width: 1920px) and (max-height: 499px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 319px;
    height: 319px;
  }
}
@media (max-width: 1920px) and (max-height: 489px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 309px;
    height: 309px;
  }
}
@media (max-width: 1920px) and (max-height: 479px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 299px;
    height: 299px;
  }
}
@media (max-width: 1920px) and (max-height: 469px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 289px;
    height: 289px;
  }
}
@media (max-width: 1920px) and (max-height: 459px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 279px;
    height: 279px;
  }
}
@media (max-width: 1920px) and (max-height: 449px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 269px;
    height: 269px;
  }
}
@media (max-width: 1920px) and (max-height: 439px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 259px;
    height: 259px;
  }
}
@media (max-width: 1920px) and (max-height: 429px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 249px;
    height: 249px;
  }
}
@media (max-width: 1920px) and (max-height: 419px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 239px;
    height: 239px;
  }
}
@media (max-width: 1920px) and (max-height: 409px) {
  .canvas-frame #wrap .table-responsive {
    max-height: 229px;
    height: 229px;
  }
}
/* datePicker */
.datePicker {
  width: 283px;
  padding: 10px;
}
.datePicker a,
.datePicker span {
  float: left;
  display: block;
  text-align: center;
  width: 33px;
  height: 33px;
  border: none;
  margin: 2px;
  text-decoration: none;
  cursor: default;
  line-height: 33px;
  vertical-align: middle;
}
.datePicker a:hover {
  background-color: #ddd;
  cursor: pointer;
}
.datePicker .currentDate {
  background-color: #d6ebf7;
  font-weight: bold;
}
.datePicker .holiday {
  background-color: #fde2e2;
  color: #bd6267;
}
.datePicker .holiday.currentDate {
  background-color: #d6ebf7;
}
.datePicker .notCurrentMonth {
  color: #999;
}
.datePicker .monthPanel {
  padding-top: 5px;
}
.datePicker .monthPanel a,
.datePicker .monthPanel span,
.datePicker .yearPanel a,
.datePicker .yearPanel span {
  width: 65px !important;
  margin: 0;
}
.datePicker .time-panel {
  display: inline-block;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.datePicker .btn.btn-today,
.datePicker .btn.btn-clear {
  margin: 0;
  width: 65px;
  float: none;
}
.datePicker .time-panel > span {
  width: 7px;
  margin: 0 2px;
}
.datePicker .time-panel > select {
  float: left;
  width: 56px !important;
  margin: 0 4px;
}
.datePicker > .async-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #ccc;
}
.datePicker a.btn {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 0px 3px !important;
  font-size: 13px !important;
  line-height: 1.42857143 !important;
  border-radius: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.datePicker a.btn:focus {
  outline: 0;
}
.datePicker a.btn:hover {
  color: #3d3d3d;
  text-decoration: none;
  outline: 0;
}
.datePicker a.btn:active,
.datePicker a.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.datePicker a.btn.disabled,
.datePicker a.btn[disabled],
fieldset[disabled] .datePicker a.btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datePicker a.btn i + span {
  margin-left: 5px !important;
}
.datePicker .btn > i.glyphicon {
  float: none !important;
  margin-right: 0 !important;
}
.datePicker .btn-group .btn,
#wrap .data-box .data-body div.control-group .controls .datePicker .btn {
  padding: 6px !important;
  margin: 0;
  width: auto;
}
.datePicker .btn-group .btn {
  float: none;
}
.datePicker .btn-group .btn.btn-year,
.datePicker .btn-group .btn.btn-month,
.datePicker .btn-group .btn.btn-today {
  width: 68px !important;
}
.datePicker .btn-group,
.datePicker select {
  margin-top: 0;
  position: relative;
  display: table;
  margin: 0 auto;
}
.datePicker .bottom-panel {
  line-height: 20px;
  clear: both;
  padding-top: 5px;
}
.datepicker[readonly] {
  cursor: pointer !important;
  background-color: #fff !important;
}
.picker-width > div {
  display: inline-block;
}
.picker-width > div .datepicker {
  width: 45% !important;
  max-width: 283px !important;
  min-width: 200px !important;
}
.picker-width > span {
  display: inline-block;
  margin: 0;
}
/* func */
.controls .range-field {
  width: 100%;
}
.controls .range-field:after,
.controls .range-field:before {
  content: ' ';
  clear: both;
  display: block;
}
.controls .range-field > input,
.controls .range-field > div {
  display: inline-block;
}
ul.fancytree-container {
  min-height: 100px;
}
.twitter-typeahead {
  width: 100%;
}
.func-filter {
  position: fixed;
  bottom: 50px;
  left: -95px;
  z-index: 5;
  background-color: #999;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  transition: all 0.2s;
}
.func-filter:hover,
.func-filter.show {
  left: 0;
}
.func-filter > input {
  border: none !important;
  background-color: #999;
  outline: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 32px;
}
.func-filter > label {
  width: 30px;
}
.floating-label-container {
  position: relative;
}
input.floating-label {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
input.floating-label + label {
  color: #999;
  font-weight: normal;
  position: absolute;
  left: 10px;
  /* Hack for current sky.css style. */
  transition: left 0.5s;
  z-index: 1;
  margin-bottom: 0 !important;
}
input.floating-label:focus + label,
input.floating-label.not-empty + label {
  top: -18px;
  /* Hack for current sky.css style. */
  left: 0;
}
input.floating-label:focus + label {
  color: #2fa4e7;
}
.range-field input.floating-label + label,
.twitter-typeahead > input.floating-label + label {
  top: 0;
  /* Hack for datepicker/typeahead case. */
}
.range-field input.floating-label:focus + label,
.range-field input.floating-label.not-empty + label,
.twitter-typeahead > input.floating-label:focus + label,
.twitter-typeahead > input.floating-label.not-empty + label {
  top: -27px;
  /* Hack for datepicker/typeahead case. */
}
/* select2 */
.select2-container {
  float: left;
  width: 100%;
}
.select2-container .select2-choice {
  height: 26px !important;
  line-height: 26px !important;
}
/* Multi-Select */
multiselect {
  width: 100%;
}
multiselect > div {
  width: 100% !important;
}
.multiSelBtn {
  display: block;
  margin: 5px;
}
.error .ms-available-items,
.error .ms-selected-items {
  border-color: #bd4247;
}
.ms-available-items,
.ms-selected-items {
  margin-top: 3px;
  border: 1px solid #ccc;
  height: 160px;
  width: 45%;
  overflow-y: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ms-control-panel {
  margin-top: 20px;
  width: 10%;
  text-align: center;
}
.ms-control-panel > a {
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 15px;
  color: #303030;
  line-height: 30px;
  display: inline-block;
}
.ms-control-panel > a:focus {
  outline: none;
}
.ms-control-panel > a:hover {
  background-color: #dceef9;
}
.ms-control-panel > a:hover > [class^="icon"] {
  opacity: 1;
}
.ms-control-panel > a > [class^="icon"]:nth-child(2) {
  margin-left: -7px;
}
.ms-control-panel > a > .glyphicon {
  margin: 0 !important;
}
.ms-control-panel > a > .glyphicon-forward {
  margin-left: 2px !important;
}
.ms-control-panel > a > .glyphicon-backward {
  margin-left: -2px !important;
}
.ms-item {
  cursor: default;
  line-height: 20px;
  padding: 2px 10px;
  border-bottom: 1px solid #E0E0E0;
}
:not(.readonly) > .ms-item:hover {
  color: #000;
  cursor: pointer;
  background-color: #dceef9;
}
.ms-item[selected] {
  color: #fff;
  background-color: #6CC2F7;
}
.multiTenant_LoginForm form div.modal {
  position: relative;
  width: 300px;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  z-index: 500;
  margin-top: 3px;
}
ul.ui-fancytree {
  padding-top: 10px !important;
  border: 0 !important;
  border-top: 1px solid #eaeaea !important;
  outline: 0 !important;
}
ul.ui-fancytree span.fancytree-focused span.fancytree-title {
  outline: 0 !important;
}
.fancytree-treefocus span.fancytree-selected span.fancytree-title,
.fancytree-treefocus span.fancytree-active span.fancytree-title {
  color: white;
  background-color: #2b9adf !important;
}
i.icon-location {
  font-size: 17px;
  cursor: pointer;
  color: #14902D;
  font-style: normal;
}
/*menu-collapse icon*/
#wrap.menu-collapsed #menu {
  left: -180px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#wrap.menu-collapsed #menu #logo,
#wrap.menu-collapsed #menu .group-box,
#wrap.menu-collapsed #menu .menu-box {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrap.menu-collapsed #content {
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#wrap.menu-collapsed #title-bar {
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menu-collapse-button {
  overflow: hidden;
  position: absolute;
  top: 244px;
  left: 180px;
  margin-top: -20px;
  z-index: 10000;
  height: 30px;
  width: 20px;
  cursor: pointer;
}
.menu-collapse-button > .circular-border {
  border-radius: 20px;
  height: 30px;
  width: 40px;
  margin-left: 0;
  background: white;
  border: 2px solid #eee;
}
.menu-collapse-button > .circular-border > i {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 1px;
  font-size: 17px;
}
.timepicker {
  border: 1px solid #cccccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  display: inline-block !important;
}
.timepicker input {
  width: 45px !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center;
}
.timepicker > .twitter-typeahead {
  width: auto;
}
.timepicker .tt-suggestion p {
  margin: 0;
  white-space: nowrap !important;
}
.timepicker div[class^='tt-dataset'] {
  height: 150px;
  overflow-x: auto;
}
/*sortableList*/
ul.sortableList {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sortableList li label {
  cursor: pointer;
  font-size: 15px;
  color: #686868;
}
ul.sortableList li label input[type=checkbox].sky + .lbl::before,
ul.sortableList li label input[type=radio].sky + .lbl::before {
  margin-right: 5px;
  font-size: 13px;
}
/* ----------------------SKY---------------------- */
html,
body {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
}
body {
  min-width: 1000px;
}
a {
  cursor: pointer;
}
/* ----------------------transition---------------------- */
/* ----------------------rotate---------------------- */
/* ----------------------color---------------------- */
/* ----------------------cursor---------------------- */
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
/* ----------------------Feedback states---------------------- */
.success .help-block,
.success .control-label,
.success .controls,
.success .radio,
.success .checkbox,
.success .radio-inline,
.success .checkbox-inline {
  color: #3c763d;
}
.success input[type="text"],
.success input[type="password"],
.success input[type="datetime"],
.success input[type="datetime-local"],
.success input[type="date"],
.success input[type="month"],
.success input[type="time"],
.success input[type="week"],
.success input[type="number"],
.success input[type="email"],
.success input[type="url"],
.success input[type="search"],
.success input[type="tel"],
.success input[type="color"],
.success textarea,
.success select {
  border-color: #3c763d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.success input[type="text"]:hover,
.success input[type="password"]:hover,
.success input[type="datetime"]:hover,
.success input[type="datetime-local"]:hover,
.success input[type="date"]:hover,
.success input[type="month"]:hover,
.success input[type="time"]:hover,
.success input[type="week"]:hover,
.success input[type="number"]:hover,
.success input[type="email"]:hover,
.success input[type="url"]:hover,
.success input[type="search"]:hover,
.success input[type="tel"]:hover,
.success input[type="color"]:hover,
.success textarea:hover,
.success select:hover,
.success input[type="text"]:focus,
.success input[type="password"]:focus,
.success input[type="datetime"]:focus,
.success input[type="datetime-local"]:focus,
.success input[type="date"]:focus,
.success input[type="month"]:focus,
.success input[type="time"]:focus,
.success input[type="week"]:focus,
.success input[type="number"]:focus,
.success input[type="email"]:focus,
.success input[type="url"]:focus,
.success input[type="search"]:focus,
.success input[type="tel"]:focus,
.success input[type="color"]:focus,
.success textarea:focus,
.success select:focus {
  border-color: #2b542c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
}
.success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.success .form-control-feedback {
  color: #3c763d;
}
.warning .help-block,
.warning .control-label,
.warning .controls,
.warning .radio,
.warning .checkbox,
.warning .radio-inline,
.warning .checkbox-inline {
  color: #e77f2d !important;
}
.warning input[type="text"],
.warning input[type="password"],
.warning input[type="datetime"],
.warning input[type="datetime-local"],
.warning input[type="date"],
.warning input[type="month"],
.warning input[type="time"],
.warning input[type="week"],
.warning input[type="number"],
.warning input[type="email"],
.warning input[type="url"],
.warning input[type="search"],
.warning input[type="tel"],
.warning input[type="color"],
.warning textarea,
.warning select {
  border-color: #e77f2d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.warning input[type="text"]:hover,
.warning input[type="password"]:hover,
.warning input[type="datetime"]:hover,
.warning input[type="datetime-local"]:hover,
.warning input[type="date"]:hover,
.warning input[type="month"]:hover,
.warning input[type="time"]:hover,
.warning input[type="week"]:hover,
.warning input[type="number"]:hover,
.warning input[type="email"]:hover,
.warning input[type="url"]:hover,
.warning input[type="search"]:hover,
.warning input[type="tel"]:hover,
.warning input[type="color"]:hover,
.warning textarea:hover,
.warning select:hover,
.warning input[type="text"]:focus,
.warning input[type="password"]:focus,
.warning input[type="datetime"]:focus,
.warning input[type="datetime-local"]:focus,
.warning input[type="date"]:focus,
.warning input[type="month"]:focus,
.warning input[type="time"]:focus,
.warning input[type="week"]:focus,
.warning input[type="number"]:focus,
.warning input[type="email"]:focus,
.warning input[type="url"]:focus,
.warning input[type="search"]:focus,
.warning input[type="tel"]:focus,
.warning input[type="color"]:focus,
.warning textarea:focus,
.warning select:focus {
  border-color: #ca6617 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b789 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b789 !important;
}
.warning .input-group-addon {
  color: #e77f2d !important;
  border-color: #e77f2d !important;
  background-color: #fcf8e3 !important;
}
.warning .form-control-feedback {
  color: #e77f2d !important;
}
.error .help-block,
.error .control-label,
.error .controls,
.error .radio,
.error .checkbox,
.error .radio-inline,
.error .checkbox-inline {
  color: #a94442;
}
.error input[type="text"]:not(.ignore-error),
.error input[type="password"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="date"],
.error input[type="month"],
.error input[type="time"],
.error input[type="week"],
.error input[type="number"],
.error input[type="email"],
.error input[type="url"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="color"],
.error textarea,
.error select {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.error input[type="text"]:not(.ignore-error):hover,
.error input[type="password"]:hover,
.error input[type="datetime"]:hover,
.error input[type="datetime-local"]:hover,
.error input[type="date"]:hover,
.error input[type="month"]:hover,
.error input[type="time"]:hover,
.error input[type="week"]:hover,
.error input[type="number"]:hover,
.error input[type="email"]:hover,
.error input[type="url"]:hover,
.error input[type="search"]:hover,
.error input[type="tel"]:hover,
.error input[type="color"]:hover,
.error textarea:hover,
.error select:hover,
.error input[type="text"]:not(.ignore-error):focus,
.error input[type="password"]:focus,
.error input[type="datetime"]:focus,
.error input[type="datetime-local"]:focus,
.error input[type="date"]:focus,
.error input[type="month"]:focus,
.error input[type="time"]:focus,
.error input[type="week"]:focus,
.error input[type="number"]:focus,
.error input[type="email"]:focus,
.error input[type="url"]:focus,
.error input[type="search"]:focus,
.error input[type="tel"]:focus,
.error input[type="color"]:focus,
.error textarea:focus,
.error select:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
.error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.error .form-control-feedback {
  color: #a94442;
}
.error .ignore-error {
  color: #3d3d3d;
}
.error-richeditor .control-label,
.error-richeditor .help-block {
  color: #a94442;
}
.error-richeditor .input-style {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.error-richeditor .input-style:hover,
.error-richeditor .input-style:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
/* ----------------------message-area---------------------- */
.message-area {
  background: #d9edf7;
  position: fixed;
  width: 500px;
  margin-left: -250px;
  padding: 0 50px;
  border: 1px solid #bce8f1;
  color: #31708f;
  z-index: 9999;
  left: 50%;
  top: 85px;
}
.message-area .close {
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 7px;
  right: 10px;
}
.message-area.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.message-area .message-content {
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
}
/* ----------------------Scaffolding---------------------- */
/* ----------------------Typography---------------------- */
/* ----------------------Forms---------------------- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
fieldset:before,
fieldset:after {
  content: " ";
  display: table;
}
fieldset:after {
  clear: both;
}
fieldset:before,
fieldset:after {
  content: " ";
  display: table;
}
fieldset:after {
  clear: both;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
td > label,
th > label {
  margin-bottom: 0 !important;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0px 3px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 20px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin: 0;
  margin-right: 15px;
  line-height: 26px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  float: left;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  float: left !important;
  width: 14px !important;
  margin: 7px 10px 0 0 !important;
  line-height: normal !important;
  height: auto !important;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .controls,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success input[type="text"],
.has-success input[type="password"],
.has-success input[type="datetime"],
.has-success input[type="datetime-local"],
.has-success input[type="date"],
.has-success input[type="month"],
.has-success input[type="time"],
.has-success input[type="week"],
.has-success input[type="number"],
.has-success input[type="email"],
.has-success input[type="url"],
.has-success input[type="search"],
.has-success input[type="tel"],
.has-success input[type="color"],
.has-success textarea,
.has-success select {
  border-color: #3c763d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-success input[type="text"]:hover,
.has-success input[type="password"]:hover,
.has-success input[type="datetime"]:hover,
.has-success input[type="datetime-local"]:hover,
.has-success input[type="date"]:hover,
.has-success input[type="month"]:hover,
.has-success input[type="time"]:hover,
.has-success input[type="week"]:hover,
.has-success input[type="number"]:hover,
.has-success input[type="email"]:hover,
.has-success input[type="url"]:hover,
.has-success input[type="search"]:hover,
.has-success input[type="tel"]:hover,
.has-success input[type="color"]:hover,
.has-success textarea:hover,
.has-success select:hover,
.has-success input[type="text"]:focus,
.has-success input[type="password"]:focus,
.has-success input[type="datetime"]:focus,
.has-success input[type="datetime-local"]:focus,
.has-success input[type="date"]:focus,
.has-success input[type="month"]:focus,
.has-success input[type="time"]:focus,
.has-success input[type="week"]:focus,
.has-success input[type="number"]:focus,
.has-success input[type="email"]:focus,
.has-success input[type="url"]:focus,
.has-success input[type="search"]:focus,
.has-success input[type="tel"]:focus,
.has-success input[type="color"]:focus,
.has-success textarea:focus,
.has-success select:focus {
  border-color: #2b542c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .controls,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #e77f2d !important;
}
.has-warning input[type="text"],
.has-warning input[type="password"],
.has-warning input[type="datetime"],
.has-warning input[type="datetime-local"],
.has-warning input[type="date"],
.has-warning input[type="month"],
.has-warning input[type="time"],
.has-warning input[type="week"],
.has-warning input[type="number"],
.has-warning input[type="email"],
.has-warning input[type="url"],
.has-warning input[type="search"],
.has-warning input[type="tel"],
.has-warning input[type="color"],
.has-warning textarea,
.has-warning select {
  border-color: #e77f2d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-warning input[type="text"]:hover,
.has-warning input[type="password"]:hover,
.has-warning input[type="datetime"]:hover,
.has-warning input[type="datetime-local"]:hover,
.has-warning input[type="date"]:hover,
.has-warning input[type="month"]:hover,
.has-warning input[type="time"]:hover,
.has-warning input[type="week"]:hover,
.has-warning input[type="number"]:hover,
.has-warning input[type="email"]:hover,
.has-warning input[type="url"]:hover,
.has-warning input[type="search"]:hover,
.has-warning input[type="tel"]:hover,
.has-warning input[type="color"]:hover,
.has-warning textarea:hover,
.has-warning select:hover,
.has-warning input[type="text"]:focus,
.has-warning input[type="password"]:focus,
.has-warning input[type="datetime"]:focus,
.has-warning input[type="datetime-local"]:focus,
.has-warning input[type="date"]:focus,
.has-warning input[type="month"]:focus,
.has-warning input[type="time"]:focus,
.has-warning input[type="week"]:focus,
.has-warning input[type="number"]:focus,
.has-warning input[type="email"]:focus,
.has-warning input[type="url"]:focus,
.has-warning input[type="search"]:focus,
.has-warning input[type="tel"]:focus,
.has-warning input[type="color"]:focus,
.has-warning textarea:focus,
.has-warning select:focus {
  border-color: #ca6617 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b789 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b789 !important;
}
.has-warning .input-group-addon {
  color: #e77f2d !important;
  border-color: #e77f2d !important;
  background-color: #fcf8e3 !important;
}
.has-warning .form-control-feedback {
  color: #e77f2d !important;
}
.has-error .help-block,
.has-error .control-label,
.has-error .controls,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="datetime"],
.has-error input[type="datetime-local"],
.has-error input[type="date"],
.has-error input[type="month"],
.has-error input[type="time"],
.has-error input[type="week"],
.has-error input[type="number"],
.has-error input[type="email"],
.has-error input[type="url"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="color"],
.has-error textarea,
.has-error select {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-error input[type="text"]:hover,
.has-error input[type="password"]:hover,
.has-error input[type="datetime"]:hover,
.has-error input[type="datetime-local"]:hover,
.has-error input[type="date"]:hover,
.has-error input[type="month"]:hover,
.has-error input[type="time"]:hover,
.has-error input[type="week"]:hover,
.has-error input[type="number"]:hover,
.has-error input[type="email"]:hover,
.has-error input[type="url"]:hover,
.has-error input[type="search"]:hover,
.has-error input[type="tel"]:hover,
.has-error input[type="color"]:hover,
.has-error textarea:hover,
.has-error select:hover,
.has-error input[type="text"]:focus,
.has-error input[type="password"]:focus,
.has-error input[type="datetime"]:focus,
.has-error input[type="datetime-local"]:focus,
.has-error input[type="date"]:focus,
.has-error input[type="month"]:focus,
.has-error input[type="time"]:focus,
.has-error input[type="week"]:focus,
.has-error input[type="number"]:focus,
.has-error input[type="email"]:focus,
.has-error input[type="url"]:focus,
.has-error input[type="search"]:focus,
.has-error input[type="tel"]:focus,
.has-error input[type="color"]:focus,
.has-error textarea:focus,
.has-error select:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  color: #7d7d7d;
  color: #afafaf;
  font-size: 12px;
  display: block;
  line-height: 17px;
  clear: both;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 19px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 1px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
/* ----------------------modal---------------------- */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  background-clip: padding-box;
  outline: none;
}
.modal-content:before,
.modal-content:after {
  content: " ";
  display: table;
}
.modal-content:after {
  clear: both;
}
.modal-content:before,
.modal-content:after {
  content: " ";
  display: table;
}
.modal-content:after {
  clear: both;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #226677;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 11.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  color: #3399cc;
  font-size: 23px;
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  padding: 20px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-body:after,
.modal-body:before {
  content: ' ';
  clear: both;
  display: block;
}
.modal-footer {
  margin-top: 0;
  padding: 19px 20px 20px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn {
  padding: 3px 6px !important;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer .btn-primary {
  background: #3399cc;
  border: 0;
}
.modal-footer .btn-primary:hover {
  background: #65d1f4;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 400px;
  }
  .modal-lg {
    width: 800px;
  }
}
/* ----------------------border---------------------- */
/* ----------------------Buttons---------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 3px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  color: #3d3d3d;
  text-decoration: none;
  outline: 0;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-default {
  color: #3d3d3d;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #3d3d3d;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #3d3d3d;
}
.btn-primary {
  color: #ffffff;
  background-color: #6699cc;
  border-color: #538cc6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4785c2;
  border-color: #376ea4;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6699cc;
  border-color: #538cc6;
}
.btn-primary .badge {
  color: #6699cc;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #66cc66;
  border-color: #53c653;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47c247;
  border-color: #37a437;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #66cc66;
  border-color: #53c653;
}
.btn-success .badge {
  color: #66cc66;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #66ccff;
  border-color: #4cc4ff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3dbeff;
  border-color: #0fafff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #66ccff;
  border-color: #4cc4ff;
}
.btn-info .badge {
  color: #66ccff;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffcc66;
  border-color: #ffc34c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffbe3d;
  border-color: #ffaf0f;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffcc66;
  border-color: #ffc34c;
}
.btn-warning .badge {
  color: #ffcc66;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff6666;
  border-color: #ff4c4c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ff3d3d;
  border-color: #ff0f0f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff6666;
  border-color: #ff4c4c;
}
.btn-danger .badge {
  color: #ff6666;
  background-color: #ffffff;
}
.btn-link {
  color: #6699cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #3973ac;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Colorbox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
  display: none;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* User Style:Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0;
}
/* avoid outlines on:active (mouseclick), but preserve outlines on:focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.sky-name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.sky-name .first,
.sky-name .middle,
.sky-name .last {
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.sky-name > * {
  margin: 0 3px;
}
.sky-name > *:first-child {
  margin: 0 3px 0 0;
}
.sky-name > :last-child {
  margin: 0 0 0 3px;
}
.numberpicker {
  border: 1px solid #cccccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  display: table;
  text-align: center;
}
.numberpicker input {
  border: 0 !important;
  box-shadow: none !important;
  text-align: right;
}
.numberpicker div {
  float: left;
  display: table-cell;
}
#wrap .searchBar .advanced-search .range-field > .timepicker {
  line-height: 26px;
  width: auto !important;
}
.row-range-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.row-range-container > div:not(.timepicker) {
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
/* ----------------------variables---------------------- */
/* ----------------------wrap---------------------- */
#wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* ----------------------checkbox, radio newstyle ---------------------- */
  /* ----------------------form-group---------------------- */
  /* ----------------------data-box---------------------- */
  /* ----------------------multiCol---------------------- */
  /* ----------------------table---------------------- */
  /* ----------------------table-responsive---------------------- */
  /* ----------------------menu---------------------- */
  /* ----------------------title-bar---------------------- */
  /* ----------------------content---------------------- */
}
#wrap a.default,
#wrap a.primary,
#wrap a.success,
#wrap a.info,
#wrap a.warning,
#wrap a.danger {
  font-size: 15px;
  margin-right: 5px;
}
#wrap a.default {
  color: #cccccc;
}
#wrap a.primary {
  color: #6699cc;
}
#wrap a.success {
  color: #66cc66;
}
#wrap a.info {
  color: #66ccff;
}
#wrap a.warning {
  color: #ffcc66;
}
#wrap a.danger {
  color: #ff6666;
}
#wrap legend {
  display: block;
  padding: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
  font-style: normal;
  color: #336699;
}
#wrap input,
#wrap textarea,
#wrap select {
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  height: 26px;
  line-height: 26px;
  width: 100%;
}
#wrap input + button,
#wrap textarea + button,
#wrap select + button {
  padding: 0 6px;
  min-height: 26px;
  margin: 0;
  vertical-align: inherit !important;
}
#wrap select {
  height: 26px !important;
  line-height: 26px !important;
  padding: 0 6px !important;
}
#wrap textarea {
  height: 150px;
}
#wrap .input-style {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  -moz-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  -ms-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
#wrap .input-style:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#wrap input[type="text"],
#wrap input[type="password"],
#wrap input[type="datetime"],
#wrap input[type="datetime-local"],
#wrap input[type="date"],
#wrap input[type="month"],
#wrap input[type="time"],
#wrap input[type="week"],
#wrap input[type="number"],
#wrap input[type="email"],
#wrap input[type="url"],
#wrap input[type="search"],
#wrap input[type="tel"],
#wrap input[type="color"],
#wrap textarea,
#wrap select,
#wrap .select2-choice,
#wrap .select2-drop-active {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  -moz-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  -ms-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}
#wrap input[type="text"]:focus,
#wrap input[type="password"]:focus,
#wrap input[type="datetime"]:focus,
#wrap input[type="datetime-local"]:focus,
#wrap input[type="date"]:focus,
#wrap input[type="month"]:focus,
#wrap input[type="time"]:focus,
#wrap input[type="week"]:focus,
#wrap input[type="number"]:focus,
#wrap input[type="email"]:focus,
#wrap input[type="url"]:focus,
#wrap input[type="search"]:focus,
#wrap input[type="tel"]:focus,
#wrap input[type="color"]:focus,
#wrap textarea:focus,
#wrap select:focus,
#wrap .select2-choice:focus,
#wrap .select2-drop-active:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#wrap input[type="text"]::-moz-placeholder,
#wrap input[type="password"]::-moz-placeholder,
#wrap input[type="datetime"]::-moz-placeholder,
#wrap input[type="datetime-local"]::-moz-placeholder,
#wrap input[type="date"]::-moz-placeholder,
#wrap input[type="month"]::-moz-placeholder,
#wrap input[type="time"]::-moz-placeholder,
#wrap input[type="week"]::-moz-placeholder,
#wrap input[type="number"]::-moz-placeholder,
#wrap input[type="email"]::-moz-placeholder,
#wrap input[type="url"]::-moz-placeholder,
#wrap input[type="search"]::-moz-placeholder,
#wrap input[type="tel"]::-moz-placeholder,
#wrap input[type="color"]::-moz-placeholder,
#wrap textarea::-moz-placeholder,
#wrap select::-moz-placeholder,
#wrap .select2-choice::-moz-placeholder,
#wrap .select2-drop-active::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#wrap input[type="text"]:-ms-input-placeholder,
#wrap input[type="password"]:-ms-input-placeholder,
#wrap input[type="datetime"]:-ms-input-placeholder,
#wrap input[type="datetime-local"]:-ms-input-placeholder,
#wrap input[type="date"]:-ms-input-placeholder,
#wrap input[type="month"]:-ms-input-placeholder,
#wrap input[type="time"]:-ms-input-placeholder,
#wrap input[type="week"]:-ms-input-placeholder,
#wrap input[type="number"]:-ms-input-placeholder,
#wrap input[type="email"]:-ms-input-placeholder,
#wrap input[type="url"]:-ms-input-placeholder,
#wrap input[type="search"]:-ms-input-placeholder,
#wrap input[type="tel"]:-ms-input-placeholder,
#wrap input[type="color"]:-ms-input-placeholder,
#wrap textarea:-ms-input-placeholder,
#wrap select:-ms-input-placeholder,
#wrap .select2-choice:-ms-input-placeholder,
#wrap .select2-drop-active:-ms-input-placeholder {
  color: #999999;
}
#wrap input[type="text"]::-webkit-input-placeholder,
#wrap input[type="password"]::-webkit-input-placeholder,
#wrap input[type="datetime"]::-webkit-input-placeholder,
#wrap input[type="datetime-local"]::-webkit-input-placeholder,
#wrap input[type="date"]::-webkit-input-placeholder,
#wrap input[type="month"]::-webkit-input-placeholder,
#wrap input[type="time"]::-webkit-input-placeholder,
#wrap input[type="week"]::-webkit-input-placeholder,
#wrap input[type="number"]::-webkit-input-placeholder,
#wrap input[type="email"]::-webkit-input-placeholder,
#wrap input[type="url"]::-webkit-input-placeholder,
#wrap input[type="search"]::-webkit-input-placeholder,
#wrap input[type="tel"]::-webkit-input-placeholder,
#wrap input[type="color"]::-webkit-input-placeholder,
#wrap textarea::-webkit-input-placeholder,
#wrap select::-webkit-input-placeholder,
#wrap .select2-choice::-webkit-input-placeholder,
#wrap .select2-drop-active::-webkit-input-placeholder {
  color: #999999;
}
#wrap input[type="text"][disabled],
#wrap input[type="password"][disabled],
#wrap input[type="datetime"][disabled],
#wrap input[type="datetime-local"][disabled],
#wrap input[type="date"][disabled],
#wrap input[type="month"][disabled],
#wrap input[type="time"][disabled],
#wrap input[type="week"][disabled],
#wrap input[type="number"][disabled],
#wrap input[type="email"][disabled],
#wrap input[type="url"][disabled],
#wrap input[type="search"][disabled],
#wrap input[type="tel"][disabled],
#wrap input[type="color"][disabled],
#wrap textarea[disabled],
#wrap select[disabled],
#wrap .select2-choice[disabled],
#wrap .select2-drop-active[disabled],
#wrap input[type="text"][readonly],
#wrap input[type="password"][readonly],
#wrap input[type="datetime"][readonly],
#wrap input[type="datetime-local"][readonly],
#wrap input[type="date"][readonly],
#wrap input[type="month"][readonly],
#wrap input[type="time"][readonly],
#wrap input[type="week"][readonly],
#wrap input[type="number"][readonly],
#wrap input[type="email"][readonly],
#wrap input[type="url"][readonly],
#wrap input[type="search"][readonly],
#wrap input[type="tel"][readonly],
#wrap input[type="color"][readonly],
#wrap textarea[readonly],
#wrap select[readonly],
#wrap .select2-choice[readonly],
#wrap .select2-drop-active[readonly],
fieldset[disabled] #wrap input[type="text"],
fieldset[disabled] #wrap input[type="password"],
fieldset[disabled] #wrap input[type="datetime"],
fieldset[disabled] #wrap input[type="datetime-local"],
fieldset[disabled] #wrap input[type="date"],
fieldset[disabled] #wrap input[type="month"],
fieldset[disabled] #wrap input[type="time"],
fieldset[disabled] #wrap input[type="week"],
fieldset[disabled] #wrap input[type="number"],
fieldset[disabled] #wrap input[type="email"],
fieldset[disabled] #wrap input[type="url"],
fieldset[disabled] #wrap input[type="search"],
fieldset[disabled] #wrap input[type="tel"],
fieldset[disabled] #wrap input[type="color"],
fieldset[disabled] #wrap textarea,
fieldset[disabled] #wrap select,
fieldset[disabled] #wrap .select2-choice,
fieldset[disabled] #wrap .select2-drop-active {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#wrap input[type=checkbox].sky,
#wrap input[type=radio].sky {
  opacity: 0;
  position: relative;
  top: 2px;
  left: 21px;
  z-index: 2;
  width: 18px;
  height: 17px;
  cursor: pointer;
  margin-left: -21px;
  min-height: 17px !important;
}
#wrap input[type=checkbox].sky:checked,
#wrap input[type=radio].sky:checked,
#wrap input[type=checkbox].sky:focus,
#wrap input[type=radio].sky:focus {
  outline: none !important;
}
#wrap input[type=checkbox].sky > .lbl,
#wrap input[type=radio].sky > .lbl {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}
#wrap input[type=checkbox].sky + .lbl::before,
#wrap input[type=radio].sky + .lbl::before {
  cursor: pointer;
  font-family: custom-icons;
  font-weight: normal;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  position: relative;
  top: -1px;
  z-index: 1;
}
#wrap input[type=checkbox].sky:checked + .lbl::before,
#wrap input[type=radio].sky:checked + .lbl::before {
  display: inline-block;
  content: '\e813';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
#wrap input[type=checkbox].sky:hover + .lbl::before,
#wrap input[type=radio].sky:hover + .lbl::before,
#wrap input[type=checkbox].sky + .lbl:hover::before,
#wrap input[type=radio].sky + .lbl:hover::before {
  border-color: #ff893c;
}
#wrap input[type=checkbox].sky:active + .lbl::before,
#wrap input[type=radio].sky:active + .lbl::before,
#wrap input[type=checkbox].sky:checked:active + .lbl::before,
#wrap input[type=radio].sky:checked:active + .lbl::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#wrap input[type=checkbox].sky.sky-checkbox-2:checked + .lbl::before,
#wrap input[type=radio].sky.sky-checkbox-2:checked + .lbl::before {
  background-color: #f9a021;
  border-color: #f9a021;
  color: #ffffff;
}
#wrap input[type=checkbox].sky:disabled + .lbl::before,
#wrap input[type=radio].sky:disabled + .lbl::before,
#wrap input[type=checkbox].sky[disabled] + .lbl::before,
#wrap input[type=radio].sky[disabled] + .lbl::before,
#wrap input[type=checkbox].sky.disabled + .lbl::before,
#wrap input[type=radio].sky.disabled + .lbl::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #bbbbbb;
}
#wrap input[type=radio].sky + .lbl::before {
  border-radius: 100%;
  font-size: 10px;
  font-family: custom-icons;
  text-shadow: 0 0 1px #32a3ce;
  line-height: 15px;
  height: 17px;
  min-width: 17px;
}
#wrap input[type=radio].sky:checked + .lbl::before {
  content: "\e981";
}
#wrap .form-group {
  position: relative;
}
#wrap .form-group [class*="icon-"] {
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  font-weight: 300;
}
#wrap .form-group .form-control {
  padding: 0 15px 0 25px;
}
#wrap .layout_custMultiCol .multiCol-left {
  float: left;
  width: 50%;
  min-width: 50%;
  overflow-x: auto;
  padding: 0 10px;
}
#wrap .layout_custMultiCol .multiCol-right {
  float: right;
  width: 50%;
  min-width: 50%;
  overflow-x: auto;
  padding: 0 10px;
}
#wrap .layout_custMultiCol fieldset {
  float: left;
  width: 100%;
}
#wrap .data-box {
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#wrap .data-box:after,
#wrap .data-box:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap .data-box.no-border {
  border: 0 !important;
}
#wrap .data-box .data-header {
  position: relative;
  min-height: 23px;
  border-bottom: 1px solid #DDD;
}
#wrap .data-box .data-header:after,
#wrap .data-box .data-header:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap .data-box .data-header .data-toolbar {
  position: relative;
  line-height: 36px;
  min-width: 40px;
  text-align: center;
  z-index: 2;
  float: left;
}
#wrap .data-box .data-header .data-toolbar a {
  color: #595959;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#wrap .data-box .data-header .data-toolbar a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#wrap .data-box .data-header .data-toolbar:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: -1px;
  border: 1px solid #D9D9D9;
  border-width: 0 0 0 1px;
}
#wrap .data-box .data-header .data-title {
  position: relative;
  line-height: 23px;
  margin: 0;
  color: #227FF1;
  font-size: 15px;
  z-index: 1;
  margin: 0 10px;
  float: left;
}
#wrap .data-box .data-btn:after,
#wrap .data-box .data-btn:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap .data-box .data-btn .btn {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 3px 6px !important;
}
#wrap .data-box .paging-info {
  padding: 0 15px;
  float: left;
  font-size: 13px !important;
  color: #7E7E7E !important;
}
#wrap .data-box .paging-info .label {
  padding: 0 !important;
  color: #7E7E7E !important;
  margin-right: 8px !important;
}
#wrap .data-box .paging-info .label-default {
  width: 100%;
  background-color: transparent !important;
}
#wrap .data-box .paging-info .selection-count {
  color: #DB7525;
}
#wrap .data-box .dataTables_perpage {
  padding-left: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
  float: right;
}
#wrap .data-box .dataTables_perpage label select {
  font-size: 14px;
  color: #3C3C3C;
  width: auto;
  height: 22px !important;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  font-weight: normal;
}
#wrap .data-box .dataTables_perpage label span {
  font-size: 14px;
  margin: 0 14px 0 7px;
  color: #9b9b9b;
}
#wrap .data-box .data-body {
  padding: 0;
  margin-top: 5px;
  /* ----------------------control-group---------------------- */
}
#wrap .data-box .data-body:after,
#wrap .data-box .data-body:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap .data-box .data-body .nav-tabs > li {
  margin-left: 5px;
}
#wrap .data-box .data-body .nav-tabs > li a {
  padding: 5px !important;
}
#wrap .data-box .data-body .tab-content {
  background: transparent;
}
#wrap .data-box .data-body .tab-content .tab-pane {
  padding: 10px 0;
}
#wrap .data-box .data-body .tab-content fieldset {
  margin-bottom: 10px;
}
#wrap .data-box .data-body .tab-content fieldset .btn {
  padding: 3px 6px !important;
}
#wrap .data-box .data-body fieldset > div:before,
#wrap .data-box .data-body fieldset > div:after {
  content: " ";
  display: table;
}
#wrap .data-box .data-body fieldset > div:after {
  clear: both;
}
#wrap .data-box .data-body fieldset > div:before,
#wrap .data-box .data-body fieldset > div:after {
  content: " ";
  display: table;
}
#wrap .data-box .data-body fieldset > div:after {
  clear: both;
}
#wrap .data-box .data-body .sortableListError {
  position: absolute;
  top: -15px;
  left: 10px;
  color: red;
  z-index: 10;
  font-size: 15px;
}
#wrap .data-box .data-body .sortableListSelect {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 15px;
}
#wrap .data-box .data-body div.control-group {
  position: relative;
  min-height: 30px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#wrap .data-box .data-body div.control-group:after,
#wrap .data-box .data-body div.control-group:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap .data-box .data-body div.control-group .help-inline {
  position: absolute;
  top: 9px;
  left: 25px;
  color: red;
  z-index: 999;
}
#wrap .data-box .data-body div.control-group .control-label {
  margin: 3px 0;
  text-align: left;
  width: 25%;
  float: left;
  padding-left: 15px;
  margin-right: 5px;
  padding-right: 0 !important;
  line-height: 26px;
  border-left: 5px solid #2b9adf;
  background-color: #f5f5f5;
  font-weight: bold;
}
#wrap .data-box .data-body div.control-group .control-label i {
  float: right;
  margin-right: 5px;
  font-size: 15px;
  color: #B8B8B8;
  cursor: pointer;
}
#wrap .data-box .data-body div.control-group .control-label i:hover {
  color: #818181;
}
#wrap .data-box .data-body div.control-group .controls {
  float: left;
  width: 73.4%;
  padding: 3px 0;
  line-height: 26px;
  word-break: break-all;
  white-space: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#wrap .data-box .data-body div.control-group .controls .help-inline {
  top: 0;
}
#wrap .data-box .data-body div.control-group .controls .btn {
  padding: 3px 5px !important;
  margin-bottom: 5px;
}
#wrap .data-box .data-body div.control-group .controls .input-group {
  margin-bottom: 5px !important;
}
#wrap .data-box .data-body div.control-group .controls .input-group a.input-group-addon {
  padding: 5px 12px !important;
  color: red !important;
  background-color: transparent !important;
  border: none !important;
}
#wrap .data-box .data-body div.control-group .controls .input-group a.input-group-addon:hover {
  color: red !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}
#wrap .data-box .data-body div.no-padding {
  padding: 0;
}
#wrap .multiCol-left .control-group .control-label,
#wrap .multiCol-right .control-group .control-label {
  width: 22.3% !important;
  min-width: 120px !important;
}
#wrap .multiCol-left .control-group .controls,
#wrap .multiCol-right .control-group .controls {
  width: 76% !important;
}
#wrap .multiCol-left div > .no-padding .control-group .control-label,
#wrap .multiCol-right div > .no-padding .control-group .control-label {
  width: 48% !important;
}
#wrap .multiCol-left div > .no-padding .control-group .controls,
#wrap .multiCol-right div > .no-padding .control-group .controls {
  width: 50% !important;
}
#wrap .modal-body > .col-lg-12 .control-group {
  width: 100% !important;
}
#wrap .modal-body > .col-lg-12 .control-group .control-label {
  width: 35% !important;
}
#wrap .modal-body > .col-lg-12 .control-group .controls {
  width: 63.4% !important;
}
#wrap .modal-body > .frameForm,
#wrap .col-md-8 > div > .frameForm {
  width: 100% !important;
}
#wrap table {
  max-width: 100%;
  background-color: transparent;
}
#wrap th {
  text-align: left;
}
#wrap .table {
  width: 100%;
  margin-bottom: 15px;
}
#wrap .table > thead > tr > th.sm-width {
  width: 46px;
}
#wrap .table > thead > tr > th,
#wrap .table > tbody > tr > th,
#wrap .table > tfoot > tr > th,
#wrap .table > thead > tr > td,
#wrap .table > tbody > tr > td,
#wrap .table > tfoot > tr > td {
  padding: 0 8px;
  height: 26px !important;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#wrap .table > tbody tr td {
  padding: 4px 8px;
}
#wrap .table > thead > tr > th {
  border-bottom: 2px solid #cccccc;
}
#wrap .table > caption + thead > tr:first-child > th,
#wrap .table > colgroup + thead > tr:first-child > th,
#wrap .table > thead:first-child > tr:first-child > th,
#wrap .table > caption + thead > tr:first-child > td,
#wrap .table > colgroup + thead > tr:first-child > td,
#wrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#wrap .table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
#wrap .table .table {
  background-color: #ffffff;
}
#wrap .table-condensed > thead > tr > th,
#wrap .table-condensed > tbody > tr > th,
#wrap .table-condensed > tfoot > tr > th,
#wrap .table-condensed > thead > tr > td,
#wrap .table-condensed > tbody > tr > td,
#wrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}
#wrap .table-bordered {
  border: 1px solid #cccccc;
}
#wrap .table-bordered > thead > tr > th,
#wrap .table-bordered > tbody > tr > th,
#wrap .table-bordered > tfoot > tr > th,
#wrap .table-bordered > thead > tr > td,
#wrap .table-bordered > tbody > tr > td,
#wrap .table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
#wrap .table-striped > tbody > tr:nth-child(odd) > td,
#wrap .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#wrap .table-hover > tbody > tr:hover > td,
#wrap .table-hover > tbody > tr:hover > th {
  background-color: #ccffcc;
}
#wrap table col[class*="col-"] {
  position: static;
  display: table-column;
}
#wrap table td[class*="col-"],
#wrap table th[class*="col-"] {
  position: static;
}
#wrap .table > thead > tr > td.active,
#wrap .table > tbody > tr > td.active,
#wrap .table > tfoot > tr > td.active,
#wrap .table > thead > tr > th.active,
#wrap .table > tbody > tr > th.active,
#wrap .table > tfoot > tr > th.active,
#wrap .table > thead > tr.active > td,
#wrap .table > tbody > tr.active > td,
#wrap .table > tfoot > tr.active > td,
#wrap .table > thead > tr.active > th,
#wrap .table > tbody > tr.active > th,
#wrap .table > tfoot > tr.active > th {
  background-color: #ccffcc;
}
#wrap .table-hover > tbody > tr > td.active:hover,
#wrap .table-hover > tbody > tr > th.active:hover,
#wrap .table-hover > tbody > tr.active:hover > td,
#wrap .table-hover > tbody > tr.active:hover > th {
  background-color: #b3ffb3;
}
#wrap .table > thead > tr > td.success,
#wrap .table > tbody > tr > td.success,
#wrap .table > tfoot > tr > td.success,
#wrap .table > thead > tr > th.success,
#wrap .table > tbody > tr > th.success,
#wrap .table > tfoot > tr > th.success,
#wrap .table > thead > tr.success > td,
#wrap .table > tbody > tr.success > td,
#wrap .table > tfoot > tr.success > td,
#wrap .table > thead > tr.success > th,
#wrap .table > tbody > tr.success > th,
#wrap .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
#wrap .table-hover > tbody > tr > td.success:hover,
#wrap .table-hover > tbody > tr > th.success:hover,
#wrap .table-hover > tbody > tr.success:hover > td,
#wrap .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
#wrap .table > thead > tr > td.info,
#wrap .table > tbody > tr > td.info,
#wrap .table > tfoot > tr > td.info,
#wrap .table > thead > tr > th.info,
#wrap .table > tbody > tr > th.info,
#wrap .table > tfoot > tr > th.info,
#wrap .table > thead > tr.info > td,
#wrap .table > tbody > tr.info > td,
#wrap .table > tfoot > tr.info > td,
#wrap .table > thead > tr.info > th,
#wrap .table > tbody > tr.info > th,
#wrap .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
#wrap .table-hover > tbody > tr > td.info:hover,
#wrap .table-hover > tbody > tr > th.info:hover,
#wrap .table-hover > tbody > tr.info:hover > td,
#wrap .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
#wrap .table > thead > tr > td.warning,
#wrap .table > tbody > tr > td.warning,
#wrap .table > tfoot > tr > td.warning,
#wrap .table > thead > tr > th.warning,
#wrap .table > tbody > tr > th.warning,
#wrap .table > tfoot > tr > th.warning,
#wrap .table > thead > tr.warning > td,
#wrap .table > tbody > tr.warning > td,
#wrap .table > tfoot > tr.warning > td,
#wrap .table > thead > tr.warning > th,
#wrap .table > tbody > tr.warning > th,
#wrap .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
#wrap .table-hover > tbody > tr > td.warning:hover,
#wrap .table-hover > tbody > tr > th.warning:hover,
#wrap .table-hover > tbody > tr.warning:hover > td,
#wrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
#wrap .table > thead > tr > td.danger,
#wrap .table > tbody > tr > td.danger,
#wrap .table > tfoot > tr > td.danger,
#wrap .table > thead > tr > th.danger,
#wrap .table > tbody > tr > th.danger,
#wrap .table > tfoot > tr > th.danger,
#wrap .table > thead > tr.danger > td,
#wrap .table > tbody > tr.danger > td,
#wrap .table > tfoot > tr.danger > td,
#wrap .table > thead > tr.danger > th,
#wrap .table > tbody > tr.danger > th,
#wrap .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
#wrap .table-hover > tbody > tr > td.danger:hover,
#wrap .table-hover > tbody > tr > th.danger:hover,
#wrap .table-hover > tbody > tr.danger:hover > td,
#wrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
#wrap .table-bordered {
  border: 0 !important;
}
#wrap .table-bordered > thead > tr > th,
#wrap .table-bordered > tbody > tr > th,
#wrap .table-bordered > tfoot > tr > th,
#wrap .table-bordered > thead > tr > td,
#wrap .table-bordered > tbody > tr > td,
#wrap .table-bordered > tfoot > tr > td {
  border-color: #eaeaea !important;
}
#wrap .table-hover > tbody > tr:hover > td,
#wrap .table-hover > tbody > tr:hover > th {
  background-color: #dceef9 !important;
}
#wrap .table-cursor > tbody > tr > td,
#wrap .table-cursor > tbody > tr > th {
  cursor: pointer;
}
#wrap table > thead > tr > td.minwidth-30,
#wrap table > tbody > tr > td.minwidth-30,
#wrap table > thead > tr > th.minwidth-30 {
  min-width: 30px !important;
  width: 30px !important;
  position: relative;
  cursor: default !important;
}
#wrap table > thead > tr > td.function-80,
#wrap table > tbody > tr > td.function-80,
#wrap table > thead > tr > th.function-80 {
  min-width: 30px !important;
  width: 30px !important;
  padding: 0 8px;
  cursor: default !important;
}
#wrap table > thead > tr > td.function-80 a,
#wrap table > tbody > tr > td.function-80 a,
#wrap table > thead > tr > th.function-80 a {
  display: inline-block;
  width: 25px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #a2a2a2;
}
#wrap table > thead > tr > td.function-80 a.green,
#wrap table > tbody > tr > td.function-80 a.green,
#wrap table > thead > tr > th.function-80 a.green {
  color: #009f4c;
}
#wrap table > thead > tr > td.function-80 a.green:hover,
#wrap table > tbody > tr > td.function-80 a.green:hover,
#wrap table > thead > tr > th.function-80 a.green:hover {
  color: #006D34;
}
#wrap table > thead > tr > td.function-80 a.blue,
#wrap table > tbody > tr > td.function-80 a.blue,
#wrap table > thead > tr > th.function-80 a.blue {
  color: #3A91CC;
}
#wrap table > thead > tr > td.function-80 a.blue:hover,
#wrap table > tbody > tr > td.function-80 a.blue:hover,
#wrap table > thead > tr > th.function-80 a.blue:hover {
  color: #0370BB;
}
#wrap table > thead > tr > td.function-80 a.red,
#wrap table > tbody > tr > td.function-80 a.red,
#wrap table > thead > tr > th.function-80 a.red {
  color: #ff3e20;
}
#wrap table > thead > tr > td.function-80 a.red:hover,
#wrap table > tbody > tr > td.function-80 a.red:hover,
#wrap table > thead > tr > th.function-80 a.red:hover {
  color: #971400;
}
#wrap table > thead > tr > td.function-80 a.disabled,
#wrap table > tbody > tr > td.function-80 a.disabled,
#wrap table > thead > tr > th.function-80 a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
#wrap table > thead > tr > td.no-border-right,
#wrap table > tbody > tr > td.no-border-right,
#wrap table > thead > tr > th.no-border-right {
  border-right: 0 !important;
}
#wrap table > thead > tr > td span.text-ellipsis,
#wrap table > tbody > tr > td span.text-ellipsis,
#wrap table > thead > tr > th span.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}
#wrap table > thead > tr > th {
  position: relative;
}
#wrap table > thead > tr > th .orderByField {
  display: inline-block;
  cursor: pointer;
  color: #2fa4e7;
}
#wrap table > thead > tr > th .orderByField .orderByAscendant:before,
#wrap table > thead > tr > th .orderByField .orderByDescendant:before {
  font-family: custom-icons;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
#wrap table > thead > tr > th .orderByField .orderByAscendant:before {
  content: "\e8c4";
}
#wrap table > thead > tr > th .orderByField .orderByDescendant:before {
  content: "\e89f";
}
#wrap table > thead > tr > th span.help-inline {
  position: absolute;
  top: 2px;
  left: 8px;
  color: red;
  z-index: 999;
}
#wrap table > thead > tr > th span.help-inline + span {
  position: relative;
  margin-left: 20px;
}
#wrap table > tbody > tr > td > div > input + span,
#wrap table > tbody > tr > td > div > select + span {
  margin: -10px 0 -8px;
}
@media (max-width: 1920px) {
  #wrap .horizontalScroll {
    width: 100%;
    overflow-x: scroll;
    min-height: 8px;
  }
  #wrap .horizontalScroll div {
    height: 1px;
  }
  #wrap .table-responsive {
    position: relative;
    width: 100%;
    min-width: 100%;
    min-height: 52px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    clear: both;
    border: 1px solid #cccccc;
    border-color: #eaeaea !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  #wrap .table-responsive.overflowhidden {
    overflow-x: hidden;
  }
  #wrap .table-responsive > .table,
  #wrap .table-responsive > div > .table {
    margin-bottom: 0;
  }
  #wrap .table-responsive > .table > thead > tr > th,
  #wrap .table-responsive > div > .table > thead > tr > th,
  #wrap .table-responsive > .table > tbody > tr > th,
  #wrap .table-responsive > div > .table > tbody > tr > th,
  #wrap .table-responsive > .table > tfoot > tr > th,
  #wrap .table-responsive > div > .table > tfoot > tr > th,
  #wrap .table-responsive > .table > thead > tr > td,
  #wrap .table-responsive > div > .table > thead > tr > td,
  #wrap .table-responsive > .table > tbody > tr > td,
  #wrap .table-responsive > div > .table > tbody > tr > td,
  #wrap .table-responsive > .table > tfoot > tr > td,
  #wrap .table-responsive > div > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  #wrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  #wrap .table-responsive > div > .table-bordered > thead > tr > th:first-child,
  #wrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  #wrap .table-responsive > div > .table-bordered > tbody > tr > th:first-child,
  #wrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  #wrap .table-responsive > div > .table-bordered > tfoot > tr > th:first-child,
  #wrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  #wrap .table-responsive > div > .table-bordered > thead > tr > td:first-child,
  #wrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #wrap .table-responsive > div > .table-bordered > tbody > tr > td:first-child,
  #wrap .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  #wrap .table-responsive > div > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 !important;
  }
  #wrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  #wrap .table-responsive > div > .table-bordered > thead > tr > th:last-child,
  #wrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  #wrap .table-responsive > div > .table-bordered > tbody > tr > th:last-child,
  #wrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  #wrap .table-responsive > div > .table-bordered > tfoot > tr > th:last-child,
  #wrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  #wrap .table-responsive > div > .table-bordered > thead > tr > td:last-child,
  #wrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #wrap .table-responsive > div > .table-bordered > tbody > tr > td:last-child,
  #wrap .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  #wrap .table-responsive > div > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 !important;
  }
  #wrap .table-responsive .fcl {
    position: absolute;
    top: -1px;
    left: 0;
    overflow-x: scroll;
    z-index: 2;
  }
  #wrap .table-responsive .fcl .table-bordered {
    border-right: 1px solid #eaeaea !important;
  }
  #wrap .table-responsive .fcr {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow-x: scroll;
    display: block;
    z-index: 1;
  }
  @-moz-document url-prefix() {
    .fcr {
      margin-left: -2px;
    }
  }
  #wrap .table-responsive .fcl,
  #wrap .table-responsive .fcr {
    -ms-overflow-style: none !important;
  }
  #wrap .table-responsive .fcl::-webkit-scrollbar,
  #wrap .table-responsive .fcr::-webkit-scrollbar {
    display: none !important;
  }
  #wrap .table-responsive .fcl th,
  #wrap .table-responsive .fcr th {
    height: 23px !important;
    line-height: 23px !important;
  }
  #wrap .table-responsive .fcl .fixedHeader,
  #wrap .table-responsive .fcr .fixedHeader {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    width: 100%;
    background-color: #f5faff;
    border-bottom: 1px solid #eaeaea;
    line-height: 23px;
    height: 23px;
    z-index: 100;
  }
  #wrap .table-responsive.freezeColumnImage tbody > tr > td {
    height: 57px !important;
  }
  #wrap .tab-content .table-responsive {
    display: inline-table !important;
  }
  #wrap .tab-content .table-responsive span.twitter-typeahead {
    line-height: 26px !important;
  }
  #wrap .tab-content .table-responsive span.twitter-typeahead + span span.help-block {
    position: absolute;
  }
  #wrap .tab-content .table-responsive .fcr {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  #wrap .tab-content [class*="fieldset_GBS"] .table-responsive,
  #wrap .tab-content [class*="fieldset_EVT"] .table-responsive,
  #wrap .tab-content [class*="fieldset_HRSView"] .table-responsive,
  #wrap .tab-content [class*="fieldset_MKYView"] .table-responsive,
  #wrap .tab-content [class*="fieldset_BMAView"] .table-responsive {
    display: inline-block !important;
  }
  #wrap fieldset .table-responsive .fcr,
  #wrap .multiCol-left .table-responsive .fcr,
  #wrap .multiCol-right .table-responsive .fcr,
  #wrap .tabbable .table-responsive .fcr {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 1920px) and (max-height: 999px) {
  #wrap .table-responsive {
    max-height: 762px;
    height: 762px;
  }
}
@media (max-width: 1920px) and (max-height: 989px) {
  #wrap .table-responsive {
    max-height: 752px;
    height: 752px;
  }
}
@media (max-width: 1920px) and (max-height: 979px) {
  #wrap .table-responsive {
    max-height: 742px;
    height: 742px;
  }
}
@media (max-width: 1920px) and (max-height: 969px) {
  #wrap .table-responsive {
    max-height: 732px;
    height: 732px;
  }
}
@media (max-width: 1920px) and (max-height: 959px) {
  #wrap .table-responsive {
    max-height: 722px;
    height: 722px;
  }
}
@media (max-width: 1920px) and (max-height: 949px) {
  #wrap .table-responsive {
    max-height: 712px;
    height: 712px;
  }
}
@media (max-width: 1920px) and (max-height: 939px) {
  #wrap .table-responsive {
    max-height: 702px;
    height: 702px;
  }
}
@media (max-width: 1920px) and (max-height: 929px) {
  #wrap .table-responsive {
    max-height: 692px;
    height: 692px;
  }
}
@media (max-width: 1920px) and (max-height: 919px) {
  #wrap .table-responsive {
    max-height: 682px;
    height: 682px;
  }
}
@media (max-width: 1920px) and (max-height: 909px) {
  #wrap .table-responsive {
    max-height: 672px;
    height: 672px;
  }
}
@media (max-width: 1920px) and (max-height: 899px) {
  #wrap .table-responsive {
    max-height: 662px;
    height: 662px;
  }
}
@media (max-width: 1920px) and (max-height: 889px) {
  #wrap .table-responsive {
    max-height: 652px;
    height: 652px;
  }
}
@media (max-width: 1920px) and (max-height: 879px) {
  #wrap .table-responsive {
    max-height: 642px;
    height: 642px;
  }
}
@media (max-width: 1920px) and (max-height: 869px) {
  #wrap .table-responsive {
    max-height: 632px;
    height: 632px;
  }
}
@media (max-width: 1920px) and (max-height: 859px) {
  #wrap .table-responsive {
    max-height: 622px;
    height: 622px;
  }
}
@media (max-width: 1920px) and (max-height: 849px) {
  #wrap .table-responsive {
    max-height: 612px;
    height: 612px;
  }
}
@media (max-width: 1920px) and (max-height: 839px) {
  #wrap .table-responsive {
    max-height: 602px;
    height: 602px;
  }
}
@media (max-width: 1920px) and (max-height: 829px) {
  #wrap .table-responsive {
    max-height: 592px;
    height: 592px;
  }
}
@media (max-width: 1920px) and (max-height: 819px) {
  #wrap .table-responsive {
    max-height: 582px;
    height: 582px;
  }
}
@media (max-width: 1920px) and (max-height: 809px) {
  #wrap .table-responsive {
    max-height: 572px;
    height: 572px;
  }
}
@media (max-width: 1920px) and (max-height: 799px) {
  #wrap .table-responsive {
    max-height: 562px;
    height: 562px;
  }
}
@media (max-width: 1920px) and (max-height: 789px) {
  #wrap .table-responsive {
    max-height: 552px;
    height: 552px;
  }
}
@media (max-width: 1920px) and (max-height: 779px) {
  #wrap .table-responsive {
    max-height: 542px;
    height: 542px;
  }
}
@media (max-width: 1920px) and (max-height: 769px) {
  #wrap .table-responsive {
    max-height: 532px;
    height: 532px;
  }
}
@media (max-width: 1920px) and (max-height: 759px) {
  #wrap .table-responsive {
    max-height: 522px;
    height: 522px;
  }
}
@media (max-width: 1920px) and (max-height: 749px) {
  #wrap .table-responsive {
    max-height: 512px;
    height: 512px;
  }
}
@media (max-width: 1920px) and (max-height: 739px) {
  #wrap .table-responsive {
    max-height: 502px;
    height: 502px;
  }
}
@media (max-width: 1920px) and (max-height: 729px) {
  #wrap .table-responsive {
    max-height: 492px;
    height: 492px;
  }
}
@media (max-width: 1920px) and (max-height: 719px) {
  #wrap .table-responsive {
    max-height: 482px;
    height: 482px;
  }
}
@media (max-width: 1920px) and (max-height: 709px) {
  #wrap .table-responsive {
    max-height: 472px;
    height: 472px;
  }
}
@media (max-width: 1920px) and (max-height: 699px) {
  #wrap .table-responsive {
    max-height: 462px;
    height: 462px;
  }
}
@media (max-width: 1920px) and (max-height: 689px) {
  #wrap .table-responsive {
    max-height: 452px;
    height: 452px;
  }
}
@media (max-width: 1920px) and (max-height: 679px) {
  #wrap .table-responsive {
    max-height: 442px;
    height: 442px;
  }
}
@media (max-width: 1920px) and (max-height: 669px) {
  #wrap .table-responsive {
    max-height: 432px;
    height: 432px;
  }
}
@media (max-width: 1920px) and (max-height: 659px) {
  #wrap .table-responsive {
    max-height: 422px;
    height: 422px;
  }
}
@media (max-width: 1920px) and (max-height: 649px) {
  #wrap .table-responsive {
    max-height: 412px;
    height: 412px;
  }
}
@media (max-width: 1920px) and (max-height: 639px) {
  #wrap .table-responsive {
    max-height: 402px;
    height: 402px;
  }
}
@media (max-width: 1920px) and (max-height: 629px) {
  #wrap .table-responsive {
    max-height: 392px;
    height: 392px;
  }
}
@media (max-width: 1920px) and (max-height: 619px) {
  #wrap .table-responsive {
    max-height: 382px;
    height: 382px;
  }
}
@media (max-width: 1920px) and (max-height: 609px) {
  #wrap .table-responsive {
    max-height: 372px;
    height: 372px;
  }
}
@media (max-width: 1920px) and (max-height: 599px) {
  #wrap .table-responsive {
    max-height: 362px;
    height: 362px;
  }
}
@media (max-width: 1920px) and (max-height: 589px) {
  #wrap .table-responsive {
    max-height: 352px;
    height: 352px;
  }
}
@media (max-width: 1920px) and (max-height: 579px) {
  #wrap .table-responsive {
    max-height: 342px;
    height: 342px;
  }
}
@media (max-width: 1920px) and (max-height: 569px) {
  #wrap .table-responsive {
    max-height: 332px;
    height: 332px;
  }
}
@media (max-width: 1920px) and (max-height: 559px) {
  #wrap .table-responsive {
    max-height: 322px;
    height: 322px;
  }
}
@media (max-width: 1920px) and (max-height: 549px) {
  #wrap .table-responsive {
    max-height: 312px;
    height: 312px;
  }
}
@media (max-width: 1920px) and (max-height: 539px) {
  #wrap .table-responsive {
    max-height: 302px;
    height: 302px;
  }
}
@media (max-width: 1920px) and (max-height: 529px) {
  #wrap .table-responsive {
    max-height: 292px;
    height: 292px;
  }
}
@media (max-width: 1920px) and (max-height: 519px) {
  #wrap .table-responsive {
    max-height: 282px;
    height: 282px;
  }
}
@media (max-width: 1920px) and (max-height: 509px) {
  #wrap .table-responsive {
    max-height: 272px;
    height: 272px;
  }
}
@media (max-width: 1920px) and (max-height: 499px) {
  #wrap .table-responsive {
    max-height: 262px;
    height: 262px;
  }
}
@media (max-width: 1920px) and (max-height: 489px) {
  #wrap .table-responsive {
    max-height: 252px;
    height: 252px;
  }
}
@media (max-width: 1920px) and (max-height: 479px) {
  #wrap .table-responsive {
    max-height: 242px;
    height: 242px;
  }
}
@media (max-width: 1920px) and (max-height: 469px) {
  #wrap .table-responsive {
    max-height: 232px;
    height: 232px;
  }
}
@media (max-width: 1920px) and (max-height: 459px) {
  #wrap .table-responsive {
    max-height: 222px;
    height: 222px;
  }
}
@media (max-width: 1920px) and (max-height: 449px) {
  #wrap .table-responsive {
    max-height: 212px;
    height: 212px;
  }
}
@media (max-width: 1920px) and (max-height: 439px) {
  #wrap .table-responsive {
    max-height: 202px;
    height: 202px;
  }
}
@media (max-width: 1920px) and (max-height: 429px) {
  #wrap .table-responsive {
    max-height: 192px;
    height: 192px;
  }
}
@media (max-width: 1920px) and (max-height: 419px) {
  #wrap .table-responsive {
    max-height: 182px;
    height: 182px;
  }
}
@media (max-width: 1920px) and (max-height: 409px) {
  #wrap .table-responsive {
    max-height: 172px;
    height: 172px;
  }
}
@media (max-width: 1920px) and (max-height: 399px) {
  #wrap .table-responsive {
    max-height: 162px;
    height: 162px;
  }
}
@media (max-width: 1920px) and (max-height: 389px) {
  #wrap .table-responsive {
    max-height: 152px;
    height: 152px;
  }
}
@media (max-width: 1920px) and (max-height: 379px) {
  #wrap .table-responsive {
    max-height: 142px;
    height: 142px;
  }
}
@media (max-width: 1920px) and (max-height: 369px) {
  #wrap .table-responsive {
    max-height: 132px;
    height: 132px;
  }
}
@media (max-width: 1920px) and (max-height: 359px) {
  #wrap .table-responsive {
    max-height: 122px;
    height: 122px;
  }
}
@media (max-width: 1920px) and (max-height: 349px) {
  #wrap .table-responsive {
    max-height: 112px;
    height: 112px;
  }
}
@media (max-width: 1920px) and (max-height: 339px) {
  #wrap .table-responsive {
    max-height: 102px;
    height: 102px;
  }
}
@media (max-width: 1920px) and (max-height: 329px) {
  #wrap .table-responsive {
    max-height: 92px;
    height: 92px;
  }
}
@media (max-width: 1920px) and (max-height: 319px) {
  #wrap .table-responsive {
    max-height: 82px;
    height: 82px;
  }
}
@media (max-width: 1920px) and (max-height: 309px) {
  #wrap .table-responsive {
    max-height: 72px;
    height: 72px;
  }
}
@media (max-width: 1920px) and (max-height: 299px) {
  #wrap .table-responsive {
    max-height: 62px;
    height: 62px;
  }
}
@media (max-width: 1920px) and (max-height: 289px) {
  #wrap .table-responsive {
    max-height: 52px;
    height: 52px;
  }
}
@media (max-width: 1920px) and (max-height: 279px) {
  #wrap .table-responsive {
    max-height: 42px;
    height: 42px;
  }
}
@media (max-width: 1920px) and (max-height: 269px) {
  #wrap .table-responsive {
    max-height: 32px;
    height: 32px;
  }
}
@media (max-width: 1920px) and (max-height: 999px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 762px !important;
    height: 762px !important;
  }
}
@media (max-width: 1920px) and (max-height: 979px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 742px !important;
    height: 742px !important;
  }
}
@media (max-width: 1920px) and (max-height: 959px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 722px !important;
    height: 722px !important;
  }
}
@media (max-width: 1920px) and (max-height: 939px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 702px !important;
    height: 702px !important;
  }
}
@media (max-width: 1920px) and (max-height: 919px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 682px !important;
    height: 682px !important;
  }
}
@media (max-width: 1920px) and (max-height: 899px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 662px !important;
    height: 662px !important;
  }
}
@media (max-width: 1920px) and (max-height: 879px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 642px !important;
    height: 642px !important;
  }
}
@media (max-width: 1920px) and (max-height: 859px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 622px !important;
    height: 622px !important;
  }
}
@media (max-width: 1920px) and (max-height: 839px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 602px !important;
    height: 602px !important;
  }
}
@media (max-width: 1920px) and (max-height: 819px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 582px !important;
    height: 582px !important;
  }
}
@media (max-width: 1920px) and (max-height: 799px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 562px !important;
    height: 562px !important;
  }
}
@media (max-width: 1920px) and (max-height: 779px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 542px !important;
    height: 542px !important;
  }
}
@media (max-width: 1920px) and (max-height: 759px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 522px !important;
    height: 522px !important;
  }
}
@media (max-width: 1920px) and (max-height: 739px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 502px !important;
    height: 502px !important;
  }
}
@media (max-width: 1920px) and (max-height: 719px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 482px !important;
    height: 482px !important;
  }
}
@media (max-width: 1920px) and (max-height: 699px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 462px !important;
    height: 462px !important;
  }
}
@media (max-width: 1920px) and (max-height: 679px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 442px !important;
    height: 442px !important;
  }
}
@media (max-width: 1920px) and (max-height: 659px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 422px !important;
    height: 422px !important;
  }
}
@media (max-width: 1920px) and (max-height: 639px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 402px !important;
    height: 402px !important;
  }
}
@media (max-width: 1920px) and (max-height: 619px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 382px !important;
    height: 382px !important;
  }
}
@media (max-width: 1920px) and (max-height: 599px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 362px !important;
    height: 362px !important;
  }
}
@media (max-width: 1920px) and (max-height: 579px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 342px !important;
    height: 342px !important;
  }
}
@media (max-width: 1920px) and (max-height: 559px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 322px !important;
    height: 322px !important;
  }
}
@media (max-width: 1920px) and (max-height: 539px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 302px !important;
    height: 302px !important;
  }
}
@media (max-width: 1920px) and (max-height: 519px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 282px !important;
    height: 282px !important;
  }
}
@media (max-width: 1920px) and (max-height: 499px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 262px !important;
    height: 262px !important;
  }
}
@media (max-width: 1920px) and (max-height: 479px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 242px !important;
    height: 242px !important;
  }
}
@media (max-width: 1920px) and (max-height: 459px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 222px !important;
    height: 222px !important;
  }
}
@media (max-width: 1920px) and (max-height: 439px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 202px !important;
    height: 202px !important;
  }
}
@media (max-width: 1920px) and (max-height: 419px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 182px !important;
    height: 182px !important;
  }
}
@media (max-width: 1920px) and (max-height: 399px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 162px !important;
    height: 162px !important;
  }
}
@media (max-width: 1920px) and (max-height: 379px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 142px !important;
    height: 142px !important;
  }
}
@media (max-width: 1920px) and (max-height: 359px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 122px !important;
    height: 122px !important;
  }
}
@media (max-width: 1920px) and (max-height: 339px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 102px !important;
    height: 102px !important;
  }
}
@media (max-width: 1920px) and (max-height: 319px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 82px !important;
    height: 82px !important;
  }
}
@media (max-width: 1920px) and (max-height: 299px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 62px !important;
    height: 62px !important;
  }
}
@media (max-width: 1920px) and (max-height: 279px) {
  #wrap fieldset .table-responsive,
  #wrap .multiCol-left .table-responsive,
  #wrap .multiCol-right .table-responsive,
  #wrap .tabbable .table-responsive {
    max-height: 42px !important;
    height: 42px !important;
  }
}
#wrap .searchBar {
  position: relative;
  z-index: 5;
  margin: 12px 0 0 10px;
}
#wrap .searchBar.advanced {
  padding: 0 0 40px;
  margin-right: 15px;
  margin-top: 0;
}
#wrap .searchBar.advanced.flow .control-group .control-label {
  width: auto !important;
}
#wrap .searchBar.advanced.flow .control-group .controls {
  width: auto !important;
}
#wrap .searchBar.advanced.flow .control-group .controls input,
#wrap .searchBar.advanced.flow .control-group .controls textarea,
#wrap .searchBar.advanced.flow .control-group .controls select {
  width: 150px !important;
}
#wrap .searchBar.advanced.flow fieldset > div > span {
  float: left;
  max-height: 35px;
}
#wrap .searchBar.advanced .btn-default {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 3px 30px !important;
  min-width: 80px;
}
#wrap .searchBar.advanced .btn-default + .btn-default {
  left: 85px;
}
#wrap .searchBar.advanced .help-inline {
  position: absolute;
  top: 8px;
  left: 10px !important;
  color: red;
  z-index: 999;
}
#wrap .searchBar.advanced .control-group {
  width: 100% !important;
}
#wrap .searchBar.advanced .control-group .control-label {
  width: 18.5% !important;
  margin-right: 1% !important;
}
#wrap .searchBar.advanced .control-group .controls {
  width: 76.6% !important;
}
#wrap .searchBar.advanced .no-padding .control-group {
  margin-right: 4% !important;
  width: 46% !important;
}
#wrap .searchBar.advanced .no-padding .control-group .control-label {
  width: 40% !important;
  margin-right: 1.6% !important;
  border-left: 5px solid #2b9adf !important;
}
#wrap .searchBar.advanced .no-padding .control-group .controls {
  width: 58.4% !important;
}
@media (max-width: 992px) {
  #wrap .searchBar.advanced .control-group {
    width: 100% !important;
  }
  #wrap .searchBar.advanced .control-group .control-label,
  #wrap .searchBar.advanced .control-group .controls {
    margin-bottom: 10px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
#wrap .searchBar form:before,
#wrap .searchBar form:after {
  content: " ";
  display: table;
}
#wrap .searchBar form:after {
  clear: both;
}
#wrap .searchBar form:before,
#wrap .searchBar form:after {
  content: " ";
  display: table;
}
#wrap .searchBar form:after {
  clear: both;
}
#wrap .searchBar:before,
#wrap .searchBar:after {
  content: " ";
  display: table;
}
#wrap .searchBar:after {
  clear: both;
}
#wrap .searchBar:before,
#wrap .searchBar:after {
  content: " ";
  display: table;
}
#wrap .searchBar:after {
  clear: both;
}
#wrap .searchBar .control-group {
  margin-right: 5px;
  width: 250px;
  min-width: 13%;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
#wrap .searchBar .control-group .controls {
  width: 100% !important;
}
#wrap .searchBar .btn-default {
  padding: 3px 10px !important;
  float: left;
  margin-right: 5px;
  min-width: 40px;
  margin-top: 3px;
}
#wrap .searchBar .advanced-search {
  position: absolute;
  background-color: #fff;
  top: 90%;
  left: 0;
  padding: 20px 10px 40px;
  border: 1px solid #cccccc;
  width: 550px;
  /* range-field */
}
#wrap .searchBar .advanced-search:before,
#wrap .searchBar .advanced-search:after {
  content: " ";
  display: table;
}
#wrap .searchBar .advanced-search:after {
  clear: both;
}
#wrap .searchBar .advanced-search:before,
#wrap .searchBar .advanced-search:after {
  content: " ";
  display: table;
}
#wrap .searchBar .advanced-search:after {
  clear: both;
}
#wrap .searchBar .advanced-search .advanced-search-cancel {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #6f6f6f;
}
#wrap .searchBar .advanced-search .advanced-search-cancel:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#wrap .searchBar .advanced-search .btn-position {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
#wrap .searchBar .advanced-search .btn-position:before,
#wrap .searchBar .advanced-search .btn-position:after {
  content: " ";
  display: table;
}
#wrap .searchBar .advanced-search .btn-position:after {
  clear: both;
}
#wrap .searchBar .advanced-search .btn-position:before,
#wrap .searchBar .advanced-search .btn-position:after {
  content: " ";
  display: table;
}
#wrap .searchBar .advanced-search .btn-position:after {
  clear: both;
}
#wrap .searchBar .advanced-search .btn-position .btn-default {
  float: left;
  min-width: 80px;
}
#wrap .searchBar .advanced-search .control-group > .control-label {
  padding-left: 0 !important;
}
#wrap .searchBar .advanced-search .control-group .help-inline {
  left: -8px !important;
}
#wrap .searchBar .advanced-search .control-group {
  margin-right: 0 !important;
  width: 100% !important;
  min-width: 13%;
  display: inline-block !important;
}
#wrap .searchBar .advanced-search .control-group .control-label {
  width: 100% !important;
  padding-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
}
#wrap .searchBar .advanced-search .control-group .controls {
  width: 100% !important;
  line-height: 32px !important;
}
#wrap .searchBar .advanced-search .range-field > input,
#wrap .searchBar .advanced-search .range-field > div {
  display: inline-block !important;
  width: 48% !important;
}
#wrap .searchBar .advanced-search .range-field > span {
  display: inline-block;
  width: 3%;
  text-align: center;
  margin: 0 -4px;
}
#wrap .searchBar .advanced-search.max-width {
  width: 700px !important;
}
#wrap .searchBar .advanced-search.max-width .control-group {
  margin-right: 0 !important;
  margin-left: 5px !important;
  width: 49% !important;
  min-width: 13%;
  display: inline-block;
}
#wrap .searchBar .advanced-search.max-width .control-group .control-label {
  width: 100%;
  padding-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
}
#wrap .searchBar .advanced-search.max-width .control-group .controls {
  width: 100% !important;
  line-height: 32px !important;
}
#wrap .searchBar > form > span {
  width: 100%;
  line-height: 15px;
  font-size: 12px;
  float: left;
  margin-bottom: 5px;
  margin-top: -5px;
  color: #999;
}
#wrap .searchBar > .advanced-search > span {
  width: auto !important;
  top: 15px !important;
  left: 5px !important;
}
#wrap .btnBar {
  margin: 0 10px;
  display: block;
}
#wrap .btnBar:before,
#wrap .btnBar:after {
  content: " ";
  display: table;
}
#wrap .btnBar:after {
  clear: both;
}
#wrap .btnBar:before,
#wrap .btnBar:after {
  content: " ";
  display: table;
}
#wrap .btnBar:after {
  clear: both;
}
#wrap .btnBar .btn {
  position: relative;
  margin-bottom: 5px;
}
#wrap .btnBar .btn-default {
  padding: 0px 3px !important;
}
#wrap #menu {
  background-color: #fefefe;
  position: fixed;
  width: 202px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1002;
  border-right: 2px solid #EEEEEE;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ----------------------debugger---------------------- */
  /* ----------------------func-filter---------------------- */
  /* ----------------------menu logo---------------------- */
  /* ----------------------menu group-box---------------------- */
  /* ----------------------menu menu-box---------------------- */
  /* ----------------------menu group-list list-open-right---------------------- */
  /* ----------------------menu footer---------------------- */
}
#wrap #menu:after,
#wrap #menu:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap #menu .debugger.btn,
#wrap #menu .func-filter {
  position: fixed;
  bottom: 10px;
  left: -100px;
  background-color: #666;
  color: #fff;
  z-index: 5;
}
#wrap #menu .debugger.btn.on,
#wrap #menu .func-filter.on {
  background-color: #bd4247;
  left: -8px;
}
#wrap #menu .debugger.btn:hover,
#wrap #menu .func-filter:hover {
  transition: all 0.2s;
  left: -8px;
}
#wrap #menu .func-filter {
  bottom: 50px;
  z-index: 5;
  background-color: #999;
  padding: 0 10px;
  font-size: 13px;
  transition: all 0.2s;
  display: table !important;
}
#wrap #menu .func-filter:hover,
#wrap #menu .func-filter.show {
  left: 0;
  display: table !important;
}
#wrap #menu .func-filter input {
  display: table-cell !important;
  border: none !important;
  background-color: #999;
  outline: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 32px !important;
  margin: 0 6px !important;
  box-shadow: none !important;
}
#wrap #menu .func-filter label {
  display: table-cell !important;
  width: 30px !important;
}
#wrap #menu .func-filter span {
  display: table-cell !important;
}
#wrap #menu .floating-label-container {
  position: relative;
}
#wrap #menu #logo {
  position: relative;
  float: left;
  width: 200px;
  padding: 10px;
  text-align: center;
}
#wrap #menu #logo:after,
#wrap #menu #logo:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap #menu #logo .logo-img {
  width: 180px;
  height: 50px;
}
#wrap #menu #logo .group-img.single-tenant > img {
  width: 180px;
}
#wrap #menu .group-box {
  position: relative;
  float: left;
  width: 200px;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
#wrap #menu .group-box:after,
#wrap #menu .group-box:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap #menu .group-box .menu-btn {
  position: relative;
  margin: 5px 0;
  list-style-type: none;
  line-height: 30px;
  font-size: 11px;
  /* ----------------------menu group-name---------------------- */
  /* ----------------------menu icon-users---------------------- */
  /* ----------------------menu icon-right-open---------------------- */
}
#wrap #menu .group-box .menu-btn:after,
#wrap #menu .group-box .menu-btn:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap #menu .group-box .menu-btn a.group-name {
  font-size: 11px;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 30px;
  color: #3d3d3d;
  cursor: pointer;
}
#wrap #menu .group-box .menu-btn a.group-name:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #F7F7F7;
}
#wrap #menu .group-box .menu-btn .icon-users {
  float: left;
  margin-right: 5px;
  color: #3399cc;
  font-size: 20px;
}
#wrap #menu .group-box .menu-btn .icon-right-open {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
}
#wrap #menu .menu-box {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  padding: 0;
  /* ----------------------menu menu-btn---------------------- */
  /* ----------------------menu list-name---------------------- */
  /* ----------------------menu icon-right-open icon-down-open---------------------- */
  /* ----------------------menu list-open---------------------- */
}
#wrap #menu .menu-box .menu-btn {
  margin: 5px 0;
  list-style-type: none;
  line-height: 30px;
}
#wrap #menu .menu-box .menu-btn > .list-name {
  width: 180px !important;
}
#wrap #menu .menu-box .menu-btn.menu-line {
  border-top: 2px dotted #cccccc;
  margin-top: 9px;
  padding-top: 9px;
}
#wrap #menu .menu-box .menu-btn ul {
  padding: 0;
}
#wrap #menu .menu-box a.list-name {
  position: relative;
  width: 200px;
  font-size: 15px;
  display: block;
  text-decoration: none;
  line-height: 30px;
  color: #3d3d3d;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
#wrap #menu .menu-box a.list-name:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #F7F7F7;
}
#wrap #menu .menu-box a.list-name .resize-icon {
  float: none;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#wrap #menu .menu-box [class*="icon-"] {
  float: left;
  margin: 0 7px;
  position: relative;
  z-index: 2;
}
#wrap #menu .menu-box [class*="icon-"]:before {
  width: auto !important;
  margin: 0 !important;
}
#wrap #menu .menu-box .list-open {
  position: relative;
  display: block;
  padding: 0;
  margin: 5px 0 0;
  min-height: 20px;
  font-weight: normal;
  list-style-type: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ----------------------menu list-name---------------------- */
}
#wrap #menu .menu-box .list-open:after,
#wrap #menu .menu-box .list-open:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap #menu .menu-box .list-open a.list-name {
  cursor: pointer;
  font-size: 14px;
}
#wrap #menu .menu-box .list-open ul {
  margin-left: 15px;
  padding: 0;
  display: none;
}
#wrap #menu .menu-box .list-open ul li {
  list-style-type: none;
  line-height: 17px;
}
#wrap #menu .menu-box .list-open ul li a {
  position: relative;
  font-size: 12px;
  list-style-type: circle;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #3d3d3d;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 5px 0;
}
#wrap #menu .menu-box .list-open ul li a:hover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  margin-left: 3px;
  color: #3399cc;
}
#wrap #menu .menu-box .list-open ul li a [class*="icon-"] {
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 5px;
}
#wrap #menu .menu-box .list-open ul li a span {
  padding-left: 20px;
  display: block;
}
#wrap #menu .menu-box .list-open ul li .active {
  list-style-type: disc;
  color: #3399cc;
}
#wrap #menu .menu-box .open {
  background-color: #F7F7F7;
}
#wrap #menu .group-list {
  background: #fff;
  position: absolute;
  z-index: 1010;
  top: -2px;
  line-height: 30px;
  left: 185px;
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
  border: 1px solid #cccccc;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#wrap #menu .group-list .right-content {
  list-style-type: none;
  min-height: 30px;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  padding: 0;
}
#wrap #menu .group-list .right-content .arrow,
#wrap #menu .group-list .right-content .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#wrap #menu .group-list .right-content .arrow {
  border-width: 11px;
}
#wrap #menu .group-list .right-content .arrow:after {
  border-width: 10px;
  content: "";
}
#wrap #menu .group-list .right-content .arrow {
  top: 16px;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cccccc;
}
#wrap #menu .group-list .right-content .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
#wrap #menu .group-list .right-content .menu-btn {
  position: relative;
  margin: 0;
  list-style-type: none;
  line-height: 30px;
  font-size: 11px;
  display: block;
  padding: 0;
}
#wrap #menu .group-list .right-content .menu-btn:after,
#wrap #menu .group-list .right-content .menu-btn:before {
  content: ' ';
  clear: both;
  display: inline;
}
#wrap #menu .group-list .right-content .menu-btn a.group-name {
  padding: 0 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #3d3d3d;
  font-size: 13px;
}
#wrap #menu footer {
  position: absolute;
  bottom: 0;
  opacity: 1;
  background: url(../images/menu_bg.jpg);
}
#wrap #menu footer a {
  cursor: pointer;
  text-decoration: none;
  color: #3d3d3d;
}
#wrap #menu footer a i {
  font-size: 23px;
}
#wrap #title-bar {
  position: fixed;
  background-color: #fefefe;
  width: 100%;
  padding-left: 200px;
  z-index: 1001;
  display: inline;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ----------------------function---------------------- */
  /* ----------------------breadcrumbs-bar---------------------- */
}
#wrap #title-bar:after,
#wrap #title-bar:before {
  content: ' ';
  clear: both;
}
#wrap #title-bar .function {
  position: relative;
  height: 31px;
  width: 100%;
  z-index: 2000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccccce;
  /* ----------------------loading-area---------------------- */
  /* ----------------------profile-btn---------------------- */
}
#wrap #title-bar .function:after,
#wrap #title-bar .function:before {
  content: ' ';
  clear: both;
}
#wrap #title-bar .function .function-btn {
  margin: 0 2px;
  padding: 0;
  float: left;
  line-height: 27px;
  border-top: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#wrap #title-bar .function .function-btn a,
#wrap #title-bar .function .function-btn span,
#wrap #title-bar .function .function-btn i {
  cursor: pointer;
  text-decoration: none;
  color: #3d3d3d;
  font-weight: bolder;
  font-size: 14px;
  display: inline-block;
}
#wrap #title-bar .function .function-btn a {
  width: 100%;
  padding: 0 10px;
}
#wrap #title-bar .function .function-btn:hover {
  border-top: 3px solid #3399cc;
}
#wrap #title-bar .function .function-btn ul.dropdown-menu {
  margin-top: -2px;
}
#wrap #title-bar .function .function-btn ul.dropdown-menu li {
  line-height: 27px;
}
#wrap #title-bar .function .function-btn ul.dropdown-menu li a {
  line-height: 27px;
}
#wrap #title-bar .function .active {
  border-top: 3px solid #3399cc;
}
#wrap #title-bar .function .loading-area {
  position: absolute;
  top: -8px;
  left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
#wrap #title-bar .function .profile-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 250px;
}
#wrap #title-bar .function .profile-btn:after,
#wrap #title-bar .function .profile-btn:before {
  content: ' ';
  clear: both;
}
#wrap #title-bar .function .profile-btn .profile-img {
  float: left;
  padding-top: 3px;
  width: 50px;
  height: 46px;
  cursor: default;
}
#wrap #title-bar .function .profile-btn .profile-name {
  float: left;
  padding: 0;
  margin: 0;
  width: calc(100% - 50px);
  height: 46px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#wrap #title-bar .function .profile-btn .profile-name > span {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#wrap #title-bar .function .profile-btn .profile-name > i {
  width: 20px;
  margin-right: 10px;
}
#wrap #title-bar .function .profile-btn .profile-list {
  background-color: #fefefe;
  clear: both;
  list-style-type: none;
  text-align: center;
  border: 0;
  border-width: 0;
  overflow: visible;
  padding: 0;
  margin: 0;
}
#wrap #title-bar .function .profile-btn .profile-list .menu-list {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 34px;
  border-top: 1px solid #f1f1f1;
}
#wrap #title-bar .function .profile-btn .profile-list .menu-list a.list-name {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3399cc;
  cursor: pointer;
}
#wrap #title-bar .function .profile-btn .profile-list .menu-list a.list-name.logout-color {
  color: #ee4f7e;
}
#wrap #title-bar .function .profile-btn .profile-list .menu-list a.list-name:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fafafa;
}
#wrap #title-bar ol.breadcrumbs-bar {
  width: 100%;
  height: 26px;
  padding: 3px 0;
  line-height: 26px;
  z-index: 9999;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  border-radius: 0px;
}
#wrap #title-bar ol.breadcrumbs-bar li {
  cursor: default;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 15px;
}
#wrap #title-bar ol.breadcrumbs-bar li a {
  display: block;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
  cursor: default;
  color: #3d3d3d;
}
#wrap #title-bar ol.breadcrumbs-bar li a:hover {
  color: #333;
}
#wrap #title-bar ol.breadcrumbs-bar li + li:before {
  content: " ";
  position: absolute;
  left: -10px;
  top: 0;
  background: url(../images/breadcrumbs.gif) no-repeat;
  width: 7px;
  height: 30px;
  color: #cccccc;
}
#wrap #content {
  background-color: #F7F7F7;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 200px;
  padding-top: 59px;
  margin: 0 0 -25px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ----------------------main---------------------- */
}
#wrap #content:after,
#wrap #content:before {
  content: ' ';
  clear: both;
  display: block;
}
#wrap #content .alert-dismissable {
  margin: 15px 60px 0 15px;
}
#wrap #content .helpinfo {
  position: fixed;
  top: 52px;
  right: 40px;
  font-size: 24px;
  z-index: 1000;
}
#wrap #content .helpinfo a {
  color: #9E9E9E;
}
#wrap #content .helpinfo a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#wrap #content #main {
  margin: 0;
  padding: 0 25px 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#wrap #content #main:after,
#wrap #content #main:before {
  content: ' ';
  clear: both;
  display: table;
}
#wrap footer {
  border-top: 1px solid #ccc;
  background: transparent;
}
/* ----------------------footer---------------------- */
footer {
  width: 100%;
  background: rgba(115, 199, 243, 0.5);
  text-align: center;
  position: relative;
  opacity: 0.7;
  height: 20px;
  line-height: 20px;
  z-index: 9;
}
/* For canvas page */
.canvas-frame {
  min-width: auto;
}
.canvas-frame #wrap #content {
  height: calc(100% - 26px);
  padding: 0px;
}
.canvas-frame #wrap #content .helpinfo {
  top: 21px;
}
.canvas-frame #wrap #content #main {
  padding: 0 10px;
}
.canvas-frame #wrap #title-bar {
  position: static;
  padding-left: 0px;
  display: block;
}
.canvas-frame #wrap #title-bar .breadcrumbs-bar {
  background: #f7f7f7;
  border: none !important;
}
/* ----------------------wrap---------------------- */
#help {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#help .navbar {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #f3f3f3;
  z-index: 2;
}
#help .navbar .navbar-header {
  width: 300px;
}
#help .navbar .navbar-brand {
  position: relative;
}
#help .navbar .navbar-header > .navbar-brand > div {
  float: left;
}
#help .navbar .navbar-header > .navbar-brand > div.help-title {
  position: absolute;
  display: table;
  width: 100%;
  top: 22px;
  left: 225px;
  font-size: 30px;
  line-height: 30px;
  color: #388EE4;
  cursor: default;
}
#help .navbar .navbar-header > .navbar-brand > div > img {
  width: 170px;
}
#help .navbar .navbar-form {
  margin-top: 18px;
}
#help .content {
  position: relative;
  height: 100%;
  padding-top: 80px;
  z-index: 1;
}
#help .content .leftmanu {
  position: fixed;
  width: 25%;
  position: relative;
  margin-right: 1.5%;
  float: left;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#help .content .leftmanu ul {
  margin: 0;
}
#help .content .leftmanu ul li {
  list-style-type: none;
}
#help .content .leftmanu ul li a {
  display: block;
  padding: 10px 0;
  padding-left: 15px;
  color: #6d83b3;
  font-size: 15px;
  border-bottom: 1px solid #f4f4f4;
}
#help .content .leftmanu ul li a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}
#help .content .leftmanu ul li a.active {
  background-color: #E2E2E2;
  font-weight: bold;
}
#help .content .leftmanu ul li a.apptype {
  font-size: 23px;
  color: #388EE4;
}
#help .content .leftmanu ul li a i {
  float: right;
  margin-right: 10px;
}
#help .content .leftmanu ul li ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
#help .content .leftmanu ul li ul > li {
  list-style-type: disc;
  color: #428DEC;
}
#help .content .leftmanu ul li ul > li a {
  padding: 10px 0;
  padding-left: 15px;
  font-size: 13px;
}
#help .content .contentcontainer {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
iframe:before,
iframe:after {
  content: " ";
  display: table;
}
iframe:after {
  clear: both;
}
iframe:before,
iframe:after {
  content: " ";
  display: table;
}
iframe:after {
  clear: both;
}
/* ----------------------welcome---------------------- */
.welcome-page {
  min-width: 0;
  /* ----------------------font---------------------- */
  /* ----------------------background---------------------- */
  /* ----------------------iconRounded---------------------- */
  /* ----------------------btn---------------------- */
  /* ----------------------p---------------------- */
  /* ----------------------form_box---------------------- */
  /* ----------------------label---------------------- */
}
@media (max-width: 750px) {
  .welcome-page .col-md-4 {
    margin-top: 20px;
  }
}
.welcome-page .iconRounded {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
  margin: 0 auto;
  width: 250px;
  height: 35px;
  display: block;
  border: 2px solid;
  background-color: transparent;
  border-color: #66ccff;
  color: #66ccff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 750px) {
  .welcome-page .iconRounded {
    width: 100%;
  }
}
.welcome-page .loadpage {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #FFF;
  z-index: 10000;
  opacity: .8;
}
.welcome-page .loadpage .loadimg {
  position: absolute;
  top: 46%;
  left: 48%;
  width: 48px;
  height: 48px;
}
.welcome-page .btn-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .welcome-page .btn-box {
    margin: 0;
  }
}
.welcome-page .btn-box:after {
  content: ' ';
  clear: both;
  display: block;
}
.welcome-page a:focus,
.welcome-page button:focus,
.welcome-page a:hover,
.welcome-page button:hover,
.welcome-page a:link,
.welcome-page button:link {
  outline: none;
}
.welcome-page a.btn,
.welcome-page button.btn {
  padding: 6px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  min-width: 100px;
  display: block;
  border-radius: 0;
  border: 2px solid #3399cc;
  color: #3399cc;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.welcome-page a.btn:hover,
.welcome-page button.btn:hover {
  color: #fff;
  background-color: #3399cc;
}
.welcome-page a.btn-link,
.welcome-page button.btn-link {
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  color: #3399cc;
  background-color: transparent;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.welcome-page a.btn-link:hover,
.welcome-page button.btn-link:hover,
.welcome-page a.btn-link:focus,
.welcome-page button.btn-link:focus {
  background-color: transparent;
  color: #3399cc;
}
.welcome-page a.top-style,
.welcome-page button.top-style {
  position: fixed;
  right: 0;
  bottom: -30px;
  border-radius: 0;
  padding: 0 5px;
  line-height: 30px;
  border: 0;
  color: #ffffff;
  background: rgba(115, 199, 243, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.welcome-page a.top-style:hover,
.welcome-page button.top-style:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #3399cc;
}
.welcome-page a.btn-red,
.welcome-page button.btn-red {
  font-size: 100%;
  display: block;
  font-weight: 500;
  padding: 15px;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  background-color: #66ccff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.welcome-page a.btn-red:hover,
.welcome-page button.btn-red:hover {
  text-decoration: none;
  background-color: #3399cc;
}
.welcome-page a.sign-up-btn,
.welcome-page button.sign-up-btn {
  text-decoration: underline;
  color: #cf5f54;
}
.welcome-page p {
  margin: 0 0 15px;
}
.welcome-page p:after,
.welcome-page p:before {
  content: ' ';
  clear: both;
  display: block;
}
@media (max-width: 750px) {
  .welcome-page h3,
  .welcome-page h4 {
    font-size: 13px;
    margin: 10px 0 5px;
  }
}
@media (max-width: 750px) {
  .welcome-page h6 {
    margin: 5px 0;
  }
}
.welcome-page .form_box {
  margin: 15px auto 0;
  width: 100%;
}
@media (max-width: 750px) {
  .welcome-page .form_box {
    width: 210px;
    margin: 0 auto;
  }
}
.welcome-page .form_box .form-group {
  position: relative;
}
@media (max-width: 750px) {
  .welcome-page .form_box .form-group {
    margin-bottom: 5px;
  }
}
.welcome-page .form_box .form-group [class*="icon-"] {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  font-weight: 300;
  font-size: 23px;
  color: #6D6D6D;
}
.welcome-page .form_box .form-group .form-control {
  padding: 0 15px 0 40px;
  height: 30px;
  line-height: 20px;
  border-radius: 0px;
  border: 1px solid #c9c9c9;
}
.welcome-page .form_box .text-link {
  font-size: 13px;
}
.welcome-page label {
  position: relative;
  margin: 3px 15px 0 0;
  padding: 0 0 0 5px;
  line-height: 25px;
  font-size: 13px;
  cursor: pointer;
}
.welcome-page label [class*="icon-"] {
  left: -5px;
}
.welcome-page label.text-link {
  text-decoration: underline;
}
/* ----------------------navbar---------------------- */
#main-nav {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#main-nav .sky-container {
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  #main-nav .sky-container {
    padding: 5px 15px;
  }
}
#main-nav .sky-container .navbar-nav {
  display: none;
}
#main-nav .sky-container .navbar-default {
  background: none;
  border: none;
}
#main-nav .navbar-brand {
  padding: 0;
  max-width: 120px;
  min-height: 27px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#main-nav .navbar-brand img {
  width: 100%;
}
#main-nav .lang-icon {
  padding: 15px 0 15px 15px;
}
#main-nav .lang-icon a {
  background-color: #ffffff;
  font-size: 15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #3399cc;
  display: block;
  float: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#main-nav .lang-icon a:hover,
#main-nav .lang-icon a.active {
  background-color: #3399cc;
  color: #ffffff;
}
@media (max-width: 750px) {
  #main-nav .navbar-header {
    float: left;
  }
  #main-nav .collapse {
    display: block !important;
    padding: 0;
    border: 0;
  }
  #main-nav .collapse .lang-icon {
    padding: 8px 0 8px 0;
  }
}
#main-nav.scrolled {
  background: rgba(115, 199, 243, 0.5);
  border-width: 0;
}
#main-nav.scrolled:hover {
  background: #73c7f3;
}
@media (max-width: 750px) {
  #main-nav.scrolled .navbar-brand {
    margin-top: 0 !important;
  }
}
#main-nav.scrolled .nav a {
  color: #ffffff;
  padding: 10px;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#main-nav.scrolled .nav a:hover,
#main-nav.scrolled .nav a.active {
  color: #3399cc;
}
#main-nav.scrolled .sky-container {
  padding: 5px 15px;
}
@media (max-width: 750px) {
  #main-nav.scrolled .sky-container .navbar-header {
    float: left;
  }
  #main-nav.scrolled .sky-container .collapse {
    display: block !important;
    padding: 0;
    border: 0;
  }
  #main-nav.scrolled .sky-container .collapse .lang-icon {
    padding: 2px 0 0 0;
  }
  #main-nav.scrolled .sky-container .navbar-nav {
    display: none !important;
  }
}
#main-nav.scrolled .sky-container .navbar-nav {
  display: block;
}
#main-nav.scrolled .lang-icon {
  padding: 8px 0 8px 8px;
}
/* ----------------------home---------------------- */
header.jumbotron {
  background: #ffffff;
  padding: 0;
}
header.jumbotron #account .account-box {
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
header.jumbotron #account .account-box:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
header.jumbotron #account .account-box .auto-high {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
header.jumbotron #account .account-box .col-md-5 p.responsive_img {
  width: 100%;
  margin-top: 25px;
  float: left;
  display: block;
}
header.jumbotron #account .account-box .col-md-5 p.responsive_img img {
  width: 445px;
}
header.jumbotron #account .account-box .col-md-5 p.app_btn {
  width: 100%;
  margin: 0 0 10px;
  float: left;
  display: block;
}
header.jumbotron #account .account-box .col-md-5 p.app_btn a {
  display: block;
  width: 150px;
  float: left;
  margin-right: 15px;
}
header.jumbotron #account .account-box .col-md-5 p.app_btn a img {
  width: 150px;
  display: block;
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .col-md-5 {
    display: none;
  }
}
header.jumbotron #account .account-box .img-ctrl {
  margin-top: 80px;
}
header.jumbotron #account .account-box .logo-box {
  margin: 60px auto 10px;
  display: table;
}
header.jumbotron #account .account-box .icon_box {
  margin: 10px auto 0;
  display: block;
  width: 250px;
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .icon_box {
    width: 100%;
    margin: 0 auto;
  }
}
header.jumbotron #account .account-box .icon_box:after {
  content: ' ';
  clear: both;
  display: block;
}
header.jumbotron #account .account-box .icon_box a {
  float: left;
  margin: 5px 0;
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .icon_box a {
    margin: 2px 0;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }
}
header.jumbotron #account .account-box .icon_box a:hover {
  color: transparent;
}
header.jumbotron #account .account-box .icon_box a.app_btn {
  width: 100%;
  margin: 0 15px 10px 0;
  float: left;
  display: none;
}
header.jumbotron #account .account-box .icon_box a.app_btn img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .icon_box a.app_btn img {
    width: 115px;
    margin: 0 6px;
  }
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  header.jumbotron #account .account-box .icon_box a.app_btn img {
    width: 100px;
    margin: 0 4px;
  }
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .icon_box a.app_btn {
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    width: auto;
  }
}
header.jumbotron #account .account-box .icon_box a .fb_icon {
  border-color: #556fa8;
  color: #556fa8;
}
header.jumbotron #account .account-box .icon_box a .fb_icon:hover {
  color: #ffffff;
  background-color: #556fa8;
  border-color: #556fa8;
}
header.jumbotron #account .account-box .icon_box a .fb_icon:before {
  margin: 0 5px 0 0;
}
header.jumbotron #account .account-box .icon_box a .gplus_icon {
  border-color: #cf5f54;
  color: #cf5f54;
}
header.jumbotron #account .account-box .icon_box a .gplus_icon:hover {
  border-color: #cf5f54;
  color: #ffffff;
  background-color: #cf5f54;
}
header.jumbotron #account .account-box .icon_box a .gplus_icon:before {
  margin: 0 5px 0 0;
}
header.jumbotron #account .account-box .icon_box a .yahoo_icon {
  display: none;
  border-color: #783180;
  color: #783180;
}
header.jumbotron #account .account-box .icon_box a .yahoo_icon:hover {
  border-color: #783180;
  color: #ffffff;
  background-color: #783180;
}
header.jumbotron #account .account-box .icon_box a .yahoo_icon:before {
  margin: 0 5px 0 0;
}
header.jumbotron #account .account-box .line-box {
  margin: 10px auto 0;
  font-size: 23px;
  width: 100%;
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .line-box {
    width: 200px;
    margin: 15px auto 0;
  }
}
header.jumbotron #account .account-box .line-box:after {
  content: ' ';
  clear: both;
  display: block;
}
header.jumbotron #account .account-box .line-box .line-style {
  background: url(../images/line.gif) repeat-x center 15px;
  width: 40%;
  height: 25px;
}
@media (max-width: 750px) {
  header.jumbotron #account .account-box .line-box .line-style {
    width: 75px;
  }
}
header.jumbotron #account .account-box .line-box .line-text {
  width: 20%;
  text-align: center;
  margin: 0 auto;
  line-height: 25px;
}
.minor,
.jumbotron {
  overflow: hidden;
}
.minor .gallery,
.jumbotron .gallery,
.minor .gallery-right,
.jumbotron .gallery-right,
.minor .gallery-left,
.jumbotron .gallery-left {
  display: block;
}
@media (max-width: 1000px) {
  .minor .gallery,
  .jumbotron .gallery,
  .minor .gallery-right,
  .jumbotron .gallery-right,
  .minor .gallery-left,
  .jumbotron .gallery-left {
    display: none;
  }
}
.minor .gallery,
.jumbotron .gallery {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.minor .gallery-right,
.jumbotron .gallery-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.minor .gallery-left,
.jumbotron .gallery-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.minor .container,
.jumbotron .container {
  position: relative;
  z-index: 9;
  height: inherit;
}
@media (max-width: 750px) {
  .minor .container,
  .jumbotron .container {
    width: 100% !important;
  }
}
.minor .container .auto-box,
.jumbotron .container .auto-box {
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
.minor .container .auto-box:before,
.jumbotron .container .auto-box:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.minor .container .auto-box .auto-high,
.jumbotron .container .auto-box .auto-high {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.minor .container .auto-box .auto-high-left,
.jumbotron .container .auto-box .auto-high-left {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding-right: 10%;
}
.minor .container .auto-box .auto-high-right,
.jumbotron .container .auto-box .auto-high-right {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 10%;
}
/* ----------------------error-page---------------------- */
.error-page {
  background-color: #E1ECF7;
  min-width: 0;
}
.error-page .header {
  margin: 10px;
}
.error-page .header img {
  width: 180px;
}
.error-page .content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20%;
  color: #64A8EB;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  /* ----------------------border---------------------- */
}
.error-page .content h1 {
  text-align: center;
  font-size: 20em;
  font-family: Cantarell;
}
.error-page .content h2 {
  font-size: 2.2em;
  font-weight: 700;
}
.error-page .content p {
  font-size: 2em;
}
.error-page .content .btn-group {
  margin-top: 20px;
}
.error-page .content .btn-group button {
  font-size: 1.3em;
  color: #8CC1F5;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.error-page .content .btn-group button:hover,
.error-page .content .btn-group button:focus,
.error-page .content .btn-group button:active {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: none;
  color: #8CC1F5;
  background: transparent;
  border: 1px solid transparent;
}
.error-page .content .btn-group,
.error-page .content .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.error-page .content .btn-group > .btn,
.error-page .content .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.error-page .content .btn-group > .btn:hover,
.error-page .content .btn-group-vertical > .btn:hover,
.error-page .content .btn-group > .btn:focus,
.error-page .content .btn-group-vertical > .btn:focus,
.error-page .content .btn-group > .btn:active,
.error-page .content .btn-group-vertical > .btn:active,
.error-page .content .btn-group > .btn.active,
.error-page .content .btn-group-vertical > .btn.active {
  z-index: 2;
}
.error-page .content .btn-group > .btn:focus,
.error-page .content .btn-group-vertical > .btn:focus {
  outline: none;
}
.error-page .content .btn-group .btn + .btn,
.error-page .content .btn-group .btn + .btn-group,
.error-page .content .btn-group .btn-group + .btn,
.error-page .content .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.error-page .content .btn-toolbar {
  margin-left: -5px;
}
.error-page .content .btn-toolbar .btn-group,
.error-page .content .btn-toolbar .input-group {
  float: left;
}
.error-page .content .btn-toolbar > .btn,
.error-page .content .btn-toolbar > .btn-group,
.error-page .content .btn-toolbar > .input-group {
  margin-left: 5px;
}
.error-page .content .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.error-page .content .btn-group > .btn:first-child {
  margin-left: 0;
}
.error-page .content .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.error-page .content .btn-group > .btn:last-child:not(:first-child),
.error-page .content .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.error-page .content .btn-group > .btn-group {
  float: left;
}
.error-page .content .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.error-page .content .btn-group > .btn-group:first-child > .btn:last-child,
.error-page .content .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.error-page .content .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.error-page .content .btn-group .dropdown-toggle:active,
.error-page .content .btn-group.open .dropdown-toggle {
  outline: 0;
}
.error-page .content .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.error-page .content .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.error-page .content .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.error-page .content .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.error-page .content .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.error-page .content .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.error-page .content .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-page .content .btn .caret {
  margin-left: 0;
}
.error-page .content .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.error-page .content .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.error-page .content .btn-group-vertical > .btn,
.error-page .content .btn-group-vertical > .btn-group,
.error-page .content .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.error-page .content .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.error-page .content .btn-group-vertical > .btn + .btn,
.error-page .content .btn-group-vertical > .btn + .btn-group,
.error-page .content .btn-group-vertical > .btn-group + .btn,
.error-page .content .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.error-page .content .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.error-page .content .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.error-page .content .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.error-page .content .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.error-page .content .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.error-page .content .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.error-page .content .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.error-page .content .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.error-page .content .btn-group-justified > .btn,
.error-page .content .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.error-page .content .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.error-page .content [data-toggle="buttons"] > .btn > input[type="radio"],
.error-page .content [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.error-page .content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 3px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.error-page .content .btn:focus,
.error-page .content .btn:active:focus,
.error-page .content .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.error-page .content .btn:hover,
.error-page .content .btn:focus {
  color: #3d3d3d;
  text-decoration: none;
}
.error-page .content .btn:active,
.error-page .content .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.error-page .content .btn.disabled,
.error-page .content .btn[disabled],
fieldset[disabled] .error-page .content .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-page .content .btn-default {
  color: #3d3d3d;
  background-color: #ffffff;
  border-color: #cccccc;
}
.error-page .content .btn-default:hover,
.error-page .content .btn-default:focus,
.error-page .content .btn-default:active,
.error-page .content .btn-default.active,
.open .dropdown-toggle.error-page .content .btn-default {
  color: #3d3d3d;
  background-color: #ebebeb;
  border-color: #adadad;
}
.error-page .content .btn-default:active,
.error-page .content .btn-default.active,
.open .dropdown-toggle.error-page .content .btn-default {
  background-image: none;
}
.error-page .content .btn-default.disabled,
.error-page .content .btn-default[disabled],
fieldset[disabled] .error-page .content .btn-default,
.error-page .content .btn-default.disabled:hover,
.error-page .content .btn-default[disabled]:hover,
fieldset[disabled] .error-page .content .btn-default:hover,
.error-page .content .btn-default.disabled:focus,
.error-page .content .btn-default[disabled]:focus,
fieldset[disabled] .error-page .content .btn-default:focus,
.error-page .content .btn-default.disabled:active,
.error-page .content .btn-default[disabled]:active,
fieldset[disabled] .error-page .content .btn-default:active,
.error-page .content .btn-default.disabled.active,
.error-page .content .btn-default[disabled].active,
fieldset[disabled] .error-page .content .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.error-page .content .btn-default .badge {
  color: #ffffff;
  background-color: #3d3d3d;
}
.error-page .content .btn-primary {
  color: #ffffff;
  background-color: #6699cc;
  border-color: #538cc6;
}
.error-page .content .btn-primary:hover,
.error-page .content .btn-primary:focus,
.error-page .content .btn-primary:active,
.error-page .content .btn-primary.active,
.open .dropdown-toggle.error-page .content .btn-primary {
  color: #ffffff;
  background-color: #4785c2;
  border-color: #376ea4;
}
.error-page .content .btn-primary:active,
.error-page .content .btn-primary.active,
.open .dropdown-toggle.error-page .content .btn-primary {
  background-image: none;
}
.error-page .content .btn-primary.disabled,
.error-page .content .btn-primary[disabled],
fieldset[disabled] .error-page .content .btn-primary,
.error-page .content .btn-primary.disabled:hover,
.error-page .content .btn-primary[disabled]:hover,
fieldset[disabled] .error-page .content .btn-primary:hover,
.error-page .content .btn-primary.disabled:focus,
.error-page .content .btn-primary[disabled]:focus,
fieldset[disabled] .error-page .content .btn-primary:focus,
.error-page .content .btn-primary.disabled:active,
.error-page .content .btn-primary[disabled]:active,
fieldset[disabled] .error-page .content .btn-primary:active,
.error-page .content .btn-primary.disabled.active,
.error-page .content .btn-primary[disabled].active,
fieldset[disabled] .error-page .content .btn-primary.active {
  background-color: #6699cc;
  border-color: #538cc6;
}
.error-page .content .btn-primary .badge {
  color: #6699cc;
  background-color: #ffffff;
}
.error-page .content .btn-success {
  color: #ffffff;
  background-color: #66cc66;
  border-color: #53c653;
}
.error-page .content .btn-success:hover,
.error-page .content .btn-success:focus,
.error-page .content .btn-success:active,
.error-page .content .btn-success.active,
.open .dropdown-toggle.error-page .content .btn-success {
  color: #ffffff;
  background-color: #47c247;
  border-color: #37a437;
}
.error-page .content .btn-success:active,
.error-page .content .btn-success.active,
.open .dropdown-toggle.error-page .content .btn-success {
  background-image: none;
}
.error-page .content .btn-success.disabled,
.error-page .content .btn-success[disabled],
fieldset[disabled] .error-page .content .btn-success,
.error-page .content .btn-success.disabled:hover,
.error-page .content .btn-success[disabled]:hover,
fieldset[disabled] .error-page .content .btn-success:hover,
.error-page .content .btn-success.disabled:focus,
.error-page .content .btn-success[disabled]:focus,
fieldset[disabled] .error-page .content .btn-success:focus,
.error-page .content .btn-success.disabled:active,
.error-page .content .btn-success[disabled]:active,
fieldset[disabled] .error-page .content .btn-success:active,
.error-page .content .btn-success.disabled.active,
.error-page .content .btn-success[disabled].active,
fieldset[disabled] .error-page .content .btn-success.active {
  background-color: #66cc66;
  border-color: #53c653;
}
.error-page .content .btn-success .badge {
  color: #66cc66;
  background-color: #ffffff;
}
.error-page .content .btn-info {
  color: #ffffff;
  background-color: #66ccff;
  border-color: #4cc4ff;
}
.error-page .content .btn-info:hover,
.error-page .content .btn-info:focus,
.error-page .content .btn-info:active,
.error-page .content .btn-info.active,
.open .dropdown-toggle.error-page .content .btn-info {
  color: #ffffff;
  background-color: #3dbeff;
  border-color: #0fafff;
}
.error-page .content .btn-info:active,
.error-page .content .btn-info.active,
.open .dropdown-toggle.error-page .content .btn-info {
  background-image: none;
}
.error-page .content .btn-info.disabled,
.error-page .content .btn-info[disabled],
fieldset[disabled] .error-page .content .btn-info,
.error-page .content .btn-info.disabled:hover,
.error-page .content .btn-info[disabled]:hover,
fieldset[disabled] .error-page .content .btn-info:hover,
.error-page .content .btn-info.disabled:focus,
.error-page .content .btn-info[disabled]:focus,
fieldset[disabled] .error-page .content .btn-info:focus,
.error-page .content .btn-info.disabled:active,
.error-page .content .btn-info[disabled]:active,
fieldset[disabled] .error-page .content .btn-info:active,
.error-page .content .btn-info.disabled.active,
.error-page .content .btn-info[disabled].active,
fieldset[disabled] .error-page .content .btn-info.active {
  background-color: #66ccff;
  border-color: #4cc4ff;
}
.error-page .content .btn-info .badge {
  color: #66ccff;
  background-color: #ffffff;
}
.error-page .content .btn-warning {
  color: #ffffff;
  background-color: #ffcc66;
  border-color: #ffc34c;
}
.error-page .content .btn-warning:hover,
.error-page .content .btn-warning:focus,
.error-page .content .btn-warning:active,
.error-page .content .btn-warning.active,
.open .dropdown-toggle.error-page .content .btn-warning {
  color: #ffffff;
  background-color: #ffbe3d;
  border-color: #ffaf0f;
}
.error-page .content .btn-warning:active,
.error-page .content .btn-warning.active,
.open .dropdown-toggle.error-page .content .btn-warning {
  background-image: none;
}
.error-page .content .btn-warning.disabled,
.error-page .content .btn-warning[disabled],
fieldset[disabled] .error-page .content .btn-warning,
.error-page .content .btn-warning.disabled:hover,
.error-page .content .btn-warning[disabled]:hover,
fieldset[disabled] .error-page .content .btn-warning:hover,
.error-page .content .btn-warning.disabled:focus,
.error-page .content .btn-warning[disabled]:focus,
fieldset[disabled] .error-page .content .btn-warning:focus,
.error-page .content .btn-warning.disabled:active,
.error-page .content .btn-warning[disabled]:active,
fieldset[disabled] .error-page .content .btn-warning:active,
.error-page .content .btn-warning.disabled.active,
.error-page .content .btn-warning[disabled].active,
fieldset[disabled] .error-page .content .btn-warning.active {
  background-color: #ffcc66;
  border-color: #ffc34c;
}
.error-page .content .btn-warning .badge {
  color: #ffcc66;
  background-color: #ffffff;
}
.error-page .content .btn-danger {
  color: #ffffff;
  background-color: #ff6666;
  border-color: #ff4c4c;
}
.error-page .content .btn-danger:hover,
.error-page .content .btn-danger:focus,
.error-page .content .btn-danger:active,
.error-page .content .btn-danger.active,
.open .dropdown-toggle.error-page .content .btn-danger {
  color: #ffffff;
  background-color: #ff3d3d;
  border-color: #ff0f0f;
}
.error-page .content .btn-danger:active,
.error-page .content .btn-danger.active,
.open .dropdown-toggle.error-page .content .btn-danger {
  background-image: none;
}
.error-page .content .btn-danger.disabled,
.error-page .content .btn-danger[disabled],
fieldset[disabled] .error-page .content .btn-danger,
.error-page .content .btn-danger.disabled:hover,
.error-page .content .btn-danger[disabled]:hover,
fieldset[disabled] .error-page .content .btn-danger:hover,
.error-page .content .btn-danger.disabled:focus,
.error-page .content .btn-danger[disabled]:focus,
fieldset[disabled] .error-page .content .btn-danger:focus,
.error-page .content .btn-danger.disabled:active,
.error-page .content .btn-danger[disabled]:active,
fieldset[disabled] .error-page .content .btn-danger:active,
.error-page .content .btn-danger.disabled.active,
.error-page .content .btn-danger[disabled].active,
fieldset[disabled] .error-page .content .btn-danger.active {
  background-color: #ff6666;
  border-color: #ff4c4c;
}
.error-page .content .btn-danger .badge {
  color: #ff6666;
  background-color: #ffffff;
}
.error-page .content .btn-link {
  color: #6699cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.error-page .content .btn-link,
.error-page .content .btn-link:active,
.error-page .content .btn-link[disabled],
fieldset[disabled] .error-page .content .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-page .content .btn-link,
.error-page .content .btn-link:hover,
.error-page .content .btn-link:focus,
.error-page .content .btn-link:active {
  border-color: transparent;
}
.error-page .content .btn-link:hover,
.error-page .content .btn-link:focus {
  color: #3973ac;
  text-decoration: underline;
  background-color: transparent;
}
.error-page .content .btn-link[disabled]:hover,
fieldset[disabled] .error-page .content .btn-link:hover,
.error-page .content .btn-link[disabled]:focus,
fieldset[disabled] .error-page .content .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.error-page .content .btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.error-page .content .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.error-page .content .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.error-page .content .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.error-page .content .btn-block + .btn-block {
  margin-top: 5px;
}
.error-page .content input[type="submit"].btn-block,
.error-page .content input[type="reset"].btn-block,
.error-page .content input[type="button"].btn-block {
  width: 100%;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 5px;
  line-height: 14px;
}
.form-horizontal .control-group {
  margin-bottom: 5px;
}
.form-horizontal .controls {
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 0px;
}
.tab-content {
  overflow: visible;
  background-color: #F9F9F9;
  border-bottom: 1px solid #ddd;
}
.tab-content > .tab-pane {
  padding: 20px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #f9f9f9;
}
.frameForm {
  position: relative;
}
td.clickable {
  cursor: pointer;
}
.btn .caret {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
}
.username {
  color: #ffffff;
  padding: 10px;
  line-height: 30px;
  float: left;
  font-size: 16px;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e5f5e5;
}
/* searchBar {
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  padding-top:5px;
  margin-bottom:5px;
} */
.searchAdvance {
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
}
.searchAdvance .control-group {
  display: inline-block;
}
/*
.searchAdvance input,
.searchAdvance select,
.searchAdvance .radio,
.searchAdvance .checkbox,
.searchAdvance .btn {
	margin-top: 0px;
}
*/
.table .btn {
  margin-top: 0px;
}
.navbar .nav > li > a {
  padding: 16px 10px 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
.navbar .resultBtn {
  clear: both;
}
.navbar .resultBtn .btn {
  margin-top: 0px;
}
.bodyBase {
  min-width: 1200px;
  position: relative;
}
.serviceList {
  margin: 10px 0px 0px 0px;
}
.menuLv1 {
  min-height: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menuLv2 {
  min-height: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal {
  overflow: visible;
}
.modal-body {
  overflow-y: visible;
}
.datepicker {
  background: url("../images/calendar.png") no-repeat 99%;
}
.collapsable {
  cursor: pointer;
}
.collapsable > span {
  vertical-align: middle;
}
legend > .collapse {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.collapseOpen {
  background: url("../images/minusButton.gif") no-repeat right;
}
.collapseClose {
  background: url("../images/plusButton.gif") no-repeat right;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: -3px;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
.adv li {
  float: left;
  color: white;
  margin-left: 30px;
}
.socialBtn {
  position: relative;
  margin: 0px;
}
.socialBtn span {
  position: absolute;
  left: 80px;
  top: 24px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
[class^="skypagination-"],
[class*=" skypagination-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/pagination.png");
  background-repeat: no-repeat;
}
.skypagination-first {
  background-position: 0px 0px;
}
.skypagination-preSec {
  background-position: -14px 0px;
}
.skypagination-previous {
  background-position: -28px 0px;
}
.skypagination-next {
  background-position: -42px 0px;
}
.skypagination-nextSec {
  background-position: -56px 0px;
}
.skypagination-last {
  background-position: -70px 0px;
}
label {
  cursor: default;
}
#tenantLogo {
  cursor: default;
}
.processingBlock {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10000;
}
.tabbable {
  margin-bottom: 10px;
}
.card-main {
  margin: 0 0 10px;
  padding: 10px 25px 0;
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
}
.card-main:before,
.card-main:after {
  content: " ";
  display: table;
}
.card-main:after {
  clear: both;
}
.card-main:before,
.card-main:after {
  content: " ";
  display: table;
}
.card-main:after {
  clear: both;
}
.card {
  float: left;
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 15px 20px;
}
.card img {
  width: 100%;
  height: 100%;
}
.card .subject {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
  width: 100%;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-align: center;
}
.ui-file-exists,
.ui-file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px #D1D1D1 solid;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px 2px 2px 0;
}
.ui-file-exists.ui-file-50,
.ui-file.ui-file-50 {
  width: 50px;
  height: 50px;
}
.ui-file-exists.img-circle,
.ui-file.img-circle {
  border-radius: 50%;
}
.ui-file-exists img {
  height: 100%;
}
.ui-file-exists .fileName {
  position: absolute;
  top: 30px;
  width: 100%;
  display: block;
  text-align: center;
}
.ui-file-exists .toolBar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
  text-align: center;
}
.ui-file {
  border: 2px #D1D1D1 dashed;
  /* background-image: url(../images/file_add.png);
    background-position: center;
    background-repeat: no-repeat; */
}
.ui-file input[type="file"] {
  bottom: 0;
  cursor: inherit;
  height: 100% !important;
  margin: 0;
  opacity: 0;
  padding: 0 !important;
  position: absolute;
  right: 0;
}
#ForgetPW {
  position: fixed;
  top: 10%;
  z-index: 10000;
}
#loginForm div.modal {
  position: relative;
  margin-top: 50px;
  z-index: 0;
}
#dialogModal {
  z-index: 1070 !important;
}
/*
#feedbackDialog {
	width: 800px;
	left: 25%;
}
*/
#feedbackDialog input {
  width: 100%;
}
#feedbackDialog textarea {
  width: 100%;
  height: 150px;
}
.feedbackBtn {
  position: fixed;
  right: 20px;
  bottom: 0px;
}
.menuItem {
  border-right: 1px solid #1684c2;
}
.menuItem2 {
  border-right: 1px solid #ccc;
  padding: 0 5px;
}
.layout_custMultiCol .tabbable {
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.layout_multiCol .tab-content fieldset {
  float: none;
}
.searchAdvance .form-group {
  display: block;
  margin: 3px;
}
.form-group {
  clear: both;
}
.tilde {
  margin: 0 5px;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.custCss_Create021W3_applyAheadDay,
.custCss_Create021W3_monthlyGrantDay,
.custCss_Update021W3_applyAheadDay,
.custCss_Update021W3_monthlyGrantDay,
.custCss_Update300W2_workHour,
.custCss_Update300W2_beforeNoonFrom,
.custCss_Update300W2_generalLeadTime,
.custCss_Update300W2_longLeaveDay,
.custCss_Update300W2_longLeaveLeadTime,
.custCss_Update300W2_reminderDurationInc {
  /*在欄位後方有文字要讓它折行放這裡*/
}
.custCss_Create021W3_applyAheadDay .controls span,
.custCss_Create021W3_monthlyGrantDay .controls span,
.custCss_Update021W3_applyAheadDay .controls span,
.custCss_Update021W3_monthlyGrantDay .controls span,
.custCss_Update300W2_workHour .controls span,
.custCss_Update300W2_beforeNoonFrom .controls span,
.custCss_Update300W2_generalLeadTime .controls span,
.custCss_Update300W2_longLeaveDay .controls span,
.custCss_Update300W2_longLeaveLeadTime .controls span,
.custCss_Update300W2_reminderDurationInc .controls span {
  display: inherit;
}
/*.fieldset_LVSCreate001W3_createForm {
    input, textarea, select {
        width: 300px !important;
    }
    .custCss_Create001W3_leaveTimeInc {
        > div > div > div {
            float: left;
            width: 100%;
            > div {
                float: left;
                + div {
                    margin-left: 20px;
                }
            }
        }
    }
}*/
.custCss_Create019W3_infoInc span {
  display: block;
  padding: 0 15px;
}
.sky-mobile {
  width: auto !important;
  min-width: 0 !important;
}
.sky-mobile .header {
  width: 170px;
  margin: 10px auto;
}
.sky-mobile .header h1 {
  background: url(../images/buddydo_logo.png) no-repeat;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 180px;
  height: 50px;
}
.sky-mobile .content {
  margin: 50px auto 0;
  width: 270px;
}
.sky-mobile .content p {
  width: 270px;
  margin: 10px 0;
  font-size: 15px;
}
.sky-mobile .content p a img {
  width: 270px;
}
.sky-mobile .content input {
  width: 270px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  margin: 5px 0 0;
}
.sky-mobile .content span.error {
  color: red;
}
.sky-mobile .content button {
  width: 270px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  background: #4fc1e9;
  padding: 5px 0;
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
}
