/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 2 */
    text-decoration: underline dotted;
    /* 1 */
    text-decoration: underline;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 600;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
td {
    vertical-align: top;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: transparent;
}
body {
    background: #fff;
    color: #333;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica" , "Arial", sans-serif;
    font-size: 1.4rem;
    overflow-x: hidden;
}
a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #cc2222;
    text-decoration: none;
}
[disabled],
.disabled {
    cursor: default;
    opacity: .75;
    pointer-events: none;
}
.btn .icon,
.toast .icon,
.menu .icon {
    font-size: 1.3333em;
    line-height: 1em;
    margin-right: .2rem;
    vertical-align: middle;
}
h1,
h2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #000000;
    font-weight: 600;
}
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}
h1 {
    font-size: 1.3em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 1em;
}
p {
    margin: 0 0 1rem;
}
blockquote {
    border-left: .2rem solid #ddd;
    margin-left: 0;
    padding: 1rem 2rem;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote cite {
    color: #b3b3b3;
}
ul,
ol {
    margin: 2rem 0 2rem 2rem;
    padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li {
    margin-top: 1rem;
}
ul {
    list-style: disc inside;
}
ul ul {
    list-style-type: circle;
}
ol {
    list-style: decimal inside;
}
ol ol {
    list-style-type: lower-alpha;
}
dl dt {
    font-weight: bold;
}
dl dd {
    margin: .5rem 0 1.5rem 0;
}
.lead {
    font-size: 120%;
}
mark,
.highlight {
    background: #ffe5a3;
    border-radius: .2rem;
    display: inline;
    font-size: 1em;
    padding: .1em .3em;
    vertical-align: baseline;
}
pre {
    background: #f9f9f9;
    border-left: .2rem solid #CC2222;
    line-height: 1.8rem;
    margin-bottom: 1em;
    margin-top: 1em;
    overflow: auto;
    padding: 1.5rem;
}
code {
    background: #efefef;
    border-radius: .2rem;
    display: inline;
    font-size: 1em;
    padding: .1em .3em;
    vertical-align: baseline;
    white-space: nowrap;
}
pre code {
    background: transparent;
    border-left: 0;
    line-height: 1.8rem;
    margin-bottom: 0;
    margin-top: 0;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    margin-bottom: 10px;
}
.img-cover {
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    /* Default 16:9, you can calculate this value by dividing 9 by 16 */
    padding-top: 3rem;
    position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-responsive video {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.video-responsive-4-3 {
    padding-bottom: 75%;
    /* 4:3 */
}
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
    background: #EBF6FC;
}
.table.table-hover tbody tr:hover {
    background: #dddddd;
}
.table.table-hover tbody tr.selected {
    background: #f2f2f2;
}
.table th,
.table td {
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
    padding: 0.5rem 1rem;
    text-align: left;
}
.table th {
    border-bottom: 2px solid #84D0F0;
    font-weight: 600;
    background: #ffffff;
}
.table tfoot td {
    border-bottom: none;
}
.btn {
    transition: background 0.4s;
    -webkit-appearance: none;
    background: #f0f0f0;
    border: .1rem solid #aaaaaa;
    border-radius: .3rem;
    color: #888888;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.4);
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    height: 3.2rem;
    line-height: 1.6rem;
    outline: 0;
    padding: .7rem 1.5rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus {
    background: #f3f4fb;
}
.btn:hover {
    background: #ccc;
    border-color: #999999;
    color: #666666;
}
.btn:active,
.btn.active {
    background: #999999;
    border-color: #aaaaaa;
    color: #666666;
}
.btn.btn-primary {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    background: #84D0F0;
    border-color: #6989b9;
    color: #fff;
}
.btn.btn-primary:focus {
    background: #6989b9;
}
.btn.btn-primary:hover {
    background: #506f9a;
    border-color: #6989b9;
    color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #415c81;
    border-color: #506f9a;
    color: #fff;
}
.btn.btn-primary.loading::after {
    border-color: #fff;
    border-right-color: transparent;
    border-top-color: transparent;
}
.btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #84D0F0;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #506f9a;
}
.btn.btn-link:active,
.btn.btn-link.active {
    color: #415c81;
}
.btn.btn-sm {
    border-radius: .2rem;
    font-size: 1.2rem;
    height: 2.4rem;
    line-height: 1.4rem;
    padding: .4rem 1rem;
}
.btn.btn-lg {
    border-radius: .4rem;
    font-size: 1.8rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem 1.8rem;
}
.btn.btn-block {
    display: block;
    width: 100%;
}
.btn.btn-clear {
    background: transparent;
    border: 0;
    color: #666;
    height: 2rem;
    margin-left: .3rem;
    opacity: .45;
    padding: 0;
}
.btn.btn-clear:hover {
    opacity: .85;
}
.btn.btn-clear::before {
    content: "\00d7";
    font-size: 2rem;
}
.btn-group {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-group .btn {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.1rem;
}
.btn-group .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.1rem;
}
.btn-group .btn:hover,
.btn-group .btn:focus {
    z-index: 99;
}
.btn-group.btn-group-block {
    display: flex;
    display: -ms-flexbox;
}
.form-group:not(:last-child) {
    margin-bottom: 1rem;
}
.form-input {
    -webkit-appearance: none;
    background: #fff;
    background-image: none;
    border: .1rem solid #c5c5c5;
    border-radius: .3rem;
    color: #333;
    display: block;
    font-size: 1.4rem;
    height: 3.2rem;
    line-height: 1.6rem;
    max-width: 100%;
    outline: 0;
    padding: .7rem .8rem;
    position: relative;
    width: 100%;
}
label.invalid {
    color: #cc2222;
}
.form-input.invalid {
    border-color: #cc2222;
}

.form-input:focus {
    border-color: #84D0F0;
}
.form-input[disabled] {
    background: #eeeff2;
}
.form-input.input-sm {
    border-radius: .2rem;
    font-size: 1.2rem;
    height: 2.4rem;
    padding: .3rem .6rem;
}
.form-input.input-lg {
    border-radius: .4rem;
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem .8rem;
}
.form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
textarea.form-input {
    height: auto;
    line-height: 2rem;
}
.red {
    color: #cc2222;
}
.item-row, .items-row { display: inline-block; width: 100%; clear: both; overflow: visible; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 4px solid #84D0F0;  }
.items-row:last-of-type, .item-row:last-of-type { padding: 0; border-bottom: none; }

.has-success .form-input,
.form-input.is-success {
    border-color: #32b643;
}
.has-danger .form-input,
.form-input.is-danger {
    border-color: #e85600;
}
.form-label {
    display: block;
    line-height: 1.6rem;
    margin-bottom: .5rem;
}
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .1rem solid #c5c5c5;
    border-radius: .3rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    outline: 0;
    padding: .5rem .8rem;
    vertical-align: middle;
}
.form-select:not([multiple]) {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / .8rem 1rem;
    height: 3.2rem;
    padding-right: 2.4rem;
}
.form-select:focus {
    border-color: #84D0F0;
}
.form-select::-ms-expand {
    display: none;
}
.form-select.select-sm {
    border-radius: .2rem;
    font-size: 1.2rem;
    height: 2.4rem;
    padding: .4rem 2rem .4rem .6rem;
}
.form-select.select-lg {
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem 2.4rem 1rem .8rem;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
    box-shadow: 0 0 .3rem .1rem #efefef;
}
.form-checkbox,
.form-radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.8rem;
    padding: .3rem 2rem;
    position: relative;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
    border: .1rem solid #c5c5c5;
    display: inline-block;
    font-size: 1.4rem;
    height: 1.4rem;
    left: 0;
    line-height: 2.4rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: .5rem;
    transition: all .15s ease;
    vertical-align: top;
    width: 1.4rem;
}
.form-checkbox:hover .form-icon,
.form-radio:hover .form-icon {
    border-color: #9f9f9f;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-checkbox input:indeterminate + .form-icon,
.form-radio input:indeterminate + .form-icon {
    background: #5764c6;
    border-color: #5764c6;
}
.form-checkbox .form-icon {
    border-radius: .2rem;
}
.form-checkbox input:checked + .form-icon::after {
    background-clip: padding-box;
    border: .2rem solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    content: "";
    height: 1rem;
    left: 50%;
    margin-left: -.3rem;
    margin-top: -.6rem;
    position: absolute;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .6rem;
}
.form-checkbox input:indeterminate + .form-icon::after {
    background: #fff;
    content: "";
    height: .2rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.1rem;
    position: absolute;
    top: 50%;
    width: .8rem;
}
.form-radio .form-icon {
    border-radius: .7rem;
}
.form-radio input:checked + .form-icon::after {
    background: #fff;
    border-radius: .2rem;
    content: "";
    height: .4rem;
    left: 50%;
    margin-left: -.2rem;
    margin-top: -.2rem;
    position: absolute;
    top: 50%;
    width: .4rem;
}
.form-switch {
    cursor: pointer;
    display: inline-block;
    line-height: 1.8rem;
    padding: .3rem 2rem .3rem 3.6rem;
    position: relative;
}
.form-switch .form-icon {
    background: #c5c5c5;
    background-clip: padding-box;
    border: .1rem solid #c5c5c5;
    border-radius: .9rem;
    display: inline-block;
    height: 1.6rem;
    left: 0;
    line-height: 2.4rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: .4rem;
    vertical-align: top;
    width: 2.6rem;
}
.form-switch .form-icon::after {
    background: #fff;
    border-radius: .8rem;
    content: "";
    display: block;
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: left .15s ease;
    width: 1.4rem;
}
.form-switch input:checked + .form-icon {
    background: #5764c6;
    border-color: #5764c6;
}
.form-switch input:checked + .form-icon::after {
    left: 1rem;
}
.input-group {
    display: flex;
    display: -ms-flexbox;
}
.input-group .input-group-addon {
    background: #f9f9f9;
    border: .1rem solid #c5c5c5;
    border-radius: .3rem;
    line-height: 1.6rem;
    padding: .7rem .8rem;
}
.input-group .input-group-addon.addon-sm {
    font-size: 1.2rem;
    padding: .3rem .6rem;
}
.input-group .input-group-addon.addon-lg {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem .8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.1rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.1rem;
}
.input-group .form-input:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
    z-index: 99;
}

.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.42857143;
    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: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    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: #ffffff;
    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: #ffffff;
    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: #ffffff;
}
.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: #ffffff;
}
.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;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .input-group .form-input {
        max-width: 80%;
        flex: 1 1 auto;
    }
    .input-group .input-group-addon,
    .input-group .input-group-btn {
        width: auto;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 10px 15px;
}
.gapless {
    padding-top: 0;
    padding-bottom: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.form-horizontal {
    padding: 1rem;
}
.form-horizontal .form-group {
    display: flex;
    display: -ms-flexbox;
}
.form-horizontal .form-label {
    margin-bottom: 0;
    padding: .8rem .4rem;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio {
    margin: .5rem 0;
}
@media screen and (max-width: 480px) {
    .hide-xs {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    .hide-sm {
        display: none !important;
    }
}
@media screen and (max-width: 840px) {
    .hide-md {
        display: none !important;
    }
}
@media screen and (max-width: 960px) {
    .hide-lg {
        display: none !important;
    }
}
@media screen and (max-width: 1280px) {
    .hide-xl {
        display: none !important;
    }
}
.empty {
    background: #f8f8f8;
    border-radius: .3rem;
    padding: 4rem;
    text-align: center;
}
.empty .empty-title {
    font-size: 1.8rem;
    margin: 1.5rem 0 .5rem 0;
}
.empty .empty-meta {
    color: #888;
}
.empty .empty-action {
    margin-top: 1.5rem;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes slide-down {
    0% {
        margin-top: -3rem;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
.form-autocomplete {
    position: relative;
}
.form-autocomplete .form-autocomplete-input {
    background: #fff;
    border: .1rem solid #c5c5c5;
    border-radius: .3rem;
    color: #333;
    display: block;
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-width: 100%;
    min-height: 3.2rem;
    outline: 0;
    padding: .3rem .3rem 0 .3rem;
    width: 100%;
}
.form-autocomplete .form-autocomplete-input .chip-sm {
    margin-bottom: .3rem;
}
.form-autocomplete .form-autocomplete-input .form-input {
    background: #fff;
    border-color: transparent;
    display: inline-block;
    height: 2.4rem;
    margin-bottom: .3rem;
    padding: .3rem;
    vertical-align: top;
    width: auto;
}
.form-autocomplete .form-autocomplete-list {
    background: #fff;
    border: .1rem solid #d2d2d2;
    border-radius: .3rem;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .15);
    display: block;
    height: auto;
    left: 0;
    margin: .3rem 0 0 0;
    padding: .5rem;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1988;
}
.form-autocomplete .form-autocomplete-item {
    border-radius: .3rem;
    display: block;
    margin-top: .1rem;
    padding: .2rem 1rem;
}
.form-autocomplete .form-autocomplete-item:hover,
.form-autocomplete .form-autocomplete-item:focus {
    background: #fff;
}
.form-autocomplete .form-autocomplete-item.active {
    background: #eff1fa;
}
.badge {
    position: relative;
}
.badge[data-badge]::after {
    background: #5764c6;
    background-clip: padding-box;
    border: .1rem solid #fff;
    border-radius: 1rem;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    font-size: 1.1rem;
    height: 1.8rem;
    line-height: 1.2rem;
    min-width: 1.8rem;
    padding: .2rem .5rem;
    text-align: center;
    -ms-transform: translate(-.2rem, -.8rem);
    transform: translate(-.2rem, -.8rem);
    white-space: nowrap;
}
.label {
    background: #efefef;
    border-radius: .2rem;
    color: #666;
    display: inline;
    font-size: 1em;
    padding: .1em .3em;
    vertical-align: baseline;
    white-space: nowrap;
}
.label.label-primary {
    background: #5764c6;
    border-color: #4f5dc3;
    color: #fff;
}
.label.label-primary a {
    color: #fff;
}
.label.label-primary a:hover,
.label.label-primary a:focus,
.label.label-primary a:active {
    opacity: .75;
}

.tooltip {
    position: relative;
}
.tooltip::after {
    background: rgba(51, 51, 51, .9);
    border-radius: .3rem;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: 1.2rem;
    left: 50%;
    line-height: 1.6rem;
    min-width: 120px;
    max-width: 180px;
    opacity: 0;
    overflow: hidden;
    padding: .6rem 1rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all .216s ease;
    z-index: 99;
}
.tooltip:hover::after,
.tooltip:focus::after {
    opacity: 1;
    -ms-transform: translate(-50%, -.5rem);
    transform: translate(-50%, -.5rem);
}
.tooltip[disabled],
.tooltip.disabled {
    pointer-events: auto;
}
.tooltip.tooltip-right::after {
    bottom: 50%;
    left: 100%;
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.tooltip.tooltip-right:hover::after,
.tooltip.tooltip-right:focus::after {
    -ms-transform: translate(.5rem, 50%);
    transform: translate(.5rem, 50%);
}
.tooltip.tooltip-bottom::after {
    bottom: auto;
    top: 100%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.tooltip.tooltip-bottom:hover::after,
.tooltip.tooltip-bottom:focus::after {
    -ms-transform: translate(-50%, .5rem);
    transform: translate(-50%, .5rem);
}
.tooltip.tooltip-left::after {
    bottom: 50%;
    left: auto;
    right: 100%;
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.tooltip.tooltip-left:hover::after,
.tooltip.tooltip-left:focus::after {
    -ms-transform: translate(-.5rem, 50%);
    transform: translate(-.5rem, 50%);
}
.clearfix::after,
.container::after,
.row:before ,
.row:after {
    clear: both;
    content: "";
    display: table;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.fixed {
    position: fixed;
}
.centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.mt-10 {
    margin-top: 1rem;
}
.mr-10 {
    margin-right: 1rem;
}
.mb-10 {
    margin-bottom: 1rem;
}
.ml-10 {
    margin-left: 1rem;
}
.mt-5 {
    margin-top: .5rem;
}
.mr-5 {
    margin-right: .5rem;
}
.mb-5 {
    margin-bottom: .5rem;
}
.ml-5 {
    margin-left: .5rem;
}
.pt-10 {
    padding-top: 1rem;
}
.pr-10 {
    padding-right: 1rem;
}
.pb-10 {
    padding-bottom: 1rem;
}
.pl-10 {
    padding-left: 1rem;
}
.pt-5 {
    padding-top: .5rem;
}
.pr-5 {
    padding-right: .5rem;
}
.pb-5 {
    padding-bottom: .5rem;
}
.pl-5 {
    padding-left: .5rem;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
    display: -ms-flexbox;
}
.inline-flex {
    display: inline-flex;
    display: -ms-inline-flexbox;
}
.hide {
    display: none !important;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    background: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-center img {
    position: relative;
    margin: 0 auto;
}
.text-justify {
    text-align: justify;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-normal {
    font-weight: normal;
}
.text-bold {
    font-weight: bold;
}
.text-italic {
    font-style: italic;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-clip {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.text-break {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
}
.text-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.hand {
    cursor: pointer;
}
.shadow {
    box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3);
}
.light-shadow {
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .15);
}
.rounded {
    border-radius: .3rem;
}
.circle {
    border-radius: 50%;
}
.divider {
    clear: both;
    display: block;
    height: 4px;
    line-height: 2px;
    background: #84D0F0;
    margin: 15px 0;
}
.loading {
    color: transparent !important;
    min-height: 1.6rem;
    pointer-events: none;
    position: relative;
}
.loading::after {
    animation: loading 500ms infinite linear;
    border: .2rem solid #5764c6;
    border-radius: .8rem;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -.8rem;
    margin-top: -.8rem;
    position: absolute;
    top: 50%;
    width: 1.6rem;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .visible-md {
        display: block !important;
    }
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    .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;
    }
    .hidden-print {
        display: none !important;
    }

    #page, #page-wrap, .container, main {
        padding: 0!important;
        margin: 0!important;
        position: relative;
        width: auto;
        float: none !important;
        overflow: visible !important;
        min-height: 0 !important;
    }
    body {
        overflow-x: visible;
        overflow-y: visible;
    }
    #mobilemenu {
        display: none!important;
    }

}
