@charset "UTF-8";
/*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&subset=korean");

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: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline 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 {
    -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;
    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;
    -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 {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]: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;
    }

    .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;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-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.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0056b3;
    text-decoration: underline;
}

a:focus {
    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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-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;
    padding: 0;
    margin: -1px;
    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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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 {
    padding: .2em;
    background-color: #fcf8e3;
}

.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, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #007bff;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #007bff;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0062cc;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    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,
ul ol,
ol ul,
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-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

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

.initialism {
    font-size: 90%;
}

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.42857;
    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;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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-right: 15px;
    padding-left: 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-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

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

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

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

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

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

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

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

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

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

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

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

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

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

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

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

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

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

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

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

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@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-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

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

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

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

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

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

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

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

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@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-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

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

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

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

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

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

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

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

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

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

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

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

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

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

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@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-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

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

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

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

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

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

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

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

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

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 > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

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

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

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
    min-height: .01%;
    overflow-x: auto;
}

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

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .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 > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 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: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    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 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .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.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .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.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.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, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.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;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.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;
    background-color: #f2dede;
    border-color: #a94442;
}

.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 {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #006fe6;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0062cc;
    border-color: #003166;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #0051a8;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    background-image: none;
    border-color: #0051a8;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0051a8;
    border-color: #003166;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #007bff;
    border-color: #006fe6;
}

.btn-primary .badge {
    color: #007bff;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #20c997;
    border-color: #1cb386;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #199d76;
    border-color: #0b4534;
}

.btn-success:hover {
    color: #fff;
    background-color: #199d76;
    border-color: #147e5f;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #199d76;
    background-image: none;
    border-color: #147e5f;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #147e5f;
    border-color: #0b4534;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #20c997;
    border-color: #1cb386;
}

.btn-success .badge {
    color: #20c997;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #148ea1;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #117a8b;
    border-color: #062a30;
}

.btn-info:hover {
    color: #fff;
    background-color: #117a8b;
    border-color: #0d5e6b;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    background-image: none;
    border-color: #0d5e6b;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #0d5e6b;
    border-color: #062a30;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #17a2b8;
    border-color: #148ea1;
}

.btn-info .badge {
    color: #17a2b8;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #fe9f0e;
    border-color: #f19201;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d88301;
    border-color: #734500;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d88301;
    border-color: #b56d01;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d88301;
    background-image: none;
    border-color: #b56d01;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #b56d01;
    border-color: #734500;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #fe9f0e;
    border-color: #f19201;
}

.btn-warning .badge {
    color: #fe9f0e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #bd2130;
    border-color: #66121a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #bd2130;
    border-color: #9f1c28;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    background-image: none;
    border-color: #9f1c28;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #9f1c28;
    border-color: #66121a;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #dc3545;
    border-color: #d32535;
}

.btn-danger .badge {
    color: #dc3545;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    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: #0056b3;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    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;
    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;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.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: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    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-top-right-radius: 0;
    border-bottom-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-top-left-radius: 0;
    border-bottom-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 {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.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;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #007bff;
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.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: #fff;
    background-color: #007bff;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

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

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #007bff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #0056b3;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager:before, .pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #007bff;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0062cc;
}

.label-success {
    background-color: #20c997;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #199d76;
}

.label-info {
    background-color: #17a2b8;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #117a8b;
}

.label-warning {
    background-color: #fe9f0e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d88301;
}

.label-danger {
    background-color: #dc3545;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #bd2130;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #007bff;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #007bff;
}

.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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

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

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

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

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

.progress-bar-success {
    background-color: #20c997;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #17a2b8;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
}

.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: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #cce5ff;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.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,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.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,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.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,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #007bff;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #007bff;
}

.panel-primary > .panel-heading .badge {
    color: #007bff;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #007bff;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    display: table;
    content: " ";
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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 {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

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

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

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

/*!
  Ionicons, v4.5.0-3
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=4.5.0-3");
    src: url("../fonts/ionicons.eot?v=4.5.0-3#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.5.0-3") format("woff2"), url("../fonts/ionicons.woff?v=4.5.0-3") format("woff"), url("../fonts/ionicons.ttf?v=4.5.0-3") format("truetype"), url("../fonts/ionicons.svg?v=4.5.0-3#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ion, .ionicons, .ion-ios-add:before, .ion-ios-add-circle:before, .ion-ios-add-circle-outline:before, .ion-ios-airplane:before, .ion-ios-alarm:before, .ion-ios-albums:before, .ion-ios-alert:before, .ion-ios-american-football:before, .ion-ios-analytics:before, .ion-ios-aperture:before, .ion-ios-apps:before, .ion-ios-appstore:before, .ion-ios-archive:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-dropdown:before, .ion-ios-arrow-dropdown-circle:before, .ion-ios-arrow-dropleft:before, .ion-ios-arrow-dropleft-circle:before, .ion-ios-arrow-dropright:before, .ion-ios-arrow-dropright-circle:before, .ion-ios-arrow-dropup:before, .ion-ios-arrow-dropup-circle:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-round-back:before, .ion-ios-arrow-round-down:before, .ion-ios-arrow-round-forward:before, .ion-ios-arrow-round-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-attach:before, .ion-ios-backspace:before, .ion-ios-barcode:before, .ion-ios-baseball:before, .ion-ios-basket:before, .ion-ios-basketball:before, .ion-ios-battery-charging:before, .ion-ios-battery-dead:before, .ion-ios-battery-full:before, .ion-ios-beaker:before, .ion-ios-bed:before, .ion-ios-beer:before, .ion-ios-bicycle:before, .ion-ios-bluetooth:before, .ion-ios-boat:before, .ion-ios-body:before, .ion-ios-bonfire:before, .ion-ios-book:before, .ion-ios-bookmark:before, .ion-ios-bookmarks:before, .ion-ios-bowtie:before, .ion-ios-briefcase:before, .ion-ios-browsers:before, .ion-ios-brush:before, .ion-ios-bug:before, .ion-ios-build:before, .ion-ios-bulb:before, .ion-ios-bus:before, .ion-ios-business:before, .ion-ios-cafe:before, .ion-ios-calculator:before, .ion-ios-calendar:before, .ion-ios-call:before, .ion-ios-camera:before, .ion-ios-car:before, .ion-ios-card:before, .ion-ios-cart:before, .ion-ios-cash:before, .ion-ios-cellular:before, .ion-ios-chatboxes:before, .ion-ios-chatbubbles:before, .ion-ios-checkbox:before, .ion-ios-checkbox-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-circle:before, .ion-ios-checkmark-circle-outline:before, .ion-ios-clipboard:before, .ion-ios-clock:before, .ion-ios-close:before, .ion-ios-close-circle:before, .ion-ios-close-circle-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-circle:before, .ion-ios-cloud-done:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-code:before, .ion-ios-code-download:before, .ion-ios-code-working:before, .ion-ios-cog:before, .ion-ios-color-fill:before, .ion-ios-color-filter:before, .ion-ios-color-palette:before, .ion-ios-color-wand:before, .ion-ios-compass:before, .ion-ios-construct:before, .ion-ios-contact:before, .ion-ios-contacts:before, .ion-ios-contract:before, .ion-ios-contrast:before, .ion-ios-copy:before, .ion-ios-create:before, .ion-ios-crop:before, .ion-ios-cube:before, .ion-ios-cut:before, .ion-ios-desktop:before, .ion-ios-disc:before, .ion-ios-document:before, .ion-ios-done-all:before, .ion-ios-download:before, .ion-ios-easel:before, .ion-ios-egg:before, .ion-ios-exit:before, .ion-ios-expand:before, .ion-ios-eye:before, .ion-ios-eye-off:before, .ion-ios-fastforward:before, .ion-ios-female:before, .ion-ios-filing:before, .ion-ios-film:before, .ion-ios-finger-print:before, .ion-ios-fitness:before, .ion-ios-flag:before, .ion-ios-flame:before, .ion-ios-flash:before, .ion-ios-flash-off:before, .ion-ios-flashlight:before, .ion-ios-flask:before, .ion-ios-flower:before, .ion-ios-folder:before, .ion-ios-folder-open:before, .ion-ios-football:before, .ion-ios-funnel:before, .ion-ios-gift:before, .ion-ios-git-branch:before, .ion-ios-git-commit:before, .ion-ios-git-compare:before, .ion-ios-git-merge:before, .ion-ios-git-network:before, .ion-ios-git-pull-request:before, .ion-ios-glasses:before, .ion-ios-globe:before, .ion-ios-grid:before, .ion-ios-hammer:before, .ion-ios-hand:before, .ion-ios-happy:before, .ion-ios-headset:before, .ion-ios-heart:before, .ion-ios-heart-dislike:before, .ion-ios-heart-empty:before, .ion-ios-heart-half:before, .ion-ios-help:before, .ion-ios-help-buoy:before, .ion-ios-help-circle:before, .ion-ios-help-circle-outline:before, .ion-ios-home:before, .ion-ios-hourglass:before, .ion-ios-ice-cream:before, .ion-ios-image:before, .ion-ios-images:before, .ion-ios-infinite:before, .ion-ios-information:before, .ion-ios-information-circle:before, .ion-ios-information-circle-outline:before, .ion-ios-jet:before, .ion-ios-journal:before, .ion-ios-key:before, .ion-ios-keypad:before, .ion-ios-laptop:before, .ion-ios-leaf:before, .ion-ios-link:before, .ion-ios-list:before, .ion-ios-list-box:before, .ion-ios-locate:before, .ion-ios-lock:before, .ion-ios-log-in:before, .ion-ios-log-out:before, .ion-ios-magnet:before, .ion-ios-mail:before, .ion-ios-mail-open:before, .ion-ios-mail-unread:before, .ion-ios-male:before, .ion-ios-man:before, .ion-ios-map:before, .ion-ios-medal:before, .ion-ios-medical:before, .ion-ios-medkit:before, .ion-ios-megaphone:before, .ion-ios-menu:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-microphone:before, .ion-ios-moon:before, .ion-ios-more:before, .ion-ios-move:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-notifications:before, .ion-ios-notifications-off:before, .ion-ios-notifications-outline:before, .ion-ios-nuclear:before, .ion-ios-nutrition:before, .ion-ios-open:before, .ion-ios-options:before, .ion-ios-outlet:before, .ion-ios-paper:before, .ion-ios-paper-plane:before, .ion-ios-partly-sunny:before, .ion-ios-pause:before, .ion-ios-paw:before, .ion-ios-people:before, .ion-ios-person:before, .ion-ios-person-add:before, .ion-ios-phone-landscape:before, .ion-ios-phone-portrait:before, .ion-ios-photos:before, .ion-ios-pie:before, .ion-ios-pin:before, .ion-ios-pint:before, .ion-ios-pizza:before, .ion-ios-planet:before, .ion-ios-play:before, .ion-ios-play-circle:before, .ion-ios-podium:before, .ion-ios-power:before, .ion-ios-pricetag:before, .ion-ios-pricetags:before, .ion-ios-print:before, .ion-ios-pulse:before, .ion-ios-qr-scanner:before, .ion-ios-quote:before, .ion-ios-radio:before, .ion-ios-radio-button-off:before, .ion-ios-radio-button-on:before, .ion-ios-rainy:before, .ion-ios-recording:before, .ion-ios-redo:before, .ion-ios-refresh:before, .ion-ios-refresh-circle:before, .ion-ios-remove:before, .ion-ios-remove-circle:before, .ion-ios-remove-circle-outline:before, .ion-ios-reorder:before, .ion-ios-repeat:before, .ion-ios-resize:before, .ion-ios-restaurant:before, .ion-ios-return-left:before, .ion-ios-return-right:before, .ion-ios-reverse-camera:before, .ion-ios-rewind:before, .ion-ios-ribbon:before, .ion-ios-rocket:before, .ion-ios-rose:before, .ion-ios-sad:before, .ion-ios-save:before, .ion-ios-school:before, .ion-ios-search:before, .ion-ios-send:before, .ion-ios-settings:before, .ion-ios-share:before, .ion-ios-share-alt:before, .ion-ios-shirt:before, .ion-ios-shuffle:before, .ion-ios-skip-backward:before, .ion-ios-skip-forward:before, .ion-ios-snow:before, .ion-ios-speedometer:before, .ion-ios-square:before, .ion-ios-square-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stats:before, .ion-ios-stopwatch:before, .ion-ios-subway:before, .ion-ios-sunny:before, .ion-ios-swap:before, .ion-ios-switch:before, .ion-ios-sync:before, .ion-ios-tablet-landscape:before, .ion-ios-tablet-portrait:before, .ion-ios-tennisball:before, .ion-ios-text:before, .ion-ios-thermometer:before, .ion-ios-thumbs-down:before, .ion-ios-thumbs-up:before, .ion-ios-thunderstorm:before, .ion-ios-time:before, .ion-ios-timer:before, .ion-ios-today:before, .ion-ios-train:before, .ion-ios-transgender:before, .ion-ios-trash:before, .ion-ios-trending-down:before, .ion-ios-trending-up:before, .ion-ios-trophy:before, .ion-ios-tv:before, .ion-ios-umbrella:before, .ion-ios-undo:before, .ion-ios-unlock:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-volume-mute:before, .ion-ios-volume-off:before, .ion-ios-walk:before, .ion-ios-wallet:before, .ion-ios-warning:before, .ion-ios-watch:before, .ion-ios-water:before, .ion-ios-wifi:before, .ion-ios-wine:before, .ion-ios-woman:before, .ion-logo-android:before, .ion-logo-angular:before, .ion-logo-apple:before, .ion-logo-bitbucket:before, .ion-logo-bitcoin:before, .ion-logo-buffer:before, .ion-logo-chrome:before, .ion-logo-closed-captioning:before, .ion-logo-codepen:before, .ion-logo-css3:before, .ion-logo-designernews:before, .ion-logo-dribbble:before, .ion-logo-dropbox:before, .ion-logo-euro:before, .ion-logo-facebook:before, .ion-logo-flickr:before, .ion-logo-foursquare:before, .ion-logo-freebsd-devil:before, .ion-logo-game-controller-a:before, .ion-logo-game-controller-b:before, .ion-logo-github:before, .ion-logo-google:before, .ion-logo-googleplus:before, .ion-logo-hackernews:before, .ion-logo-html5:before, .ion-logo-instagram:before, .ion-logo-ionic:before, .ion-logo-ionitron:before, .ion-logo-javascript:before, .ion-logo-linkedin:before, .ion-logo-markdown:before, .ion-logo-model-s:before, .ion-logo-no-smoking:before, .ion-logo-nodejs:before, .ion-logo-npm:before, .ion-logo-octocat:before, .ion-logo-pinterest:before, .ion-logo-playstation:before, .ion-logo-polymer:before, .ion-logo-python:before, .ion-logo-reddit:before, .ion-logo-rss:before, .ion-logo-sass:before, .ion-logo-skype:before, .ion-logo-slack:before, .ion-logo-snapchat:before, .ion-logo-steam:before, .ion-logo-tumblr:before, .ion-logo-tux:before, .ion-logo-twitch:before, .ion-logo-twitter:before, .ion-logo-usd:before, .ion-logo-vimeo:before, .ion-logo-vk:before, .ion-logo-whatsapp:before, .ion-logo-windows:before, .ion-logo-wordpress:before, .ion-logo-xbox:before, .ion-logo-xing:before, .ion-logo-yahoo:before, .ion-logo-yen:before, .ion-logo-youtube:before, .ion-md-add:before, .ion-md-add-circle:before, .ion-md-add-circle-outline:before, .ion-md-airplane:before, .ion-md-alarm:before, .ion-md-albums:before, .ion-md-alert:before, .ion-md-american-football:before, .ion-md-analytics:before, .ion-md-aperture:before, .ion-md-apps:before, .ion-md-appstore:before, .ion-md-archive:before, .ion-md-arrow-back:before, .ion-md-arrow-down:before, .ion-md-arrow-dropdown:before, .ion-md-arrow-dropdown-circle:before, .ion-md-arrow-dropleft:before, .ion-md-arrow-dropleft-circle:before, .ion-md-arrow-dropright:before, .ion-md-arrow-dropright-circle:before, .ion-md-arrow-dropup:before, .ion-md-arrow-dropup-circle:before, .ion-md-arrow-forward:before, .ion-md-arrow-round-back:before, .ion-md-arrow-round-down:before, .ion-md-arrow-round-forward:before, .ion-md-arrow-round-up:before, .ion-md-arrow-up:before, .ion-md-at:before, .ion-md-attach:before, .ion-md-backspace:before, .ion-md-barcode:before, .ion-md-baseball:before, .ion-md-basket:before, .ion-md-basketball:before, .ion-md-battery-charging:before, .ion-md-battery-dead:before, .ion-md-battery-full:before, .ion-md-beaker:before, .ion-md-bed:before, .ion-md-beer:before, .ion-md-bicycle:before, .ion-md-bluetooth:before, .ion-md-boat:before, .ion-md-body:before, .ion-md-bonfire:before, .ion-md-book:before, .ion-md-bookmark:before, .ion-md-bookmarks:before, .ion-md-bowtie:before, .ion-md-briefcase:before, .ion-md-browsers:before, .ion-md-brush:before, .ion-md-bug:before, .ion-md-build:before, .ion-md-bulb:before, .ion-md-bus:before, .ion-md-business:before, .ion-md-cafe:before, .ion-md-calculator:before, .ion-md-calendar:before, .ion-md-call:before, .ion-md-camera:before, .ion-md-car:before, .ion-md-card:before, .ion-md-cart:before, .ion-md-cash:before, .ion-md-cellular:before, .ion-md-chatboxes:before, .ion-md-chatbubbles:before, .ion-md-checkbox:before, .ion-md-checkbox-outline:before, .ion-md-checkmark:before, .ion-md-checkmark-circle:before, .ion-md-checkmark-circle-outline:before, .ion-md-clipboard:before, .ion-md-clock:before, .ion-md-close:before, .ion-md-close-circle:before, .ion-md-close-circle-outline:before, .ion-md-cloud:before, .ion-md-cloud-circle:before, .ion-md-cloud-done:before, .ion-md-cloud-download:before, .ion-md-cloud-outline:before, .ion-md-cloud-upload:before, .ion-md-cloudy:before, .ion-md-cloudy-night:before, .ion-md-code:before, .ion-md-code-download:before, .ion-md-code-working:before, .ion-md-cog:before, .ion-md-color-fill:before, .ion-md-color-filter:before, .ion-md-color-palette:before, .ion-md-color-wand:before, .ion-md-compass:before, .ion-md-construct:before, .ion-md-contact:before, .ion-md-contacts:before, .ion-md-contract:before, .ion-md-contrast:before, .ion-md-copy:before, .ion-md-create:before, .ion-md-crop:before, .ion-md-cube:before, .ion-md-cut:before, .ion-md-desktop:before, .ion-md-disc:before, .ion-md-document:before, .ion-md-done-all:before, .ion-md-download:before, .ion-md-easel:before, .ion-md-egg:before, .ion-md-exit:before, .ion-md-expand:before, .ion-md-eye:before, .ion-md-eye-off:before, .ion-md-fastforward:before, .ion-md-female:before, .ion-md-filing:before, .ion-md-film:before, .ion-md-finger-print:before, .ion-md-fitness:before, .ion-md-flag:before, .ion-md-flame:before, .ion-md-flash:before, .ion-md-flash-off:before, .ion-md-flashlight:before, .ion-md-flask:before, .ion-md-flower:before, .ion-md-folder:before, .ion-md-folder-open:before, .ion-md-football:before, .ion-md-funnel:before, .ion-md-gift:before, .ion-md-git-branch:before, .ion-md-git-commit:before, .ion-md-git-compare:before, .ion-md-git-merge:before, .ion-md-git-network:before, .ion-md-git-pull-request:before, .ion-md-glasses:before, .ion-md-globe:before, .ion-md-grid:before, .ion-md-hammer:before, .ion-md-hand:before, .ion-md-happy:before, .ion-md-headset:before, .ion-md-heart:before, .ion-md-heart-dislike:before, .ion-md-heart-empty:before, .ion-md-heart-half:before, .ion-md-help:before, .ion-md-help-buoy:before, .ion-md-help-circle:before, .ion-md-help-circle-outline:before, .ion-md-home:before, .ion-md-hourglass:before, .ion-md-ice-cream:before, .ion-md-image:before, .ion-md-images:before, .ion-md-infinite:before, .ion-md-information:before, .ion-md-information-circle:before, .ion-md-information-circle-outline:before, .ion-md-jet:before, .ion-md-journal:before, .ion-md-key:before, .ion-md-keypad:before, .ion-md-laptop:before, .ion-md-leaf:before, .ion-md-link:before, .ion-md-list:before, .ion-md-list-box:before, .ion-md-locate:before, .ion-md-lock:before, .ion-md-log-in:before, .ion-md-log-out:before, .ion-md-magnet:before, .ion-md-mail:before, .ion-md-mail-open:before, .ion-md-mail-unread:before, .ion-md-male:before, .ion-md-man:before, .ion-md-map:before, .ion-md-medal:before, .ion-md-medical:before, .ion-md-medkit:before, .ion-md-megaphone:before, .ion-md-menu:before, .ion-md-mic:before, .ion-md-mic-off:before, .ion-md-microphone:before, .ion-md-moon:before, .ion-md-more:before, .ion-md-move:before, .ion-md-musical-note:before, .ion-md-musical-notes:before, .ion-md-navigate:before, .ion-md-notifications:before, .ion-md-notifications-off:before, .ion-md-notifications-outline:before, .ion-md-nuclear:before, .ion-md-nutrition:before, .ion-md-open:before, .ion-md-options:before, .ion-md-outlet:before, .ion-md-paper:before, .ion-md-paper-plane:before, .ion-md-partly-sunny:before, .ion-md-pause:before, .ion-md-paw:before, .ion-md-people:before, .ion-md-person:before, .ion-md-person-add:before, .ion-md-phone-landscape:before, .ion-md-phone-portrait:before, .ion-md-photos:before, .ion-md-pie:before, .ion-md-pin:before, .ion-md-pint:before, .ion-md-pizza:before, .ion-md-planet:before, .ion-md-play:before, .ion-md-play-circle:before, .ion-md-podium:before, .ion-md-power:before, .ion-md-pricetag:before, .ion-md-pricetags:before, .ion-md-print:before, .ion-md-pulse:before, .ion-md-qr-scanner:before, .ion-md-quote:before, .ion-md-radio:before, .ion-md-radio-button-off:before, .ion-md-radio-button-on:before, .ion-md-rainy:before, .ion-md-recording:before, .ion-md-redo:before, .ion-md-refresh:before, .ion-md-refresh-circle:before, .ion-md-remove:before, .ion-md-remove-circle:before, .ion-md-remove-circle-outline:before, .ion-md-reorder:before, .ion-md-repeat:before, .ion-md-resize:before, .ion-md-restaurant:before, .ion-md-return-left:before, .ion-md-return-right:before, .ion-md-reverse-camera:before, .ion-md-rewind:before, .ion-md-ribbon:before, .ion-md-rocket:before, .ion-md-rose:before, .ion-md-sad:before, .ion-md-save:before, .ion-md-school:before, .ion-md-search:before, .ion-md-send:before, .ion-md-settings:before, .ion-md-share:before, .ion-md-share-alt:before, .ion-md-shirt:before, .ion-md-shuffle:before, .ion-md-skip-backward:before, .ion-md-skip-forward:before, .ion-md-snow:before, .ion-md-speedometer:before, .ion-md-square:before, .ion-md-square-outline:before, .ion-md-star:before, .ion-md-star-half:before, .ion-md-star-outline:before, .ion-md-stats:before, .ion-md-stopwatch:before, .ion-md-subway:before, .ion-md-sunny:before, .ion-md-swap:before, .ion-md-switch:before, .ion-md-sync:before, .ion-md-tablet-landscape:before, .ion-md-tablet-portrait:before, .ion-md-tennisball:before, .ion-md-text:before, .ion-md-thermometer:before, .ion-md-thumbs-down:before, .ion-md-thumbs-up:before, .ion-md-thunderstorm:before, .ion-md-time:before, .ion-md-timer:before, .ion-md-today:before, .ion-md-train:before, .ion-md-transgender:before, .ion-md-trash:before, .ion-md-trending-down:before, .ion-md-trending-up:before, .ion-md-trophy:before, .ion-md-tv:before, .ion-md-umbrella:before, .ion-md-undo:before, .ion-md-unlock:before, .ion-md-videocam:before, .ion-md-volume-high:before, .ion-md-volume-low:before, .ion-md-volume-mute:before, .ion-md-volume-off:before, .ion-md-walk:before, .ion-md-wallet:before, .ion-md-warning:before, .ion-md-watch:before, .ion-md-water:before, .ion-md-wifi:before, .ion-md-wine:before, .ion-md-woman:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-ios-add:before {
    content: "\f102";
}

.ion-ios-add-circle:before {
    content: "\f101";
}

.ion-ios-add-circle-outline:before {
    content: "\f100";
}

.ion-ios-airplane:before {
    content: "\f137";
}

.ion-ios-alarm:before {
    content: "\f3c8";
}

.ion-ios-albums:before {
    content: "\f3ca";
}

.ion-ios-alert:before {
    content: "\f104";
}

.ion-ios-american-football:before {
    content: "\f106";
}

.ion-ios-analytics:before {
    content: "\f3ce";
}

.ion-ios-aperture:before {
    content: "\f108";
}

.ion-ios-apps:before {
    content: "\f10a";
}

.ion-ios-appstore:before {
    content: "\f10c";
}

.ion-ios-archive:before {
    content: "\f10e";
}

.ion-ios-arrow-back:before {
    content: "\f3cf";
}

.ion-ios-arrow-down:before {
    content: "\f3d0";
}

.ion-ios-arrow-dropdown:before {
    content: "\f110";
}

.ion-ios-arrow-dropdown-circle:before {
    content: "\f125";
}

.ion-ios-arrow-dropleft:before {
    content: "\f112";
}

.ion-ios-arrow-dropleft-circle:before {
    content: "\f129";
}

.ion-ios-arrow-dropright:before {
    content: "\f114";
}

.ion-ios-arrow-dropright-circle:before {
    content: "\f12b";
}

.ion-ios-arrow-dropup:before {
    content: "\f116";
}

.ion-ios-arrow-dropup-circle:before {
    content: "\f12d";
}

.ion-ios-arrow-forward:before {
    content: "\f3d1";
}

.ion-ios-arrow-round-back:before {
    content: "\f117";
}

.ion-ios-arrow-round-down:before {
    content: "\f118";
}

.ion-ios-arrow-round-forward:before {
    content: "\f119";
}

.ion-ios-arrow-round-up:before {
    content: "\f11a";
}

.ion-ios-arrow-up:before {
    content: "\f3d8";
}

.ion-ios-at:before {
    content: "\f3da";
}

.ion-ios-attach:before {
    content: "\f11b";
}

.ion-ios-backspace:before {
    content: "\f11d";
}

.ion-ios-barcode:before {
    content: "\f3dc";
}

.ion-ios-baseball:before {
    content: "\f3de";
}

.ion-ios-basket:before {
    content: "\f11f";
}

.ion-ios-basketball:before {
    content: "\f3e0";
}

.ion-ios-battery-charging:before {
    content: "\f120";
}

.ion-ios-battery-dead:before {
    content: "\f121";
}

.ion-ios-battery-full:before {
    content: "\f122";
}

.ion-ios-beaker:before {
    content: "\f124";
}

.ion-ios-bed:before {
    content: "\f139";
}

.ion-ios-beer:before {
    content: "\f126";
}

.ion-ios-bicycle:before {
    content: "\f127";
}

.ion-ios-bluetooth:before {
    content: "\f128";
}

.ion-ios-boat:before {
    content: "\f12a";
}

.ion-ios-body:before {
    content: "\f3e4";
}

.ion-ios-bonfire:before {
    content: "\f12c";
}

.ion-ios-book:before {
    content: "\f3e8";
}

.ion-ios-bookmark:before {
    content: "\f12e";
}

.ion-ios-bookmarks:before {
    content: "\f3ea";
}

.ion-ios-bowtie:before {
    content: "\f130";
}

.ion-ios-briefcase:before {
    content: "\f3ee";
}

.ion-ios-browsers:before {
    content: "\f3f0";
}

.ion-ios-brush:before {
    content: "\f132";
}

.ion-ios-bug:before {
    content: "\f134";
}

.ion-ios-build:before {
    content: "\f136";
}

.ion-ios-bulb:before {
    content: "\f138";
}

.ion-ios-bus:before {
    content: "\f13a";
}

.ion-ios-business:before {
    content: "\f1a3";
}

.ion-ios-cafe:before {
    content: "\f13c";
}

.ion-ios-calculator:before {
    content: "\f3f2";
}

.ion-ios-calendar:before {
    content: "\f3f4";
}

.ion-ios-call:before {
    content: "\f13e";
}

.ion-ios-camera:before {
    content: "\f3f6";
}

.ion-ios-car:before {
    content: "\f140";
}

.ion-ios-card:before {
    content: "\f142";
}

.ion-ios-cart:before {
    content: "\f3f8";
}

.ion-ios-cash:before {
    content: "\f144";
}

.ion-ios-cellular:before {
    content: "\f13d";
}

.ion-ios-chatboxes:before {
    content: "\f3fa";
}

.ion-ios-chatbubbles:before {
    content: "\f146";
}

.ion-ios-checkbox:before {
    content: "\f148";
}

.ion-ios-checkbox-outline:before {
    content: "\f147";
}

.ion-ios-checkmark:before {
    content: "\f3ff";
}

.ion-ios-checkmark-circle:before {
    content: "\f14a";
}

.ion-ios-checkmark-circle-outline:before {
    content: "\f149";
}

.ion-ios-clipboard:before {
    content: "\f14c";
}

.ion-ios-clock:before {
    content: "\f403";
}

.ion-ios-close:before {
    content: "\f406";
}

.ion-ios-close-circle:before {
    content: "\f14e";
}

.ion-ios-close-circle-outline:before {
    content: "\f14d";
}

.ion-ios-cloud:before {
    content: "\f40c";
}

.ion-ios-cloud-circle:before {
    content: "\f152";
}

.ion-ios-cloud-done:before {
    content: "\f154";
}

.ion-ios-cloud-download:before {
    content: "\f408";
}

.ion-ios-cloud-outline:before {
    content: "\f409";
}

.ion-ios-cloud-upload:before {
    content: "\f40b";
}

.ion-ios-cloudy:before {
    content: "\f410";
}

.ion-ios-cloudy-night:before {
    content: "\f40e";
}

.ion-ios-code:before {
    content: "\f157";
}

.ion-ios-code-download:before {
    content: "\f155";
}

.ion-ios-code-working:before {
    content: "\f156";
}

.ion-ios-cog:before {
    content: "\f412";
}

.ion-ios-color-fill:before {
    content: "\f159";
}

.ion-ios-color-filter:before {
    content: "\f414";
}

.ion-ios-color-palette:before {
    content: "\f15b";
}

.ion-ios-color-wand:before {
    content: "\f416";
}

.ion-ios-compass:before {
    content: "\f15d";
}

.ion-ios-construct:before {
    content: "\f15f";
}

.ion-ios-contact:before {
    content: "\f41a";
}

.ion-ios-contacts:before {
    content: "\f161";
}

.ion-ios-contract:before {
    content: "\f162";
}

.ion-ios-contrast:before {
    content: "\f163";
}

.ion-ios-copy:before {
    content: "\f41c";
}

.ion-ios-create:before {
    content: "\f165";
}

.ion-ios-crop:before {
    content: "\f41e";
}

.ion-ios-cube:before {
    content: "\f168";
}

.ion-ios-cut:before {
    content: "\f16a";
}

.ion-ios-desktop:before {
    content: "\f16c";
}

.ion-ios-disc:before {
    content: "\f16e";
}

.ion-ios-document:before {
    content: "\f170";
}

.ion-ios-done-all:before {
    content: "\f171";
}

.ion-ios-download:before {
    content: "\f420";
}

.ion-ios-easel:before {
    content: "\f173";
}

.ion-ios-egg:before {
    content: "\f175";
}

.ion-ios-exit:before {
    content: "\f177";
}

.ion-ios-expand:before {
    content: "\f178";
}

.ion-ios-eye:before {
    content: "\f425";
}

.ion-ios-eye-off:before {
    content: "\f17a";
}

.ion-ios-fastforward:before {
    content: "\f427";
}

.ion-ios-female:before {
    content: "\f17b";
}

.ion-ios-filing:before {
    content: "\f429";
}

.ion-ios-film:before {
    content: "\f42b";
}

.ion-ios-finger-print:before {
    content: "\f17c";
}

.ion-ios-fitness:before {
    content: "\f1ab";
}

.ion-ios-flag:before {
    content: "\f42d";
}

.ion-ios-flame:before {
    content: "\f42f";
}

.ion-ios-flash:before {
    content: "\f17e";
}

.ion-ios-flash-off:before {
    content: "\f12f";
}

.ion-ios-flashlight:before {
    content: "\f141";
}

.ion-ios-flask:before {
    content: "\f431";
}

.ion-ios-flower:before {
    content: "\f433";
}

.ion-ios-folder:before {
    content: "\f435";
}

.ion-ios-folder-open:before {
    content: "\f180";
}

.ion-ios-football:before {
    content: "\f437";
}

.ion-ios-funnel:before {
    content: "\f182";
}

.ion-ios-gift:before {
    content: "\f191";
}

.ion-ios-git-branch:before {
    content: "\f183";
}

.ion-ios-git-commit:before {
    content: "\f184";
}

.ion-ios-git-compare:before {
    content: "\f185";
}

.ion-ios-git-merge:before {
    content: "\f186";
}

.ion-ios-git-network:before {
    content: "\f187";
}

.ion-ios-git-pull-request:before {
    content: "\f188";
}

.ion-ios-glasses:before {
    content: "\f43f";
}

.ion-ios-globe:before {
    content: "\f18a";
}

.ion-ios-grid:before {
    content: "\f18c";
}

.ion-ios-hammer:before {
    content: "\f18e";
}

.ion-ios-hand:before {
    content: "\f190";
}

.ion-ios-happy:before {
    content: "\f192";
}

.ion-ios-headset:before {
    content: "\f194";
}

.ion-ios-heart:before {
    content: "\f443";
}

.ion-ios-heart-dislike:before {
    content: "\f13f";
}

.ion-ios-heart-empty:before {
    content: "\f19b";
}

.ion-ios-heart-half:before {
    content: "\f19d";
}

.ion-ios-help:before {
    content: "\f446";
}

.ion-ios-help-buoy:before {
    content: "\f196";
}

.ion-ios-help-circle:before {
    content: "\f198";
}

.ion-ios-help-circle-outline:before {
    content: "\f197";
}

.ion-ios-home:before {
    content: "\f448";
}

.ion-ios-hourglass:before {
    content: "\f103";
}

.ion-ios-ice-cream:before {
    content: "\f19a";
}

.ion-ios-image:before {
    content: "\f19c";
}

.ion-ios-images:before {
    content: "\f19e";
}

.ion-ios-infinite:before {
    content: "\f44a";
}

.ion-ios-information:before {
    content: "\f44d";
}

.ion-ios-information-circle:before {
    content: "\f1a0";
}

.ion-ios-information-circle-outline:before {
    content: "\f19f";
}

.ion-ios-jet:before {
    content: "\f1a5";
}

.ion-ios-journal:before {
    content: "\f189";
}

.ion-ios-key:before {
    content: "\f1a7";
}

.ion-ios-keypad:before {
    content: "\f450";
}

.ion-ios-laptop:before {
    content: "\f1a8";
}

.ion-ios-leaf:before {
    content: "\f1aa";
}

.ion-ios-link:before {
    content: "\f22a";
}

.ion-ios-list:before {
    content: "\f454";
}

.ion-ios-list-box:before {
    content: "\f143";
}

.ion-ios-locate:before {
    content: "\f1ae";
}

.ion-ios-lock:before {
    content: "\f1b0";
}

.ion-ios-log-in:before {
    content: "\f1b1";
}

.ion-ios-log-out:before {
    content: "\f1b2";
}

.ion-ios-magnet:before {
    content: "\f1b4";
}

.ion-ios-mail:before {
    content: "\f1b8";
}

.ion-ios-mail-open:before {
    content: "\f1b6";
}

.ion-ios-mail-unread:before {
    content: "\f145";
}

.ion-ios-male:before {
    content: "\f1b9";
}

.ion-ios-man:before {
    content: "\f1bb";
}

.ion-ios-map:before {
    content: "\f1bd";
}

.ion-ios-medal:before {
    content: "\f1bf";
}

.ion-ios-medical:before {
    content: "\f45c";
}

.ion-ios-medkit:before {
    content: "\f45e";
}

.ion-ios-megaphone:before {
    content: "\f1c1";
}

.ion-ios-menu:before {
    content: "\f1c3";
}

.ion-ios-mic:before {
    content: "\f461";
}

.ion-ios-mic-off:before {
    content: "\f45f";
}

.ion-ios-microphone:before {
    content: "\f1c6";
}

.ion-ios-moon:before {
    content: "\f468";
}

.ion-ios-more:before {
    content: "\f1c8";
}

.ion-ios-move:before {
    content: "\f1cb";
}

.ion-ios-musical-note:before {
    content: "\f46b";
}

.ion-ios-musical-notes:before {
    content: "\f46c";
}

.ion-ios-navigate:before {
    content: "\f46e";
}

.ion-ios-notifications:before {
    content: "\f1d3";
}

.ion-ios-notifications-off:before {
    content: "\f1d1";
}

.ion-ios-notifications-outline:before {
    content: "\f133";
}

.ion-ios-nuclear:before {
    content: "\f1d5";
}

.ion-ios-nutrition:before {
    content: "\f470";
}

.ion-ios-open:before {
    content: "\f1d7";
}

.ion-ios-options:before {
    content: "\f1d9";
}

.ion-ios-outlet:before {
    content: "\f1db";
}

.ion-ios-paper:before {
    content: "\f472";
}

.ion-ios-paper-plane:before {
    content: "\f1dd";
}

.ion-ios-partly-sunny:before {
    content: "\f1df";
}

.ion-ios-pause:before {
    content: "\f478";
}

.ion-ios-paw:before {
    content: "\f47a";
}

.ion-ios-people:before {
    content: "\f47c";
}

.ion-ios-person:before {
    content: "\f47e";
}

.ion-ios-person-add:before {
    content: "\f1e1";
}

.ion-ios-phone-landscape:before {
    content: "\f1e2";
}

.ion-ios-phone-portrait:before {
    content: "\f1e3";
}

.ion-ios-photos:before {
    content: "\f482";
}

.ion-ios-pie:before {
    content: "\f484";
}

.ion-ios-pin:before {
    content: "\f1e5";
}

.ion-ios-pint:before {
    content: "\f486";
}

.ion-ios-pizza:before {
    content: "\f1e7";
}

.ion-ios-planet:before {
    content: "\f1eb";
}

.ion-ios-play:before {
    content: "\f488";
}

.ion-ios-play-circle:before {
    content: "\f113";
}

.ion-ios-podium:before {
    content: "\f1ed";
}

.ion-ios-power:before {
    content: "\f1ef";
}

.ion-ios-pricetag:before {
    content: "\f48d";
}

.ion-ios-pricetags:before {
    content: "\f48f";
}

.ion-ios-print:before {
    content: "\f1f1";
}

.ion-ios-pulse:before {
    content: "\f493";
}

.ion-ios-qr-scanner:before {
    content: "\f1f3";
}

.ion-ios-quote:before {
    content: "\f1f5";
}

.ion-ios-radio:before {
    content: "\f1f9";
}

.ion-ios-radio-button-off:before {
    content: "\f1f6";
}

.ion-ios-radio-button-on:before {
    content: "\f1f7";
}

.ion-ios-rainy:before {
    content: "\f495";
}

.ion-ios-recording:before {
    content: "\f497";
}

.ion-ios-redo:before {
    content: "\f499";
}

.ion-ios-refresh:before {
    content: "\f49c";
}

.ion-ios-refresh-circle:before {
    content: "\f135";
}

.ion-ios-remove:before {
    content: "\f1fc";
}

.ion-ios-remove-circle:before {
    content: "\f1fb";
}

.ion-ios-remove-circle-outline:before {
    content: "\f1fa";
}

.ion-ios-reorder:before {
    content: "\f1fd";
}

.ion-ios-repeat:before {
    content: "\f1fe";
}

.ion-ios-resize:before {
    content: "\f1ff";
}

.ion-ios-restaurant:before {
    content: "\f201";
}

.ion-ios-return-left:before {
    content: "\f202";
}

.ion-ios-return-right:before {
    content: "\f203";
}

.ion-ios-reverse-camera:before {
    content: "\f49f";
}

.ion-ios-rewind:before {
    content: "\f4a1";
}

.ion-ios-ribbon:before {
    content: "\f205";
}

.ion-ios-rocket:before {
    content: "\f14b";
}

.ion-ios-rose:before {
    content: "\f4a3";
}

.ion-ios-sad:before {
    content: "\f207";
}

.ion-ios-save:before {
    content: "\f1a6";
}

.ion-ios-school:before {
    content: "\f209";
}

.ion-ios-search:before {
    content: "\f4a5";
}

.ion-ios-send:before {
    content: "\f20c";
}

.ion-ios-settings:before {
    content: "\f4a7";
}

.ion-ios-share:before {
    content: "\f211";
}

.ion-ios-share-alt:before {
    content: "\f20f";
}

.ion-ios-shirt:before {
    content: "\f213";
}

.ion-ios-shuffle:before {
    content: "\f4a9";
}

.ion-ios-skip-backward:before {
    content: "\f215";
}

.ion-ios-skip-forward:before {
    content: "\f217";
}

.ion-ios-snow:before {
    content: "\f218";
}

.ion-ios-speedometer:before {
    content: "\f4b0";
}

.ion-ios-square:before {
    content: "\f21a";
}

.ion-ios-square-outline:before {
    content: "\f15c";
}

.ion-ios-star:before {
    content: "\f4b3";
}

.ion-ios-star-half:before {
    content: "\f4b1";
}

.ion-ios-star-outline:before {
    content: "\f4b2";
}

.ion-ios-stats:before {
    content: "\f21c";
}

.ion-ios-stopwatch:before {
    content: "\f4b5";
}

.ion-ios-subway:before {
    content: "\f21e";
}

.ion-ios-sunny:before {
    content: "\f4b7";
}

.ion-ios-swap:before {
    content: "\f21f";
}

.ion-ios-switch:before {
    content: "\f221";
}

.ion-ios-sync:before {
    content: "\f222";
}

.ion-ios-tablet-landscape:before {
    content: "\f223";
}

.ion-ios-tablet-portrait:before {
    content: "\f24e";
}

.ion-ios-tennisball:before {
    content: "\f4bb";
}

.ion-ios-text:before {
    content: "\f250";
}

.ion-ios-thermometer:before {
    content: "\f252";
}

.ion-ios-thumbs-down:before {
    content: "\f254";
}

.ion-ios-thumbs-up:before {
    content: "\f256";
}

.ion-ios-thunderstorm:before {
    content: "\f4bd";
}

.ion-ios-time:before {
    content: "\f4bf";
}

.ion-ios-timer:before {
    content: "\f4c1";
}

.ion-ios-today:before {
    content: "\f14f";
}

.ion-ios-train:before {
    content: "\f258";
}

.ion-ios-transgender:before {
    content: "\f259";
}

.ion-ios-trash:before {
    content: "\f4c5";
}

.ion-ios-trending-down:before {
    content: "\f25a";
}

.ion-ios-trending-up:before {
    content: "\f25b";
}

.ion-ios-trophy:before {
    content: "\f25d";
}

.ion-ios-tv:before {
    content: "\f115";
}

.ion-ios-umbrella:before {
    content: "\f25f";
}

.ion-ios-undo:before {
    content: "\f4c7";
}

.ion-ios-unlock:before {
    content: "\f261";
}

.ion-ios-videocam:before {
    content: "\f4cd";
}

.ion-ios-volume-high:before {
    content: "\f11c";
}

.ion-ios-volume-low:before {
    content: "\f11e";
}

.ion-ios-volume-mute:before {
    content: "\f263";
}

.ion-ios-volume-off:before {
    content: "\f264";
}

.ion-ios-walk:before {
    content: "\f266";
}

.ion-ios-wallet:before {
    content: "\f18b";
}

.ion-ios-warning:before {
    content: "\f268";
}

.ion-ios-watch:before {
    content: "\f269";
}

.ion-ios-water:before {
    content: "\f26b";
}

.ion-ios-wifi:before {
    content: "\f26d";
}

.ion-ios-wine:before {
    content: "\f26f";
}

.ion-ios-woman:before {
    content: "\f271";
}

.ion-logo-android:before {
    content: "\f225";
}

.ion-logo-angular:before {
    content: "\f227";
}

.ion-logo-apple:before {
    content: "\f229";
}

.ion-logo-bitbucket:before {
    content: "\f193";
}

.ion-logo-bitcoin:before {
    content: "\f22b";
}

.ion-logo-buffer:before {
    content: "\f22d";
}

.ion-logo-chrome:before {
    content: "\f22f";
}

.ion-logo-closed-captioning:before {
    content: "\f105";
}

.ion-logo-codepen:before {
    content: "\f230";
}

.ion-logo-css3:before {
    content: "\f231";
}

.ion-logo-designernews:before {
    content: "\f232";
}

.ion-logo-dribbble:before {
    content: "\f233";
}

.ion-logo-dropbox:before {
    content: "\f234";
}

.ion-logo-euro:before {
    content: "\f235";
}

.ion-logo-facebook:before {
    content: "\f236";
}

.ion-logo-flickr:before {
    content: "\f107";
}

.ion-logo-foursquare:before {
    content: "\f237";
}

.ion-logo-freebsd-devil:before {
    content: "\f238";
}

.ion-logo-game-controller-a:before {
    content: "\f13b";
}

.ion-logo-game-controller-b:before {
    content: "\f181";
}

.ion-logo-github:before {
    content: "\f239";
}

.ion-logo-google:before {
    content: "\f23a";
}

.ion-logo-googleplus:before {
    content: "\f23b";
}

.ion-logo-hackernews:before {
    content: "\f23c";
}

.ion-logo-html5:before {
    content: "\f23d";
}

.ion-logo-instagram:before {
    content: "\f23e";
}

.ion-logo-ionic:before {
    content: "\f150";
}

.ion-logo-ionitron:before {
    content: "\f151";
}

.ion-logo-javascript:before {
    content: "\f23f";
}

.ion-logo-linkedin:before {
    content: "\f240";
}

.ion-logo-markdown:before {
    content: "\f241";
}

.ion-logo-model-s:before {
    content: "\f153";
}

.ion-logo-no-smoking:before {
    content: "\f109";
}

.ion-logo-nodejs:before {
    content: "\f242";
}

.ion-logo-npm:before {
    content: "\f195";
}

.ion-logo-octocat:before {
    content: "\f243";
}

.ion-logo-pinterest:before {
    content: "\f244";
}

.ion-logo-playstation:before {
    content: "\f245";
}

.ion-logo-polymer:before {
    content: "\f15e";
}

.ion-logo-python:before {
    content: "\f246";
}

.ion-logo-reddit:before {
    content: "\f247";
}

.ion-logo-rss:before {
    content: "\f248";
}

.ion-logo-sass:before {
    content: "\f249";
}

.ion-logo-skype:before {
    content: "\f24a";
}

.ion-logo-slack:before {
    content: "\f10b";
}

.ion-logo-snapchat:before {
    content: "\f24b";
}

.ion-logo-steam:before {
    content: "\f24c";
}

.ion-logo-tumblr:before {
    content: "\f24d";
}

.ion-logo-tux:before {
    content: "\f2ae";
}

.ion-logo-twitch:before {
    content: "\f2af";
}

.ion-logo-twitter:before {
    content: "\f2b0";
}

.ion-logo-usd:before {
    content: "\f2b1";
}

.ion-logo-vimeo:before {
    content: "\f2c4";
}

.ion-logo-vk:before {
    content: "\f10d";
}

.ion-logo-whatsapp:before {
    content: "\f2c5";
}

.ion-logo-windows:before {
    content: "\f32f";
}

.ion-logo-wordpress:before {
    content: "\f330";
}

.ion-logo-xbox:before {
    content: "\f34c";
}

.ion-logo-xing:before {
    content: "\f10f";
}

.ion-logo-yahoo:before {
    content: "\f34d";
}

.ion-logo-yen:before {
    content: "\f34e";
}

.ion-logo-youtube:before {
    content: "\f34f";
}

.ion-md-add:before {
    content: "\f273";
}

.ion-md-add-circle:before {
    content: "\f272";
}

.ion-md-add-circle-outline:before {
    content: "\f158";
}

.ion-md-airplane:before {
    content: "\f15a";
}

.ion-md-alarm:before {
    content: "\f274";
}

.ion-md-albums:before {
    content: "\f275";
}

.ion-md-alert:before {
    content: "\f276";
}

.ion-md-american-football:before {
    content: "\f277";
}

.ion-md-analytics:before {
    content: "\f278";
}

.ion-md-aperture:before {
    content: "\f279";
}

.ion-md-apps:before {
    content: "\f27a";
}

.ion-md-appstore:before {
    content: "\f27b";
}

.ion-md-archive:before {
    content: "\f27c";
}

.ion-md-arrow-back:before {
    content: "\f27d";
}

.ion-md-arrow-down:before {
    content: "\f27e";
}

.ion-md-arrow-dropdown:before {
    content: "\f280";
}

.ion-md-arrow-dropdown-circle:before {
    content: "\f27f";
}

.ion-md-arrow-dropleft:before {
    content: "\f282";
}

.ion-md-arrow-dropleft-circle:before {
    content: "\f281";
}

.ion-md-arrow-dropright:before {
    content: "\f284";
}

.ion-md-arrow-dropright-circle:before {
    content: "\f283";
}

.ion-md-arrow-dropup:before {
    content: "\f286";
}

.ion-md-arrow-dropup-circle:before {
    content: "\f285";
}

.ion-md-arrow-forward:before {
    content: "\f287";
}

.ion-md-arrow-round-back:before {
    content: "\f288";
}

.ion-md-arrow-round-down:before {
    content: "\f289";
}

.ion-md-arrow-round-forward:before {
    content: "\f28a";
}

.ion-md-arrow-round-up:before {
    content: "\f28b";
}

.ion-md-arrow-up:before {
    content: "\f28c";
}

.ion-md-at:before {
    content: "\f28d";
}

.ion-md-attach:before {
    content: "\f28e";
}

.ion-md-backspace:before {
    content: "\f28f";
}

.ion-md-barcode:before {
    content: "\f290";
}

.ion-md-baseball:before {
    content: "\f291";
}

.ion-md-basket:before {
    content: "\f292";
}

.ion-md-basketball:before {
    content: "\f293";
}

.ion-md-battery-charging:before {
    content: "\f294";
}

.ion-md-battery-dead:before {
    content: "\f295";
}

.ion-md-battery-full:before {
    content: "\f296";
}

.ion-md-beaker:before {
    content: "\f297";
}

.ion-md-bed:before {
    content: "\f160";
}

.ion-md-beer:before {
    content: "\f298";
}

.ion-md-bicycle:before {
    content: "\f299";
}

.ion-md-bluetooth:before {
    content: "\f29a";
}

.ion-md-boat:before {
    content: "\f29b";
}

.ion-md-body:before {
    content: "\f29c";
}

.ion-md-bonfire:before {
    content: "\f29d";
}

.ion-md-book:before {
    content: "\f29e";
}

.ion-md-bookmark:before {
    content: "\f29f";
}

.ion-md-bookmarks:before {
    content: "\f2a0";
}

.ion-md-bowtie:before {
    content: "\f2a1";
}

.ion-md-briefcase:before {
    content: "\f2a2";
}

.ion-md-browsers:before {
    content: "\f2a3";
}

.ion-md-brush:before {
    content: "\f2a4";
}

.ion-md-bug:before {
    content: "\f2a5";
}

.ion-md-build:before {
    content: "\f2a6";
}

.ion-md-bulb:before {
    content: "\f2a7";
}

.ion-md-bus:before {
    content: "\f2a8";
}

.ion-md-business:before {
    content: "\f1a4";
}

.ion-md-cafe:before {
    content: "\f2a9";
}

.ion-md-calculator:before {
    content: "\f2aa";
}

.ion-md-calendar:before {
    content: "\f2ab";
}

.ion-md-call:before {
    content: "\f2ac";
}

.ion-md-camera:before {
    content: "\f2ad";
}

.ion-md-car:before {
    content: "\f2b2";
}

.ion-md-card:before {
    content: "\f2b3";
}

.ion-md-cart:before {
    content: "\f2b4";
}

.ion-md-cash:before {
    content: "\f2b5";
}

.ion-md-cellular:before {
    content: "\f164";
}

.ion-md-chatboxes:before {
    content: "\f2b6";
}

.ion-md-chatbubbles:before {
    content: "\f2b7";
}

.ion-md-checkbox:before {
    content: "\f2b9";
}

.ion-md-checkbox-outline:before {
    content: "\f2b8";
}

.ion-md-checkmark:before {
    content: "\f2bc";
}

.ion-md-checkmark-circle:before {
    content: "\f2bb";
}

.ion-md-checkmark-circle-outline:before {
    content: "\f2ba";
}

.ion-md-clipboard:before {
    content: "\f2bd";
}

.ion-md-clock:before {
    content: "\f2be";
}

.ion-md-close:before {
    content: "\f2c0";
}

.ion-md-close-circle:before {
    content: "\f2bf";
}

.ion-md-close-circle-outline:before {
    content: "\f166";
}

.ion-md-cloud:before {
    content: "\f2c9";
}

.ion-md-cloud-circle:before {
    content: "\f2c2";
}

.ion-md-cloud-done:before {
    content: "\f2c3";
}

.ion-md-cloud-download:before {
    content: "\f2c6";
}

.ion-md-cloud-outline:before {
    content: "\f2c7";
}

.ion-md-cloud-upload:before {
    content: "\f2c8";
}

.ion-md-cloudy:before {
    content: "\f2cb";
}

.ion-md-cloudy-night:before {
    content: "\f2ca";
}

.ion-md-code:before {
    content: "\f2ce";
}

.ion-md-code-download:before {
    content: "\f2cc";
}

.ion-md-code-working:before {
    content: "\f2cd";
}

.ion-md-cog:before {
    content: "\f2cf";
}

.ion-md-color-fill:before {
    content: "\f2d0";
}

.ion-md-color-filter:before {
    content: "\f2d1";
}

.ion-md-color-palette:before {
    content: "\f2d2";
}

.ion-md-color-wand:before {
    content: "\f2d3";
}

.ion-md-compass:before {
    content: "\f2d4";
}

.ion-md-construct:before {
    content: "\f2d5";
}

.ion-md-contact:before {
    content: "\f2d6";
}

.ion-md-contacts:before {
    content: "\f2d7";
}

.ion-md-contract:before {
    content: "\f2d8";
}

.ion-md-contrast:before {
    content: "\f2d9";
}

.ion-md-copy:before {
    content: "\f2da";
}

.ion-md-create:before {
    content: "\f2db";
}

.ion-md-crop:before {
    content: "\f2dc";
}

.ion-md-cube:before {
    content: "\f2dd";
}

.ion-md-cut:before {
    content: "\f2de";
}

.ion-md-desktop:before {
    content: "\f2df";
}

.ion-md-disc:before {
    content: "\f2e0";
}

.ion-md-document:before {
    content: "\f2e1";
}

.ion-md-done-all:before {
    content: "\f2e2";
}

.ion-md-download:before {
    content: "\f2e3";
}

.ion-md-easel:before {
    content: "\f2e4";
}

.ion-md-egg:before {
    content: "\f2e5";
}

.ion-md-exit:before {
    content: "\f2e6";
}

.ion-md-expand:before {
    content: "\f2e7";
}

.ion-md-eye:before {
    content: "\f2e9";
}

.ion-md-eye-off:before {
    content: "\f2e8";
}

.ion-md-fastforward:before {
    content: "\f2ea";
}

.ion-md-female:before {
    content: "\f2eb";
}

.ion-md-filing:before {
    content: "\f2ec";
}

.ion-md-film:before {
    content: "\f2ed";
}

.ion-md-finger-print:before {
    content: "\f2ee";
}

.ion-md-fitness:before {
    content: "\f1ac";
}

.ion-md-flag:before {
    content: "\f2ef";
}

.ion-md-flame:before {
    content: "\f2f0";
}

.ion-md-flash:before {
    content: "\f2f1";
}

.ion-md-flash-off:before {
    content: "\f169";
}

.ion-md-flashlight:before {
    content: "\f16b";
}

.ion-md-flask:before {
    content: "\f2f2";
}

.ion-md-flower:before {
    content: "\f2f3";
}

.ion-md-folder:before {
    content: "\f2f5";
}

.ion-md-folder-open:before {
    content: "\f2f4";
}

.ion-md-football:before {
    content: "\f2f6";
}

.ion-md-funnel:before {
    content: "\f2f7";
}

.ion-md-gift:before {
    content: "\f199";
}

.ion-md-git-branch:before {
    content: "\f2fa";
}

.ion-md-git-commit:before {
    content: "\f2fb";
}

.ion-md-git-compare:before {
    content: "\f2fc";
}

.ion-md-git-merge:before {
    content: "\f2fd";
}

.ion-md-git-network:before {
    content: "\f2fe";
}

.ion-md-git-pull-request:before {
    content: "\f2ff";
}

.ion-md-glasses:before {
    content: "\f300";
}

.ion-md-globe:before {
    content: "\f301";
}

.ion-md-grid:before {
    content: "\f302";
}

.ion-md-hammer:before {
    content: "\f303";
}

.ion-md-hand:before {
    content: "\f304";
}

.ion-md-happy:before {
    content: "\f305";
}

.ion-md-headset:before {
    content: "\f306";
}

.ion-md-heart:before {
    content: "\f308";
}

.ion-md-heart-dislike:before {
    content: "\f167";
}

.ion-md-heart-empty:before {
    content: "\f1a1";
}

.ion-md-heart-half:before {
    content: "\f1a2";
}

.ion-md-help:before {
    content: "\f30b";
}

.ion-md-help-buoy:before {
    content: "\f309";
}

.ion-md-help-circle:before {
    content: "\f30a";
}

.ion-md-help-circle-outline:before {
    content: "\f16d";
}

.ion-md-home:before {
    content: "\f30c";
}

.ion-md-hourglass:before {
    content: "\f111";
}

.ion-md-ice-cream:before {
    content: "\f30d";
}

.ion-md-image:before {
    content: "\f30e";
}

.ion-md-images:before {
    content: "\f30f";
}

.ion-md-infinite:before {
    content: "\f310";
}

.ion-md-information:before {
    content: "\f312";
}

.ion-md-information-circle:before {
    content: "\f311";
}

.ion-md-information-circle-outline:before {
    content: "\f16f";
}

.ion-md-jet:before {
    content: "\f315";
}

.ion-md-journal:before {
    content: "\f18d";
}

.ion-md-key:before {
    content: "\f316";
}

.ion-md-keypad:before {
    content: "\f317";
}

.ion-md-laptop:before {
    content: "\f318";
}

.ion-md-leaf:before {
    content: "\f319";
}

.ion-md-link:before {
    content: "\f22e";
}

.ion-md-list:before {
    content: "\f31b";
}

.ion-md-list-box:before {
    content: "\f31a";
}

.ion-md-locate:before {
    content: "\f31c";
}

.ion-md-lock:before {
    content: "\f31d";
}

.ion-md-log-in:before {
    content: "\f31e";
}

.ion-md-log-out:before {
    content: "\f31f";
}

.ion-md-magnet:before {
    content: "\f320";
}

.ion-md-mail:before {
    content: "\f322";
}

.ion-md-mail-open:before {
    content: "\f321";
}

.ion-md-mail-unread:before {
    content: "\f172";
}

.ion-md-male:before {
    content: "\f323";
}

.ion-md-man:before {
    content: "\f324";
}

.ion-md-map:before {
    content: "\f325";
}

.ion-md-medal:before {
    content: "\f326";
}

.ion-md-medical:before {
    content: "\f327";
}

.ion-md-medkit:before {
    content: "\f328";
}

.ion-md-megaphone:before {
    content: "\f329";
}

.ion-md-menu:before {
    content: "\f32a";
}

.ion-md-mic:before {
    content: "\f32c";
}

.ion-md-mic-off:before {
    content: "\f32b";
}

.ion-md-microphone:before {
    content: "\f32d";
}

.ion-md-moon:before {
    content: "\f32e";
}

.ion-md-more:before {
    content: "\f1c9";
}

.ion-md-move:before {
    content: "\f331";
}

.ion-md-musical-note:before {
    content: "\f332";
}

.ion-md-musical-notes:before {
    content: "\f333";
}

.ion-md-navigate:before {
    content: "\f334";
}

.ion-md-notifications:before {
    content: "\f338";
}

.ion-md-notifications-off:before {
    content: "\f336";
}

.ion-md-notifications-outline:before {
    content: "\f337";
}

.ion-md-nuclear:before {
    content: "\f339";
}

.ion-md-nutrition:before {
    content: "\f33a";
}

.ion-md-open:before {
    content: "\f33b";
}

.ion-md-options:before {
    content: "\f33c";
}

.ion-md-outlet:before {
    content: "\f33d";
}

.ion-md-paper:before {
    content: "\f33f";
}

.ion-md-paper-plane:before {
    content: "\f33e";
}

.ion-md-partly-sunny:before {
    content: "\f340";
}

.ion-md-pause:before {
    content: "\f341";
}

.ion-md-paw:before {
    content: "\f342";
}

.ion-md-people:before {
    content: "\f343";
}

.ion-md-person:before {
    content: "\f345";
}

.ion-md-person-add:before {
    content: "\f344";
}

.ion-md-phone-landscape:before {
    content: "\f346";
}

.ion-md-phone-portrait:before {
    content: "\f347";
}

.ion-md-photos:before {
    content: "\f348";
}

.ion-md-pie:before {
    content: "\f349";
}

.ion-md-pin:before {
    content: "\f34a";
}

.ion-md-pint:before {
    content: "\f34b";
}

.ion-md-pizza:before {
    content: "\f354";
}

.ion-md-planet:before {
    content: "\f356";
}

.ion-md-play:before {
    content: "\f357";
}

.ion-md-play-circle:before {
    content: "\f174";
}

.ion-md-podium:before {
    content: "\f358";
}

.ion-md-power:before {
    content: "\f359";
}

.ion-md-pricetag:before {
    content: "\f35a";
}

.ion-md-pricetags:before {
    content: "\f35b";
}

.ion-md-print:before {
    content: "\f35c";
}

.ion-md-pulse:before {
    content: "\f35d";
}

.ion-md-qr-scanner:before {
    content: "\f35e";
}

.ion-md-quote:before {
    content: "\f35f";
}

.ion-md-radio:before {
    content: "\f362";
}

.ion-md-radio-button-off:before {
    content: "\f360";
}

.ion-md-radio-button-on:before {
    content: "\f361";
}

.ion-md-rainy:before {
    content: "\f363";
}

.ion-md-recording:before {
    content: "\f364";
}

.ion-md-redo:before {
    content: "\f365";
}

.ion-md-refresh:before {
    content: "\f366";
}

.ion-md-refresh-circle:before {
    content: "\f228";
}

.ion-md-remove:before {
    content: "\f368";
}

.ion-md-remove-circle:before {
    content: "\f367";
}

.ion-md-remove-circle-outline:before {
    content: "\f176";
}

.ion-md-reorder:before {
    content: "\f369";
}

.ion-md-repeat:before {
    content: "\f36a";
}

.ion-md-resize:before {
    content: "\f36b";
}

.ion-md-restaurant:before {
    content: "\f36c";
}

.ion-md-return-left:before {
    content: "\f36d";
}

.ion-md-return-right:before {
    content: "\f36e";
}

.ion-md-reverse-camera:before {
    content: "\f36f";
}

.ion-md-rewind:before {
    content: "\f370";
}

.ion-md-ribbon:before {
    content: "\f371";
}

.ion-md-rocket:before {
    content: "\f179";
}

.ion-md-rose:before {
    content: "\f372";
}

.ion-md-sad:before {
    content: "\f373";
}

.ion-md-save:before {
    content: "\f1a9";
}

.ion-md-school:before {
    content: "\f374";
}

.ion-md-search:before {
    content: "\f375";
}

.ion-md-send:before {
    content: "\f376";
}

.ion-md-settings:before {
    content: "\f377";
}

.ion-md-share:before {
    content: "\f379";
}

.ion-md-share-alt:before {
    content: "\f378";
}

.ion-md-shirt:before {
    content: "\f37a";
}

.ion-md-shuffle:before {
    content: "\f37b";
}

.ion-md-skip-backward:before {
    content: "\f37c";
}

.ion-md-skip-forward:before {
    content: "\f37d";
}

.ion-md-snow:before {
    content: "\f37e";
}

.ion-md-speedometer:before {
    content: "\f37f";
}

.ion-md-square:before {
    content: "\f381";
}

.ion-md-square-outline:before {
    content: "\f380";
}

.ion-md-star:before {
    content: "\f384";
}

.ion-md-star-half:before {
    content: "\f382";
}

.ion-md-star-outline:before {
    content: "\f383";
}

.ion-md-stats:before {
    content: "\f385";
}

.ion-md-stopwatch:before {
    content: "\f386";
}

.ion-md-subway:before {
    content: "\f387";
}

.ion-md-sunny:before {
    content: "\f388";
}

.ion-md-swap:before {
    content: "\f389";
}

.ion-md-switch:before {
    content: "\f38a";
}

.ion-md-sync:before {
    content: "\f38b";
}

.ion-md-tablet-landscape:before {
    content: "\f38c";
}

.ion-md-tablet-portrait:before {
    content: "\f38d";
}

.ion-md-tennisball:before {
    content: "\f38e";
}

.ion-md-text:before {
    content: "\f38f";
}

.ion-md-thermometer:before {
    content: "\f390";
}

.ion-md-thumbs-down:before {
    content: "\f391";
}

.ion-md-thumbs-up:before {
    content: "\f392";
}

.ion-md-thunderstorm:before {
    content: "\f393";
}

.ion-md-time:before {
    content: "\f394";
}

.ion-md-timer:before {
    content: "\f395";
}

.ion-md-today:before {
    content: "\f17d";
}

.ion-md-train:before {
    content: "\f396";
}

.ion-md-transgender:before {
    content: "\f397";
}

.ion-md-trash:before {
    content: "\f398";
}

.ion-md-trending-down:before {
    content: "\f399";
}

.ion-md-trending-up:before {
    content: "\f39a";
}

.ion-md-trophy:before {
    content: "\f39b";
}

.ion-md-tv:before {
    content: "\f17f";
}

.ion-md-umbrella:before {
    content: "\f39c";
}

.ion-md-undo:before {
    content: "\f39d";
}

.ion-md-unlock:before {
    content: "\f39e";
}

.ion-md-videocam:before {
    content: "\f39f";
}

.ion-md-volume-high:before {
    content: "\f123";
}

.ion-md-volume-low:before {
    content: "\f131";
}

.ion-md-volume-mute:before {
    content: "\f3a1";
}

.ion-md-volume-off:before {
    content: "\f3a2";
}

.ion-md-walk:before {
    content: "\f3a4";
}

.ion-md-wallet:before {
    content: "\f18f";
}

.ion-md-warning:before {
    content: "\f3a5";
}

.ion-md-watch:before {
    content: "\f3a6";
}

.ion-md-water:before {
    content: "\f3a7";
}

.ion-md-wifi:before {
    content: "\f3a8";
}

.ion-md-wine:before {
    content: "\f3a9";
}

.ion-md-woman:before {
    content: "\f3aa";
}

body {
    font-family: 'Noto Sans KR', sans-serif;
}

@media (min-width: 1200px) {
    body:after {
        content: "";
        display: block;
        position: fixed;
        z-index: -1;
        background-color: #f9f9f9;
        width: 180px;
        top: 0;
        left: 0;
        bottom: 0;
    }
}

.form-style-underline .form-group, .form-style-underline .tick-group {
    margin-top: 4em;
    padding-left: 5px;
}

.form-style-underline .form-group.error-msg .error-text, .form-style-underline .tick-group.error-msg .error-text {
    color: #dc3545;
    display: block;
    font-weight: normal;
}

.form-style-underline .form-group.error-msg .error-here, .form-style-underline .tick-group.error-msg .error-here {
    border-color: #dc3545;
}

.form-style-underline .form-group .description-text, .form-style-underline .tick-group .description-text {
    background-color: #007bff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    display: none;
    margin-left: 5px;
    padding: 5px 10px;
    position: absolute;
}

.form-style-underline .form-group .description-text.has-error, .form-style-underline .tick-group .description-text.has-error {
    background-color: #dc3545;
    display: block;
}

.form-style-underline .form-group {
    margin: 0 auto 15px auto;
    width: 290px;
}

.form-style-underline .form-group label {
    color: #007bff;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.form-style-underline .form-group label span.error-text {
    display: none;
}

.form-style-underline .form-group label span.optional {
    color: #aaa;
    display: inline-block;
    font-weight: normal;
}

.form-style-underline .form-group label .optional {
    display: inline-block !important;
    color: #ccc !important;
    font-weight: normal;
}

.form-style-underline .form-group select.form-control {
    background-image: url("../images/ui/ui-select-arrow.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 8px auto;
    padding-right: 0.7em;
}

.form-style-underline .form-group .form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black;
    font-size: 2em;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 0.7em;
}

.form-style-underline .form-group .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: normal;
}

.form-style-underline .form-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-style-underline .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-style-underline .form-group .form-control:focus {
    border-color: #007bff;
}

.form-style-underline .form-group .form-control:focus.has-error {
    border-color: #dc3545;
}

.form-style-underline .form-group .form-control:focus.has-error + .description-text {
    background-color: #dc3545;
}

.form-style-underline .form-group .form-control:focus.has-error.successed {
    border-color: #007bff;
}

.form-style-underline .form-group .form-control:focus.has-error.successed + .description-text {
    display: none;
}

.form-style-underline .form-group .form-control .description-text {
    display: none;
}

.form-style-underline .tick-group {
    margin-top: 15px;
    padding-bottom: 0.2em;
}

.form-style-underline .tick-group .tick-label {
    color: #007bff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.form-style-underline .tick-group .tick-label ~ .checkbox-inline,
.form-style-underline .tick-group .tick-label ~ .radio-inline {
    margin-top: 10px;
}

.form-style-underline .tick-group .tick-label .error-text {
    display: none;
}

.form-style-underline .tick-group .tick-label .optional {
    color: #aaa;
    display: inline-block;
    font-weight: normal;
}

.form-style-underline .tick-group .checkbox-inline, .form-style-underline .tick-group .radio-inline {
    margin: 0;
    margin-right: 2em;
}

.form-style-underline .tick-group .checkbox-inline:last-child, .form-style-underline .tick-group .radio-inline:last-child {
    margin-right: 0;
}

.form-style-underline .tick-group .label-text {
    color: black;
    font-size: 2em;
    font-weight: bold;
    opacity: 0.3;
    -webkit-transition: opacity ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s;
}

.form-style-underline .tick-group .checkbox label, .form-style-underline .tick-group .radio label, .form-style-underline .tick-group .checkbox-inline, .form-style-underline .tick-group .radio-inline {
    padding-left: 2.2em;
}

.form-style-underline .tick-group .checkbox label input, .form-style-underline .tick-group .radio label input, .form-style-underline .tick-group .checkbox-inline input, .form-style-underline .tick-group .radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-style-underline .tick-group .checkbox label input:checked ~ .checkmark.ticked, .form-style-underline .tick-group .radio label input:checked ~ .checkmark.ticked, .form-style-underline .tick-group .checkbox-inline input:checked ~ .checkmark.ticked, .form-style-underline .tick-group .radio-inline input:checked ~ .checkmark.ticked {
    display: inline-block;
}

.form-style-underline .tick-group .checkbox label input:checked ~ .checkmark.unticked, .form-style-underline .tick-group .radio label input:checked ~ .checkmark.unticked, .form-style-underline .tick-group .checkbox-inline input:checked ~ .checkmark.unticked, .form-style-underline .tick-group .radio-inline input:checked ~ .checkmark.unticked {
    display: none;
}

.form-style-underline .tick-group .checkbox label input:checked ~ .label-text, .form-style-underline .tick-group .radio label input:checked ~ .label-text, .form-style-underline .tick-group .checkbox-inline input:checked ~ .label-text, .form-style-underline .tick-group .radio-inline input:checked ~ .label-text {
    opacity: 1;
}

.form-style-underline .tick-group .checkbox label .checkmark, .form-style-underline .tick-group .radio label .checkmark, .form-style-underline .tick-group .checkbox-inline .checkmark, .form-style-underline .tick-group .radio-inline .checkmark {
    position: absolute;
    left: 0;
    height: 2em;
    width: 2em;
    background-color: transparent;
}

.form-style-underline .tick-group .checkbox label .checkmark.unticked, .form-style-underline .tick-group .radio label .checkmark.unticked, .form-style-underline .tick-group .checkbox-inline .checkmark.unticked, .form-style-underline .tick-group .radio-inline .checkmark.unticked {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.form-style-underline .tick-group .checkbox label .checkmark.ticked, .form-style-underline .tick-group .radio label .checkmark.ticked, .form-style-underline .tick-group .checkbox-inline .checkmark.ticked, .form-style-underline .tick-group .radio-inline .checkmark.ticked {
    color: #007bff;
    display: none;
}

.form-style-underline .tick-group .checkbox label .checkmark i, .form-style-underline .tick-group .radio label .checkmark i, .form-style-underline .tick-group .checkbox-inline .checkmark i, .form-style-underline .tick-group .radio-inline .checkmark i {
    font-size: 2em;
}

.form-style-underline .tick-group-inline:after {
    content: "";
    display: block;
    height: 10px;
}

.form-style-underline .radio, .form-style-underline .checkbox, .form-style-underline .radio-inline, .form-style-underline .checkbox-inline {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-style-underline .group-label, .form-style-underline .tick-label {
    margin-left: -5px;
}

.form-style-underline .gender {
    padding-left: 1.33333em !important;
}

.tel .form-group, .dob .form-group {
    width: 100%;
}

.tel .form-control, .dob .form-control {
    margin-right: 1em;
}

.tel .form-control:last-child, .dob .form-control:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .tel .form-control, .dob .form-control {
        display: inline-block;
        width: auto;
    }
}

.tel {
    position: relative;
}

.tel .national-code {
    position: absolute;
}

.tel .national-code:focus {
    border-color: transparent !important;
}

.tel .national-code:focus + .form-control {
    border-color: #007bff !important;
}

.tel .phone-number {
    width: 100%;
    padding-left: 3.5em !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../../images/icon-arrow-select.png") !important;
    background-repeat: no-repeat;
    background-size: 0.5em;
    background-position: center right 7px;
    padding-right: 1.5em !important;
}

select.status {
    display: inline-block;
    font-size: inherit;
    width: auto;
    color: #28a745;
}

input[type="text"], input[type="email"], input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

.no-padding {
    padding: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.scroll-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scroll-wrapper.scroll-y {
    height: 200px;
}

.scroll-wrapper.scroll-y .scroll-container {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-wrapper.scroll-x .scroll-container {
    overflow-y: hidden;
    overflow-x: scroll;
}

.scroll-wrapper .scroll-container {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.scroll-wrapper .scroll-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.scroll-wrapper .scroll-container::-webkit-scrollbar-thumb {
    background: transparent;
}

.none {
    display: none !important;
}

#nav {
    height: 50px;
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 100;
}

#nav nav {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}

#nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav nav .nav-toggle {
    display: table;
    position: absolute;
    top: 0;
    right: 0;
}

#nav nav .nav-toggle a {
    display: table-cell;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

#nav nav .nav-cat-1 {
    min-width: 180px;
}

#nav nav .nav-cat-2 {
    padding: 15px;
}

#nav nav .nav-cat-2 a {
    display: block;
    padding: 5px 0;
}

#nav nav .nav-cat-2 a.menu-active {
    color: #007bff !important;
}

#nav nav .nav-cat-2 .depth-1-container {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#nav nav .nav-cat-2 .depth-1-container .depth-1 > a {
    color: #000;
    font-size: 0.9em;
    font-weight: 700;
}

#nav nav .nav-cat-2 .depth-2-container {
    padding-left: 5px;
}

#nav nav .nav-cat-2 .depth-2-container .depth-2 > a {
    color: #444;
    font-weight: 400;
    padding: 5px;
}

#nav nav .nav-cat-2 .depth-2-container .icon {
    float: right;
    color: #aaa;
}

#nav nav .nav-cat-2 .depth-3-container {
    display: none;
    padding-left: 5px;
}

#nav nav .nav-cat-2 .depth-3-container.on {
    display: block;
}

#nav nav .nav-cat-2 .depth-3-container .depth-3 > a {
    color: #666;
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 10px;
}

#nav nav .nav-cat-3 .nav-cat-3-menu {
    padding: 5px 15px;
}

#nav nav .nav-cat-3 .nav-cat-3-menu a .icon {
    margin-right: 10px;
}

#nav nav .nav-cat-3-toggle {
    background-image: url("../images/icon-settings.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #007bff;
    cursor: pointer;
    display: none;
    min-width: 50px;
    height: 50px;
}

#nav .header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 1.2em;
    padding: 10px 15px;
    height: 45px;
    margin-top: 5px;
}

#nav .header .title {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    margin-left: 15px;
}

#nav .header .title.title-service {
    font-weight: 700;
}

@media (max-width: 1199px) {
    #nav nav .nav-toggle .open-menu {
        display: table-cell;
    }

    #nav nav .nav-toggle .close-menu {
        display: none;
    }

    #nav nav.opened .nav-toggle .open-menu {
        display: none;
    }

    #nav nav.opened .nav-toggle .close-menu {
        display: table-cell;
    }
}

@media (max-width: 480px) {
    #nav {
        background-color: #fff;
    }

    #nav nav {
        margin-top: 50px;
        width: 100%;
    }

    #nav nav .nav-container {
        display: none;
    }

    #nav nav.opened {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #nav nav.opened .nav-container {
        display: block;
    }

    #nav nav .depth-1-container {
        border-top: none !important;
        border-bottom: 1px dotted #ddd;
    }

    #nav nav .nav-cat-2 {
        padding-top: 0;
    }

    #nav .header {
        max-width: 260px;
        overflow: hidden;
    }

    #nav .header .title-service {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    #nav .header .title-cat-1, #nav .header .title-cat-2, #nav .header .title-cat-3 {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 1199px) {
    #nav {
        background-color: #eee;
    }

    #nav nav {
        margin-top: 50px;
        width: 100%;
    }

    #nav nav .nav-container {
        display: none;
        width: 100%;
    }

    #nav nav .nav-container .nav-cat-1, #nav nav .nav-container .nav-cat-2, #nav nav .nav-container .nav-cat-3 {
        display: table-cell;
        vertical-align: top;
    }

    #nav nav .nav-container .nav-cat-1 {
        width: 180px;
    }

    #nav nav .nav-container .nav-cat-2 {
        padding: 5px;
    }

    #nav nav .nav-container .nav-cat-2 .depth-1-container {
        float: left;
        min-width: 150px;
        border-top: none;
        border-right: 1px dotted #ddd;
        padding: 0 15px;
    }

    #nav nav .nav-container .nav-cat-3 {
        padding: 0 15px;
    }

    #nav nav.opened {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px 0;
    }

    #nav nav.opened .nav-container {
        display: table;
    }

    #nav .header {
        background-color: #fff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
}

@media (min-width: 1200px) {
    #nav {
        background-color: #eee;
        border: none;
    }

    #nav nav .nav-toggle {
        display: none;
    }

    #nav nav .nav-container {
        background: #eeeeee;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#f9f9f9));
        background: linear-gradient(to bottom, #eeeeee 0%, #f9f9f9 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=0);
        /* IE6-9 */
        float: left;
    }

    #nav nav .nav-container .nav-cat-1, #nav nav .nav-container .nav-cat-3 {
        position: absolute;
        top: 0;
    }

    #nav nav .nav-container .nav-cat-3 {
        right: 0;
    }

    #nav nav .nav-container .nav-cat-3 ul li {
        display: none;
    }

    #nav nav .nav-container .nav-cat-3 ul li.on {
        display: block;
    }

    #nav nav .nav-container .nav-cat-3 ul .nav-cat-3-toggle {
        display: block;
    }

    #nav nav .nav-container .nav-cat-3 .nav-cat-3-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #nav nav .nav-container .nav-cat-3 .nav-cat-3-menu:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    #nav nav .nav-container .nav-cat-2 {
        margin-top: 50px;
        width: 180px;
    }

    #nav .header {
        background-color: #fff;
        border: none;
        position: static;
        float: left;
    }

    #nav .header .title-service {
        display: none;
    }
}

@media (min-width: 1200px) {
    .title:nth-child(2) {
        padding-left: 0 !important;
        margin-left: 0 !important;
        border: none !important;
    }
}

.title:nth-child(1) {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border: none !important;
}

.contents-container {
    font-size: 0.9em;
    padding: 15px;
    padding-top: 65px;
}

.contents-container .admin-contents .form-inline .form-group {
    display: inline-block !important;
}

.contents-container .admin-contents .form-inline .form-group .input-group .input-group-addon-btn {
    background-color: #007bff;
    border-color: rgba(0, 0, 0, 0.05);
    color: #fff;
    padding: 0px 10px;
    cursor: pointer;
}

.contents-container .admin-contents .form-inline .form-group .input-group .input-group-addon-btn:hover {
    background-color: #0062cc;
}

.contents-container .admin-contents .form-inline .form-group .input-group .input-group-addon-btn i {
    font-size: 1.3em;
}

@media (max-width: 480px) {
    .contents-container {
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {
    .contents-container {
        padding-left: 195px;
    }
}

.contents-container .path {
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.contents-container .path h1, .contents-container .path h2, .contents-container .path h3 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #888;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding-right: 5px;
    margin-right: 5px;
}

.contents-container .path h1:last-child, .contents-container .path h2:last-child, .contents-container .path h3:last-child {
    border: none;
    margin: 0;
    padding-right: 0;
    color: #007bff;
}

@media (max-width: 480px) {
    .contents-container .path {
        display: block;
    }
}

.table-admin {
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    min-width: 700px;
}

.table-admin thead {
    border-top: 1px solid #ddd;
}

.table-admin thead th {
    background-color: #f9f9f9;
    border-width: 1px !important;
    border-left: 1px solid #ddd;
    text-align: center;
    vertical-align: middle !important;
}

.table-admin-left thead th {
    background-color: #f9f9f9;
    border-width: 1px !important;
    border-left: 1px solid #ddd;
    text-align: left;
    vertical-align: middle !important;
}

.table-admin thead th:first-child {
    border-left: none;
}

.table-admin tbody {
    text-align: center;
}

.table-admin-left tbody {
    text-align: left;
}

.table-admin tbody tr td {
    vertical-align: middle;
}

.table-admin tbody tr.related-row td {
    border-top: 1px dashed #ededed;
    color: #888;
    font-size: 0.9em;
    width: 12.5%;
}

.table-admin.table-no-deco {
    border: none;
}

.table-admin.table-no-deco th, .table-admin.table-no-deco td {
    text-align: left;
    border: none;
    vertical-align: middle;
}

.table-admin.table-no-deco th {
    background-color: transparent;
    font-weight: 700;
}

.table-admin.table-no-deco .form-control {
    display: inline-block;
}

@media (min-width: 768px) {
    .table-admin.table-no-deco .form-control {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .table-admin.table-no-deco .form-control {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .table-admin.table-no-deco .form-control {
        width: 50%;
    }
}

.table-admin.table-no-deco.narrow-th th {
    width: 100px;
}

.table-admin.equal-width-8 th, .table-admin.equal-width-8 td {
    width: 12.5%;
}

.table-admin.table-exp {
    min-width: 290px;
    max-width: 500px;
    margin: 0 auto;
}

.table-admin.table-exp .form-control {
    width: 100%;
}

.table-admin.table-exp .btn-container {
    text-align: right;
    padding-top: 1em;
}

.table-admin .btn-link:disabled {
    display: none;
}

.table-write th, .table-write td {
    border: none !important;
}

.table-write th {
    width: 5em;
}

.table-tree td:first-child {
    width: 100px;
}

.admin-pagenation {
    text-align: center;
}

.admin-pagenation ul {
    margin: 0;
}

.no-gap {
    padding: 0;
}

.show-mob-only {
    display: none;
}

@media (max-width: 992px) {
    .show-mob-only {
        display: block !important;
    }
}

.hide-mob-only {
    display: block;
}

@media (max-width: 992px) {
    .hide-mob-only {
        display: none !important;
    }
}

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

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

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

.add-margin-bottom {
    margin-bottom: 5px;
}

.remove-margin {
    margin: 0;
}

.remove-margin-top {
    margin-top: 0;
}

.remove-margin-bottom {
    margin-bottom: 0;
}

i.extra-margin-right {
    margin-right: 5px;
}

.btn-primary-outline i {
    color: #007bff;
}

.btn-danger-outline, .btn-red-outline {
    color: #dc3545;
    background-color: #fff;
    border-color: rgba(220, 53, 69, 0.3) !important;
}

.btn-danger-outline:hover, .btn-red-outline:hover {
    background-color: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545;
}

.btn-danger-outline .icon, .btn-red-outline .icon {
    color: #dc3545;
}

.btn-blue-outline {
    color: #007bff;
    background-color: #fff;
    border-color: rgba(0, 123, 255, 0.3) !important;
}

.btn-blue-outline:hover {
    background-color: rgba(0, 123, 255, 0.1) !important;
    color: #007bff;
}

.btn-no-deco {
    background-color: #fff;
    border: 1px solid #ddd;
}

.btn-no-deco:hover {
    background-color: #eee;
}

.btn-no-deco i {
    color: #007bff;
}

@media (min-width: 768px) {
    .admin-modal.smaller .modal-dialog {
        width: 50%;
    }
}

.admin-modal .table-admin {
    min-width: auto !important;
}

.admin-modal .modal-dialog {
    font-size: 0.9em;
}

@media (min-width: 768px) {
    .admin-modal .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }
}

.admin-modal .modal-dialog .modal-header, .admin-modal .modal-dialog .modal-footer {
    border: none;
}

.admin-modal .modal-dialog .modal-title {
    color: #007bff;
}

.admin-modal .modal-dialog.fixed-small {
    width: 300px !important;
    margin: 55px auto !important;
}

.admin-modal h5 {
    font-weight: 700;
    color: #007bff;
}

.admin-nav-tabs .active a, .admin-nav-tabs .active a:hover, .admin-nav-tabs .active a:focus {
    color: #000000 !important;
    font-weight: 700;
}

.overflow-x {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.overflow-x::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.overflow-x::-webkit-scrollbar-thumb {
    background: transparent;
}

.help-block {
    display: none;
    margin-bottom: 0;
}

.has-error .form-control {
    border-color: #dc3545;
}

.has-error .help-block {
    color: #dc3545;
    display: block;
}

.icon-custom {
    height: inherit;
    overflow: hidden;
    position: relative;
    padding-right: 1em;
}

.icon-custom::before {
    font-size: 1.1em;
    position: absolute;
    padding-top: 0.06em;
    margin-top: 0.13em;
}

.form-control-inline {
    display: inline-block;
    width: auto;
}

.item-view-option {
    margin-right: 2em;
    height: 33px;
    box-shadow: none;
    border-color: #ddd;
    -webkit-box-shadow: none;
}

@media (max-width: 767px) {
    .item-view-option {
        float: left;
        margin-right: 0;
    }
}

.selectbox .selected {
    background-color: #007bff;
    font-size: 1.2em;
    color: #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge*/
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

.selectbox .selected, .selectbox .unselected > a {
    display: block;
    padding: 10px;
}

.selectbox .unselected {
    display: none;
}

.selectbox .unselected.on {
    display: block;
}

.selectbox .unselected.active > a {
    background-color: rgba(0, 0, 0, 0.05);
    color: #aaa;
    cursor: default;
}

.selectbox .unselected.active > a:hover {
    text-decoration: none;
    color: #aaa;
}

.selectbox .unselected a {
    background-color: #fff;
    color: #666;
}

.selectbox .unselected a:hover {
    color: #000;
}

.selectbox a {
    color: #888;
}

@media (min-width: 481px) and (max-width: 1199px) {
    .selectbox .selected {
        display: none;
    }

    .selectbox .unselected {
        display: block;
    }

    .selectbox .unselected.active > a {
        background-color: #007bff;
        color: #fff;
        cursor: default;
        text-decoration: none;
    }

    .selectbox .unselected.active > a:hover {
        text-decoration: none;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .selectbox .selected, .selectbox .unselected {
        width: 170px;
        margin-left: 5px;
    }

    .selectbox .selected a, .selectbox .unselected a {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .selectbox .selected {
        background-color: transparent;
        color: #000;
        font-weight: 700;
        height: 45px;
        margin-top: 5px;
        padding-top: 10px;
        background-image: url("../images/icon-arrow-select-2.png");
        background-size: 55px 110px;
        background-position: top right -10px;
        background-repeat: no-repeat;
    }

    .selectbox .selected.exp {
        background-color: #007bff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        background-position: bottom right -10px;
        color: #fff;
    }

    .selectbox .unselected {
        border-top: 1px solid #eee;
    }

    .selectbox .unselected:last-child a {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .selectbox .unselected.active > a {
        background-color: #fff;
        color: #007bff;
    }

    .switch-wrapper {
        font-size: 1.25em;
    }
    .switch-container {
        box-sizing: border-box;
        border: 2px solid transparent;
        background-color: #ddd;
        border-radius: 1em;
        width: 2.25em;

    }
    .switch-container:after {
        display: block;
        content: "";
        clear: both;
    }
    .switch-btn {
        box-sizing: border-box;
        height: 1em;
        width: 1em;
        border-radius: 100%;
        background-color: #fff;
        float: left;
    }
    .switch-title, .switch {
        display: inline-block;
        vertical-align: middle;
    }
    .switch-title {
        margin-right: 0.5em;
    }
    .switch input[type="checkbox"]{
        position: absoltue;
        width: 0;
        height: 0;
        opacity: 0;
        z-index: -1;
    }
    .switch input[type="checkbox"] + label {
        cursor: pointer;
    }
    .switch input[type="checkbox"]:checked + label .switch-container {
        background-color: #007bff;

    }
    .switch input[type="checkbox"]:checked + label .switch-container .switch-btn {
        float: right;
    }
}

.bc-question {
    font-size: 1.5rem;
    margin-top: 2em;
    margin-bottom: 1em;
}

.bar-chart {
    position: relative;
    height: 13rem;
}
.bar-chart .bc-grid {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
    list-style: none;
}
.bar-chart .bc-grid li {
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    height: 2rem;
    width: 100%;
}
.bar-chart .bc-grid li:last-child {
    border-bottom: 1px solid #ddd;
}
.bar-chart .bc-data:after {
    display: block;
    content: "";
    clear: both;
}
.bar-chart .bc-data {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
}
.bar-chart .bc-data li {
    flex: 1 1 0;
    text-align: center;
    margin: auto auto 0 auto;
}
.bar-chart .bc-data li .bc-score {
    font-size: 1rem;
    height: 1rem;
}
.bar-chart .bc-data li .bc-bar {
    background-color: #0080FF;
    width: 50%;
    margin: 0 auto;
}
.bar-chart .bc-data li .bc-label {
    box-sizing: border-box;
    font-size: 1.25rem;
    height: 2rem;
    padding-top: 0.5rem;
}

.form-inline .form-control {
    display: inline-block !important;
    width: auto;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .form-inline .form-control {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .form-inline .form-control {
        width: auto !important;
    }
}
/*# sourceMappingURL=style.css.map */
