/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

.am_img-responsive,
.am_thumbnail > img,
.am_thumbnail a > img,
.am_carousel-inner > .item > img,
.am_carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.am_img-rounded {
    border-radius: 6px;
}
.am_img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.am_img-circle {
    border-radius: 50%;
}

.am_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.am_sr-only-focusable:active,
.am_sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.am_lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .am_lead {
        font-size: 21px;
    }
}
.am_small {
    font-size: 85%;
}
.am_mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.am_text-left {
    text-align: left;
}
.am_text-right {
    text-align: right;
}
.am_text-center {
    text-align: center;
}
.am_text-justify {
    text-align: justify;
}
.am_text-nowrap {
    white-space: nowrap;
}
.am_text-lowercase {
    text-transform: lowercase;
}
.am_text-uppercase {
    text-transform: uppercase;
}
.am_text-capitalize {
    text-transform: capitalize;
}
.am_text-muted {
    color: #777;
}
.am_text-primary {
    color: #337ab7;
}
a.am_text-primary:hover,
a.am_text-primary:focus {
    color: #286090;
}
.am_text-success {
    color: #3c763d;
}
a.am_text-success:hover,
a.am_text-success:focus {
    color: #2b542c;
}
.am_text-info {
    color: #31708f;
}
a.am_text-info:hover,
a.am_text-info:focus {
    color: #245269;
}
.am_text-warning {
    color: #8a6d3b;
}
a.am_text-warning:hover,
a.am_text-warning:focus {
    color: #66512c;
}
.am_text-danger {
    color: #a94442;
}
a.am_text-danger:hover,
a.am_text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.am_bg-primary:hover,
a.am_bg-primary:focus {
    background-color: #286090;
}
.am_bg-success {
    background-color: #dff0d8;
}
a.am_bg-success:hover,
a.am_bg-success:focus {
    background-color: #c1e2b3;
}
.am_bg-info {
    background-color: #d9edf7;
}
a.am_bg-info:hover,
a.am_bg-info:focus {
    background-color: #afd9ee;
}
.am_bg-warning {
    background-color: #fcf8e3;
}
a.am_bg-warning:hover,
a.am_bg-warning:focus {
    background-color: #f7ecb5;
}
.am_bg-danger {
    background-color: #f2dede;
}
a.am_bg-danger:hover,
a.am_bg-danger:focus {
    background-color: #e4b9b9;
}
.am_page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.am_list-unstyled {
    padding-left: 0;
    list-style: none;
}
.am_list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.am_list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .am_dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .am_dl-horizontal dd {
        margin-left: 180px;
    }
}

.am_initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote .am_small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .am_small:before {
    content: '\2014 \00A0';
}
.am_blockquote-reverse,
blockquote.am_pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.am_blockquote-reverse footer:before,
blockquote.am_pull-right footer:before,
.am_blockquote-reverse small:before,
blockquote.am_pull-right small:before,
.am_blockquote-reverse .am_small:before,
blockquote.am_pull-right .am_small:before {
    content: '';
}
.am_blockquote-reverse footer:after,
blockquote.am_pull-right footer:after,
.am_blockquote-reverse small:after,
blockquote.am_pull-right small:after,
.am_blockquote-reverse .am_small:after,
blockquote.am_pull-right .am_small:after {
    content: '\00A0 \2014';
}

.am_pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.am_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .am_container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .am_container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .am_container {
        width: 1170px;
    }
}
.am_container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.am_row {
    margin-right: -15px;
    margin-left: -15px;
}
.am_col-xs-1, .am_col-sm-1, .am_col-md-1, .am_col-lg-1, .am_col-xs-2, .am_col-sm-2, .am_col-md-2, .am_col-lg-2, .am_col-xs-3, .am_col-sm-3, .am_col-md-3, .am_col-lg-3, .am_col-xs-4, .am_col-sm-4, .am_col-md-4, .am_col-lg-4, .am_col-xs-5, .am_col-sm-5, .am_col-md-5, .am_col-lg-5, .am_col-xs-6, .am_col-sm-6, .am_col-md-6, .am_col-lg-6, .am_col-xs-7, .am_col-sm-7, .am_col-md-7, .am_col-lg-7, .am_col-xs-8, .am_col-sm-8, .am_col-md-8, .am_col-lg-8, .am_col-xs-9, .am_col-sm-9, .am_col-md-9, .am_col-lg-9, .am_col-xs-10, .am_col-sm-10, .am_col-md-10, .am_col-lg-10, .am_col-xs-11, .am_col-sm-11, .am_col-md-11, .am_col-lg-11, .am_col-xs-12, .am_col-sm-12, .am_col-md-12, .am_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.am_col-xs-1, .am_col-xs-2, .am_col-xs-3, .am_col-xs-4, .am_col-xs-5, .am_col-xs-6, .am_col-xs-7, .am_col-xs-8, .am_col-xs-9, .am_col-xs-10, .am_col-xs-11, .am_col-xs-12 {
    float: left;
}
.am_col-xs-12 {
    width: 100%;
}
.am_col-xs-11 {
    width: 91.66666667%;
}
.am_col-xs-10 {
    width: 83.33333333%;
}
.am_col-xs-9 {
    width: 75%;
}
.am_col-xs-8 {
    width: 66.66666667%;
}
.am_col-xs-7 {
    width: 58.33333333%;
}
.am_col-xs-6 {
    width: 50%;
}
.am_col-xs-5 {
    width: 41.66666667%;
}
.am_col-xs-4 {
    width: 33.33333333%;
}
.am_col-xs-3 {
    width: 25%;
}
.am_col-xs-2 {
    width: 16.66666667%;
}
.am_col-xs-1 {
    width: 8.33333333%;
}
.am_col-xs-pull-12 {
    right: 100%;
}
.am_col-xs-pull-11 {
    right: 91.66666667%;
}
.am_col-xs-pull-10 {
    right: 83.33333333%;
}
.am_col-xs-pull-9 {
    right: 75%;
}
.am_col-xs-pull-8 {
    right: 66.66666667%;
}
.am_col-xs-pull-7 {
    right: 58.33333333%;
}
.am_col-xs-pull-6 {
    right: 50%;
}
.am_col-xs-pull-5 {
    right: 41.66666667%;
}
.am_col-xs-pull-4 {
    right: 33.33333333%;
}
.am_col-xs-pull-3 {
    right: 25%;
}
.am_col-xs-pull-2 {
    right: 16.66666667%;
}
.am_col-xs-pull-1 {
    right: 8.33333333%;
}
.am_col-xs-pull-0 {
    right: auto;
}
.am_col-xs-push-12 {
    left: 100%;
}
.am_col-xs-push-11 {
    left: 91.66666667%;
}
.am_col-xs-push-10 {
    left: 83.33333333%;
}
.am_col-xs-push-9 {
    left: 75%;
}
.am_col-xs-push-8 {
    left: 66.66666667%;
}
.am_col-xs-push-7 {
    left: 58.33333333%;
}
.am_col-xs-push-6 {
    left: 50%;
}
.am_col-xs-push-5 {
    left: 41.66666667%;
}
.am_col-xs-push-4 {
    left: 33.33333333%;
}
.am_col-xs-push-3 {
    left: 25%;
}
.am_col-xs-push-2 {
    left: 16.66666667%;
}
.am_col-xs-push-1 {
    left: 8.33333333%;
}
.am_col-xs-push-0 {
    left: auto;
}
.am_col-xs-offset-12 {
    margin-left: 100%;
}
.am_col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.am_col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.am_col-xs-offset-9 {
    margin-left: 75%;
}
.am_col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.am_col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.am_col-xs-offset-6 {
    margin-left: 50%;
}
.am_col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.am_col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.am_col-xs-offset-3 {
    margin-left: 25%;
}
.am_col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.am_col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.am_col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .am_col-sm-1, .am_col-sm-2, .am_col-sm-3, .am_col-sm-4, .am_col-sm-5, .am_col-sm-6, .am_col-sm-7, .am_col-sm-8, .am_col-sm-9, .am_col-sm-10, .am_col-sm-11, .am_col-sm-12 {
        float: left;
    }
    .am_col-sm-12 {
        width: 100%;
    }
    .am_col-sm-11 {
        width: 91.66666667%;
    }
    .am_col-sm-10 {
        width: 83.33333333%;
    }
    .am_col-sm-9 {
        width: 75%;
    }
    .am_col-sm-8 {
        width: 66.66666667%;
    }
    .am_col-sm-7 {
        width: 58.33333333%;
    }
    .am_col-sm-6 {
        width: 50%;
    }
    .am_col-sm-5 {
        width: 41.66666667%;
    }
    .am_col-sm-4 {
        width: 33.33333333%;
    }
    .am_col-sm-3 {
        width: 25%;
    }
    .am_col-sm-2 {
        width: 16.66666667%;
    }
    .am_col-sm-1 {
        width: 8.33333333%;
    }
    .am_col-sm-pull-12 {
        right: 100%;
    }
    .am_col-sm-pull-11 {
        right: 91.66666667%;
    }
    .am_col-sm-pull-10 {
        right: 83.33333333%;
    }
    .am_col-sm-pull-9 {
        right: 75%;
    }
    .am_col-sm-pull-8 {
        right: 66.66666667%;
    }
    .am_col-sm-pull-7 {
        right: 58.33333333%;
    }
    .am_col-sm-pull-6 {
        right: 50%;
    }
    .am_col-sm-pull-5 {
        right: 41.66666667%;
    }
    .am_col-sm-pull-4 {
        right: 33.33333333%;
    }
    .am_col-sm-pull-3 {
        right: 25%;
    }
    .am_col-sm-pull-2 {
        right: 16.66666667%;
    }
    .am_col-sm-pull-1 {
        right: 8.33333333%;
    }
    .am_col-sm-pull-0 {
        right: auto;
    }
    .am_col-sm-push-12 {
        left: 100%;
    }
    .am_col-sm-push-11 {
        left: 91.66666667%;
    }
    .am_col-sm-push-10 {
        left: 83.33333333%;
    }
    .am_col-sm-push-9 {
        left: 75%;
    }
    .am_col-sm-push-8 {
        left: 66.66666667%;
    }
    .am_col-sm-push-7 {
        left: 58.33333333%;
    }
    .am_col-sm-push-6 {
        left: 50%;
    }
    .am_col-sm-push-5 {
        left: 41.66666667%;
    }
    .am_col-sm-push-4 {
        left: 33.33333333%;
    }
    .am_col-sm-push-3 {
        left: 25%;
    }
    .am_col-sm-push-2 {
        left: 16.66666667%;
    }
    .am_col-sm-push-1 {
        left: 8.33333333%;
    }
    .am_col-sm-push-0 {
        left: auto;
    }
    .am_col-sm-offset-12 {
        margin-left: 100%;
    }
    .am_col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .am_col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .am_col-sm-offset-9 {
        margin-left: 75%;
    }
    .am_col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .am_col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .am_col-sm-offset-6 {
        margin-left: 50%;
    }
    .am_col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .am_col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .am_col-sm-offset-3 {
        margin-left: 25%;
    }
    .am_col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .am_col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .am_col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .am_col-md-1, .am_col-md-2, .am_col-md-3, .am_col-md-4, .am_col-md-5, .am_col-md-6, .am_col-md-7, .am_col-md-8, .am_col-md-9, .am_col-md-10, .am_col-md-11, .am_col-md-12 {
        float: left;
    }
    .am_col-md-12 {
        width: 100%;
    }
    .am_col-md-11 {
        width: 91.66666667%;
    }
    .am_col-md-10 {
        width: 83.33333333%;
    }
    .am_col-md-9 {
        width: 75%;
    }
    .am_col-md-8 {
        width: 66.66666667%;
    }
    .am_col-md-7 {
        width: 58.33333333%;
    }
    .am_col-md-6 {
        width: 50%;
    }
    .am_col-md-5 {
        width: 41.66666667%;
    }
    .am_col-md-4 {
        width: 33.33333333%;
    }
    .am_col-md-3 {
        width: 25%;
    }
    .am_col-md-2 {
        width: 16.66666667%;
    }
    .am_col-md-1 {
        width: 8.33333333%;
    }
    .am_col-md-pull-12 {
        right: 100%;
    }
    .am_col-md-pull-11 {
        right: 91.66666667%;
    }
    .am_col-md-pull-10 {
        right: 83.33333333%;
    }
    .am_col-md-pull-9 {
        right: 75%;
    }
    .am_col-md-pull-8 {
        right: 66.66666667%;
    }
    .am_col-md-pull-7 {
        right: 58.33333333%;
    }
    .am_col-md-pull-6 {
        right: 50%;
    }
    .am_col-md-pull-5 {
        right: 41.66666667%;
    }
    .am_col-md-pull-4 {
        right: 33.33333333%;
    }
    .am_col-md-pull-3 {
        right: 25%;
    }
    .am_col-md-pull-2 {
        right: 16.66666667%;
    }
    .am_col-md-pull-1 {
        right: 8.33333333%;
    }
    .am_col-md-pull-0 {
        right: auto;
    }
    .am_col-md-push-12 {
        left: 100%;
    }
    .am_col-md-push-11 {
        left: 91.66666667%;
    }
    .am_col-md-push-10 {
        left: 83.33333333%;
    }
    .am_col-md-push-9 {
        left: 75%;
    }
    .am_col-md-push-8 {
        left: 66.66666667%;
    }
    .am_col-md-push-7 {
        left: 58.33333333%;
    }
    .am_col-md-push-6 {
        left: 50%;
    }
    .am_col-md-push-5 {
        left: 41.66666667%;
    }
    .am_col-md-push-4 {
        left: 33.33333333%;
    }
    .am_col-md-push-3 {
        left: 25%;
    }
    .am_col-md-push-2 {
        left: 16.66666667%;
    }
    .am_col-md-push-1 {
        left: 8.33333333%;
    }
    .am_col-md-push-0 {
        left: auto;
    }
    .am_col-md-offset-12 {
        margin-left: 100%;
    }
    .am_col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .am_col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .am_col-md-offset-9 {
        margin-left: 75%;
    }
    .am_col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .am_col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .am_col-md-offset-6 {
        margin-left: 50%;
    }
    .am_col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .am_col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .am_col-md-offset-3 {
        margin-left: 25%;
    }
    .am_col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .am_col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .am_col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .am_col-lg-1, .am_col-lg-2, .am_col-lg-3, .am_col-lg-4, .am_col-lg-5, .am_col-lg-6, .am_col-lg-7, .am_col-lg-8, .am_col-lg-9, .am_col-lg-10, .am_col-lg-11, .am_col-lg-12 {
        float: left;
    }
    .am_col-lg-12 {
        width: 100%;
    }
    .am_col-lg-11 {
        width: 91.66666667%;
    }
    .am_col-lg-10 {
        width: 83.33333333%;
    }
    .am_col-lg-9 {
        width: 75%;
    }
    .am_col-lg-8 {
        width: 66.66666667%;
    }
    .am_col-lg-7 {
        width: 58.33333333%;
    }
    .am_col-lg-6 {
        width: 50%;
    }
    .am_col-lg-5 {
        width: 41.66666667%;
    }
    .am_col-lg-4 {
        width: 33.33333333%;
    }
    .am_col-lg-3 {
        width: 25%;
    }
    .am_col-lg-2 {
        width: 16.66666667%;
    }
    .am_col-lg-1 {
        width: 8.33333333%;
    }
    .am_col-lg-pull-12 {
        right: 100%;
    }
    .am_col-lg-pull-11 {
        right: 91.66666667%;
    }
    .am_col-lg-pull-10 {
        right: 83.33333333%;
    }
    .am_col-lg-pull-9 {
        right: 75%;
    }
    .am_col-lg-pull-8 {
        right: 66.66666667%;
    }
    .am_col-lg-pull-7 {
        right: 58.33333333%;
    }
    .am_col-lg-pull-6 {
        right: 50%;
    }
    .am_col-lg-pull-5 {
        right: 41.66666667%;
    }
    .am_col-lg-pull-4 {
        right: 33.33333333%;
    }
    .am_col-lg-pull-3 {
        right: 25%;
    }
    .am_col-lg-pull-2 {
        right: 16.66666667%;
    }
    .am_col-lg-pull-1 {
        right: 8.33333333%;
    }
    .am_col-lg-pull-0 {
        right: auto;
    }
    .am_col-lg-push-12 {
        left: 100%;
    }
    .am_col-lg-push-11 {
        left: 91.66666667%;
    }
    .am_col-lg-push-10 {
        left: 83.33333333%;
    }
    .am_col-lg-push-9 {
        left: 75%;
    }
    .am_col-lg-push-8 {
        left: 66.66666667%;
    }
    .am_col-lg-push-7 {
        left: 58.33333333%;
    }
    .am_col-lg-push-6 {
        left: 50%;
    }
    .am_col-lg-push-5 {
        left: 41.66666667%;
    }
    .am_col-lg-push-4 {
        left: 33.33333333%;
    }
    .am_col-lg-push-3 {
        left: 25%;
    }
    .am_col-lg-push-2 {
        left: 16.66666667%;
    }
    .am_col-lg-push-1 {
        left: 8.33333333%;
    }
    .am_col-lg-push-0 {
        left: auto;
    }
    .am_col-lg-offset-12 {
        margin-left: 100%;
    }
    .am_col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .am_col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .am_col-lg-offset-9 {
        margin-left: 75%;
    }
    .am_col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .am_col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .am_col-lg-offset-6 {
        margin-left: 50%;
    }
    .am_col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .am_col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .am_col-lg-offset-3 {
        margin-left: 25%;
    }
    .am_col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .am_col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .am_col-lg-offset-0 {
        margin-left: 0;
    }
}

.am_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.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: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.am_table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px 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 {
    border-top: 2px solid #ddd;
}
.am_table .am_table {
    background-color: #fff;
}
.am_table-condensed > thead > tr > th,
.am_table-condensed > tbody > tr > th,
.am_table-condensed > tfoot > tr > th,
.am_table-condensed > thead > tr > td,
.am_table-condensed > tbody > tr > td,
.am_table-condensed > tfoot > tr > td {
    padding: 5px;
}
.am_table-bordered {
    border: 1px solid #ddd;
}
.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: 1px solid #ddd;
}
.am_table-bordered > thead > tr > th,
.am_table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.am_table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.am_table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.am_table > thead > tr > td.active,
.am_table > tbody > tr > td.active,
.am_table > tfoot > tr > td.active,
.am_table > thead > tr > th.active,
.am_table > tbody > tr > th.active,
.am_table > tfoot > tr > th.active,
.am_table > thead > tr.active > td,
.am_table > tbody > tr.active > td,
.am_table > tfoot > tr.active > td,
.am_table > thead > tr.active > th,
.am_table > tbody > tr.active > th,
.am_table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.am_table-hover > tbody > tr > td.active:hover,
.am_table-hover > tbody > tr > th.active:hover,
.am_table-hover > tbody > tr.active:hover > td,
.am_table-hover > tbody > tr:hover > .active,
.am_table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.am_table > thead > tr > td.success,
.am_table > tbody > tr > td.success,
.am_table > tfoot > tr > td.success,
.am_table > thead > tr > th.success,
.am_table > tbody > tr > th.success,
.am_table > tfoot > tr > th.success,
.am_table > thead > tr.success > td,
.am_table > tbody > tr.success > td,
.am_table > tfoot > tr.success > td,
.am_table > thead > tr.success > th,
.am_table > tbody > tr.success > th,
.am_table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.am_table-hover > tbody > tr > td.success:hover,
.am_table-hover > tbody > tr > th.success:hover,
.am_table-hover > tbody > tr.success:hover > td,
.am_table-hover > tbody > tr:hover > .success,
.am_table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.am_table > thead > tr > td.info,
.am_table > tbody > tr > td.info,
.am_table > tfoot > tr > td.info,
.am_table > thead > tr > th.info,
.am_table > tbody > tr > th.info,
.am_table > tfoot > tr > th.info,
.am_table > thead > tr.info > td,
.am_table > tbody > tr.info > td,
.am_table > tfoot > tr.info > td,
.am_table > thead > tr.info > th,
.am_table > tbody > tr.info > th,
.am_table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.am_table-hover > tbody > tr > td.info:hover,
.am_table-hover > tbody > tr > th.info:hover,
.am_table-hover > tbody > tr.info:hover > td,
.am_table-hover > tbody > tr:hover > .info,
.am_table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.am_table > thead > tr > td.warning,
.am_table > tbody > tr > td.warning,
.am_table > tfoot > tr > td.warning,
.am_table > thead > tr > th.warning,
.am_table > tbody > tr > th.warning,
.am_table > tfoot > tr > th.warning,
.am_table > thead > tr.warning > td,
.am_table > tbody > tr.warning > td,
.am_table > tfoot > tr.warning > td,
.am_table > thead > tr.warning > th,
.am_table > tbody > tr.warning > th,
.am_table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.am_table-hover > tbody > tr > td.warning:hover,
.am_table-hover > tbody > tr > th.warning:hover,
.am_table-hover > tbody > tr.warning:hover > td,
.am_table-hover > tbody > tr:hover > .warning,
.am_table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.am_table > thead > tr > td.danger,
.am_table > tbody > tr > td.danger,
.am_table > tfoot > tr > td.danger,
.am_table > thead > tr > th.danger,
.am_table > tbody > tr > th.danger,
.am_table > tfoot > tr > th.danger,
.am_table > thead > tr.danger > td,
.am_table > tbody > tr.danger > td,
.am_table > tfoot > tr.danger > td,
.am_table > thead > tr.danger > th,
.am_table > tbody > tr.danger > th,
.am_table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.am_table-hover > tbody > tr > td.danger:hover,
.am_table-hover > tbody > tr > th.danger:hover,
.am_table-hover > tbody > tr.danger:hover > td,
.am_table-hover > tbody > tr:hover > .danger,
.am_table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.am_table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .am_table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .am_table-responsive > .am_table {
        margin-bottom: 0;
    }
    .am_table-responsive > .am_table > thead > tr > th,
    .am_table-responsive > .am_table > tbody > tr > th,
    .am_table-responsive > .am_table > tfoot > tr > th,
    .am_table-responsive > .am_table > thead > tr > td,
    .am_table-responsive > .am_table > tbody > tr > td,
    .am_table-responsive > .am_table > tfoot > tr > td {
        white-space: nowrap;
    }
    .am_table-responsive > .am_table-bordered {
        border: 0;
    }
    .am_table-responsive > .am_table-bordered > thead > tr > th:first-child,
    .am_table-responsive > .am_table-bordered > tbody > tr > th:first-child,
    .am_table-responsive > .am_table-bordered > tfoot > tr > th:first-child,
    .am_table-responsive > .am_table-bordered > thead > tr > td:first-child,
    .am_table-responsive > .am_table-bordered > tbody > tr > td:first-child,
    .am_table-responsive > .am_table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .am_table-responsive > .am_table-bordered > thead > tr > th:last-child,
    .am_table-responsive > .am_table-bordered > tbody > tr > th:last-child,
    .am_table-responsive > .am_table-bordered > tfoot > tr > th:last-child,
    .am_table-responsive > .am_table-bordered > thead > tr > td:last-child,
    .am_table-responsive > .am_table-bordered > tbody > tr > td:last-child,
    .am_table-responsive > .am_table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .am_table-responsive > .am_table-bordered > tbody > tr:last-child > th,
    .am_table-responsive > .am_table-bordered > tfoot > tr:last-child > th,
    .am_table-responsive > .am_table-bordered > tbody > tr:last-child > td,
    .am_table-responsive > .am_table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.am_form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.am_form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.am_form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.am_form-control:-ms-input-placeholder {
    color: #999;
}
.am_form-control::-webkit-input-placeholder {
    color: #999;
}
.am_form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.am_form-control[disabled],
.am_form-control[readonly],
fieldset[disabled] .am_form-control {
    background-color: #eee;
    opacity: 1;
}
.am_form-control[disabled],
fieldset[disabled] .am_form-control {
    cursor: not-allowed;
}
textarea.am_form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].am_form-control,
    input[type="time"].am_form-control,
    input[type="datetime-local"].am_form-control,
    input[type="month"].am_form-control {
        line-height: 34px;
    }
    input[type="date"].am_input-sm,
    input[type="time"].am_input-sm,
    input[type="datetime-local"].am_input-sm,
    input[type="month"].am_input-sm,
    .am_input-group-sm input[type="date"],
    .am_input-group-sm input[type="time"],
    .am_input-group-sm input[type="datetime-local"],
    .am_input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].am_input-lg,
    input[type="time"].am_input-lg,
    input[type="datetime-local"].am_input-lg,
    input[type="month"].am_input-lg,
    .am_input-group-lg input[type="date"],
    .am_input-group-lg input[type="time"],
    .am_input-group-lg input[type="datetime-local"],
    .am_input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.am_form-group {
    margin-bottom: 15px;
}
.am_radio,
.am_checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.am_radio label,
.am_checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.am_radio + .am_radio,
.am_checkbox + .am_checkbox {
    margin-top: -5px;
}
.am_radio-inline,
.am_checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.am_radio-inline + .am_radio-inline,
.am_checkbox-inline + .am_checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"].am_disabled,
input[type="checkbox"].am_disabled
{
    cursor: not-allowed;
}
.am_radio-inline.am_idsabled,
.am_checkbox-inline.am_disabled,
fieldset[disabled] .am_radio-inline,
fieldset[disabled] .am_checkbox-inline {
    cursor: not-allowed;
}
.am_radio.am_disabled label,
.am_checkbox.am_disabled label,
fieldset[disabled] .am_radio label,
fieldset[disabled] .am_checkbox label {
    cursor: not-allowed;
}
.am_form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.am_form-control-static.am_input-lg,
.am_form-control-static.am_input-sm {
    padding-right: 0;
    padding-left: 0;
}
.am_input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.am_input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.am_input-sm,
select[multiple].am_input-sm {
    height: auto;
}
.am_form-group-sm .am_form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.am_form-group-sm select.am_form-control {
    height: 30px;
    line-height: 30px;
}
.am_form-group-sm textarea.am_form-control,
.am_form-group-sm select[multiple].am_form-control {
    height: auto;
}
.am_form-group-sm .am_form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.am_input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.am_input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.am_input-lg,
select[multiple].am_input-lg {
    height: auto;
}
.am_form-group-lg .am_form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.am_form-group-lg select.am_form-control {
    height: 46px;
    line-height: 46px;
}
.am_form-group-lg textarea.am_form-control,
.am_form-group-lg select[multiple].am_form-control {
    height: auto;
}
.am_form-group-lg .am_form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.am_has-feedback {
    position: relative;
}
.am_has-feedback .am_form-control {
    padding-right: 42.5px;
}
.am_form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.am_input-lg + .am_form-control-feedback,
.am_input-group-lg + .am_form-control-feedback,
.am_form-group-lg .am_form-control + .am_form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.am_input-sm + .am_form-control-feedback,
.am_input-group-sm + .am_form-control-feedback,
.am_form-group-sm .am_form-control + .am_form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.am_has-success .am_help-block,
.am_has-success .am_control-label,
.am_has-success .am_radio,
.am_has-success .am_checkbox,
.am_has-success .am_radio-inline,
.am_has-success .am_checkbox-inline,
.am_has-success.am_radio label,
.am_has-success.am_checkbox label,
.am_has-success.am_radio-inline label,
.am_has-success.am_checkbox-inline label {
    color: #3c763d;
}
.am_has-success .am_form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.am_has-success .am_form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.am_has-success .am_input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.am_has-success .am_form-control-feedback {
    color: #3c763d;
}
.am_has-warning .am_help-block,
.am_has-warning .am_control-label,
.am_has-warning .am_radio,
.am_has-warning .am_checkbox,
.am_has-warning .radio-inline,
.am_has-warning .am_checkbox-inline,
.am_has-warning.am_radio label,
.am_has-warning.am_checkbox label,
.am_has-warning.am_radio-inline label,
.am_has-warning.am_checkbox-inline label {
    color: #8a6d3b;
}
.am_has-warning .am_form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.am_has-warning .am_form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.am_has-warning .am_input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.am_has-warning .am_form-control-feedback {
    color: #8a6d3b;
}
.am_has-error .am_help-block,
.am_has-error .am_control-label,
.am_has-error .am_radio,
.am_has-error .am_checkbox,
.am_has-error .am_radio-inline,
.am_has-error .am_checkbox-inline,
.am_has-error.am_radio label,
.am_has-error.am_checkbox label,
.am_has-error.am_radio-inline label,
.am_has-error.am_checkbox-inline label {
    color: #a94442;
}
.am_has-error .am_form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.am_has-error .am_form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.am_has-error .am_input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.am_has-error .am_form-control-feedback {
    color: #a94442;
}
.am_has-feedback label ~ .am_form-control-feedback {
    top: 25px;
}
.am_has-feedback label.sr-only ~ .am_form-control-feedback {
    top: 0;
}
.am_help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .am_form-inline .am_form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am_form-inline .am_form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .am_form-inline .am_form-control-static {
        display: inline-block;
    }
    .am_form-inline .am_input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .am_form-inline .am_input-group .am_input-group-addon,
    .am_form-inline .am_input-group .am_input-group-btn,
    .am_form-inline .am_input-group .am_form-control {
        width: auto;
    }
    .am_form-inline .am_input-group > .am_form-control {
        width: 100%;
    }
    .am_form-inline .am_control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am_form-inline .am_radio,
    .am_form-inline .am_checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am_form-inline .am_radio label,
    .am_form-inline .am_checkbox label {
        padding-left: 0;
    }
    .am_form-inline .am_radio input[type="radio"],
    .am_form-inline .am_checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .am_form-inline .am_has-feedback .am_form-control-feedback {
        top: 0;
    }
}
.am_form-horizontal .am_radio,
.am_form-horizontal .am_checkbox,
.am_form-horizontal .am_radio-inline,
.am_form-horizontal .am_checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.am_form-horizontal .am_radio,
.am_form-horizontal .am_checkbox {
    min-height: 27px;
}
.am_form-horizontal .am_form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .am_form-horizontal .am_control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.am_form-horizontal .am_has-feedback .am_form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .am_form-horizontal .am_form-group-lg .am_control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .am_form-horizontal .am_form-group-sm .am_control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.am_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.am_btn:focus,
.am_btn:active:focus,
.am_btn.am_active:focus,
.am_btn.am_focus,
.am_btn:active.am_focus,
.am_btn.am_active.am_focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.am_btn:hover,
.am_btn:focus,
.am_btn.am_focus {
    color: #333;
    text-decoration: none;
}
.am_btn:active,
.am_btn.am_active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.am_btn.am_disabled,
.am_btn[disabled],
fieldset[disabled] .am_btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.am_btn.am_disabled,
fieldset[disabled] a.am_btn {
    pointer-events: none;
}
.am_btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.am_btn-default:focus,
.am_btn-default.am_focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.am_btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.am_btn-default:active,
.am_btn-default.am_active,
.am_open > .am_dropdown-toggle.am_btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.am_btn-default:active:hover,
.am_btn-default.am_active:hover,
.am_open > .am_dropdown-toggle.am_btn-default:hover,
.am_btn-default:active:focus,
.am_btn-default.am_active:focus,
.am_open > .am_dropdown-toggle.am_btn-default:focus,
.am_btn-default:active.am_focus,
.am_btn-default.am_active.am_focus,
.am_open > .am_dropdown-toggle.am_btn-default.am_focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.am_btn-default:active,
.am_btn-default.am_active,
.am_open > .am_dropdown-toggle.am_btn-default {
    background-image: none;
}
.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.am_focus,
.am_btn-default[disabled].am_focus,
fieldset[disabled] .am_btn-default.am_focus {
    background-color: #fff;
    border-color: #ccc;
}
.am_btn-default .am_badge {
    color: #fff;
    background-color: #333;
}
.am_btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.am_btn-primary:focus,
.am_btn-primary.am_focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.am_btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.am_btn-primary:active,
.am_btn-primary.am_active,
.am_open > .am_dropdown-toggle.am_btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.am_btn-primary:active:hover,
.am_btn-primary.am_active:hover,
.am_open > .am_dropdown-toggle.am_btn-primary:hover,
.am_btn-primary:active:focus,
.am_btn-primary.am_active:focus,
.am_open > .am_dropdown-toggle.am_btn-primary:focus,
.am_btn-primary:active.am_focus,
.am_btn-primary.am_active.am_focus,
.am_open > .am_dropdown-toggle.am_btn-primary.am_focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.am_btn-primary:active,
.am_btn-primary.am_active,
.am_open > .am_dropdown-toggle.am_btn-primary {
    background-image: none;
}
.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.am_focus,
.am_btn-primary[disabled].am_focus,
fieldset[disabled] .am_btn-primary.am_focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.am_btn-primary .am_badge {
    color: #337ab7;
    background-color: #fff;
}
.am_btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.am_btn-success:focus,
.am_btn-success.am_focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.am_btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.am_btn-success:active,
.am_btn-success.am_active,
.am_open > .am_dropdown-toggle.am_btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.am_btn-success:active:hover,
.am_btn-success.am_active:hover,
.am_open > .am_dropdown-toggle.am_btn-success:hover,
.am_btn-success:active:focus,
.am_btn-success.am_active:focus,
.am_open > .am_dropdown-toggle.am_btn-success:focus,
.am_btn-success:active.am_focus,
.am_btn-success.am_active.am_focus,
.am_open > .am_dropdown-toggle.am_btn-success.am_focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.am_btn-success:active,
.am_btn-success.am_active,
.am_open > .am_dropdown-toggle.am_btn-success {
    background-image: none;
}
.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.am_focus,
.am_btn-success[disabled].am_focus,
fieldset[disabled] .am_btn-success.am_focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.am_btn-success .am_badge {
    color: #5cb85c;
    background-color: #fff;
}
.am_btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.am_btn-info:focus,
.am_btn-info.am_focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.am_btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.am_btn-info:active,
.am_btn-info.am_active,
.am_open > .am_dropdown-toggle.am_btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.am_btn-info:active:hover,
.am_btn-info.am_active:hover,
.am_open > .am_dropdown-toggle.am_btn-info:hover,
.am_btn-info:active:focus,
.am_btn-info.am_active:focus,
.am_open > .am_dropdown-toggle.am_btn-info:focus,
.am_btn-info:active.am_focus,
.am_btn-info.am_active.am_focus,
.am_open > .am_dropdown-toggle.am_btn-info.am_focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.am_btn-info:active,
.am_btn-info.am_active,
.am_open > .am_dropdown-toggle.am_btn-info {
    background-image: none;
}
.am_btn-info.am_disabled:hover,
.am_btn-info[disabled]:hover,
fieldset[disabled] .am_btn-info:hover,
.am_btn-info.am_disabled:focus,
.am_btn-info[disabled]:focus,
fieldset[disabled] .am_btn-info:focus,
.am_btn-info.am_disabled.am_focus,
.am_btn-info[disabled].am_focus,
fieldset[disabled] .am_btn-info.am_focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.am_btn-info .am_badge {
    color: #5bc0de;
    background-color: #fff;
}
.am_btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.am_btn-warning:focus,
.am_btn-warning.am_focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.am_btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.am_btn-warning:active,
.am_btn-warning.am_active,
.am_open > .am_dropdown-toggle.am_btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.am_btn-warning:active:hover,
.am_btn-warning.am_active:hover,
.am_open > .am_dropdown-toggle.am_btn-warning:hover,
.am_btn-warning:active:focus,
.am_btn-warning.am_active:focus,
.am_open > .am_dropdown-toggle.am_btn-warning:focus,
.am_btn-warning:active.am_focus,
.am_btn-warning.am_active.am_focus,
.am_open > .am_dropdown-toggle.am_btn-warning.am_focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.am_btn-warning:active,
.am_btn-warning.am_active,
.am_open > .am_dropdown-toggle.am_btn-warning {
    background-image: none;
}
.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.am_focus,
.am_btn-warning[disabled].am_focus,
fieldset[disabled] .am_btn-warning.am_focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.am_btn-warning .am_badge {
    color: #f0ad4e;
    background-color: #fff;
}
.am_btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.am_btn-danger:focus,
.am_btn-danger.am_focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.am_btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.am_btn-danger:active,
.am_btn-danger.am_active,
.am_open > .am_dropdown-toggle.am_btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.am_btn-danger:active:hover,
.am_btn-danger.am_active:hover,
.am_open > .am_dropdown-toggle.am_btn-danger:hover,
.am_btn-danger:active:focus,
.am_btn-danger.am_active:focus,
.am_open > .am_dropdown-toggle.am_btn-danger:focus,
.am_btn-danger:active.am_focus,
.am_btn-danger.am_active.am_focus,
.am_open > .am_dropdown-toggle.am_btn-danger.am_focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.am_btn-danger:active,
.am_btn-danger.am_active,
.am_open > .am_dropdown-toggle.am_btn-danger {
    background-image: none;
}
.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.am_focus,
.am_btn-danger[disabled].am_focus,
fieldset[disabled] .am_btn-danger.am_focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.am_btn-danger .am_badge {
    color: #d9534f;
    background-color: #fff;
}
.am_btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.am_btn-link,
.am_btn-link:active,
.am_btn-link.am_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: #23527c;
    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: #777;
    text-decoration: none;
}
.am_btn-lg,
.am_btn-group-lg > .am_btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.am_btn-sm,
.am_btn-group-sm > .am_btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.am_btn-xs,
.am_btn-group-xs > .am_btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.am_btn-block {
    display: block;
    width: 100%;
}
.am_btn-block + .am_btn-block {
    margin-top: 5px;
}
input[type="submit"].am_btn-block,
input[type="reset"].am_btn-block,
input[type="button"].am_btn-block {
    width: 100%;
}
.am_fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.am_fade.am_in {
    opacity: 1;
}
.am_collapse {
    display: none;
}
.am_collapse.am_in {
    display: block;
}
tr.am_collapse.am_in {
    display: table-row;
}
tbody.am_collapse.am_in {
    display: table-row-group;
}
.am_collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.am_caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.am_dropup,
.am_dropdown {
    position: relative;
}
.am_dropdown-toggle:focus {
    outline: 0;
}
.am_dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.am_dropdown-menu.am_pull-right {
    right: 0;
    left: auto;
}
.am_dropdown-menu .am_divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.am_dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.am_dropdown-menu > li > a:hover,
.am_dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.am_dropdown-menu > .am_active > a,
.am_dropdown-menu > .am_active > a:hover,
.am_dropdown-menu > .am_active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.am_dropdown-menu > .am_disabled > a,
.am_dropdown-menu > .am_disabled > a:hover,
.am_dropdown-menu > .am_disabled > a:focus {
    color: #777;
}
.am_dropdown-menu > .am_disabled > a:hover,
.am_dropdown-menu > .am_disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.am_open > .am_dropdown-menu {
    display: block;
}
.am_open > a {
    outline: 0;
}
.am_dropdown-menu-right {
    right: 0;
    left: auto;
}
.am_dropdown-menu-left {
    right: auto;
    left: 0;
}
.am_dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.am_dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.am_pull-right > .am_dropdown-menu {
    right: 0;
    left: auto;
}
.am_dropup .am_caret,
.am_navbar-fixed-bottom .am_dropdown .am_caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.am_dropup .am_dropdown-menu,
.am_navbar-fixed-bottom .am_dropdown .am_dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .am_navbar-right .am_dropdown-menu {
        right: 0;
        left: auto;
    }
    .am_navbar-right .am_dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.am_btn-group,
.am_btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.am_btn-group > .am_btn,
.am_btn-group-vertical > .am_btn {
    position: relative;
    float: left;
}
.am_btn-group > .am_btn:hover,
.am_btn-group-vertical > .am_btn:hover,
.am_btn-group > .am_btn:focus,
.am_btn-group-vertical > .am_btn:focus,
.am_btn-group > .am_btn:active,
.am_btn-group-vertical > .am_btn:active,
.am_btn-group > .am_btn.am_active,
.am_btn-group-vertical > .am_btn.am_active {
    z-index: 2;
}
.am_btn-group .am_btn + .am_btn,
.am_btn-group .am_btn + .am_btn-group,
.am_btn-group .am_btn-group + .am_btn,
.am_btn-group .am_btn-group + .am_btn-group {
    margin-left: -1px;
}
.am_btn-toolbar {
    margin-left: -5px;
}
.am_btn-toolbar .am_btn,
.am_btn-toolbar .am_btn-group,
.am_btn-toolbar .am_input-group {
    float: left;
}
.am_btn-toolbar > .am_btn,
.am_btn-toolbar > .am_btn-group,
.am_btn-toolbar > .am_input-group {
    margin-left: 5px;
}
.am_btn-group > .am_btn:not(:first-child):not(:last-child):not(.am_dropdown-toggle) {
    border-radius: 0;
}
.am_btn-group > .am_btn:first-child {
    margin-left: 0;
}
.am_btn-group > .am_btn:first-child:not(:last-child):not(.am_dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.am_btn-group > .am_btn:last-child:not(:first-child),
.am_btn-group > .am_dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.am_btn-group > .am_btn-group {
    float: left;
}
.am_btn-group > .am_btn-group:not(:first-child):not(:last-child) > .am_btn {
    border-radius: 0;
}
.am_btn-group > .am_btn-group:first-child:not(:last-child) > .am_btn:last-child,
.am_btn-group > .am_btn-group:first-child:not(:last-child) > .am_dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.am_btn-group > .am_btn-group:last-child:not(:first-child) > .am_btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.am_btn-group .am_dropdown-toggle:active,
.am_btn-group.am_open .am_dropdown-toggle {
    outline: 0;
}
.am_btn-group > .am_btn + .am_dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.am_btn-group > .am_btn-lg + .am_dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.am_btn-group.am_open .am_dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.am_btn-group.am_open .am_dropdown-toggle.am_btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.am_btn .am_caret {
    margin-left: 0;
}
.am_btn-lg .am_caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .am_btn-lg .am_caret {
    border-width: 0 5px 5px;
}
.am_btn-group-vertical > .am_btn,
.am_btn-group-vertical > .am_btn-group,
.am_btn-group-vertical > .am_btn-group > .am_btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.am_btn-group-vertical > .am_btn-group > .am_btn {
    float: none;
}
.am_btn-group-vertical > .am_btn + .am_btn,
.am_btn-group-vertical > .am_btn + .am_btn-group,
.am_btn-group-vertical > .am_btn-group + .am_btn,
.am_btn-group-vertical > .am_btn-group + .am_btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.am_btn-group-vertical > .am_btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.am_btn-group-vertical > .am_btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am_btn-group-vertical > .am_btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.am_btn-group-vertical > .am_btn-group:not(:first-child):not(:last-child) > .am_btn {
    border-radius: 0;
}
.am_btn-group-vertical > .am_btn-group:first-child:not(:last-child) > .am_btn:last-child,
.am_btn-group-vertical > .am_btn-group:first-child:not(:last-child) > .am_dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am_btn-group-vertical > .am_btn-group:last-child:not(:first-child) > .am_btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.am_btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.am_btn-group-justified > .am_btn,
.am_btn-group-justified > .am_btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.am_btn-group-justified > .am_btn-group .am_btn {
    width: 100%;
}
.am_btn-group-justified > .am_btn-group .am_dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .am_btn input[type="radio"],
[data-toggle="buttons"] > .am_btn-group > .am_btn input[type="radio"],
[data-toggle="buttons"] > .am_btn input[type="checkbox"],
[data-toggle="buttons"] > .am_btn-group > .am_btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.am_input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.am_input-group[class*="am_col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.am_input-group .am_form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.am_input-group .am_form-control:focus {
    z-index: 3;
}
.am_input-group-lg > .am_form-control,
.am_input-group-lg > .am_input-group-addon,
.am_input-group-lg > .am_input-group-btn > .am_btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.am_input-group-lg > .am_form-control,
select.am_input-group-lg > .am_input-group-addon,
select.am_input-group-lg > .am_input-group-btn > .am_btn {
    height: 46px;
    line-height: 46px;
}
textarea.am_input-group-lg > .am_form-control,
textarea.am_input-group-lg > .am_input-group-addon,
textarea.am_input-group-lg > .am_input-group-btn > .am_btn,
select[multiple].am_input-group-lg > .am_form-control,
select[multiple].am_input-group-lg > .am_input-group-addon,
select[multiple].am_input-group-lg > .am_input-group-btn > .am_btn {
    height: auto;
}
.am_input-group-sm > .am_form-control,
.am_input-group-sm > .am_input-group-addon,
.am_input-group-sm > .am_input-group-btn > .am_btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.am_input-group-sm > .am_form-control,
select.am_input-group-sm > .am_input-group-addon,
select.am_input-group-sm > .am_input-group-btn > .am_btn {
    height: 30px;
    line-height: 30px;
}
textarea.am_input-group-sm > .am_form-control,
textarea.am_input-group-sm > .am_input-group-addon,
textarea.am_input-group-sm > .am_input-group-btn > .am_btn,
select[multiple].am_input-group-sm > .am_form-control,
select[multiple].am_input-group-sm > .am_input-group-addon,
select[multiple].am_input-group-sm > .am_input-group-btn > .am_btn {
    height: auto;
}
.am_input-group-addon,
.am_input-group-btn,
.am_input-group .am_form-control {
    display: table-cell;
}
.am_input-group-addon:not(:first-child):not(:last-child),
.am_input-group-btn:not(:first-child):not(:last-child),
.am_input-group .am_form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.am_input-group-addon,
.am_input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.am_input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.am_input-group-addon.am_input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.am_input-group-addon.am_input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.am_input-group-addon input[type="radio"],
.am_input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.am_input-group .am_form-control:first-child,
.am_input-group-addon:first-child,
.am_input-group-btn:first-child > .am_btn,
.am_input-group-btn:first-child > .am_btn-group > .am_btn,
.am_input-group-btn:first-child > .am_dropdown-toggle,
.am_input-group-btn:last-child > .am_btn:not(:last-child):not(.am_dropdown-toggle),
.am_input-group-btn:last-child > .am_btn-group:not(:last-child) > .am_btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.am_input-group-addon:first-child {
    border-right: 0;
}
.am_input-group .am_form-control:last-child,
.am_input-group-addon:last-child,
.am_input-group-btn:last-child > .am_btn,
.am_input-group-btn:last-child > .am_btn-group > .am_btn,
.am_input-group-btn:last-child > .am_dropdown-toggle,
.am_input-group-btn:first-child > .am_btn:not(:first-child),
.am_input-group-btn:first-child > .am_btn-group:not(:first-child) > .am_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.am_input-group-addon:last-child {
    border-left: 0;
}
.am_input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.am_input-group-btn > .am_btn {
    position: relative;
}
.am_input-group-btn > .am_btn + .am_btn {
    margin-left: -1px;
}
.am_input-group-btn > .am_btn:hover,
.am_input-group-btn > .am_btn:focus,
.am_input-group-btn > .am_btn:active {
    z-index: 2;
}
.am_input-group-btn:first-child > .am_btn,
.am_input-group-btn:first-child > .am_btn-group {
    margin-right: -1px;
}
.am_input-group-btn:last-child > .am_btn,
.am_input-group-btn:last-child > .am_btn-group {
    z-index: 2;
    margin-left: -1px;
}
.am_nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.am_nav > li {
    position: relative;
    display: block;
}
.am_nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.am_nav > li > a:hover,
.am_nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.am_nav > li.am_disabled > a {
    color: #777;
}
.am_nav > li.am_disabled > a:hover,
.am_nav > li.am_disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.am_nav .am_open > a,
.am_nav .am_open > a:hover,
.am_nav .am_open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.am_nav .am_nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.am_nav > li > a > img {
    max-width: none;
}
.am_nav-tabs {
    border-bottom: 1px solid #ddd;
}
.am_nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.am_nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.am_nav-tabs > li > a:hover {
    border-color: #eee #eee #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: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.am_nav-tabs.am_nav-justified {
    width: 100%;
    border-bottom: 0;
}
.am_nav-tabs.am_nav-justified > li {
    float: none;
}
.am_nav-tabs.am_nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.am_nav-tabs.am_nav-justified > .am_dropdown .am_dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .am_nav-tabs.am_nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .am_nav-tabs.am_nav-justified > li > a {
        margin-bottom: 0;
    }
}
.am_nav-tabs.am_nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.am_nav-tabs.am_nav-justified > .am_active > a,
.am_nav-tabs.am_nav-justified > .am_active > a:hover,
.am_nav-tabs.am_nav-justified > .am_active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .am_nav-tabs.am_nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .am_nav-tabs.am_nav-justified > .am_active > a,
    .am_nav-tabs.am_nav-justified > .am_active > a:hover,
    .am_nav-tabs.am_nav-justified > .am_active > a:focus {
        border-bottom-color: #fff;
    }
}
.am_nav-pills > li {
    float: left;
}
.am_nav-pills > li > a {
    border-radius: 4px;
}
.am_nav-pills > li + li {
    margin-left: 2px;
}
.am_nav-pills > li.am_active > a,
.am_nav-pills > li.am_active > a:hover,
.am_nav-pills > li.am_active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.am_nav-stacked > li {
    float: none;
}
.am_nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.am_nav-justified {
    width: 100%;
}
.am_nav-justified > li {
    float: none;
}
.am_nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.am_nav-justified > .am_dropdown .am_dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .am_nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .am_nav-justified > li > a {
        margin-bottom: 0;
    }
}
.am_nav-tabs-justified {
    border-bottom: 0;
}
.am_nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.am_nav-tabs-justified > .am_active > a,
.am_nav-tabs-justified > .am_active > a:hover,
.am_nav-tabs-justified > .am_active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .am_nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .am_nav-tabs-justified > .am_active > a,
    .am_nav-tabs-justified > .am_active > a:hover,
    .am_nav-tabs-justified > .am_active > a:focus {
        border-bottom-color: #fff;
    }
}
.am_tab-content > .am_tab-pane {
    display: none;
}
.am_tab-content > .am_active {
    display: block;
}
.am_nav-tabs .am_dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.am_navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .am_navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .am_navbar-header {
        float: left;
    }
}
.am_navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.am_navbar-collapse.am_in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .am_navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .am_navbar-collapse.am_collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .am_navbar-collapse.am_in {
        overflow-y: visible;
    }
    .am_navbar-fixed-top .am_navbar-collapse,
    .am_navbar-static-top .am_navbar-collapse,
    .am_navbar-fixed-bottom .am_navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.am_navbar-fixed-top .am_navbar-collapse,
.am_navbar-fixed-bottom .am_navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .am_navbar-fixed-top .am_navbar-collapse,
    .am_navbar-fixed-bottom .am_navbar-collapse {
        max-height: 200px;
    }
}
.am_container > .am_navbar-header,
.am_container-fluid > .am_navbar-header,
.am_container > .am_navbar-collapse,
.am_container-fluid > .am_navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .am_container > .am_navbar-header,
    .am_container-fluid > .am_navbar-header,
    .am_container > .am_navbar-collapse,
    .am_container-fluid > .am_navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.am_navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .am_navbar-static-top {
        border-radius: 0;
    }
}
.am_navbar-fixed-top,
.am_navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .am_navbar-fixed-top,
    .am_navbar-fixed-bottom {
        border-radius: 0;
    }
}
.am_navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.am_navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.am_navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.am_navbar-brand:hover,
.am_navbar-brand:focus {
    text-decoration: none;
}
.am_navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .am_navbar > .am_container .am_navbar-brand,
    .am_navbar > .am_container-fluid .am_navbar-brand {
        margin-left: -15px;
    }
}
.am_navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.am_navbar-toggle:focus {
    outline: 0;
}
.am_navbar-toggle .am_icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.am_navbar-toggle .am_icon-bar + .am_icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .am_navbar-toggle {
        display: none;
    }
}
.am_navbar-nav {
    margin: 7.5px -15px;
}
.am_navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .am_navbar-nav .am_open .am_dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .am_navbar-nav .am_open .am_dropdown-menu > li > a,
    .am_navbar-nav .am_open .am_dropdown-menu .am_dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .am_navbar-nav .am_open .am_dropdown-menu > li > a {
        line-height: 20px;
    }
    .am_navbar-nav .am_open .am_dropdown-menu > li > a:hover,
    .am_navbar-nav .am_open .am_dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .am_navbar-nav {
        float: left;
        margin: 0;
    }
    .am_navbar-nav > li {
        float: left;
    }
    .am_navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.am_navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .am_navbar-form .am_form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am_navbar-form .am_form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .am_navbar-form .am_form-control-static {
        display: inline-block;
    }
    .am_navbar-form .am_input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .am_navbar-form .am_input-group .am_input-group-addon,
    .am_navbar-form .am_input-group .am_input-group-btn,
    .am_navbar-form .am_input-group .am_form-control {
        width: auto;
    }
    .am_navbar-form .am_input-group > .am_form-control {
        width: 100%;
    }
    .am_navbar-form .am_control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am_navbar-form .am_radio,
    .am_navbar-form .am_checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .am_navbar-form .am_radio label,
    .am_navbar-form .am_checkbox label {
        padding-left: 0;
    }
    .am_navbar-form .am_radio input[type="radio"],
    .am_navbar-form .am_checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .am_navbar-form .am_has-feedback .am_form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .am_navbar-form .am_form-group {
        margin-bottom: 5px;
    }
    .am_navbar-form .am_form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .am_navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.am_navbar-nav > li > .am_dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.am_navbar-fixed-bottom .am_navbar-nav > li > .am_dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.am_navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.am_navbar-btn.am_btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.am_navbar-btn.am_btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.am_navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .am_navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .am_navbar-left {
        float: left !important;
    }
    .am_navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .am_navbar-right ~ .am_navbar-right {
        margin-right: 0;
    }
}
.am_navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.am_navbar-default .am_navbar-brand {
    color: #777;
}
.am_navbar-default .am_navbar-brand:hover,
.am_navbar-default .am_navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.am_navbar-default .am_navbar-text {
    color: #777;
}
.am_navbar-default .am_navbar-nav > li > a {
    color: #777;
}
.am_navbar-default .am_navbar-nav > li > a:hover,
.am_navbar-default .am_navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.am_navbar-default .am_navbar-nav > .am_active > a,
.am_navbar-default .am_navbar-nav > .am_active > a:hover,
.am_navbar-default .am_navbar-nav > .am_active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.am_navbar-default .am_navbar-nav > .am_disabled > a,
.am_navbar-default .am_navbar-nav > .am_disabled > a:hover,
.am_navbar-default .am_navbar-nav > .am_disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.am_navbar-default .am_navbar-toggle {
    border-color: #ddd;
}
.am_navbar-default .am_navbar-toggle:hover,
.am_navbar-default .am_navbar-toggle:focus {
    background-color: #ddd;
}
.am_navbar-default .am_navbar-toggle .am_icon-bar {
    background-color: #888;
}
.am_navbar-default .am_navbar-collapse,
.am_navbar-default .am_navbar-form {
    border-color: #e7e7e7;
}
.am_navbar-default .am_navbar-nav > .am_open > a,
.am_navbar-default .am_navbar-nav > .am_open > a:hover,
.am_navbar-default .am_navbar-nav > .am_open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > li > a {
        color: #777;
    }
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > li > a:hover,
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > .am_active > a,
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > .am_active > a:hover,
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > .am_active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > .am_disabled > a,
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > .am_disabled > a:hover,
    .am_navbar-default .am_navbar-nav .am_open .am_dropdown-menu > .am_disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.am_navbar-default .am_navbar-link {
    color: #777;
}
.am_navbar-default .am_navbar-link:hover {
    color: #333;
}
.am_navbar-default .am_btn-link {
    color: #777;
}
.am_navbar-default .am_btn-link:hover,
.am_navbar-default .am_btn-link:focus {
    color: #333;
}
.am_navbar-default .am_btn-link[disabled]:hover,
fieldset[disabled] .am_navbar-default .am_btn-link:hover,
.am_navbar-default .am_btn-link[disabled]:focus,
fieldset[disabled] .am_navbar-default .am_btn-link:focus {
    color: #ccc;
}
.am_navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.am_navbar-inverse .am_navbar-brand {
    color: #9d9d9d;
}
.am_navbar-inverse .am_navbar-brand:hover,
.am_navbar-inverse .am_navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.am_navbar-inverse .am_navbar-text {
    color: #9d9d9d;
}
.am_navbar-inverse .am_navbar-nav > li > a {
    color: #9d9d9d;
}
.am_navbar-inverse .am_navbar-nav > li > a:hover,
.am_navbar-inverse .am_navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.am_navbar-inverse .am_navbar-nav > .am_active > a,
.am_navbar-inverse .am_navbar-nav > .am_active > a:hover,
.am_navbar-inverse .am_navbar-nav > .am_active > a:focus {
    color: #fff;
    background-color: #080808;
}
.am_navbar-inverse .am_navbar-nav > .am_disabled > a,
.am_navbar-inverse .am_navbar-nav > .am_disabled > a:hover,
.am_navbar-inverse .am_navbar-nav > .am_disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.am_navbar-inverse .am_navbar-toggle {
    border-color: #333;
}
.am_navbar-inverse .am_navbar-toggle:hover,
.am_navbar-inverse .am_navbar-toggle:focus {
    background-color: #333;
}
.am_navbar-inverse .am_navbar-toggle .am_icon-bar {
    background-color: #fff;
}
.am_navbar-inverse .am_navbar-collapse,
.am_navbar-inverse .am_navbar-form {
    border-color: #101010;
}
.am_navbar-inverse .am_navbar-nav > .am_open > a,
.am_navbar-inverse .am_navbar-nav > .am_open > a:hover,
.am_navbar-inverse .am_navbar-nav > .am_open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_dropdown-header {
        border-color: #080808;
    }
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu .am_divider {
        background-color: #080808;
    }
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > li > a:hover,
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_active > a,
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_active > a:hover,
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_disabled > a,
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_disabled > a:hover,
    .am_navbar-inverse .am_navbar-nav .am_open .am_dropdown-menu > .am_disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.am_navbar-inverse .am_navbar-link {
    color: #9d9d9d;
}
.am_navbar-inverse .am_navbar-link:hover {
    color: #fff;
}
.am_navbar-inverse .am_btn-link {
    color: #9d9d9d;
}
.am_navbar-inverse .am_btn-link:hover,
.am_navbar-inverse .am_btn-link:focus {
    color: #fff;
}
.am_navbar-inverse .am_btn-link[disabled]:hover,
fieldset[disabled] .am_navbar-inverse .am_btn-link:hover,
.am_navbar-inverse .am_btn-link[disabled]:focus,
fieldset[disabled] .am_navbar-inverse .am_btn-link:focus {
    color: #444;
}
.am_breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.am_breadcrumb > li {
    display: inline-block;
}
.am_breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.am_breadcrumb > .am_active {
    color: #777;
}
.am_pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.am_pagination > li {
    display: inline;
}
.am_pagination > li > a,
.am_pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.am_pagination > li:first-child > a,
.am_pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.am_pagination > li:last-child > a,
.am_pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.am_pagination > li > a:hover,
.am_pagination > li > span:hover,
.am_pagination > li > a:focus,
.am_pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.am_pagination > .am_active > a,
.am_pagination > .am_active > span,
.am_pagination > .am_active > a:hover,
.am_pagination > .am_active > span:hover,
.am_pagination > .am_active > a:focus,
.am_pagination > .am_active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.am_pagination > .am_disabled > span,
.am_pagination > .am_disabled > span:hover,
.am_pagination > .am_disabled > span:focus,
.am_pagination > .am_disabled > a,
.am_pagination > .am_disabled > a:hover,
.am_pagination > .am_disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.am_pagination-lg > li > a,
.am_pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.am_pagination-lg > li:first-child > a,
.am_pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.am_pagination-lg > li:last-child > a,
.am_pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.am_pagination-sm > li > a,
.am_pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.am_pagination-sm > li:first-child > a,
.am_pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.am_pagination-sm > li:last-child > a,
.am_pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.am_pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.am_pager li {
    display: inline;
}
.am_pager li > a,
.am_pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.am_pager li > a:hover,
.am_pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.am_pager .next > a,
.am_pager .next > span {
    float: right;
}
.am_pager .previous > a,
.am_pager .previous > span {
    float: left;
}
.am_pager .am_disabled > a,
.am_pager .am_disabled > a:hover,
.am_pager .am_disabled > a:focus,
.am_pager .am_disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.am_label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.am_label:hover,
a.am_label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.am_label:empty {
    display: none;
}
.am_btn .am_label {
    position: relative;
    top: -1px;
}
.am_label-default {
    background-color: #777;
}
.am_label-default[href]:hover,
.am_label-default[href]:focus {
    background-color: #5e5e5e;
}
.am_label-primary {
    background-color: #337ab7;
}
.am_label-primary[href]:hover,
.am_label-primary[href]:focus {
    background-color: #286090;
}
.am_label-success {
    background-color: #5cb85c;
}
.am_label-success[href]:hover,
.am_label-success[href]:focus {
    background-color: #449d44;
}
.am_label-info {
    background-color: #5bc0de;
}
.am_label-info[href]:hover,
.am_label-info[href]:focus {
    background-color: #31b0d5;
}
.am_label-warning {
    background-color: #f0ad4e;
}
.am_label-warning[href]:hover,
.am_label-warning[href]:focus {
    background-color: #ec971f;
}
.am_label-danger {
    background-color: #d9534f;
}
.am_label-danger[href]:hover,
.am_label-danger[href]:focus {
    background-color: #c9302c;
}
.am_badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.am_badge:empty {
    display: none;
}
.am_btn .am_badge {
    position: relative;
    top: -1px;
}
.am_btn-xs .am_badge,
.am_btn-group-xs > .am_btn .am_badge {
    top: 0;
    padding: 1px 5px;
}
a.am_badge:hover,
a.am_badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.am_list-group-item.am_active > .am_badge,
.am_nav-pills > .am_active > a > .am_badge {
    color: #337ab7;
    background-color: #fff;
}
.am_list-group-item > .am_badge {
    float: right;
}
.am_list-group-item > .am_badge + .am_badge {
    margin-right: 5px;
}
.am_nav-pills > li > a > .am_badge {
    margin-left: 3px;
}
.am_jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.am_jumbotron h1,
.am_jumbotron .h1 {
    color: inherit;
}
.am_jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.am_jumbotron > hr {
    border-top-color: #d5d5d5;
}
.am_container .am_jumbotron,
.am_container-fluid .am_jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.am_jumbotron .am_container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .am_jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .am_container .am_jumbotron,
    .am_container-fluid .am_jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .am_jumbotron h1,
    .am_jumbotron .h1 {
        font-size: 63px;
    }
}
.am_thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.am_thumbnail > img,
.am_thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.am_thumbnail:hover,
a.am_thumbnail:focus,
a.am_thumbnail.am_active {
    border-color: #337ab7;
}
.am_thumbnail .am_caption {
    padding: 9px;
    color: #333;
}
.am_alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.am_alert h4 {
    margin-top: 0;
    color: inherit;
}
.am_alert .am_alert-link {
    font-weight: bold;
}
.am_alert > p,
.am_alert > ul {
    margin-bottom: 0;
}
.am_alert > p + p {
    margin-top: 5px;
}
.am_alert-dismissable,
.am_alert-dismissible {
    padding-right: 35px;
}
.am_alert-dismissable .am_close,
.am_alert-dismissible .am_close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.am_alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.am_alert-success hr {
    border-top-color: #c9e2b3;
}
.am_alert-success .am_alert-link {
    color: #2b542c;
}
.am_alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.am_alert-info hr {
    border-top-color: #a6e1ec;
}
.am_alert-info .am_alert-link {
    color: #245269;
}
.am_alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.am_alert-warning hr {
    border-top-color: #f7e1b5;
}
.am_alert-warning .am_alert-link {
    color: #66512c;
}
.am_alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.am_alert-danger hr {
    border-top-color: #e4b9c0;
}
.am_alert-danger .am_alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.am_progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.am_progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.am_progress-striped .am_progress-bar,
.am_progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.am_progress.am_active .am_progress-bar,
.am_progress-bar.am_active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.am_progress-bar-success {
    background-color: #5cb85c;
}
.am_progress-striped .am_progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.am_progress-bar-info {
    background-color: #5bc0de;
}
.am_progress-striped .am_progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.am_progress-bar-warning {
    background-color: #f0ad4e;
}
.am_progress-striped .am_progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.am_progress-bar-danger {
    background-color: #d9534f;
}
.am_progress-striped .am_progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.am_media {
    margin-top: 15px;
}
.am_media:first-child {
    margin-top: 0;
}
.am_media,
.am_media-body {
    overflow: hidden;
    zoom: 1;
}
.am_media-body {
    width: 10000px;
}
.am_media-object {
    display: block;
}
.am_media-object.am_img-thumbnail {
    max-width: none;
}
.am_media-right,
.am_media > .pull-right {
    padding-left: 10px;
}
.am_media-left,
.am_media > .pull-left {
    padding-right: 10px;
}
.am_media-left,
.am_media-right,
.am_media-body {
    display: table-cell;
    vertical-align: top;
}
.am_media-middle {
    vertical-align: middle;
}
.am_media-bottom {
    vertical-align: bottom;
}
.am_media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.am_media-list {
    padding-left: 0;
    list-style: none;
}
.am_list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.am_list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.am_list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.am_list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.am_list-group-item,
button.am_list-group-item {
    color: #555;
}
a.am_list-group-item .am_list-group-item-heading,
button.am_list-group-item .am_list-group-item-heading {
    color: #333;
}
a.am_list-group-item:hover,
button.am_list-group-item:hover,
a.am_list-group-item:focus,
button.am_list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.am_list-group-item {
    width: 100%;
    text-align: left;
}
.am_list-group-item.am_disabled,
.am_list-group-item.am_disabled:hover,
.am_list-group-item.am_disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.am_list-group-item.am_disabled .am_list-group-item-heading,
.am_list-group-item.am_disabled:hover .am_list-group-item-heading,
.am_list-group-item.am_disabled:focus .am_list-group-item-heading {
    color: inherit;
}
.am_list-group-item.am_disabled .am_list-group-item-text,
.am_list-group-item.am_disabled:hover .am_list-group-item-text,
.am_list-group-item.am_disabled:focus .am_list-group-item-text {
    color: #777;
}
.am_list-group-item.am_active,
.am_list-group-item.am_active:hover,
.am_list-group-item.am_active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.am_list-group-item.am_active .am_list-group-item-heading,
.am_list-group-item.am_active:hover .am_list-group-item-heading,
.am_list-group-item.am_active:focus .am_list-group-item-heading,
.am_list-group-item.am_active .am_list-group-item-heading > small,
.am_list-group-item.am_active:hover .am_list-group-item-heading > small,
.am_list-group-item.am_active:focus .am_list-group-item-heading > small,
.am_list-group-item.am_active .am_list-group-item-heading > .am_small,
.am_list-group-item.am_active:hover .am_list-group-item-heading > .am_small,
.am_list-group-item.am_active:focus .am_list-group-item-heading > .am_small {
    color: inherit;
}
.am_list-group-item.am_active .am_list-group-item-text,
.am_list-group-item.am_active:hover .am_list-group-item-text,
.am_list-group-item.am_active:focus .am_list-group-item-text {
    color: #c7ddef;
}
.am_list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.am_list-group-item-success,
button.am_list-group-item-success {
    color: #3c763d;
}
a.am_list-group-item-success .am_list-group-item-heading,
button.am_list-group-item-success .am_list-group-item-heading {
    color: inherit;
}
a.am_list-group-item-success:hover,
button.am_list-group-item-success:hover,
a.am_list-group-item-success:focus,
button.am_list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.am_list-group-item-success.am_active,
button.am_list-group-item-success.am_active,
a.am_list-group-item-success.am_active:hover,
button.am_list-group-item-success.am_active:hover,
a.am_list-group-item-success.am_active:focus,
button.am_list-group-item-success.am_active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.am_list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.am_list-group-item-info,
button.am_list-group-item-info {
    color: #31708f;
}
a.am_list-group-item-info .am_list-group-item-heading,
button.am_list-group-item-info .am_list-group-item-heading {
    color: inherit;
}
a.am_list-group-item-info:hover,
button.am_list-group-item-info:hover,
a.am_list-group-item-info:focus,
button.am_list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.am_list-group-item-info.am_active,
button.am_list-group-item-info.am_active,
a.am_list-group-item-info.am_active:hover,
button.am_list-group-item-info.am_active:hover,
a.am_list-group-item-info.am_active:focus,
button.am_list-group-item-info.am_active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.am_list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.am_list-group-item-warning,
button.am_list-group-item-warning {
    color: #8a6d3b;
}
a.am_list-group-item-warning .am_list-group-item-heading,
button.am_list-group-item-warning .am_list-group-item-heading {
    color: inherit;
}
a.am_list-group-item-warning:hover,
button.am_list-group-item-warning:hover,
a.am_list-group-item-warning:focus,
button.am_list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.am_list-group-item-warning.am_active,
button.am_list-group-item-warning.am_active,
a.am_list-group-item-warning.am_active:hover,
button.am_list-group-item-warning.am_active:hover,
a.am_list-group-item-warning.am_active:focus,
button.am_list-group-item-warning.am_active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.am_list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.am_list-group-item-danger,
button.am_list-group-item-danger {
    color: #a94442;
}
a.am_list-group-item-danger .am_list-group-item-heading,
button.am_list-group-item-danger .am_list-group-item-heading {
    color: inherit;
}
a.am_list-group-item-danger:hover,
button.am_list-group-item-danger:hover,
a.am_list-group-item-danger:focus,
button.am_list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.am_list-group-item-danger.am_active,
button.am_list-group-item-danger.am_active,
a.am_list-group-item-danger.am_active:hover,
button.am_list-group-item-danger.am_active:hover,
a.am_list-group-item-danger.am_active:focus,
button.am_list-group-item-danger.am_active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.am_list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.am_list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.am_panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.am_panel-body {
    padding: 15px;
}
.am_panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.am_panel-heading > .am_dropdown .am_dropdown-toggle {
    color: inherit;
}
.am_panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.am_panel-title > a,
.am_panel-title > small,
.am_panel-title > .am_small,
.am_panel-title > small > a,
.am_panel-title > .am_small > a {
    color: inherit;
}
.am_panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.am_panel > .am_list-group,
.am_panel > .am_panel-collapse > .am_list-group {
    margin-bottom: 0;
}
.am_panel > .am_list-group .am_list-group-item,
.am_panel > .am_panel-collapse > .am_list-group .am_list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.am_panel > .am_list-group:first-child .am_list-group-item:first-child,
.am_panel > .am_panel-collapse > .am_list-group:first-child .am_list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.am_panel > .am_list-group:last-child .am_list-group-item:last-child,
.am_panel > .am_panel-collapse > .am_list-group:last-child .am_list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.am_panel > .am_panel-heading + .am_panel-collapse > .am_list-group .am_list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.am_panel-heading + .am_list-group .am_list-group-item:first-child {
    border-top-width: 0;
}
.am_list-group + .am_panel-footer {
    border-top-width: 0;
}
.am_panel > .am_table,
.am_panel > .am_table-responsive > .am_table,
.am_panel > .am_panel-collapse > .am_table {
    margin-bottom: 0;
}
.am_panel > .am_table caption,
.am_panel > .am_table-responsive > .am_table caption,
.am_panel > .am_panel-collapse > .am_table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.am_panel > .am_table:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.am_panel > .am_table:first-child > thead:first-child > tr:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > thead:first-child > tr:first-child,
.am_panel > .am_table:first-child > tbody:first-child > tr:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.am_panel > .am_table:first-child > thead:first-child > tr:first-child td:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > thead:first-child > tr:first-child td:first-child,
.am_panel > .am_table:first-child > tbody:first-child > tr:first-child td:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > tbody:first-child > tr:first-child td:first-child,
.am_panel > .am_table:first-child > thead:first-child > tr:first-child th:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > thead:first-child > tr:first-child th:first-child,
.am_panel > .am_table:first-child > tbody:first-child > tr:first-child th:first-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.am_panel > .am_table:first-child > thead:first-child > tr:first-child td:last-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > thead:first-child > tr:first-child td:last-child,
.am_panel > .am_table:first-child > tbody:first-child > tr:first-child td:last-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > tbody:first-child > tr:first-child td:last-child,
.am_panel > .am_table:first-child > thead:first-child > tr:first-child th:last-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > thead:first-child > tr:first-child th:last-child,
.am_panel > .am_table:first-child > tbody:first-child > tr:first-child th:last-child,
.am_panel > .am_table-responsive:first-child > .am_table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.am_panel > .am_table:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.am_panel > .am_table:last-child > tbody:last-child > tr:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tbody:last-child > tr:last-child,
.am_panel > .am_table:last-child > tfoot:last-child > tr:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.am_panel > .am_table:last-child > tbody:last-child > tr:last-child td:first-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tbody:last-child > tr:last-child td:first-child,
.am_panel > .am_table:last-child > tfoot:last-child > tr:last-child td:first-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tfoot:last-child > tr:last-child td:first-child,
.am_panel > .am_table:last-child > tbody:last-child > tr:last-child th:first-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tbody:last-child > tr:last-child th:first-child,
.am_panel > .am_table:last-child > tfoot:last-child > tr:last-child th:first-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.am_panel > .am_table:last-child > tbody:last-child > tr:last-child td:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tbody:last-child > tr:last-child td:last-child,
.am_panel > .am_table:last-child > tfoot:last-child > tr:last-child td:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tfoot:last-child > tr:last-child td:last-child,
.am_panel > .am_table:last-child > tbody:last-child > tr:last-child th:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tbody:last-child > tr:last-child th:last-child,
.am_panel > .am_table:last-child > tfoot:last-child > tr:last-child th:last-child,
.am_panel > .am_table-responsive:last-child > .am_table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.am_panel > .am_panel-body + .am_table,
.am_panel > .am_panel-body + .am_table-responsive,
.am_panel > .am_table + .am_panel-body,
.am_panel > .am_table-responsive + .am_panel-body {
    border-top: 1px solid #ddd;
}
.am_panel > .am_table > tbody:first-child > tr:first-child th,
.am_panel > .am_table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.am_panel > .am_table-bordered,
.am_panel > .am_table-responsive > .am_table-bordered {
    border: 0;
}
.am_panel > .am_table-bordered > thead > tr > th:first-child,
.am_panel > .am_table-responsive > .am_table-bordered > thead > tr > th:first-child,
.am_panel > .am_table-bordered > tbody > tr > th:first-child,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr > th:first-child,
.am_panel > .am_table-bordered > tfoot > tr > th:first-child,
.am_panel > .am_table-responsive > .am_table-bordered > tfoot > tr > th:first-child,
.am_panel > .am_table-bordered > thead > tr > td:first-child,
.am_panel > .am_table-responsive > .am_table-bordered > thead > tr > td:first-child,
.am_panel > .am_table-bordered > tbody > tr > td:first-child,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr > td:first-child,
.am_panel > .am_table-bordered > tfoot > tr > td:first-child,
.am_panel > .am_table-responsive > .am_table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.am_panel > .am_table-bordered > thead > tr > th:last-child,
.am_panel > .am_table-responsive > .am_table-bordered > thead > tr > th:last-child,
.am_panel > .am_table-bordered > tbody > tr > th:last-child,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr > th:last-child,
.am_panel > .am_table-bordered > tfoot > tr > th:last-child,
.am_panel > .am_table-responsive > .am_table-bordered > tfoot > tr > th:last-child,
.am_panel > .am_table-bordered > thead > tr > td:last-child,
.am_panel > .am_table-responsive > .am_table-bordered > thead > tr > td:last-child,
.am_panel > .am_table-bordered > tbody > tr > td:last-child,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr > td:last-child,
.am_panel > .am_table-bordered > tfoot > tr > td:last-child,
.am_panel > .am_table-responsive > .am_table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.am_panel > .am_table-bordered > thead > tr:first-child > td,
.am_panel > .am_table-responsive > .am_table-bordered > thead > tr:first-child > td,
.am_panel > .am_table-bordered > tbody > tr:first-child > td,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr:first-child > td,
.am_panel > .am_table-bordered > thead > tr:first-child > th,
.am_panel > .am_table-responsive > .am_table-bordered > thead > tr:first-child > th,
.am_panel > .am_table-bordered > tbody > tr:first-child > th,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.am_panel > .am_table-bordered > tbody > tr:last-child > td,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr:last-child > td,
.am_panel > .am_table-bordered > tfoot > tr:last-child > td,
.am_panel > .am_table-responsive > .am_table-bordered > tfoot > tr:last-child > td,
.am_panel > .am_table-bordered > tbody > tr:last-child > th,
.am_panel > .am_table-responsive > .am_table-bordered > tbody > tr:last-child > th,
.am_panel > .am_table-bordered > tfoot > tr:last-child > th,
.am_panel > .am_table-responsive > .am_table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.am_panel > .am_table-responsive {
    margin-bottom: 0;
    border: 0;
}
.am_panel-group {
    margin-bottom: 20px;
}
.am_panel-group .am_panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.am_panel-group .am_panel + .am_panel {
    margin-top: 5px;
}
.am_panel-group .am_panel-heading {
    border-bottom: 0;
}
.am_panel-group .am_panel-heading + .am_panel-collapse > .am_panel-body,
.am_panel-group .am_panel-heading + .am_panel-collapse > .am_list-group {
    border-top: 1px solid #ddd;
}
.am_panel-group .am_panel-footer {
    border-top: 0;
}
.am_panel-group .am_panel-footer + .am_panel-collapse .am_panel-body {
    border-bottom: 1px solid #ddd;
}
.am_panel-default {
    border-color: #ddd;
}
.am_panel-default > .am_panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.am_panel-default > .am_panel-heading + .am_panel-collapse > .am_panel-body {
    border-top-color: #ddd;
}
.am_panel-default > .am_panel-heading .am_badge {
    color: #f5f5f5;
    background-color: #333;
}
.am_panel-default > .am_panel-footer + .am_panel-collapse > .am_panel-body {
    border-bottom-color: #ddd;
}
.am_panel-primary {
    border-color: #337ab7;
}
.am_panel-primary > .am_panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.am_panel-primary > .am_panel-heading + .am_panel-collapse > .am_panel-body {
    border-top-color: #337ab7;
}
.am_panel-primary > .am_panel-heading .am_badge {
    color: #337ab7;
    background-color: #fff;
}
.am_panel-primary > .am_panel-footer + .am_panel-collapse > .am_panel-body {
    border-bottom-color: #337ab7;
}
.am_panel-success {
    border-color: #d6e9c6;
}
.am_panel-success > .am_panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.am_panel-success > .am_panel-heading + .am_panel-collapse > .am_panel-body {
    border-top-color: #d6e9c6;
}
.am_panel-success > .am_panel-heading .am_badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.am_panel-success > .am_panel-footer + .am_panel-collapse > .am_panel-body {
    border-bottom-color: #d6e9c6;
}
.am_panel-info {
    border-color: #bce8f1;
}
.am_panel-info > .am_panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.am_panel-info > .am_panel-heading + .am_panel-collapse > .am_panel-body {
    border-top-color: #bce8f1;
}
.am_panel-info > .am_panel-heading .am_badge {
    color: #d9edf7;
    background-color: #31708f;
}
.am_panel-info > .am_panel-footer + .am_panel-collapse > .am_panel-body {
    border-bottom-color: #bce8f1;
}
.am_panel-warning {
    border-color: #faebcc;
}
.am_panel-warning > .am_panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.am_panel-warning > .am_panel-heading + .am_panel-collapse > .am_panel-body {
    border-top-color: #faebcc;
}
.am_panel-warning > .am_panel-heading .am_badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.am_panel-warning > .am_panel-footer + .am_panel-collapse > .am_panel-body {
    border-bottom-color: #faebcc;
}
.am_panel-danger {
    border-color: #ebccd1;
}
.am_panel-danger > .am_panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.am_panel-danger > .am_panel-heading + .am_panel-collapse > .am_panel-body {
    border-top-color: #ebccd1;
}
.am_panel-danger > .am_panel-heading .am_badge {
    color: #f2dede;
    background-color: #a94442;
}
.am_panel-danger > .am_panel-footer + .am_panel-collapse > .am_panel-body {
    border-bottom-color: #ebccd1;
}
.am_embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.am_embed-responsive .am_embed-responsive-item,
.am_embed-responsive iframe,
.am_embed-responsive embed,
.am_embed-responsive object,
.am_embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.am_embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.am_embed-responsive-4by3 {
    padding-bottom: 75%;
}
.am_well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.am_well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.am_well-lg {
    padding: 24px;
    border-radius: 6px;
}
.am_well-sm {
    padding: 9px;
    border-radius: 3px;
}
.am_close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.am_close:hover,
.am_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.am_close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.am_modal-open {
    overflow: hidden;
}
.am_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.am_modal.am_fade .am_modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.am_modal.am_in .am_modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.am_modal-open .am_modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.am_modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.am_modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.am_modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.am_modal-backdrop.am_fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.am_modal-backdrop.am_in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.am_modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.am_modal-header .am_close {
    margin-top: -2px;
}
.am_modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.am_modal-body {
    position: relative;
    padding: 15px;
}
.am_modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.am_modal-footer .am_btn + .am_btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.am_modal-footer .am_btn-group .am_btn + .am_btn {
    margin-left: -1px;
}
.am_modal-footer .am_btn-block + .am_btn-block {
    margin-left: 0;
}
.am_modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .am_modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .am_modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .am_modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .am_modal-lg {
        width: 900px;
    }
}
.am_tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.am_tooltip.am_in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.am_tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.am_tooltip.am_right {
    padding: 0 5px;
    margin-left: 3px;
}
.am_tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.am_tooltip.am_left {
    padding: 0 5px;
    margin-left: -3px;
}
.am_tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.am_tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.am_tooltip.top .am_tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.am_tooltip.top-left .am_tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.am_tooltip.top-right .am_tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.am_tooltip.am_right .am_tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.am_tooltip.am_left .am_tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.am_tooltip.bottom .am_tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.am_tooltip.bottom-left .am_tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.am_tooltip.bottom-right .am_tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.am_popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}
.am_popover.top {
    margin-top: -10px;
}
.am_popover.am_right {
    margin-left: 10px;
}
.am_popover.bottom {
    margin-top: 10px;
}
.am_popover.am_left {
    margin-left: -10px;
}
.am_popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.am_popover-content {
    padding: 9px 14px;
}
.am_popover > .am_arrow,
.am_popover > .am_arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.am_popover > .am_arrow {
    border-width: 11px;
}
.am_popover > .am_arrow:after {
    content: "";
    border-width: 10px;
}
.am_popover.top > .am_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.am_popover.top > .am_arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.am_popover.am_right > .am_arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.am_popover.am_right > .am_arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.am_popover.bottom > .am_arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.am_popover.bottom > .am_arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.am_popover.am_left > .am_arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.am_popover.am_left > .am_arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.am_carousel {
    position: relative;
}
.am_carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.am_carousel-inner > .am_item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.am_carousel-inner > .am_item > img,
.am_carousel-inner > .am_item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .am_carousel-inner > .am_item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition:      -o-transform .6s ease-in-out;
        transition:         transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .am_carousel-inner > .am_item.am_next,
    .am_carousel-inner > .am_item.am_active.am_right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .am_carousel-inner > .am_item.am_prev,
    .am_carousel-inner > .am_item.am_active.am_left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .am_carousel-inner > .am_item.am_next.am_left,
    .am_carousel-inner > .am_item.am_prev.am_right,
    .am_carousel-inner > .am_item.am_active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.am_carousel-inner > .am_active,
.am_carousel-inner > .am_next,
.am_carousel-inner > .am_prev {
    display: block;
}
.am_carousel-inner > .am_active {
    left: 0;
}
.am_carousel-inner > .am_next,
.am_carousel-inner > .am_prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.am_carousel-inner > .am_next {
    left: 100%;
}
.am_carousel-inner > .am_prev {
    left: -100%;
}
.am_carousel-inner > .am_next.am_left,
.am_carousel-inner > .am_prev.am_right {
    left: 0;
}
.am_carousel-inner > .am_active.am_left {
    left: -100%;
}
.am_carousel-inner > .am_active.am_right {
    left: 100%;
}
.am_carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.am_carousel-control.am_left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.am_carousel-control.am_right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.am_carousel-control:hover,
.am_carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.am_carousel-control .am_icon-prev,
.am_carousel-control .am_icon-next,
.am_carousel-control .glyphicon-chevron-left,
.am_carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.am_carousel-control .am_icon-prev,
.am_carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.am_carousel-control .am_icon-next,
.am_carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.am_carousel-control .am_icon-prev,
.am_carousel-control .am_icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.am_carousel-control .am_icon-prev:before {
    content: '\2039';
}
.am_carousel-control .am_icon-next:before {
    content: '\203a';
}
.am_carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.am_carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.am_carousel-indicators .am_active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.am_carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.am_carousel-caption .am_btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .am_carousel-control .glyphicon-chevron-left,
    .am_carousel-control .glyphicon-chevron-right,
    .am_carousel-control .am_icon-prev,
    .am_carousel-control .am_icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .am_carousel-control .glyphicon-chevron-left,
    .am_carousel-control .am_icon-prev {
        margin-left: -10px;
    }
    .am_carousel-control .glyphicon-chevron-right,
    .am_carousel-control .am_icon-next {
        margin-right: -10px;
    }
    .am_carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .am_carousel-indicators {
        bottom: 20px;
    }
}
.am_clearfix:before,
.am_clearfix:after,
.am_dl-horizontal dd:before,
.am_dl-horizontal dd:after,
.am_container:before,
.am_container:after,
.am_container-fluid:before,
.am_container-fluid:after,
.am_row:before,
.am_row:after,
.am_form-horizontal .am_form-group:before,
.am_form-horizontal .am_form-group:after,
.am_btn-toolbar:before,
.am_btn-toolbar:after,
.am_btn-group-vertical > .am_btn-group:before,
.am_btn-group-vertical > .am_btn-group:after,
.am_nav:before,
.am_nav:after,
.am_navbar:before,
.am_navbar:after,
.am_navbar-header:before,
.am_navbar-header:after,
.am_navbar-collapse:before,
.am_navbar-collapse:after,
.am_pager:before,
.am_pager:after,
.am_panel-body:before,
.am_panel-body:after,
.am_modal-header:before,
.am_modal-header:after,
.am_modal-footer:before,
.am_modal-footer:after {
    display: table;
    content: " ";
}
.am_clearfix:after,
.am_dl-horizontal dd:after,
.am_container:after,
.am_container-fluid:after,
.am_row:after,
.am_form-horizontal .am_form-group:after,
.am_btn-toolbar:after,
.am_btn-group-vertical > .am_btn-group:after,
.am_nav:after,
.am_navbar:after,
.am_navbar-header:after,
.am_navbar-collapse:after,
.am_pager:after,
.am_panel-body:after,
.am_modal-header:after,
.am_modal-footer:after {
    clear: both;
}
.am_center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.am_pull-right {
    float: right !important;
}
.am_pull-left {
    float: left !important;
}
.am_hide {
    display: none !important;
}
.am_show {
    display: block !important;
}
.am_invisible {
    visibility: hidden;
}
.am_text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.am_hidden {
    display: none !important;
}
.am_affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.am_visible-xs,
.am_visible-sm,
.am_visible-md,
.am_visible-lg {
    display: none !important;
}
.am_visible-xs-block,
.am_visible-xs-inline,
.am_visible-xs-inline-block,
.am_visible-sm-block,
.am_visible-sm-inline,
.am_visible-sm-inline-block,
.am_visible-md-block,
.am_visible-md-inline,
.am_visible-md-inline-block,
.am_visible-lg-block,
.am_visible-lg-inline,
.am_visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .am_visible-xs {
        display: block !important;
    }
    table.am_visible-xs {
        display: table !important;
    }
    tr.am_visible-xs {
        display: table-row !important;
    }
    th.am_visible-xs,
    td.am_visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .am_visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .am_visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .am_visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .am_visible-sm {
        display: block !important;
    }
    table.am_visible-sm {
        display: table !important;
    }
    tr.am_visible-sm {
        display: table-row !important;
    }
    th.am_visible-sm,
    td.am_visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .am_visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .am_visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .am_visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .am_visible-md {
        display: block !important;
    }
    table.am_visible-md {
        display: table !important;
    }
    tr.am_visible-md {
        display: table-row !important;
    }
    th.am_visible-md,
    td.am_visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .am_visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .am_visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .am_visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .am_visible-lg {
        display: block !important;
    }
    table.am_visible-lg {
        display: table !important;
    }
    tr.am_visible-lg {
        display: table-row !important;
    }
    th.am_visible-lg,
    td.am_visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .am_visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .am_visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .am_visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .am_hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .am_hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .am_hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .am_hidden-lg {
        display: none !important;
    }
}
.am_visible-print {
    display: none !important;
}
@media print {
    .am_visible-print {
        display: block !important;
    }
    table.am_visible-print {
        display: table !important;
    }
    tr.am_visible-print {
        display: table-row !important;
    }
    th.am_visible-print,
    td.am_visible-print {
        display: table-cell !important;
    }
}
.am_visible-print-block {
    display: none !important;
}
@media print {
    .am_visible-print-block {
        display: block !important;
    }
}
.am_visible-print-inline {
    display: none !important;
}
@media print {
    .am_visible-print-inline {
        display: inline !important;
    }
}
.am_visible-print-inline-block {
    display: none !important;
}
@media print {
    .am_visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .am_hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

/* addons */

.am_nopadding {padding:0}
.am_nomargin {margin:0}