/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7332e52c57c9e89c3758)
 * Config saved to config.json and https://gist.github.com/7332e52c57c9e89c3758
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -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;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm,
        input[type="time"].input-sm,
        input[type="datetime-local"].input-sm,
        input[type="month"].input-sm,
        .input-group-sm input[type="date"],
        .input-group-sm input[type="time"],
        .input-group-sm input[type="datetime-local"],
        .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg,
        input[type="time"].input-lg,
        input[type="datetime-local"].input-lg,
        input[type="month"].input-lg,
        .input-group-lg input[type="date"],
        .input-group-lg input[type="time"],
        .input-group-lg input[type="datetime-local"],
        .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.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;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html, body, form, fieldset {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background: #FFFFFF;
  font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  line-height: 150%;
}

body#bd {
  color: #4F4F4F;
  background: #F5F5F8;
}

body.contentpane {
  width: auto; /* Printable Page */
  margin: 1em 2em;
  background: #FFFFFF;
  color: #000000;
  font-size: 14pt;
  font-family: serif;
  line-height: 140%;
}

body.fs1 {
  font-size: 9px;
}

body.fs2 {
  font-size: 10px;
}

body.fs3 {
  font-size: 12px;
}

body.fs4 {
  font-size: 12px;
}

body.fs5 {
  font-size: 13px;
}

body.fs6 {
  font-size: 14px;
}

/* Normal link */
a {
  color: #CC0000;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  color: #CC0000;
  text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
  font-family: Trebuchet MS, "Times New Roman", Times, serif;
  font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
  font-size: 90%;
  color: #999999;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
  color: black;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 155%;
}

h3 {
  font-size: 125%;
  font-weight: bold;
}

h4 {
  font-size: 100%;
  text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 35px;
  line-height: 180%;
  background: url(/Static/gfx/APSE/Nerine/bullet-list.gif) no-repeat 25px 8px;
}

ol li {
  margin-left: 35px;
  line-height: 180%;
}

th {
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

fieldset {
  border: none;
}

fieldset a {
  font-weight: bold;
}

hr {
  border-top: 1px solid #CACACC;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  height: 1px;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

td, div {
  font-size: 100%;
}

/* FORM --------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}

form label {
  cursor: pointer;
}

input, select, textarea, .inputbox {
  padding: 1px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
}

select, textarea, .inputbox {
  background: #FFFFFF;
  color: #4F4F4F;
}

.button {
  font-weight: bold;
  color: #4F4F4F;
  background: url(/Static/gfx/APSE/Nerine/grad1.gif) repeat-x bottom #FFFFFF;
  border: 1px solid #CACACC;
  padding: 2px;
}

.inputbox {
  margin-bottom: 1px;
  padding: 3px 0 3px 5px;
  background: #FFFFFF;
  border: 1px solid #CACACC;
}

.inputbox:hover, .inputbox:focus {
  border: 1px solid #999999;
  background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
  padding: 10px 15px;
  margin: 5px 0 15px;
  border-left: 5px solid #999999;
  font: 1em/1.5 "Courier News", monospace;
  background: #FFFFFF;
}

blockquote {
  padding: 1em 40px 1em 15px;
}

blockquote span.open {
  padding: 0 0 0 20px;
  background: url(/Static/gfx/APSE/Nerine/so-q.gif) no-repeat left top;
}

blockquote span.close {
  padding: 0 20px 0 0;
  background: url(/Static/gfx/APSE/Nerine/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
  padding: 10px 15px;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #CACACC;
}

/* Small quote */
.small-quote {
  background: none;
  margin: 0;
  padding: 0;
}

.small-quote span.open-quote {
  background: url(/Static/gfx/APSE/Nerine/so-q.gif) no-repeat center left;
  margin: 0;
  padding-left: 20px;
}

.small-quote span.close-quote {
  background: url(/Static/gfx/APSE/Nerine/sc-q.gif) no-repeat center right;
  margin: 0;
  padding-right: 20px;
}

.small-quote span.author {
  display: block;
  padding: 2px 5px 2px 20px;
  background: url(/Static/gfx/APSE/Nerine/author.gif) no-repeat 5px 4px #EAEBEE;
  border-top: 1px solid #DCDDE0;
  margin: 0.5em 0 0;
  text-transform: uppercase;
  font-size: 90%;
}

/* Rropcap */
.dropcap {
  float: left;
  padding: 4px 8px 0 0;
  display: block;
  color: #999999;
  font: 50px/40px Georgia, Times, serif;
}

.dropcap-hilite {
  float: left;
  margin-right: 5px;
  padding: 4px;
  display: block;
  color: #CC0000;
  background: #FFFFFF;
  font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
  padding-left: 25px;
  color: #666666;
  background: url(/Static/gfx/APSE/Nerine/bullet-error.gif) no-repeat top left;
}

.message {
  padding-left: 25px;
  color: #999999;
  background: url(/Static/gfx/APSE/Nerine/bullet-info.gif) no-repeat top left;
}

.tips {
  padding-left: 25px;
  color: #666666;
  background: url(/Static/gfx/APSE/Nerine/bullet-tips.gif) no-repeat top left;
}

.highlight {
  padding: 1px 5px;
  background: #FFFFCC;
  font-weight: bold;
}

/* Note Style */
p.stickynote {
  background: url(/Static/gfx/APSE/Nerine/sticky-bg.gif) no-repeat 5px center #FFFFFF;
  padding: 10px 0px 10px 40px;
  border: 1px solid #CACACC;
}

p.download {
  background: url(/Static/gfx/APSE/Nerine/download-bg.gif) no-repeat 5px center #FFFFFF;
  padding: 10px 0px 10px 40px;
  border: 1px solid #CACACC;
}

.blocknumber {
  clear: both;
  padding: 5px 15px 10px;
  position: relative;
}

/* Check list */
ul.checklist {
  list-style: none;
}

ul.checklist li {
  margin-left: 15px;
  padding: 0 0 5px 20px;
  background: url(/Static/gfx/APSE/Nerine/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
  list-style: none;
}

ul.stars li {
  margin-left: 15px;
  padding: 0px 0 5px 20px;
  background: url(/Static/gfx/APSE/Nerine/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
  float: left;
  margin-right: 8px;
  padding: 6px 7px;
  display: block;
  color: #CC0000;
  background: url(/Static/gfx/APSE/Nerine/ol-bg.gif) no-repeat top left;
  font: 20px/normal Arial, sans-serif;
  font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
  margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
  padding-left: 15px;
  margin-left: 15px;
  font-weight: bold;
  background: url(/Static/gfx/APSE/Nerine/author.gif) no-repeat center left;
}

div.bubble1 div {
  margin: 0;
  width: 100%;
  background: url(/Static/gfx/APSE/Nerine/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
  background: url(/Static/gfx/APSE/Nerine/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
  background: url(/Static/gfx/APSE/Nerine/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
  background: url(/Static/gfx/APSE/Nerine/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
  margin: 0;
  padding: 15px 15px 30px 15px;
  width: auto;
}

/*div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(/Static/gfx/APSE/Nerine/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(/Static/gfx/APSE/Nerine/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(/Static/gfx/APSE/Nerine/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(/Static/gfx/APSE/Nerine/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(/Static/gfx/APSE/Nerine/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(/Static/gfx/APSE/Nerine/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(/Static/gfx/APSE/Nerine/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(/Static/gfx/APSE/Nerine/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(/Static/gfx/APSE/Nerine/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(/Static/gfx/APSE/Nerine/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(/Static/gfx/APSE/Nerine/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(/Static/gfx/APSE/Nerine/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}*/
/* Box style */
.box-hilite {
  background: url(/Static/gfx/APSE/Nerine/box-hilite-bg.gif) repeat-x bottom left #FFFFFF;
  margin: 20px 0 0 0;
  padding: 15px;
  border: 1px solid #CACACC;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
#ja-col1 .article_seperator, #ja-col2 .article_seperator {
  display: none;
}

table.contentpane {
  border: none;
  width: 100%;
}

table.contentpaneopen {
  border: none;
}

table.contenttoc {
  margin: 0 0 10px 10px;
  padding: 0;
  width: 35%;
}

table.contenttoc a {
  text-decoration: none;
}

table.contenttoc td {
  padding: 1px 5px 1px 25px;
  background: url(/Static/gfx/APSE/Nerine/arrow.png) no-repeat 5% 50%;
}

table.contenttoc th {
  padding: 0 0 3PX;
  border-bottom: 1px solid #CACACC;
  text-indent: 5px;
}

table.poll {
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

table.pollstableborder {
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
}

table.pollstableborder img {
  vertical-align: baseline;
}

table.pollstableborder td {
  padding: 2px !important;
  border-collapse: collapse;
  border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
  border: none;
  background: #DCDDE0;
}

table.pollstableborder tr.sectiontableentry2 td {
  border: none;
}

table.searchintro {
  padding: 10px 0;
  width: 100%;
}

table.searchintro td {
  padding: 5px !important;
}

table.adminform {
  width: 400px !important; /*Control the Frontend Editor area width*/
}

.blog_more {
  margin: 10px 0;
}

.blog_more strong {
  margin: 0 0 5px;
  display: block;
  color: #4F4F4F;
  font-size: 155%;
}

.blog_more ul {
  margin: 0;
  padding: 0;
}

.blog_more ul li {
  margin: 0;
  padding: 0 0 0 15px;
  background: url(/Static/gfx/APSE/Nerine/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
  padding: 0 0 0 3px !important;
  text-align: center;
}

.category {
  font-weight: bold;
  font-size: 125%;
}

.clr {
  clear: both;
}

.componentheading {
  padding: 0 0 5px 2px;
  margin-bottom: 10px;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom;
  font-size: 250%;
  line-height: normal;
}

.contentdescription {
  padding-bottom: 30px;
}

.contentheading {
  color: #CC0000;
  font-size: 160%;
  line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
  text-decoration: none !important;
}

a.readon {
  float: left;
  padding: 1px 5px 1px 16px;
  display: block;
  font-size: 90%;
  text-transform: uppercase;
  text-decoration: none;
  background: url(/Static/gfx/APSE/Nerine/arrow3.png) no-repeat 5px 7px #4F4F4F;
  color: #FFFFFF;
}

a.readon:hover, a.readon:active, a.readon:focus {
  color: #FFFFFF;
  background: url(/Static/gfx/APSE/Nerine/arrow3.png) no-repeat 6px 7px #CC0000;
  text-decoration: none;
}

table.contentpaneopen, table.contentpane, table.blog {
  width: 83%;
}

.createdate {
  padding: 2px 0 0 2px;
  line-height: 10px;
  font-weight: bold;
}

.modifydate {
  color: #999999;
  height: 15px;
  padding-top: 15px;
}

.moduletable {
  padding: 0;
}

.mosimage {
  margin: 15px 5px 15px 0;
  padding: 0 5px 5px;
}

* html .mosimage { /*IE 6*/
  padding: 5px 0 !important;
  margin: 15px 10px 15px 0;
}

* + html .mosimage { /*IE 7*/
  padding: 5px 0 !important;
}

.mosimage img {
  padding: 0 !important;
  margin: 0 !important;
}

.mosimage_caption {
  margin-top: 5px;
  padding: 1px 2px;
  color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
  padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
  text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
  text-decoration: none;
}

.pagenavbar {
  padding-left: 14px;
  background: url(/Static/gfx/APSE/Nerine/pages.gif) no-repeat center left;
}

.pagenavcounter {
  padding: 8px 14px 0 14px;
  background: url(/Static/gfx/APSE/Nerine/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
  padding: 5px;
  border: 1px solid #4F4F4F;
  background: #5b5b5b;
  color: #FFFFFF;
  font-weight: bold;
}

tr.sectiontableentry1 td {
  padding: 8px 5px;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
  padding: 8px 5px;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom #EAEBEE;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom #FFFFCC;
}

.toggable {
  display: block;
}

tr.toggable {
  display: table-row;
}

.toggable.toggleoff {
  display: none;
}

.smalldark {
  text-align: left;
}

div.syndicate div {
  text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
  background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-botsl,
#ja-footer,
#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-container {
  width: 770px;
  margin: 0 auto;
}

.wide #ja-botsl,
.wide #ja-footer,
.wide #ja-header,
.wide #ja-mainnav,
.wide #ja-subnav,
.wide #ja-container {
  width: 940px;
  margin: 0 auto;
}

#ja-container {
  background: url(/Static/gfx/APSE/Nerine/container-bg1.gif) repeat-y 74% 0;
}

#ja-container #ja-container2 {
  padding: 10px 0;
  background: url(/Static/gfx/APSE/Nerine/container-bg2.gif) no-repeat 74% 0;
}

#ja-contentwrap {
  padding: 5px 0 10px;
}

#ja-content {
  padding: 0;
  margin: 0;
  clear: both;
  display: block;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
  background: #353535;
}

#ja-header {
  clear: both;
  text-align: left;
  line-height: normal;
  height: 90px;
  position: relative;
  background: url(/Static/gfx/APSE/Nerine/header-top.jpg) no-repeat top right;
}

#ja-header h1 {
  margin: 0;
  padding: 0;
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 15px;
  text-indent: -1000px;
}

#ja-header h1 a {
  width: 700px;
  height: 88px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  background: url(/Static/gfx/APSE/Nerine/logo.png) no-repeat top left;
}

#ja-header h1 img {
  float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
  background: #353535;
}

#ja-mainnav {
  background: url(/Static/gfx/APSE/Nerine/header-bottom.jpg) no-repeat bottom right #353535;
}

#ja-mainnavwrap a,
#ja-mainnavwrap a:hover,
#ja-mainnavwrap a:active,
#ja-mainnavwrap a:focus {
  outline: none;
}

.ja-menu-right-active {
  float: left;
  display: block;
  height: 28px;
  width: 32px;
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-lr.png) no-repeat bottom right;
}

.ja-menu-right {
  float: left;
  display: block;
  height: 28px;
  width: 32px;
  background: url(/Static/gfx/APSE/Nerine/mainnav-right.png) no-repeat bottom right;
}

#ja-subnavwrap {
  background: #1F1F1F;
}

/* Default Joomla! Menu */
a.mainlevel {
  padding: 6px 0 6px 3px;
  width: 98%;
  display: block;
  color: #4F4F4F;
  text-decoration: none;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom left;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
  color: #4F4F4F;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom left #F5F5F8;
  text-decoration: none;
}

a.mainlevel#active_menu {
  color: #CC0000;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom #CACACC;
  font-weight: bold;
  text-decoration: none;
}

a.sublevel {
  padding: 2px 4px 2px 15px;
  display: block;
  color: #4F4F4F;
  background: url(/Static/gfx/APSE/Nerine/arrow.png) no-repeat 4px 8px;
  text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
  color: #CC0000;
  text-decoration: none;
}

#active_menu {
  background: url(/Static/gfx/APSE/Nerine/arrow.png) no-repeat 4px 8px;
  color: #CC0000;
  font-weight: bold;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h4 {
  font-size: 140%;
  padding: 1px 0 0 0px;
  margin: 0 0 5px;
  color: #CC0000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  /*background: url(/Static/gfx/APSE/Nerine/icon.gif) no-repeat top left;*/
}

div.moduletable {
  padding: 10px 15px 0px;
}

#ja-col1 div.moduletable {
  padding: 10px;
  background: #EAEBEE;
  margin-bottom: 10px;
  border: 1px solid #FFFFFF;
}

#ja-col2 div.moduletable {
  padding: 15px 10px;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom left;
  margin-bottom: 0;
}

div.moduletable-blank {
  background: none;
  padding: 0;
  margin-bottom: 15px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-spotlight {
  margin: 0;
  padding: 0;
}

/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
  float: left;
  overflow: hidden;
}

.ja-box-left div.moduletable {
  padding-right: 20px;
}

.ja-box-right div.moduletable {
  padding-left: 20px;
}

.ja-box-center div.moduletable {
  padding: 0 20px;
}

#ja-topsl h3, #ja-botsl h3 {
  font-size: 165%;
  font-weight: normal;
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: none;
}

/* Top Spotlight */
#ja-topslwrap {
  clear: both;
  margin: 10px 0 0;
  padding: 5px 0;
}

#ja-topsl {
  padding: 0;
}

#ja-topsl h3 {
  margin: 0 0 10px;
  padding: 0;
}

#ja-topsl div.moduletable {
  padding: 3px;
  margin: 0;
  background: none;
  border: 2px solid #F5F5F8;
}

#ja-topsl div.hover,
#ja-topsl div.moduletable:hover {
  background: #FFFFFF;
  border: 2px solid #EAEBEE;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center,
#ja-topsl div.ja-box-right {
  padding: 0;
}

#ja-topsl a {
  color: #4F4F4F;
  text-decoration: none;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus {
  color: #4F4F4F;
  text-decoration: underline;
}

/* Bottom Spotlight */
#ja-botslwrap {
  border-top: 3px solid #999999;
  background: #3A3A3A;
  color: #CACACC;
}

#ja-botsl {
  padding: 1px 0;
}

#ja-botsl h3 {
  color: #FFFFFF;
  margin: 0 0 1px;
  padding: 0;
}

#ja-botsl div.moduletable {
  margin: 0;
  padding: 1px 1px;
  background: none;
}

#ja-botsl a, #ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
  color: #FFFFFF;
}

#ja-topsl ul,
#ja-botsl ul {
  padding: 0;
  margin: 0 !important;
}

#ja-topsl li,
#ja-botsl li {
  padding: 0 0 0 1px;
  margin: 0;
  background: url(/Static/gfx/APSE/Nerine/arrow.png) no-repeat 3px 8px;
}

#ja-topsl td,
#ja-botsl td {
  padding: 0;
}

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
  display: none;
}

#ja-botsl table,
#ja-topsl table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
  display: block;
  text-indent: 4px;
  margin-bottom: 3px;
  color: #999999;
}

#ja-pathway img {
  margin: 0 5px 1px;
}

#ja-pathway a {
  font-weight: bold;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-containerwrap-fl, #ja-containerwrap {
  background: url(/Static/gfx/APSE/Nerine/containerwrap-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap-f, #ja-containerwrap2 {
  background: url(/Static/gfx/APSE/Nerine/container-bg23.gif) repeat-x;
}

#ja-containerwrap-fl div#ja-containerwrap2,
#ja-containerwrap div#ja-containerwrap2 {
  background: url(/Static/gfx/APSE/Nerine/containerwrap-bg2.gif) no-repeat 50% 0;
}

#ja-containerwrap-f div#ja-container2 {
  background: url(/Static/gfx/APSE/Nerine/container-bg23.gif) no-repeat 50% 0 #F5F5F8;
}

#ja-containerwrap-fr div#ja-container2 {
  background: url(/Static/gfx/APSE/Nerine/container-bg23.gif) no-repeat 50% 0 #F5F5F8;
}

#ja-mainbody, #ja-mainbody-fl {
  float: left;
  width: 74.8%;
}

#ja-mainbody #ja-contentwrap {
  float: right;
  width: 66.6%;
}

#ja-mainbody-fl #ja-contentwrap {
  float: left;
  width: 100%;
  background: none;
}

#ja-mainbody-f, #ja-mainbody-fr {
  float: none;
  width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
  width: 74.8%;
  float: right;
}

#ja-mainbody-fr #ja-col1 {
  width: 24.9%;
  float: left;
}

#ja-mainbody-f #ja-content {
  padding: 0 !important;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
  float: left;
  width: 33.3%;
  overflow: hidden;
}

#ja-col1 div.innerpad {
  padding: 0 15px 10px 0;
}

#ja-col2 {
  float: right;
  width: 24.9%;
  overflow: hidden;
}

#ja-col2 div.innerpad {
  padding: 0 0 10px 15px;
  margin-top: -10px;
}

#ja-col1 table,
#ja-col2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
  padding-left: 15px;
  margin: 0;
  background: url(/Static/gfx/APSE/Nerine/arrow.png) no-repeat 3px 8px;
}

#ja-col1 ul,
#ja-col2 ul {
  margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertoolswrap {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Static/gfx/APSE/Nerine/usertools-right.gif) no-repeat bottom right #999999;
}

#ja-usertools {
  float: left;
  background: url(/Static/gfx/APSE/Nerine/usertools-left.gif) no-repeat bottom left;
  padding: 4px 5px 4px 15px;
}

#ja-usertools ul {
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
}

#ja-usertools ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  display: inline;
}

#ja-usertools img {
  margin: 0 4px 0 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
  border-top: 3px solid #999999;
  background: #F5F5F8;
}

#ja-footer {
  padding: 10px 0;
  position: static;
}

#ja-footer small, #ja-footer address {
  padding: 0 0 5px;
  font-size: 100%;
  color: #4F4F4F;
  font-style: normal;
  display: block;
}

#ja-botnav ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 0;
}

#ja-botnav li {
  margin: 0;
  padding: 0;
  display: inline;
  background: none;
}

#ja-botnav a {
  display: inline;
  background: url(/Static/gfx/APSE/Nerine/bullet-list.gif) no-repeat 13px 6px;
  padding: 0 0 0 25px;
  line-height: normal;
}

#ja-botnav a:hover {
  text-decoration: underline !important;
}

/* Search */
#ja-search {
  position: absolute;
  top: 40px;
  right: 65px;
  background: url(/Static/gfx/APSE/Nerine/icon-search.gif) no-repeat center left;
  padding-left: 17px;
}

#ja-search .inputbox {
  color: #FFFFFF;
  width: 120px;
  background: #3A3A3A;
  border: 1px solid #747474;
  padding: 2px 5px 3px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
  position: absolute;
  top: -100%;
}

#ja-banner {
  text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
  margin: 10px 0;
  display: block;
  background: none !important;
  text-decoration: none !important;
}

#modlgn_passwd, #modlgn_username {
  width: 80%;
}

#modlgn_remember {
  border: none;
  background: none;
}

/* JA SLIDESHOW
-------------------------------------------*/
div#ja-slideshow-wrap {
  background: #4F4F4F;
  border: 3px solid #CACACC;
  overflow: hidden;
  width: 98%;
}

div.ja-slideshow-case {
  margin: 0;
}

div.ja-slideshow-case p {
  padding-top: 9px;
}

div.ja-slidebar {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #4F4F4F;
}

div.ja-slidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  z-index: 10001;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

div.ja-slidebar ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  background: none;
}

div.ja-slidebar ul a {
  float: left;
  margin-right: 1px;
  padding: 4px 6px;
  display: block;
  color: #EAEBEE;
  cursor: pointer;
  text-decoration: none;
  line-height: normal;
}

div.ja-slidebar ul a:hover,
div.ja-slidebar ul a:active,
div.ja-slidebar ul a:focus {
  background: #4F4F4F;
  text-decoration: none;
}

div.ja-slidebar ul a.active {
  border: none;
  background: #CACACC;
  color: #4F4F4F;
  text-decoration: none;
  font-weight: bold;
}

div.ja-slidebar ul li a.prev,
div.ja-slidebar ul li a.next {
  display: block;
  font-weight: bold;
}

div.ja-slidebar ul li a.prev {
  padding-left: 20px;
}

.description {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  color: #4F4F4F;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  text-indent: 8px;
}

.description-hidden {
  padding: 0;
  position: absolute;
  bottom: 0;
}

div.shadow {
  background: url(/Static/gfx/APSE/Nerine/shadow.gif) repeat-x top;
  padding: 2px 0 2px;
  line-height: normal;
  clear: both;
}

address {
  font-style: normal;
}

/* Clearfix */
.clearfix:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}

* html > body .clearfix {
  width: 100%;
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
/*html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

#form-login p {
	margin:0px;
}
#form-login ul {
	margin:0px;
	padding:0px;
}*/
/* ja.splitmenu.css*/
/*------------------------------------------------------------------------
# JA Nerine for Joomla 1.5 - Version 1.4 - Licence Owner JA62143
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
#ja-splitmenu {
  margin: 0;
  padding: 0;
}

#ja-splitmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ja-splitmenu li {
  margin: 0;
  padding: 0;
  display: inline;
}

#ja-splitmenu a {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  background: #4F4F4F;
  color: #CACACC;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  line-height: 28px;
}

#ja-splitmenu a span {
  float: left;
  display: block;
  font-weight: bold;
  padding: 0 20px;
  cursor: pointer;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ja-splitmenu a span {
  float: none;
}

/* End IE5-Mac hack */
#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: url(/Static/gfx/APSE/Nerine/arrow4.png) no-repeat bottom center #4F4F4F;
}

#ja-splitmenu li a.first-item:hover span,
#ja-splitmenu li a.first-item:active span,
#ja-splitmenu li a.first-item:focus span,
#ja-splitmenu li a.last-item:hover span,
#ja-splitmenu li a.last-item:active span,
#ja-splitmenu li a.last-item:focus span {
  background: url(/Static/gfx/APSE/Nerine/arrow4.png) no-repeat bottom center #4F4F4F;
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
  padding: 0 0 0 40px;
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left.gif) no-repeat bottom left #1F1F1F;
  color: #FFFFFF;
}

#ja-splitmenu li.active a span,
#ja-splitmenu li.active a:hover span,
#ja-splitmenu li.active a:active span,
#ja-splitmenu li.active a:focus span {
  padding: 0 40px 0 0;
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right.gif) no-repeat bottom right #1F1F1F;
}

/*1st item */
#ja-splitmenu li a.first-item,
#ja-splitmenu li a.first-item:hover,
#ja-splitmenu li a.first-item:active,
#ja-splitmenu li a.first-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-left.gif) no-repeat bottom left #4F4F4F;
  padding-left: 30px;
}

#ja-splitmenu li.active a.first-item,
#ja-splitmenu li.active a.first-item:hover,
#ja-splitmenu li.active a.first-item:active,
#ja-splitmenu li.active a.first-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-fl.gif) no-repeat bottom left #1F1F1F;
  padding-left: 40px;
}

/* last item */
#ja-splitmenu li a.last-item,
#ja-splitmenu li a.last-item:hover,
#ja-splitmenu li a.last-item:active,
#ja-splitmenu li a.last-item:focus {
  background: #4F4F4F;
}

#ja-splitmenu li.active a.last-item,
#ja-splitmenu li.active a.last-item:hover,
#ja-splitmenu li.active a.last-item:active,
#ja-splitmenu li.active a.last-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left.gif) no-repeat bottom left #1F1F1F;
}

#ja-splitmenu li.active a.last-item span,
#ja-splitmenu li.active a.last-item:hover span,
#ja-splitmenu li.active a.last-item:active span,
#ja-splitmenu li.active a.last-item:focus span {
  background: #1F1F1F;
  padding-right: 10px;
}

/* SUB NAVIGATION
--------------------------------------------------------- */
#ja-subnav {
  padding: 0;
}

#ja-subnav ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

#ja-subnav ul li {
  margin: 0;
  padding: 0;
  display: inline;
  background: none;
}

#ja-subnav a {
  margin: 0;
  padding: 5px 15px;
  color: #006b68;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: url(/Static/gfx/APSE/Nerine/arrow2.png) no-repeat bottom center;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
  color: #FFFFFF;
  background: url(/Static/gfx/APSE/Nerine/arrow2.png) no-repeat bottom center;
}

#ja-subnavcol ul {
  padding: 0 !important;
  margin: 0 !important;
}

#ja-subnavcol li {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

#ja-subnavcol li a {
  padding: 6px 0 6px 3px;
  width: 98%;
  display: block;
  color: #4F4F4F;
  text-decoration: none;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom left;
}

#ja-subnavcol li a:hover,
#ja-subnavcol li a:active,
#ja-subnavcol li a:focus {
  color: #4F4F4F;
  background: url(/Static/gfx/APSE/Nerine/sep.gif) repeat-x bottom left #E6E6E6;
  text-decoration: none;
}

#ja-subnavcol li a.active,
#ja-subnavcol li a.active:hover,
#ja-subnavcol li a.active:active,
#ja-subnavcol li a.active:focus {
  color: #CC0000;
  font-weight: bold;
}

/* Default.css*/
/*------------------------------------------------------------------------
# JA Nerine for Joomla 1.5 - Version 1.4 - Licence Owner JA62143
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
a {
  color: #00d1cc;
}

a:hover, a:active, a:focus {
  color: #00d1cc;
}

.dropcap-hilite, .bignumber {
  color: #00d1cc;
}

.contentheading {
  color: black;
}

a.readon:hover, a.readon:active, a.readon:focus {
  background-color: #00d1cc;
}

a.mainlevel#active_menu {
  color: #00d1cc;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
  color: #00d1cc;
}

#active_menu {
  color: #00d1cc;
}

div.moduletable h3 {
  color: #00d1cc;
}

#ja-subnavwrap {
  background: #00d1cc;
}

.ja-menu-right-active {
  background-image: url(/Static/gfx/APSE/Nerine/mainnav-active-lr-green.png);
}

#ja-botslwrap {
  border-top: 3px solid #999999;
  background: #353535;
  color: #999999;
}

#ja-footerwrap {
  border-top: 4px solid #999999;
}

#ja-usertoolswrap {
  background: url(/Static/gfx/APSE/Nerine/usertools-right-green.gif) no-repeat bottom right #fd72bd;
}

#ja-usertools {
  background: url(/Static/gfx/APSE/Nerine/usertools-left-green.gif) no-repeat bottom left;
}

/* split menu */
#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
  background-image: url(/Static/gfx/APSE/Nerine/arrow4-green.png?2);
}

#ja-splitmenu li a.first-item:hover span,
#ja-splitmenu li a.first-item:active span,
#ja-splitmenu li a.first-item:focus span,
#ja-splitmenu li a.last-item:hover span,
#ja-splitmenu li a.last-item:active span,
#ja-splitmenu li a.last-item:focus span {
  background-image: url(/Static/gfx/APSE/Nerine/arrow4-green.png?2);
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#ja-splitmenu li.active a span,
#ja-splitmenu li.active a:hover span,
#ja-splitmenu li.active a:active span,
#ja-splitmenu li.active a:focus span {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right-green.gif) no-repeat bottom right #00d1cc;
}

#ja-splitmenu li.active a.first-item,
#ja-splitmenu li.active a.first-item:hover,
#ja-splitmenu li.active a.first-item:active,
#ja-splitmenu li.active a.first-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-fl-green.gif) no-repeat bottom left #00d1cc;
}

#ja-splitmenu li.active a.last-item,
#ja-splitmenu li.active a.last-item:hover,
#ja-splitmenu li.active a.last-item:active,
#ja-splitmenu li.active a.last-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#ja-splitmenu li.active a.last-item span,
#ja-splitmenu li.active a.last-item:hover span,
#ja-splitmenu li.active a.last-item:active span,
#ja-splitmenu li.active a.last-item:focus span {
  background: #00d1cc;
}

#ja-subnavcol li a.active,
#ja-subnavcol li a.active:hover,
#ja-subnavcol li a.active:active,
#ja-subnavcol li a.active:focus {
  color: #00d1cc;
}

/* cssmenu */
#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#ja-cssmenu li a.active span,
#ja-cssmenu li a.active:hover span,
#ja-cssmenu li a.active:active span,
#ja-cssmenu li a.active:focus span {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right-green.gif) no-repeat bottom right #00d1cc;
}

#ja-cssmenu li a.active-first-item,
#ja-cssmenu li a.active-first-item:hover,
#ja-cssmenu li a.active-first-item:active,
#ja-cssmenu li a.active-first-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-fl-green.gif) no-repeat bottom left #00d1cc;
}

#ja-cssmenu li a.active-first-item span,
#ja-cssmenu li a.active-first-item:hover span,
#ja-cssmenu li a.active-first-item:active span,
#ja-cssmenu li a.active-first-item:focus span {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right-green.gif) no-repeat bottom right #00d1cc;
}

#ja-cssmenu li a.active-last-item,
#ja-cssmenu li a.active-last-item:hover,
#ja-cssmenu li a.active-last-item:active,
#ja-cssmenu li a.active-last-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#ja-cssmenu li a.active-last-item span,
#ja-cssmenu li a.active-last-item:hover span,
#ja-cssmenu li a.active-last-item:active span,
#ja-cssmenu li a.active-last-item:focus span {
  background: #00d1cc;
}

#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
  color: #00d1cc;
}

#ja-cssmenu ul li a.active,
#ja-cssmenu ul li a.active:hover,
#ja-cssmenu ul li a.active:active,
#ja-cssmenu ul li a.active:focus {
  color: #00d1cc;
}

#ja-cssmenu ul li a.active span,
#ja-cssmenu ul li a.active:hover span,
#ja-cssmenu ul li a.active:active span,
#ja-cssmenu ul li a.active:focus span {
  color: #00d1cc;
}

/* transmenu */
.transMenu .background {
  background-color: #00d1cc !important;
}

.transMenu .item#active,
.transMenu .item#active:hover {
  background: #00d1cc;
}

#ja-transmenu a.mainlevel-active-trans,
#ja-transmenu a.mainlevel-active-trans:hover,
#ja-transmenu a.mainlevel-active-trans:active,
#ja-transmenu a.mainlevel-active-trans:focus,
#ja-transmenu a.havechild-mainlevel-active-trans,
#ja-transmenu a.havechild-mainlevel-active-trans:hover,
#ja-transmenu a.havechild-mainlevel-active-trans:active,
#ja-transmenu a.havechild-mainlevel-active-trans:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#ja-transmenu a.mainlevel-active-trans span,
#ja-transmenu a.mainlevel-active-trans:hover span,
#ja-transmenu a.mainlevel-active-trans:active span,
#ja-transmenu a.mainlevel-active-trans:focus span,
#ja-transmenu a.havechild-mainlevel-active-trans span,
#ja-transmenu a.havechild-mainlevel-active-trans:hover span,
#ja-transmenu a.havechild-mainlevel-active-trans:active span,
#ja-transmenu a.havechild-mainlevel-active-trans:focus span {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right-green.gif) no-repeat bottom right #00d1cc;
}

#ja-transmenu a.havechild-mainlevel-active-trans-first,
#ja-transmenu a.mainlevel-active-trans-first {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-fl-green.gif) no-repeat bottom left #00d1cc;
}

#ja-transmenu a.havechild-mainlevel-active-trans-first span,
#ja-transmenu a.mainlevel-active-trans-first span {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right-green.gif) no-repeat bottom right #00d1cc;
}

#ja-transmenu a.havechild-mainlevel-active-trans-last,
#ja-transmenu a.mainlevel-active-trans-last {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#ja-transmenu a.havechild-mainlevel-active-trans-last span,
#ja-transmenu a.mainlevel-active-trans-last span {
  background: #00d1cc;
}

/* dropline menu */
#jasdl-mainnav a:hover,
#jasdl-mainnav ul li.hover a,
#jasdl-mainnav ul li.hover a.first-item span,
#jasdl-mainnav li a.first-item:hover span,
#jasdl-mainnav li a.first-item:active span,
#jasdl-mainnav li a.first-item:focus span,
#jasdl-mainnav ul li.hover a.last-item span,
#jasdl-mainnav li a.last-item:hover span,
#jasdl-mainnav li a.last-item:active span,
#jasdl-mainnav li a.last-item:focus span {
  background-image: url(/Static/gfx/APSE/Nerine/arrow4-green.png?2);
}

#jasdl-mainnav li.active a,
#jasdl-mainnav li.active a:hover,
#jasdl-mainnav li.active a:active,
#jasdl-mainnav li.active a:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#jasdl-mainnav li.active a span,
#jasdl-mainnav li.active a:hover span,
#jasdl-mainnav li.active a:active span,
#jasdl-mainnav li.active a:focus span {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-right-green.gif) no-repeat bottom right #00d1cc;
}

#jasdl-mainnav li.active a.first-item,
#jasdl-mainnav li.active a.first-item:hover,
#jasdl-mainnav li.active a.first-item:active,
#jasdl-mainnav li.active a.first-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-fl-green.gif) no-repeat bottom left #00d1cc;
}

#jasdl-mainnav li.active a.last-item,
#jasdl-mainnav li.active a.last-item:hover,
#jasdl-mainnav li.active a.last-item:active,
#jasdl-mainnav li.active a.last-item:focus {
  background: url(/Static/gfx/APSE/Nerine/mainnav-active-left-green.gif) no-repeat bottom left #00d1cc;
}

#jasdl-mainnav li.active a.last-item span,
#jasdl-mainnav li.active a.last-item:hover span,
#jasdl-mainnav li.active a.last-item:active span,
#jasdl-mainnav li.active a.last-item:focus span {
  background: #00d1cc;
}

.control-label {
  padding-top: 5px !important;
}

.form-control {
  font-size: inherit;
}

.field-validation-error {
  color: red;
}

.input-validation-error {
  border: 1px solid Red;
}

#toolArea {
  position: relative;
}

.loadingSearch {
  clear: both;
  display: block;
  margin: 0;
  padding-top: 48px;
  padding-bottom: 8px;
}

.loadingSearch.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.btn {
  background-color: #00d1cc;
  color: white;
}

.btn:hover, btn:active {
  background-color: #009e9a;
  color: white;
}

#FeedbackMessage_Message {
  min-height: 150px;
}

.block-cookie {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: #353535;
  color: #CACACC;
  padding: 10px;
  z-index: 9999;
}
.block-cookie .cookiebtns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#l1menu {
  float: right;
}

#l1menu .item {
  font-size: 44px;
  text-align: center;
  line-height: 46px;
  display: block;
  color: #009e9a;
}

#l1menu a {
  padding: 0 10px 0 10px;
  margin-top: 16px;
  max-width: 80px;
  vertical-align: top;
  border-right: solid 1px #f5f4f2;
  position: relative;
}

#l1menu a:last-child, #l1menu a:last-child {
  border: none;
}

#l1menu a:hover, #l1menu a:hover .item, #l1menu .undermenu .item {
  color: #00d1cc;
}

#l1menu .undermenu a:hover, #l1menu .undermenu a:hover .item, #l1menu .undermenu a.current .item {
  color: #009e9a;
}

#l1menu .undermenu a.current:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #009e9a;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 32%;
  top: 86px;
}

#l1menu a span {
  margin-top: 5px;
  display: block;
  text-align: center;
  line-height: 12px;
  font-size: 0.75em;
  font-weight: bold;
}

#l1menu .circlemenu {
  background-color: #dbd9d5;
  color: #ffffff;
  font-size: 20px;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  padding-top: 1px;
  padding-left: 1px;
}

#l1menu a:hover .circlemenu {
  background-color: #8f8c88;
}

#menuRow {
  width: 100%;
}

#menuRow #menumobile {
  vertical-align: top;
  padding-top: 20px;
  padding-right: 20px;
}

#menuRow #l1menu #menumobile .circlemenu {
  color: #ffffff;
  display: inline-block;
}

#menuRow #l1menu #menumobile .circlemenu:hover {
  color: #ffffff;
}

#menuRow #l1menu #menumobile .circlemenu .kd-hamburger {
  margin-left: 2px;
}

#l1menu #menumobile a {
  border: none;
}

#l1menu #menumobopen.item {
  background-color: #00d1cc;
}

#l1menu a:hover #menumobopen {
  background-color: #009e9a;
}

#l1menu #menumobile .mobtext {
  display: none;
  margin: 11px 10px;
  vertical-align: top;
}

#l1menu a:hover .mobtext {
  color: #006b68;
}

#menuRow #l1menu #menumobile #menusearch:hover, #menuRow #l1menu #menumobile #menusearch.active {
  background-color: #8f8c88;
}

/*#region Mobilmeny*/
#mobmenu {
  min-height: 200px;
  position: relative;
  background-color: #009e9a;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 0 1px 0;
}

#mobmenu ul.l1 {
  display: block;
  height: auto;
}

#mobmenu li.l1 {
  display: block;
  height: auto;
  border-bottom: solid 1px rgba(0, 209, 204, 0.3);
}

#mobmenu li.l1:last-child {
  border-bottom: none;
}

#mobmenu ul {
  list-style: none;
  padding: 0;
  display: none;
}

#mobmenu ul.open {
  padding-right: 0;
  margin-left: 0;
}

#mobmenu ul.open, #mobmenu li.open {
  display: block;
  height: auto;
}

#mobmenu ul.l2 {
  font-weight: normal;
  font-size: 1em;
}

#mobmenu .l2, #mobmenu .l3, #mobmenu .l4 {
  background-color: #00d1cc;
}

#mobmenu ul.l3 {
  font-size: 1em;
}

#mobmenu a {
  box-shadow: none;
  color: #ffffff;
  vertical-align: middle;
  line-height: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis; /* required for Opera */
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; /* required for IE8, allegedly */
  -moz-binding: url("../../../Static/css/APSE/ellipsis.xml#ellipsis"); /* for Firefox; details here */
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px rgba(0, 158, 154, 0.3);
  padding-right: 30px;
  position: relative;
}

#mobmenu a::after {
  font-family: "KunskapDirekt";
  color: #ffffff;
  font-size: 1.1em;
  content: "\e643";
  position: absolute;
  top: 2px;
  right: 4px;
  cursor: pointer;
  pointer-events: none;
  display: block;
  margin-left: 10px;
}

#mobmenu a i {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  right: 0;
  height: 40px;
}

#mobmenu .n a::after {
  content: "" !important;
}

#mobmenu li.l1.open a::after {
  content: "\e63f";
  color: #00d1cc;
}

#mobmenu li.l1.open li.l2 a::after, #mobmenu li.l1.open li.l2.open li.l3 a::after {
  content: "\e643";
  color: #ffffff;
}

#mobmenu li.l1.open li.l2.open a::after, #mobmenu li.l1.open li.l2.open li.l3.open a::after {
  content: "\e63f";
  color: #009e9a;
}

/*#mobmenu li a:hover::after {
    color: $cGreen3;
}*/
#mobmenu a:hover {
  color: #006b68;
}

#mobmenu .l1 a.current {
  color: #00d1cc;
}

#mobmenu .l2 a:hover {
  color: #006b68;
}

#mobmenu .l1 a.current:hover {
  color: #006b68;
}

#mobmenu .l2 a.current {
  color: #009e9a;
}

#mobmenu .l2 a.current:hover {
  color: #006b68;
}

/* Marginaler och kanter */
#mobmenu ul li {
  margin: 0 18px;
}

#mobmenu ul li ul li {
  margin: 0 -18px;
  padding: 0 18px;
}

#mobmenu ul li ul li ul li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px rgba(0, 158, 154, 0.3);
}

#mobmenu ul li ul li ul li ul li:first-child {
  border-top: solid 1px rgba(0, 158, 154, 0.3);
}

#mobmenu ul li ul li ul li ul li:last-child {
  border-bottom: none;
}

#mobmenu ul li ul li ul li a {
  border-bottom: none;
}

#mobmenu ul li ul li ul li {
  padding-left: 18px;
}

#mobmenu ul li ul li ul li {
  border-left: solid 6px rgba(0, 158, 154, 0.3);
}

/*#endregion*/

@charset "UTF-8";
/*#region Overrides gamla designed innan responsiv*/
/*Resetta vid mobilare lägen*/
/* Mindre logga på mobil */
@media (max-width: 992px) {
  .wide #ja-headerwrap {
    width: 100%;
  }
  #ja-header {
    width: 100%;
  }
  .wide #ja-header {
    width: 100%;
  }
  #ja-header h1 a {
    width: 520px;
  }
  #ja-containerwrap2 {
    width: 100%;
  }
  #ja-content {
    overflow-x: hidden;
  }
  #ja-mainbody, #ja-mainbody-fl, #ja-col2 {
    float: none;
    width: 100%;
  }
  #ja-col2 .innerpad, #ja-col2 .moduletable {
    padding: 0 !important;
    margin: 0 !important;
  }
  .wide #ja-container, #ja-container {
    width: 100%;
    padding: 0 20px;
    background-image: none;
  }
  #ja-footer, .wide #ja-footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
  }
  #mobmenu ul li {
    list-style: none;
    padding: 0;
    background-image: none;
  }
  #mobmenu a {
    text-decoration: none;
  }
}
@media (max-width: 600px) {
  #ja-header h1 a {
    background: url(/Static/gfx/APSE/Nerine/logoshort.png) no-repeat top left;
    width: 150px;
  }
}
/*#endregion end overrides*/

@charset "UTF-8";
@font-face {
  font-family: "KunskapDirekt";
  src: url("/Static/fonts/APSE/KunskapDirekt.eot?qhk3qi");
  src: url("/Static/fonts/APSE/KunskapDirekt.eot?qhk3qi#iefix") format("embedded-opentype"), url("/Static/fonts/APSE/KunskapDirekt.ttf?qhk3qi") format("truetype"), url("/Static/fonts/APSE/KunskapDirekt.woff?qhk3qi") format("woff"), url("/Static/fonts/APSE/KunskapDirekt.svg?qhk3qi#KunskapDirekt") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=kd-], [class*=" kd-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "KunskapDirekt" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kd-doc:before {
  content: "\e900";
}

.kd-external:before {
  content: "\e901";
}

.kd-fir:before {
  content: "\e902";
}

.kd-leaf:before {
  content: "\e903";
}

.kd-link:before {
  content: "\e904";
}

.kd-tool:before {
  content: "\e905";
}

.kd-road:before {
  content: "\e906";
}

.kd-oldplan:before {
  content: "\e907";
}

.kd-user:before {
  content: "\e908";
}

.kd-search:before {
  content: "\e650";
}

.kd-info:before {
  content: "\ea0c";
}

.kd-arrow-down:before {
  content: "\e643";
}

.kd-arrow-up:before {
  content: "\e63f";
}

.kd-arrow-left:before {
  content: "\e61d";
}

.kd-arrow-right:before {
  content: "\e61e";
}

.kd-hamburger:before {
  content: "\e62b";
}

.kd-print:before {
  content: "\e612";
}

.kd-facebook:before {
  content: "\ea8c";
}

.kd-twitter:before {
  content: "\ea91";
}

.kd-plan:before {
  content: "\e909";
}

.kd-movie:before {
  content: "\e648";
}

.sf-info {
  font-family: "KunskapDirekt";
  font-style: normal;
}

/* För tools*/
.sf-info:before, .kd-info:before {
  content: "\ea0c";
}

.sf-filled-circle:before, .kd-filled-circle:before {
  content: "●";
  font-size: 2em;
  top: 2px;
  position: relative;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  (Använder de fina transformeringarna. Annars vissa ikoner i skogforsk7 ovan)
 */
.fa {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}
