/*! Amaze UI v2.4.0 | by Amaze UI Team | (c) 2015 AllMobilize, Inc. | Licensed under MIT | 2015-06-01T09:54:08+0800 */
/* ==========================================================================
   Component: Base
 ============================================================================ */
/**
 * Fix the flawed CSS box model - Yes, IE6's box model is better
 * Browser support: IE8+
 * via: http://paulirish.com/2012/box-sizing-border-box-ftw/
 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* normalize.css v3.0.2 | git.io/normalize */
/* Set <html> and <body> to inherit the height of the viewport */
html,
body {
    min-height: 100%;
}
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
 */
html {
    -ms-text-size-adjust: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 1 */
}
/**
 * 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.
 * hgroup has been removed from the HTML5 (W3C) specification
 *        https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
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,
script {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove text-decoration
 */
ins,
a {
    text-decoration: none;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  * remove 2. for Issue #502
  */
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    vertical-align: middle;
    /* 3 */
    border: 0;
    /* 4 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 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 5, 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 Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * 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 */
}
/*
 * 1. Improves consistency of cursor style for clickable elements
 * 2. Removes excess padding in IE 8/9.
 * 3. Address box sizing set to `content-box` in IE 8/9/10.
 */
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    /*1*/
    padding: 0;
    /*2*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 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;
}
/**
 * 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 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
    resize: vertical;
}
/**
 * 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;
}
/* AMUI Base
   ========================================================================== */
/**
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 * NOTE: IE9 & IE10 do not recognize `rem` units when used with the
   `font` shorthand property.
 */
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    position: relative;
    background: #ffffff;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    font-weight: normal;
    line-height: 1.6;
    color: #333333;
    font-size: 1.6rem;
}
/**
 * 1. http://usabilitypost.com/2012/11/15/w-optimizelegibility-on-mobile-devices/
 * 2. http://maxvoltar.com/archive/-webkit-font-smoothing
 * NOTE: http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
 * 3. http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *    http://jaydenseric.com/blog/css-font-smoothing-for-firefox-mac
 */
body,
input,
textarea,
select,
button {
    text-rendering: optimizeLegibility;
    /* 1 */
    -webkit-font-smoothing: antialiased;
    /* 2 */
    -moz-osx-font-smoothing: grayscale;
    /* 3 Default: auto */
    -moz-font-feature-settings: "liga", "kern";
}
/*Only phones */
@media only screen and (max-width: 640px) {
    /**
   * Break strings if their length exceeds the width of their container
   */
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}
/**
 * links
 */
a {
    color: #0e90d2;
}
a:hover,
a:focus {
    color: #095f8a;
}
a:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* Insert */
ins {
    background: #ffffaa;
    color: #333333;
}
/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
    background: #ffffaa;
    color: #333333;
}
/**
 * Abbreviation and definition
 */
abbr[title],
dfn[title] {
    cursor: help;
}
dfn[title] {
    border-bottom: 1px dotted;
    font-style: normal;
}
/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 1.6rem 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 1.6rem;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.6rem 0;
    font-weight: 600;
    font-size: 100%;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.25em;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 2em;
}
/* Ordered and unordered lists */
ul,
ol {
    padding-left: 2em;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 1em 0;
}
/* Description lists */
dt {
    font-weight: bold;
}
dt + dd {
    margin-top: .5em;
}
dd {
    margin-left: 0;
}
dd + dt {
    margin-top: 1em;
}
/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */
hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eeeeee;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
}
/* Address */
address {
    font-style: normal;
}
/* Quotes */
blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 4px solid #dddddd;
    font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
    /* Small print for identifying the source */
    /* Smaller margin if `small` follows */
}
blockquote small {
    display: block;
    color: #999999;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    text-align: right;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}
/* iframe */
iframe {
    border: 0;
}
/* Forms
   ========================================================================== */
/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
    vertical-align: middle;
}
/**
 * Fix viewport for IE10 snap mode
 * http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
 * http://msdn.microsoft.com/en-us/library/ie/hh869615%28v=vs.85%29.aspx
 * http://msdn.microsoft.com/zh-cn/library/ie/hh708740(v=vs.85).aspx
 * @2014.01.20: 设置一下属性以后，windows Phone 8 上显示的字体过小，暂时注释掉
 * ========================================================================== */
/*
@-ms-viewport {
  width: device-width;
}
*/
.am-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}
/* ==========================================================================
   Component: Grid
 ============================================================================ */
.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1000px;
}
.am-container:before,
.am-container:after {
    content: " ";
    display: table;
}
.am-container:after {
    clear: both;
}
@media only screen and (min-width:641px) {
    .am-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.am-container > .am-g {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
}
@media only screen and (min-width:641px) {
    .am-container > .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}
.am-g {
    margin: 0 auto;
    width: 100%;
}
.am-g:before,
.am-g:after {
    content: " ";
    display: table;
}
.am-g:after {
    clear: both;
}
.am-g .am-g {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
}
.am-g .am-g.am-g-collapse {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
@media only screen and (min-width:641px) {
    .am-g .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}
.am-g.am-g-collapse .am-g {
    margin-left: 0;
    margin-right: 0;
}
.am-g-collapse [class*="am-u-"] {
    padding-left: 0;
    padding-right: 0;
}
.am-g-fixed {
    max-width: 1000px;
}
[class*="am-u-"] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    position: relative;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
    float: right;
}
[class*="am-u-"] + [class*="am-u-"].am-u-end {
    float: left;
}
@media only screen and (min-width:641px) {
    [class*="am-u-"] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
[class*="am-u-pull-"] {
    left: auto;
}
[class*="am-u-push-"] {
    right: auto;
}
@media only screen {
    .am-u-sm-1 {
        width: 8.33333333%;
    }
    .am-u-sm-2 {
        width: 16.66666667%;
    }
    .am-u-sm-3 {
        width: 25%;
    }
    .am-u-sm-4 {
        width: 33.33333333%;
    }
    .am-u-sm-5 {
        width: 41.66666667%;
    }
    .am-u-sm-6 {
        width: 50%;
    }
    .am-u-sm-7 {
        width: 58.33333333%;
    }
    .am-u-sm-8 {
        width: 66.66666667%;
    }
    .am-u-sm-9 {
        width: 75%;
    }
    .am-u-sm-10 {
        width: 83.33333333%;
    }
    .am-u-sm-11 {
        width: 91.66666667%;
    }
    .am-u-sm-12 {
        width: 100%;
    }
    .am-u-sm-pull-0 {
        right: 0;
    }
    .am-u-sm-pull-1 {
        right: 8.33333333%;
    }
    .am-u-sm-pull-2 {
        right: 16.66666667%;
    }
    .am-u-sm-pull-3 {
        right: 25%;
    }
    .am-u-sm-pull-4 {
        right: 33.33333333%;
    }
    .am-u-sm-pull-5 {
        right: 41.66666667%;
    }
    .am-u-sm-pull-6 {
        right: 50%;
    }
    .am-u-sm-pull-7 {
        right: 58.33333333%;
    }
    .am-u-sm-pull-8 {
        right: 66.66666667%;
    }
    .am-u-sm-pull-9 {
        right: 75%;
    }
    .am-u-sm-pull-10 {
        right: 83.33333333%;
    }
    .am-u-sm-pull-11 {
        right: 91.66666667%;
    }
    .am-u-sm-push-0 {
        left: 0;
    }
    .am-u-sm-push-1 {
        left: 8.33333333%;
    }
    .am-u-sm-push-2 {
        left: 16.66666667%;
    }
    .am-u-sm-push-3 {
        left: 25%;
    }
    .am-u-sm-push-4 {
        left: 33.33333333%;
    }
    .am-u-sm-push-5 {
        left: 41.66666667%;
    }
    .am-u-sm-push-6 {
        left: 50%;
    }
    .am-u-sm-push-7 {
        left: 58.33333333%;
    }
    .am-u-sm-push-8 {
        left: 66.66666667%;
    }
    .am-u-sm-push-9 {
        left: 75%;
    }
    .am-u-sm-push-10 {
        left: 83.33333333%;
    }
    .am-u-sm-push-11 {
        left: 91.66666667%;
    }
    .am-u-sm-offset-0 {
        margin-left: 0;
    }
    .am-u-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .am-u-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .am-u-sm-offset-3 {
        margin-left: 25%;
    }
    .am-u-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .am-u-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .am-u-sm-offset-6 {
        margin-left: 50%;
    }
    .am-u-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .am-u-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .am-u-sm-offset-9 {
        margin-left: 75%;
    }
    .am-u-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .am-u-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .am-u-sm-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="am-u-"].am-u-sm-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    [class*="am-u-"].am-u-sm-centered:last-child {
        float: none;
    }
    [class*="am-u-"].am-u-sm-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    [class*="am-u-"].am-u-sm-uncentered:last-child {
        float: left;
    }
}



.am-divider {
    height: 1px;
    margin: 0rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


.am-divider-dotted {
    border-top: 1px dotted #ccc;
}



.am-icon-spinner:before {
    content: "\f110";
}

.am-icon-sign-in:before {
    content: "\f090";
}


.am-icon-sign-out:before {
    content: "\f08b";
}

.am-icon-user:before {
    content: "\f007";
}

.am-icon-search:before {
    content: "\f002";
}

.am-icon-th-large:before {
    content: "\f009";
}

.am-icon-home:before {
    content: "\f015";
}


.am-icon-download:before {
    content: "\f019";
}

.am-icon-book:before {
    content: "\f02d";
}


.am-icon-list:before {
    content: "\f03a";
}


.am-icon-pencil:before {
    content: "\f040";
}


.am-icon-bookmark:before {
    content: "\f02e";
}

.am-icon-arrow-left:before {
    content: "\f060";
}
.am-icon-arrow-right:before {
    content: "\f061";
}
.am-icon-arrow-up:before {
    content: "\f062";
}
.am-icon-arrow-down:before {
    content: "\f063";
}


.am-icon-key:before {
    content: "\f084";
}


.am-icon-arrow-circle-up:before {
    content: "\f0aa";
}


.am-icon-angle-right:before {
    content: "\f105";
}

.am-icon-sort-numeric-asc:before {
    content: "\f162";
}

@media only screen and (min-width:641px) {
    .am-u-md-1 {
        width: 8.33333333%;
    }
    .am-u-md-2 {
        width: 16.66666667%;
    }
    .am-u-md-3 {
        width: 25%;
    }
    .am-u-md-4 {
        width: 33.33333333%;
    }
    .am-u-md-5 {
        width: 41.66666667%;
    }
    .am-u-md-6 {
        width: 50%;
    }
    .am-u-md-7 {
        width: 58.33333333%;
    }
    .am-u-md-8 {
        width: 66.66666667%;
    }
    .am-u-md-9 {
        width: 75%;
    }
    .am-u-md-10 {
        width: 83.33333333%;
    }
    .am-u-md-11 {
        width: 91.66666667%;
    }
    .am-u-md-12 {
        width: 100%;
    }
    .am-u-md-pull-0 {
        right: 0;
    }
    .am-u-md-pull-1 {
        right: 8.33333333%;
    }
    .am-u-md-pull-2 {
        right: 16.66666667%;
    }
    .am-u-md-pull-3 {
        right: 25%;
    }
    .am-u-md-pull-4 {
        right: 33.33333333%;
    }
    .am-u-md-pull-5 {
        right: 41.66666667%;
    }
    .am-u-md-pull-6 {
        right: 50%;
    }
    .am-u-md-pull-7 {
        right: 58.33333333%;
    }
    .am-u-md-pull-8 {
        right: 66.66666667%;
    }
    .am-u-md-pull-9 {
        right: 75%;
    }
    .am-u-md-pull-10 {
        right: 83.33333333%;
    }
    .am-u-md-pull-11 {
        right: 91.66666667%;
    }
    .am-u-md-push-0 {
        left: 0;
    }
    .am-u-md-push-1 {
        left: 8.33333333%;
    }
    .am-u-md-push-2 {
        left: 16.66666667%;
    }
    .am-u-md-push-3 {
        left: 25%;
    }
    .am-u-md-push-4 {
        left: 33.33333333%;
    }
    .am-u-md-push-5 {
        left: 41.66666667%;
    }
    .am-u-md-push-6 {
        left: 50%;
    }
    .am-u-md-push-7 {
        left: 58.33333333%;
    }
    .am-u-md-push-8 {
        left: 66.66666667%;
    }
    .am-u-md-push-9 {
        left: 75%;
    }
    .am-u-md-push-10 {
        left: 83.33333333%;
    }
    .am-u-md-push-11 {
        left: 91.66666667%;
    }
    .am-u-md-offset-0 {
        margin-left: 0;
    }
    .am-u-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .am-u-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .am-u-md-offset-3 {
        margin-left: 25%;
    }
    .am-u-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .am-u-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .am-u-md-offset-6 {
        margin-left: 50%;
    }
    .am-u-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .am-u-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .am-u-md-offset-9 {
        margin-left: 75%;
    }
    .am-u-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .am-u-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .am-u-md-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="am-u-"].am-u-md-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    [class*="am-u-"].am-u-md-centered:last-child {
        float: none;
    }
    [class*="am-u-"].am-u-md-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    [class*="am-u-"].am-u-md-uncentered:last-child {
        float: left;
    }
}
@media only screen and (min-width:1025px) {
    .am-u-lg-1 {
        width: 8.33333333%;
    }
    .am-u-lg-2 {
        width: 16.66666667%;
    }
    .am-u-lg-3 {
        width: 25%;
    }
    .am-u-lg-4 {
        width: 33.33333333%;
    }
    .am-u-lg-5 {
        width: 41.66666667%;
    }
    .am-u-lg-6 {
        width: 50%;
    }
    .am-u-lg-7 {
        width: 58.33333333%;
    }
    .am-u-lg-8 {
        width: 66.66666667%;
    }
    .am-u-lg-9 {
        width: 75%;
    }
    .am-u-lg-10 {
        width: 83.33333333%;
    }
    .am-u-lg-11 {
        width: 91.66666667%;
    }
    .am-u-lg-12 {
        width: 100%;
    }
    .am-u-lg-pull-0 {
        right: 0;
    }
    .am-u-lg-pull-1 {
        right: 8.33333333%;
    }
    .am-u-lg-pull-2 {
        right: 16.66666667%;
    }
    .am-u-lg-pull-3 {
        right: 25%;
    }
    .am-u-lg-pull-4 {
        right: 33.33333333%;
    }
    .am-u-lg-pull-5 {
        right: 41.66666667%;
    }
    .am-u-lg-pull-6 {
        right: 50%;
    }
    .am-u-lg-pull-7 {
        right: 58.33333333%;
    }
    .am-u-lg-pull-8 {
        right: 66.66666667%;
    }
    .am-u-lg-pull-9 {
        right: 75%;
    }
    .am-u-lg-pull-10 {
        right: 83.33333333%;
    }
    .am-u-lg-pull-11 {
        right: 91.66666667%;
    }
    .am-u-lg-push-0 {
        left: 0;
    }
    .am-u-lg-push-1 {
        left: 8.33333333%;
    }
    .am-u-lg-push-2 {
        left: 16.66666667%;
    }
    .am-u-lg-push-3 {
        left: 25%;
    }
    .am-u-lg-push-4 {
        left: 33.33333333%;
    }
    .am-u-lg-push-5 {
        left: 41.66666667%;
    }
    .am-u-lg-push-6 {
        left: 50%;
    }
    .am-u-lg-push-7 {
        left: 58.33333333%;
    }
    .am-u-lg-push-8 {
        left: 66.66666667%;
    }
    .am-u-lg-push-9 {
        left: 75%;
    }
    .am-u-lg-push-10 {
        left: 83.33333333%;
    }
    .am-u-lg-push-11 {
        left: 91.66666667%;
    }
    .am-u-lg-offset-0 {
        margin-left: 0;
    }
    .am-u-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .am-u-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .am-u-lg-offset-3 {
        margin-left: 25%;
    }
    .am-u-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .am-u-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .am-u-lg-offset-6 {
        margin-left: 50%;
    }
    .am-u-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .am-u-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .am-u-lg-offset-9 {
        margin-left: 75%;
    }
    .am-u-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .am-u-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .am-u-lg-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="am-u-"].am-u-lg-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    [class*="am-u-"].am-u-lg-centered:last-child {
        float: none;
    }
    [class*="am-u-"].am-u-lg-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    [class*="am-u-"].am-u-lg-uncentered:last-child {
        float: left;
    }
}
/* ==========================================================================
   Component: AVG Grid
 ============================================================================ */
[class*="am-avg-"] {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
[class*="am-avg-"]:before,
[class*="am-avg-"]:after {
    content: " ";
    display: table;
}
[class*="am-avg-"]:after {
    clear: both;
}
[class*="am-avg-"] > li {
    display: block;
    height: auto;
    float: left;
}
@media only screen {
    .am-avg-sm-1 > li {
        width: 100%;
    }
    .am-avg-sm-1 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .am-avg-sm-2 > li {
        width: 50%;
    }
    .am-avg-sm-2 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .am-avg-sm-3 > li {
        width: 33.33333333%;
    }
    .am-avg-sm-3 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .am-avg-sm-4 > li {
        width: 25%;
    }
    .am-avg-sm-4 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .am-avg-sm-5 > li {
        width: 20%;
    }
    .am-avg-sm-5 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .am-avg-sm-6 > li {
        width: 16.66666667%;
    }
    .am-avg-sm-6 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .am-avg-sm-7 > li {
        width: 14.28571429%;
    }
    .am-avg-sm-7 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .am-avg-sm-8 > li {
        width: 12.5%;
    }
    .am-avg-sm-8 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .am-avg-sm-9 > li {
        width: 11.11111111%;
    }
    .am-avg-sm-9 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .am-avg-sm-10 > li {
        width: 10%;
    }
    .am-avg-sm-10 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .am-avg-sm-11 > li {
        width: 9.09090909%;
    }
    .am-avg-sm-11 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .am-avg-sm-12 > li {
        width: 8.33333333%;
    }
    .am-avg-sm-12 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-sm-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
@media only screen and (min-width:641px) {
    .am-avg-md-1 > li {
        width: 100%;
    }
    .am-avg-md-1 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .am-avg-md-2 > li {
        width: 50%;
    }
    .am-avg-md-2 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .am-avg-md-3 > li {
        width: 33.33333333%;
    }
    .am-avg-md-3 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .am-avg-md-4 > li {
        width: 25%;
    }
    .am-avg-md-4 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .am-avg-md-5 > li {
        width: 20%;
    }
    .am-avg-md-5 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .am-avg-md-6 > li {
        width: 16.66666667%;
    }
    .am-avg-md-6 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .am-avg-md-7 > li {
        width: 14.28571429%;
    }
    .am-avg-md-7 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .am-avg-md-8 > li {
        width: 12.5%;
    }
    .am-avg-md-8 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .am-avg-md-9 > li {
        width: 11.11111111%;
    }
    .am-avg-md-9 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .am-avg-md-10 > li {
        width: 10%;
    }
    .am-avg-md-10 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .am-avg-md-11 > li {
        width: 9.09090909%;
    }
    .am-avg-md-11 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .am-avg-md-12 > li {
        width: 8.33333333%;
    }
    .am-avg-md-12 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-md-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
@media only screen and (min-width:1025px) {
    .am-avg-lg-1 > li {
        width: 100%;
    }
    .am-avg-lg-1 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .am-avg-lg-2 > li {
        width: 50%;
    }
    .am-avg-lg-2 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .am-avg-lg-3 > li {
        width: 33.33333333%;
    }
    .am-avg-lg-3 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .am-avg-lg-4 > li {
        width: 25%;
    }
    .am-avg-lg-4 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .am-avg-lg-5 > li {
        width: 20%;
    }
    .am-avg-lg-5 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .am-avg-lg-6 > li {
        width: 16.66666667%;
    }
    .am-avg-lg-6 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .am-avg-lg-7 > li {
        width: 14.28571429%;
    }
    .am-avg-lg-7 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .am-avg-lg-8 > li {
        width: 12.5%;
    }
    .am-avg-lg-8 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .am-avg-lg-9 > li {
        width: 11.11111111%;
    }
    .am-avg-lg-9 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .am-avg-lg-10 > li {
        width: 10%;
    }
    .am-avg-lg-10 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .am-avg-lg-11 > li {
        width: 9.09090909%;
    }
    .am-avg-lg-11 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .am-avg-lg-12 > li {
        width: 8.33333333%;
    }
    .am-avg-lg-12 > li:nth-of-type(n) {
        clear: none;
    }
    .am-avg-lg-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

/* ==========================================================================
   Component: Button
 ============================================================================ */
.am-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0.5em 1em;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.am-btn:focus,
.am-btn:active:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.am-btn:hover,
.am-btn:focus {
    color: #444444;
    text-decoration: none;
}
.am-btn:active,
.am-btn.am-active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.am-btn.am-disabled,
.am-btn[disabled],
fieldset[disabled] .am-btn {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: 0.45;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.am-btn.am-round {
    border-radius: 1000px;
}
.am-btn.am-radius {
    border-radius: 2px;
}
.am-btn-default {
    color: #444444;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
a.am-btn-default:visited {
    color: #444444;
}
.am-btn-default:hover,
.am-btn-default:focus,
.am-btn-default:active,
.am-btn-default.am-active,
.am-active .am-btn-default.am-dropdown-toggle {
    color: #444444;
    border-color: #c7c7c7;
}
.am-btn-default:hover,
.am-btn-default:focus {
    background-color: #d4d4d4;
}
.am-btn-default:active,
.am-btn-default.am-active,
.am-active .am-btn-default.am-dropdown-toggle {
    background-image: none;
    background-color: #c2c2c2;
}
.am-btn-default.am-disabled,
.am-btn-default[disabled],
fieldset[disabled] .am-btn-default,
.am-btn-default.am-disabled:hover,
.am-btn-default[disabled]:hover,
fieldset[disabled] .am-btn-default:hover,
.am-btn-default.am-disabled:focus,
.am-btn-default[disabled]:focus,
fieldset[disabled] .am-btn-default:focus,
.am-btn-default.am-disabled:active,
.am-btn-default[disabled]:active,
fieldset[disabled] .am-btn-default:active,
.am-btn-default.am-disabled.am-active,
.am-btn-default[disabled].am-active,
fieldset[disabled] .am-btn-default.am-active {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.am-btn-group .am-btn-default,
.am-btn-group-stacked .am-btn-default {
    border-color: #d9d9d9;
}
.am-btn-primary {
    color: #ffffff;
    background-color: #0e90d2;
    border-color: #0e90d2;
}
a.am-btn-primary:visited {
    color: #ffffff;
}
.am-btn-primary:hover,
.am-btn-primary:focus,
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-active .am-btn-primary.am-dropdown-toggle {
    color: #ffffff;
    border-color: #0a6999;
}
.am-btn-primary:hover,
.am-btn-primary:focus {
    background-color: #0c79b1;
}
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-active .am-btn-primary.am-dropdown-toggle {
    background-image: none;
    background-color: #0a628f;
}
.am-btn-primary.am-disabled,
.am-btn-primary[disabled],
fieldset[disabled] .am-btn-primary,
.am-btn-primary.am-disabled:hover,
.am-btn-primary[disabled]:hover,
fieldset[disabled] .am-btn-primary:hover,
.am-btn-primary.am-disabled:focus,
.am-btn-primary[disabled]:focus,
fieldset[disabled] .am-btn-primary:focus,
.am-btn-primary.am-disabled:active,
.am-btn-primary[disabled]:active,
fieldset[disabled] .am-btn-primary:active,
.am-btn-primary.am-disabled.am-active,
.am-btn-primary[disabled].am-active,
fieldset[disabled] .am-btn-primary.am-active {
    background-color: #0e90d2;
    border-color: #0e90d2;
}
.am-btn-group .am-btn-primary,
.am-btn-group-stacked .am-btn-primary {
    border-color: #0c80ba;
}
.am-btn-warning {
    color: #ffffff;
    background-color: #f37b1d;
    border-color: #f37b1d;
}
a.am-btn-warning:visited {
    color: #ffffff;
}
.am-btn-warning:hover,
.am-btn-warning:focus,
.am-btn-warning:active,
.am-btn-warning.am-active,
.am-active .am-btn-warning.am-dropdown-toggle {
    color: #ffffff;
    border-color: #c85e0b;
}
.am-btn-warning:hover,
.am-btn-warning:focus {
    background-color: #e0690c;
}
.am-btn-warning:active,
.am-btn-warning.am-active,
.am-active .am-btn-warning.am-dropdown-toggle {
    background-image: none;
    background-color: #be590a;
}
.am-btn-warning.am-disabled,
.am-btn-warning[disabled],
fieldset[disabled] .am-btn-warning,
.am-btn-warning.am-disabled:hover,
.am-btn-warning[disabled]:hover,
fieldset[disabled] .am-btn-warning:hover,
.am-btn-warning.am-disabled:focus,
.am-btn-warning[disabled]:focus,
fieldset[disabled] .am-btn-warning:focus,
.am-btn-warning.am-disabled:active,
.am-btn-warning[disabled]:active,
fieldset[disabled] .am-btn-warning:active,
.am-btn-warning.am-disabled.am-active,
.am-btn-warning[disabled].am-active,
fieldset[disabled] .am-btn-warning.am-active {
    background-color: #f37b1d;
    border-color: #f37b1d;
}
.am-btn-group .am-btn-warning,
.am-btn-group-stacked .am-btn-warning {
    border-color: #ea6e0c;
}
.am-btn-danger {
    color: #ffffff;
    background-color: #dd514c;
    border-color: #dd514c;
}
a.am-btn-danger:visited {
    color: #ffffff;
}
.am-btn-danger:hover,
.am-btn-danger:focus,
.am-btn-danger:active,
.am-btn-danger.am-active,
.am-active .am-btn-danger.am-dropdown-toggle {
    color: #ffffff;
    border-color: #c62b26;
}
.am-btn-danger:hover,
.am-btn-danger:focus {
    background-color: #d7342e;
}
.am-btn-danger:active,
.am-btn-danger.am-active,
.am-active .am-btn-danger.am-dropdown-toggle {
    background-image: none;
    background-color: #be2924;
}
.am-btn-danger.am-disabled,
.am-btn-danger[disabled],
fieldset[disabled] .am-btn-danger,
.am-btn-danger.am-disabled:hover,
.am-btn-danger[disabled]:hover,
fieldset[disabled] .am-btn-danger:hover,
.am-btn-danger.am-disabled:focus,
.am-btn-danger[disabled]:focus,
fieldset[disabled] .am-btn-danger:focus,
.am-btn-danger.am-disabled:active,
.am-btn-danger[disabled]:active,
fieldset[disabled] .am-btn-danger:active,
.am-btn-danger.am-disabled.am-active,
.am-btn-danger[disabled].am-active,
fieldset[disabled] .am-btn-danger.am-active {
    background-color: #dd514c;
    border-color: #dd514c;
}
.am-btn-group .am-btn-danger,
.am-btn-group-stacked .am-btn-danger {
    border-color: #d93c37;
}
.am-btn-success {
    color: #ffffff;
    background-color: #5eb95e;
    border-color: #5eb95e;
}
a.am-btn-success:visited {
    color: #ffffff;
}
.am-btn-success:hover,
.am-btn-success:focus,
.am-btn-success:active,
.am-btn-success.am-active,
.am-active .am-btn-success.am-dropdown-toggle {
    color: #ffffff;
    border-color: #429842;
}
.am-btn-success:hover,
.am-btn-success:focus {
    background-color: #4aaa4a;
}
.am-btn-success:active,
.am-btn-success.am-active,
.am-active .am-btn-success.am-dropdown-toggle {
    background-image: none;
    background-color: #3f913f;
}
.am-btn-success.am-disabled,
.am-btn-success[disabled],
fieldset[disabled] .am-btn-success,
.am-btn-success.am-disabled:hover,
.am-btn-success[disabled]:hover,
fieldset[disabled] .am-btn-success:hover,
.am-btn-success.am-disabled:focus,
.am-btn-success[disabled]:focus,
fieldset[disabled] .am-btn-success:focus,
.am-btn-success.am-disabled:active,
.am-btn-success[disabled]:active,
fieldset[disabled] .am-btn-success:active,
.am-btn-success.am-disabled.am-active,
.am-btn-success[disabled].am-active,
fieldset[disabled] .am-btn-success.am-active {
    background-color: #5eb95e;
    border-color: #5eb95e;
}
.am-btn-group .am-btn-success,
.am-btn-group-stacked .am-btn-success {
    border-color: #4db14d;
}
.am-btn-secondary {
    color: #ffffff;
    background-color: #3bb4f2;
    border-color: #3bb4f2;
}
a.am-btn-secondary:visited {
    color: #ffffff;
}
.am-btn-secondary:hover,
.am-btn-secondary:focus,
.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-active .am-btn-secondary.am-dropdown-toggle {
    color: #ffffff;
    border-color: #0f9ae0;
}
.am-btn-secondary:hover,
.am-btn-secondary:focus {
    background-color: #19a7f0;
}
.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-active .am-btn-secondary.am-dropdown-toggle {
    background-image: none;
    background-color: #0e93d7;
}
.am-btn-secondary.am-disabled,
.am-btn-secondary[disabled],
fieldset[disabled] .am-btn-secondary,
.am-btn-secondary.am-disabled:hover,
.am-btn-secondary[disabled]:hover,
fieldset[disabled] .am-btn-secondary:hover,
.am-btn-secondary.am-disabled:focus,
.am-btn-secondary[disabled]:focus,
fieldset[disabled] .am-btn-secondary:focus,
.am-btn-secondary.am-disabled:active,
.am-btn-secondary[disabled]:active,
fieldset[disabled] .am-btn-secondary:active,
.am-btn-secondary.am-disabled.am-active,
.am-btn-secondary[disabled].am-active,
fieldset[disabled] .am-btn-secondary.am-active {
    background-color: #3bb4f2;
    border-color: #3bb4f2;
}
.am-btn-group .am-btn-secondary,
.am-btn-group-stacked .am-btn-secondary {
    border-color: #23abf0;
}
/* Style links like a button */
.am-btn-link {
    color: #0e90d2;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.am-btn-link,
.am-btn-link:active,
.am-btn-link[disabled],
fieldset[disabled] .am-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.am-btn-link,
.am-btn-link:hover,
.am-btn-link:focus,
.am-btn-link:active {
    border-color: transparent;
}
.am-btn-link:hover,
.am-btn-link:focus {
    color: #095f8a;
    text-decoration: underline;
    background-color: transparent;
}
.am-btn-link[disabled]:hover,
fieldset[disabled] .am-btn-link:hover,
.am-btn-link[disabled]:focus,
fieldset[disabled] .am-btn-link:focus {
    color: #999999;
    text-decoration: none;
}
/* button size */
.am-btn-xs {
    font-size: 1.2rem;
}
.am-btn-sm {
    font-size: 1.4rem;
}
.am-btn-lg {
    font-size: 1.8rem;
}
.am-btn-xl {
    font-size: 2rem;
}
/* Block button  */
.am-btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* Multiple block buttons vertically space */
.am-btn-block + .am-btn-block {
    margin-top: 5px;
}
/* Specificity overrides */
input[type="submit"].am-btn-block,
input[type="reset"].am-btn-block,
input[type="button"].am-btn-block {
    width: 100%;
}
/* Button with loading spinner */
.am-btn.am-btn-loading .am-icon-spin {
    margin-right: 5px;
}

/* ==========================================================================
   Component: Form
 ============================================================================ */
/* Normalize */
fieldset {
    border: none;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: inherit;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5rem;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple],
select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
output {
    display: block;
    padding-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
    vertical-align: middle;
}
/* Common form controls */
.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.am-form select:focus,
.am-form textarea:focus,
.am-form input[type="text"]:focus,
.am-form input[type="password"]:focus,
.am-form input[type="datetime"]:focus,
.am-form input[type="datetime-local"]:focus,
.am-form input[type="date"]:focus,
.am-form input[type="month"]:focus,
.am-form input[type="time"]:focus,
.am-form input[type="week"]:focus,
.am-form input[type="number"]:focus,
.am-form input[type="email"]:focus,
.am-form input[type="url"]:focus,
.am-form input[type="search"]:focus,
.am-form input[type="tel"]:focus,
.am-form input[type="color"]:focus,
.am-form-field:focus {
    outline: 0;
}
.am-form select:focus,
.am-form textarea:focus,
.am-form input[type="text"]:focus,
.am-form input[type="password"]:focus,
.am-form input[type="datetime"]:focus,
.am-form input[type="datetime-local"]:focus,
.am-form input[type="date"]:focus,
.am-form input[type="month"]:focus,
.am-form input[type="time"]:focus,
.am-form input[type="week"]:focus,
.am-form input[type="number"]:focus,
.am-form input[type="email"]:focus,
.am-form input[type="url"]:focus,
.am-form input[type="search"]:focus,
.am-form input[type="tel"]:focus,
.am-form input[type="color"]:focus,
.am-form-field:focus {
    background-color: #fefffe;
    border-color: #3bb4f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
}
.am-form select::-webkit-input-placeholder,
.am-form textarea::-webkit-input-placeholder,
.am-form input[type="text"]::-webkit-input-placeholder,
.am-form input[type="password"]::-webkit-input-placeholder,
.am-form input[type="datetime"]::-webkit-input-placeholder,
.am-form input[type="datetime-local"]::-webkit-input-placeholder,
.am-form input[type="date"]::-webkit-input-placeholder,
.am-form input[type="month"]::-webkit-input-placeholder,
.am-form input[type="time"]::-webkit-input-placeholder,
.am-form input[type="week"]::-webkit-input-placeholder,
.am-form input[type="number"]::-webkit-input-placeholder,
.am-form input[type="email"]::-webkit-input-placeholder,
.am-form input[type="url"]::-webkit-input-placeholder,
.am-form input[type="search"]::-webkit-input-placeholder,
.am-form input[type="tel"]::-webkit-input-placeholder,
.am-form input[type="color"]::-webkit-input-placeholder,
.am-form-field::-webkit-input-placeholder {
    color: #999999;
}
.am-form select::-moz-placeholder,
.am-form textarea::-moz-placeholder,
.am-form input[type="text"]::-moz-placeholder,
.am-form input[type="password"]::-moz-placeholder,
.am-form input[type="datetime"]::-moz-placeholder,
.am-form input[type="datetime-local"]::-moz-placeholder,
.am-form input[type="date"]::-moz-placeholder,
.am-form input[type="month"]::-moz-placeholder,
.am-form input[type="time"]::-moz-placeholder,
.am-form input[type="week"]::-moz-placeholder,
.am-form input[type="number"]::-moz-placeholder,
.am-form input[type="email"]::-moz-placeholder,
.am-form input[type="url"]::-moz-placeholder,
.am-form input[type="search"]::-moz-placeholder,
.am-form input[type="tel"]::-moz-placeholder,
.am-form input[type="color"]::-moz-placeholder,
.am-form-field::-moz-placeholder {
    color: #999999;
}
.am-form select:-ms-input-placeholder,
.am-form textarea:-ms-input-placeholder,
.am-form input[type="text"]:-ms-input-placeholder,
.am-form input[type="password"]:-ms-input-placeholder,
.am-form input[type="datetime"]:-ms-input-placeholder,
.am-form input[type="datetime-local"]:-ms-input-placeholder,
.am-form input[type="date"]:-ms-input-placeholder,
.am-form input[type="month"]:-ms-input-placeholder,
.am-form input[type="time"]:-ms-input-placeholder,
.am-form input[type="week"]:-ms-input-placeholder,
.am-form input[type="number"]:-ms-input-placeholder,
.am-form input[type="email"]:-ms-input-placeholder,
.am-form input[type="url"]:-ms-input-placeholder,
.am-form input[type="search"]:-ms-input-placeholder,
.am-form input[type="tel"]:-ms-input-placeholder,
.am-form input[type="color"]:-ms-input-placeholder,
.am-form-field:-ms-input-placeholder {
    color: #999999;
}
.am-form select::placeholder,
.am-form textarea::placeholder,
.am-form input[type="text"]::placeholder,
.am-form input[type="password"]::placeholder,
.am-form input[type="datetime"]::placeholder,
.am-form input[type="datetime-local"]::placeholder,
.am-form input[type="date"]::placeholder,
.am-form input[type="month"]::placeholder,
.am-form input[type="time"]::placeholder,
.am-form input[type="week"]::placeholder,
.am-form input[type="number"]::placeholder,
.am-form input[type="email"]::placeholder,
.am-form input[type="url"]::placeholder,
.am-form input[type="search"]::placeholder,
.am-form input[type="tel"]::placeholder,
.am-form input[type="color"]::placeholder,
.am-form-field::placeholder {
    color: #999999;
}
.am-form select::-moz-placeholder,
.am-form textarea::-moz-placeholder,
.am-form input[type="text"]::-moz-placeholder,
.am-form input[type="password"]::-moz-placeholder,
.am-form input[type="datetime"]::-moz-placeholder,
.am-form input[type="datetime-local"]::-moz-placeholder,
.am-form input[type="date"]::-moz-placeholder,
.am-form input[type="month"]::-moz-placeholder,
.am-form input[type="time"]::-moz-placeholder,
.am-form input[type="week"]::-moz-placeholder,
.am-form input[type="number"]::-moz-placeholder,
.am-form input[type="email"]::-moz-placeholder,
.am-form input[type="url"]::-moz-placeholder,
.am-form input[type="search"]::-moz-placeholder,
.am-form input[type="tel"]::-moz-placeholder,
.am-form input[type="color"]::-moz-placeholder,
.am-form-field::-moz-placeholder {
    opacity: 1;
}
.am-form select[disabled],
.am-form textarea[disabled],
.am-form input[type="text"][disabled],
.am-form input[type="password"][disabled],
.am-form input[type="datetime"][disabled],
.am-form input[type="datetime-local"][disabled],
.am-form input[type="date"][disabled],
.am-form input[type="month"][disabled],
.am-form input[type="time"][disabled],
.am-form input[type="week"][disabled],
.am-form input[type="number"][disabled],
.am-form input[type="email"][disabled],
.am-form input[type="url"][disabled],
.am-form input[type="search"][disabled],
.am-form input[type="tel"][disabled],
.am-form input[type="color"][disabled],
.am-form-field[disabled],
.am-form select[readonly],
.am-form textarea[readonly],
.am-form input[type="text"][readonly],
.am-form input[type="password"][readonly],
.am-form input[type="datetime"][readonly],
.am-form input[type="datetime-local"][readonly],
.am-form input[type="date"][readonly],
.am-form input[type="month"][readonly],
.am-form input[type="time"][readonly],
.am-form input[type="week"][readonly],
.am-form input[type="number"][readonly],
.am-form input[type="email"][readonly],
.am-form input[type="url"][readonly],
.am-form input[type="search"][readonly],
.am-form input[type="tel"][readonly],
.am-form input[type="color"][readonly],
.am-form-field[readonly],
fieldset[disabled] .am-form select,
fieldset[disabled] .am-form textarea,
fieldset[disabled] .am-form input[type="text"],
fieldset[disabled] .am-form input[type="password"],
fieldset[disabled] .am-form input[type="datetime"],
fieldset[disabled] .am-form input[type="datetime-local"],
fieldset[disabled] .am-form input[type="date"],
fieldset[disabled] .am-form input[type="month"],
fieldset[disabled] .am-form input[type="time"],
fieldset[disabled] .am-form input[type="week"],
fieldset[disabled] .am-form input[type="number"],
fieldset[disabled] .am-form input[type="email"],
fieldset[disabled] .am-form input[type="url"],
fieldset[disabled] .am-form input[type="search"],
fieldset[disabled] .am-form input[type="tel"],
fieldset[disabled] .am-form input[type="color"],
fieldset[disabled] .am-form-field {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.am-form select.am-radius,
.am-form textarea.am-radius,
.am-form input[type="text"].am-radius,
.am-form input[type="password"].am-radius,
.am-form input[type="datetime"].am-radius,
.am-form input[type="datetime-local"].am-radius,
.am-form input[type="date"].am-radius,
.am-form input[type="month"].am-radius,
.am-form input[type="time"].am-radius,
.am-form input[type="week"].am-radius,
.am-form input[type="number"].am-radius,
.am-form input[type="email"].am-radius,
.am-form input[type="url"].am-radius,
.am-form input[type="search"].am-radius,
.am-form input[type="tel"].am-radius,
.am-form input[type="color"].am-radius,
.am-form-field.am-radius {
    border-radius: 2px;
}
.am-form select.am-round,
.am-form textarea.am-round,
.am-form input[type="text"].am-round,
.am-form input[type="password"].am-round,
.am-form input[type="datetime"].am-round,
.am-form input[type="datetime-local"].am-round,
.am-form input[type="date"].am-round,
.am-form input[type="month"].am-round,
.am-form input[type="time"].am-round,
.am-form input[type="week"].am-round,
.am-form input[type="number"].am-round,
.am-form input[type="email"].am-round,
.am-form input[type="url"].am-round,
.am-form input[type="search"].am-round,
.am-form input[type="tel"].am-round,
.am-form input[type="color"].am-round,
.am-form-field.am-round {
    border-radius: 1000px;
}
.am-form textarea,
.am-form select[multiple],
.am-form select[size] {
    height: auto;
}
.am-form select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-border-radius: 0;
    background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+') no-repeat 100% center;
}
.am-form select[multiple="multiple"] {
    background-image: none;
}
/* help text */
.am-form-help {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999999;
    font-size: 1.3rem;
}
/* form group */
.am-form-group {
    margin-bottom: 1.5rem;
}
/* file field */
.am-form-file {
    position: relative;
    overflow: hidden;
}
.am-form-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 50rem;
}
/**
 * Checkboxes and radios
 * Indent the labels to position radios/checkboxes as hanging controls.
*/
.am-radio,
.am-checkbox {
    display: block;
    min-height: 1.92rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.am-radio label,
.am-checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.am-radio input[type="radio"],
.am-radio-inline input[type="radio"],
.am-checkbox input[type="checkbox"],
.am-checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    outline: none;
}
.am-radio + .am-radio,
.am-checkbox + .am-checkbox {
    margin-top: -5px;
}
/* Radios and checkboxes inline */
.am-radio-inline,
.am-checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.am-radio-inline + .am-radio-inline,
.am-checkbox-inline + .am-checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.am-radio[disabled],
.am-radio-inline[disabled],
.am-checkbox[disabled],
.am-checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .am-radio,
fieldset[disabled] .am-radio-inline,
fieldset[disabled] .am-checkbox,
fieldset[disabled] .am-checkbox-inline {
    cursor: not-allowed;
}
/* Form field feedback states */
.am-form-warning .am-form-help,
.am-form-warning .am-form-label,
.am-form-warning .am-radio,
.am-form-warning .am-checkbox,
.am-form-warning .am-radio-inline,
.am-form-warning .am-checkbox-inline,
.am-form-warning label {
    color: #f37b1d;
}
.am-form-warning [class*="icon-"] {
    color: #f37b1d;
}
.am-form-warning .am-form-field {
    border-color: #f37b1d !important;
    -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);
}
.am-form-warning .am-form-field:focus {
    background-color: #fefffe;
    border-color: #d2620b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #f8b47e !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #f8b47e !important;
}
.am-form-error .am-form-help,
.am-form-error .am-form-label,
.am-form-error .am-radio,
.am-form-error .am-checkbox,
.am-form-error .am-radio-inline,
.am-form-error .am-checkbox-inline,
.am-form-error label {
    color: #dd514c;
}
.am-form-error [class*="icon-"] {
    color: #dd514c;
}
.am-form-error .am-form-field,
.am-field-error {
    border-color: #dd514c !important;
    -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);
}
.am-form-error .am-form-field:focus,
.am-field-error:focus {
    background-color: #fefffe;
    border-color: #cf2d27;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #eda4a2 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #eda4a2 !important;
}
.am-form-success .am-form-help,
.am-form-success .am-form-label,
.am-form-success .am-radio,
.am-form-success .am-checkbox,
.am-form-success .am-radio-inline,
.am-form-success .am-checkbox-inline,
.am-form-success label {
    color: #5eb95e;
}
.am-form-success [class*="icon-"] {
    color: #5eb95e;
}
.am-form-success .am-form-field,
.am-field-valid {
    border-color: #5eb95e !important;
    -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);
}
.am-form-success .am-form-field:focus,
.am-field-valid:focus {
    background-color: #fefffe;
    border-color: #459f45;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #a5d8a5 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #a5d8a5 !important;
}
/* Horizontal forms */
.am-form-horizontal .am-form-label,
.am-form-horizontal .am-radio,
.am-form-horizontal .am-checkbox,
.am-form-horizontal .am-radio-inline,
.am-form-horizontal .am-checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.6em;
}
.am-form-horizontal .am-form-group:before,
.am-form-horizontal .am-form-group:after {
    content: " ";
    display: table;
}
.am-form-horizontal .am-form-group:after {
    clear: both;
}
@media only screen and (min-width:641px) {
    .am-form-horizontal .am-form-label {
        text-align: right;
    }
}
/* Inline form elements */
@media only screen and (min-width:641px) {
    .am-form-inline .am-form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am-form-inline .am-form-field {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .am-form-inline .am-input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .am-form-inline .am-input-group .am-input-group-label,
    .am-form-inline .am-input-group .am-input-group-btn,
    .am-form-inline .am-input-group .am-form-label {
        width: auto;
    }
    .am-form-inline .am-input-group > .am-form-field {
        width: 100%;
    }
    .am-form-inline .am-form-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am-form-inline .am-radio,
    .am-form-inline .am-checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .am-form-inline .am-radio input[type="radio"],
    .am-form-inline .am-checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}
/* Form field size */
.am-input-sm {
    font-size: 1.4rem !important;
}
.am-input-lg {
    font-size: 1.8rem !important;
}
.am-form-group-sm .am-checkbox,
.am-form-group-sm .am-radio,
.am-form-group-sm .am-form-label,
.am-form-group-sm .am-form-field {
    font-size: 1.4rem !important;
}
.am-form-group-lg .am-checkbox,
.am-form-group-lg .am-radio,
.am-form-group-lg .am-form-label,
.am-form-group-lg .am-form-field {
    font-size: 1.8rem !important;
}
.am-form-group-lg input[type="radio"],
.am-form-group-lg input[type="checkbox"] {
    margin-top: 7px;
}
/* Form field feedback states */
.am-form-icon {
    position: relative;
}
.am-form-icon .am-form-field {
    padding-left: 1.75em !important;
}
.am-form-icon [class*='am-icon-'] {
    position: absolute;
    left: 0.5em;
    top: 50%;
    display: block;
    margin-top: -0.5em;
    line-height: 1;
    z-index: 2;
}
.am-form-icon label ~ [class*='am-icon-'] {
    top: 70%;
}
/* Feedback Icon */
.am-form-feedback {
    position: relative;
}
.am-form-feedback .am-form-field {
    padding-left: 0.5em !important;
    padding-right: 1.75em !important;
}
.am-form-feedback [class*='am-icon-'] {
    right: 0.5em;
    left: auto;
}
.am-form-horizontal .am-form-feedback [class*='am-icon-'] {
    right: 1.6em;
}
/* Form set */
.am-form-set {
    margin-bottom: 1.5rem;
    padding: 0;
}
.am-form-set > input {
    position: relative;
    top: -1px;
    border-radius: 0 !important;
}
.am-form-set > input:focus {
    z-index: 2;
}
.am-form-set > input:first-child {
    top: 1px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.am-form-set > input:last-child {
    top: -2px;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/* ==========================================================================
   Component: Image
 ============================================================================ */
/* Image thumbnails */
.am-img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.6;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.am-img-thumbnail.am-radius {
    border-radius: 2px;
}
.am-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* ==========================================================================
   Component: Nav
 ============================================================================ */
.am-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.am-nav:before,
.am-nav:after {
    content: " ";
    display: table;
}
.am-nav:after {
    clear: both;
}
.am-nav > li {
    position: relative;
    display: block;
}
.am-nav > li + li {
    margin-top: 5px;
}
.am-nav > li + .am-nav-header {
    margin-top: 1em;
}
.am-nav > li > a {
    position: relative;
    display: block;
    padding: 0.4em 1em;
    border-radius: 0;
}
.am-nav > li > a:hover,
.am-nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
    color: #ffffff;
    background-color: #0e90d2;
    cursor: default;
}
.am-nav > li.am-disabled > a {
    color: #999999;
}
.am-nav > li.am-disabled > a:hover,
.am-nav > li.am-disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.am-nav-header {
    padding: 0.4em 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 100%;
    color: #555555;
}
.am-nav-divider {
    margin: 15px 1em !important;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.am-nav-pills > li {
    float: left;
}
.am-nav-pills > li + li {
    margin-left: 5px;
    margin-top: 0;
}
.am-nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.am-nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.am-nav-tabs > li + li {
    margin-top: 0;
}
.am-nav-tabs > li > a {
    margin-right: 5px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}
.am-nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.am-nav-tabs > li.am-active > a,
.am-nav-tabs > li.am-active > a:hover,
.am-nav-tabs > li.am-active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.am-nav-tabs.am-nav-justify {
    border-bottom: 0;
    /*  > li > a {
      margin-right: 0;
      border-radius: @global-radius;
    }

    > .am-active > a {
      &,
      &:hover,
      &:focus {
        border: 1px solid @nav-tabs-justify-link-border-color;
      }
    }*/
}
.am-nav-tabs.am-nav-justify > li > a {
    margin-right: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
}
.am-nav-tabs.am-nav-justify > .am-active > a,
.am-nav-tabs.am-nav-justify > .am-active > a:hover,
.am-nav-tabs.am-nav-justify > .am-active > a:focus {
    border-bottom-color: #ffffff;
}
.am-nav-justify {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.am-nav-justify > li {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.am-nav-justify > li > a {
    text-align: center;
    margin-bottom: 0;
}
.lte9 .am-nav-justify > li {
    display: table-cell;
    width: 1%;
}
/* ==========================================================================
   Component: Topbar
 ============================================================================ */
.am-topbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 1.6rem;
    background: #f8f8f8;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #dddddd;
    color: #666666;
}
.am-topbar:before,
.am-topbar:after {
    content: " ";
    display: table;
}
.am-topbar:after {
    clear: both;
}
.am-topbar a {
    color: #666666;
}
.am-topbar-brand {
    margin: 0;
}
@media only screen and (min-width:641px) {
    .am-topbar-brand {
        float: left;
    }
}
.am-topbar-brand a:hover {
    color: #4d4d4d;
}
.am-topbar-collapse {
    width: 100%;
    overflow-x: visible;
    padding: 10px;
    clear: both;
    -webkit-overflow-scrolling: touch;
}
.am-topbar-collapse:before,
.am-topbar-collapse:after {
    content: " ";
    display: table;
}
.am-topbar-collapse:after {
    clear: both;
}
.am-topbar-collapse.am-in {
    overflow-y: auto;
}
@media only screen and (min-width:641px) {
    .am-topbar-collapse {
        margin-top: 0;
        padding: 0;
        width: auto;
        clear: none;
    }
    .am-topbar-collapse.am-collapse {
        display: block !important;
        height: auto !important;
        padding: 0;
        overflow: visible !important;
    }
    .am-topbar-collapse.am-in {
        overflow-y: visible;
    }
}
.am-topbar-brand {
    padding: 0 10px;
    float: left;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
}
.am-topbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
}
@media only screen and (min-width:641px) {
    .am-topbar-toggle {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .am-topbar-nav {
        margin-bottom: 8px;
    }
    .am-topbar-nav > li {
        float: none;
    }
}
@media only screen and (max-width: 640px) {
    .am-topbar-nav > li + li {
        margin-left: 0;
        margin-top: 5px;
    }
}
@media only screen and (min-width:641px) {
    .am-topbar-nav {
        float: left;
    }
    .am-topbar-nav > li > a {
        position: relative;
        line-height: 50px;
        padding: 0 10px;
    }
    .am-topbar-nav > li > a:after {
        position: absolute;
        left: 50%;
        margin-left: -7px;
        bottom: -1px;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-bottom: 7px solid #f8f8f8;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 0 dotted;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
    }
    .am-topbar-nav > li > a:hover:after {
        opacity: 1;
        border-bottom-color: #666666;
    }
    .am-topbar-nav > li.am-dropdown > a:after {
        display: none;
    }
    .am-topbar-nav > li.am-active > a,
    .am-topbar-nav > li.am-active > a:hover,
    .am-topbar-nav > li.am-active > a:focus {
        border-radius: 0;
        color: #0e90d2;
        background: none;
    }
    .am-topbar-nav > li.am-active > a:after {
        opacity: 1;
        border-bottom-color: #0e90d2;
    }
}
@media only screen and (max-width: 640px) {
    .am-topbar-collapse .am-dropdown.am-active .am-dropdown-content {
        float: none;
        position: relative;
        width: 100%;
    }
}
@media only screen and (min-width:641px) {
    .am-topbar-left {
        float: left;
    }
    .am-topbar-right {
        float: right;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .am-topbar-form .am-form-group {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width:641px) {
    .am-topbar-form {
        padding: 0 10px;
        margin-top: 8px;
    }
    .am-topbar-form .am-form-group + .am-btn {
        margin-left: 5px;
    }
}
.am-topbar-btn {
    margin-top: 8px;
}
@media only screen and (max-width: 640px) {
    .am-topbar-collapse .am-topbar-btn,
    .am-topbar-collapse .am-btn {
        display: block;
        width: 100%;
    }
}
.am-topbar-inverse {
    background-color: #0e90d2;
    border-color: #0b6fa2;
    color: #eeeeee;
}
.am-topbar-inverse a {
    color: #eeeeee;
}
.am-topbar-inverse .am-topbar-brand a {
    color: #ffffff;
}
.am-topbar-inverse .am-topbar-brand a:hover,
.am-topbar-inverse .am-topbar-brand a:focus {
    color: #ffffff;
    background-color: transparent;
}
.am-topbar-inverse .am-topbar-nav > li > a {
    color: #eeeeee;
}
.am-topbar-inverse .am-topbar-nav > li > a:hover,
.am-topbar-inverse .am-topbar-nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.05);
}
.am-topbar-inverse .am-topbar-nav > li > a:hover:after,
.am-topbar-inverse .am-topbar-nav > li > a:focus:after {
    border-bottom-color: #0b6fa2;
}
.am-topbar-inverse .am-topbar-nav > li > a:after {
    border-bottom-color: #0e90d2;
}
.am-topbar-inverse .am-topbar-nav > li.am-active > a,
.am-topbar-inverse .am-topbar-nav > li.am-active > a:hover,
.am-topbar-inverse .am-topbar-nav > li.am-active > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
}
.am-topbar-inverse .am-topbar-nav > li.am-active > a:after,
.am-topbar-inverse .am-topbar-nav > li.am-active > a:hover:after,
.am-topbar-inverse .am-topbar-nav > li.am-active > a:focus:after {
    border-bottom-color: #ffffff;
}
.am-topbar-inverse .am-topbar-nav > li .disabled > a,
.am-topbar-inverse .am-topbar-nav > li .disabled > a:hover,
.am-topbar-inverse .am-topbar-nav > li .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.am-topbar-fixed-top,
.am-topbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.am-topbar-fixed-top {
    top: 0;
}
.am-topbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.am-with-topbar-fixed-top {
    padding-top: 51px;
}
.am-with-topbar-fixed-bottom {
    padding-bottom: 51px;
}
@media only screen and (max-width: 640px) {
    .am-topbar-fixed-bottom .am-topbar-collapse {
        position: absolute;
        bottom: 100%;
        margin-bottom: 1px;
        background-color: #f8f8f8;
    }
    .am-topbar-fixed-bottom .am-topbar-collapse .am-dropdown-content:before,
    .am-topbar-fixed-bottom .am-topbar-collapse .am-dropdown-content:after {
        display: none;
    }
    .am-topbar-fixed-bottom.am-topbar-inverse .am-topbar-collapse {
        background-color: #0e90d2;
    }
}

/* ==========================================================================
   Component: Pagination
 ============================================================================ */
.am-pagination {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    color: #999999;
    text-align: left;
}
.am-pagination:before,
.am-pagination:after {
    content: " ";
    display: table;
}
.am-pagination:after {
    clear: both;
}
.am-pagination > li {
    display: inline-block;
}
.am-pagination > li > a,
.am-pagination > li > span {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}
.am-pagination > li:last-child > a,
.am-pagination > li:last-child > span {
    margin-right: 0;
}
.am-pagination > li > a:hover,
.am-pagination > li > span:hover,
.am-pagination > li > a:focus,
.am-pagination > li > span:focus {
    background-color: #eeeeee;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #0e90d2;
    border-color: #0e90d2;
    cursor: default;
}
.am-pagination > .am-disabled > span,
.am-pagination > .am-disabled > span:hover,
.am-pagination > .am-disabled > span:focus,
.am-pagination > .am-disabled > a,
.am-pagination > .am-disabled > a:hover,
.am-pagination > .am-disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
    pointer-events: none;
}
.am-pagination .am-pagination-prev {
    float: left;
}
.am-pagination .am-pagination-prev a {
    border-radius: 0;
}
.am-pagination .am-pagination-next {
    float: right;
}
.am-pagination .am-pagination-next a {
    border-radius: 0;
}
.am-pagination-centered {
    text-align: center;
}
.am-pagination-right {
    text-align: right;
}
/* ==========================================================================
   Component: Aniamtion
 ============================================================================ */
[class*="am-animation-"] {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Hide animated element if scrollSpy is used */
@media screen {
    .cssanimations [data-am-scrollspy*="animation"] {
        opacity: 0;
    }
}
/* Fade */
.am-animation-fade {
    -webkit-animation-name: am-fade;
    animation-name: am-fade;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/* Scale */
.am-animation-scale-up {
    -webkit-animation-name: am-scale-up;
    animation-name: am-scale-up;
}
.am-animation-scale-down {
    -webkit-animation-name: am-scale-down;
    animation-name: am-scale-down;
}
/* Slide */
.am-animation-slide-top {
    -webkit-animation-name: am-slide-top;
    animation-name: am-slide-top;
}
.am-animation-slide-bottom {
    -webkit-animation-name: am-slide-bottom;
    animation-name: am-slide-bottom;
}
.am-animation-slide-left {
    -webkit-animation-name: am-slide-left;
    animation-name: am-slide-left;
}
.am-animation-slide-right {
    -webkit-animation-name: am-slide-right;
    animation-name: am-slide-right;
}
.am-animation-slide-top-fixed {
    -webkit-animation-name: am-slide-top-fixed;
    animation-name: am-slide-top-fixed;
}
/* Shake */
.am-animation-shake {
    -webkit-animation-name: am-shake;
    animation-name: am-shake;
}
/* Spin */
.am-animation-spin {
    -webkit-animation: am-spin 2s infinite linear;
    animation: am-spin 2s infinite linear;
}
/* Spring */
.am-animation-left-spring {
    -webkit-animation: am-left-spring 0.3s ease-in-out;
    animation: am-left-spring 0.3s ease-in-out;
}
.am-animation-right-spring {
    -webkit-animation: am-right-spring 0.3s ease-in-out;
    animation: am-right-spring 0.3s ease-in-out;
}
.am-animation-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.am-animation-paused {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}
.am-animation-delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.am-animation-delay-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.am-animation-delay-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.am-animation-delay-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.am-animation-delay-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.am-animation-delay-6 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
/* Keyframes
 ============================================================================ */
/* Fade */
@-webkit-keyframes am-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes am-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Scale up */
@-webkit-keyframes am-scale-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes am-scale-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Scale down */
@-webkit-keyframes am-scale-down {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes am-scale-down {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Slide top */
@-webkit-keyframes am-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes am-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* Slide bottom */
@-webkit-keyframes am-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes am-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* Slide left */
@-webkit-keyframes am-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes am-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Slide right */
@-webkit-keyframes am-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes am-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Shake */
@-webkit-keyframes am-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}
@keyframes am-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}
/* Slide top fixed */
@-webkit-keyframes am-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes am-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* Slide bottom fixed */
@-webkit-keyframes am-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes am-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* Spin */
@-webkit-keyframes am-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes am-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* Spring */
@-webkit-keyframes am-right-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes am-right-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes am-left-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes am-left-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ==========================================================================
   Component: Button Group
 ============================================================================ */
.am-btn-group,
.am-btn-group-stacked {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.am-btn-group > .am-btn,
.am-btn-group-stacked > .am-btn {
    position: relative;
    float: left;
}
.am-btn-group > .am-btn:hover,
.am-btn-group-stacked > .am-btn:hover,
.am-btn-group > .am-btn:focus,
.am-btn-group-stacked > .am-btn:focus,
.am-btn-group > .am-btn:active,
.am-btn-group-stacked > .am-btn:active,
.am-btn-group > .am-btn.active,
.am-btn-group-stacked > .am-btn.active {
    z-index: 2;
}
.am-btn-group > .am-btn:focus,
.am-btn-group-stacked > .am-btn:focus {
    outline: 0;
}
.am-btn-group .am-btn + .am-btn,
.am-btn-group .am-btn + .am-btn-group,
.am-btn-group .am-btn-group + .am-btn,
.am-btn-group .am-btn-group + .am-btn-group {
    margin-left: -1px;
}
.am-btn-toolbar {
    margin-left: -5px;
}
.am-btn-toolbar:before,
.am-btn-toolbar:after {
    content: " ";
    display: table;
}
.am-btn-toolbar:after {
    clear: both;
}
.am-btn-toolbar .am-btn-group,
.am-btn-toolbar .am-input-group {
    float: left;
}
.am-btn-toolbar > .am-btn,
.am-btn-toolbar > .am-btn-group,
.am-btn-toolbar > .am-input-group {
    margin-left: 5px;
}
.am-btn-group > .am-btn:not(:first-child):not(:last-child):not(.am-dropdown-toggle) {
    border-radius: 0;
}
.am-btn-group > .am-btn:first-child {
    margin-left: 0;
}
.am-btn-group > .am-btn:first-child:not(:last-child):not(.am-dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.am-btn-group > .am-btn:last-child:not(:first-child),
.am-btn-group > .am-dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.am-btn-group > .am-btn-group {
    float: left;
}
.am-btn-group > .am-btn-group:not(:first-child):not(:last-child) > .am-btn {
    border-radius: 0;
}
.am-btn-group > .am-btn-group:first-child > .am-btn:last-child,
.am-btn-group > .am-btn-group:first-child > .am-dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.am-btn-group > .am-btn-group:last-child > .am-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.am-btn-group-xs > .am-btn {
    font-size: 1.2rem;
}
.am-btn-group-sm > .am-btn {
    font-size: 1.4rem;
}
.am-btn-group-lg > .am-btn {
    font-size: 1.8rem;
}
.am-btn-group-stacked > .am-btn,
.am-btn-group-stacked > .am-btn-group,
.am-btn-group-stacked > .am-btn-group > .am-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.am-btn-group-stacked > .am-btn-group:before,
.am-btn-group-stacked > .am-btn-group:after {
    content: " ";
    display: table;
}
.am-btn-group-stacked > .am-btn-group:after {
    clear: both;
}
.am-btn-group-stacked > .am-btn-group > .am-btn {
    float: none;
}
.am-btn-group-stacked > .am-btn + .am-btn,
.am-btn-group-stacked > .am-btn + .am-btn-group,
.am-btn-group-stacked > .am-btn-group + .am-btn,
.am-btn-group-stacked > .am-btn-group + .am-btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.am-btn-group-stacked > .am-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.am-btn-group-stacked > .am-btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am-btn-group-stacked > .am-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.am-btn-group-stacked > .am-btn-group:not(:first-child):not(:last-child) > .am-btn {
    border-radius: 0;
}
.am-btn-group-stacked > .am-btn-group:first-child:not(:last-child) > .am-btn:last-child,
.am-btn-group-stacked > .am-btn-group:first-child:not(:last-child) > .am-dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am-btn-group-stacked > .am-btn-group:last-child:not(:first-child) > .am-btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.am-btn-group-justify {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.am-btn-group-justify > .am-btn,
.am-btn-group-justify > .am-btn-group {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.am-btn-group-justify > .am-btn-group .am-btn {
    width: 100%;
}
.lte9 .am-btn-group-justify {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
}
.lte9 .am-btn-group-justify > .am-btn,
.lte9 .am-btn-group-justify > .am-btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.am-btn-group .am-dropdown {
    float: left;
    margin-left: -1px;
}
.am-btn-group .am-dropdown > .am-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.am-btn-group .am-active .am-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);
}
.am-btn-group .am-active .am-dropdown-toggle.am-btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.am-btn-group .am-dropdown-toggle:active,
.am-btn-group .am-active .am-dropdown-toggle {
    outline: 0;
}
[data-am-button] > .am-btn > input[type="radio"],
[data-am-button] > .am-btn > input[type="checkbox"],
.am-btn-group-check > .am-btn > input[type="radio"],
.am-btn-group-check > .am-btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* ==========================================================================
   Component: Icon
 ============================================================================ */
/* Font-face
============================================================================= */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Component
============================================================================= */
[class*="am-icon-"] {
    display: inline-block;
}
[class*="am-icon-"]:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
    /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.am-icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
[class*="am-icon-"].am-fl {
    margin-right: .3em;
}
[class*="am-icon-"].am-fr {
    margin-left: .3em;
}
.am-icon-sm:before {
    font-size: 150%;
    vertical-align: -10%;
}
.am-icon-md:before {
    font-size: 200%;
    vertical-align: -16%;
}
.am-icon-lg:before {
    font-size: 250%;
    vertical-align: -22%;
}
/* Modifier: `.am-icon-btn`
============================================================================= */
.am-icon-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #eeeeee;
    color: #555555;
    text-align: center;
    /**
   * Hover
   * 1. Apply hover style also to focus state
   * 2. Remove default focus style
   */
    /* Active */
}
.am-icon-btn:hover,
.am-icon-btn:focus {
    /* 1 */
    background-color: #f5f5f5;
    color: #333333;
    text-decoration: none;
    outline: none;
    /* 2 */
}
.am-icon-btn:active {
    background-color: #dddddd;
    color: #333333;
}
.am-icon-btn.am-primary,
.am-icon-btn.am-secondary,
.am-icon-btn.am-success,
.am-icon-btn.am-warning,
.am-icon-btn.am-danger {
    color: #ffffff;
}
.am-icon-btn.am-primary {
    background-color: #0e90d2;
}
.am-icon-btn.am-secondary {
    background-color: #3bb4f2;
}
.am-icon-btn.am-success {
    background-color: #5eb95e;
}
.am-icon-btn.am-warning {
    background-color: #f37b1d;
}
.am-icon-btn.am-danger {
    background-color: #dd514c;
}
.am-icon-btn-sm {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
}
.am-icon-btn-lg {
    width: 64px;
    height: 64px;
    font-size: 28px;
    line-height: 64px;
}
/* Modifier: `.am-icon-fw` Fixed width
============================================================================= */
.am-icon-fw {
    width: 1.25em;
    text-align: center;
}

/* Modifier: `am-icon-spin`
============================================================================= */
@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.am-icon-spin {
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;
}
.am-icon-pulse {
    -webkit-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8);
}
.am-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.am-icon-ul > li {
    position: relative;
}
.am-icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
/* ==========================================================================
   Component: Input group
 ============================================================================ */
.am-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.am-input-group .am-form-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.am-input-group-label,
.am-input-group-btn,
.am-input-group .am-form-field {
    display: table-cell;
}
.am-input-group-label:not(:first-child):not(:last-child),
.am-input-group-btn:not(:first-child):not(:last-child),
.am-input-group .am-form-field:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.am-input-group-label,
.am-input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.am-input-group-label {
    height: 38px;
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 36px;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.am-input-group-label input[type="radio"],
.am-input-group-label input[type="checkbox"] {
    margin-top: 0;
}
.am-input-group .am-form-field:first-child,
.am-input-group-label:first-child,
.am-input-group-btn:first-child > .am-btn,
.am-input-group-btn:first-child > .am-btn-group > .am-btn,
.am-input-group-btn:first-child > .am-dropdown-toggle,
.am-input-group-btn:last-child > .am-btn:not(:last-child):not(.dropdown-toggle),
.am-input-group-btn:last-child > .am-btn-group:not(:last-child) > .am-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.am-input-group-label:first-child {
    border-right: 0;
}
.am-input-group .am-form-field:last-child,
.am-input-group-label:last-child,
.am-input-group-btn:last-child > .am-btn,
.am-input-group-btn:last-child > .am-btn-group > .am-btn,
.am-input-group-btn:last-child > .am-dropdown-toggle,
.am-input-group-btn:first-child > .am-btn:not(:first-child),
.am-input-group-btn:first-child > .am-btn-group:not(:first-child) > .am-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.am-input-group-label:last-child {
    border-left: 0;
}
.am-input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.am-input-group-btn > .am-btn {
    position: relative;
    border-color: #cccccc;
}
.am-input-group-btn > .am-btn + .am-btn {
    margin-left: -1px;
}
.am-input-group-btn > .am-btn:hover,
.am-input-group-btn > .am-btn:focus,
.am-input-group-btn > .am-btn:active {
    z-index: 2;
}
.am-input-group-btn:first-child > .am-btn,
.am-input-group-btn:first-child > .am-btn-group {
    margin-right: -2px;
}
.am-input-group-btn:last-child > .am-btn,
.am-input-group-btn:last-child > .am-btn-group {
    margin-left: -1px;
}
.am-input-group .am-form-field,
.am-input-group-btn > .am-btn {
    height: 38px;
    padding-bottom: auto;
}
.am-input-group-lg > .am-form-field,
.am-input-group-lg > .am-input-group-label,
.am-input-group-lg > .am-input-group-btn > .am-btn {
    height: 42px;
    font-size: 1.8rem !important;
}
.am-input-group-lg > .am-input-group-label {
    line-height: 40px;
}
.am-input-group-sm > .am-form-field,
.am-input-group-sm > .am-input-group-label,
.am-input-group-sm > .am-input-group-btn > .am-btn {
    height: 33px;
    font-size: 1.4rem !important;
}
.am-input-group-sm > .am-input-group-label {
    line-height: 31px;
}
.am-input-group-primary .am-input-group-label {
    background: #0e90d2;
    color: #ffffff;
}
.am-input-group-primary .am-input-group-label,
.am-input-group-primary .am-input-group-btn > .am-btn,
.am-input-group-primary.am-input-group .am-form-field {
    border-color: #0e90d2;
}
.am-input-group-secondary .am-input-group-label {
    background: #3bb4f2;
    color: #ffffff;
}
.am-input-group-secondary .am-input-group-label,
.am-input-group-secondary .am-input-group-btn > .am-btn,
.am-input-group-secondary.am-input-group .am-form-field {
    border-color: #3bb4f2;
}
.am-input-group-success .am-input-group-label {
    background: #5eb95e;
    color: #ffffff;
}
.am-input-group-success .am-input-group-label,
.am-input-group-success .am-input-group-btn > .am-btn,
.am-input-group-success.am-input-group .am-form-field {
    border-color: #5eb95e;
}
.am-input-group-warning .am-input-group-label {
    background: #f37b1d;
    color: #ffffff;
}
.am-input-group-warning .am-input-group-label,
.am-input-group-warning .am-input-group-btn > .am-btn,
.am-input-group-warning.am-input-group .am-form-field {
    border-color: #f37b1d;
}
.am-input-group-danger .am-input-group-label {
    background: #dd514c;
    color: #ffffff;
}
.am-input-group-danger .am-input-group-label,
.am-input-group-danger .am-input-group-btn > .am-btn,
.am-input-group-danger.am-input-group .am-form-field {
    border-color: #dd514c;
}
/* ==========================================================================
   Component: List
 ============================================================================ */
.am-list {
    margin-bottom: 1.6rem;
    padding-left: 0;
}
.am-list > li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-width: 1px 0;
}
.am-list > li > a {
    display: block;
    padding: 1rem 0;
}
.am-list > li > a.am-active,
.am-list > li > a.am-active:hover,
.am-list > li > a.am-active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #0e90d2;
    border-color: #0e90d2;
}
.am-list > li > a.am-active .am-list-item-heading,
.am-list > li > a.am-active:hover .am-list-item-heading,
.am-list > li > a.am-active:focus .am-list-item-heading {
    color: inherit;
}
.am-list > li > a.am-active .am-list-item-text,
.am-list > li > a.am-active:hover .am-list-item-text,
.am-list > li > a.am-active:focus .am-list-item-text {
    color: #b2e2fa;
}
.am-list > li > .am-badge {
    float: right;
}
.am-list > li > .am-badge + .am-badge {
    margin-right: 5px;
}
/* Pure text list */
.am-list-static > li {
    padding: .8rem .2rem;
}
.am-list-static.am-list-border > li {
    padding: 1rem;
}
/* with border */
.am-list-border > li {
    border-width: 1px;
}
.am-list-border > li:first-child,
.am-list-border > li:first-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.am-list-border > li:last-child,
.am-list-border > li:last-child > a {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am-list-border > li > a {
    padding: 1rem;
}
.am-list-border > li > a:hover,
.am-list-border > li > a:focus {
    background-color: #f5f5f5;
}
/* Striped */
.am-list-striped > li:nth-of-type(even) {
    background: #f5f5f5;
}
.am-list-item-hd {
    margin-top: 0;
}
.am-list-item-text {
    line-height: 1.4;
    font-size: 1.3rem;
    color: #999999;
    margin: 0;
}
/* ==========================================================================
   Component: Panel
 ============================================================================ */
.am-panel {
    margin-bottom: 20px;
    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 header */
.am-panel-hd {
    padding: 0.6rem 1.25rem;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
/* Panel content */
.am-panel-bd {
    padding: 1.25rem;
}
.am-panel-title {
    margin: 0;
    font-size: 100%;
    color: inherit;
}
.am-panel-title > a {
    color: inherit;
}
/* Panel footer */
.am-panel-footer {
    padding: 0.6rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am-panel-default {
    border-color: #dddddd;
}
.am-panel-default > .am-panel-hd {
    color: #444444;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.am-panel-default > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #dddddd;
}
.am-panel-default > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #dddddd;
}
.am-panel-primary {
    border-color: #10a0ea;
}
.am-panel-primary > .am-panel-hd {
    color: #ffffff;
    background-color: #0e90d2;
    border-color: #10a0ea;
}
.am-panel-primary > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #10a0ea;
}
.am-panel-primary > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #10a0ea;
}
.am-panel-secondary {
    border-color: #caebfb;
}
.am-panel-secondary > .am-panel-hd {
    color: #14a6ef;
    background-color: rgba(59, 180, 242, 0.15);
    border-color: #caebfb;
}
.am-panel-secondary > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #caebfb;
}
.am-panel-secondary > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #caebfb;
}
.am-panel-success {
    border-color: #c9e7c9;
}
.am-panel-success > .am-panel-hd {
    color: #5eb95e;
    background-color: rgba(94, 185, 94, 0.15);
    border-color: #c9e7c9;
}
.am-panel-success > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #c9e7c9;
}
.am-panel-success > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #c9e7c9;
}
.am-panel-warning {
    border-color: #fbd0ae;
}
.am-panel-warning > .am-panel-hd {
    color: #f37b1d;
    background-color: rgba(243, 123, 29, 0.15);
    border-color: #fbd0ae;
}
.am-panel-warning > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #fbd0ae;
}
.am-panel-warning > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #fbd0ae;
}
.am-panel-danger {
    border-color: #f5cecd;
}
.am-panel-danger > .am-panel-hd {
    color: #dd514c;
    background-color: rgba(221, 81, 76, 0.15);
    border-color: #f5cecd;
}
.am-panel-danger > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #f5cecd;
}
.am-panel-danger > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #f5cecd;
}
.am-panel > .am-table {
    margin-bottom: 0;
}
.am-panel > .am-table:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.am-panel > .am-table:first-child > thead:first-child > tr:first-child td:first-child,
.am-panel > .am-table:first-child > tbody:first-child > tr:first-child td:first-child,
.am-panel > .am-table:first-child > thead:first-child > tr:first-child th:first-child,
.am-panel > .am-table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 0;
}
.am-panel > .am-table:first-child > thead:first-child > tr:first-child td:last-child,
.am-panel > .am-table:first-child > tbody:first-child > tr:first-child td:last-child,
.am-panel > .am-table:first-child > thead:first-child > tr:first-child th:last-child,
.am-panel > .am-table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 0;
}
.am-panel > .am-table:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am-panel > .am-table:last-child > tbody:last-child > tr:last-child td:first-child,
.am-panel > .am-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.am-panel > .am-table:last-child > tbody:last-child > tr:last-child th:first-child,
.am-panel > .am-table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 0;
}
.am-panel > .am-table:last-child > tbody:last-child > tr:last-child td:last-child,
.am-panel > .am-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.am-panel > .am-table:last-child > tbody:last-child > tr:last-child th:last-child,
.am-panel > .am-table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 0;
}
.am-panel > .am-panel-bd + .am-table {
    border-top: 1px solid #dddddd;
}
.am-panel > .am-table > tbody:first-child > tr:first-child th,
.am-panel > .am-table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.am-panel > .am-table-bd {
    border: 0;
}
.am-panel > .am-table-bd > thead > tr > th:first-child,
.am-panel > .am-table-bd > tbody > tr > th:first-child,
.am-panel > .am-table-bd > tfoot > tr > th:first-child,
.am-panel > .am-table-bd > thead > tr > td:first-child,
.am-panel > .am-table-bd > tbody > tr > td:first-child,
.am-panel > .am-table-bd > tfoot > tr > td:first-child {
    border-left: 0;
}
.am-panel > .am-table-bd > thead > tr > th:last-child,
.am-panel > .am-table-bd > tbody > tr > th:last-child,
.am-panel > .am-table-bd > tfoot > tr > th:last-child,
.am-panel > .am-table-bd > thead > tr > td:last-child,
.am-panel > .am-table-bd > tbody > tr > td:last-child,
.am-panel > .am-table-bd > tfoot > tr > td:last-child {
    border-right: 0;
}
.am-panel > .am-table-bd > thead > tr:first-child > td,
.am-panel > .am-table-bd > tbody > tr:first-child > td,
.am-panel > .am-table-bd > thead > tr:first-child > th,
.am-panel > .am-table-bd > tbody > tr:first-child > th {
    border-bottom: 0;
}
.am-panel > .am-table-bd > tbody > tr:last-child > td,
.am-panel > .am-table-bd > tfoot > tr:last-child > td,
.am-panel > .am-table-bd > tbody > tr:last-child > th,
.am-panel > .am-table-bd > tfoot > tr:last-child > th {
    border-bottom: 0;
}
/* Wrap list */
.am-panel > .am-list {
    margin: 0;
}
.am-panel > .am-list > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
}
.am-panel > .am-list-static li {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* Panel group */
.am-panel-group {
    margin-bottom: 2rem;
}
.am-panel-group .am-panel {
    margin-bottom: 0;
    border-radius: 0;
}
.am-panel-group .am-panel + .am-panel {
    margin-top: 6px;
}
.am-panel-group .am-panel-hd {
    border-bottom: 0;
}
.am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
    border-top: 1px solid #dddddd;
}
.am-panel-group .am-panel-footer {
    border-top: 0;
}
.am-panel-group .am-panel-footer + .am-panel-collapse .am-panel-bd {
    border-bottom: 1px solid #dddddd;
}

/* ==========================================================================
   Component: Thumbnail
 ============================================================================ */
.am-thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.am-thumbnail > img,
.am-thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.am-thumbnail a.am-thumbnail:hover,
.am-thumbnail a.am-thumbnail:focus,
.am-thumbnail a.am-thumbnail.active {
    border-color: #0e90d2;
    background-color: #ffffff;
}
img.am-thumbnail,
.am-thumbnail > img,
.am-thumbnail a > img {
    max-width: 100%;
    height: auto;
}
/* Image caption */
.am-thumbnail-caption {
    margin: 0;
    padding: 0.8rem;
    color: #333333;
    font-weight: normal;
}
.am-thumbnail-caption *:last-child {
    margin-bottom: 0;
}
.am-thumbnails {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.am-thumbnails > li {
    padding: 0 .5rem 1rem .5rem;
}
/* ==========================================================================
   Component: Utility
 ============================================================================ */
.am-scrollable-horizontal {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.am-scrollable-vertical {
    height: 240px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: vertical;
}
/* Border-radius*/
.am-square {
    border-radius: 0;
}
.am-radius {
    border-radius: 2px;
}
.am-round {
    border-radius: 1000px;
}
.am-circle {
    border-radius: 50%;
}
/* Float blocks*/
.am-cf:before,
.am-cf:after {
    content: " ";
    display: table;
}
.am-cf:after {
    clear: both;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
.am-nbfc {
    overflow: hidden;
}
.am-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Display */
.am-block {
    display: block !important;
}
.am-inline {
    display: inline !important;
}
.am-inline-block {
    display: inline-block !important;
}
.am-hide {
    display: none !important;
    visibility: hidden !important;
}
/*
* Remove whitespace between child elements when using `inline-block`
*/
.am-vertical-align {
    font-size: 0.001px;
}
/*
* The `@{ns}vertical-align` container needs a specific height
*/
.am-vertical-align:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*
* Sub-object which can have any height
* 1. Reset whitespace hack
*/
.am-vertical-align-middle,
.am-vertical-align-bottom {
    display: inline-block;
    font-size: 1.6rem;
    /* 1 */
    max-width: 100%;
}
.am-vertical-align-middle {
    vertical-align: middle;
}
.am-vertical-align-bottom {
    vertical-align: bottom;
}
.am-responsive-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}
/* Margin helpers */
.am-margin {
    margin: 1.6rem;
}
.am-margin-0 {
    margin: 0!important;
}
.am-margin-xs {
    margin: 0.5rem;
}
.am-margin-sm {
    margin: 1rem;
}
.am-margin-lg {
    margin: 2.4rem;
}
.am-margin-xl {
    margin: 3.2rem;
}
.am-margin-horizontal {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}
.am-margin-horizontal-0 {
    margin-left: 0!important;
    margin-right: 0!important;
}
.am-margin-horizontal-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.am-margin-horizontal-sm {
    margin-left: 1rem;
    margin-right: 1rem;
}
.am-margin-horizontal-lg {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
}
.am-margin-horizontal-xl {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
}
.am-margin-vertical {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}
.am-margin-vertical-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.am-margin-vertical-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.am-margin-vertical-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.am-margin-vertical-lg {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}
.am-margin-vertical-xl {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}
.am-margin-top {
    margin-top: 1.6rem;
}
.am-margin-top-0 {
    margin-top: 0!important;
}
.am-margin-top-xs {
    margin-top: 0.5rem;
}
.am-margin-top-sm {
    margin-top: 1rem;
}
.am-margin-top-lg {
    margin-top: 2.4rem;
}
.am-margin-top-xl {
    margin-top: 3.2rem;
}
.am-margin-bottom {
    margin-bottom: 1.6rem;
}
.am-margin-bottom-0 {
    margin-bottom: 0!important;
}
.am-margin-bottom-xs {
    margin-bottom: 0.5rem;
}
.am-margin-bottom-sm {
    margin-bottom: 1rem;
}
.am-margin-bottom-lg {
    margin-bottom: 2.4rem;
}
.am-margin-bottom-xl {
    margin-bottom: 3.2rem;
}
.am-margin-left {
    margin-left: 1.6rem;
}
.am-margin-left-0 {
    margin-left: 0!important;
}
.am-margin-left-xs {
    margin-left: 0.5rem;
}
.am-margin-left-sm {
    margin-left: 1rem;
}
.am-margin-left-lg {
    margin-left: 2.4rem;
}
.am-margin-left-xl {
    margin-left: 3.2rem;
}
.am-margin-right {
    margin-right: 1.6rem;
}
.am-margin-right-0 {
    margin-right: 0!important;
}
.am-margin-right-xs {
    margin-right: 0.5rem;
}
.am-margin-right-sm {
    margin-right: 1rem;
}
.am-margin-right-lg {
    margin-right: 2.4rem;
}
.am-margin-right-xl {
    margin-right: 3.2rem;
}
/* Padding helpers */
.am-padding {
    padding: 1.6rem;
}
.am-padding-0 {
    padding: 0!important;
}
.am-padding-xs {
    padding: 0.5rem;
}
.am-padding-sm {
    padding: 1rem;
}
.am-padding-lg {
    padding: 2.4rem;
}
.am-padding-xl {
    padding: 3.2rem;
}
.am-padding-horizontal {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.am-padding-horizontal-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.am-padding-horizontal-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.am-padding-horizontal-sm {
    padding-left: 1rem;
    padding-right: 1rem;
}
.am-padding-horizontal-lg {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
.am-padding-horizontal-xl {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
.am-padding-vertical {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.am-padding-vertical-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.am-padding-vertical-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.am-padding-vertical-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.am-padding-vertical-lg {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}
.am-padding-vertical-xl {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}
.am-padding-top {
    padding-top: 1.6rem;
}
.am-padding-top-0 {
    padding-top: 0!important;
}
.am-padding-top-xs {
    padding-top: 0.5rem;
}
.am-padding-top-sm {
    padding-top: 1rem;
}
.am-padding-top-lg {
    padding-top: 2.4rem;
}
.am-padding-top-xl {
    padding-top: 3.2rem;
}
.am-padding-bottom {
    padding-bottom: 1.6rem;
}
.am-padding-bottom-0 {
    padding-bottom: 0!important;
}
.am-padding-bottom-xs {
    padding-bottom: 0.5rem;
}
.am-padding-bottom-sm {
    padding-bottom: 1rem;
}
.am-padding-bottom-lg {
    padding-bottom: 2.4rem;
}
.am-padding-bottom-xl {
    padding-bottom: 3.2rem;
}
.am-padding-left {
    padding-left: 1.6rem;
}
.am-padding-left-0 {
    padding-left: 0!important;
}
.am-padding-left-xs {
    padding-left: 0.5rem;
}
.am-padding-left-sm {
    padding-left: 1rem;
}
.am-padding-left-lg {
    padding-left: 2.4rem;
}
.am-padding-left-xl {
    padding-left: 3.2rem;
}
.am-padding-right {
    padding-right: 1.6rem;
}
.am-padding-right-0 {
    padding-right: 0!important;
}
.am-padding-right-xs {
    padding-right: 0.5rem;
}
.am-padding-right-sm {
    padding-right: 1rem;
}
.am-padding-right-lg {
    padding-right: 2.4rem;
}
.am-padding-right-xl {
    padding-right: 3.2rem;
}
/* small displays */
@media only screen {
    .am-show-sm-only,
    .am-show-sm-up,
    .am-show-sm,
    .am-show-sm-down,
    .am-hide-md-only,
    .am-hide-md-up,
    .am-hide-md,
    .am-show-md-down,
    .am-hide-lg-only,
    .am-hide-lg-up,
    .am-hide-lg,
    .am-show-lg-down {
        display: inherit !important;
    }
    .am-hide-sm-only,
    .am-hide-sm-up,
    .am-hide-sm,
    .am-hide-sm-down,
    .am-show-md-only,
    .am-show-md-up,
    .am-show-md,
    .am-hide-md-down,
    .am-show-lg-only,
    .am-show-lg-up,
    .am-show-lg,
    .am-hide-lg-down {
        display: none !important;
    }
    /* table */
    table.am-show-sm-only,
    table.am-show-sm-up,
    table.am-show-sm,
    table.am-show-sm-down,
    table.am-hide-md-only,
    table.am-hide-md-up,
    table.am-hide-md,
    table.am-show-md-down,
    table.am-hide-lg-only,
    table.am-hide-lg-up,
    table.am-hide-lg,
    table.am-show-lg-down {
        display: table !important;
    }
    thead.am-show-sm-only,
    thead.am-show-sm-up,
    thead.am-show-sm,
    thead.am-show-sm-down,
    thead.am-hide-md-only,
    thead.am-hide-md-up,
    thead.am-hide-md,
    thead.am-show-md-down,
    thead.am-hide-lg-only,
    thead.am-hide-lg-up,
    thead.am-hide-lg,
    thead.am-show-lg-down {
        display: table-header-group !important;
    }
    tbody.am-show-sm-only,
    tbody.am-show-sm-up,
    tbody.am-show-sm,
    tbody.am-show-sm-down,
    tbody.am-hide-md-only,
    tbody.am-hide-md-up,
    tbody.am-hide-md,
    tbody.am-show-md-down,
    tbody.am-hide-lg-only,
    tbody.am-hide-lg-up,
    tbody.am-hide-lg,
    tbody.am-show-lg-down {
        display: table-row-group !important;
    }
    tr.am-show-sm-only,
    tr.am-show-sm-up,
    tr.am-show-sm,
    tr.am-show-sm-down,
    tr.am-hide-md-only,
    tr.am-hide-md-up,
    tr.am-hide-md,
    tr.am-show-md-down,
    tr.am-hide-lg-only,
    tr.am-hide-lg-up,
    tr.am-hide-lg,
    tr.am-show-lg-down {
        display: table-row !important;
    }
    th.am-show-sm-only,
    td.am-show-sm-only,
    th.am-show-sm-up,
    td.am-show-sm-up,
    th.am-show-sm,
    td.am-show-sm,
    th.am-show-sm-down,
    td.am-show-sm-down,
    th.am-hide-md-only,
    td.am-hide-md-only,
    th.am-hide-md-up,
    td.am-hide-md-up,
    th.am-hide-md,
    td.am-hide-md,
    th.am-show-md-down,
    td.am-show-md-down,
    th.am-hide-lg-only,
    td.am-hide-lg-only,
    th.am-hide-lg-up,
    td.am-hide-lg-up,
    th.am-hide-lg,
    td.am-hide-lg,
    th.am-show-lg-down,
    td.am-show-lg-down {
        display: table-cell !important;
    }
}
/* medium displays */
@media only screen and (min-width:641px) {
    .am-hide-sm-only,
    .am-show-sm-up,
    .am-hide-sm,
    .am-hide-sm-down,
    .am-show-md-only,
    .am-show-md-up,
    .am-show-md,
    .am-show-md-down,
    .am-hide-lg-only,
    .am-hide-lg-up,
    .am-hide-lg,
    .am-show-lg-down {
        display: inherit !important;
    }
    .am-show-sm-only,
    .am-hide-sm-up,
    .am-show-sm,
    .am-show-sm-down,
    .am-hide-md-only,
    .am-hide-md-up,
    .am-hide-md,
    .am-hide-md-down,
    .am-show-lg-only,
    .am-show-lg-up,
    .am-show-lg,
    .am-hide-lg-down {
        display: none !important;
    }
    table.am-hide-sm-only,
    table.am-show-sm-up,
    table.am-hide-sm,
    table.am-hide-sm-down,
    table.am-show-md-only,
    table.am-show-md-up,
    table.am-show-md,
    table.am-show-md-down,
    table.am-hide-lg-only,
    table.am-hide-lg-up,
    table.am-hide-lg,
    table.am-show-lg-down {
        display: table !important;
    }
    thead.am-hide-sm-only,
    thead.am-show-sm-up,
    thead.am-hide-sm,
    thead.am-hide-sm-down,
    thead.am-show-md-only,
    thead.am-show-md-up,
    thead.am-show-md,
    thead.am-show-md-down,
    thead.am-hide-lg-only,
    thead.am-hide-lg-up,
    thead.am-hide-lg,
    thead.am-show-lg-down {
        display: table-header-group !important;
    }
    tbody.am-hide-sm-only,
    tbody.am-show-sm-up,
    tbody.am-hide-sm,
    tbody.am-hide-sm-down,
    tbody.am-show-md-only,
    tbody.am-show-md-up,
    tbody.am-show-md,
    tbody.am-show-md-down,
    tbody.am-hide-lg-only,
    tbody.am-hide-lg-up,
    tbody.am-hide-lg,
    tbody.am-show-lg-down {
        display: table-row-group !important;
    }
    tr.am-hide-sm-only,
    tr.am-show-sm-up,
    tr.am-hide-sm,
    tr.am-hide-sm-down,
    tr.am-show-md-only,
    tr.am-show-md-up,
    tr.am-show-md,
    tr.am-show-md-down,
    tr.am-hide-lg-only,
    tr.am-hide-lg-up,
    tr.am-hide-lg,
    tr.am-show-lg-down {
        display: table-row !important;
    }
    th.am-hide-sm-only,
    td.am-hide-sm-only,
    th.am-show-sm-up,
    td.am-show-sm-up,
    th.am-hide-sm,
    td.am-hide-sm,
    th.am-hide-sm-down,
    td.am-hide-sm-down,
    th.am-show-md-only,
    td.am-show-md-only,
    th.am-show-md-up,
    td.am-show-md-up,
    th.am-show-md,
    td.am-show-md,
    th.am-show-md-down,
    td.am-show-md-down,
    th.am-hide-lg-only,
    td.am-hide-lg-only,
    th.am-hide-lg-up,
    td.am-hide-lg-up,
    th.am-hide-lg,
    td.am-hide-lg,
    th.am-show-lg-down,
    td.am-show-lg-down {
        display: table-cell !important;
    }
}
/* large displays */
@media only screen and (min-width:1025px) {
    .am-hide-sm-only,
    .am-show-sm-up,
    .am-hide-sm,
    .am-hide-sm-down,
    .am-hide-md-only,
    .am-show-md-up,
    .am-hide-md,
    .am-hide-md-down,
    .am-show-lg-only,
    .am-show-lg-up,
    .am-show-lg,
    .am-show-lg-down {
        display: inherit !important;
    }
    .am-show-sm-only,
    .am-hide-sm-up,
    .am-show-sm,
    .am-show-sm-down,
    .am-show-md-only,
    .am-hide-md-up,
    .am-show-md,
    .am-show-md-down,
    .am-hide-lg-only,
    .am-hide-lg-up,
    .am-hide-lg,
    .am-hide-lg-down {
        display: none !important;
    }
    table.am-hide-sm-only,
    table.am-show-sm-up,
    table.am-hide-sm,
    table.am-hide-sm-down,
    table.am-hide-md-only,
    table.am-show-md-up,
    table.am-hide-md,
    table.am-hide-md-down,
    table.am-show-lg-only,
    table.am-show-lg-up,
    table.am-show-lg,
    table.am-show-lg-down {
        display: table !important;
    }
    thead.am-hide-sm-only,
    thead.am-show-sm-up,
    thead.am-hide-sm,
    thead.am-hide-sm-down,
    thead.am-hide-md-only,
    thead.am-show-md-up,
    thead.am-hide-md,
    thead.am-hide-md-down,
    thead.am-show-lg-only,
    thead.am-show-lg-up,
    thead.am-show-lg,
    thead.am-show-lg-down {
        display: table-header-group !important;
    }
    tbody.am-hide-sm-only,
    tbody.am-show-sm-up,
    tbody.am-hide-sm,
    tbody.am-hide-sm-down,
    tbody.am-hide-md-only,
    tbody.am-show-md-up,
    tbody.am-hide-md,
    tbody.am-hide-md-down,
    tbody.am-show-lg-only,
    tbody.am-show-lg-up,
    tbody.am-show-lg,
    tbody.am-show-lg-down {
        display: table-row-group !important;
    }
    tr.am-hide-sm-only,
    tr.am-show-sm-up,
    tr.am-hide-sm,
    tr.am-hide-sm-down,
    tr.am-hide-md-only,
    tr.am-show-md-up,
    tr.am-hide-md,
    tr.am-hide-md-down,
    tr.am-show-lg-only,
    tr.am-show-lg-up,
    tr.am-show-lg,
    tr.am-show-lg-down {
        display: table-row !important;
    }
    th.am-hide-sm-only,
    td.am-hide-sm-only,
    th.am-show-sm-up,
    td.am-show-sm-up,
    th.am-hide-sm,
    td.am-hide-sm,
    th.am-hide-sm-down,
    td.am-hide-sm-down,
    th.am-hide-md-only,
    td.am-hide-md-only,
    th.am-show-md-up,
    td.am-show-md-up,
    th.am-hide-md,
    td.am-hide-md,
    th.am-hide-md-down,
    td.am-hide-md-down,
    th.am-show-lg-only,
    td.am-show-lg-only,
    th.am-show-lg-up,
    td.am-show-lg-up,
    th.am-show-lg,
    td.am-show-lg,
    th.am-show-lg-down,
    td.am-show-lg-down {
        display: table-cell !important;
    }
}
@media only screen and (orientation: landscape) {
    .am-show-landscape,
    .am-hide-portrait {
        display: inherit !important;
    }
    .am-hide-landscape,
    .am-show-portrait {
        display: none !important;
    }
}
@media only screen and (orientation: portrait) {
    .am-show-portrait,
    .am-hide-landscape {
        display: inherit !important;
    }
    .am-hide-portrait,
    .am-show-landscape {
        display: none !important;
    }
}
.am-sans-serif {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.am-serif {
    font-family: Georgia, "Times New Roman", Times, SimSun, "FontAwesome", serif;
}
.am-kai {
    font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.am-monospace {
    font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
.am-text-primary {
    color: #0e90d2;
}
.am-text-secondary {
    color: #3bb4f2;
}
.am-text-success {
    color: #5eb95e;
}
.am-text-warning {
    color: #f37b1d;
}
.am-text-danger {
    color: #dd514c;
}
.am-link-muted {
    color: #666;
}
.am-link-muted a {
    color: #666;
}
.am-link-muted:hover,
.am-link-muted a:hover {
    color: #555;
}
.am-text-default {
    font-size: 1.6rem;
}
/*
.@{ns}text-xxs {
  font-size: @font-size-xxs;
}
*/
.am-text-xs {
    font-size: 1.2rem;
}
.am-text-sm {
    font-size: 1.4rem;
}
.am-text-lg {
    font-size: 1.8rem;
}
.am-text-xl {
    font-size: 2.4rem;
}
.am-text-xxl {
    font-size: 3.2rem;
}
.am-text-xxxl {
    font-size: 4.2rem;
}
.am-ellipsis,
.am-text-truncate {
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.am-text-nowrap {
    white-space: nowrap;
}
[class*='am-align-'] {
    margin-bottom: 1rem;
}
.am-align-left {
    margin-right: 1rem;
    float: left;
}
.am-align-right {
    margin-left: 1rem;
    float: right;
}
/** Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */
.am-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* Text Image Replacement */
.am-text-ir {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/* Text align */
@media only screen {
    .am-text-left {
        text-align: left !important;
    }
    .am-text-right {
        text-align: right !important;
    }
    .am-text-center {
        text-align: center !important;
    }
    .am-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (max-width: 640px) {
    .am-sm-only-text-left {
        text-align: left !important;
    }
    .am-sm-only-text-right {
        text-align: right !important;
    }
    .am-sm-only-text-center {
        text-align: center !important;
    }
    .am-sm-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width:641px) and (max-width:1024px) {
    .am-md-only-text-left {
        text-align: left !important;
    }
    .am-md-only-text-right {
        text-align: right !important;
    }
    .am-md-only-text-center {
        text-align: center !important;
    }
    .am-md-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width:641px) {
    .am-md-text-left {
        text-align: left !important;
    }
    .am-md-text-right {
        text-align: right !important;
    }
    .am-md-text-center {
        text-align: center !important;
    }
    .am-md-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width:1025px) {
    .am-lg-text-left {
        text-align: left !important;
    }
    .am-lg-text-right {
        text-align: right !important;
    }
    .am-lg-text-center {
        text-align: center !important;
    }
    .am-lg-text-justify {
        text-align: justify !important;
    }
}
.am-text-top {
    vertical-align: top !important;
}
.am-text-middle {
    vertical-align: middle !important;
}
.am-text-bottom {
    vertical-align: bottom !important;
}
.am-angle {
    position: absolute;
}
.am-angle:before,
.am-angle:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    z-index: 1;
}
.am-angle-up {
    top: 0;
}
.am-angle-up:before,
.am-angle-up:after {
    border-bottom-style: solid;
    border-width: 0 8px 8px;
}
.am-angle-up:before {
    border-bottom-color: #dddddd;
    bottom: 0;
}
.am-angle-up:after {
    border-bottom-color: #ffffff;
    bottom: -1px;
}
.am-angle-down {
    bottom: -9px;
}
.am-angle-down:before,
.am-angle-down:after {
    border-top-style: solid;
    border-width: 8px 8px 0;
}
.am-angle-down:before {
    border-top-color: #dddddd;
    bottom: 0;
}
.am-angle-down:after {
    border-top-color: #ffffff;
    bottom: 1px;
}
.am-angle-left {
    left: -9px;
}
.am-angle-left:before,
.am-angle-left:after {
    border-right-style: solid;
    border-width: 8px 8px 8px 0;
}
.am-angle-left:before {
    border-right-color: #dddddd;
    left: 0;
}
.am-angle-left:after {
    border-right-color: #ffffff;
    left: 1px;
}
.am-angle-right {
    right: 0;
}
.am-angle-right:before,
.am-angle-right:after {
    border-left-style: solid;
    border-width: 8px 0 8px 8px;
}
.am-angle-right:before {
    border-left-color: #dddddd;
    left: 0;
}
.am-angle-right:after {
    border-left-color: #ffffff;
    left: -1px;
}
/* ==========================================================================
   Component: Alert Plugin
 ============================================================================ */
.am-alert {
    margin-bottom: 1em;
    padding: 0.625em;
    background: #0e90d2;
    color: #ffffff;
    border: 1px solid #0c7cb5;
    border-radius: 0;
}
.am-alert a {
    color: #ffffff;
}
.am-alert h1,
.am-alert h2,
.am-alert h3,
.am-alert h4,
.am-alert h5,
.am-alert h6 {
    color: inherit;
}
.am-alert .am-close {
    opacity: .4;
}
.am-alert .am-close:hover {
    opacity: .6;
}
/* Add margin if adjacent element */
* + .am-alert {
    margin-top: 1em;
}
/* Remove margin from the last-child */
.am-alert > :last-child {
    margin-bottom: 0;
}
/* within am-form-group */
.am-form-group .am-alert {
    margin: 5px 0 0;
    padding: 0.25em 0.625em;
    font-size: 1.3rem;
}
/* Close in alert */
.am-alert > .am-close:first-child {
    float: right;
    height: auto;
    margin: -3px -5px auto auto;
}
/* Remove margin from adjacent element */
.am-alert > .am-close:first-child + * {
    margin-top: 0;
}
.am-alert-secondary {
    background-color: #eeeeee;
    border-color: #dfdfdf;
    color: #555555;
}
.am-alert-success {
    background-color: #5eb95e;
    border-color: #4bad4b;
    color: #ffffff;
}
.am-alert-warning {
    background-color: #f37b1d;
    border-color: #e56c0c;
    color: #ffffff;
}
.am-alert-danger {
    background-color: #dd514c;
    border-color: #d83832;
    color: #ffffff;
}
.am-dropdown {
    position: relative;
    display: inline-block;
}
.am-dropdown-toggle:focus {
    outline: 0;
}
.am-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px;
    margin: 9px 0 0;
    text-align: left;
    line-height: 1.6;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
}
.am-dropdown-content:before,
.am-dropdown-content:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    z-index: 1;
}
.am-dropdown-content:before,
.am-dropdown-content:after {
    border-bottom-style: solid;
    border-width: 0 8px 8px;
}
.am-dropdown-content:before {
    border-bottom-color: #dddddd;
    bottom: 0;
}
.am-dropdown-content:after {
    border-bottom-color: #ffffff;
    bottom: -1px;
}
.am-dropdown-content:before,
.am-dropdown-content:after {
    left: 10px;
    top: -8px;
    pointer-events: none;
}
.am-dropdown-content:after {
    top: -7px;
}
.am-active > .am-dropdown-content {
    display: block;
}
.am-dropdown-content :first-child {
    margin-top: 0;
}
.am-dropdown-up .am-dropdown-content {
    top: auto;
    bottom: 100%;
    margin: 0 0 9px;
}
.am-dropdown-up .am-dropdown-content:before,
.am-dropdown-up .am-dropdown-content:after {
    border-bottom: none;
    border-top: 8px solid #dddddd;
    top: auto;
    bottom: -8px;
}
.am-dropdown-up .am-dropdown-content:after {
    bottom: -7px;
    border-top-color: #ffffff;
}
.am-dropdown-flip .am-dropdown-content {
    left: auto;
    right: 0;
}
.am-dropdown-flip .am-dropdown-content:before,
.am-dropdown-flip .am-dropdown-content:after {
    left: auto;
    right: 10px;
}
ul.am-dropdown-content {
    list-style: none;
    padding: 5px 0;
}
ul.am-dropdown-content.am-fr {
    right: 0;
    left: auto;
}
ul.am-dropdown-content .am-divider {
    height: 1px;
    margin: 0rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
ul.am-dropdown-content > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
}
ul.am-dropdown-content > li > a:hover,
ul.am-dropdown-content > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
ul.am-dropdown-content > .am-active > a,
ul.am-dropdown-content > .am-active > a:hover,
ul.am-dropdown-content > .am-active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0e90d2;
}
ul.am-dropdown-content > .am-disabled > a,
ul.am-dropdown-content > .am-disabled > a:hover,
ul.am-dropdown-content > .am-disabled > a:focus {
    color: #999999;
}
ul.am-dropdown-content > .am-disabled > a:hover,
ul.am-dropdown-content > .am-disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.am-dropdown-header {
    display: block;
    padding: 6px 20px;
    font-size: 1.2rem;
    color: #999999;
}
.am-fr > .am-dropdown-content {
    right: 0;
    left: auto;
}
.am-fr > .am-dropdown-content:before {
    right: 10px;
    left: auto;
}
.am-dropdown-animation {
    -webkit-animation: am-dropdown-animation 0.15s ease-out;
    animation: am-dropdown-animation 0.15s ease-out;
}
@-webkit-keyframes am-dropdown-animation {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes am-dropdown-animation {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/* ==========================================================================
   Component: Modal Plugin
 ============================================================================ */
.am-modal {
    width: 270px;
    position: fixed;
    display: none;
    z-index: 1110;
    left: 50%;
    margin-left: -135px;
    margin-top: 0;
    top: 50%;
    text-align: center;
    border-radius: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    /*@media @large-up {
    width: @modal-lg;
    margin-left: -@modal-lg/2;
  }*/
}
.am-modal:focus {
    outline: 0;
}
.am-modal.am-modal-active {
    opacity: 1;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.am-modal.am-modal-out {
    opacity: 0;
    z-index: 1109;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(0, 0, 0) scale(0.815);
    transform: translate3d(0, 0, 0) scale(0.815);
}
@media only screen and (min-width:641px) {
    .am-modal {
        width: 540px;
        margin-left: -270px;
    }
}
.am-modal-dialog {
    border-radius: 0;
    background: #f8f8f8;
}
.am-modal-hd {
    padding: 15px 10px 5px 10px;
    font-size: 1.8rem;
    font-weight: 500;
}
.am-modal-hd + .am-modal-bd {
    padding-top: 0;
}
.am-modal-hd .am-close {
    position: absolute;
    top: 4px;
    right: 4px;
}
.am-modal-bd {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-radius: 2px 2px 0 0;
}
.am-modal-bd + .am-modal-bd {
    margin-top: 5px;
}
.am-modal-prompt-input {
    display: block;
    margin: 5px auto 0 auto;
    border-radius: 0;
    padding: 5px;
    line-height: 1.8rem;
    width: 80%;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.am-modal-prompt-input:focus {
    outline: none;
    border-color: #d6d6d6;
}
.am-modal-footer {
    height: 44px;
    overflow: hidden;
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.am-modal-btn {
    display: table-cell !important;
    padding: 0 5px;
    height: 44px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 1.6rem;
    line-height: 44px;
    text-align: center;
    color: #0e90d2;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid #dedede;
}
.am-modal-btn:first-child {
    border-radius: 0 0 0 0;
}
.am-modal-btn:last-child {
    border-right: none;
    border-radius: 0 0 0 0;
}
.am-modal-btn:first-child:last-child {
    border-radius: 0 0 0 0;
}
.am-modal-btn.am-modal-btn-bold {
    font-weight: 500;
}
.am-modal-btn:active {
    background: #d4d4d4;
}
.am-modal-btn + .am-modal-btn {
    border-left: 1px solid #dedede;
}
.am-modal-no-btn .am-modal-dialog {
    border-radius: 0;
    border-bottom: none;
}
.am-modal-no-btn .am-modal-bd {
    border-bottom: none;
}
.am-modal-no-btn .am-modal-footer {
    display: none;
}
.am-modal-loading .am-modal-bd {
    border-bottom: none;
}
.am-modal-loading .am-icon-spin {
    display: inline-block;
    font-size: 2.4rem;
}
.am-modal-loading .am-modal-footer {
    display: none;
}
.am-modal-actions {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1110;
    width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
}
.am-modal-actions.am-modal-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.am-modal-actions.am-modal-out {
    z-index: 1109;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.am-modal-actions-group {
    margin: 10px;
}
.am-modal-actions-group .am-list {
    margin: 0;
    border-radius: 0;
}
.am-modal-actions-group .am-list > li {
    margin-bottom: 0;
    border-bottom: none;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
}
.am-modal-actions-group .am-list > li > a {
    padding: 1rem;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-modal-actions-group .am-list > li:first-child {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.am-modal-actions-group .am-list > li:last-child {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am-modal-actions-header {
    padding: 1rem;
    color: #999999;
    font-size: 1.4rem;
}
.am-modal-actions-danger {
    color: #dd514c;
}
.am-modal-actions-danger a {
    color: inherit;
}
.am-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1110;
    background: #fff;
    display: none;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.am-popup.am-modal-active,
.am-popup.am-modal-out {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.am-popup.am-modal-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.am-popup.am-modal-out {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
@media all and (min-width: 630px) and (min-height: 630px) {
    .am-popup {
        width: 630px;
        height: 630px;
        left: 50%;
        top: 50%;
        margin-left: -315px;
        margin-top: -315px;
        -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
        transform: translateY(1024px);
    }
    .am-popup.am-modal-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .am-popup.am-modal-out {
        -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
        transform: translateY(1024px);
    }
}
.am-popup-inner {
    padding-top: 44px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.am-popup-hd {
    position: fixed;
    top: 0;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}
.am-popup-hd .am-popup-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    margin: 0 30px;
    color: #333333;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-popup-hd .am-close {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #999999;
}
.am-popup-hd .am-close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #555555;
}
.am-popup-bd {
    padding: 15px;
    background: #f8f8f8;
    color: #555555;
}

/* ==========================================================================
   Component: Tabs Plugin
 ============================================================================ */
.am-tabs-bd {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 100;
    -webkit-transition: height .3s;
    transition: height .3s;
}
.am-tabs-bd .am-tab-panel {
    position: absolute;
    top: 0;
    z-index: 99;
    float: left;
    width: 100%;
    padding: 10px 10px 15px;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.am-tabs-bd .am-tab-panel * {
    -webkit-user-drag: none;
}
.am-tabs-bd .am-tab-panel.am-active {
    position: relative;
    z-index: 100;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.am-tabs-bd .am-tab-panel.am-active ~ .am-tab-panel {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.am-tabs-bd .am-tabs-bd {
    border: none;
}
.am-tabs-fade .am-tab-panel {
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.am-tabs-fade .am-tab-panel.am-in {
    opacity: 1;
}

/* ==========================================================================
   Component: uCheck Plugin
 ============================================================================ */
.am-checkbox,
.am-radio,
.am-checkbox-inline,
.am-radio-inline {
    padding-left: 22px;
    position: relative;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    font-size: 14px;
    line-height: 1.5;
}
label.am-checkbox,
label.am-radio {
    font-weight: normal;
}
.am-ucheck-icons {
    color: #999999;
    display: block;
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 18px;
    cursor: pointer;
}
.am-checkbox .am-icon-checked,
.am-radio .am-icon-checked,
.am-checkbox-inline .am-icon-checked,
.am-radio-inline .am-icon-checked,
.am-checkbox .am-icon-unchecked,
.am-radio .am-icon-unchecked,
.am-checkbox-inline .am-icon-unchecked,
.am-radio-inline .am-icon-unchecked {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-table;
    margin: 0;
    background-color: transparent;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
}
.am-checkbox .am-icon-checked:before,
.am-radio .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before,
.am-checkbox .am-icon-unchecked:before,
.am-radio .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
    /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.am-checkbox .am-icon-checked,
.am-radio .am-icon-checked,
.am-checkbox-inline .am-icon-checked,
.am-radio-inline .am-icon-checked {
    opacity: 0;
}
.am-checkbox .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before {
    content: "\f046";
}
.am-checkbox .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before {
    content: "\f096";
}
.am-radio .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before {
    content: "\f192";
}
.am-radio .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked:before {
    content: "\f10c";
}
.am-ucheck-checkbox,
.am-ucheck-radio {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    outline: none !important;
}
.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #0e90d2;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-ucheck-radio:checked + .am-ucheck-icons {
    color: #0e90d2;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:checked + .am-ucheck-icons .am-icon-unchecked {
    opacity: 0;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:checked + .am-ucheck-icons .am-icon-checked {
    opacity: 1;
}
.am-ucheck-checkbox:disabled + .am-ucheck-icons,
.am-ucheck-radio:disabled + .am-ucheck-icons {
    cursor: default;
    color: #d8d8d8;
}
.am-ucheck-checkbox:disabled:checked + .am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:disabled:checked + .am-ucheck-icons .am-icon-unchecked {
    opacity: 0;
}
.am-ucheck-checkbox:disabled:checked + .am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:disabled:checked + .am-ucheck-icons .am-icon-checked {
    opacity: 1;
    color: #d8d8d8;
}
.am-checkbox.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #3bb4f2;
}
.am-checkbox.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons {
    color: #3bb4f2;
}
.am-checkbox.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #5eb95e;
}
.am-checkbox.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:checked + .am-ucheck-icons {
    color: #5eb95e;
}
.am-checkbox.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #f37b1d;
}
.am-checkbox.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:checked + .am-ucheck-icons {
    color: #f37b1d;
}
.am-checkbox.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #dd514c;
}
.am-checkbox.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:checked + .am-ucheck-icons {
    color: #dd514c;
}
.am-field-error + .am-ucheck-icons {
    color: #dd514c;
}
.am-field-valid + .am-ucheck-icons {
    color: #5eb95e;
}
/*
// Group Addon
.@{ns}input-group-label {
  .@{ns}radio,
  .@{ns}checkbox {
    margin: -2px 0;
    padding-left: 15px;
  }
}

// Form inline style
.@{ns}form-inline .@{ns}checkbox,
.@{ns}form-inline .@{ns}radio {
  padding-left: 24px;
}

/* ==========================================================================
   Component: JS Plugins helpers
 ============================================================================ */
.am-fade {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.am-fade.am-in {
    opacity: 1;
}
.am-collapse {
    display: none;
}
.am-collapse.am-in {
    display: block;
}
tr.am-collapse.am-in {
    display: table-row;
}
tbody.am-collapse.am-in {
    display: table-row-group;
}
.am-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}
.am-sticky {
    position: fixed !important;
    z-index: 1010;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
[data-am-sticky][class*="am-animation-"] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.am-dimmer-active {
    overflow: hidden;
}
.am-dimmer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1100;
    opacity: 0;
}
.am-dimmer.am-active {
    opacity: 1;
}
[data-am-collapse] {
    cursor: pointer;
}

/**
  * Figure theme: one
  */
.am-figure-one {
    margin: 0 10px;
    background: #ffffff;
}
.am-figure-one img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #dfdfdf;
}
.am-figure-one figcaption {
    text-align: center;
    font-size: 1.4rem;
    padding: 10px 0;
    color: #888888;
}
.am-footer {
    text-align: center;
    padding: 1em 0;
    font-size: 1.6rem;
}
.am-footer .am-switch-mode-ysp {
    cursor: pointer;
}
.am-footer .am-footer-text {
    margin-top: 10px;
    font-size: 14px;
}
.am-footer .am-footer-text-left {
    text-align: left;
    padding-left: 10px;
}
.am-modal-footer-hd {
    padding-bottom: 10px;
}
/**
  * Footer Theme: default
  */
.am-footer-default {
    background-color: #ffffff;
}
.am-footer-default a {
    color: #555555;
}
.am-footer-default .am-footer-switch {
    margin-bottom: 10px;
    font-weight: bold;
}
.am-footer-default .am-footer-ysp {
    color: #555555;
    cursor: pointer;
}
.am-footer-default .am-footer-divider {
    color: #cccccc;
}
.am-footer-default .am-footer-desktop {
    color: #0e90d2;
}
.am-footer-default .am-footer-miscs {
    color: #999999;
    font-size: 13px;
}
.am-footer-default .am-footer-miscs p {
    margin: 5px 0;
}
@media only screen and (min-width:641px) {
    .am-footer-default .am-footer-miscs p {
        display: inline-block;
        margin: 5px;
    }
}
/**
  * Footer Theme: one
  */
.am-footer-one a {
    color: #15afef;
    font-weight: bold;
}
.am-footer-one .am-footer-switch {
    margin-bottom: 10px;
}
.am-footer-one .am-footer-ysp {
    color: #15afef;
    cursor: pointer;
}
.am-footer-one .am-footer-divider {
    color: #999999;
}
.am-footer-one .am-footer-desktop {
    font-weight: normal;
    color: #555555;
}
.am-footer-one .am-footer-miscs {
    color: #7c7c7c;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
}
.am-footer-one .am-footer-miscs ul,
.am-footer-one .am-footer-miscs li {
    padding-left: 0;
    list-style: none;
}
.am-footer-one .am-footer-miscs p {
    margin: 4px 0;
}
.am-footer-one .am-footer-miscs a {
    font-weight: normal;
    color: #555555;
    margin: 0 1px;
}
.am-footer-one .am-footer-miscs img {
    display: block;
    max-width: 100%;
    margin: 0 auto 2px auto;
}


.am-header {
    position: relative;
    width: 100%;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
}
.am-header h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.am-header .am-header-title {
    margin: 0 30%;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-header .am-header-title img {
    margin-top: 12px;
    height: 25px;
    vertical-align: top;
}
.am-header .am-header-nav {
    position: absolute;
    top: 0;
}
.am-header .am-header-nav img {
    height: 16px;
    width: auto;
    vertical-align: middle;
}
.am-header .am-header-left {
    left: 10px;
}
.am-header .am-header-right {
    right: 10px;
}
.am-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1010;
}
.am-with-fixed-header {
    padding-top: 49px;
}
/**
  * Header Theme: default
  */
.am-header-default {
    background-color: #0e90d2;
}
.am-header-default .am-header-title {
    color: #ffffff;
}
.am-header-default .am-header-title a {
    color: #ffffff;
}
.am-header-default .am-header-icon {
    font-size: 20px;
}
.am-header-default .am-header-nav {
    color: #eeeeee;
}
.am-header-default .am-header-nav > a {
    display: inline-block;
    min-width: 36px;
    text-align: center;
    color: #eeeeee;
}
.am-header-default .am-header-nav > a + a {
    margin-left: 5px;
}
.am-header-default .am-header-nav .am-btn {
    margin-top: 9px;
    height: 31px;
    padding: 0 0.5em;
    line-height: 30px;
    font-size: 14px;
    vertical-align: top;
}
.am-header-default .am-header-nav .am-btn .am-header-icon {
    font-size: inherit;
}
.am-header-default .am-header-nav .am-btn-default {
    color: #999999;
}
.am-header-default .am-header-nav-title,
.am-header-default .am-header-nav-title + .am-header-icon {
    font-size: 14px;
}
/**
  * Header Theme: one
  */
.am-header-one {
    background: #ffffff;
}
.am-header-one .am-header-title {
    margin: 0 15%;
    color: #333333;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-header-one .am-header-title a {
    color: #333333;
}
.am-header-one .am-header-title img {
    height: 34px;
    width: auto;
    margin-top: 8px;
    vertical-align: top;
}
.am-header-one .am-header-nav > a {
    color: #15afef;
}
.am-intro {
    position: relative;
}
.am-intro-hd {
    position: relative;
    height: 45px;
    line-height: 45px;
}
.am-intro-title {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.am-intro-more-top {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 1.4rem;
}
.am-intro-bd {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
}
.am-intro-bd p:last-child {
    margin-bottom: 0;
}
.am-intro-more-bottom {
    clear: both;
    text-align: center;
}
.am-intro-more-bottom .am-btn {
    font-size: 14px;
}
/**
  * Intro Theme: default
  */
.am-intro-default .am-intro-hd {
    background-color: #0e90d2;
    color: #ffffff;
    padding: 0 10px;
}
.am-intro-default .am-intro-hd a {
    color: #eeeeee;
}
.am-intro-default .am-intro-right {
    padding-left: 0;
}
/**
  * Intro Theme: one
  */
.am-intro-one {
    padding-bottom: 10px;
    background-color: #ffffff;
}
.am-intro-one a {
    color: #15afef;
}
.am-intro-one .am-intro-hd {
    border-bottom: 1px solid #15afef;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 44px;
}
.am-intro-one .am-intro-title {
    color: #333333;
    padding-left: 10px;
}
.am-intro-one .am-intro-title:before {
    position: absolute;
    left: 1px;
    top: 10px;
    bottom: 10px;
    content: '';
    width: 3px;
    background-color: #15afef;
    display: block;
}
.am-intro-one .am-intro-bd {
    color: #555555;
}
.am-intro-one .am-intro-left {
    float: left;
    display: inline;
}
.am-intro-one .am-intro-right {
    display: inline;
    padding-left: 0;
    font-size: 1.4rem;
}
.am-intro-one .am-intro-right p {
    display: inline;
    margin: 0;
    padding: 0;
}
.am-list-news-hd {
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
}
.am-list-news-hd a {
    display: block;
}
.am-list-news-hd h2 {
    font-size: 1.6rem;
    float: left;
    margin: 0;
    height: 2rem;
    line-height: 2rem;
}
.am-list-news-hd h3 {
    margin: 0;
}
.am-list-news-hd .am-list-news-more {
    font-size: 1.3rem;
    height: 2rem;
    line-height: 2rem;
}
.am-list .am-list-item-dated a {
    padding-right: 80px;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-list .am-list-item-dated a::after {
    display: none;
}
.am-list .am-list-item-desced a,
.am-list .am-list-item-thumbed a {
    padding-right: 0;
}
.am-list-news .am-list-item-hd {
    margin: 0;
}
.am-list-date {
    position: absolute;
    right: 5px;
    font-size: 1.3rem;
    top: 1.3rem;
}
.am-list-item-desced {
    padding-bottom: 1rem;
}
.am-list-item-desced > a {
    padding: 1rem 0;
}
.am-list-item-desced .am-list-date {
    position: static;
}
.am-list-item-thumbed {
    padding-top: 1em;
}
.am-list-news-ft {
    text-align: center;
}
.am-list-news .am-titlebar {
    margin-left: 0;
    margin-right: 0;
}
.am-list-news .am-titlebar ~ .am-list-news-bd .am-list > li:first-child {
    border-top: none;
}
/**
  * list_news Theme: default
  */
.am-list-news-default {
    margin: 10px;
}
.am-list-news-default .am-g {
    margin-left: auto;
    margin-right: auto;
}
.am-list-news-default .am-list-item-hd {
    font-weight: normal;
}
.am-list-news-default .am-list-date {
    color: #999999;
}
.am-list-news-default .am-list > li {
    border-color: #dedede;
}
.am-list-news-default .am-list .am-list-item-desced {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.am-list-news-default .am-list .am-list-item-desced > a {
    padding: 0;
}
.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
    margin-top: 0.5rem;
    color: #757575;
}
.am-list-news-default .am-list .am-list-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    max-height: 2.6em;
}
.am-list-news-default .am-list .am-list-item-thumb-top .am-list-thumb {
    padding: 0;
    margin-bottom: 0.8rem;
}
.am-list-news-default .am-list .am-list-item-thumb-top .am-list-main {
    padding: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-left .am-list-thumb {
    padding-left: 0;
}
.am-list-news-default .am-list .am-list-item-desced .am-list-main {
    padding: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-right .am-list-thumb {
    padding-right: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-item-hd {
    clear: both;
    padding-bottom: 0.5rem;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-thumb {
    padding-left: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-item-hd {
    clear: both;
    padding-bottom: 0.5rem;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-thumb {
    padding-right: 0;
}
.am-list-news-default .am-list .am-list-thumb img {
    width: 100%;
    display: block;
    max-height: 120px;
}
@media only screen and (max-width: 640px) {
    .am-list-news-default .am-list-item-thumb-left .am-list-thumb,
    .am-list-news-default .am-list-item-thumb-right .am-list-thumb {
        max-height: 80px;
        overflow: hidden;
    }
    .am-list-news-default .am-list-item-thumb-bottom-left .am-list-item-text,
    .am-list-news-default .am-list-item-thumb-bottom-right .am-list-item-text {
        -webkit-line-clamp: 3;
        /* number of lines to show */
        max-height: 3.9em;
    }
    .am-list-news-default .am-list-item-thumb-bottom-left .am-list-thumb,
    .am-list-news-default .am-list-item-thumb-bottom-right .am-list-thumb {
        max-height: 60px;
        overflow: hidden;
    }
}
/**
  * list_news Theme: one
  * Author: hzp (hzp@yunshipei.com)
  */
.am-list-news-one {
    margin: 0 10px;
}
.am-list-news-one .am-list-news-hd {
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #15afef;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    color: #000000;
}
.am-list-news-one .am-list-news-hd::before {
    width: 4px;
    height: 30px;
    background: #15afef;
    display: inline-block;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
}
.am-list-news-one .am-list-news-hd > a {
    color: #000000;
    display: inline;
}
.am-list-news-one .am-list-news-hd > a .am-list-news-more {
    color: #888888;
    padding: 0;
    margin-right: 5px;
    background: none;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
}
.am-list-news-one .am-list-news-hd h2 {
    font-weight: normal;
    float: left;
    line-height: 40px;
    height: 40px;
}
.am-list-news-one .am-list-news-bd {
    padding: 0px 5px 4px 5px;
    background: #ffffff;
}
.am-list-news-one .am-list {
    margin-bottom: 0;
}
.am-list-news-one .am-list > li {
    margin: 0;
    border: 0;
    overflow: hidden;
}
.am-list-news-one .am-list > li > a {
    color: #222222;
    font-weight: normal;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: relative;
    text-indent: 10px;
}
.am-list-news-one .am-list > li > a:before {
    width: 4px;
    height: 4px;
    background: #15afef;
    display: inline-block;
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
}
.am-list-news-one .am-list > li .am-list-date {
    color: #666666;
    top: 5px;
    right: 0;
    display: none;
}
.am-list-news-one .am-list > li:last-child {
    border-bottom: 0;
}
.am-list-news-one .am-list .am-list-item-dated > a {
    color: #222222;
}
.am-list-news-one .am-list .am-list-item-desced {
    padding: 3px 0;
    border-bottom: 1px dashed #dfdfdf;
}
.am-list-news-one .am-list .am-list-item-desced:before {
    display: none;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-hd {
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-hd > a:before {
    display: none;
}
.am-list-news-one .am-list .am-list-item-desced a.am-list-item-hd {
    height: 34px;
    line-height: 34px;
    padding: 0;
    color: #15afef;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0;
}
.am-list-news-one .am-list .am-list-item-desced a.am-list-item-hd:before {
    display: none;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-text {
    color: #666666;
    line-height: 22px;
    font-size: 1.4rem;
    max-height: none;
    margin-bottom: 8px;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-text a {
    color: #666666;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main {
    padding: 0 5px;
    position: relative;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main .am-list-date {
    position: absolute;
    right: 5px;
    top: 3.5rem;
    font-size: 1.2rem;
    color: #888888;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main .am-list-item-text {
    max-height: 3rem;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 18px;
    color: #666666;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main .am-list-item-text a {
    color: #666666;
}
.am-list-news-one .am-list .am-list-item-thumbed {
    border-bottom: 1px dashed #dfdfdf;
    padding: 0 0 5px 0;
}
.am-list-news-one .am-list .am-list-item-thumbed:before {
    content: none;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-hd {
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-hd a {
    font-size: 1.5rem;
    color: #15afef;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-thumb {
    padding: 0;
    height: 60px;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-thumb a {
    width: 100%;
    display: block;
    padding: 0;
    text-indent: 0;
    height: 60px;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-thumb a img {
    width: 100%;
    height: 60px;
    vertical-align: top;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-main {
    padding: 0 5px 14px 5px;
    position: relative;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-date {
    position: absolute;
    right: 5px;
    top: 3.5rem;
    font-size: 1.2rem;
    color: #888888;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-text {
    max-height: 3rem;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 18px;
    color: #666666;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-text a {
    color: #666666;
}
.am-list-news-one .am-list-news-more {
    background: #dfdfdf;
    color: #666666;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
}
@media only screen and (max-width: 640px) {
    .am-list-news-one .am-list-item-thumb-left .am-list-thumb,
    .am-list-news-one .am-list-item-thumb-right .am-list-thumb {
        max-height: 80px;
        overflow: hidden;
    }
    .am-list-news-one .am-list-item-thumb-bottom-left .am-list-item-text,
    .am-list-news-one .am-list-item-thumb-bottom-right .am-list-item-text {
        -webkit-line-clamp: 3;
        /* number of lines to show */
        max-height: 3.9em;
    }
    .am-list-news-one .am-list-item-thumb-bottom-left .am-list-thumb,
    .am-list-news-one .am-list-item-thumb-bottom-right .am-list-thumb {
        max-height: 60px;
        overflow: hidden;
    }
}

.am-navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    z-index: 1010;
}
.am-navbar ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.am-navbar .am-navbar-nav {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.am-navbar .am-navbar-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
}
.am-navbar-nav {
    position: relative;
    z-index: 1015;
}
.am-navbar-nav a {
    display: inline-block;
    width: 100%;
    height: 49px;
    line-height: 20px;
}
.am-navbar-nav a img {
    display: block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin: 4px auto 0;
}
.am-navbar-nav a [class*="am-icon"] {
    width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
}
.am-navbar-nav a [class*="am-icon"]:before {
    font-size: 22px;
    vertical-align: middle;
}
.am-navbar-nav a .am-navbar-label {
    padding-top: 2px;
    line-height: 1;
    font-size: 12px;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-navbar-more [class*="am-icon-"] {
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.am-navbar-more.am-active [class*="am-icon-"] {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.am-navbar-actions {
    position: absolute;
    bottom: 49px;
    right: 0;
    left: 0;
    z-index: 1009;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.am-navbar-actions.am-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.am-navbar-actions li {
    line-height: 42px;
    position: relative;
}
.am-navbar-actions li a {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
    box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
    padding-left: 20px;
    padding-right: 36px;
}
.am-navbar-actions li a :after {
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
}
.am-navbar-actions li a img {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    display: inline;
}
#am-navbar-qrcode {
    width: 220px;
    height: 220px;
    margin-left: -110px;
}
#am-navbar-qrcode .am-modal-bd {
    padding: 10px;
}
#am-navbar-qrcode canvas {
    display: block;
    width: 200px;
    height: 200px;
}
.am-with-fixed-navbar {
    padding-bottom: 54px;
}
/**
  * Navbar Theme: default
  * Author: hzp (hzp@yunshipei.com)
  */
.am-navbar-default a {
    color: #ffffff;
}
.am-navbar-default .am-navbar-nav {
    background-color: #0e90d2;
}
.am-navbar-default .am-navbar-actions {
    background-color: #0d86c4;
}
.am-navbar-default .am-navbar-actions a {
    border-bottom: 1px solid #0b6fa2;
}
/**
  * Navbar Theme: one
  * Author: hzp (hzp@yunshipei.com)
  */
.am-navbar-one a {
    color: #ffffff;
}
.am-navbar-one .am-navbar-nav {
    background-color: #15afef;
}
.am-navbar-one .am-navbar-actions {
    background-color: #0f9fdb;
}
.am-navbar-one .am-navbar-actions a {
    border-bottom: 1px solid #0d87ba;
}
.am-pagination {
    position: relative;
}
/**
  * Pagination Theme: default
  */
.am-pagination-default {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6rem;
}
.am-pagination-default .am-pagination-prev,
.am-pagination-default .am-pagination-next {
    float: none;
}
/**
  * Pagination Theme: select
  */
.am-pagination-select {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6rem;
}
.am-pagination-select > li > a {
    line-height: 36px;
    background-color: #eeeeee;
    padding: 0 15px;
    border: 0;
    color: #555555;
}
.am-pagination-select .am-pagination-select {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 36px;
    text-align: center;
    border-radius: 0;
}
.am-pagination-select .am-pagination-select select {
    display: block;
    border: 0;
    line-height: 36px;
    width: 70px;
    height: 36px;
    border-radius: 0;
    color: #555555;
    background-color: #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 18px;
}
/**
  * Pagination Theme: one
  */
.am-pagination-one {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.am-pagination-one > li > a {
    line-height: 36px;
    background-color: #ffffff;
    padding: 0 15px;
    color: #555555;
}
.am-pagination-one .am-pagination-select {
    float: left;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 36px;
    text-align: center;
}
.am-pagination-one .am-pagination-select select {
    display: block;
    line-height: 36px;
    width: 50px;
    height: 36px;
    border-radius: 0;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 18px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    color: #555555;
}
.am-paragraph p {
    margin: 10px 0;
}
.am-paragraph img {
    max-width: 100%;
}
.am-paragraph h1,
.am-paragraph h2,
.am-paragraph h3,
.am-paragraph h4,
.am-paragraph h5,
.am-paragraph h6 {
    color: #222222;
}
.am-paragraph table {
    max-width: none;
}
.am-paragraph-table-container {
    overflow: hidden;
    background: #eeeeee;
    max-width: none;
}
.am-paragraph-table-container table {
    width: 100%;
    max-width: none;
}
.am-paragraph-table-container table th {
    background: #bce5fb;
    height: 40px;
    border: 1px solid #999999;
    text-align: center;
}
.am-paragraph-table-container table td {
    border: 1px solid #999999;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
}
.am-paragraph-table-container table td p {
    text-indent: 0;
    font-size: 1.4rem;
}
.am-paragraph-table-container table td a {
    font-size: 1.4rem;
}
/**
  * Paragraph Theme: default
  */
.am-paragraph-default {
    margin: 0 10px;
    color: #333333;
    background-color: transparent;
}
.am-paragraph-default p {
    font-size: 1.4rem;
}
.am-paragraph-default img {
    max-width: 98%;
    display: block;
    margin: 5px auto;
    border: 1px solid #eeeeee;
    padding: 2px;
}
.am-paragraph-default a {
    color: #0e90d2;
}
/**
  * Paragraph Theme: one
  */
.am-paragraph-one {
    color: #555555;
    background: #ffffff;
    margin: 0 10px;
    padding: 4px;
}
.am-paragraph-one h1,
.am-paragraph-one h2,
.am-paragraph-one h3,
.am-paragraph-one h4,
.am-paragraph-one h5,
.am-paragraph-one h6 {
    color: #333333;
    font-weight: normal;
    margin-top: 0;
}
.am-paragraph-one h1 {
    font-size: 2rem;
}
.am-paragraph-one h2,
.am-paragraph-one h3 {
    font-size: 1.8rem;
}
.am-paragraph-one h4,
.am-paragraph-one h5 {
    font-size: 1.6rem;
}
.am-paragraph-one h6 {
    font-size: 1.4rem;
}
.am-paragraph-one hr {
    background: #dfdfdf;
    height: 1px;
    border: 0;
    overflow: hidden;
}
.am-paragraph-one img {
    max-width: 100%;
    display: block;
    margin: 5px 0;
}
.am-paragraph-one a {
    color: #333333;
}
.am-paragraph-one p,
.am-paragraph-one div,
.am-paragraph-one table {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
}
.am-paragraph-one ul,
.am-paragraph-one ol {
    padding-left: 0;
}
.am-paragraph-one li {
    list-style: none;
    font-size: 1.4rem;
}

[data-am-widget='tabs'] {
    margin: 10px;
}
[data-am-widget='tabs'] .am-tabs-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[data-am-widget='tabs'] .am-tabs-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
[data-am-widget='tabs'] .am-tabs-nav a {
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/**
  * Tabs Theme: default
  */
.am-tabs-default .am-tabs-nav {
    line-height: 40px;
    background-color: #eeeeee;
}
.am-tabs-default .am-tabs-nav a {
    color: #222222;
    line-height: 42px;
}
.am-tabs-default .am-tabs-nav > .am-active a {
    background-color: #0e90d2;
    color: #ffffff;
}
/**
  * Tabs Theme: d2
  */
.am-tabs-d2 .am-tabs-nav {
    background-color: #eeeeee;
}
.am-tabs-d2 .am-tabs-nav li {
    height: 42px;
}
.am-tabs-d2 .am-tabs-nav a {
    color: #222222;
    line-height: 42px;
}
.am-tabs-d2 .am-tabs-nav > .am-active {
    position: relative;
    background-color: #fcfcfc;
    border-bottom: 2px solid #0e90d2;
}
.am-tabs-d2 .am-tabs-nav > .am-active a {
    line-height: 40px;
    color: #0e90d2;
}
.am-tabs-d2 .am-tabs-nav > .am-active:after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    border: 6px rgba(0, 0, 0, 0) solid;
    content: "";
    z-index: 1;
    border-bottom-color: #0e90d2;
}
/**
  * Tabs Theme: one
  */
.am-tabs-one {
    background: #ffffff;
}
.am-tabs-one .am-tabs-nav {
    height: 36px;
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 0;
}
.am-tabs-one .am-tabs-nav a {
    line-height: 34px;
    color: #15afef;
}
.am-tabs-one .am-tabs-nav li {
    border: 1px solid #15afef;
}
.am-tabs-one .am-tabs-nav li:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.am-tabs-one .am-tabs-nav li:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.am-tabs-one .am-tabs-nav li + li {
    border-left: none;
}
.am-tabs-one .am-tabs-nav .am-active a {
    background-color: #15afef;
    color: #ffffff;
}
.am-tabs-one .am-tabs-bd {
    border: none;
}
.am-tabs-one .am-tab-panel {
    padding: 15px 5px 20px;
}
.am-titlebar {
    margin-top: 20px;
    height: 45px;
    font-size: 100%;
}
.am-titlebar h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.am-titlebar .am-titlebar-title img {
    height: 24px;
    width: auto;
}
/**
  * Titlebar Theme: default
  */
.am-titlebar-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    border-bottom: 1px solid #dedede;
    line-height: 44px;
}
.am-titlebar-default a {
    color: #0e90d2;
}
.am-titlebar-default .am-titlebar-title {
    position: relative;
    padding-left: 12px;
    color: #0e90d2;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
.am-titlebar-default .am-titlebar-title:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    bottom: 8px;
    border-left: 3px solid #0e90d2;
}
.am-titlebar-default .am-titlebar-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.am-titlebar-default .am-titlebar-nav a {
    margin-right: 10px;
}
.am-titlebar-default .am-titlebar-nav a:last-child {
    margin-right: 5px;
}
/**
  * Titlebar Theme: multi
  */
.am-titlebar-multi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    border-top: 2px solid #3bb4f2;
    border-bottom: 1px solid #e8e8e8;
}
.am-titlebar-multi a {
    color: #0e90d2;
}
.am-titlebar-multi .am-titlebar-title {
    padding-left: 10px;
    color: #0e90d2;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    line-height: 42px;
}
.am-titlebar-multi .am-titlebar-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    line-height: 42px;
}
.am-titlebar-multi .am-titlebar-nav a {
    margin-right: 10px;
}
/**
  * Titlebar Theme: cols
  */
.am-titlebar-cols {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    background-color: #f5f5f5;
    color: #555555;
    font-size: 18px;
    border-top: 2px solid #e1e1e1;
    line-height: 41px;
}
.am-titlebar-cols a {
    color: #555555;
}
.am-titlebar-cols .am-titlebar-title {
    color: #0e90d2;
    margin-right: 15px;
    border-bottom: 2px solid #0e90d2;
    font-weight: bold;
}
.am-titlebar-cols .am-titlebar-title a {
    color: #0e90d2;
}
.am-titlebar-cols .am-titlebar-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.am-titlebar-cols .am-titlebar-nav a {
    display: inline-block;
    margin-right: 15px;
    line-height: 41px;
    border-bottom: 2px solid transparent;
}
.am-titlebar-cols .am-titlebar-nav a:hover {
    color: #3c3c3c;
    border-bottom-color: #0e90d2;
}
.am-titlebar-cols .am-titlebar-nav a:last-child {
    margin-right: 10px;
}


