
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html
{
    overflow: auto;
}
html,
body {
    min-height: 100%;
    min-width: 1190px;

    margin: 0;
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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;
    vertical-align: baseline;
}

/**
 * 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: #fff;
    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, "PingFang";
    font-weight: normal;
    line-height: 1.6;
    color: #333333;
    font-size: 16px;
    overflow: hidden;

}

/**
 * 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";
}

/**
 * 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: #ffa;
    color: #333333;
}

/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
    background: #ffa;
    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 16px 0;
}

* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    /*margin-top: 16px;*/
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px 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;
}

/* 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;
}

.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;

    width: 1190px;
    min-width: 1190px;

}

.am-container:before,
.am-container:after {
    content: " ";
    display: table;
}

.am-container:after {
    clear: both;
}

.am-container > .am-g {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.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: -10px;
    margin-right: -10px;
    width: auto;
}

.am-g .am-g.am-g-collapse {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.am-g.am-g-collapse .am-g {
    margin-left: 0;
    margin-right: 0;
}

.am-g-collapse [class*="am-col-"] {
    padding-left: 0;
    padding-right: 0;
}

[class*="am-col-"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
}

[class*="am-col-"] + [class*="am-col-"]:last-child {
    float: right;
}

[class*="am-col-"] + [class*="am-col-"].am-col-end {
    float: left;
}

[class*="am-col-pull-"] {
    left: auto;
}

[class*="am-col-push-"] {
    right: auto;
}

.am-col-privete-05 {
    width: 4.166666665%;
}

.am-col-privete-25 {
    width: 20.833333325%;
}

.am-col-1 {
    width: 8.33333333%;
}

.am-col-2 {
    width: 16.66666667%;
}

.am-col-3 {
    width: 25%;
}

.am-col-4 {
    width: 33.33333333%;
}

.am-col-5 {
    width: 41.66666667%;
}

.am-col-6 {
    width: 50%;
}

.am-col-7 {
    width: 58.33333333%;
}

.am-col-8 {
    width: 66.66666667%;
}

.am-col-9 {
    width: 75%;
}

.am-col-10 {
    width: 83.33333333%;
}

.am-col-11 {
    width: 91.66666667%;
}

.am-col-12 {
    width: 100%;
}

.am-col-pull-0 {
    right: 0;
}

.am-col-pull-1 {
    right: 8.33333333%;
}

.am-col-pull-2 {
    right: 16.66666667%;
}

.am-col-pull-3 {
    right: 25%;
}

.am-col-pull-4 {
    right: 33.33333333%;
}

.am-col-pull-5 {
    right: 41.66666667%;
}

.am-col-pull-6 {
    right: 50%;
}

.am-col-pull-7 {
    right: 58.33333333%;
}

.am-col-pull-8 {
    right: 66.66666667%;
}

.am-col-pull-9 {
    right: 75%;
}

.am-col-pull-10 {
    right: 83.33333333%;
}

.am-col-pull-11 {
    right: 91.66666667%;
}

.am-col-push-0 {
    left: 0;
}

.am-col-push-1 {
    left: 8.33333333%;
}

.am-col-push-2 {
    left: 16.66666667%;
}

.am-col-push-3 {
    left: 25%;
}

.am-col-push-4 {
    left: 33.33333333%;
}

.am-col-push-5 {
    left: 41.66666667%;
}

.am-col-push-6 {
    left: 50%;
}

.am-col-push-7 {
    left: 58.33333333%;
}

.am-col-push-8 {
    left: 66.66666667%;
}

.am-col-push-9 {
    left: 75%;
}

.am-col-push-10 {
    left: 83.33333333%;
}

.am-col-push-11 {
    left: 91.66666667%;
}

.am-col-offset-0 {
    margin-left: 0;
}

.am-col-offset-1 {
    margin-left: 8.33333333%;
}

.am-col-offset-2 {
    margin-left: 16.66666667%;
}

.am-col-offset-3 {
    margin-left: 25%;
}

.am-col-offset-4 {
    margin-left: 33.33333333%;
}

.am-col-offset-5 {
    margin-left: 41.66666667%;
}

.am-col-offset-6 {
    margin-left: 50%;
}

.am-col-offset-7 {
    margin-left: 58.33333333%;
}

.am-col-offset-8 {
    margin-left: 66.66666667%;
}

.am-col-offset-9 {
    margin-left: 75%;
}

.am-col-offset-10 {
    margin-left: 83.33333333%;
}

.am-col-offset-11 {
    margin-left: 91.66666667%;
}

.am-col-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}

[class*="am-col-"].am-col-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

[class*="am-col-"].am-col-centered:last-child {
    float: none;
}

[class*="am-col-"].am-col-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
}

[class*="am-col-"].am-col-uncentered:last-child {
    float: left;
}

/* ==========================================================================
   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: #fff;
    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 #ddd;
}

.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 #ddd;
}

.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: #fff;
    border: 1px solid #ddd;
    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 #ddd;
    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: #fff;
}

.am-nav-justify {
    width: 100%;
}

.am-nav-justify > li {
    float: none;
    display: table-cell;
    width: 1%;
}

.am-nav-justify > li > a {
    text-align: center;
    margin-bottom: 0;
}

.lte9 .am-nav-justify > li {
    display: table-cell;
    width: 1%;
}

/* ==========================================================================
   Component: Breadcrumb
 ============================================================================ */

.am-breadcrumb {
    padding: 7px 5px;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 100%
}

.am-breadcrumb > li {
    display: inline-block
}

.am-breadcrumb > li [class*=am-icon-]:before {
    color: #999;
    margin-right: 5px
}

.am-breadcrumb > li + li:before {
    content: ">";
    padding: 0 8px;
    color: #666
}

.am-breadcrumb > .am-active {
    color: #999
}

/* ==========================================================================
   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;
}

.am-avg-1 > li {
    width: 100%;
}

.am-avg-1 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-1 > li:nth-of-type(1n + 1) {
    clear: both;
}

.am-avg-2 > li {
    width: 50%;
}

.am-avg-2 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-2 > li:nth-of-type(2n + 1) {
    clear: both;
}

.am-avg-3 > li {
    width: 33.33333333%;
}

.am-avg-3 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-3 > li:nth-of-type(3n + 1) {
    clear: both;
}

.am-avg-4 > li {
    width: 25%;
}

.am-avg-4 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-4 > li:nth-of-type(4n + 1) {
    clear: both;
}

.am-avg-5 > li {
    width: 20%;
}

.am-avg-5 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-5 > li:nth-of-type(5n + 1) {
    clear: both;
}

.am-avg-6 > li {
    width: 16.66666667%;
}

.am-avg-6 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-6 > li:nth-of-type(6n + 1) {
    clear: both;
}

.am-avg-7 > li {
    width: 14.28571429%;
}

.am-avg-7 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-7 > li:nth-of-type(7n + 1) {
    clear: both;
}

.am-avg-8 > li {
    width: 12.5%;
}

.am-avg-8 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-8 > li:nth-of-type(8n + 1) {
    clear: both;
}

.am-avg-9 > li {
    width: 11.11111111%;
}

.am-avg-9 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-9 > li:nth-of-type(9n + 1) {
    clear: both;
}

.am-avg-10 > li {
    width: 10%;
}

.am-avg-10 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-10 > li:nth-of-type(10n + 1) {
    clear: both;
}

.am-avg-11 > li {
    width: 9.09090909%;
}

.am-avg-11 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-11 > li:nth-of-type(11n + 1) {
    clear: both;
}

.am-avg-12 > li {
    width: 8.33333333%;
}

.am-avg-12 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-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: 16px;
    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: none;
    -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: #444;
    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: #444;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

a.am-btn-default:visited {
    color: #444;
}

.am-btn-default:hover,
.am-btn-default:focus,
.am-btn-default:active,
.am-btn-default.am-active,
.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    color: #444;
    border-color: #c7c7c7;
}

.am-btn-default:hover,
.am-btn-default:focus {
    background-color: #d4d4d4;
}

.am-btn-default:active,
.am-btn-default.am-active,
.am-dropdown.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: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2;
}

a.am-btn-primary:visited {
    color: #fff;
}

.am-btn-primary:hover,
.am-btn-primary:focus,
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    color: #fff;
    border-color: #0a6999;
}

.am-btn-primary:hover,
.am-btn-primary:focus {
    background-color: #0c79b1;
}

.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.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-secondary {
    color: #fff;
    background-color: #3bb4f2;
    border-color: #3bb4f2;
}

a.am-btn-secondary:visited {
    color: #fff;
}

.am-btn-secondary:hover,
.am-btn-secondary:focus,
.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
    color: #fff;
    border-color: #0f9ae0;
}

.am-btn-secondary:hover,
.am-btn-secondary:focus {
    background-color: #19a7f0;
}

.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-dropdown.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;
}

.am-btn-warning {
    color: #fff;
    background-color: #F37B1D;
    border-color: #F37B1D;
}

a.am-btn-warning:visited {
    color: #fff;
}

.am-btn-warning:hover,
.am-btn-warning:focus,
.am-btn-warning:active,
.am-btn-warning.am-active,
.am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
    color: #fff;
    border-color: #c85e0b;
}

.am-btn-warning:hover,
.am-btn-warning:focus {
    background-color: #e0690c;
}

.am-btn-warning:active,
.am-btn-warning.am-active,
.am-dropdown.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: #fff;
    background-color: #e20514;
    border-color: #e20514;
}

.am-btn-danger-blue {
    color: #35A8F8;
    background-color: #fff;
    border-color: #0695FB;
}

a.am-btn-danger:visited {
    color: #fff;
}

.am-btn-white {
    color: #e20514;
    background-color: #fff;
    border-color: #e20514;
}

.am-btn-white:hover,.am-btn-white:visited {
    color: #e20514;
}

.am-btn-danger:hover,
.am-btn-danger:focus,
.am-btn-danger:active,
.am-btn-danger.am-active,
.am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
    color: #fff;
    border-color: #c62b26;
}

.am-btn-danger:hover,
.am-btn-danger:focus {
    background-color: #d7342e;
}

.am-btn-danger:active,
.am-btn-danger.am-active,
.am-dropdown.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: #e20514;
    border-color: #e20514;
}

.am-btn-group .am-btn-danger,
.am-btn-group-stacked .am-btn-danger {
    border-color: #d93c37;
}

.am-btn-success {
    color: #fff;
    background-color: #5eb95e;
    border-color: #5eb95e;
}

a.am-btn-success:visited {
    color: #fff;
}

.am-btn-success:hover,
.am-btn-success:focus,
.am-btn-success:active,
.am-btn-success.am-active,
.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
    color: #fff;
    border-color: #429842;
}

.am-btn-success:hover,
.am-btn-success:focus {
    background-color: #4aaa4a;
}

.am-btn-success:active,
.am-btn-success.am-active,
.am-dropdown.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;
}

/* 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;
}



.am-btn-red{
    color: #e20514;
    background-color: #fff;
    border-color: #e20514;
}

.am-btn-red2{
	color: #fff;
    background-color: #e20514;
    border-color: #e20514;
}

a.am-btn-red2:hover {
    color: #fff;
}

a.am-btn-red:visited {
    color: #fff;
}

.am-btn-red:hover,
.am-btn-red:focus,
.am-btn-red:active,
.am-btn-red.am-active,
.am-dropdown.am-active .am-btn-red.am-dropdown-toggle {
    color: #c62b26;
    border-color: #c62b26;
        background-color: #f9f9f9;

}

.am-btn-red:hover,
.am-btn-red:focus {
        background-color: #f9f9f9;
}

.am-btn-red:active,
.am-btn-red.am-active,
.am-dropdown.am-active .am-btn-red.am-dropdown-toggle {
    background-image: none;
        background-color: #f9f9f9;
}

.am-btn-red.am-disabled,
.am-btn-red[disabled],
fieldset[disabled] .am-btn-red,
.am-btn-red.am-disabled:hover,
.am-btn-red[disabled]:hover,
fieldset[disabled] .am-btn-red:hover,
.am-btn-red.am-disabled:focus,
.am-btn-red[disabled]:focus,
fieldset[disabled] .am-btn-red:focus,
.am-btn-red.am-disabled:active,
.am-btn-red[disabled]:active,
fieldset[disabled] .am-btn-red:active,
.am-btn-red.am-disabled.am-active,
.am-btn-red[disabled].am-active,
fieldset[disabled] .am-btn-red.am-active {
    background-color: #ddd;
    border-color: #e20514;
     color: #c62b26;
}



.am-btn-w{
    color: #666;
    background-color: #fff;
    border-color: #ddd;
}

.am-btn-w2{
    color: #fff;
    background-color: #666;
    border-color: #ddd;
}

a.am-btn-w:visited {
    color: #fff;
}

.am-btn-w:hover,
.am-btn-w:focus,
.am-btn-w:active,
.am-btn-w.am-active,
.am-dropdown.am-active .am-btn-w.am-dropdown-toggle {
    color: #333;
    border-color: #ddd;
}

.am-btn-w:hover,
.am-btn-w:focus {
    background-color: #f9f9f9;
}

.am-btn-w:active,
.am-btn-w.am-active,
.am-dropdown.am-active .am-btn-w.am-dropdown-toggle {
    background-image: none;
    background-color: #f9f9f9;
}

.am-btn-w.am-disabled,
.am-btn-w[disabled],
fieldset[disabled] .am-btn-w,
.am-btn-w.am-disabled:hover,
.am-btn-w[disabled]:hover,
fieldset[disabled] .am-btn-w:hover,
.am-btn-w.am-disabled:focus,
.am-btn-w[disabled]:focus,
fieldset[disabled] .am-btn-w:focus,
.am-btn-w.am-disabled:active,
.am-btn-w[disabled]:active,
fieldset[disabled] .am-btn-w:active,
.am-btn-w.am-disabled.am-active,
.am-btn-w[disabled].am-active,
fieldset[disabled] .am-btn-w.am-active {
    background-color: #ddd;
    border-color: #f9f9f9;
}

/* button size */
.am-btn-xs {
    font-size: 12px;
}

.am-btn-sm {
    font-size: 14px;
}

.am-btn-lg {
    font-size: 18px;
}

.am-btn-xl {
    font-size: 20px;
}

/* 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: Table
 ============================================================================ */
table {
    max-width: 100%;
    background-color: transparent;
    empty-cells: show;
}

table code {
    white-space: normal;
}

th {
    text-align: left;
}

.am-table {
    width: 100%;
    margin-bottom: 16px;
    border-spacing: 0;
    border-collapse: separate;
}

.am-table > thead > tr > th,
.am-table > tbody > tr > th,
.am-table > tfoot > tr > th,
.am-table > thead > tr > td,
.am-table > tbody > tr > td,
.am-table > tfoot > tr > td {
    padding: 15px 6px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.am-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.am-table > caption + thead > tr:first-child > th,
.am-table > colgroup + thead > tr:first-child > th,
.am-table > thead:first-child > tr:first-child > th,
.am-table > caption + thead > tr:first-child > td,
.am-table > colgroup + thead > tr:first-child > td,
.am-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.am-table > tbody + tbody tr:first-child td {
    border-top: 2px solid #ddd;
}

/* Bordered version */
.am-table-bordered {
    border: 1px solid #ededed;
    border-left: none;
}

.am-table-bordered > thead > tr > th,
.am-table-bordered > tbody > tr > th,
.am-table-bordered > tfoot > tr > th,
.am-table-bordered > thead > tr > td,
.am-table-bordered > tbody > tr > td,
.am-table-bordered > tfoot > tr > td {
    border-left: 1px solid #ddd;
    /*&:first-child {
          border-left: none;
        }*/
}

.am-table-bordered > tbody > tr:first-child > th,
.am-table-bordered > tbody > tr:first-child > td {
    border-top: none;
}

.am-table-bordered > thead + tbody > tr:first-child > th,
.am-table-bordered > thead + tbody > tr:first-child > td {
    border-top: 1px solid #ddd;
}

/* Border-radius version */
.am-table-radius {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.am-table-radius > thead > tr:first-child > th:first-child,
.am-table-radius > thead > tr:first-child > td:first-child {
    border-top-left-radius: 2px;
    border-left: none;
}

.am-table-radius > thead > tr:first-child > th:last-child,
.am-table-radius > thead > tr:first-child > td:last-child {
    border-top-right-radius: 2px;
    border-right: none;
}

.am-table-radius > tbody > tr > th:first-child,
.am-table-radius > tbody > tr > td:first-child {
    border-left: none;
}

.am-table-radius > tbody > tr > th:last-child,
.am-table-radius > tbody > tr > td:last-child {
    border-right: none;
}

.am-table-radius > tbody > tr:last-child > th,
.am-table-radius > tbody > tr:last-child > td {
    border-bottom: none;
}

.am-table-radius > tbody > tr:last-child > th:first-child,
.am-table-radius > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 2px;
}

.am-table-radius > tbody > tr:last-child > th:last-child,
.am-table-radius > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 2px;
}

/* Zebra-striping */
.am-table-striped > tbody > tr:nth-child(odd) > td,
.am-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

/* Hover effect */
.am-table-hover > tbody > tr:hover > td,
.am-table-hover > tbody > tr:hover > th {
    background-color: #e9e9e9;
}

.am-table-compact > thead > tr > th,
.am-table-compact > tbody > tr > th,
.am-table-compact > tfoot > tr > th,
.am-table-compact > thead > tr > td,
.am-table-compact > tbody > tr > td,
.am-table-compact > tfoot > tr > td {
    padding: 4px;
}

.am-table-centered > thead > tr > th,
.am-table-centered > tbody > tr > th,
.am-table-centered > tfoot > tr > th,
.am-table-centered > thead > tr > td,
.am-table-centered > tbody > tr > td,
.am-table-centered > tfoot > tr > td {
    text-align: center;
}

.am-table > thead > tr > td.am-active,
.am-table > tbody > tr > td.am-active,
.am-table > tfoot > tr > td.am-active,
.am-table > thead > tr > th.am-active,
.am-table > tbody > tr > th.am-active,
.am-table > tfoot > tr > th.am-active,
.am-table > thead > tr.am-active > td,
.am-table > tbody > tr.am-active > td,
.am-table > tfoot > tr.am-active > td,
.am-table > thead > tr.am-active > th,
.am-table > tbody > tr.am-active > th,
.am-table > tfoot > tr.am-active > th {
    background-color: #ffd;
}

.am-table > thead > tr > td.am-disabled,
.am-table > tbody > tr > td.am-disabled,
.am-table > tfoot > tr > td.am-disabled,
.am-table > thead > tr > th.am-disabled,
.am-table > tbody > tr > th.am-disabled,
.am-table > tfoot > tr > th.am-disabled,
.am-table > thead > tr.am-disabled > td,
.am-table > tbody > tr.am-disabled > td,
.am-table > tfoot > tr.am-disabled > td,
.am-table > thead > tr.am-disabled > th,
.am-table > tbody > tr.am-disabled > th,
.am-table > tfoot > tr.am-disabled > th {
    color: #999999;
}

.am-table > thead > tr > td.am-primary,
.am-table > tbody > tr > td.am-primary,
.am-table > tfoot > tr > td.am-primary,
.am-table > thead > tr > th.am-primary,
.am-table > tbody > tr > th.am-primary,
.am-table > tfoot > tr > th.am-primary,
.am-table > thead > tr.am-primary > td,
.am-table > tbody > tr.am-primary > td,
.am-table > tfoot > tr.am-primary > td,
.am-table > thead > tr.am-primary > th,
.am-table > tbody > tr.am-primary > th,
.am-table > tfoot > tr.am-primary > th {
    color: #0b76ac;
    background-color: rgba(14, 144, 210, 0.115);
}

.am-table > thead > tr > td.am-success,
.am-table > tbody > tr > td.am-success,
.am-table > tfoot > tr > td.am-success,
.am-table > thead > tr > th.am-success,
.am-table > tbody > tr > th.am-success,
.am-table > tfoot > tr > th.am-success,
.am-table > thead > tr.am-success > td,
.am-table > tbody > tr.am-success > td,
.am-table > tfoot > tr.am-success > td,
.am-table > thead > tr.am-success > th,
.am-table > tbody > tr.am-success > th,
.am-table > tfoot > tr.am-success > th {
    color: #5eb95e;
    background-color: rgba(94, 185, 94, 0.115);
}

.am-table > thead > tr > td.am-warning,
.am-table > tbody > tr > td.am-warning,
.am-table > tfoot > tr > td.am-warning,
.am-table > thead > tr > th.am-warning,
.am-table > tbody > tr > th.am-warning,
.am-table > tfoot > tr > th.am-warning,
.am-table > thead > tr.am-warning > td,
.am-table > tbody > tr.am-warning > td,
.am-table > tfoot > tr.am-warning > td,
.am-table > thead > tr.am-warning > th,
.am-table > tbody > tr.am-warning > th,
.am-table > tfoot > tr.am-warning > th {
    color: #F37B1D;
    background-color: rgba(243, 123, 29, 0.115);
}

.am-table > thead > tr > td.am-danger,
.am-table > tbody > tr > td.am-danger,
.am-table > tfoot > tr > td.am-danger,
.am-table > thead > tr > th.am-danger,
.am-table > tbody > tr > th.am-danger,
.am-table > tfoot > tr > th.am-danger,
.am-table > thead > tr.am-danger > td,
.am-table > tbody > tr.am-danger > td,
.am-table > tfoot > tr.am-danger > td,
.am-table > thead > tr.am-danger > th,
.am-table > tbody > tr.am-danger > th,
.am-table > tfoot > tr.am-danger > th {
    color: #e20514;
    background-color: rgba(221, 81, 76, 0.115);
}

/* ==========================================================================
   Component: Form
 ============================================================================ */
/* Normalize */
fieldset {
    border: none;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

label {
    display: inline-block;
    margin-bottom: 5px;

}

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: 16px;
    font-size: 16px;
    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: 16px;
    line-height: 1.2;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;*/
    cursor:pointer;
}

.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: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+') no-repeat 100% center;
}

.am-form-sf select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-border-radius: 0;
    background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+') no-repeat 100% center;
}

.am-form select[multiple="multiple"] {
    background-image: none;
}

.am-form input[type="datetime-local"],
.am-form input[type="date"],
input[type="datetime-local"].am-form-field,
input[type="date"].am-form-field {
    height: 37px;
}

.am-form input[type="datetime-local"].am-input-sm,
.am-form input[type="date"].am-input-sm,
input[type="datetime-local"].am-form-field.am-input-sm,
input[type="date"].am-form-field.am-input-sm {
    height: 32px;
}

.am-form input[type="datetime-local"] .am-input-lg,
.am-form input[type="date"] .am-input-lg,
input[type="datetime-local"].am-form-field .am-input-lg,
input[type="date"].am-form-field .am-input-lg {
    height: 41px;
}

/* help text */
.am-form-help {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999999;
    font-size: 13px;
}

/* form group */
.am-form-group {
    margin-bottom: 2px;
    height: 64px;
}

/* form group */
.am-form-group-sm {
    margin-bottom: 2px;
    height: 56px;
}

.am-form-group-xs {
    margin-bottom: 2px;
    height: 48px;
}

/* 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: 50px;
}

/**
 * Checkboxes and radios
 * Indent the labels to position radios/checkboxes as hanging controls.
*/
.am-radio,
.am-checkbox {
    display: inline-block;
    min-height: 1.920px;
    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: #e20514;
}

.am-form-error [class*="icon-"] {
    color: #e20514;
}

.am-form-error .am-form-field,
.am-field-error {
    border-color: #e20514 !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: 6px;
}

.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;
}

/* Form field size */
.am-input-sm {
    font-size: 14px !important;
}

.am-input-lg {
    font-size: 18px !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: 14px !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: 18px !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: 15px;
    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: List
 ============================================================================ */
.am-list {
    margin-bottom: 16px;
    padding-left: 0;
}

.am-list > li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-width: 1px 0;
}

.am-list > li > a {
    display: block;
    padding: 10px 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: #fff;
    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: 8px 2px;
}

.am-list-static.am-list-border > li {
    padding: 10px;
}

/* with border */
.am-list-border > li,
.am-list-bordered > li {
    border-width: 1px;
}

.am-list-border > li:first-child,
.am-list-bordered > li:first-child,
.am-list-border > li:first-child > a,
.am-list-bordered > li:first-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.am-list-border > li:last-child,
.am-list-bordered > li:last-child,
.am-list-border > li:last-child > a,
.am-list-bordered > li:last-child > a {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.am-list-border > li > a,
.am-list-bordered > li > a {
    padding: 10px;
}

.am-list-border > li > a:hover,
.am-list-bordered > li > a:hover,
.am-list-border > li > a:focus,
.am-list-bordered > 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: 13px;
    color: #999999;
    margin: 0;
}

/* ==========================================================================
   Component: Thumbnail
 ============================================================================ */
.am-thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    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: #fff;
}

img.am-thumbnail,
.am-thumbnail > img,
.am-thumbnail a > img {
    max-width: 100%;
    height: auto;
}

/* Image caption */
.am-thumbnail-caption {
    margin: 0;
    padding: 8px;
    color: #333;
    font-weight: normal;
}

.am-thumbnail-caption *:last-child {
    margin-bottom: 0;
}

.am-thumbnails {
    margin-left: -5px;
    margin-right: -5px;
}

.am-thumbnails > li {
    padding: 0 5px 10px 5px;
}

/* ==========================================================================
   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: 16px;
    /* 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: 16px;
}

.am-margin-0 {
    margin: 0 !important;
}

.am-margin-xs {
    margin: 5px;
}

.am-margin-sm {
    margin: 10px;
}

.am-margin-lg {
    margin: 24px;
}

.am-margin-xl {
    margin: 32px;
}

.am-margin-horizontal {
    margin-left: 16px;
    margin-right: 16px;
}

.am-margin-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.am-margin-horizontal-xs {
    margin-left: 5px;
    margin-right: 5px;
}

.am-margin-horizontal-sm {
    margin-left: 10px;
    margin-right: 10px;
}

.am-margin-horizontal-lg {
    margin-left: 24px;
    margin-right: 24px;
}

.am-margin-horizontal-xl {
    margin-left: 32px;
    margin-right: 32px;
}

.am-margin-vertical {
    margin-top: 16px;
    margin-bottom: 16px;
}

.am-margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.am-margin-vertical-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.am-margin-vertical-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.am-margin-vertical-lg {
    margin-top: 24px;
    margin-bottom: 24px;
}

.am-margin-vertical-xl {
    margin-top: 32px;
    margin-bottom: 32px;
}

.am-margin-top {
    margin-top: 16px;
}

.am-margin-top-0 {
    margin-top: 0 !important;
}

.am-margin-top-xs {
    margin-top: 5px;
}

.am-margin-top-sm {
    margin-top: 10px;
}

.am-margin-top-lg {
    margin-top: 24px;
}

.am-margin-top-xl {
    margin-top: 32px;
}

.am-margin-bottom {
    margin-bottom: 16px;
}

.am-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.am-margin-bottom-xs {
    margin-bottom: 5px;
}

.am-margin-bottom-sm {
    margin-bottom: 10px;
}

.am-margin-bottom-lg {
    margin-bottom: 24px;
}

.am-margin-bottom-xl {
    margin-bottom: 32px;
}

.am-margin-left {
    margin-left: 16px;
}

.am-margin-left-0 {
    margin-left: 0 !important;
}

.am-margin-left-xs {
    margin-left: 5px;
}

.am-margin-left-sm {
    margin-left: 10px;
}

.am-margin-left-lg {
    margin-left: 24px;
}

.am-margin-left-xl {
    margin-left: 32px;
}

.am-margin-right {
    margin-right: 16px;
}

.am-margin-right-0 {
    margin-right: 0 !important;
}

.am-margin-right-xs {
    margin-right: 5px;
}

.am-margin-right-sm {
    margin-right: 10px;
}

.am-margin-right-lg {
    margin-right: 24px;
}

.am-margin-right-xl {
    margin-right: 32px;
}

/* Padding helpers */
.am-padding {
    padding: 16px;
}

.am-padding-0 {
    padding: 0 !important;
}

.am-padding-xs {
    padding: 5px;
}

.am-padding-sm {
    padding: 10px;
}

.am-padding-lg {
    padding: 24px;
}

.am-padding-xl {
    padding: 32px;
}

.am-padding-horizontal {
    padding-left: 16px;
    padding-right: 16px;
}

.am-padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.am-padding-horizontal-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.am-padding-horizontal-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.am-padding-horizontal-lg {
    padding-left: 24px;
    padding-right: 24px;
}

.am-padding-horizontal-xl {
    padding-left: 32px;
    padding-right: 32px;
}

.am-padding-vertical {
    padding-top: 16px;
    padding-bottom: 16px;
}

.am-padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.am-padding-vertical-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.am-padding-vertical-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.am-padding-vertical-lg {
    padding-top: 24px;
    padding-bottom: 24px;
}

.am-padding-vertical-xl {
    padding-top: 32px;
    padding-bottom: 32px;
}

.am-padding-top {
    padding-top: 16px;
}

.am-padding-top-0 {
    padding-top: 0 !important;
}

.am-padding-top-xs {
    padding-top: 5px;
}

.am-padding-top-sm {
    padding-top: 10px;
}

.am-padding-top-lg {
    padding-top: 24px;
}

.am-padding-top-xl {
    padding-top: 32px;
}

.am-padding-bottom {
    padding-bottom: 16px;
}

.am-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.am-padding-bottom-xs {
    padding-bottom: 5px;
}

.am-padding-bottom-sm {
    padding-bottom: 10px;
}

.am-padding-bottom-lg {
    padding-bottom: 24px;
}

.am-padding-bottom-xl {
    padding-bottom: 32px;
}

.am-padding-left {
    padding-left: 16px;
}

.am-padding-left-0 {
    padding-left: 0 !important;
}

.am-padding-left-xs {
    padding-left: 5px;
}

.am-padding-left-sm {
    padding-left: 10px;
}

.am-padding-left-lg {
    padding-left: 24px;
}

.am-padding-left-xl {
    padding-left: 32px;
}

.am-padding-right {
    padding-right: 16px;
}

.am-padding-right-0 {
    padding-right: 0 !important;
}

.am-padding-right-xs {
    padding-right: 5px;
}

.am-padding-right-sm {
    padding-right: 10px;
}

.am-padding-right-lg {
    padding-right: 24px;
}

.am-padding-right-xl {
    padding-right: 32px;
}

.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: #e20514;
}

.am-link-muted {
    color: #666;
}

.am-link-muted a {
    color: #666;
}

.am-text-333 {
    color: #333;
}

.am-text-333 a {
    color: #333;
}

.am-text-666 {
    color: #666;
}

.am-text-666 a {
    color: #666;
}

.am-text-999 {
    color: #999;
}

.am-text-999 a {
    color: #999;
}

am-text-999 {
    color: #999;
}

.am-text-left {
    text-align: left;
}

.am-text-right {
    text-align: right;
}

.am-text-center {
    text-align: center;
}

.am-text-center  a{
    color: blue;
}

.am-text-justify {
    text-align: justify;
}

.am-link-muted:hover,
.am-link-muted a:hover {
    color: #555;
}

.am-text-default {
    font-size: 16px;
}

/*
.@{ns}text-xxs {
  font-size: @font-size-xxs;
}
*/
.am-text-xs {
    font-size: 12px;
}

.am-text-sm {
    font-size: 14px;
}

.am-text-lg {
    font-size: 18px;
}

.am-text-xl {
    font-size: 24px;
}

.am-text-xxl {
    font-size: 32px;
}

.am-text-xxxl {
    font-size: 42px;
}

.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: 10px;
}

.am-align-left {
    margin-right: 10px;
    float: left;
}

.am-align-right {
    margin-left: 10px;
    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;
}

.am-text-top {
    vertical-align: top !important;
}

.am-text-middle {
    vertical-align: middle !important;
}

.am-text-bottom {
    vertical-align: bottom !important;
}

/* ==========================================================================
   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 16px/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: #e20514;
}

.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: #e20514;
}

.am-field-error + .am-ucheck-icons {
    color: #e20514;
}

.am-field-valid + .am-ucheck-icons {
    color: #5eb95e;
}

/* ==========================================================================
   Component: JS Datepicker Plugins
 ============================================================================ */

.am-datepicker {
    top: 0;
    left: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 238px;
    color: #555;
    display: none;
}

.am-datepicker > div {
    display: none;
}

.am-datepicker table {
    width: 100%;
}

.am-datepicker tr.am-datepicker-header {
    font-size: 16px;
    color: #fff;
    background: #3bb4f2;
}

.am-datepicker td,
.am-datepicker th {
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.am-datepicker th {
    height: 48px;
}

.am-datepicker td {
    font-size: 14px;
}

.am-datepicker td.am-datepicker-day {
    height: 34px;
    width: 34px;
}

.am-datepicker td.am-datepicker-day:hover {
    background: #F0F0F0;
    height: 34px;
    width: 34px;
}

.am-datepicker td.am-datepicker-day.am-disabled {
    cursor: no-drop;
    color: #999;
    background: #fafafa;
}

.am-datepicker td.am-datepicker-old,
.am-datepicker td.am-datepicker-new {
    color: #89d7ff;
}

.am-datepicker td.am-active,
.am-datepicker td.am-active:hover {
    border-radius: 0;
    color: #0084c7;
    background: #F0F0F0;
}

.am-datepicker td span {
    display: block;
    width: 79.33333333px;
    height: 40px;
    line-height: 40px;
    float: left;
    cursor: pointer;
}

.am-datepicker td span:hover {
    background: #F0F0F0;
}

.am-datepicker td span.am-active {
    color: #0084c7;
    background: #F0F0F0;
}

.am-datepicker td span.am-disabled {
    cursor: no-drop;
    color: #999;
    background: #fafafa;
}

.am-datepicker td span.am-datepicker-old {
    color: #89d7ff;
}

.am-datepicker .am-datepicker-dow {
    height: 40px;
    color: #0c80ba;
}

.am-datepicker-caret {
    display: block !important;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 7px solid #3bb4f2;
    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);
    position: absolute;
    top: -7px;
    left: 6px;
}

.am-datepicker-right .am-datepicker-caret {
    left: auto;
    right: 7px;
}

.am-datepicker-up .am-datepicker-caret {
    top: auto;
    bottom: -7px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0 dotted;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.am-datepicker-select {
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.am-datepicker-select:hover {
    background: rgba(154, 217, 248, 0.5);
    color: #0c80ba;
}

.am-datepicker-prev,
.am-datepicker-next {
    width: 34px;
    height: 34px;
}

.am-datepicker-prev-icon,
.am-datepicker-next-icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.am-datepicker-prev-icon:hover,
.am-datepicker-next-icon:hover {
    background: rgba(154, 217, 248, 0.5);
    color: #0c80ba;
}

.am-datepicker-prev-icon:before {
    display: inline-block;
    font: normal normal normal 16px/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);
    content: "\f053";
}

.am-datepicker-next-icon:before {
    display: inline-block;
    font: normal normal normal 16px/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);
    content: "\f054";
}

.am-datepicker-dropdown {
    position: absolute;
    z-index: 1120;
}

.am-datepicker-success tr.am-datepicker-header {
    background: #5eb95e;
}

.am-datepicker-success td.am-datepicker-day.am-disabled {
    color: #999;
}

.am-datepicker-success td.am-datepicker-old,
.am-datepicker-success td.am-datepicker-new {
    color: #94df94;
}

.am-datepicker-success td.am-active,
.am-datepicker-success td.am-active:hover {
    color: #1b961b;
}

.am-datepicker-success td span.am-datepicker-old {
    color: #94df94;
}

.am-datepicker-success td span.am-active {
    color: #1b961b;
}

.am-datepicker-success .am-datepicker-caret {
    border-bottom-color: #5eb95e;
}

.am-datepicker-success .am-datepicker-dow {
    color: #367b36;
}

.am-datepicker-success .am-datepicker-select:hover,
.am-datepicker-success .am-datepicker-prev-icon:hover,
.am-datepicker-success .am-datepicker-next-icon:hover {
    background: rgba(165, 216, 165, 0.5);
    color: #367b36;
}

.am-datepicker-danger tr.am-datepicker-header {
    background: #e20514;
}

.am-datepicker-danger td.am-datepicker-day.am-disabled {
    color: #999;
}

.am-datepicker-danger td.am-datepicker-old,
.am-datepicker-danger td.am-datepicker-new {
    color: #f59490;
}

.am-datepicker-danger td.am-active,
.am-datepicker-danger td.am-active:hover {
    color: #c10802;
}

.am-datepicker-danger td span.am-datepicker-old {
    color: #f59490;
}

.am-datepicker-danger td span.am-active {
    color: #c10802;
}

.am-datepicker-danger .am-datepicker-caret {
    border-bottom-color: #e20514;
}

.am-datepicker-danger .am-datepicker-dow {
    color: #a4241f;
}

.am-datepicker-danger .am-datepicker-select:hover,
.am-datepicker-danger .am-datepicker-prev-icon:hover,
.am-datepicker-danger .am-datepicker-next-icon:hover {
    background: rgba(237, 164, 162, 0.5);
    color: #a4241f;
}

.am-datepicker-warning tr.am-datepicker-header {
    background: #F37B1D;
}

.am-datepicker-warning td.am-datepicker-day.am-disabled {
    color: #999;
}

.am-datepicker-warning td.am-datepicker-old,
.am-datepicker-warning td.am-datepicker-new {
    color: #ffad6d;
}

.am-datepicker-warning td.am-active,
.am-datepicker-warning td.am-active:hover {
    color: #aa4b00;
}

.am-datepicker-warning td span.am-datepicker-old {
    color: #ffad6d;
}

.am-datepicker-warning td span.am-active {
    color: #aa4b00;
}

.am-datepicker-warning .am-datepicker-caret {
    border-bottom-color: #F37B1D;
}

.am-datepicker-warning .am-datepicker-dow {
    color: #a14c09;
}

.am-datepicker-warning .am-datepicker-select:hover,
.am-datepicker-warning .am-datepicker-prev-icon:hover,
.am-datepicker-warning .am-datepicker-next-icon:hover {
    background: rgba(248, 180, 126, 0.5);
    color: #a14c09;
}

.am-datepicker > div {
    display: block;
}

.am-datepicker > div span.am-datepicker-hour {
    width: 59.5px;
}

.am-datepicker-date {
    display: block;
}

.am-datepicker-date.am-input-group {
    display: table;
}

.am-datepicker-time-box {
    padding: 30px 0 30px 0;
}

.am-datepicker-time-box strong {
    font-size: 52px;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: normal;
}

.am-datepicker-time-box strong:hover {
    border-radius: 4px;
    background: #ECECEC;
}

.am-datepicker-time-box em {
    display: inline-block;
    height: 70px;
    width: 20px;
    line-height: 70px;
    font-size: 52px;
    font-style: normal;
}

.am-datepicker-toggle {
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}

.am-datepicker-toggle:hover {
    background: #f0f0f0;
}

/* ==========================================================================
   Component: Progress
 ============================================================================ */
/* Progress bar animation */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 36px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 36px 0;
    }
    to {
        background-position: 0 0;
    }
}

/*  Progress container */
.am-progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #EAEAEA;
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

/* Progress bar */
.am-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #EAEAEA;
    /*-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);*/
    /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);*/
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.am-progress-striped .am-progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}

.am-progress.am-active .am-progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.am-progress-bar[aria-valuenow="1"],
.am-progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.am-progress-bar[aria-valuenow="0"] {
    color: #999999;
    min-width: 30px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-progress-bar-secondary {
    background-color: #3bb4f2;
}

.am-progress-striped .am-progress-bar-secondary {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.am-progress-bar-success {
    background-color: #5eb95e;
}

.am-progress-striped .am-progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.am-progress-bar-warning {
    background-color: #F37B1D;
}

.am-progress-striped .am-progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.am-progress-bar-danger {
    background-color: #DA0615;
}

.am-progress-striped .am-progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.am-progress-xs {
    height: 6px;
}

.am-progress-sm {
    height: 12px;
}

/*
TODO:
  1. 闁告柣鍔庨弫鐐償閺冨浂鍤夐柡锟介幆褎韬� dialog 濞戞挸顭槐婵囩▔瀹ュ懎鏅欓柡鍕靛灡閺嗭絾绋夐敓锟� modal闁挎稑鏈粔褰掑矗閿燂拷 JS 闂侇偅妲掔欢顐︽晬瀹�鍕粯閻熸洑鑳剁划铏圭驳闁稒鍙忛柡锟介敓锟�
  2. modal 婵犲﹥鑹炬慨鈺呭级閳ユ剚妲遍柣鐐叉４缁辨繈寮伴姘剨闂傚浄鎷烽悷鏇氱劍閸у﹪宕濋悩杈╊伇濞戞搩浜濈划鎾礉閵婏附钂嬮悗纭呮鐎规娊鎯冮崟顒佸瘻妤犵儑鎷� padding闁挎冻鎷�
*/
/* ==========================================================================
   Component: Modal Plugin
 ============================================================================ */
.layui-layer-imgbar, .layui-layer-imgtit a, .layui-layer-tab .layui-layer-title span, .layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}



.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}


.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layui-layer {
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}



.field-error .control-label,
.field-error .help-block,
.field-error .form-control-feedback {
    color: #ff0039;
}

.field-success .control-label,
.field-success .help-block,
.field-success .form-control-feedback {
    color: #2780e3;
}

.input_clear{
	display: none;
    position: absolute;
    right: 15px;
    top:8px;
    width: 18px;
    height: 17px;
    vertical-align: middle;
    background-image: url("../../images/qc.png");
    cursor: pointer;
}

.am-text-height {
    height:30px;
    line-height:30px;
}