﻿@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

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 {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        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] {
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        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 td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: inherit;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    font-style: normal;
    line-height: inherit;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #014c8c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role=button] {
    cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom;
}

caption, th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button, input, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type=search] {
    box-sizing: inherit;
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 2.25rem;
}

h6 {
    font-size: 1rem;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}

    .dl-horizontal:after {
        display: table;
        clear: both;
        content: "";
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #818a91;
}

    .blockquote-footer:before {
        content: "\2014 \00A0";
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0;
}

    .blockquote-reverse .blockquote-footer:before {
        content: "";
    }

    .blockquote-reverse .blockquote-footer:after {
        content: "\00A0 \2014";
    }

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: .3rem;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: .25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem;
}

code, kbd {
    padding: .2rem .4rem;
    font-size: 90%;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.5;
    color: #373a3c;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}

    .container:after {
        display: table;
        clear: both;
        content: "";
    }

@media (min-width:544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid:after {
        display: table;
        clear: both;
        content: "";
    }

.row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

    .row:after {
        display: table;
        clear: both;
        content: "";
    }

.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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .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 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.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.333333%;
}

.col-xs-2 {
    width: 16.666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-5 {
    width: 41.666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333%;
}

.col-xs-8 {
    width: 66.666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.333333%;
}

.col-xs-11 {
    width: 91.666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.333333%;
}

.col-xs-pull-2 {
    right: 16.666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.333333%;
}

.col-xs-pull-5 {
    right: 41.666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.333333%;
}

.col-xs-pull-8 {
    right: 66.666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.333333%;
}

.col-xs-pull-11 {
    right: 91.666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.333333%;
}

.col-xs-push-2 {
    left: 16.666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.333333%;
}

.col-xs-push-5 {
    left: 41.666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.333333%;
}

.col-xs-push-8 {
    left: 66.666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.333333%;
}

.col-xs-push-11 {
    left: 91.666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.333333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333333%;
}

.col-xs-offset-5 {
    margin-left: 41.666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333333%;
}

.col-xs-offset-8 {
    margin-left: 66.666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333333%;
}

.col-xs-offset-11 {
    margin-left: 91.666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:544px) {
    .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.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.333333%;
    }

    .col-sm-pull-2 {
        right: 16.666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.333333%;
    }

    .col-sm-pull-5 {
        right: 41.666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333%;
    }

    .col-sm-pull-8 {
        right: 66.666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.333333%;
    }

    .col-sm-pull-11 {
        right: 91.666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.333333%;
    }

    .col-sm-push-2 {
        left: 16.666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.333333%;
    }

    .col-sm-push-5 {
        left: 41.666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333%;
    }

    .col-sm-push-8 {
        left: 66.666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.333333%;
    }

    .col-sm-push-11 {
        left: 91.666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:768px) {
    .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.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333%;
    }

    .col-md-pull-2 {
        right: 16.666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.333333%;
    }

    .col-md-pull-5 {
        right: 41.666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333%;
    }

    .col-md-pull-8 {
        right: 66.666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.333333%;
    }

    .col-md-pull-11 {
        right: 91.666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333%;
    }

    .col-md-push-2 {
        left: 16.666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.333333%;
    }

    .col-md-push-5 {
        left: 41.666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333%;
    }

    .col-md-push-8 {
        left: 66.666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.333333%;
    }

    .col-md-push-11 {
        left: 91.666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .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.333333%;
    }

    .col-lg-2 {
        width: 16.666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333%;
    }

    .col-lg-pull-2 {
        right: 16.666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.333333%;
    }

    .col-lg-pull-5 {
        right: 41.666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333%;
    }

    .col-lg-pull-8 {
        right: 66.666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.333333%;
    }

    .col-lg-pull-11 {
        right: 91.666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333%;
    }

    .col-lg-push-2 {
        left: 16.666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.333333%;
    }

    .col-lg-push-5 {
        left: 41.666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333%;
    }

    .col-lg-push-8 {
        left: 66.666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.333333%;
    }

    .col-lg-push-11 {
        left: 91.666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.333333%;
    }

    .col-xl-pull-2 {
        right: 16.666667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.333333%;
    }

    .col-xl-pull-5 {
        right: 41.666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.333333%;
    }

    .col-xl-pull-8 {
        right: 66.666667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.333333%;
    }

    .col-xl-pull-11 {
        right: 91.666667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.333333%;
    }

    .col-xl-push-2 {
        left: 16.666667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.333333%;
    }

    .col-xl-push-5 {
        left: 41.666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.333333%;
    }

    .col-xl-push-8 {
        left: 66.666667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.333333%;
    }

    .col-xl-push-11 {
        left: 91.666667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table td, .table th {
        padding: .75rem;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #eceeef;
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-active, .table-active > td, .table-active > th, .table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #e8e8e8;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #dff0d8;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #d9edf7;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

    .table-inverse.table-bordered {
        border: 0;
    }

    .table-inverse td, .table-inverse th, .table-inverse thead th {
        border-color: #55595c;
    }

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow td, .table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

    .table-reflow td:last-child, .table-reflow th:last-child {
        border-right: 1px solid #eceeef;
    }

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

    .table-reflow tr td, .table-reflow tr th {
        display: block !important;
        border: 1px solid #eceeef;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #eceeef;
        opacity: 1;
    }

    .form-control:disabled {
        cursor: not-allowed;
    }

.form-control-file, .form-control-range {
    display: block;
}

.form-control-label {
    padding: .375rem .75rem;
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 2.25rem;
    }

    .input-group-sm input[type=date].form-control, .input-group-sm input[type=datetime-local].form-control, .input-group-sm input[type=month].form-control, .input-group-sm input[type=time].form-control, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 1.8625rem;
    }

    .input-group-lg input[type=date].form-control, .input-group-lg input[type=datetime-local].form-control, .input-group-lg input[type=month].form-control, .input-group-lg input[type=time].form-control, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 3.166667rem;
    }
}

.form-control-static {
    min-height: 2.25rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
}

    .form-control-static.form-control-lg, .form-control-static.form-control-sm, .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, .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;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    border-radius: .3rem;
}

.form-group {
    margin-bottom: 1rem;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-bottom: .75rem;
}

    .checkbox label, .radio label {
        padding-left: 1.25rem;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

        .checkbox label input:only-child, .radio label input:only-child {
            position: static;
        }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-top: .25rem;
        margin-left: -1.25rem;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -.25rem;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: .75rem;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, input[type=checkbox].disabled, input[type=checkbox]:disabled, input[type=radio].disabled, input[type=radio]:disabled {
        cursor: not-allowed;
    }

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.4625rem 1.4625rem;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .form-control-label, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label, .has-success .text-help {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    background-color: #eaf6ea;
    border-color: #5cb85c;
}

.has-success .form-control-feedback {
    color: #5cb85c;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .form-control-label, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label, .has-warning .text-help {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #f0ad4e;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .checkbox, .has-danger .checkbox-inline, .has-danger.checkbox-inline label, .has-danger.checkbox label, .has-danger .form-control-label, .has-danger .radio, .has-danger .radio-inline, .has-danger.radio-inline label, .has-danger.radio label, .has-danger .text-help {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .input-group-addon {
    color: #d9534f;
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.has-danger .form-control-feedback {
    color: #d9534f;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width:544px) {
    .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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
    }

    .btn.disabled, .btn:disabled {
        cursor: not-allowed;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b;
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #014682;
            border-color: #01315a;
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
        background-color: #0275d8;
        border-color: #0275d8;
    }

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
        color: #373a3c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
            color: #373a3c;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
        background-color: #fff;
        border-color: #ccc;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info.focus, .btn-info:focus, .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1f7e9a;
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success.focus, .btn-success:focus, .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #2d672d;
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #b06d0f;
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a;
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #c12e2a;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #8b211e;
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
        background-color: #d9534f;
        border-color: #d9534f;
    }

.btn-primary-outline {
    color: #0275d8;
    background-color: transparent;
    background-image: none;
    border-color: #0275d8;
}

    .btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:hover, .open > .btn-primary-outline.dropdown-toggle {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary-outline.disabled.focus, .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled:hover {
        border-color: #43a7fd;
    }

.btn-secondary-outline {
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
}

    .btn-secondary-outline.active, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline:focus, .btn-secondary-outline:hover, .open > .btn-secondary-outline.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-secondary-outline.disabled.focus, .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled:hover {
        border-color: #fff;
    }

.btn-info-outline {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

    .btn-info-outline.active, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline:focus, .btn-info-outline:hover, .open > .btn-info-outline.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info-outline.disabled.focus, .btn-info-outline.disabled:focus, .btn-info-outline.disabled:hover, .btn-info-outline:disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled:hover {
        border-color: #b0e1ef;
    }

.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

    .btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .btn-success-outline:hover, .open > .btn-success-outline.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success-outline.disabled.focus, .btn-success-outline.disabled:focus, .btn-success-outline.disabled:hover, .btn-success-outline:disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled:hover {
        border-color: #a3d7a3;
    }

.btn-warning-outline {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

    .btn-warning-outline.active, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline:focus, .btn-warning-outline:hover, .open > .btn-warning-outline.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning-outline.disabled.focus, .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled:hover {
        border-color: #f8d9ac;
    }

.btn-danger-outline {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
}

    .btn-danger-outline.active, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline:focus, .btn-danger-outline:hover, .open > .btn-danger-outline.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger-outline.disabled.focus, .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled:hover {
        border-color: #eba5a3;
    }

.btn-link {
    font-weight: 400;
    color: #0275d8;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #014c8c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled:focus, .btn-link:disabled:hover {
                color: #818a91;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height;
    transition-property: height;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid;
}

.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: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2b2d2f;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0275d8;
        outline: 0;
    }

    .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
        color: #818a91;
    }

        .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
            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: .875rem;
    line-height: 1.5;
    color: #818a91;
    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: .3em solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            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:after {
        display: table;
        clear: both;
        content: "";
    }

    .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-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn .caret {
    margin-left: 0;
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 .3em .3em;
}

.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:after {
        display: table;
        clear: both;
        content: "";
    }

    .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-right-radius: .25rem;
        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-left-radius: .25rem;
    }

    .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;
    }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
            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: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: .275rem .75rem;
        font-size: .875rem;
        border-radius: .2rem;
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: .75rem 1.25rem;
        font-size: 1.25rem;
        border-radius: .3rem;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 3;
        }

        .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;
        }

            .input-group-btn:last-child > .btn-group:active, .input-group-btn:last-child > .btn-group:focus, .input-group-btn:last-child > .btn-group:hover, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:hover {
                z-index: 3;
            }

.c-input {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    color: #555;
    cursor: pointer;
}

    .c-input > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .c-input > input:checked ~ .c-indicator {
            color: #fff;
            background-color: #0074d9;
        }

        .c-input > input:focus ~ .c-indicator {
            box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
        }

        .c-input > input:active ~ .c-indicator {
            color: #fff;
            background-color: #84c6ff;
        }

    .c-input + .c-input {
        margin-left: 1rem;
    }

.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 65%;
    line-height: 1rem;
    color: #eee;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}

.c-checkbox .c-indicator {
    border-radius: .25rem;
}

.c-checkbox input:checked ~ .c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate ~ .c-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
    border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
    display: inline-block;
    margin-right: 10px;
}

    .c-inputs-stacked .c-input:after {
        display: block;
        margin-bottom: .25rem;
        content: "";
    }

    .c-inputs-stacked .c-input + .c-input {
        margin-left: 0;
    }

.c-select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
    background-image: none\9;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
}

    .c-select:focus {
        border-color: #51a7e8;
        outline: none;
    }

    .c-select::-ms-expand {
        opacity: 0;
    }

.c-select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

    .c-select-sm:not([multiple]) {
        height: 26px;
        min-height: 26px;
    }

.file {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    cursor: pointer;
}

    .file input {
        min-width: 14rem;
        margin: 0;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

    .file-custom:after {
        content: "Choose file...";
    }

    .file-custom:before {
        position: absolute;
        top: -.075rem;
        right: -.075rem;
        bottom: -.075rem;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: .5rem 1rem;
        line-height: 1.5;
        color: #555;
        content: "Browse";
        background-color: #eee;
        border: 1px solid #ddd;
        border-radius: 0 .25rem .25rem 0;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #818a91;
    }

        .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
            color: #818a91;
            cursor: not-allowed;
            background-color: transparent;
        }

.nav-inline .nav-item {
    display: inline-block;
}

    .nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
        margin-left: 1rem;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs:after {
        display: table;
        clear: both;
        content: "";
    }

    .nav-tabs .nav-item {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs .nav-item + .nav-item {
            margin-left: .2rem;
        }

    .nav-tabs .nav-link {
        display: block;
        padding: .5em 1em;
        border: 1px solid transparent;
        border-radius: .25rem .25rem 0 0;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #eceeef #eceeef #ddd;
        }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
            color: #818a91;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
            color: #55595c;
            background-color: #fff;
            border-color: #ddd #ddd transparent;
        }

.nav-pills:after {
    display: table;
    clear: both;
    content: "";
}

.nav-pills .nav-item {
    float: left;
}

    .nav-pills .nav-item + .nav-item {
        margin-left: .2rem;
    }

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem;
}

    .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
        color: #fff;
        cursor: default;
        background-color: #0275d8;
    }

.nav-stacked .nav-item {
    display: block;
    float: none;
}

    .nav-stacked .nav-item + .nav-item {
        margin-top: .2rem;
        margin-left: 0;
    }

.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;
}

.navbar {
    position: relative;
    padding: .5rem 1rem;
}

    .navbar:after {
        display: table;
        clear: both;
        content: "";
    }

@media (min-width:544px) {
    .navbar {
        border-radius: .25rem;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width:544px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:544px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width:544px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

    .navbar-divider:before {
        content: "\00a0";
    }

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

@media (min-width:544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

    .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
        margin-left: 1rem;
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .3);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .6);
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
        color: rgba(0, 0, 0, .8);
    }

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0, 0%, 100%, .75);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
        color: #fff;
    }

.navbar-dark .navbar-divider {
    background-color: hsla(0, 0%, 100%, .075);
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
}

.card-block {
    padding: 1.25rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: .25rem .25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 .25rem .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

    .card-header:first-child {
        border-radius: .25rem .25rem 0 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

    .card-footer:last-child {
        border-radius: 0 0 .25rem .25rem;
    }

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-primary-outline {
    background-color: transparent;
    border-color: #0275d8;
}

.card-secondary-outline {
    background-color: transparent;
    border-color: #ccc;
}

.card-info-outline {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-success-outline {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-warning-outline {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-danger-outline {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse .card-footer, .card-inverse .card-header {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff;
}

    .card-inverse .card-blockquote > footer, .card-inverse .card-link, .card-inverse .card-text {
        color: hsla(0, 0%, 100%, .65);
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff;
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: .25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-radius: .25rem .25rem 0 0;
}

.card-img-bottom {
    border-radius: 0 0 .25rem .25rem;
}

@media (min-width:544px) {
    .card-deck {
        display: table;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

        .card-deck .card {
            display: table-cell;
            width: 1%;
            vertical-align: top;
        }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width:544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .card-group .card {
            display: table-cell;
            vertical-align: top;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                border-radius: 0;
            }
}

@media (min-width:544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem;
}

    .breadcrumb:after {
        display: table;
        clear: both;
        content: "";
    }

    .breadcrumb > li {
        float: left;
    }

        .breadcrumb > li + li:before {
            padding-right: .5rem;
            padding-left: .5rem;
            color: #818a91;
            content: "/";
        }

    .breadcrumb > .active {
        color: #818a91;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.page-item {
    display: inline;
}

    .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
        color: #818a91;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #014c8c;
        background-color: #eceeef;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.333333;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.pager {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
}

    .pager:after {
        display: table;
        clear: both;
        content: "";
    }

    .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:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eceeef;
            }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #818a91;
        cursor: not-allowed;
        background-color: #fff;
    }

.pager-next > a, .pager-next > span {
    float: right;
}

.pager-prev > a, .pager-prev > span {
    float: left;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.label-default {
    background-color: #818a91;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #687077;
    }

.label-primary {
    background-color: #0275d8;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #025aa5;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem;
}

@media (min-width:544px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

    .alert-success hr {
        border-top-color: #c1e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

    .alert-info hr {
        border-top-color: #a6d5ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

    .alert-warning hr {
        border-top-color: #f7ecb5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}

    .alert-danger hr {
        border-top-color: #e4b9b9;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes a {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes a {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

    .progress[value] {
        -webkit-appearance: none;
        color: #0074d9;
        border: 0;
        -moz-appearance: none;
        appearance: none;
    }

        .progress[value]::-webkit-progress-bar {
            background-color: #eee;
            border-radius: .25rem;
        }

        .progress[value]::-webkit-progress-value:before {
            content: attr(value);
        }

        .progress[value]::-webkit-progress-value {
            background-color: #0074d9;
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

    .progress[value="100"]::-webkit-progress-value {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

@media screen and (min-width:0\0) {
    .progress {
        background-color: #eee;
        border-radius: .25rem;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }

    .progress[width="100%"] {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width:0\0) {
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
        background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: a 2s linear infinite;
}

@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: a 2s linear infinite;
        animation: a 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.list-group-flush .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

a.list-group-item, button.list-group-item {
    width: 100%;
    color: #555;
    text-align: inherit;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #818a91;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

    .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: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, .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 {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #a8d6fe;
    }

.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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        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;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9 {
    padding-bottom: 42.857143%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal, .modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(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 rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:after {
        display: table;
        clear: both;
        content: "";
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:after {
        display: table;
        clear: both;
        content: "";
    }

    .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:544px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:768px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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;
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        opacity: .9;
    }

    .tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
        padding: 5px 0;
        margin-top: -3px;
    }

        .tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 5px 5px 0;
            border-top-color: #000;
        }

    .tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
        padding: 0 5px;
        margin-left: 3px;
    }

        .tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #000;
        }

    .tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

        .tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #000;
        }

    .tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
        padding: 0 5px;
        margin-left: -3px;
    }

        .tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
            top: 50%;
            right: 0;
            margin-top: -5px;
            border-width: 5px 0 5px 5px;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.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: block;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    line-break: auto;
}

    .popover.bs-tether-element-attached-bottom, .popover.popover-top {
        margin-top: -10px;
    }

        .popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: rgba(0, 0, 0, .25);
            border-bottom-width: 0;
        }

            .popover.bs-tether-element-attached-bottom .popover-arrow:after, .popover.popover-top .popover-arrow:after {
                bottom: 1px;
                margin-left: -10px;
                content: "";
                border-top-color: #fff;
                border-bottom-width: 0;
            }

    .popover.bs-tether-element-attached-left, .popover.popover-right {
        margin-left: 10px;
    }

        .popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0, 0, 0, .25);
            border-left-width: 0;
        }

            .popover.bs-tether-element-attached-left .popover-arrow:after, .popover.popover-right .popover-arrow:after {
                bottom: -10px;
                left: 1px;
                content: "";
                border-right-color: #fff;
                border-left-width: 0;
            }

    .popover.bs-tether-element-attached-top, .popover.popover-bottom {
        margin-top: 10px;
    }

        .popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: rgba(0, 0, 0, .25);
        }

            .popover.bs-tether-element-attached-top .popover-arrow:after, .popover.popover-bottom .popover-arrow:after {
                top: 1px;
                margin-left: -10px;
                content: "";
                border-top-width: 0;
                border-bottom-color: #fff;
            }

    .popover.bs-tether-element-attached-right, .popover.popover-left {
        margin-left: -10px;
    }

        .popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: rgba(0, 0, 0, .25);
        }

            .popover.bs-tether-element-attached-right .popover-arrow:after, .popover.popover-left .popover-arrow:after {
                right: 1px;
                bottom: -10px;
                content: "";
                border-right-width: 0;
                border-left-color: #fff;
            }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -.7rem -.7rem 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover-arrow, .popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-arrow {
    border-width: 11px;
}

    .popover-arrow:after {
        content: "";
        border-width: 10px;
    }

.carousel, .carousel-inner {
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .carousel-item {
        position: relative;
        display: none;
        -webkit-transition: left .6s ease-in-out;
        transition: left .6s ease-in-out;
    }

        .carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
            line-height: 1;
        }

@media (-webkit-transform-3d), all and (transform-3d) {
    .carousel-inner > .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
                left: 0;
                -webkit-transform: translateZ(0);
                transform: translateZ(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, .6);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
        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, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .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: transparent;
        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, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media (min-width:544px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width:544px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .pull-xl-left {
        float: left !important;
    }

    .pull-xl-right {
        float: right !important;
    }

    .pull-xl-none {
        float: none !important;
    }
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width:544px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #818a91;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f;
}

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0, .m-x-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1, .m-x-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2, .m-x-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3, .m-x-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0, .p-x-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1, .p-x-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2, .p-x-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3, .p-x-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width:543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width:544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down, .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;
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 12px;
    background: #fff;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: #29d;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    overflow: hidden;
}

.pace .pace-activity {
    position: fixed;
    top: 0;
    right: -32px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
    background-size: 32px 32px;
    -webkit-animation: b .5s linear infinite;
    animation: b .5s linear infinite;
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    to {
        -webkit-transform: translate(-32px);
        transform: translate(-32px);
    }
}

@keyframes b {
    0% {
        transform: none;
    }

    to {
        transform: translate(-32px);
    }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont5b62.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont5b62.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont5b62.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont5b62.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: c 2s infinite linear;
    animation: c 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: c 1s infinite steps(8);
    animation: c 1s infinite steps(8);
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before, .fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.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;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */ .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes d {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes d {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: d;
    animation-name: d;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes e {
    0%, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes e {
    0%, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: e;
    animation-name: e;
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes f {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: f;
    animation-name: f;
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes g {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: g;
    animation-name: g;
}

@-webkit-keyframes h {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes h {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: h;
    animation-name: h;
}

@-webkit-keyframes i {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes i {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: i;
    animation-name: i;
}

@-webkit-keyframes j {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes j {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: j;
    animation-name: j;
}

@-webkit-keyframes k {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes k {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: k;
    animation-name: k;
}

@-webkit-keyframes l {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes l {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: l;
    animation-name: l;
}

@-webkit-keyframes m {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes m {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    -webkit-animation-name: m;
    animation-name: m;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes n {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes n {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-name: n;
    animation-name: n;
}

@-webkit-keyframes o {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes o {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: o;
    animation-name: o;
}

@-webkit-keyframes p {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes p {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: p;
    animation-name: p;
}

@-webkit-keyframes q {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes q {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: q;
    animation-name: q;
}

@-webkit-keyframes r {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes r {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInUp {
    -webkit-animation-name: r;
    animation-name: r;
}

@-webkit-keyframes s {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes s {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: s;
    animation-name: s;
}

@-webkit-keyframes t {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes t {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: t;
    animation-name: t;
}

@-webkit-keyframes u {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes u {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: u;
    animation-name: u;
}

@-webkit-keyframes v {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes v {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: v;
    animation-name: v;
}

@-webkit-keyframes w {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes w {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: w;
    animation-name: w;
}

@-webkit-keyframes x {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes x {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: x;
    animation-name: x;
}

@-webkit-keyframes y {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes y {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: y;
    animation-name: y;
}

@-webkit-keyframes z {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes z {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: z;
    animation-name: z;
}

@-webkit-keyframes A {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes A {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: A;
    animation-name: A;
}

@-webkit-keyframes B {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes B {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: B;
    animation-name: B;
}

@-webkit-keyframes C {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes C {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: C;
    animation-name: C;
}

@-webkit-keyframes D {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes D {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: D;
    animation-name: D;
}

@-webkit-keyframes E {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes E {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: E;
    animation-name: E;
}

@-webkit-keyframes F {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes F {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: F;
    animation-name: F;
}

@-webkit-keyframes G {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes G {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: G;
    animation-name: G;
}

@-webkit-keyframes H {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes H {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: H;
    animation-name: H;
}

@-webkit-keyframes I {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes I {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: I;
    animation-name: I;
}

@-webkit-keyframes J {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes J {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: J;
    animation-name: J;
}

@-webkit-keyframes K {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes K {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: K;
    animation-name: K;
}

@-webkit-keyframes L {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes L {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: L;
    animation-name: L;
}

@-webkit-keyframes M {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes M {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: M;
    animation-name: M;
}

@-webkit-keyframes N {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes N {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: N;
    animation-name: N;
}

@-webkit-keyframes O {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes O {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: O;
    animation-name: O;
}

@-webkit-keyframes P {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes P {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: P;
    animation-name: P;
}

@-webkit-keyframes Q {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes Q {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: Q;
    animation-name: Q;
}

@-webkit-keyframes R {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes R {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: R;
    animation-name: R;
}

@-webkit-keyframes S {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes S {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: S;
    animation-name: S;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes T {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes T {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: T;
    animation-name: T;
}

@-webkit-keyframes U {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes U {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: U;
    animation-name: U;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes V {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes V {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: V;
    animation-name: V;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes W {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes W {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: W;
    animation-name: W;
}

@-webkit-keyframes X {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes X {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: X;
    animation-name: X;
}

@-webkit-keyframes Y {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes Y {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: Y;
    animation-name: Y;
}

@-webkit-keyframes Z {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes Z {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: Z;
    animation-name: Z;
}

@-webkit-keyframes ab {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes ab {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: ab;
    animation-name: ab;
}

@-webkit-keyframes bb {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes bb {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: bb;
    animation-name: bb;
}

@-webkit-keyframes cb {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes cb {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: cb;
    animation-name: cb;
}

@-webkit-keyframes db {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes db {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: db;
    animation-name: db;
}

@-webkit-keyframes eb {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes eb {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: eb;
    animation-name: eb;
}

@-webkit-keyframes fb {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes fb {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: fb;
    animation-name: fb;
}

@-webkit-keyframes gb {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes gb {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: gb;
    animation-name: gb;
}

@-webkit-keyframes hb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes hb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: hb;
    animation-name: hb;
}

@-webkit-keyframes ib {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes ib {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: ib;
    animation-name: ib;
}

@-webkit-keyframes jb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes jb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: jb;
    animation-name: jb;
}

@-webkit-keyframes kb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes kb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: kb;
    animation-name: kb;
}

@-webkit-keyframes lb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes lb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: lb;
    animation-name: lb;
}

@-webkit-keyframes mb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes mb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: mb;
    animation-name: mb;
}

@-webkit-keyframes nb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes nb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: nb;
    animation-name: nb;
}

@-webkit-keyframes ob {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes ob {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: ob;
    animation-name: ob;
}

@-webkit-keyframes pb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes pb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: pb;
    animation-name: pb;
}

@-webkit-keyframes qb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes qb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: qb;
    animation-name: qb;
}

@-webkit-keyframes rb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes rb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: rb;
    animation-name: rb;
}

@-webkit-keyframes sb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes sb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: sb;
    animation-name: sb;
}

@-webkit-keyframes tb {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes tb {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: tb;
    animation-name: tb;
}

@-webkit-keyframes ub {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes ub {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: ub;
    animation-name: ub;
}

@-webkit-keyframes vb {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes vb {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: vb;
    animation-name: vb;
}

@-webkit-keyframes wb {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wb {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInUp {
    -webkit-animation-name: wb;
    animation-name: wb;
}

@-webkit-keyframes xb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes xb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: xb;
    animation-name: xb;
}

@-webkit-keyframes yb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes yb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: yb;
    animation-name: yb;
}

@-webkit-keyframes zb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes zb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: zb;
    animation-name: zb;
}

@-webkit-keyframes Ab {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes Ab {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: Ab;
    animation-name: Ab;
}

@font-face {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/material/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/material/MaterialIcons-Regular.woff) format("woff"), url(../fonts/material/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: Material Icons;
    width: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.btn-sm:not(.btn-icon) > .material-icons {
    line-height: 21px !important;
}

::-moz-selection {
    color: #fff;
    background: #4c7ff0;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #4c7ff0;
    text-shadow: none;
}

.pace {
    background-color: transparent;
}

    .pace, .pace .pace-progress {
        height: 2px;
    }

        .pace .pace-progress {
            background-color: #7fc35c;
        }

        .pace .pace-activity {
            background-image: none;
        }

body, html {
    width: 100%;
    /*height:100%;*/
    min-height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .8125rem;
    color: rgba(0, 0, 0, .7);
    background-color: #eaeef3;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.app {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    /*	background:#f7f0f0;*/
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .app:not(.layout-static) {
        max-height: 100%;
        height: 100%;
    }

a {
    color: inherit;
}

    a, a:focus, a:hover {
        text-decoration: none;
    }

        a:focus, a:hover {
            cursor: pointer;
            outline: 0;
        }

.touch a:focus, .touch a:hover, .touch li:focus, .touch li:hover {
    background-color: transparent !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
}

.bold, dt {
    font-weight: 600;
}

.small, small {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

b, strong {
    font-weight: 500;
}

.pullquote {
    font-size: 1.6rem;
    font-style: italic;
    display: block;
    width: 55%;
    float: left;
}

    .pullquote:before {
        font-family: Georgia, serif;
        font-size: 2.5rem;
        font-style: normal;
        float: left;
        content: '“';
        color: #e2e4e9;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

ol.list-style-none, ul.list-style-none {
    padding: 0;
    list-style: none;
}

code {
    color: rgba(0, 0, 0, .7);
    background-color: #e8e8e8;
}

.avatar {
    position: relative;
    display: inline-block;
}

.img-thumbnail {
    border-color: rgba(0, 0, 0, .1);
}

.img-rounded {
    border-radius: .125rem;
}

.avatar-xlg {
    width: 32rem;
    width: 16rem;
}

.avatar-lg {
    width: 8rem;
}

.avatar-md {
    width: 4rem;
}

.avatar-sm {
    width: 3rem;
}

.avatar-xs {
    width: 2.125rem;
}

.avatar-xxs {
    width: 1.375rem;
}

.sidebar-panel {
    position: static;
    z-index: 60;
    top: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .075);
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    -webkit-transition: width .3s cubic-bezier(.7, 0, .3, 1);
    transition: width .3s cubic-bezier(.7, 0, .3, 1);
}

    .sidebar-panel .brand {
        z-index: 1;
    }

    .sidebar-panel .expanding-visible {
        display: none !important;
        visibility: hidden;
    }

    .sidebar-panel .nav-title {
        font-size: 11px;
        position: relative;
        display: table;
        clear: both;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: .5125rem 1.5rem;
        white-space: nowrap;
        letter-spacing: .01rem;
    }

    .sidebar-panel .nav-profile {
        position: relative;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .sidebar-panel .nav-profile .dropdown-menu, .sidebar-panel .nav-profile .uib-dropdown-menu {
            left: 50%;
            width: 90%;
            -webkit-transform: translate(-50%);
            transform: translate(-50%);
            background: #f7f0f0;
            box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .1);
        }

            .sidebar-panel .nav-profile .dropdown-menu a, .sidebar-panel .nav-profile .uib-dropdown-menu a {
                padding: 3px 1.25rem;
            }

        .sidebar-panel .nav-profile > a:focus {
            background-color: transparent;
        }

        .sidebar-panel .nav-profile a.dropdown-toggle {
            position: relative;
            display: inline-block;
            width: 100%;
            padding: .5125rem 1.5rem;
        }

            .sidebar-panel .nav-profile a.dropdown-toggle:after {
                font-family: Material Icons;
                font-size: 24px;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                position: absolute;
                top: 50%;
                display: block;
                width: auto;
                height: auto;
                margin-top: -12px;
                margin-right: 0;
                margin-left: 0;
                content: 'arrow_drop_down';
                vertical-align: bottom;
                white-space: nowrap;
                letter-spacing: normal;
                text-transform: none;
                word-wrap: normal;
                border: 0;
                right: 1.5rem;
                direction: ltr;
                -webkit-font-smoothing: antialiased;
                text-rendering: optimizeLegibility;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-feature-settings: 'liga';
                font-feature-settings: 'liga';
            }

            .sidebar-panel .nav-profile a.dropdown-toggle .user-image {
                padding-right: .5rem;
            }

                .sidebar-panel .nav-profile a.dropdown-toggle .user-image .avatar {
                    width: 2.8rem;
                }

            .sidebar-panel .nav-profile a.dropdown-toggle .user-image, .sidebar-panel .nav-profile a.dropdown-toggle .user-info {
                display: inline-block;
            }

                .sidebar-panel .nav-profile a.dropdown-toggle .user-info small {
                    display: block;
                }

            .sidebar-panel .nav-profile a.dropdown-toggle .user-info {
                float: none !important;
                overflow: hidden;
                white-space: nowrap;
            }

            .sidebar-panel .nav-profile a.dropdown-toggle > * {
                display: table-cell;
                vertical-align: middle;
            }

    .sidebar-panel > nav {
        position: relative;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        overflow-y: overlay;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-overflow-scrolling: touch;
        margin-right: -35px;
        padding-right: 35px;
    }

        .sidebar-panel > nav ul {
            margin-bottom: 5px;
            padding: 0;
            list-style: none;
        }

            .sidebar-panel > nav .menu-link, .sidebar-panel > nav ul > li > a {
                display: block;
                clear: both;
                overflow: hidden;
                white-space: nowrap;
                -webkit-transition: background .2s, color .2s;
                transition: background .2s, color .2s;
            }

                .sidebar-panel > nav .menu-link > span, .sidebar-panel > nav ul > li > a > span {
                    display: inline-block;
                }

                .sidebar-panel > nav .menu-link > .material-icons, .sidebar-panel > nav ul > li > a > .material-icons {
                    line-height: 1;
                    text-align: center;
                    margin-right: .5em;
                }

        .sidebar-panel > nav .nav-profile .dropdown-toggle:after, .sidebar-panel > nav .user-image, .sidebar-panel > nav .user-info {
            display: inline-block;
            vertical-align: middle;
        }

        .sidebar-panel > nav .user-info {
            padding-left: 1rem;
        }

            .sidebar-panel > nav .user-info small {
                display: block;
            }

        .sidebar-panel > nav .badge {
            font-size: 10px;
            padding: 0 .3rem;
            color: inherit;
            border: 1px solid rgba(0, 0, 0, .5);
            background-color: transparent;
            border-radius: .5125rem;
        }

        .sidebar-panel > nav li ul.sub-menu li a {
            padding: .5125rem 1.5rem .5125rem 4.01rem;
        }

        .sidebar-panel > nav .menu-caret {
            display: inline-block;
            -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
            transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
            transition: transform .2s cubic-bezier(.7, 0, .3, 1);
            transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
            float: right;
            margin-left: .3125rem;
        }

        .sidebar-panel > nav ul.nav > li {
            position: relative;
            display: block;
        }

            .sidebar-panel > nav ul.nav > li > a:focus {
                background-color: transparent;
            }

            .sidebar-panel > nav ul.nav > li a {
                position: relative;
                display: block;
                clear: both;
                padding: .5125rem 1.5rem;
            }

                .sidebar-panel > nav ul.nav > li a > * {
                    vertical-align: middle;
                }

            .sidebar-panel > nav ul.nav > li > ul {
                margin: 0;
                padding: 0;
            }

            .sidebar-panel > nav ul.nav > li ul {
                overflow: hidden;
                max-height: 0;
                -webkit-transition: .5s cubic-bezier(.35, 0, .25, 1);
                transition: .5s cubic-bezier(.35, 0, .25, 1);
                -webkit-transition-property: max-height;
                transition-property: max-height;
            }

            .sidebar-panel > nav ul.nav > li.open > a > .menu-caret, .sidebar-panel > nav ul.nav > li li.open > a > .menu-caret {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

            .sidebar-panel > nav ul.nav > li.open > ul, .sidebar-panel > nav ul.nav > li li.open > ul {
                max-height: 1000px;
            }

            .sidebar-panel > nav ul.nav > li.open {
                background-color: rgba(0, 0, 0, .05);
            }

            .sidebar-panel > nav ul.nav > li .sub-menu {
                position: relative;
                z-index: 1;
                overflow: hidden;
            }

            .sidebar-panel > nav ul.nav > li > .sub-menu .sub-menu {
                padding-left: 1.5rem;
            }

@media (min-width:992px) {
    .sidebar-panel {
        z-index: 1030;
        width: 18rem;
    }

        .sidebar-panel > .brand, .sidebar-panel > .nav-profile, .sidebar-panel > nav {
            min-width: 18rem;
        }

    .expanding .sidebar-panel {
        position: fixed;
    }

    .expanding .main-panel {
        margin-left: 4rem;
    }

    .expanding .sidebar-panel:not(:hover) {
        width: 4rem;
    }

        .expanding .sidebar-panel:not(:hover) > .brand, .expanding .sidebar-panel:not(:hover) > .nav-profile, .expanding .sidebar-panel:not(:hover) > nav {
            min-width: 4rem;
        }

        .expanding .sidebar-panel:not(:hover) > .brand {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

            .expanding .sidebar-panel:not(:hover) > .brand .brand-logo {
                padding-top: 8px;
                padding-bottom: 8px;
            }

                .expanding .sidebar-panel:not(:hover) > .brand .brand-logo img {
                    max-height: 40px;
                }

        .expanding .sidebar-panel:not(:hover) .nav-profile > a {
            padding-right: 0;
            padding-left: 0;
        }

            .expanding .sidebar-panel:not(:hover) .nav-profile > a.dropdown-toggle:after {
                display: none;
                visibility: hidden;
            }

        .expanding .sidebar-panel:not(:hover) .nav-profile .user-image {
            display: block !important;
            padding-right: 0 !important;
            padding-left: 0;
            text-align: center;
        }

        .expanding .sidebar-panel:not(:hover) .nav-profile .dropdown-menu {
            display: none;
        }

        .expanding .sidebar-panel:not(:hover) .nav-title, .expanding .sidebar-panel:not(:hover) .small-menu-hidden {
            opacity: 0;
        }

        .expanding .sidebar-panel:not(:hover) .expanding-visible {
            display: block !important;
            visibility: visible;
        }

        .expanding .sidebar-panel:not(:hover) .expanding-hidden, .expanding .sidebar-panel:not(:hover) .sub-menu {
            display: none !important;
            visibility: hidden;
        }

        .expanding .sidebar-panel:not(:hover) > nav > ul > li > a {
            padding-right: 0;
            padding-left: 0;
        }

            .expanding .sidebar-panel:not(:hover) > nav > ul > li > a > span {
                display: none;
            }

        .expanding .sidebar-panel:not(:hover) > nav > ul > li .material-icons {
            width: 100%;
            padding: 0;
        }
}

@media (max-width:991px) {
    .sidebar-panel {
        position: absolute;
    }
}

.sidebar-panel, .sidebar-panel > .brand {
    background-color: #fff;
}

    .sidebar-panel > .brand > a {
        color: rgba(0, 0, 0, .7);
    }

        .sidebar-panel > .brand > a:focus, .sidebar-panel > .brand > a:hover {
            color: hsla(0, 0%, 5%, .7);
        }

    .sidebar-panel .nav-profile > .dropdown-toggle, .sidebar-panel .nav-title {
        color: rgba(0, 0, 0, .7);
    }

    .sidebar-panel > nav > ul > li.open > a:hover, .sidebar-panel > nav > ul > li > a:hover {
        background-color: #f7f7f7;
    }

    .sidebar-panel > nav li.active > a, .sidebar-panel > nav li.open > a {
        color: #000;
    }

    .sidebar-panel > nav > ul > li.open:before {
        position: absolute;
        z-index: 99;
        top: 0;
        width: 4px;
        height: 100%;
        content: '';
        background: #4c7ff0;
        left: 0;
    }

    .sidebar-panel > nav a {
        color: rgba(0, 0, 0, .7);
    }

        .sidebar-panel > nav a:focus, .sidebar-panel > nav a:hover {
            color: #000 !important;
        }

.main-panel > .header, .main-panel > .header-secondary {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0px 0px 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 0;
}

    .main-panel > .header-secondary .header-inner, .main-panel > .header .header-inner {
        box-sizing: border-box;
        width: 100%;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .main-panel > .header-secondary .navbar-item, .main-panel > .header .navbar-item {
        display: inline-block;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main-panel > .header-secondary .navbar-spacer-right, .main-panel > .header .navbar-spacer-right {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-transition: width .2s, -webkit-box-flex .2s;
        transition: width .2s, -webkit-box-flex .2s;
        transition: flex .2s, width .2s;
        transition: flex .2s, width .2s, -webkit-box-flex .2s, -ms-flex .2s;
    }

    .main-panel > .header-secondary .navbar-nav .nav-link, .main-panel > .header .navbar-nav .nav-link {
        line-height: 3.438rem;
        position: relative;
        /*	padding-top:0;*/
        padding-bottom: 0;
    }

        .main-panel > .header-secondary .navbar-nav .nav-link.dropdown > a, .main-panel > .header .navbar-nav .nav-link.dropdown > a {
            line-height: 3.438rem;
            display: inline-block;
        }

    .main-panel > .header-secondary .navbar-brand, .main-panel > .header .navbar-brand {
        padding-top: .7815rem;
        padding-bottom: .7815rem;
    }

    .main-panel > .header-secondary .navbar-text, .main-panel > .header .navbar-text {
        margin: 1.125rem 1rem;
    }

    .main-panel > .header-secondary .navbar-heading, .main-panel > .header .navbar-heading {
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 1rem;
    }

    .main-panel > .header-secondary .navbar-btn, .main-panel > .header .navbar-btn {
        margin-top: .6565rem;
        margin-bottom: .6565rem;
    }

    .main-panel > .header-secondary .btn-lg.navbar-btn, .main-panel > .header .btn-lg.navbar-btn {
        margin-top: .3125rem;
        margin-bottom: .3125rem;
    }

    .main-panel > .header-secondary .btn-sm.navbar-btn, .main-panel > .header .btn-sm.navbar-btn {
        margin-top: .7815rem;
        margin-bottom: .7815rem;
    }

    .main-panel > .header-secondary .btn-xs.navbar-btn, .main-panel > .header .btn-xs.navbar-btn {
        margin-top: 1.0315rem;
        margin-bottom: 1.0315rem;
    }

    .main-panel > .header-secondary .material-icons, .main-panel > .header .material-icons {
        line-height: 24px;
        vertical-align: middle;
    }

    .main-panel > .header-secondary .navbar-nav, .main-panel > .header .navbar-nav {
        margin: 0;
    }

        .main-panel > .header-secondary .navbar-nav > li > a, .main-panel > .header .navbar-nav > li > a {
            padding-top: 1.125rem;
            padding-bottom: 1.125rem;
        }

        .main-panel > .header-secondary .navbar-nav .dropdown-toggle, .main-panel > .header .navbar-nav .dropdown-toggle {
            position: relative;
        }

            .main-panel > .header-secondary .navbar-nav .dropdown-toggle > *, .main-panel > .header .navbar-nav .dropdown-toggle > * {
                vertical-align: middle;
            }

            .main-panel > .header-secondary .navbar-nav .dropdown-toggle > .label, .main-panel > .header .navbar-nav .dropdown-toggle > .label {
                border-radius: 50%;
            }

        .main-panel > .header-secondary .navbar-nav .dropdown-menu, .main-panel > .header .navbar-nav .dropdown-menu {
            min-width: auto;
            margin-top: -1px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
            box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .1);
        }

            .main-panel > .header-secondary .navbar-nav .dropdown-menu.notifications, .main-panel > .header .navbar-nav .dropdown-menu.notifications {
                min-width: 180px;
                padding-top: 0;
                padding-bottom: 0;
                margin-top: 0;
            }

                .main-panel > .header-secondary .navbar-nav .dropdown-menu.notifications .notification-footer, .main-panel > .header .navbar-nav .dropdown-menu.notifications .notification-footer {
                    background-color: #e8e8e8;
                }

                .main-panel > .header-secondary .navbar-nav .dropdown-menu.notifications .dropdown-item:hover, .main-panel > .header .navbar-nav .dropdown-menu.notifications .dropdown-item:hover {
                    background-color: transparent;
                }

    .main-panel > .header-secondary .navbar-search, .main-panel > .header .navbar-search {
        -webkit-transition: width .2s, -webkit-box-flex .2s;
        transition: width .2s, -webkit-box-flex .2s;
        transition: flex .2s, width .2s;
        transition: flex .2s, width .2s, -webkit-box-flex .2s, -ms-flex .2s;
    }

        .main-panel > .header-secondary .navbar-search .search-form, .main-panel > .header .navbar-search .search-form {
            background: rgba(0, 0, 0, .1);
            position: relative;
            border-radius: 2px;
            margin: .594rem 1rem;
            display: block;
        }

            .main-panel > .header-secondary .navbar-search .search-form .form-control, .main-panel > .header .navbar-search .search-form .form-control {
                font-size: .8125rem;
                padding: .535rem .75rem;
                z-index: 2;
                cursor: text;
                color: #fff;
                text-indent: 30px;
                border: none;
                background: transparent;
            }

            .main-panel > .header-secondary .navbar-search .search-form .material-icons, .main-panel > .header .navbar-search .search-form .material-icons {
                position: absolute;
                top: 50%;
                left: 10px;
                margin-top: -12px;
            }

    .main-panel > .header .dropdown-toggle:after {
        display: none;
    }

    .main-panel > .header-secondary .nav > li > a:focus, .main-panel > .header-secondary .nav > li > a:hover {
        color: inherit;
        background-color: transparent;
    }

@media (min-width:544px) {
    .main-panel > .header-secondary .search-focus-active .navbar-spacer-right, .main-panel > .header-secondary .search-focus .navbar-spacer-right, .main-panel > .header .search-focus-active .navbar-spacer-right, .main-panel > .header .search-focus .navbar-spacer-right {
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main-panel > .header-secondary .search-focus-active .navbar-search, .main-panel > .header-secondary .search-focus .navbar-search, .main-panel > .header .search-focus-active .navbar-search, .main-panel > .header .search-focus .navbar-search {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 1;
        flex-basis: 1;
    }

        .main-panel > .header-secondary .search-focus-active .navbar-search .search-form, .main-panel > .header-secondary .search-focus .navbar-search .search-form, .main-panel > .header .search-focus-active .navbar-search .search-form, .main-panel > .header .search-focus .navbar-search .search-form {
            background: #fff;
            box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
        }

        .main-panel > .header-secondary .search-focus-active .navbar-search .form-control, .main-panel > .header-secondary .search-focus .navbar-search .form-control, .main-panel > .header .search-focus-active .navbar-search .form-control, .main-panel > .header .search-focus .navbar-search .form-control {
            color: rgba(0, 0, 0, .7);
            background: transparent !important;
        }

            .main-panel > .header-secondary .search-focus-active .navbar-search .form-control:-moz-placeholder, .main-panel > .header-secondary .search-focus-active .navbar-search .form-control::-moz-placeholder, .main-panel > .header-secondary .search-focus .navbar-search .form-control:-moz-placeholder, .main-panel > .header-secondary .search-focus .navbar-search .form-control::-moz-placeholder, .main-panel > .header .search-focus-active .navbar-search .form-control:-moz-placeholder, .main-panel > .header .search-focus-active .navbar-search .form-control::-moz-placeholder, .main-panel > .header .search-focus .navbar-search .form-control:-moz-placeholder, .main-panel > .header .search-focus .navbar-search .form-control::-moz-placeholder {
                color: rgba(0, 0, 0, .7);
            }

            .main-panel > .header-secondary .search-focus-active .navbar-search .form-control:-ms-input-placeholder, .main-panel > .header-secondary .search-focus .navbar-search .form-control:-ms-input-placeholder, .main-panel > .header .search-focus-active .navbar-search .form-control:-ms-input-placeholder, .main-panel > .header .search-focus .navbar-search .form-control:-ms-input-placeholder {
                color: rgba(0, 0, 0, .7);
            }

            .main-panel > .header-secondary .search-focus-active .navbar-search .form-control::-webkit-input-placeholder, .main-panel > .header-secondary .search-focus .navbar-search .form-control::-webkit-input-placeholder, .main-panel > .header .search-focus-active .navbar-search .form-control::-webkit-input-placeholder, .main-panel > .header .search-focus .navbar-search .form-control::-webkit-input-placeholder {
                color: rgba(0, 0, 0, .7);
            }

        .main-panel > .header-secondary .search-focus-active .navbar-search .material-icons, .main-panel > .header-secondary .search-focus .navbar-search .material-icons, .main-panel > .header .search-focus-active .navbar-search .material-icons, .main-panel > .header .search-focus .navbar-search .material-icons {
            color: rgba(0, 0, 0, .7);
        }
}

@media (max-width:543px) {
    .main-panel > .header-secondary .navbar-search, .main-panel > .header .navbar-search {
        display: none;
    }
}

@media (max-width:991px) {
    .navbar-collapse {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: .5s cubic-bezier(.35, 0, .25, 1);
        transition: .5s cubic-bezier(.35, 0, .25, 1);
        -webkit-transition-property: max-height;
        transition-property: max-height;
    }

        .navbar-collapse .navbar-nav {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .offscreen .navbar-collapse {
        max-height: 2000px;
    }

    .main-panel > .header-secondary .navbar-nav {
        display: block;
        float: none !important;
    }

        .main-panel > .header-secondary .navbar-nav .nav-item {
            display: block;
            float: none;
        }

            .main-panel > .header-secondary .navbar-nav .nav-item .nav-link, .main-panel > .header-secondary .navbar-nav .nav-item .nav-link.dropdown > a {
                line-height: 2rem !important;
            }

            .main-panel > .header-secondary .navbar-nav .nav-item + .nav-item {
                margin-left: 0;
            }

    .main-panel > .header-secondary .dropdown-menu {
        position: static;
        float: none;
        border: 0;
        border-top-left-radius: 2px !important;
        border-top-right-radius: 2px !important;
    }
}

@media (max-width:543px) {
    .main-panel > .header .dropdown {
        position: static !important;
    }

        .main-panel > .header .dropdown .dropdown-menu {
            width: 100%;
            padding: 0 0 1rem;
        }

            .main-panel > .header .dropdown .dropdown-menu.notifications {
                min-width: auto;
            }

            .main-panel > .header .dropdown .dropdown-menu .dropdown-header {
                margin-top: 1rem;
                margin-bottom: 0;
            }

            .main-panel > .header .dropdown .dropdown-menu .dropdown-item {
                border-radius: 2px;
            }
}

.main-panel > .header {
    /*	background-color:#0e9e4c;*/
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

    .main-panel > .header, .main-panel > .header .material-icons, .main-panel > .header .nav > li > a, .main-panel > .header .navbar-heading, .main-panel > .header .navbar-nav .nav-link.dropdown > a {
        color: #a6a6a6;
    }

        .main-panel > .header .navbar-nav .dropdown-menu {
            border-color: rgba(51, 122, 183, 0.3);
        }

        .main-panel > .header .search-form > input:-moz-placeholder, .main-panel > .header .search-form > input::-moz-placeholder {
            color: hsla(0, 0%, 100%, .7);
        }

        .main-panel > .header .search-form > input:-ms-input-placeholder {
            color: hsla(0, 0%, 100%, .7);
        }

        .main-panel > .header .search-form > input::-webkit-input-placeholder {
            color: hsla(0, 0%, 100%, .7);
        }

        .main-panel > .header .search-form .form-control:focus {
            background: #4c7ff0;
        }

        .main-panel > .header .nav .open > a, .main-panel > .header .nav .open > a:focus, .main-panel > .header .nav .open > a:hover, .main-panel > .header .nav > li > a:focus, .main-panel > .header .nav > li > a:hover {
            color: #a6a6a6;
        }

.brand {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

    .brand .toggle-offscreen {
        padding-top: 16px;
        padding-bottom: 16px;
        float: left;
        margin-right: 1rem;
    }

        .brand .toggle-offscreen .material-icons {
            vertical-align: middle;
        }

    .brand .brand-logo {
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 13px;
    }

        .brand .brand-logo img {
            max-height: 16px;
        }

.sidebar-panel .brand {
    min-height: 56px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.main-panel {
    /*	background:#f7f7f7;
*/ min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .main-panel, .main-panel > .main-content {
        box-sizing: border-box;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .main-panel > .main-content > .content-view {
            position: relative;
            box-sizing: border-box;
            padding: 1.5rem;
            -webkit-box-flex: 1;
            -moz-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        }

.no-padding .content-view {
    padding: 0 !important;
}

.row {
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-left: .75rem;
    padding-right: .75rem;
}

.content-footer {
    position: relative;
    z-index: 1000;
    width: 100%;
    min-height: 3rem;
    padding: 0 1.5rem;
}

    .content-footer:after {
        content: "";
        display: table;
        clear: both;
    }

    .content-footer .footer-text {
        display: inline-block;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-top: .906rem;
        margin-bottom: .906rem;
        float: left;
    }

        .content-footer .footer-text.small {
            margin-top: 1.03125rem;
            margin-bottom: 1.03125rem;
        }

    .content-footer .footer-right {
        float: right;
        margin-right: 0;
    }

    .content-footer nav {
        margin-right: 1rem;
    }

        .content-footer nav ul {
            font-weight: 400;
            line-height: 1;
            margin: 0;
            list-style: none;
        }

            .content-footer nav ul li {
                display: inline-block;
                vertical-align: -webkit-baseline-middle;
            }

                .content-footer nav ul li a {
                    line-height: 1.25rem;
                    display: block;
                    max-height: 3rem;
                    padding: .906rem .625rem;
                    color: rgba(0, 0, 0, .7);
                }

                    .content-footer nav ul li a:focus, .content-footer nav ul li a:hover {
                        color: rgba(0, 0, 0, .7);
                        background-color: transparent;
                    }

                .content-footer nav ul li:first-child {
                    margin-left: 0;
                }

                    .content-footer nav ul li:first-child a {
                        padding-left: 0;
                    }

    .content-footer li:hover, .content-footer li a:active, .content-footer li a:hover {
        background: transparent;
    }

.session-footer {
    padding: 0 4rem;
}

.no-footer .content-footer, .no-footer .session-footer {
    display: none;
    visibility: hidden;
}

.chat-panel .modal-dialog {
    width: 18rem !important;
    background: #fff !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .075);
}

.chat-panel .modal-body {
    overflow-y: auto;
    height: 100%;
    max-height: calc(100vh - 56px);
}

.chat-message .modal-body, .chat-panel .modal-body {
    padding: .75rem 0;
}

.chat-message .chat-inner, .chat-panel .chat-inner {
    width: 100%;
    height: 100%;
}

.chat-message .chat-header, .chat-panel .chat-header {
    min-height: 56px;
    padding: 0 1.5rem;
    background-color: rgba(0, 0, 0, .05);
}

    .chat-message .chat-header:after, .chat-panel .chat-header:after {
        content: "";
        display: table;
        clear: both;
    }

    .chat-message .chat-header .chat-header-title, .chat-panel .chat-header .chat-header-title {
        display: inline-block;
        margin: 0;
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem;
    }

    .chat-message .chat-header .chat-conversation-title, .chat-panel .chat-header .chat-conversation-title {
        display: inline-block;
        margin: 0;
        padding-top: .5315rem;
        padding-bottom: .5315rem;
    }

        .chat-message .chat-header .chat-conversation-title span, .chat-panel .chat-header .chat-conversation-title span {
            display: block;
        }

    .chat-message .chat-header > .dropdown, .chat-message .chat-header > a, .chat-panel .chat-header > .dropdown, .chat-panel .chat-header > a {
        padding-top: .875rem;
        padding-bottom: .875rem;
    }

        .chat-message .chat-header > .dropdown > a:after, .chat-panel .chat-header > .dropdown > a:after {
            display: none;
        }

    .chat-message .chat-header .chat-back, .chat-message .chat-header .chat-right, .chat-panel .chat-header .chat-back, .chat-panel .chat-header .chat-right {
        cursor: pointer;
        border: .0625rem solid transparent;
        background-color: transparent;
        background-image: none;
        padding: 1rem;
    }

    .chat-message .chat-header .chat-right, .chat-panel .chat-header .chat-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    .chat-message .chat-header .chat-back, .chat-panel .chat-header .chat-back {
        font-size: 1rem;
        line-height: 1;
        position: absolute;
        top: 0;
        color: #000;
        text-shadow: 0 .0625rem 0 #fff;
        left: 0;
        opacity: .4;
    }

        .chat-message .chat-header .chat-back:hover, .chat-panel .chat-header .chat-back:hover {
            opacity: .5;
        }

.chat-message .modal-body {
    overflow-y: auto;
    height: 100%;
    max-height: calc(100vh - 200px);
    padding: .75rem;
}

.chat-message .modal-content {
    display: inline-block;
}

.chat-backdrop {
    background-color: transparent;
}

.chat-message {
    background-color: rgba(0, 0, 0, .5);
}

.chat-group {
    margin-bottom: 1rem;
}

    .chat-group .chat-group-header {
        font-weight: 500;
        text-transform: uppercase;
    }

    .chat-group .chat-group-header, .chat-group a {
        position: relative;
        display: block;
        padding: .6125rem 1.5rem;
    }

        .chat-group .chat-group-header:hover, .chat-group a:hover {
            color: rgba(0, 0, 0, .7);
        }

    .chat-group .status-away, .chat-group .status-invisible, .chat-group .status-no-disturb, .chat-group .status-offline, .chat-group .status-online {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #e8e8e8;
        margin-right: .3125rem;
        border-radius: 5px;
    }

    .chat-group .status-online {
        background-color: #7fc35c;
    }

    .chat-group .status-away {
        background-color: #f0c54c;
    }

    .chat-group .status-no-disturb {
        background-color: #d26d54;
    }

    .chat-group .status-invisible, .chat-group .status-offline {
        background-color: #e8e8e8;
    }

.chat-conversation-content {
    position: absolute;
    top: 3.438rem;
    right: 0;
    bottom: 3.438rem;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
}

.chat-conversation-footer {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chat-conversation-user {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0 4rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.me {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

    .me .chat-conversation-avatar {
        margin-left: 1rem;
        -webkit-box-ordinal-group: 3;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .me .chat-conversation-message {
        -webkit-box-ordinal-group: 2;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

        .me .chat-conversation-message:after {
            position: absolute;
            bottom: 0;
            width: 0;
            height: 0;
            content: '';
            border: 5px solid #4cc3f0;
            border-top-color: transparent;
            border-right-color: transparent;
            right: -7px;
        }

.them .chat-conversation-avatar {
    margin-right: 1rem;
}

.them .chat-conversation-message:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid #e8e8e8;
    border-bottom-color: transparent;
    left: -7px;
    border-left-color: transparent;
}

.chat-conversation-avatar {
    position: relative;
    width: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

    .chat-conversation-avatar img {
        max-width: 100%;
        border-radius: 50%;
    }

.chat-conversation-message {
    position: relative;
    padding: .625rem 1rem;
    background-color: #e8e8e8;
    border-radius: 4px;
}

    .chat-conversation-message p {
        margin: 0;
    }

.chat-conversation-user.me .chat-conversation-message {
    position: relative;
    background-color: #4cc3f0;
    float: right;
}

    .chat-conversation-user.me .chat-conversation-message p {
        color: #fff;
    }

.chat-input {
    position: absolute;
    top: 0;
    right: 3rem;
    left: 3rem;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    max-height: 3.438rem;
    resize: none;
    border: 0;
    outline: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
    box-shadow: none;
}

    .chat-input:empty:before {
        content: 'Send a message';
    }

    .chat-input:focus:before {
        content: '';
    }

.chat-left {
    color: inherit;
    float: left;
}

.chat-left, .chat-right {
    padding: .625rem 1rem;
    border: none;
    outline: none;
    background: transparent;
    margin-top: .2185rem;
    margin-bottom: .2185rem;
}

.chat-right {
    overflow: hidden;
    float: right;
}

.chat-right, .chat-send > i {
    position: relative;
}

.off-canvas-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
}

.offcanvas .off-canvas-overlay {
    background-color: transparent;
}

.offcanvas .sidebar-panel {
    position: absolute;
    z-index: 9999;
    width: 18rem;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

    .offcanvas .sidebar-panel.offscreen-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

.offcanvas .main-panel {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.offcanvas .main-panel, .offcanvas .sidebar-panel {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
}

.offcanvas .header .brand, .offcanvas .toggle-offscreen {
    display: inline-block !important;
    visibility: visible !important;
}

.offcanvas .navbar-heading {
    display: none;
    visibility: hidden;
}

.offcanvas.offscreen .off-canvas-overlay {
    display: block;
    visibility: visible;
}

.offcanvas.move-right .sidebar-panel > nav, .offcanvas.offscreen .sidebar-panel {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.full-width .header-secondary + .main-content > .content-view, .offcanvas.full-width .main-panel > .main-content > .content-view {
    width: 100% !important;
}

@media (min-width:992px) {
    .off-canvas-overlay {
        background-color: rgba(0, 0, 0, .5) !important;
    }

    .header-secondary + .main-content > .content-view, .offcanvas .main-panel > .main-content > .content-view {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width:991px) {
    .off-canvas-overlay {
        background-color: rgba(0, 0, 0, .5) !important;
    }
}

@media (max-width:991px) {
    * {
        -webkit-overflow-scrolling: touch;
    }

    .sidebar-panel {
        z-index: 9999;
        width: 18rem;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

        .sidebar-panel.offscreen-right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

    .main-panel {
        position: relative;
        min-height: 100%;
    }

    .main-panel, .sidebar-panel .brand {
        width: 100%;
    }

    .sidebar-panel .brand {
        float: none;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .main-panel, .sidebar-panel {
        -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
        transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
        transition: transform .2s cubic-bezier(.7, 0, .3, 1);
        transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    }

    .offscreen .off-canvas-overlay {
        display: block;
        visibility: visible;
    }

    .move-right .sidebar-panel > nav, .offscreen .sidebar-panel {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.notification-bar-details, .notification-bar-icon {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.notification-bar-icon {
    width: 3rem;
    height: 3rem;
}

    .notification-bar-icon div {
        position: relative;
        width: 3rem;
        height: 3rem;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 50%;
        background-color: #fff;
    }

    .notification-bar-icon i {
        position: absolute;
        top: 50%;
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        background-color: #7fc35c;
        left: 50%;
        margin: -.9375rem 0 0 -.9375rem;
    }

.notification-bar-details {
    padding-left: .9rem;
}

    .notification-bar-details .notification-bar-title {
        font-size: .85rem;
        display: block;
    }

.notification-bar-success .notification-bar-icon i {
    background-color: #7fc35c;
}

.notification-bar-fail .notification-bar-icon i {
    background-color: #d26d54;
}

.notification-bar-info .notification-bar-icon i {
    background-color: #4cc3f0;
}

.dropdown-menu.notifications .dropdown-item {
    padding: 0;
}

.dropdown-menu.notifications .notification-icon {
    width: 2rem;
}

.dropdown-menu.notifications .notification-message {
    padding-left: .625rem;
}

.dropdown-menu.notifications .notifications-header {
    padding: 0 1rem;
    padding: .625rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

    .dropdown-menu.notifications .notifications-header p {
        margin: 0;
    }

.dropdown-menu.notifications li a {
    line-height: 1.563rem;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-spacing: 0;
}

.dropdown-menu.notifications .notification-icon, .dropdown-menu.notifications .notification-message {
    position: relative;
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
}

.dropdown-menu.notifications .time {
    font-size: .75rem;
    line-height: 1;
    display: block;
    color: rgba(0, 0, 0, .5);
}

.dropdown-menu.notifications .avatar {
    width: 100%;
}

.dropdown-menu.notifications a:active, .dropdown-menu.notifications a:hover {
    color: rgba(0, 0, 0, .7);
    background-color: transparent;
}

.dropdown-menu.notifications .notifications-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu.notifications .notifications-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dropdown-menu.notifications .notifications-list li {
        margin: 0 1.5rem;
    }

        .dropdown-menu.notifications .notifications-list li a {
            position: relative;
            padding: 1rem 0;
            border-bottom: .0625rem solid #f1f1f1;
        }

        .dropdown-menu.notifications .notifications-list li:last-child a {
            border-bottom: 0;
        }

.dropdown-menu.notifications .notification-footer {
    padding: 1rem 1.5rem;
}

.circle-icon {
    line-height: 2rem;
    position: relative;
    display: table;
    width: 2rem;
    height: 2rem;
    margin: 0;
    text-align: center;
    float: left;
    border-radius: 50%;
}

    .circle-icon > i {
        font-size: 1rem;
        display: table-cell;
        float: none;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

.layout, .layout-column, .layout-row {
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.layout-column {
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout-column, .layout-row {
    -webkit-box-direction: normal;
}

.layout-row {
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fill-container, .page-height {
    height: calc(100vh - 6.438rem);
}

.header-secondary + .main-content > .content-view .fill-container, .header-secondary + .main-content > .content-view .page-height {
    height: calc(100vh - 9.876rem);
}

.column-equal {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .column-equal .col {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

.scroll, .scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll {
    height: 100%;
}

.fixed-header .main-panel {
    overflow-x: initial;
    overflow-y: initial;
}

.fixed-header .main-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.app.layout-static {
    max-height: initial !important;
    max-height: auto !important;
    height: initial !important;
    height: auto !important;
}

.app.static {
    max-height: initial;
    height: initial;
}

    .app.static .main-panel {
        overflow-x: initial;
        overflow-y: initial;
    }

    .app.static .main-content {
        overflow-x: visible;
        overflow-y: visible;
    }

    .app.static .contacts-container {
        height: initial !important;
    }

    .app.static .fill-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.app.boxed {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

    .app.boxed.expanding .sidebar-panel {
        position: absolute;
    }

@media (min-width:48em) {
    .app.boxed, .app.boxed .preloader {
        max-width: 46.88rem;
    }
}

@media (min-width:62rem) {
    .app.boxed, .app.boxed .preloader {
        max-width: 60.63rem;
    }
}

@media (min-width:75rem) {
    .app.boxed, .app.boxed .preloader {
        max-width: 73.13rem;
    }
}

.sidebar-modal.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.sidebar-modal.modal.in .modal-dialog {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.sidebar-modal .modal-dialog {
    position: absolute;
    z-index: 1100;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 20rem;
    margin: 0;
    border-radius: 0;
    background-color: #e8e8e8;
    right: 0;
}

    .sidebar-modal .modal-dialog .modal-header {
        border-color: rgba(0, 0, 0, .1);
    }

    .sidebar-modal .modal-dialog .modal-content {
        border: 0;
        background: transparent;
    }

.alert {
    border-radius: 2px;
}

.alert-success {
    background-color: #d7eccc;
    border-color: #cee8c1;
    color: #4f8732;
}

    .alert-success hr {
        border-top-color: #bfe1ae;
    }

    .alert-success .alert-link {
        color: #396224;
    }

.alert-info {
    background-color: #d9f2fc;
    border-color: #cbeefb;
    color: #1194c5;
}

    .alert-info hr {
        border-top-color: #b4e6f9;
    }

    .alert-info .alert-link {
        color: #0d7196;
    }

.alert-warning {
    background-color: #faebc2;
    border-color: #f9e7b4;
    color: #dda813;
}

    .alert-warning hr {
        border-top-color: #f7df9c;
    }

    .alert-warning .alert-link {
        color: #ae840f;
    }

.alert-danger {
    background-color: #f2d4cd;
    border-color: #efcac1;
    color: #983e28;
}

    .alert-danger hr {
        border-top-color: #e9b9ad;
    }

    .alert-danger .alert-link {
        color: #702e1d;
    }

.breadcrumb {
    border-radius: 2px;
}

    .breadcrumb > li + li:before {
        font-family: FontAwesome;
        content: "";
    }

.btn {
    border-radius: 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 0;
    }

.btn-round, .btn-round .btn, .btn-round .btn:before, .btn-round:before, .btn-round a, .btn-round a:before, .input-round, .input-round:before {
    border-radius: 2.5rem;
}

.btn-default {
    color: rgba(0, 0, 0, .7);
    background-color: #e8e8e8;
    border-color: #e2e1e1;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-default.focus, .btn-default:focus, .btn-default:hover {
        color: rgba(0, 0, 0, .7);
        background-color: #cfcfcf;
        border-color: #c4c2c2;
    }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        color: rgba(0, 0, 0, .7);
        background-color: #cfcfcf;
        border-color: #c4c2c2;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: rgba(0, 0, 0, .7);
            background-color: #bdbdbd;
            border-color: #a3a0a0;
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default:disabled.focus, .btn-default:disabled:focus, .btn-default:disabled:hover {
        background-color: #e8e8e8;
        border-color: #e2e1e1;
    }

.btn-primary {
    color: #474747;
    background-color: #e5e5e5;
    border-color: #c1c1c1;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: #000;
        background-color: #d4d4d4;
        border-color: #dcdcdc;
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1d5dec;
        border-color: #1457eb;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #124ed4;
            border-color: #0f40ae;
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
        background-color: #4c7ff0;
        border-color: #4c7ff0;
    }

.btn-secondary {
    color: rgba(0, 0, 0, .7);
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
        color: rgba(0, 0, 0, .7);
        background-color: #e6e6e6;
        border-color: rgba(0, 0, 0, .1);
    }

    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
        color: rgba(0, 0, 0, .7);
        background-color: #e6e6e6;
        border-color: rgba(0, 0, 0, .1);
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
            color: rgba(0, 0, 0, .7);
            background-color: #d4d4d4;
            border-color: rgba(0, 0, 0, .1);
        }

    .btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
        background-color: #fff;
        border-color: rgba(0, 0, 0, .1);
    }

.btn-info {
    color: #fff;
    background-color: #4cc3f0;
    border-color: #4cc3f0;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-info.focus, .btn-info:focus, .btn-info:hover {
        color: #fff;
        background-color: #1db3ec;
        border-color: #14b0eb;
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1db3ec;
        border-color: #14b0eb;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #129ed4;
            border-color: #0f82ae;
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
        background-color: #4cc3f0;
        border-color: #4cc3f0;
    }

.btn-success {
    color: #fff;
    background-color: #7fc35c;
    border-color: #7fc35c;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-success.focus, .btn-success:focus, .btn-success:hover {
        color: #fff;
        background-color: #65ad3f;
        border-color: #60a53d;
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #65ad3f;
        border-color: #60a53d;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #559236;
            border-color: #44752b;
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
        background-color: #7fc35c;
        border-color: #7fc35c;
    }

.btn-warning {
    color: #fff;
    background-color: #f0c54c;
    border-color: #f0c54c;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
        color: #fff;
        background-color: #ecb61d;
        border-color: #ebb314;
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ecb61d;
        border-color: #ebb314;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d4a112;
            border-color: #ae840f;
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
        background-color: #f0c54c;
        border-color: #f0c54c;
    }

.btn-danger {
    color: #fff;
    background-color: #d26d54;
    border-color: #d26d54;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
        color: #fff;
        background-color: #c04f33;
        border-color: #b84b31;
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c04f33;
        border-color: #b84b31;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #a4432b;
            border-color: #843623;
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
        background-color: #d26d54;
        border-color: #d26d54;
    }

.btn-default-outline {
    color: #e8e8e8;
    background-image: none;
    background-color: transparent;
    border-color: #e8e8e8;
}

    .btn-default-outline.active, .btn-default-outline.focus, .btn-default-outline:active, .btn-default-outline:focus, .btn-default-outline:hover, .open > .btn-default-outline.dropdown-toggle {
        color: #fff;
        background-color: #e8e8e8;
        border-color: #e8e8e8;
    }

    .btn-default-outline.disabled.focus, .btn-default-outline.disabled:focus, .btn-default-outline.disabled:hover, .btn-default-outline:disabled.focus, .btn-default-outline:disabled:focus, .btn-default-outline:disabled:hover {
        border-color: #fff;
    }

.btn-primary-outline {
    color: #4c7ff0;
    background-image: none;
    background-color: transparent;
    border-color: #4c7ff0;
}

    .btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:hover, .open > .btn-primary-outline.dropdown-toggle {
        color: #fff;
        background-color: #4c7ff0;
        border-color: #4c7ff0;
    }

    .btn-primary-outline.disabled.focus, .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled:hover {
        border-color: #aac2f8;
    }

.btn-secondary-outline {
    color: rgba(0, 0, 0, .1);
    background-image: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, .1);
}

    .btn-secondary-outline.active, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline:focus, .btn-secondary-outline:hover, .open > .btn-secondary-outline.dropdown-toggle {
        color: #fff;
        background-color: rgba(0, 0, 0, .1);
        border-color: rgba(0, 0, 0, .1);
    }

    .btn-secondary-outline.disabled.focus, .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled:hover {
        border-color: rgba(51, 51, 51, .1);
    }

.btn-info-outline {
    color: #4cc3f0;
    background-image: none;
    background-color: transparent;
    border-color: #4cc3f0;
}

    .btn-info-outline.active, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline:focus, .btn-info-outline:hover, .open > .btn-info-outline.dropdown-toggle {
        color: #fff;
        background-color: #4cc3f0;
        border-color: #4cc3f0;
    }

    .btn-info-outline.disabled.focus, .btn-info-outline.disabled:focus, .btn-info-outline.disabled:hover, .btn-info-outline:disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled:hover {
        border-color: #aae3f8;
    }

.btn-success-outline {
    color: #7fc35c;
    background-image: none;
    background-color: transparent;
    border-color: #7fc35c;
}

    .btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .btn-success-outline:hover, .open > .btn-success-outline.dropdown-toggle {
        color: #fff;
        background-color: #7fc35c;
        border-color: #7fc35c;
    }

    .btn-success-outline.disabled.focus, .btn-success-outline.disabled:focus, .btn-success-outline.disabled:hover, .btn-success-outline:disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled:hover {
        border-color: #badea7;
    }

.btn-warning-outline {
    color: #f0c54c;
    background-image: none;
    background-color: transparent;
    border-color: #f0c54c;
}

    .btn-warning-outline.active, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline:focus, .btn-warning-outline:hover, .open > .btn-warning-outline.dropdown-toggle {
        color: #fff;
        background-color: #f0c54c;
        border-color: #f0c54c;
    }

    .btn-warning-outline.disabled.focus, .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled:hover {
        border-color: #f8e3aa;
    }

.btn-danger-outline {
    color: #d26d54;
    background-image: none;
    background-color: transparent;
    border-color: #d26d54;
}

    .btn-danger-outline.active, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline:focus, .btn-danger-outline:hover, .open > .btn-danger-outline.dropdown-toggle {
        color: #fff;
        background-color: #d26d54;
        border-color: #d26d54;
    }

    .btn-danger-outline.disabled.focus, .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled:hover {
        border-color: #e7b2a5;
    }

.btn-link {
    color: #4c7ff0;
}

.btn-float {
    line-height: 50px;
    position: fixed;
    z-index: 2;
    bottom: 4.5rem;
    width: 50px;
    height: 50px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    right: 1.5rem;
}

    .btn-float > .material-icons {
        vertical-align: baseline;
    }

.card {
    margin-bottom: 1.5rem;
    border: 0;
    /*	box-shadow:0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);*/
    border-radius: 2px;
}

.card-block {
    padding: 1.00rem 1rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: 2px 2px 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 2px 2px;
}

.card-header {
    font-size: .86rem;
    position: relative;
    padding: .75rem 1rem;
}

    .card-header:first-child {
        border-radius: 2px 2px 0 0;
    }

    .card-header.no-bg + .card-block {
        padding-top: 0;
    }

.card-footer {
    padding: .75rem 1rem;
}

    .card-footer:last-child {
        border-radius: 0 0 2px 2px;
    }

.card-img-top {
    border-radius: 2px 2px 0 0;
}

.card-img-bottom {
    border-radius: 0 0 2px 2px;
}

.card-primary {
    background-color: #4c7ff0;
    border-color: #4c7ff0;
}

.card-success {
    background-color: #7fc35c;
    border-color: #7fc35c;
}

.card-info {
    background-color: #4cc3f0;
    border-color: #4cc3f0;
}

.card-warning {
    background-color: #f0c54c;
    border-color: #f0c54c;
}

.card-danger {
    background-color: #d26d54;
    border-color: #d26d54;
}

.card-primary-outline {
    background-color: transparent;
    border-color: #4c7ff0;
}

.card-secondary-outline {
    background-color: transparent;
    border-color: #fff;
}

.card-info-outline {
    background-color: transparent;
    border-color: #4cc3f0;
}

.card-success-outline {
    background-color: transparent;
    border-color: #7fc35c;
}

.card-warning-outline {
    background-color: transparent;
    border-color: #f0c54c;
}

.card-danger-outline {
    border-color: #d26d54;
}

.card-danger-outline, .card-inverse .card-header {
    background-color: transparent;
}

.card-controls {
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 1rem;
}

    .card-controls a {
        position: relative;
        font-size: 1rem;
        display: inline-block;
        margin-left: .625rem;
        background: rgba(0, 0, 0, .08);
        border-radius: 2px;
    }

    .card-controls .card-collapse:after, .card-controls .card-refresh:after, .card-controls .card-remove:after {
        font-family: Material Icons;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        display: block;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        vertical-align: bottom;
        white-space: nowrap;
        letter-spacing: normal;
        text-transform: none;
        word-wrap: normal;
        border: 0;
        right: 1.5rem;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
    }

    .card-controls .card-collapse:after {
        content: 'arrow_drop_down';
    }

    .card-controls .card-refresh:after {
        content: 'refresh';
    }

    .card-controls .card-remove:after {
        content: 'close';
    }

.card-collapsed > .card-block {
    display: none;
}

.card-collapsed > .card-header .card-collapse:after {
    content: 'arrow_drop_up';
}

.card-refreshing:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: hsla(0, 0%, 100%, .6);
}

.card-refreshing:after {
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-animation: Eb 1s infinite ease-in-out;
    animation: Eb 1s infinite ease-in-out;
    background-color: #4c7ff0;
    left: 50%;
    margin: -10px 0 0 -10px;
}

.dropdown-toggle:after {
    font-size: 14px;
}

.dropdown-menu {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07), 0 2px 10px 0 rgba(0, 0, 0, .08);
    border-radius: 2px;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.dropdown-item {
    font-size: .8125rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: rgba(0, 0, 0, .7);
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: hsla(0, 0%, 8%, .1);
    }

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: rgba(0, 0, 0, .7);
        background-color: hsla(0, 0%, 8%, .1);
    }

.dropdown-header {
    padding-right: 1rem;
    padding-left: 1rem;
}

.mega-dropdown {
    position: static !important;
}

    .mega-dropdown .dropdown-menu {
        width: 100%;
        padding: 0 0 1rem;
    }

        .mega-dropdown .dropdown-menu .dropdown-header {
            margin-top: 1rem;
            margin-bottom: 0;
        }

        .mega-dropdown .dropdown-menu .dropdown-item {
            border-radius: 2px;
        }

@media (max-width:768px) {
    .mega-dropdown .dropdown-menu {
        margin-right: 0;
        margin-left: 0;
    }
}

.c-input {
    color: rgba(0, 0, 0, .7);
}

    .c-input > input:checked ~ .c-indicator {
        background-color: #02ca57;
        box-shadow: none;
    }

    .c-input > input:focus ~ .c-indicator {
        box-shadow: 0 0 0 .075rem #fff, 0 0 0 .15rem #4c7ff0;
    }

    .c-input > input:active ~ .c-indicator {
        background-color: #4c7ff0;
        box-shadow: none;
    }

.c-indicator {
    top: 1px;
    color: rgba(0, 0, 0, .7);
    background-color: #e8e8e8;
    box-shadow: 0 0 0 .05rem rgba(0, 0, 0, .25);
}

.c-checkbox .c-indicator, .c-select {
    border-radius: 2px;
}

.c-select {
    color: rgba(0, 0, 0, .7);
    border-color: #37bf3c;
    padding: .534rem 1.75rem .534rem .75rem;
}

    .c-select:focus {
        border-color: #4c7ff0;
        box-shadow: none;
    }

.file-custom {
    border-radius: 2px;
    box-shadow: none;
}

    .file-custom, .file-custom:before {
        color: rgba(0, 0, 0, .7);
        border-color: rgba(0, 0, 0, .1);
    }

        .file-custom:before {
            content: 'Browse';
            border-radius: 0 2px 2px 0;
            background-color: #e8e8e8;
        }

.file input:focus ~ .file-custom {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .15rem #4c7ff0;
}

.spinner .form-control {
    text-align: center;
}

label {
    font-weight: 500;
}

textarea {
    resize: vertical;
}

.form-control {
    border-color: rgb(134, 216, 208);
    border-radius: 2px;
    box-shadow: none;
}

    .form-control::-webkit-input-placeholder {
        color: rgba(38, 38, 38, .7);
    }

    .form-control::-moz-placeholder {
        color: rgba(38, 38, 38, .7);
    }

    .form-control:-ms-input-placeholder {
        color: rgba(38, 38, 38, .7);
    }

    .form-control::placeholder {
        color: rgba(38, 38, 38, .7);
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e8e8e8;
    }

    .form-control:focus {
        border-color: #84a7f5;
        box-shadow: none;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .form-control-label, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label, .has-success .text-help {
    color: ##549c2f;
}

.has-success .form-control {
    border-color: #7fc35c;
}

.has-success .input-group-addon {
    color: #7fc35c;
    border-color: #7fc35c;
    background-color: #f4faf1;
}

.has-success .form-control-feedback {
    color: #7fc35c;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .form-control-label, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label, .has-warning .text-help {
    color: #f0c54c;
}

.has-warning .form-control {
    border-color: #f0c54c;
}

.has-warning .input-group-addon {
    color: #f0c54c;
    border-color: #f0c54c;
    background-color: #fff;
}

.has-warning .form-control-feedback {
    color: #f0c54c;
}

.has-danger .checkbox, .has-danger .checkbox-inline, .has-danger.checkbox-inline label, .has-danger.checkbox label, .has-danger .form-control-label, .has-danger .radio, .has-danger .radio-inline, .has-danger.radio-inline label, .has-danger.radio label, .has-danger .text-help {
    color: #d26d54;
}

.has-danger .form-control {
    border-color: #d26d54;
}

.has-danger .input-group-addon {
    color: #d26d54;
    border-color: #d26d54;
    background-color: #fdf7f6;
}

.has-danger .form-control-feedback {
    color: #d26d54;
}

.input-group-btn > .btn {
    z-index: 2;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -.125rem;
}

.input-group-addon {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .1);
    background-color: rgba(3, 3, 3, .1);
    border-radius: 2px;
}

.label {
    font-weight: 600;
    border-radius: 2px;
}

.label-default {
    color: rgba(0, 0, 0, .7);
    background-color: #e8e8e8;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #cfcfcf;
    }

.label-primary {
    background-color: #4c7ff0;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #1d5dec;
    }

.label-success {
    background-color: #7fc35c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #65ad3f;
    }

.label-info {
    background-color: #4cc3f0;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #1db3ec;
    }

.label-warning {
    background-color: #f0c54c;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ecb61d;
    }

.label-danger {
    background-color: #d26d54;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c04f33;
    }

.list-group-item {
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
}

    .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

a.list-group-item:focus, a.list-group-item:hover {
    background-color: #f5f5f5;
}

.list-group-item-success {
    color: #4f8732;
    background-color: #d7eccc;
}

a.list-group-item-success, button.list-group-item-success {
    color: #4f8732;
}

    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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #4f8732;
        background-color: #c8e5b9;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #4f8732;
        border-color: #4f8732;
    }

.list-group-item-info {
    color: #1194c5;
    background-color: #d9f2fc;
}

a.list-group-item-info, button.list-group-item-info {
    color: #1194c5;
}

    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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #1194c5;
        background-color: #c2eafa;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #1194c5;
        border-color: #1194c5;
    }

.list-group-item-warning {
    color: #c59611;
    background-color: #fcf3d9;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #c59611;
}

    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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #c59611;
        background-color: #faebc2;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #c59611;
        border-color: #c59611;
    }

.list-group-item-danger {
    color: #983e28;
    background-color: #f2d4cd;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #983e28;
}

    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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #983e28;
        background-color: #edc3b9;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #983e28;
        border-color: #983e28;
    }

.modal-content {
    box-shadow: none;
    border-radius: 4px;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #fff;
    background-color: #4c7ff0;
}

.nav-pills .nav-link {
    border-radius: 2px;
}

    .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
        color: #fff;
        background-color: #4c7ff0;
    }

.nav-tabs {
    margin-right: -1px;
    margin-left: -1px;
    border: 0;
}

    .nav-tabs .nav-item {
        position: relative;
        display: block;
        margin: 0;
        text-align: center;
        text-decoration: none;
    }

        .nav-tabs .nav-item .nav-link {
            font-weight: 500;
            padding: .75rem 1rem;
            border-color: transparent;
            border-bottom: 0;
            border-radius: 3px 3px 0 0;
        }

            .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link:hover {
                color: #fff;
                background-color: #4c7ff0;
            }

            .nav-tabs .nav-item .nav-link.active {
                color: rgba(0, 0, 0, .7);
                border-color: rgba(0, 0, 0, .1);
                background-color: #fff;
            }

.tab-content {
    padding: 1rem;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
}

.pagination {
    border-radius: 2px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    color: #fff;
    border-color: #4c7ff0;
    background-color: #4c7ff0;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: rgba(0, 0, 0, .7);
    background-color: #e8e8e8;
}

.page-link {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .1);
}

    .page-link:focus, .page-link:hover {
        color: #fff;
        background-color: #4c7ff0;
    }

.ng-table-pagination {
    margin: 0;
}

.popover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .05);
    border-radius: 2px;
}

.popover-title {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #fafbfd;
}

.popover-content:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.progress {
    height: 10px;
    margin-bottom: 1.5rem;
}

.progress-success[value]::-webkit-progress-value {
    background-color: #7fc35c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #7fc35c;
}

@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
        background-color: #7fc35c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #4cc3f0;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #4cc3f0;
}

@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
        background-color: #4cc3f0;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0c54c;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0c54c;
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #f0c54c;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d26d54;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d26d54;
}

@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
        background-color: #d26d54;
    }
}

.table {
    border-radius: 2px;
    border-collapse: separate;
}

    .table td, .table th {
        padding-left: 1rem;
        padding-right: 1rem;
        border-color: rgba(0, 0, 0, .1);
    }

    .table tfoot th, .table thead th {
        border-bottom-width: 0;
        border-color: rgba(0, 0, 0, .1);
    }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr:nth-child(even) {
    background-color: hsla(0, 0%, 6%, .1);
}

.table-bordered {
    border-color: rgba(0, 0, 0, .1);
}

    .table-bordered td, .table-bordered th {
        border-color: rgba(0, 0, 0, .1);
        border-top: 0;
        border-left: 0;
    }

        .table-bordered td:first-child, .table-bordered th:first-child {
            border-left: 0;
        }

        .table-bordered td:last-child, .table-bordered th:last-child {
            border-right: 0;
        }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 1px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-responsive {
    overflow-x: visible;
}

@media (max-width:991px) {
    .table-responsive {
        overflow-x: auto;
        border-color: rgba(0, 0, 0, .1);
        border-radius: 2px;
        margin-bottom: 0;
    }
}

.table-active, .table-active > td, .table-active > th {
    background-color: #e8e8e8;
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #dbdbdb;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #7fc35c;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #70bc49;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #4cc3f0;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #34bbee;
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #f0c54c;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #eebd34;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #d26d54;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #cd5c40;
}

@media (max-width:991px) {
    .no-more-tables table, .no-more-tables tbody, .no-more-tables td, .no-more-tables th, .no-more-tables thead, .no-more-tables tr {
        display: block;
    }

        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: .0625rem solid rgba(0, 0, 0, .1);
    }

    .no-more-tables td {
        position: relative;
        padding-left: 50% !important;
        border-top: 0 !important;
        border-bottom: .0625rem solid rgba(0, 0, 0, .1);
        text-align: left;
        white-space: normal;
    }

        .no-more-tables td:before {
            position: absolute;
            top: .375rem;
            left: .375rem;
            padding-right: .625rem;
            width: 45%;
            text-align: left;
            white-space: nowrap;
            font-weight: 600;
            content: attr(data-title);
        }
}

.bg-dark {
    color: #fff !important;
    background-color: #535a6c !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #3d424f;
}

.bg-dark-dark {
    color: #fff !important;
    background-color: #484e5e !important;
}

a.bg-dark-dark:focus, a.bg-dark-dark:hover {
    background-color: #323641;
}

.bg-dark-darker {
    color: #fff !important;
    background-color: #3d424f !important;
}

a.bg-dark-darker:focus, a.bg-dark-darker:hover {
    background-color: #272a32;
}

.bg-dark-light {
    color: #fff !important;
    background-color: #5e667a !important;
}

a.bg-dark-light:focus, a.bg-dark-light:hover {
    background-color: #484e5e;
}

.bg-dark-lighter {
    color: #fff !important;
    background-color: #697289 !important;
}

a.bg-dark-lighter:focus, a.bg-dark-lighter:hover {
    background-color: #535a6c;
}

.bg-primary {
    color: #fff !important;
    background-color: #4c7ff0 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #1d5dec;
}

.bg-primary-dark {
    color: #fff !important;
    background-color: #346eee !important;
}

a.bg-primary-dark:focus, a.bg-primary-dark:hover {
    background-color: #1351dd;
}

.bg-primary-darker {
    color: #fff !important;
    background-color: #1d5dec !important;
}

a.bg-primary-darker:focus, a.bg-primary-darker:hover {
    background-color: #1149c5;
}

.bg-primary-light {
    color: #fff !important;
    background-color: #6490f2 !important;
}

a.bg-primary-light:focus, a.bg-primary-light:hover {
    background-color: #346eee;
}

.bg-primary-lighter {
    color: #fff !important;
    background-color: #7ba1f4 !important;
}

a.bg-primary-lighter:focus, a.bg-primary-lighter:hover {
    background-color: #4c7ff0;
}

.bg-default {
    color: #fff !important;
    background-color: #e8e8e8 !important;
}

a.bg-default:focus, a.bg-default:hover {
    background-color: #cfcfcf;
}

.bg-default-dark {
    color: #fff !important;
    background-color: #dbdbdb !important;
}

a.bg-default-dark:focus, a.bg-default-dark:hover {
    background-color: #c2c2c2;
}

.bg-default-darker {
    color: #fff !important;
    background-color: #cfcfcf !important;
}

a.bg-default-darker:focus, a.bg-default-darker:hover {
    background-color: #b5b5b5;
}

.bg-default-light {
    color: #fff !important;
    background-color: #f5f5f5 !important;
}

a.bg-default-light:focus, a.bg-default-light:hover {
    background-color: #dbdbdb;
}

.bg-default-lighter {
    color: #fff !important;
    background-color: #fff !important;
}

a.bg-default-lighter:focus, a.bg-default-lighter:hover {
    background-color: #e6e6e6;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0c54c !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ecb61d;
}

.bg-warning-dark {
    color: #fff !important;
    background-color: #eebd34 !important;
}

a.bg-warning-dark:focus, a.bg-warning-dark:hover {
    background-color: #dda813;
}

.bg-warning-darker {
    color: #fff !important;
    background-color: #ecb61d !important;
}

a.bg-warning-darker:focus, a.bg-warning-darker:hover {
    background-color: #c59611;
}

.bg-warning-light {
    color: #fff !important;
    background-color: #f2cd64 !important;
}

a.bg-warning-light:focus, a.bg-warning-light:hover {
    background-color: #eebd34;
}

.bg-warning-lighter {
    color: #fff !important;
    background-color: #f4d47b !important;
}

a.bg-warning-lighter:focus, a.bg-warning-lighter:hover {
    background-color: #f0c54c;
}

.bg-success {
    color: #fff !important;
    background-color: #7fc35c !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #65ad3f;
}

.bg-success-dark {
    color: #fff !important;
    background-color: #70bc49 !important;
}

a.bg-success-dark:focus, a.bg-success-dark:hover {
    background-color: #5a9a39;
}

.bg-success-darker {
    color: #fff !important;
    background-color: #65ad3f !important;
}

a.bg-success-darker:focus, a.bg-success-darker:hover {
    background-color: #4f8732;
}

.bg-success-light {
    color: #fff !important;
    background-color: #8eca6f !important;
}

a.bg-success-light:focus, a.bg-success-light:hover {
    background-color: #70bc49;
}

.bg-success-lighter {
    color: #fff !important;
    background-color: #9cd181 !important;
}

a.bg-success-lighter:focus, a.bg-success-lighter:hover {
    background-color: #7fc35c;
}

.bg-info {
    color: #fff !important;
    background-color: #4cc3f0 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #1db3ec;
}

.bg-info-dark {
    color: #fff !important;
    background-color: #34bbee !important;
}

a.bg-info-dark:focus, a.bg-info-dark:hover {
    background-color: #13a5dd;
}

.bg-info-darker {
    color: #fff !important;
    background-color: #1db3ec !important;
}

a.bg-info-darker:focus, a.bg-info-darker:hover {
    background-color: #1194c5;
}

.bg-info-light {
    color: #fff !important;
    background-color: #64cbf2 !important;
}

a.bg-info-light:focus, a.bg-info-light:hover {
    background-color: #34bbee;
}

.bg-info-lighter {
    color: #fff !important;
    background-color: #7bd3f4 !important;
}

a.bg-info-lighter:focus, a.bg-info-lighter:hover {
    background-color: #4cc3f0;
}

.bg-danger {
    color: #fff !important;
    background-color: #d26d54 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c04f33;
}

.bg-danger-dark {
    color: #fff !important;
    background-color: #cd5c40 !important;
}

a.bg-danger-dark:focus, a.bg-danger-dark:hover {
    background-color: #ac462d;
}

.bg-danger-darker {
    color: #fff !important;
    background-color: #c04f33 !important;
}

a.bg-danger-darker:focus, a.bg-danger-darker:hover {
    background-color: #983e28;
}

.bg-danger-light {
    color: #fff !important;
    background-color: #d77e68 !important;
}

a.bg-danger-light:focus, a.bg-danger-light:hover {
    background-color: #cd5c40;
}

.bg-danger-lighter {
    color: #fff !important;
    background-color: #dd8f7c !important;
}

a.bg-danger-lighter:focus, a.bg-danger-lighter:hover {
    background-color: #d26d54;
}

.bg-white {
    color: rgba(0, 0, 0, .7) !important;
    background-color: #fff !important;
}

.bg-red {
    color: #fff !important;
    background-color: #f44336 !important;
}

a.bg-red:focus, a.bg-red:hover {
    background-color: #ea1c0d;
}

.bg-red-dark {
    color: #fff !important;
    background-color: #f32c1e !important;
}

a.bg-red-dark:focus, a.bg-red-dark:hover {
    background-color: #d2190b;
}

.bg-red-darker {
    color: #fff !important;
    background-color: #ea1c0d !important;
}

a.bg-red-darker:focus, a.bg-red-darker:hover {
    background-color: #ba160a;
}

.bg-red-light {
    color: #fff !important;
    background-color: #f55a4e !important;
}

a.bg-red-light:focus, a.bg-red-light:hover {
    background-color: #f32c1e;
}

.bg-red-lighter {
    color: #fff !important;
    background-color: #f77066 !important;
}

a.bg-red-lighter:focus, a.bg-red-lighter:hover {
    background-color: #f44336;
}

.bg-pink {
    color: #fff !important;
    background-color: #e91e63 !important;
}

a.bg-pink:focus, a.bg-pink:hover {
    background-color: #c1134e;
}

.bg-pink-dark {
    color: #fff !important;
    background-color: #d81558 !important;
}

a.bg-pink-dark:focus, a.bg-pink-dark:hover {
    background-color: #aa1145;
}

.bg-pink-darker {
    color: #fff !important;
    background-color: #c1134e !important;
}

a.bg-pink-darker:focus, a.bg-pink-darker:hover {
    background-color: #930e3b;
}

.bg-pink-light {
    color: #fff !important;
    background-color: #eb3573 !important;
}

a.bg-pink-light:focus, a.bg-pink-light:hover {
    background-color: #d81558;
}

.bg-pink-lighter {
    color: #fff !important;
    background-color: #ee4c83 !important;
}

a.bg-pink-lighter:focus, a.bg-pink-lighter:hover {
    background-color: #e91e63;
}

.bg-purple {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

a.bg-purple:focus, a.bg-purple:hover {
    background-color: #771e86;
}

.bg-purple-dark {
    color: #fff !important;
    background-color: #89229b !important;
}

a.bg-purple-dark:focus, a.bg-purple-dark:hover {
    background-color: #641971;
}

.bg-purple-darker {
    color: #fff !important;
    background-color: #771e86 !important;
}

a.bg-purple-darker:focus, a.bg-purple-darker:hover {
    background-color: #52145d;
}

.bg-purple-light {
    color: #fff !important;
    background-color: #af2cc5 !important;
}

a.bg-purple-light:focus, a.bg-purple-light:hover {
    background-color: #89229b;
}

.bg-purple-lighter {
    color: #fff !important;
    background-color: #bc37d3 !important;
}

a.bg-purple-lighter:focus, a.bg-purple-lighter:hover {
    background-color: #9c27b0;
}

.bg-deeppurple {
    color: #fff !important;
    background-color: #673ab7 !important;
}

a.bg-deeppurple:focus, a.bg-deeppurple:hover {
    background-color: #512e90;
}

.bg-deeppurple-dark {
    color: #fff !important;
    background-color: #5c34a4 !important;
}

a.bg-deeppurple-dark:focus, a.bg-deeppurple-dark:hover {
    background-color: #46287d;
}

.bg-deeppurple-darker {
    color: #fff !important;
    background-color: #512e90 !important;
}

a.bg-deeppurple-darker:focus, a.bg-deeppurple-darker:hover {
    background-color: #3b216a;
}

.bg-deeppurple-light {
    color: #fff !important;
    background-color: #7446c4 !important;
}

a.bg-deeppurple-light:focus, a.bg-deeppurple-light:hover {
    background-color: #5c34a4;
}

.bg-deeppurple-lighter {
    color: #fff !important;
    background-color: #8259cb !important;
}

a.bg-deeppurple-lighter:focus, a.bg-deeppurple-lighter:hover {
    background-color: #673ab7;
}

.bg-indigo {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

a.bg-indigo:focus, a.bg-indigo:hover {
    background-color: #32408f;
}

.bg-indigo-dark {
    color: #fff !important;
    background-color: #3849a2 !important;
}

a.bg-indigo-dark:focus, a.bg-indigo-dark:hover {
    background-color: #2b387c;
}

.bg-indigo-darker {
    color: #fff !important;
    background-color: #32408f !important;
}

a.bg-indigo-darker:focus, a.bg-indigo-darker:hover {
    background-color: #252f69;
}

.bg-indigo-light {
    color: #fff !important;
    background-color: #4d5ec1 !important;
}

a.bg-indigo-light:focus, a.bg-indigo-light:hover {
    background-color: #3849a2;
}

.bg-indigo-lighter {
    color: #fff !important;
    background-color: #606fc7 !important;
}

a.bg-indigo-lighter:focus, a.bg-indigo-lighter:hover {
    background-color: #3f51b5;
}

.bg-blue {
    color: #fff !important;
    background-color: #2196f3 !important;
}

a.bg-blue:focus, a.bg-blue:hover {
    background-color: #0c7cd5;
}

.bg-blue-dark {
    color: #fff !important;
    background-color: #0d8aee !important;
}

a.bg-blue-dark:focus, a.bg-blue-dark:hover {
    background-color: #0a6ebd;
}

.bg-blue-darker {
    color: #fff !important;
    background-color: #0c7cd5 !important;
}

a.bg-blue-darker:focus, a.bg-blue-darker:hover {
    background-color: #0960a5;
}

.bg-blue-light {
    color: #fff !important;
    background-color: #39a1f4 !important;
}

a.bg-blue-light:focus, a.bg-blue-light:hover {
    background-color: #0d8aee;
}

.bg-blue-lighter {
    color: #fff !important;
    background-color: #51adf6 !important;
}

a.bg-blue-lighter:focus, a.bg-blue-lighter:hover {
    background-color: #2196f3;
}

.bg-lightblue {
    color: #fff !important;
    background-color: #03a9f4 !important;
}

a.bg-lightblue:focus, a.bg-lightblue:hover {
    background-color: #0286c2;
}

.bg-lightblue-dark {
    color: #fff !important;
    background-color: #0398db !important;
}

a.bg-lightblue-dark:focus, a.bg-lightblue-dark:hover {
    background-color: #0275a8;
}

.bg-lightblue-darker {
    color: #fff !important;
    background-color: #0286c2 !important;
}

a.bg-lightblue-darker:focus, a.bg-lightblue-darker:hover {
    background-color: #02638f;
}

.bg-lightblue-light {
    color: #fff !important;
    background-color: #14b4fc !important;
}

a.bg-lightblue-light:focus, a.bg-lightblue-light:hover {
    background-color: #0398db;
}

.bg-lightblue-lighter {
    color: #fff !important;
    background-color: #2ebcfc !important;
}

a.bg-lightblue-lighter:focus, a.bg-lightblue-lighter:hover {
    background-color: #03a9f4;
}

.bg-cyan {
    color: #fff !important;
    background-color: #00bcd4 !important;
}

a.bg-cyan:focus, a.bg-cyan:hover {
    background-color: #008fa1;
}

.bg-cyan-dark {
    color: #fff !important;
    background-color: #00a5bb !important;
}

a.bg-cyan-dark:focus, a.bg-cyan-dark:hover {
    background-color: #007888;
}

.bg-cyan-darker {
    color: #fff !important;
    background-color: #008fa1 !important;
}

a.bg-cyan-darker:focus, a.bg-cyan-darker:hover {
    background-color: #00626e;
}

.bg-cyan-light {
    color: #fff !important;
    background-color: #00d3ee !important;
}

a.bg-cyan-light:focus, a.bg-cyan-light:hover {
    background-color: #00a5bb;
}

.bg-cyan-lighter {
    color: #fff !important;
    background-color: #08e3ff !important;
}

a.bg-cyan-lighter:focus, a.bg-cyan-lighter:hover {
    background-color: #00bcd4;
}

.bg-teal {
    color: #fff !important;
    background-color: #009688 !important;
}

a.bg-teal:focus, a.bg-teal:hover {
    background-color: #00635a;
}

.bg-teal-dark {
    color: #fff !important;
    background-color: #007d71 !important;
}

a.bg-teal-dark:focus, a.bg-teal-dark:hover {
    background-color: #004a43;
}

.bg-teal-darker {
    color: #fff !important;
    background-color: #00635a !important;
}

a.bg-teal-darker:focus, a.bg-teal-darker:hover {
    background-color: #00302c;
}

.bg-teal-light {
    color: #fff !important;
    background-color: #00b09f !important;
}

a.bg-teal-light:focus, a.bg-teal-light:hover {
    background-color: #007d71;
}

.bg-teal-lighter {
    color: #fff !important;
    background-color: #00c9b6 !important;
}

a.bg-teal-lighter:focus, a.bg-teal-lighter:hover {
    background-color: #009688;
}

.bg-green {
    color: #fff !important;
    background-color: #4caf50 !important;
}

a.bg-green:focus, a.bg-green:hover {
    background-color: #3d8b40;
}

.bg-green-dark {
    color: #fff !important;
    background-color: #449d48 !important;
}

a.bg-green-dark:focus, a.bg-green-dark:hover {
    background-color: #357a38;
}

.bg-green-darker {
    color: #fff !important;
    background-color: #3d8b40 !important;
}

a.bg-green-darker:focus, a.bg-green-darker:hover {
    background-color: #2d682f;
}

.bg-green-light {
    color: #fff !important;
    background-color: #5cb860 !important;
}

a.bg-green-light:focus, a.bg-green-light:hover {
    background-color: #449d48;
}

.bg-green-lighter {
    color: #fff !important;
    background-color: #6ec071 !important;
}

a.bg-green-lighter:focus, a.bg-green-lighter:hover {
    background-color: #4caf50;
}

.bg-lightgreen {
    color: #fff !important;
    background-color: #74d108 !important;
}

a.bg-lightgreen:focus, a.bg-lightgreen:hover {
    background-color: #59a006;
}

.bg-lightgreen-dark {
    color: #fff !important;
    background-color: #66b807 !important;
}

a.bg-lightgreen-dark:focus, a.bg-lightgreen-dark:hover {
    background-color: #4b8705;
}

.bg-lightgreen-darker {
    color: #fff !important;
    background-color: #59a006 !important;
}

a.bg-lightgreen-darker:focus, a.bg-lightgreen-darker:hover {
    background-color: #3d6f04;
}

.bg-lightgreen-light {
    color: #fff !important;
    background-color: #82ea09 !important;
}

a.bg-lightgreen-light:focus, a.bg-lightgreen-light:hover {
    background-color: #66b807;
}

.bg-lightgreen-lighter {
    color: #fff !important;
    background-color: #8ef616 !important;
}

a.bg-lightgreen-lighter:focus, a.bg-lightgreen-lighter:hover {
    background-color: #74d108;
}

.bg-lime {
    color: #fff !important;
    background-color: #cddc39 !important;
}

a.bg-lime:focus, a.bg-lime:hover {
    background-color: #b2c022;
}

.bg-lime-dark {
    color: #fff !important;
    background-color: #c6d626 !important;
}

a.bg-lime-dark:focus, a.bg-lime-dark:hover {
    background-color: #9daa1e;
}

.bg-lime-darker {
    color: #fff !important;
    background-color: #b2c022 !important;
}

a.bg-lime-darker:focus, a.bg-lime-darker:hover {
    background-color: #89951a;
}

.bg-lime-light {
    color: #fff !important;
    background-color: #d2e04f !important;
}

a.bg-lime-light:focus, a.bg-lime-light:hover {
    background-color: #c6d626;
}

.bg-lime-lighter {
    color: #fff !important;
    background-color: #d8e464 !important;
}

a.bg-lime-lighter:focus, a.bg-lime-lighter:hover {
    background-color: #cddc39;
}

.bg-yellow {
    color: #fff !important;
    background-color: #ffeb3b !important;
}

a.bg-yellow:focus, a.bg-yellow:hover {
    background-color: #ffe608;
}

.bg-yellow-dark {
    color: #fff !important;
    background-color: #ffe822 !important;
}

a.bg-yellow-dark:focus, a.bg-yellow-dark:hover {
    background-color: #eed500;
}

.bg-yellow-darker {
    color: #fff !important;
    background-color: #ffe608 !important;
}

a.bg-yellow-darker:focus, a.bg-yellow-darker:hover {
    background-color: #d4be00;
}

.bg-yellow-light {
    color: #fff !important;
    background-color: #fe5 !important;
}

a.bg-yellow-light:focus, a.bg-yellow-light:hover {
    background-color: #ffe822;
}

.bg-yellow-lighter {
    color: #fff !important;
    background-color: #fff06e !important;
}

a.bg-yellow-lighter:focus, a.bg-yellow-lighter:hover {
    background-color: #ffeb3b;
}

.bg-amber {
    color: #fff !important;
    background-color: #ffc107 !important;
}

a.bg-amber:focus, a.bg-amber:hover {
    background-color: #d39e00;
}

.bg-amber-dark {
    color: #fff !important;
    background-color: #edb100 !important;
}

a.bg-amber-dark:focus, a.bg-amber-dark:hover {
    background-color: #ba8b00;
}

.bg-amber-darker {
    color: #fff !important;
    background-color: #d39e00 !important;
}

a.bg-amber-darker:focus, a.bg-amber-darker:hover {
    background-color: #a07800;
}

.bg-amber-light {
    color: #fff !important;
    background-color: #ffc721 !important;
}

a.bg-amber-light:focus, a.bg-amber-light:hover {
    background-color: #edb100;
}

.bg-amber-lighter {
    color: #fff !important;
    background-color: #ffce3a !important;
}

a.bg-amber-lighter:focus, a.bg-amber-lighter:hover {
    background-color: #ffc107;
}

.bg-orange {
    color: #fff !important;
    background-color: #ff9800 !important;
}

a.bg-orange:focus, a.bg-orange:hover {
    background-color: #cc7a00;
}

.bg-orange-dark {
    color: #fff !important;
    background-color: #e68900 !important;
}

a.bg-orange-dark:focus, a.bg-orange-dark:hover {
    background-color: #b36a00;
}

.bg-orange-darker {
    color: #fff !important;
    background-color: #cc7a00 !important;
}

a.bg-orange-darker:focus, a.bg-orange-darker:hover {
    background-color: #995b00;
}

.bg-orange-light {
    color: #fff !important;
    background-color: #ffa21a !important;
}

a.bg-orange-light:focus, a.bg-orange-light:hover {
    background-color: #e68900;
}

.bg-orange-lighter {
    color: #fff !important;
    background-color: #ffad33 !important;
}

a.bg-orange-lighter:focus, a.bg-orange-lighter:hover {
    background-color: #ff9800;
}

.bg-deeporange {
    color: #fff !important;
    background-color: #ff5722 !important;
}

a.bg-deeporange:focus, a.bg-deeporange:hover {
    background-color: #ee3900;
}

.bg-deeporange-dark {
    color: #fff !important;
    background-color: #ff4409 !important;
}

a.bg-deeporange-dark:focus, a.bg-deeporange-dark:hover {
    background-color: #d53300;
}

.bg-deeporange-darker {
    color: #fff !important;
    background-color: #ee3900 !important;
}

a.bg-deeporange-darker:focus, a.bg-deeporange-darker:hover {
    background-color: #bb2d00;
}

.bg-deeporange-light {
    color: #fff !important;
    background-color: #ff6a3c !important;
}

a.bg-deeporange-light:focus, a.bg-deeporange-light:hover {
    background-color: #ff4409;
}

.bg-deeporange-lighter {
    color: #fff !important;
    background-color: #ff7e55 !important;
}

a.bg-deeporange-lighter:focus, a.bg-deeporange-lighter:hover {
    background-color: #ff5722;
}

.bg-brown {
    color: #fff !important;
    background-color: #795548 !important;
}

a.bg-brown:focus, a.bg-brown:hover {
    background-color: #593f35;
}

.bg-brown-dark {
    color: #fff !important;
    background-color: #694a3e !important;
}

a.bg-brown-dark:focus, a.bg-brown-dark:hover {
    background-color: #49332b;
}

.bg-brown-darker {
    color: #fff !important;
    background-color: #593f35 !important;
}

a.bg-brown-darker:focus, a.bg-brown-darker:hover {
    background-color: #392822;
}

.bg-brown-light {
    color: #fff !important;
    background-color: #896052 !important;
}

a.bg-brown-light:focus, a.bg-brown-light:hover {
    background-color: #694a3e;
}

.bg-brown-lighter {
    color: #fff !important;
    background-color: #996b5b !important;
}

a.bg-brown-lighter:focus, a.bg-brown-lighter:hover {
    background-color: #795548;
}

.bg-grey {
    color: #fff !important;
    background-color: #9e9e9e !important;
}

a.bg-grey:focus, a.bg-grey:hover {
    background-color: #858585;
}

.bg-grey-dark {
    color: #fff !important;
    background-color: #919191 !important;
}

a.bg-grey-dark:focus, a.bg-grey-dark:hover {
    background-color: #787878;
}

.bg-grey-darker {
    color: #fff !important;
    background-color: #858585 !important;
}

a.bg-grey-darker:focus, a.bg-grey-darker:hover {
    background-color: #6b6b6b;
}

.bg-grey-light {
    color: #fff !important;
    background-color: #ababab !important;
}

a.bg-grey-light:focus, a.bg-grey-light:hover {
    background-color: #919191;
}

.bg-grey-lighter {
    color: #fff !important;
    background-color: #b8b8b8 !important;
}

a.bg-grey-lighter:focus, a.bg-grey-lighter:hover {
    background-color: #9e9e9e;
}

.bg-bluegrey {
    color: #fff !important;
    background-color: #607d8b !important;
}

a.bg-bluegrey:focus, a.bg-bluegrey:hover {
    background-color: #4b626d;
}

.bg-bluegrey-dark {
    color: #fff !important;
    background-color: #566f7c !important;
}

a.bg-bluegrey-dark:focus, a.bg-bluegrey-dark:hover {
    background-color: #41545e;
}

.bg-bluegrey-darker {
    color: #fff !important;
    background-color: #4b626d !important;
}

a.bg-bluegrey-darker:focus, a.bg-bluegrey-darker:hover {
    background-color: #36474f;
}

.bg-bluegrey-light {
    color: #fff !important;
    background-color: #6b8a99 !important;
}

a.bg-bluegrey-light:focus, a.bg-bluegrey-light:hover {
    background-color: #566f7c;
}

.bg-bluegrey-lighter {
    color: #fff !important;
    background-color: #7b96a3 !important;
}

a.bg-bluegrey-lighter:focus, a.bg-bluegrey-lighter:hover {
    background-color: #607d8b;
}

.text-primary {
    color: #4c7ff0 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #1d5dec;
}

.text-default {
    color: #e8e8e8 !important;
}

a.text-default:focus, a.text-default:hover {
    color: #cfcfcf;
}

.text-warning {
    color: #f0c54c !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ecb61d;
}

.text-success {
    color: #7fc35c !important;
}

a.text-success:focus, a.text-success:hover {
    color: #65ad3f;
}

.text-info {
    color: #4cc3f0 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #1db3ec;
}

.text-white {
    color: #fff !important;
}

a.text-white:focus, a.text-white:hover {
    color: #e6e6e6;
}

.text-danger {
    color: #d26d54 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c04f33;
}

.text-muted {
    color: #b3b3b3 !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #999;
}

.text-color {
    color: rgba(0, 0, 0, .7) !important;
}

a.text-color:focus, a.text-color:hover {
    color: rgba(0, 0, 0, .7);
}

.text-red {
    color: #f44336 !important;
}

a.text-red:focus, a.text-red:hover {
    color: #ea1c0d;
}

.text-pink {
    color: #e91e63 !important;
}

a.text-pink:focus, a.text-pink:hover {
    color: #c1134e;
}

.text-purple {
    color: #9c27b0 !important;
}

a.text-purple:focus, a.text-purple:hover {
    color: #771e86;
}

.text-deeppurple {
    color: #673ab7 !important;
}

a.text-deeppurple:focus, a.text-deeppurple:hover {
    color: #512e90;
}

.text-indigo {
    color: #3f51b5 !important;
}

a.text-indigo:focus, a.text-indigo:hover {
    color: #32408f;
}

.text-blue {
    color: #2196f3 !important;
}

a.text-blue:focus, a.text-blue:hover {
    color: #0c7cd5;
}

.text-lightblue {
    color: #03a9f4 !important;
}

a.text-lightblue:focus, a.text-lightblue:hover {
    color: #0286c2;
}

.text-cyan {
    color: #00bcd4 !important;
}

a.text-cyan:focus, a.text-cyan:hover {
    color: #008fa1;
}

.text-teal {
    color: #009688 !important;
}

a.text-teal:focus, a.text-teal:hover {
    color: #00635a;
}

.text-green {
    color: #4caf50 !important;
}

a.text-green:focus, a.text-green:hover {
    color: #3d8b40;
}

.text-lightgreen {
    color: #74d108 !important;
}

a.text-lightgreen:focus, a.text-lightgreen:hover {
    color: #59a006;
}

.text-lime {
    color: #cddc39 !important;
}

a.text-lime:focus, a.text-lime:hover {
    color: #b2c022;
}

.text-yellow {
    color: #ffeb3b !important;
}

a.text-yellow:focus, a.text-yellow:hover {
    color: #ffe608;
}

.text-amber {
    color: #ffc107 !important;
}

a.text-amber:focus, a.text-amber:hover {
    color: #d39e00;
}

.text-orange {
    color: #ff9800 !important;
}

a.text-orange:focus, a.text-orange:hover {
    color: #cc7a00;
}

.text-deeporange {
    color: #ff5722 !important;
}

a.text-deeporange:focus, a.text-deeporange:hover {
    color: #ee3900;
}

.text-brown {
    color: #795548 !important;
}

a.text-brown:focus, a.text-brown:hover {
    color: #593f35;
}

.text-grey {
    color: #9e9e9e !important;
}

a.text-grey:focus, a.text-grey:hover {
    color: #858585;
}

.text-bluegrey {
    color: #607d8b !important;
}

a.text-bluegrey:focus, a.text-bluegrey:hover {
    color: #4b626d;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.ui-datepicker table {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: none;
    background-color: #fff;
}

    .ui-datepicker table thead {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .ui-datepicker table .h6 {
        font-size: .8125rem;
    }

    .ui-datepicker table .btn {
        border-color: transparent;
        background-color: transparent;
    }

        .ui-datepicker table .btn:hover {
            border-color: #e8e8e8;
            background-color: #e8e8e8;
        }

        .ui-datepicker table .btn.active {
            border-color: #4c7ff0;
            background-color: #4c7ff0;
            box-shadow: none;
        }

            .ui-datepicker table .btn.active span {
                color: #fff !important;
            }

.ui-datepicker .dropdown-menu table {
    border: 0;
}

.ui-timepicker td {
    padding: 0 5px;
}

.glyphicon-star, .glyphicon-star-empty {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    background-size: contain;
}

.glyphicon-star-empty {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=") no-repeat;
}

.glyphicon-star {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=") no-repeat;
}

.glyphicon-chevron-left, .glyphicon-chevron-right {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon-chevron-left:before {
        content: '\f104';
    }

    .glyphicon-chevron-right:before {
        content: '\f105';
    }

.session-panel {
    width: 100%;
    min-height: 100vh;
}

.session {
    min-height: 100vh;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.session, .session-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.session-content {
    padding: 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.session-wrapper {
    min-height: 100%;
    margin: 0 auto-3rem;
}

    .session-wrapper:after {
        content: "";
        display: table;
        clear: both;
        height: 3rem;
    }

.app.error-page .card, .app.lockscreen .card {
    display: block;
    width: 100%;
    margin: 100px auto;
}

.app.lockscreen .card {
    max-width: 400px;
}

.form-layout {
    -webkit-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 540px;
    margin: 0 auto;
}

    .form-layout label {
        display: block;
        width: 100%;
    }

    .form-layout .divider {
        display: block;
        height: 1px;
        margin: 1.563rem -1rem;
        text-align: center;
        background: rgba(0, 0, 0, .1);
    }

        .form-layout .divider span {
            position: relative;
            top: -10px;
            display: inline-block;
            padding: 0 .75rem;
            background-color: #fff;
        }

.lockcode {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

.lockscreen-avatar {
    position: relative;
    display: block;
    margin: 0 auto;
}

    .lockscreen-avatar img {
        border: 5px solid #fff;
    }

.error-number {
    font-size: 150px;
    line-height: 1;
}

    .error-number strong {
        font-weight: 900;
    }

.error-icon {
    font-size: 100px;
    line-height: 160px;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    color: #d26d54;
    border: 3px solid #d26d54;
    border-radius: 50%;
}

.fc-toolbar {
    margin: 0;
    margin-bottom: 0;
    padding: .75rem 1rem;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background: #4cc3f0;
}

    .fc-toolbar .fc-left {
        display: block;
        width: 100%;
        margin-bottom: 1.5rem;
    }

        .fc-toolbar .fc-left h2 {
            float: none;
            text-align: center;
        }

    .fc-toolbar .fc .fc-toolbar > * > * {
        float: none;
    }

    .fc-toolbar .fc-left h2 {
        font-size: 1.2rem;
    }

    .fc-toolbar > .fc-center {
        display: table;
    }

.fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fc-t-events {
    outline: none;
}

.fc td.fc-widget-header {
    padding: .5rem 0;
    color: #fff;
    border: 0;
    background-color: #34bbee;
}

.fullcalendar {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
}

    .fullcalendar th.fc-widget-header {
        font-size: .8125rem;
        font-weight: 400;
        border-width: 0;
    }

    .fullcalendar .fc td {
        font-weight: 600;
    }

    .fullcalendar .fc td, .fullcalendar .fc th {
        border-right: 0;
        border-left: 0;
    }

    .fullcalendar .fc-day-grid > .fc-widget-content {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

        .fullcalendar .fc-day-grid > .fc-widget-content:last-child {
            border-bottom: 0;
        }

    .fullcalendar tr > .fc-day {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }

        .fullcalendar tr > .fc-day:last-child {
            border-right: 0;
        }

    .fullcalendar .fc-day-grid-event .fc-time {
        font-weight: inherit;
    }

        .fullcalendar .fc-day-grid-event .fc-time:after {
            display: inline-block;
            content: ':';
        }

    .fullcalendar .fc-widget-content {
        border-width: 0;
        border-color: rgba(0, 0, 0, .1);
    }

    .fullcalendar .fc-slats .fc-widget-content {
        border-width: 1px;
    }

    .fullcalendar .fc-unthemed .fc-popover, .fullcalendar .fc-unthemed .fc-row, .fullcalendar .fc-unthemed hr, .fullcalendar .fc-unthemed tbody, .fullcalendar .fc-unthemed td, .fullcalendar .fc-unthemed th, .fullcalendar .fc-unthemed thead {
        border-color: rgba(0, 0, 0, .1);
    }

        .fullcalendar .fc-unthemed .fc-popover .fc-header, .fullcalendar .fc-unthemed hr {
            background-color: rgba(0, 0, 0, .1);
        }

    .fullcalendar .fc-state-active, .fullcalendar .fc-state-disabled, .fullcalendar .fc-state-down, .fullcalendar .fc-state-hover {
        color: rgba(0, 0, 0, .7);
        outline: none;
        background-color: rgba(0, 0, 0, .1);
    }

    .fullcalendar .fc-state-hover {
        color: rgba(0, 0, 0, .7);
    }

    .fullcalendar .fc-button {
        position: relative;
        z-index: 1;
        height: inherit;
        padding: .375rem 1rem;
        outline: 0;
        background-image: none;
        text-shadow: none;
        color: rgba(0, 0, 0, .7);
        background-color: #e8e8e8;
        border-color: #e2e1e1;
        box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
        border-radius: 2px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        -webkit-backface-visibility: hidden;
    }

        .fullcalendar .fc-button.focus, .fullcalendar .fc-button:focus, .fullcalendar .fc-button:hover {
            color: rgba(0, 0, 0, .7);
            background-color: #cfcfcf;
            border-color: #c4c2c2;
        }

        .fullcalendar .fc-button.active, .fullcalendar .fc-button:active, .open > .fullcalendar .fc-button.dropdown-toggle {
            color: rgba(0, 0, 0, .7);
            background-color: #cfcfcf;
            border-color: #c4c2c2;
            background-image: none;
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        }

            .fullcalendar .fc-button.active.focus, .fullcalendar .fc-button.active:focus, .fullcalendar .fc-button.active:hover, .fullcalendar .fc-button:active.focus, .fullcalendar .fc-button:active:focus, .fullcalendar .fc-button:active:hover, .open > .fullcalendar .fc-button.dropdown-toggle.focus, .open > .fullcalendar .fc-button.dropdown-toggle:focus, .open > .fullcalendar .fc-button.dropdown-toggle:hover {
                color: rgba(0, 0, 0, .7);
                background-color: #bdbdbd;
                border-color: #a3a0a0;
            }

        .fullcalendar .fc-button.disabled.focus, .fullcalendar .fc-button.disabled:focus, .fullcalendar .fc-button.disabled:hover, .fullcalendar .fc-button:disabled.focus, .fullcalendar .fc-button:disabled:focus, .fullcalendar .fc-button:disabled:hover {
            background-color: #e8e8e8;
            border-color: #e2e1e1;
        }

        .fullcalendar .fc-button.fc-today-button {
            margin-right: 1.5rem;
        }

        .fullcalendar .fc-button.fc-state-active, .fullcalendar .fc-button.fc-state-down {
            border-color: #c4c2c2;
            background-color: #cfcfcf;
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        }

.fc-widget-content {
    border: 0;
}

.fc .fc-toolbar > * > * {
    margin-left: 0;
}

.fc-event {
    font-size: 12px;
    padding: 2px 5px;
    color: #fff;
    border-color: transparent;
    border-radius: 0;
}

.external-event {
    font-size: .8125rem;
    display: block;
    margin: 0 0 .0625rem;
    padding: 4px;
    border-color: transparent;
}

    .external-event .remove {
        cursor: pointer;
    }

.external-events {
    padding: 0;
    list-style: none;
}

    .external-events li {
        position: relative;
        display: block;
        margin: 0 5px 5px;
        padding: 0 5px;
        border-radius: 2px;
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
    }

    .external-events .form-control {
        font-size: .9rem;
        padding-left: 0;
    }

.event-type {
    margin-top: 5px;
    padding: 0;
    list-style: none;
}

    .event-type li {
        display: inline-block;
    }

        .event-type li a:before {
            display: block;
            width: 100%;
            height: 100%;
            content: '';
            background-color: #4c7ff0;
        }

        .event-type li a.active, .event-type li a:focus, .event-type li a:hover {
            border-color: #4c7ff0;
        }

        .event-type li a {
            position: relative;
            display: block;
            width: 15px;
            height: 15px;
            padding: 1px;
            border: .0625rem solid transparent;
        }

@media (max-width:767px) {
    .fc-toolbar .fc-center, .fc-toolbar .fc-right {
        display: table;
        float: none;
        margin: 0 auto 1.5rem;
    }
}

.media-item {
    margin-bottom: 1.5rem;
}

.media .card-block {
    margin-bottom: .2rem;
    padding: .3rem;
    border-radius: 0;
}

.media p {
    margin-bottom: 0;
}

.invoice-logo {
    height: 50px;
}

.invoice-totals {
    margin-bottom: 15px;
    text-align: right;
}

    .invoice-totals:after {
        content: "";
        display: table;
        clear: both;
    }

    .invoice-totals .invoice-totals-row {
        margin-bottom: 5px;
    }

    .invoice-totals .invoice-totals-title {
        margin-right: 15px;
    }

    .invoice-totals .invoice-totals-value {
        display: inline-block;
        min-width: 140px;
        text-align: left;
    }

.contacts-container {
    height: calc(100vh - 3.438rem);
}

    .contacts-container .contacts-list {
        background-color: #e8e8e8;
    }

        .contacts-container .contacts-list a {
            position: relative;
            display: table;
            padding: 1rem;
            clear: both;
        }

            .contacts-container .contacts-list a .contact-avatar {
                width: 34px;
            }

            .contacts-container .contacts-list a .contact-details > * {
                display: block;
            }

            .contacts-container .contacts-list a:focus, .contacts-container .contacts-list a:hover {
                background-color: #ebebeb;
                color: rgba(0, 0, 0, .7);
            }

.header-secondary + .main-content > .content-view .contacts-container {
    height: calc(100vh - 6.876rem);
}

.messages-list {
    position: relative;
}

.message-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .message-list .message-list-item a {
        display: block;
        padding: .75rem 1rem;
        cursor: pointer;
        color: rgba(0, 0, 0, .7);
    }

        .message-list .message-list-item a:after {
            content: "";
            display: table;
            clear: both;
        }

        .message-list .message-list-item a:active, .message-list .message-list-item a:focus, .message-list .message-list-item a:hover {
            color: rgba(0, 0, 0, .7);
            background-color: rgba(0, 0, 0, .05);
        }

        .message-list .message-list-item a p {
            margin-bottom: 0;
        }

        .message-list .message-list-item a .message-list-item-header {
            display: block;
            margin-bottom: 2px;
        }

            .message-list .message-list-item a .message-list-item-header span {
                color: #333;
            }

        .message-list .message-list-item a .time {
            font-size: 10px;
            font-weight: 600;
            margin-top: 3px;
            color: #b3b3b3;
            float: right;
        }

.message-view {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.contact-header, .message-header {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 3.438rem;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

    .contact-header .lead, .message-header .lead {
        margin-bottom: 5px;
    }

    .contact-header .date, .message-header .date {
        font-size: 11px;
        color: #b3b3b3;
        float: right;
    }

    .contact-header .contact-toolbar, .contact-header .message-toolbar, .message-header .contact-toolbar, .message-header .message-toolbar {
        position: relative;
        display: block;
        height: 100%;
        padding: 0 1rem;
    }

        .contact-header .contact-toolbar:after, .contact-header .message-toolbar:after, .message-header .contact-toolbar:after, .message-header .message-toolbar:after {
            content: "";
            display: table;
            clear: both;
        }

        .contact-header .contact-toolbar p, .contact-header .message-toolbar p, .message-header .contact-toolbar p, .message-header .message-toolbar p {
            padding: 8px 0;
        }

        .contact-header .contact-toolbar input, .contact-header .message-toolbar input, .message-header .contact-toolbar input, .message-header .message-toolbar input {
            font-size: .8125rem;
            width: 100%;
            margin-top: .694rem;
            margin-bottom: .694rem;
        }

        .contact-header .contact-toolbar a, .contact-header .message-toolbar a, .message-header .contact-toolbar a, .message-header .message-toolbar a {
            display: inline-block;
            color: rgba(26, 26, 26, .7);
            margin-top: .8125rem;
            margin-bottom: .8125rem;
        }

            .contact-header .contact-toolbar a:hover, .contact-header .message-toolbar a:hover, .message-header .contact-toolbar a:hover, .message-header .message-toolbar a:hover {
                color: rgba(0, 0, 0, .7);
            }

.no-contacts, .no-messages {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.contacts-list {
    position: relative;
}

@media (min-width:992px) {
    .contacts-sidebar {
        width: 250px;
    }

    .contacts-list {
        min-width: 240px;
        max-width: 240px;
    }
}

@media (max-width:991px) {
    .contact-view, .message-view {
        position: fixed;
        z-index: 1100;
        top: 3.438rem;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
        transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
        transition: transform .2s cubic-bezier(.7, 0, .3, 1);
        transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
        background-color: hsla(0, 0%, 100%, .99);
        -webkit-transform: translate(100%);
        transform: translate(100%);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

        .contact-view .scroll, .message-view .scroll {
            overflow-x: hidden;
            overflow-y: auto;
            height: 100%;
        }

    .contact-open .contact-view, .message-open .message-view {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .contacts-list {
        min-height: calc(100vh - 6.438rem);
    }

        .contacts-list #list1 {
            position: absolute;
        }
}

.profile-bio .background {
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 2px 2px 0 0;
    background-color: #4c7ff0;
}

.profile-bio .avatar {
    display: inline-block;
    max-width: 100%;
    margin: -30px 5px 0 10px;
    padding: 1px;
    vertical-align: bottom;
    background-color: #fff;
    border-radius: 2px;
    float: left;
}

    .profile-bio .avatar img {
        box-sizing: border-box;
        width: 72px;
        height: 72px;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 4px;
    }

.profile-bio .user-details {
    margin: 5px 0 0;
}

    .profile-bio .user-details .user-name {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1rem;
    }

.profile-bio .user-stats {
    margin: 10px;
    padding: 10px 0;
}

    .profile-bio .user-stats > ul {
        display: table;
        box-sizing: border-box;
        min-width: 100%;
        margin: 0;
        padding: 0;
        table-layout: auto;
        list-style: outside none none;
    }

        .profile-bio .user-stats > ul > li {
            display: table-cell;
            padding: 0;
            vertical-align: top;
        }

            .profile-bio .user-stats > ul > li > a:hover {
                text-decoration: none;
            }

    .profile-bio .user-stats .small {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .01rem;
    }

.post-header {
    display: table;
    width: 100%;
    margin-top: -146px;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

    .post-header > * {
        display: table-cell;
        float: none;
        height: 100%;
        vertical-align: bottom;
    }

.profile-header {
    display: table;
    width: 100%;
    margin-top: -23%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

    .profile-header > * {
        display: table-cell;
        float: none;
        height: 100%;
        vertical-align: bottom;
    }

.profile-avatar {
    z-index: 1;
    display: block;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(50, 70, 75, .2);
}

.profile-stats {
    width: 40%;
    float: right;
}

.profile-user {
    width: 60%;
}

.profile-sidebar-item {
    margin: 0 0 1.5rem;
}

    .profile-sidebar-item:after {
        content: "";
        display: table;
        clear: both;
    }

    .profile-sidebar-item p {
        margin: 0;
    }

    .profile-sidebar-item.profile-info {
        text-align: center;
    }

.profile-reccomendations .user-meta {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

    .profile-reccomendations .user-meta li {
        padding: 5px 0;
    }

.profile-numbers-count {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .profile-numbers-count li {
        font-size: 12px;
        display: table-cell;
        float: none;
        text-align: center;
        vertical-align: middle;
        border-right: .0625rem solid rgba(0, 0, 0, .1);
    }

        .profile-numbers-count li:Last-child {
            border-right: 0;
        }

        .profile-numbers-count li span {
            font-size: 25px;
            display: block;
            color: #4d4d4d;
        }

.profile-timeline-header {
    margin-bottom: 5px;
}

    .profile-timeline-header:after {
        content: "";
        display: table;
        clear: both;
    }

    .profile-timeline-header .profile-timeline-user {
        position: relative;
        display: block;
        float: left;
        margin-right: .9rem;
    }

        .profile-timeline-header .profile-timeline-user img {
            max-width: 48px;
        }

    .profile-timeline-header .profile-timeline-user-details {
        margin-top: 5px;
        margin-left: 63px;
    }

.profile-timeline-content {
    margin-left: 63px;
}

.profile-timeline-controls a {
    display: inline-block;
}

.profile-timeline-images {
    margin-right: -2px;
    margin-bottom: 10px;
    margin-left: -2px;
}

    .profile-timeline-images .image-link {
        display: block;
        width: 50%;
        padding-right: 2px;
        padding-left: 2px;
        float: left;
    }

    .profile-timeline-images .image-link-smaller {
        display: block;
        width: 25%;
        padding-right: 2px;
        padding-bottom: 4px;
        padding-left: 2px;
        float: left;
    }

.profile-timeline-audio {
    margin-bottom: 10px;
    padding: 0;
}

    .profile-timeline-audio .audio {
        display: table;
        width: 100%;
    }

        .profile-timeline-audio .audio .audio-timeline, .profile-timeline-audio .audio .play_pause, .profile-timeline-audio .audio .time {
            display: table-cell;
            float: none;
            text-align: center;
            vertical-align: middle;
        }

        .profile-timeline-audio .audio .play_pause {
            width: 40px;
        }

        .profile-timeline-audio .audio .progress {
            width: 100%;
            height: 5px;
            margin: 0;
            float: left;
            border-radius: 0;
        }

            .profile-timeline-audio .audio .progress .done {
                width: 34%;
                height: 5px;
                text-align: center;
                background-color: #4c7ff0;
                float: left;
                -webkit-transition: width .6s ease;
                transition: width .6s ease;
            }

        .profile-timeline-audio .audio .time {
            width: 80px;
        }

.post-comments {
    margin: 20px 0 0;
}

    .post-comments .media {
        margin: 0;
    }

    .post-comments .comment {
        overflow: hidden;
        padding-left: .9rem;
    }

    .post-comments .comment-author a {
        color: #333;
    }

    .post-comments .comment-author .time {
        font-size: 11px;
        font-weight: 600;
        color: rgba(64, 64, 64, .7);
    }

    .post-comments .avatar {
        max-width: 48px;
    }

    .post-comments .comment {
        overflow: hidden;
    }

    .post-comments .comment-meta {
        margin-bottom: 5px;
        float: right;
    }

.timeline {
    position: relative;
    margin-bottom: 3.25rem;
}

    .timeline:before {
        position: absolute;
        top: 6px;
        width: 3px;
        height: 100%;
        content: '';
        background: #fff;
        left: 98px;
    }

    .timeline .timeline-icon {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        left: 80px;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #fff;
    }

        .timeline .timeline-icon > i {
            line-height: 40px;
        }

    .timeline .timeline-card {
        position: relative;
        margin: 40px 0;
    }

        .timeline .timeline-card:after {
            content: "";
            display: table;
            clear: both;
        }

        .timeline .timeline-card:first-child {
            margin-top: 0;
        }

    .timeline .timeline-heading {
        position: relative;
        margin-bottom: 1rem;
        border-color: transparent;
    }

        .timeline .timeline-heading:after {
            content: "";
            display: table;
            clear: both;
        }

        .timeline .timeline-heading.border:after {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            height: 1px;
            content: '';
            border-bottom: .0625rem solid rgba(0, 0, 0, .06);
        }

    .timeline .timeline-content {
        position: relative;
        margin-left: 150px;
    }

        .timeline .timeline-content:after {
            content: "";
            display: table;
            clear: both;
        }

        .timeline .timeline-content .timeline-body {
            display: inline-block;
            padding: .5rem;
            background: #fff;
            box-shadow: 0 0 0 1px rgba(64, 64, 69, .08);
            border-radius: 2px;
        }

        .timeline .timeline-content .timeline-date {
            display: inline-block;
            padding: 5px 0 10px;
        }

        .timeline .timeline-content .timeline-body:before {
            position: absolute;
            top: 13px;
            width: 0;
            height: 0;
            content: ' ';
            pointer-events: none;
            border-width: 7px;
            border-style: solid;
            right: 100%;
            border-color: transparent hsla(0, 0%, 59%, .2) transparent transparent;
        }

        .timeline .timeline-content .timeline-body:after {
            position: absolute;
            top: 14px;
            width: 0;
            height: 0;
            content: ' ';
            pointer-events: none;
            border-width: 6px;
            border-style: solid;
            right: 100%;
            border-color: transparent #fff transparent transparent;
        }

@media (min-width:992px) {
    .timeline:not(.stacked):before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content, .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content .timeline-body {
        float: right;
    }

        .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content .timeline-body:before {
            position: absolute;
            right: auto;
            left: 100%;
            border-color: transparent transparent transparent hsla(0, 0%, 59%, .2);
        }

        .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content .timeline-body:after {
            position: absolute;
            right: auto;
            left: 100%;
            border-color: transparent transparent transparent #fff;
        }

        .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content .timeline-date {
            right: 122%;
            left: auto;
            text-align: right;
        }

    .timeline:not(.stacked) .timeline-card:first-child {
        margin-top: 0;
    }

    .timeline:not(.stacked) .timeline-icon {
        left: 50%;
        margin-left: -20px;
    }

    .timeline:not(.stacked) .timeline-content {
        width: 45%;
        margin-left: 0;
    }

    .timeline .timeline-date {
        position: absolute;
        top: 6px;
        width: 100%;
        left: 122%;
    }

    .timeline.stacked .timeline-date {
        left: -150px;
    }
}

@media (max-width:991px) {
    .timeline .timeline-date {
        position: absolute;
        top: 6px;
        width: 100%;
        left: -150px;
    }
}

.flot-x-axis > :first-child {
    display: none;
}

.chart_container, .rickshaw-chart {
    position: relative;
}

.y_axis {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
}

.chart, .chart-sm {
    width: 100%;
    border: 0;
}

.chart-sm {
    height: 150px;
}

.chart-legend.first {
    padding-top: 80px;
}

.c3chart {
    position: relative;
    display: block;
    width: 100%;
}

.ui-slider {
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
    background: #efefef;
}

    .ui-slider, .ui-slider .ui-slider-range {
        border-radius: 2px;
    }

        .ui-slider .ui-slider-handle {
            position: absolute;
            z-index: 2;
            width: 14px;
            height: 14px;
            cursor: default;
            cursor: pointer;
            -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
            transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
            transition: transform .2s cubic-bezier(.7, 0, .3, 1);
            transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
            outline: none;
            background: #fff;
            border-radius: 1px;
            -ms-touch-action: none;
            touch-action: none;
            box-shadow: 0 0 0 1px #a3a3a3;
        }

            .ui-slider .ui-slider-handle.ui-state-active {
                -webkit-transform: scale(2);
                transform: scale(2);
            }

        .ui-slider .ui-slider-range {
            font-size: .7em;
            position: absolute;
            z-index: 1;
            display: block;
            border: 0;
            background-position: 0 0;
        }

        .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
            -webkit-filter: inherit;
            filter: inherit;
        }

.ui-slider-horizontal {
    height: 4px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -5px;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    display: inline-block;
    width: 4px;
    height: 9.375rem;
    margin: 0 8px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -5px;
        margin-bottom: -.6em;
        margin-left: 0;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-slider-range, .ui-slider-range-min {
    background-color: #4c7ff0;
}

.slider-info .ui-slider-range, .slider-info .ui-slider-range-min {
    background-color: #4cc3f0;
}

.slider-info .ui-slider-handle {
    background-color: #aae3f8;
    box-shadow: 0 0 0 1px #4cc3f0;
}

.slider-info .slider-handle.triangle {
    border-bottom-color: #4cc3f0;
}

.slider-primary .ui-slider-range, .slider-primary .ui-slider-range-min {
    background-color: #4c7ff0;
}

.slider-primary .ui-slider-handle {
    background-color: #aac2f8;
    box-shadow: 0 0 0 1px #4c7ff0;
}

.slider-primary .slider-handle.triangle {
    border-bottom-color: #4c7ff0;
}

.slider-success .ui-slider-range, .slider-success .ui-slider-range-min {
    background-color: #7fc35c;
}

.slider-success .ui-slider-handle {
    background-color: #badea7;
    box-shadow: 0 0 0 1px #7fc35c;
}

.slider-success .slider-handle.triangle {
    border-bottom-color: #7fc35c;
}

.slider-warning .ui-slider-range, .slider-warning .ui-slider-range-min {
    background-color: #f0c54c;
}

.slider-warning .ui-slider-handle {
    background-color: #f8e3aa;
    box-shadow: 0 0 0 1px #f0c54c;
}

.slider-warning .slider-handle.triangle {
    border-bottom-color: #f0c54c;
}

.slider-danger .ui-slider-range, .slider-danger .ui-slider-range-min {
    background-color: #d26d54;
}

.slider-danger .ui-slider-handle {
    background-color: #e7b2a5;
    box-shadow: 0 0 0 1px #d26d54;
}

.slider-danger .slider-handle.triangle {
    border-bottom-color: #d26d54;
}

.rounded-handler .ui-slider-handle {
    border-radius: 50%;
}

div.tagsinput {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: .3125rem .3125rem 0;
    border-color: rgba(0, 0, 0, .1);
    background: #fff;
}

    div.tagsinput span.tag {
        font-family: inherit;
        padding: .125rem .3125rem;
        color: #fff;
        border-color: #4c7ff0;
        background: #4c7ff0;
        border-radius: 2px;
    }

        div.tagsinput span.tag a {
            font-size: .8125rem;
            color: #fff;
        }

    div.tagsinput input {
        font-family: inherit;
        color: #fff;
    }

.not_valid {
    color: #983e28 !important;
    background: #f2d4cd !important;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    right: 12px;
    left: auto;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    right: 13px;
    left: auto;
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}

    .bootstrap-timepicker .input-group-addon i {
        display: inline-block;
        width: 16px;
        height: 16px;
    }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        position: absolute;
        display: inline-block;
        content: '';
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, .2);
        border-left: 7px solid transparent;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        position: absolute;
        display: inline-block;
        content: '';
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-top: 7px solid #999;
    border-bottom: 0;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-timepicker-widget .glyphicon-chevron-down, .bootstrap-timepicker-widget .glyphicon-chevron-up {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .bootstrap-timepicker-widget .glyphicon-chevron-up:before {
        content: '\f106';
    }

    .bootstrap-timepicker-widget .glyphicon-chevron-down:before {
        content: '\f107';
    }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        height: 30px;
        margin: 0;
        padding: 2px;
        text-align: center;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            display: inline-block;
            width: 100%;
            margin: 0;
            padding: 8px 0;
            color: #333;
            border: 1px solid transparent;
            outline: 0;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                border-color: #ddd;
                border-radius: 4px;
                background-color: #eee;
            }

            .bootstrap-timepicker-widget table td a i {
                font-size: 18px;
                margin-top: 2px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width:767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width:767px) {
    .bootstrap-timepicker, .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        right: 0;
        left: auto;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            right: .75rem;
            left: auto;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            right: .8125rem;
            left: auto;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 1px;
}

    .bootstrap-timepicker-widget.dropdown-menu:before {
        position: absolute;
        display: inline-block;
        content: '';
        border-right: .4375rem solid transparent;
        border-bottom: .4375rem solid rgba(0, 0, 0, .2);
        border-left: .4375rem solid transparent;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        position: absolute;
        display: inline-block;
        content: '';
        border-right: .375rem solid transparent;
        border-bottom: .375rem solid #fff;
        border-left: .375rem solid transparent;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: .375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: .4375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: .375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: .4375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -.4375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -.375rem;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    top: auto;
    bottom: -.4375rem;
    border-top: .4375rem solid #999;
    border-bottom: 0;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto;
    bottom: -.375rem;
    border-top: .375rem solid #fff;
    border-bottom: 0;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 2px;
}

.bootstrap-timepicker-widget table td.separator {
    width: .125rem;
    padding: 0;
}

.bootstrap-timepicker-widget table td a {
    padding: 0;
    color: rgba(0, 0, 0, .7);
}

    .bootstrap-timepicker-widget table td a:hover {
        color: rgba(0, 0, 0, .7);
        border-color: transparent;
        background-color: transparent;
        border-radius: 2px;
    }

    .bootstrap-timepicker-widget table td a i {
        font-size: .8125rem;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        -webkit-transform: translate(0);
        transform: translate(0);
        speak: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .bootstrap-timepicker-widget table td a i:after {
            display: inline-block;
            width: .875rem;
            height: .875rem;
            vertical-align: middle;
        }

    .bootstrap-timepicker-widget table td a .icon-chevron-down:after {
        line-height: .5625rem;
        content: '\f0dd';
    }

    .bootstrap-timepicker-widget table td a .icon-chevron-up:after {
        line-height: 1.25rem;
        content: '\f0de';
    }

.bootstrap-timepicker-widget table td input {
    border: 0;
}

.bootstrap-timepicker-widget .modal-content {
    padding: .25rem;
}

.c3 svg, .c3 svg text {
    font: .625rem -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: rgba(0, 0, 0, .7);
}

.c3 line, .c3 path {
    stroke: rgba(0, 0, 0, .1);
}

.c3 .c3-tooltip {
    box-shadow: none;
}

    .c3 .c3-tooltip tr {
        border-color: #4c7ff0;
    }

    .c3 .c3-tooltip th {
        font-size: .8125rem;
        background-color: #4c7ff0;
    }

    .c3 .c3-tooltip td {
        border-left-color: #4c7ff0;
    }

.canvas-holder {
    position: relative;
    margin: 0;
    padding: 0;
}

.doughnut-legend {
    position: absolute;
    top: 0;
    right: .5rem;
    list-style: none;
}

    .doughnut-legend li {
        position: relative;
        display: block;
        margin-bottom: .25rem;
        padding: .125rem .5rem .125rem 1.75rem;
        padding-left: 1.875rem;
        cursor: default;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

        .doughnut-legend li:hover {
            background-color: #e8e8e8;
        }

        .doughnut-legend li span {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 1.25rem;
            height: 100%;
        }

.clockpicker-popover .popover-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(0, 0, 0, .7);
}

    .clockpicker-popover .popover-title span {
        cursor: pointer;
    }

.clockpicker-popover .popover-content {
    background-color: #fff;
}

    .clockpicker-popover .popover-content:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.clockpicker-popover .clockpicker-plate {
    border: .0625rem solid rgba(0, 0, 0, .1);
}

.clockpicker-popover .clockpicker-button {
    margin: 0;
    padding: .625rem 0;
    border-width: .0625rem 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorpicker {
    display: none;
    visibility: visible;
    min-width: initial !important;
    padding: .3125rem;
    opacity: 1;
    box-shadow: 0 .0625rem 1px transparent;
}

.center-block > .datepicker {
    margin: 0 auto;
}

.datepicker.dropdown-menu {
    font-size: .8125rem;
    display: none;
    visibility: visible;
    padding: 1rem;
    border-color: rgba(0, 0, 0, .1);
    opacity: 1;
    border-radius: 2px;
    box-shadow: 0 .0625rem 1px transparent;
}

.datepicker-inline {
    border: .0625rem solid rgba(0, 0, 0, .1);
}

.datepicker {
    border-radius: 2px;
}

.datepicker-dropdown {
    font-size: .8125rem;
    display: none;
    visibility: visible;
    padding: 1rem;
    border-color: rgba(0, 0, 0, .1);
    opacity: 1;
    border-radius: 2px;
    box-shadow: 0 .0625rem 1px transparent;
}

    .datepicker-dropdown:before {
        border-bottom-color: rgba(0, 0, 0, .1);
        border-bottom-color: rgba(0, 0, 0, .2);
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        border-top-color: rgba(0, 0, 0, .1);
    }

.datepicker table tr td, .datepicker table tr th {
    border-radius: 2px;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        position: relative;
        text-shadow: 0 -.0625rem 0 rgba(0, 0, 0, .25);
        color: #fff;
        background-color: #4c7ff0;
        border-color: #4c7ff0;
        box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    }

        .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.focus, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover {
            color: #fff;
            background-color: #1d5dec;
            border-color: #1457eb;
        }

            .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .open > .datepicker table tr td.active.disabled.dropdown-toggle, .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle, .open > .datepicker table tr td.active.dropdown-toggle, .open > .datepicker table tr td.active:hover.dropdown-toggle {
                color: #fff;
                background-color: #1d5dec;
                border-color: #1457eb;
                background-image: none;
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            }

                .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active.focus, .datepicker table tr td.active.disabled.active:focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled:active.focus, .datepicker table tr td.active.disabled:active:focus, .datepicker table tr td.active.disabled:active:hover, .datepicker table tr td.active.disabled:hover.active.focus, .datepicker table tr td.active.disabled:hover.active:focus, .datepicker table tr td.active.disabled:hover.active:hover, .datepicker table tr td.active.disabled:hover:active.focus, .datepicker table tr td.active.disabled:hover:active:focus, .datepicker table tr td.active.disabled:hover:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.active:hover.active.focus, .datepicker table tr td.active:hover.active:focus, .datepicker table tr td.active:hover.active:hover, .datepicker table tr td.active:hover:active.focus, .datepicker table tr td.active:hover:active:focus, .datepicker table tr td.active:hover:active:hover, .open > .datepicker table tr td.active.disabled.dropdown-toggle.focus, .open > .datepicker table tr td.active.disabled.dropdown-toggle:focus, .open > .datepicker table tr td.active.disabled.dropdown-toggle:hover, .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle.focus, .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle:focus, .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle:hover, .open > .datepicker table tr td.active.dropdown-toggle.focus, .open > .datepicker table tr td.active.dropdown-toggle:focus, .open > .datepicker table tr td.active.dropdown-toggle:hover, .open > .datepicker table tr td.active:hover.dropdown-toggle.focus, .open > .datepicker table tr td.active:hover.dropdown-toggle:focus, .open > .datepicker table tr td.active:hover.dropdown-toggle:hover {
                    color: #fff;
                    background-color: #124ed4;
                    border-color: #0f40ae;
                }

            .datepicker table tr td.active.disabled.disabled.focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:disabled.focus, .datepicker table tr td.active.disabled:disabled:focus, .datepicker table tr td.active.disabled:disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled.focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active.disabled:hover:disabled.focus, .datepicker table tr td.active.disabled:hover:disabled:focus, .datepicker table tr td.active.disabled:hover:disabled:hover, .datepicker table tr td.active:disabled.focus, .datepicker table tr td.active:disabled:focus, .datepicker table tr td.active:disabled:hover, .datepicker table tr td.active:hover.disabled.focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active:hover:disabled.focus, .datepicker table tr td.active:hover:disabled:focus, .datepicker table tr td.active:hover:disabled:hover {
                background-color: #4c7ff0;
                border-color: #4c7ff0;
            }

    .datepicker table tr td span {
        border-radius: 2px;
    }

        .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
            position: relative;
            text-shadow: 0 -.0625rem 0 rgba(0, 0, 0, .25);
            color: #fff;
            background-color: #4c7ff0;
            border-color: #4c7ff0;
            box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
        }

            .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:hover {
                color: #fff;
                background-color: #1d5dec;
                border-color: #1457eb;
            }

                .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle, .open > .datepicker table tr td span.active.dropdown-toggle, .open > .datepicker table tr td span.active:hover.dropdown-toggle {
                    color: #fff;
                    background-color: #1d5dec;
                    border-color: #1457eb;
                    background-image: none;
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
                }

                    .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover, .open > .datepicker table tr td span.active.disabled.dropdown-toggle.focus, .open > .datepicker table tr td span.active.disabled.dropdown-toggle:focus, .open > .datepicker table tr td span.active.disabled.dropdown-toggle:hover, .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle.focus, .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus, .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:hover, .open > .datepicker table tr td span.active.dropdown-toggle.focus, .open > .datepicker table tr td span.active.dropdown-toggle:focus, .open > .datepicker table tr td span.active.dropdown-toggle:hover, .open > .datepicker table tr td span.active:hover.dropdown-toggle.focus, .open > .datepicker table tr td span.active:hover.dropdown-toggle:focus, .open > .datepicker table tr td span.active:hover.dropdown-toggle:hover {
                        color: #fff;
                        background-color: #124ed4;
                        border-color: #0f40ae;
                    }

                .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:disabled.focus, .datepicker table tr td span.active.disabled:disabled:focus, .datepicker table tr td span.active.disabled:disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover:disabled.focus, .datepicker table tr td span.active.disabled:hover:disabled:focus, .datepicker table tr td span.active.disabled:hover:disabled:hover, .datepicker table tr td span.active:disabled.focus, .datepicker table tr td span.active:disabled:focus, .datepicker table tr td span.active:disabled:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover:disabled.focus, .datepicker table tr td span.active:hover:disabled:focus, .datepicker table tr td span.active:hover:disabled:hover {
                    background-color: #4c7ff0;
                    border-color: #4c7ff0;
                }

.input-daterange input:first-child {
    border-radius: 2px 0 0 2px;
}

.input-daterange input:last-child {
    border-radius: 0 2px 2px 0;
}

.input-daterange .input-group-addon {
    border: solid rgba(0, 0, 0, .1);
    background-color: rgba(3, 3, 3, .1);
}

.daterangepicker {
    font-size: .8125rem;
    display: none;
    visibility: visible;
    margin-top: -.0625rem;
    opacity: 1;
    border-radius: 2px;
    box-shadow: 0 .0625rem 1px transparent;
}

    .daterangepicker .ranges .input-mini {
        color: rgba(0, 0, 0, .7);
        background-color: transparent;
    }

    .daterangepicker .calendar-date, .daterangepicker .ranges .input-mini {
        border-color: rgba(0, 0, 0, .1);
        border-radius: 2px;
    }

    .daterangepicker td.available + td.start-date {
        border-radius: 2px 0 0 2px;
    }

    .daterangepicker td.in-range + td.end-date {
        border-radius: 0 2px 2px 0;
    }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background: #e8e8e8;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        color: #fff;
        border-color: #4c7ff0;
        background-color: #4c7ff0;
    }

    .daterangepicker td, .daterangepicker th {
        border-radius: 2px;
    }

    .daterangepicker .calendar td, .daterangepicker .calendar th {
        font-family: inherit;
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 2px;
    }

    .daterangepicker .ranges li {
        color: rgba(0, 0, 0, .7);
        border-color: rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, .1);
        border-radius: 2px;
    }

        .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
            border-color: #4c7ff0;
            background: #4c7ff0;
        }

.drop-box {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.563rem 1rem;
    text-align: center;
    border: .0625rem dashed rgba(0, 0, 0, .1);
    background: #fff;
}

.dragover {
    border-color: #4c7ff0;
}

.dropzone {
    display: table;
    width: 100%;
    padding: 0;
    border-width: 1px;
    border-style: dashed;
    background: #fff;
    border-radius: 2px;
}

    .dropzone .dz-message {
        display: table-cell;
        vertical-align: middle;
    }

    .dropzone .dz-preview.dz-file-preview .dz-image {
        background: #e8e8e8;
        border-radius: 2px;
    }

    .dropzone .dz-preview .dz-error-message {
        background: #d26d54;
        border-radius: 2px;
    }

        .dropzone .dz-preview .dz-error-message:after {
            border-bottom-color: #d26d54;
        }

    .dropzone .dz-preview .dz-progress {
        border-color: rgba(0, 0, 0, .1);
    }

        .dropzone .dz-preview .dz-progress .dz-upload {
            background: #4c7ff0;
        }

    .dropzone .dz-preview .dz-details .dz-filename:hover span {
        border-color: rgba(0, 0, 0, .1);
    }

    .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        border-radius: 2px;
    }

.my-drop-zone {
    min-height: 1.25rem;
    margin-bottom: 1rem;
    padding: 1.188rem;
    border: .0625rem dashed rgba(0, 0, 0, .7);
    background-color: #fff;
    border-radius: 2px;
}

.nv-file-over {
    border-color: #d26d54;
}

.another-file-over-class {
    border-color: #7fc35c;
}

.piechart {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .piechart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .piechart > div {
        display: table;
        width: 100%;
        height: 100%;
    }

        .piechart > div > div {
            display: table-cell;
            vertical-align: middle;
        }

    .piechart .percent {
        position: relative;
        display: block;
        margin: 0;
    }

        .piechart .percent:after {
            font-family: Helvetica, Georgia, serif;
            font-size: .5em;
            position: absolute;
            top: 0;
            content: '%';
        }

#tooltip {
    line-height: 1;
    position: absolute;
    display: none;
    padding: .3125rem .625rem;
    color: #fff;
    border: 0;
    background-color: #4c7ff0;
}

    #tooltip:before {
        position: absolute;
        top: .25rem;
        right: 100%;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-width: .375rem;
        border-style: solid;
        border-color: transparent #4c7ff0 transparent transparent;
    }

td.legendColorBox > div {
    padding: 0 !important;
    border: 0 !important;
}

    td.legendColorBox > div > div {
        border-radius: .25rem;
    }

td.legendLabel {
    padding-left: .3125rem;
}

#cd-google-map {
    position: relative;
}

#google-container {
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 25rem;
}

.google-map {
    width: 100%;
    padding: 0 !important;
    background: transparent;
}

    .google-map img {
        max-width: none !important;
    }

.gm-style-cc {
    display: none !important;
}

.iti-flag {
    width: 1rem;
    height: .6875rem;
    box-shadow: none;
}

.intl-tel-input {
    width: 100%;
}

    .intl-tel-input .flag-dropdown:hover .selected-flag {
        background-color: hsla(0, 0%, 91%, .5);
    }

    .intl-tel-input .selected-flag .arrow {
        border-top-color: rgba(0, 0, 0, .1);
    }

        .intl-tel-input .selected-flag .arrow.up {
            border-bottom-color: rgba(0, 0, 0, .1);
        }

    .intl-tel-input .country-list {
        z-index: 1000;
        border-color: rgba(0, 0, 0, .1);
        box-shadow: none;
    }

        .intl-tel-input .country-list .divider {
            border-bottom-color: rgba(0, 0, 0, .1);
        }

        .intl-tel-input .country-list .country .dial-code {
            color: rgba(0, 0, 0, .7);
        }

        .intl-tel-input .country-list .country.highlight {
            background-color: hsla(0, 0%, 91%, .5);
        }

.jvectormap-tip {
    font-family: inherit;
    color: rgba(0, 0, 0, .7);
    border: .0625rem solid #4c7ff0;
    background: #fff;
    border-radius: 2px;
}

.jvectormap-label {
    font-family: inherit;
    font-size: smaller;
    font-size: inherit;
    position: absolute;
    padding: .1875rem;
    color: #fff;
    border-color: #4c7ff0;
    background-color: #4c7ff0;
    border-radius: 2px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: .125rem;
}

    .jvectormap-zoomin:before, .jvectormap-zoomout:before {
        position: absolute;
        top: 50%;
        right: 50%;
        width: .125rem;
        height: .625rem;
        margin-top: -.25rem;
        margin-right: -.0625rem;
        content: '';
        background: rgba(0, 0, 0, .7);
    }

    .jvectormap-zoomin:after, .jvectormap-zoomout:after {
        position: absolute;
        top: 50%;
        right: 50%;
        width: .625rem;
        height: .125rem;
        margin-right: -.3125rem;
        content: '';
        background: rgba(0, 0, 0, .7);
    }

.jvectormap-zoomin {
    top: 1rem;
    margin-top: 0;
    margin-bottom: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.jvectormap-zoomout {
    top: 3.063rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .jvectormap-zoomout:before {
        display: none;
    }

input.labelauty + label {
    padding: .5625rem .625rem;
    color: rgba(0, 0, 0, .7);
    background-color: #e8e8e8;
    border-radius: 2px;
}

input.labelauty:not(:checked):not([disabled]) + label:hover {
    background-color: #e3e3e3;
}

input.labelauty:checked + label {
    color: #fff;
    background-color: #4c7ff0;
}

input.labelauty:checked:not([disabled]) + label:hover {
    background-color: #346eee;
}

input.btn-block + label {
    display: block;
    width: 100%;
}

input.to-labelauty-icon + label {
    display: inline-block;
    margin-right: .3125rem;
}

select.center-block + .ms-container {
    margin: 0 auto 1.5rem;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    color: rgba(0, 0, 0, .7);
}

.ms-container .ms-list {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
    border-radius: 2px;
}

    .ms-container .ms-list.ms-focus {
        border-color: #4c7ff0;
        box-shadow: none;
    }

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    font-size: .8125rem;
    color: rgba(0, 0, 0, .7);
    border-bottom-color: rgba(0, 0, 0, .1);
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    color: #fff;
    background-color: #4c7ff0;
}

.ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled {
    background-color: #e8e8e8;
}

.dd, .dd-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 1.875rem;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-empty, .dd-item, .dd-placeholder {
    line-height: 1.25rem;
    position: relative;
    display: block;
    min-height: 1.25rem;
    margin: 0;
    padding: 0;
}

.dd-handle {
    display: block;
    margin: .3125rem 0;
    padding: .625rem;
    text-decoration: none;
    background: #fff;
    border-radius: 2px;
}

    .dd-handle:hover {
        color: rgba(0, 0, 0, .7);
        background: #fff;
    }

.dd-item > .dd-handle {
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
}

.dd-item > button {
    line-height: 2.625rem;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 2.188rem;
    padding: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-indent: 100%;
    border: 0;
    background: transparent;
}

    .dd-item > button:before {
        width: .125rem;
        height: .625rem;
        margin-top: -.3125rem;
        margin-right: -.0625rem;
    }

    .dd-item > button:after, .dd-item > button:before {
        position: absolute;
        top: 50%;
        right: 50%;
        content: '';
        background: rgba(0, 0, 0, .7);
    }

    .dd-item > button:after {
        width: .625rem;
        height: .125rem;
        margin-top: -.0625rem;
        margin-right: -.3125rem;
    }

    .dd-item > button[data-action=collapse]:before {
        display: none;
    }

.dd-empty, .dd-placeholder {
    min-height: 1.875rem;
    margin: .3125rem 0;
    padding: 0;
    border: .0625rem dashed #ddd;
    background: transparent;
}

.dd-empty {
    min-height: 100px;
    border: .0625rem dashed #bbb;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        box-shadow: .125rem .25rem .375rem 0 rgba(0, 0, 0, .1);
    }

.dd3-content {
    display: block;
    margin: .3125rem 0;
    padding: .625rem .625rem .625rem 3.125rem;
    text-decoration: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 2px;
}

    .dd3-content, .dd3-content:hover {
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 2.5rem;
}

.dd3-handle {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 2.375rem;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    border: .0625rem solid rgba(0, 0, 0, .1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
}

    .dd3-handle:before {
        font-size: .875rem;
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        content: '\f0c9';
        text-align: center;
        text-indent: 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        -webkit-transform: translate(0);
        transform: translate(0);
        speak: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .dd3-handle:hover {
        background: #e8e8e8;
    }

li.app-noty {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
}

    li.app-noty:last-child {
        margin-bottom: 0;
    }

.noty_message[style] {
    font-size: .8125rem !important;
}

.app-noty .noty_bar {
    padding: 1rem;
    border: .0625rem solid transparent;
    border-radius: 1px;
}

.app-noty-top-left .app-noty .noty_bar, .app-noty-top-right .app-noty .noty_bar, .app-noty-top .app-noty .noty_bar {
    -webkit-animation: x .15s;
    animation: x .15s;
}

.app-noty-top-left .app-noty.i-am-closing-now .noty_bar, .app-noty-top-right .app-noty.i-am-closing-now .noty_bar, .app-noty-top .app-noty.i-am-closing-now .noty_bar {
    -webkit-animation: G .15s;
    animation: G .15s;
}

.app-noty-bottom-left .app-noty .noty_bar, .app-noty-bottom-right .app-noty .noty_bar, .app-noty-bottom .app-noty .noty_bar {
    -webkit-animation: x .15s;
    animation: x .15s;
}

.app-noty-bottom-left .app-noty.i-am-closing-now .noty_bar, .app-noty-bottom-right .app-noty.i-am-closing-now .noty_bar, .app-noty-bottom .app-noty.i-am-closing-now .noty_bar {
    -webkit-animation: G .15s;
    animation: G .15s;
}

.app-noty-bottom, .app-noty-bottom-left, .app-noty-bottom-right, .app-noty-top, .app-noty-top-left, .app-noty-top-right {
    position: fixed;
    z-index: 99999;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all .2s cubic-bezier(.7, 0, .3, 1);
    transition: all .2s cubic-bezier(.7, 0, .3, 1);
}

.app-noty-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
}

    .app-noty-bottom li.app-noty {
        margin-top: -.0625rem;
        margin-bottom: 0;
    }

    .app-noty-bottom .noty_bar {
        border-radius: 0;
    }

@media (min-width:992px) {
    .app-noty-bottom {
        padding-left: 18rem;
    }

    .expanding ~ .app-noty-bottom {
        padding-left: 4rem;
    }

    .boxed ~ .app-noty-bottom, .horizontal ~ .app-noty-bottom, .offcanvas ~ .app-noty-bottom {
        padding-right: 0;
        padding-left: 0;
    }
}

.app-noty-bottom-right {
    right: 1.5rem;
    bottom: 4.5rem;
}

@media (min-width:992px) {
    .boxed ~ .app-noty-bottom-right {
        right: 1.5rem;
    }
}

.app-noty-bottom-left {
    bottom: 4.5rem;
    left: 1.5rem;
}

@media (min-width:992px) {
    .app-noty-bottom-left {
        left: 19.5rem;
    }

    .expanding ~ .app-noty-bottom-left {
        left: 5.5rem;
    }

    .boxed.expanding ~ .app-noty-bottom-left, .boxed ~ .app-noty-bottom-left, .horizontal ~ .app-noty-bottom-left, .offcanvas ~ .app-noty-bottom-left {
        left: 1.5rem;
    }
}

.app-noty-top {
    top: 4.938rem;
    right: 1.5rem;
    top: 3.438rem;
    right: 0;
    width: 100%;
}

    .app-noty-top li.app-noty {
        margin-top: -.0625rem;
        margin-bottom: 0;
    }

    .app-noty-top .noty_bar {
        border-radius: 0;
    }

@media (min-width:992px) {
    .app-noty-top {
        padding-left: 18rem;
    }

    .expanding ~ .app-noty-top {
        position: absolute;
        padding-left: 4rem;
    }

    .boxed ~ .app-noty-top, .horizontal ~ .app-noty-top, .offcanvas ~ .app-noty-top {
        padding-right: 0;
        padding-left: 0;
    }
}

.app-noty-top-right {
    top: 4.938rem;
    right: 1.5rem;
}

@media (min-width:992px) {
    .boxed.expanding ~ .app-noty-top-right, .boxed ~ .app-noty-top-right {
        right: 1.5rem;
    }
}

.app-noty-top-left {
    top: 4.938rem;
    left: 1.5rem;
}

@media (min-width:992px) {
    .app-noty-top-left {
        left: 19.5rem;
    }

    .expanding ~ .app-noty-top-left {
        left: 5.5rem;
    }

    .boxed.expanding ~ .app-noty-top-left, .boxed ~ .app-noty-top-left, .horizontal ~ .app-noty-top-left, .offcanvas ~ .app-noty-top-left {
        left: 1.5rem;
    }
}

.noty_container_type_success .noty_bar {
    color: #fff !important;
    background-color: #7fc35c !important;
}

a.noty_container_type_success .noty_bar:focus, a.noty_container_type_success .noty_bar:hover {
    background-color: #65ad3f;
}

.noty_container_type_information .noty_bar {
    color: #fff !important;
    background-color: #4cc3f0 !important;
}

a.noty_container_type_information .noty_bar:focus, a.noty_container_type_information .noty_bar:hover {
    background-color: #1db3ec;
}

.noty_container_type_warning .noty_bar {
    color: #fff !important;
    background-color: #f0c54c !important;
}

a.noty_container_type_warning .noty_bar:focus, a.noty_container_type_warning .noty_bar:hover {
    background-color: #ecb61d;
}

.noty_container_type_error .noty_bar {
    color: #fff !important;
    background-color: #d26d54 !important;
}

a.noty_container_type_error .noty_bar:focus, a.noty_container_type_error .noty_bar:hover {
    background-color: #c04f33;
}

.noty_container_type_confirm .noty_bar {
    color: #fff !important;
    background-color: #4c7ff0 !important;
}

a.noty_container_type_confirm .noty_bar:focus, a.noty_container_type_confirm .noty_bar:hover {
    background-color: #1d5dec;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.1 - 2015-09-30T05:39:26.659Z
 * License: MIT
 */ .ui-select-choices-row:hover {
    background-color: #e8e8e8;
}

.select2-container .select2-selection {
    line-height: 34px;
    display: block;
    height: 34px;
    padding: 0 0 0 8px;
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .1);
    outline: 0;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
}

    .select2-container .select2-selection:after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 0;
        height: 0;
        margin-top: -3px;
        content: ' ';
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: gray transparent transparent;
    }

.select2-container--open .select2-selection:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent gray;
}

.select2-container.select2-drop-above .select2-selection {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-radius: 0 0 2px 2px;
    background-image: none;
}

.select2-dropdown {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .1);
    border-radius: 0 0 2px 2px;
    box-shadow: none;
}

    .select2-dropdown.select2-dropdown--above {
        border-color: rgba(0, 0, 0, .1);
        border-radius: 2px 2px 0 0;
        box-shadow: none;
    }

        .select2-container--open, .select2-dropdown.select2-dropdown--above.select2-container--open {
            border-color: #4c7ff0;
        }

.select2-drop-auto-width {
    border-color: rgba(0, 0, 0, .1);
}

.select2-container .select2-selection .select2-selection__arrow {
    display: none;
    visibility: hidden;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 0 2px 2px 0;
    background: #fff;
    background-image: none;
}

.select2-container-active .select2-choices, .select2-container-active .select2-selection {
    border-color: #4c7ff0;
    box-shadow: none;
}

.select2-dropdown-open .select2-selection {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-choices, .select2-dropdown-open.select2-drop-above .select2-selection {
    border-color: #4c7ff0;
    background-image: none;
}

.select2-container-multi .select2-choices {
    border-color: rgba(0, 0, 0, .1);
    background-image: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container-multi.select2-container-active .select2-choices {
    border-color: #4c7ff0;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container-multi .select2-choices .select2-search-choice {
    border-color: #e8e8e8;
    border-radius: 2px;
    background-image: none;
    box-shadow: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-results .select2-highlighted {
    background: #4c7ff0;
}

.select2-search-choice-close {
    top: 2px;
}

.select2-search input {
    border-color: rgba(0, 0, 0, .1) !important;
    outline: 0;
}

.ng-dirty.ng-invalid > a.select2-selection {
    border-color: #d26d54;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: .6rem .3125rem;
    margin: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-match {
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}

.select2-container .select2-choice, .ui-select-container[theme=select2] .select2-choice {
    line-height: 38px;
    height: 38px;
    padding: 0 1rem;
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: #fff;
    background-image: none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-drop-active {
    border-color: #4c7ff0;
    box-shadow: none;
}

.select2-container .select2-choice .select2-arrow, .ui-select-container[theme=select2] .select2-choice .select2-arrow {
    width: 38px;
    margin-top: -1px;
    text-align: center;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background: #fff;
    background-image: none;
}

    .select2-container .select2-choice .select2-arrow:after, .ui-select-container[theme=select2] .select2-choice .select2-arrow:after {
        display: inline-block;
        width: 0;
        height: 0;
        content: '';
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: gray transparent transparent;
    }

    .select2-container .select2-choice .select2-arrow b, .ui-select-container[theme=select2] .select2-choice .select2-arrow b {
        display: none;
        visibility: hidden;
        background-image: none;
    }

.ui-select-container[theme=select2].select2-container-active .select2-choice, .ui-select-container[theme=select2].select2-container-active .select2-choices {
    border-color: #4c7ff0;
    box-shadow: none;
}

.ui-select-container[theme=select2].select2-dropdown-open .select2-choice {
    background-color: #fff;
}

.ui-select-container[theme=select2] .select2-drop-active {
    border-color: #4c7ff0;
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #4c7ff0;
}

.ui-select-container[theme=select2] .select2-search input {
    font-family: inherit;
    font-size: .8125rem;
    min-height: 38px;
    border-color: rgba(0, 0, 0, .1);
    background: #fff;
}

.ui-select-container[theme=select2] .select2-results .select2-highlighted {
    color: #fff;
    background: #4c7ff0;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 7px 8px 4px;
}

.selectize-input {
    padding: 9px 8px;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
    border-radius: 2px;
}

.selectize-dropdown-header {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-radius: 2px 2px 0 0;
    background: #e8e8e8;
}

.selectize-input.focus {
    box-shadow: none;
}

.selectize-input.dropdown-active {
    border-radius: 2px 2px 0 0;
}

.selectize-dropdown {
    border-radius: 0 0 2px 2px;
    box-shadow: none;
}

    .selectize-dropdown .create {
        color: #fff !important;
    }

.selectize-input.selectize-focus {
    border-color: #4c7ff0 !important;
}

.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #d26d54;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
    box-shadow: none;
}

.ui-select-container[theme=selectize] .selectize-input {
    line-height: 36px;
    padding: .4375rem 1rem;
    padding-top: 0;
    padding-bottom: 0;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
    border-radius: 2px;
}

.ui-select-container[theme=selectize] .selectize-dropdown {
    border-color: rgba(0, 0, 0, .1);
    border-radius: 0 0 2px 2px;
    box-shadow: none;
}

.selectize-dropdown .active {
    color: #fff;
    background-color: #4c7ff0;
}

.btn-default-focus {
    border-color: #4c7ff0;
    outline: 0;
    box-shadow: none;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
        border-radius: 2px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.ui-select-multiple .ui-select-match-item.dropping-after:after, .ui-select-multiple .ui-select-match-item.dropping-before:before {
    border-color: #4c7ff0;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #4c7ff0;
}

.ui-select-bootstrap .ui-select-choices {
    font-size: inherit;
}

.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #d26d54;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
    box-shadow: none;
}

.sk-rotating-plane {
    width: 24px;
    height: 24px;
    -webkit-animation: Bb 1.2s infinite ease-in-out;
    animation: Bb 1.2s infinite ease-in-out;
    background-color: #4c7ff0;
}

@-webkit-keyframes Bb {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes Bb {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.sk-double-bounce {
    position: relative;
    width: 24px;
    height: 24px;
}

    .sk-double-bounce .sk-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation: Gb 2s infinite ease-in-out;
        animation: Gb 2s infinite ease-in-out;
        opacity: .6;
        border-radius: 50%;
        background-color: #4c7ff0;
    }

    .sk-double-bounce .sk-double-bounce2 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

.sk-wave {
    font-size: 10px;
    width: 50px;
    height: 24px;
    text-align: center;
}

    .sk-wave .sk-rect {
        display: inline-block;
        width: 6px;
        height: 100%;
        -webkit-animation: Cb 1.2s infinite ease-in-out;
        animation: Cb 1.2s infinite ease-in-out;
        background-color: #4c7ff0;
    }

    .sk-wave .sk-rect1 {
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
    }

    .sk-wave .sk-rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-wave .sk-rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-wave .sk-rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .sk-wave .sk-rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

@-webkit-keyframes Cb {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes Cb {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.sk-wandering-cubes {
    position: relative;
    width: 24px;
    height: 24px;
}

    .sk-wandering-cubes .sk-cube {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        -webkit-animation: Db 1.8s ease-in-out -1.8s infinite both;
        animation: Db 1.8s ease-in-out -1.8s infinite both;
        background-color: #4c7ff0;
    }

    .sk-wandering-cubes .sk-cube2 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

@-webkit-keyframes Db {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

@keyframes Db {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
        transform: translateX(30px) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

.sk-spinner-pulse {
    width: 24px;
    height: 24px;
    -webkit-animation: Eb 1s infinite ease-in-out;
    animation: Eb 1s infinite ease-in-out;
    border-radius: 100%;
    background-color: #4c7ff0;
}

@-webkit-keyframes Eb {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes Eb {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.sk-chasing-dots {
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-animation: Fb 2s infinite linear;
    animation: Fb 2s infinite linear;
    text-align: center;
}

    .sk-chasing-dots .sk-child {
        position: absolute;
        top: 0;
        display: inline-block;
        width: 60%;
        height: 60%;
        -webkit-animation: Gb 2s infinite ease-in-out;
        animation: Gb 2s infinite ease-in-out;
        border-radius: 100%;
        background-color: #4c7ff0;
    }

    .sk-chasing-dots .sk-dot2 {
        top: auto;
        bottom: 0;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

@-webkit-keyframes Fb {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes Fb {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes Gb {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes Gb {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-three-bounce {
    width: 80px;
    text-align: center;
}

    .sk-three-bounce .sk-child {
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-animation: Hb 1.4s ease-in-out 0s infinite both;
        animation: Hb 1.4s ease-in-out 0s infinite both;
        border-radius: 100%;
        background-color: #4c7ff0;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s;
    }

.sk-circle {
    position: relative;
    width: 24px;
    height: 24px;
}

    .sk-circle .sk-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .sk-circle .sk-child:before {
            display: block;
            width: 15%;
            height: 15%;
            margin: 0 auto;
            content: '';
            -webkit-animation: Hb 1.2s infinite ease-in-out both;
            animation: Hb 1.2s infinite ease-in-out both;
            border-radius: 100%;
            background-color: #4c7ff0;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -.7s;
        animation-delay: -.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -.5s;
        animation-delay: -.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -.1s;
        animation-delay: -.1s;
    }

@-webkit-keyframes Hb {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes Hb {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-cube-grid {
    width: 24px;
    height: 24px;
}

    .sk-cube-grid .sk-cube {
        float: left;
        width: 33%;
        height: 33%;
        -webkit-animation: Ib 1.3s infinite ease-in-out;
        animation: Ib 1.3s infinite ease-in-out;
        background-color: #4c7ff0;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

@-webkit-keyframes Ib {
    0%, 70%, to {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes Ib {
    0%, 70%, to {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.sk-fading-circle {
    position: relative;
    width: 24px;
    height: 24px;
}

    .sk-fading-circle .sk-circle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .sk-fading-circle .sk-circle:before {
            display: block;
            width: 15%;
            height: 15%;
            margin: 0 auto;
            content: '';
            -webkit-animation: Jb 1.2s infinite ease-in-out both;
            animation: Jb 1.2s infinite ease-in-out both;
            border-radius: 100%;
            background-color: #4c7ff0;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -.7s;
        animation-delay: -.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -.5s;
        animation-delay: -.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -.1s;
        animation-delay: -.1s;
    }

@-webkit-keyframes Jb {
    0%, 39%, to {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes Jb {
    0%, 39%, to {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.sk-folding-cube {
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .sk-folding-cube .sk-cube {
        position: relative;
        float: left;
        width: 50%;
        height: 50%;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -webkit-animation: Kb 2.4s infinite linear both;
            animation: Kb 2.4s infinite linear both;
            background-color: #4c7ff0;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotate(90deg);
        transform: scale(1.1) rotate(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotate(180deg);
        transform: scale(1.1) rotate(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotate(270deg);
        transform: scale(1.1) rotate(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

@-webkit-keyframes Kb {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, to {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes Kb {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, to {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

input.valid {
    border-color: #7fc35c;
    box-shadow: none;
}

    input.valid:focus {
        border-color: #65ad3f;
        box-shadow: none;
    }

input.error {
    border-color: #d26d54;
    box-shadow: none;
}

    input.error:focus {
        border-color: #c04f33;
        box-shadow: none;
    }

label.error {
    font-weight: 400;
    color: #d26d54;
}

.draggable-portlets-wrapper .draggable-portlets {
    min-height: 3.125rem;
}

    .draggable-portlets-wrapper .draggable-portlets .portlet {
        -webkit-transition: transition, transform .2s linear;
        -webkit-transition: -webkit-transition, -webkit-transform .2s linear;
        transition: -webkit-transition, -webkit-transform .2s linear;
        transition: transition, transform .2s linear;
        transition: transition, transform .2s linear, -webkit-transition, -webkit-transform .2s linear;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .draggable-portlets-wrapper .draggable-portlets .portlet .portlet-heading {
            cursor: pointer;
        }

    .draggable-portlets-wrapper .draggable-portlets .ui-sortable-placeholder {
        visibility: visible !important;
        border: .0625rem dashed rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, .01);
    }

.draggable-portlets-wrapper.dragging .portlet.ui-sortable-helper {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rickshaw_graph {
    display: block;
}

    .rickshaw_graph .detail .item, .rickshaw_graph .detail .x_label {
        font-family: inherit;
        border-radius: 2px;
    }

    .rickshaw_graph .x_tick {
        border-left: .0625rem dashed rgba(0, 0, 0, .2);
    }

        .rickshaw_graph .x_tick .title {
            font-family: inherit;
            color: #000;
        }

.rickshaw_annotation_timeline .annotation .content {
    border-radius: 2px;
}

.rickshaw_legend {
    font-family: inherit;
}

    .rickshaw_legend li:active, .rickshaw_legend li:hover {
        border-radius: 2px;
    }

.btn-icon {
    position: relative;
    overflow: hidden;
    min-height: 2.375rem;
    padding-left: 3.375rem;
    text-overflow: ellipsis;
}

    .btn-icon :first-child {
        line-height: 2.375rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2.375rem;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .03);
        background: rgba(0, 0, 0, .05);
    }

    .btn-icon.btn-lg {
        min-height: 3.25rem;
    }

        .btn-icon.btn-lg :first-child {
            line-height: 3.25rem;
            width: 3.25rem;
        }

    .btn-icon.btn-sm {
        min-height: 2.125rem;
    }

        .btn-icon.btn-sm :first-child {
            line-height: 2.125rem;
            width: 2.125rem;
        }

.btn-group-lg > .btn.btn-icon, .btn-lg.btn-icon {
    padding-left: 4.25rem;
}

.btn-group-sm > .btn.btn-icon, .btn-sm.btn-icon {
    padding-left: 2.75rem;
}

.btn-icon-icon {
    width: 2.375rem;
    height: 2.375rem;
    padding: 0;
    padding-left: 0;
    border-width: 1px;
    position: relative;
    overflow: hidden;
    min-height: 2.375rem;
    padding-left: 3.375rem;
    text-overflow: ellipsis;
}

    .btn-icon-icon :first-child {
        line-height: 2.375rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2.375rem;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .03);
        background: rgba(0, 0, 0, .05);
    }

    .btn-icon-icon.btn-lg {
        min-height: 3.25rem;
    }

        .btn-icon-icon.btn-lg :first-child {
            line-height: 3.25rem;
            width: 3.25rem;
        }

    .btn-icon-icon.btn-sm {
        min-height: 2.125rem;
    }

        .btn-icon-icon.btn-sm :first-child {
            line-height: 2.125rem;
            width: 2.125rem;
        }

    .btn-icon-icon :first-child {
        width: 100% !important;
        text-align: center;
        border: none;
        background-color: transparent;
    }

    .btn-icon-icon.btn-lg {
        width: 3.25rem;
        height: 3.25rem;
        padding-right: 0;
        padding-left: 0;
    }

    .btn-icon-icon.btn-sm {
        width: 2.125rem;
        height: 2.125rem;
        padding-right: 0;
        padding-left: 0;
    }

.btn-adn {
    color: hsla(0, 0%, 100%, .8);
    background-color: #d87a68;
    border-color: #d87a68;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-adn.active, .btn-adn.focus, .btn-adn:active, .btn-adn:focus, .btn-adn:hover, .open > .btn-adn.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #ce563f;
        border-color: #cb4f37;
    }

    .btn-adn.active, .btn-adn:active, .open > .btn-adn.dropdown-toggle {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-adn.active.focus, .btn-adn.active:focus, .btn-adn.active:hover, .btn-adn:active.focus, .btn-adn:active:focus, .btn-adn:active:hover, .open > .btn-adn.dropdown-toggle.focus, .open > .btn-adn.dropdown-toggle:focus, .open > .btn-adn.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #b94630;
            border-color: #993a28;
        }

    .btn-adn.disabled.focus, .btn-adn.disabled:focus, .btn-adn.disabled:hover, .btn-adn:disabled.focus, .btn-adn:disabled:focus, .btn-adn:disabled:hover {
        background-color: #d87a68;
        border-color: #d87a68;
    }

.btn-bitbucket {
    color: hsla(0, 0%, 100%, .8);
    background-color: #205081;
    border-color: #205081;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-bitbucket.focus, .btn-bitbucket:focus, .btn-bitbucket:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #163758;
        border-color: #143250;
    }

    .btn-bitbucket.active, .btn-bitbucket:active, .open > .btn-bitbucket.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #163758;
        border-color: #143250;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-bitbucket.active.focus, .btn-bitbucket.active:focus, .btn-bitbucket.active:hover, .btn-bitbucket:active.focus, .btn-bitbucket:active:focus, .btn-bitbucket:active:hover, .open > .btn-bitbucket.dropdown-toggle.focus, .open > .btn-bitbucket.dropdown-toggle:focus, .open > .btn-bitbucket.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #0f253c;
            border-color: #07111b;
        }

    .btn-bitbucket.disabled.focus, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:hover, .btn-bitbucket:disabled.focus, .btn-bitbucket:disabled:focus, .btn-bitbucket:disabled:hover {
        background-color: #205081;
        border-color: #205081;
    }

.btn-dropbox {
    color: hsla(0, 0%, 100%, .8);
    background-color: #1087dd;
    border-color: #1087dd;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-dropbox.focus, .btn-dropbox:focus, .btn-dropbox:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #0d6aad;
        border-color: #0c64a4;
    }

    .btn-dropbox.active, .btn-dropbox:active, .open > .btn-dropbox.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #0d6aad;
        border-color: #0c64a4;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-dropbox.active.focus, .btn-dropbox.active:focus, .btn-dropbox.active:hover, .btn-dropbox:active.focus, .btn-dropbox:active:focus, .btn-dropbox:active:hover, .open > .btn-dropbox.dropdown-toggle.focus, .open > .btn-dropbox.dropdown-toggle:focus, .open > .btn-dropbox.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #0a568c;
            border-color: #073e66;
        }

    .btn-dropbox.disabled.focus, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover, .btn-dropbox:disabled.focus, .btn-dropbox:disabled:focus, .btn-dropbox:disabled:hover {
        background-color: #1087dd;
        border-color: #1087dd;
    }

.btn-facebook {
    color: hsla(0, 0%, 100%, .8);
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-facebook.focus, .btn-facebook:focus, .btn-facebook:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #2d4373;
        border-color: #2a3f6c;
    }

    .btn-facebook.active, .btn-facebook:active, .open > .btn-facebook.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #2d4373;
        border-color: #2a3f6c;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open > .btn-facebook.dropdown-toggle.focus, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #23345a;
            border-color: #17233c;
        }

    .btn-facebook.disabled.focus, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook:disabled.focus, .btn-facebook:disabled:focus, .btn-facebook:disabled:hover {
        background-color: #3b5998;
        border-color: #3b5998;
    }

.btn-flickr {
    color: hsla(0, 0%, 100%, .8);
    background-color: #ff0084;
    border-color: #ff0084;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-flickr.focus, .btn-flickr:focus, .btn-flickr:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #cc006a;
        border-color: #c20064;
    }

    .btn-flickr.active, .btn-flickr:active, .open > .btn-flickr.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #cc006a;
        border-color: #c20064;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-flickr.active.focus, .btn-flickr.active:focus, .btn-flickr.active:hover, .btn-flickr:active.focus, .btn-flickr:active:focus, .btn-flickr:active:hover, .open > .btn-flickr.dropdown-toggle.focus, .open > .btn-flickr.dropdown-toggle:focus, .open > .btn-flickr.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #a80057;
            border-color: #800042;
        }

    .btn-flickr.disabled.focus, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover, .btn-flickr:disabled.focus, .btn-flickr:disabled:focus, .btn-flickr:disabled:hover {
        background-color: #ff0084;
        border-color: #ff0084;
    }

.btn-foursquare {
    color: hsla(0, 0%, 100%, .8);
    background-color: #f94877;
    border-color: #f94877;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-foursquare.focus, .btn-foursquare:focus, .btn-foursquare:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #f71752;
        border-color: #f70d4b;
    }

    .btn-foursquare.active, .btn-foursquare:active, .open > .btn-foursquare.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #f71752;
        border-color: #f70d4b;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-foursquare.active.focus, .btn-foursquare.active:focus, .btn-foursquare.active:hover, .btn-foursquare:active.focus, .btn-foursquare:active:focus, .btn-foursquare:active:hover, .open > .btn-foursquare.dropdown-toggle.focus, .open > .btn-foursquare.dropdown-toggle:focus, .open > .btn-foursquare.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #e30742;
            border-color: #bb0636;
        }

    .btn-foursquare.disabled.focus, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:hover, .btn-foursquare:disabled.focus, .btn-foursquare:disabled:focus, .btn-foursquare:disabled:hover {
        background-color: #f94877;
        border-color: #f94877;
    }

.btn-github {
    color: hsla(0, 0%, 100%, .8);
    background-color: #444;
    border-color: #444;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-github.focus, .btn-github:focus, .btn-github:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #2b2b2b;
        border-color: #252525;
    }

    .btn-github.active, .btn-github:active, .open > .btn-github.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #2b2b2b;
        border-color: #252525;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-github.active.focus, .btn-github.active:focus, .btn-github.active:hover, .btn-github:active.focus, .btn-github:active:focus, .btn-github:active:hover, .open > .btn-github.dropdown-toggle.focus, .open > .btn-github.dropdown-toggle:focus, .open > .btn-github.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #191919;
            border-color: #040404;
        }

    .btn-github.disabled.focus, .btn-github.disabled:focus, .btn-github.disabled:hover, .btn-github:disabled.focus, .btn-github:disabled:focus, .btn-github:disabled:hover {
        background-color: #444;
        border-color: #444;
    }

.btn-google {
    color: hsla(0, 0%, 100%, .8);
    background-color: #dd4b39;
    border-color: #dd4b39;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-google.focus, .btn-google:focus, .btn-google:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #c23321;
        border-color: #b93120;
    }

    .btn-google.active, .btn-google:active, .open > .btn-google.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #c23321;
        border-color: #b93120;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .open > .btn-google.dropdown-toggle.focus, .open > .btn-google.dropdown-toggle:focus, .open > .btn-google.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #a32b1c;
            border-color: #802216;
        }

    .btn-google.disabled.focus, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google:disabled.focus, .btn-google:disabled:focus, .btn-google:disabled:hover {
        background-color: #dd4b39;
        border-color: #dd4b39;
    }

.btn-instagram {
    color: hsla(0, 0%, 100%, .8);
    background-color: #3f729b;
    border-color: #3f729b;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-instagram.focus, .btn-instagram:focus, .btn-instagram:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #305777;
        border-color: #2d526f;
    }

    .btn-instagram.active, .btn-instagram:active, .open > .btn-instagram.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #305777;
        border-color: #2d526f;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover, .btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover, .open > .btn-instagram.dropdown-toggle.focus, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #26455d;
            border-color: #1a2f40;
        }

    .btn-instagram.disabled.focus, .btn-instagram.disabled:focus, .btn-instagram.disabled:hover, .btn-instagram:disabled.focus, .btn-instagram:disabled:focus, .btn-instagram:disabled:hover {
        background-color: #3f729b;
        border-color: #3f729b;
    }

.btn-linkedin {
    color: hsla(0, 0%, 100%, .8);
    background-color: #007bb6;
    border-color: #007bb6;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-linkedin.focus, .btn-linkedin:focus, .btn-linkedin:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #005983;
        border-color: #005279;
    }

    .btn-linkedin.active, .btn-linkedin:active, .open > .btn-linkedin.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #005983;
        border-color: #005279;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover, .btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover, .open > .btn-linkedin.dropdown-toggle.focus, .open > .btn-linkedin.dropdown-toggle:focus, .open > .btn-linkedin.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #00405f;
            border-color: #002537;
        }

    .btn-linkedin.disabled.focus, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover, .btn-linkedin:disabled.focus, .btn-linkedin:disabled:focus, .btn-linkedin:disabled:hover {
        background-color: #007bb6;
        border-color: #007bb6;
    }

.btn-microsoft {
    color: hsla(0, 0%, 100%, .8);
    background-color: #2672ec;
    border-color: #2672ec;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-microsoft.focus, .btn-microsoft:focus, .btn-microsoft:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #125acd;
        border-color: #1156c4;
    }

    .btn-microsoft.active, .btn-microsoft:active, .open > .btn-microsoft.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #125acd;
        border-color: #1156c4;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-microsoft.active.focus, .btn-microsoft.active:focus, .btn-microsoft.active:hover, .btn-microsoft:active.focus, .btn-microsoft:active:focus, .btn-microsoft:active:hover, .open > .btn-microsoft.dropdown-toggle.focus, .open > .btn-microsoft.dropdown-toggle:focus, .open > .btn-microsoft.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #0f4bac;
            border-color: #0c3b87;
        }

    .btn-microsoft.disabled.focus, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:hover, .btn-microsoft:disabled.focus, .btn-microsoft:disabled:focus, .btn-microsoft:disabled:hover {
        background-color: #2672ec;
        border-color: #2672ec;
    }

.btn-odnoklassniki {
    color: hsla(0, 0%, 100%, .8);
    background-color: #f4731c;
    border-color: #f4731c;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-odnoklassniki.focus, .btn-odnoklassniki:focus, .btn-odnoklassniki:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #d35b0a;
        border-color: #c9570a;
    }

    .btn-odnoklassniki.active, .btn-odnoklassniki:active, .open > .btn-odnoklassniki.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #d35b0a;
        border-color: #c9570a;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-odnoklassniki.active.focus, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki:active.focus, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active:hover, .open > .btn-odnoklassniki.dropdown-toggle.focus, .open > .btn-odnoklassniki.dropdown-toggle:focus, .open > .btn-odnoklassniki.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #b14c09;
            border-color: #8a3c07;
        }

    .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki:disabled.focus, .btn-odnoklassniki:disabled:focus, .btn-odnoklassniki:disabled:hover {
        background-color: #f4731c;
        border-color: #f4731c;
    }

.btn-openid {
    color: hsla(0, 0%, 100%, .8);
    background-color: #f7931e;
    border-color: #f7931e;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-openid.focus, .btn-openid:focus, .btn-openid:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #da7908;
        border-color: #d07407;
    }

    .btn-openid.active, .btn-openid:active, .open > .btn-openid.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #da7908;
        border-color: #d07407;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-openid.active.focus, .btn-openid.active:focus, .btn-openid.active:hover, .btn-openid:active.focus, .btn-openid:active:focus, .btn-openid:active:hover, .open > .btn-openid.dropdown-toggle.focus, .open > .btn-openid.dropdown-toggle:focus, .open > .btn-openid.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #b86607;
            border-color: #905005;
        }

    .btn-openid.disabled.focus, .btn-openid.disabled:focus, .btn-openid.disabled:hover, .btn-openid:disabled.focus, .btn-openid:disabled:focus, .btn-openid:disabled:hover {
        background-color: #f7931e;
        border-color: #f7931e;
    }

.btn-pinterest {
    color: hsla(0, 0%, 100%, .8);
    background-color: #cb2027;
    border-color: #cb2027;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-pinterest.focus, .btn-pinterest:focus, .btn-pinterest:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #9f191f;
        border-color: #96181d;
    }

    .btn-pinterest.active, .btn-pinterest:active, .open > .btn-pinterest.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #9f191f;
        border-color: #96181d;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-pinterest.active.focus, .btn-pinterest.active:focus, .btn-pinterest.active:hover, .btn-pinterest:active.focus, .btn-pinterest:active:focus, .btn-pinterest:active:hover, .open > .btn-pinterest.dropdown-toggle.focus, .open > .btn-pinterest.dropdown-toggle:focus, .open > .btn-pinterest.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #801419;
            border-color: #5d0f12;
        }

    .btn-pinterest.disabled.focus, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:hover, .btn-pinterest:disabled.focus, .btn-pinterest:disabled:focus, .btn-pinterest:disabled:hover {
        background-color: #cb2027;
        border-color: #cb2027;
    }

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: #eff7ff;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-reddit.focus, .btn-reddit:focus, .btn-reddit:hover {
        color: #000;
        background-color: #bcdeff;
        border-color: #b2d8ff;
    }

    .btn-reddit.active, .btn-reddit:active, .open > .btn-reddit.dropdown-toggle {
        color: #000;
        background-color: #bcdeff;
        border-color: #b2d8ff;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-reddit.active.focus, .btn-reddit.active:focus, .btn-reddit.active:hover, .btn-reddit:active.focus, .btn-reddit:active:focus, .btn-reddit:active:hover, .open > .btn-reddit.dropdown-toggle.focus, .open > .btn-reddit.dropdown-toggle:focus, .open > .btn-reddit.dropdown-toggle:hover {
            color: #000;
            background-color: #98ccff;
            border-color: #70b7ff;
        }

    .btn-reddit.disabled.focus, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover, .btn-reddit:disabled.focus, .btn-reddit:disabled:focus, .btn-reddit:disabled:hover {
        background-color: #eff7ff;
        border-color: #eff7ff;
    }

.btn-soundcloud {
    color: hsla(0, 0%, 100%, .8);
    background-color: #f50;
    border-color: #f50;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-soundcloud.focus, .btn-soundcloud:focus, .btn-soundcloud:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #c40;
        border-color: #c24100;
    }

    .btn-soundcloud.active, .btn-soundcloud:active, .open > .btn-soundcloud.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #c40;
        border-color: #c24100;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-soundcloud.active.focus, .btn-soundcloud.active:focus, .btn-soundcloud.active:hover, .btn-soundcloud:active.focus, .btn-soundcloud:active:focus, .btn-soundcloud:active:hover, .open > .btn-soundcloud.dropdown-toggle.focus, .open > .btn-soundcloud.dropdown-toggle:focus, .open > .btn-soundcloud.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #a83800;
            border-color: #802b00;
        }

    .btn-soundcloud.disabled.focus, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:hover, .btn-soundcloud:disabled.focus, .btn-soundcloud:disabled:focus, .btn-soundcloud:disabled:hover {
        background-color: #f50;
        border-color: #f50;
    }

.btn-tumblr {
    color: hsla(0, 0%, 100%, .8);
    background-color: #2c4762;
    border-color: #2c4762;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-tumblr.focus, .btn-tumblr:focus, .btn-tumblr:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #1c2e3f;
        border-color: #192838;
    }

    .btn-tumblr.active, .btn-tumblr:active, .open > .btn-tumblr.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #1c2e3f;
        border-color: #192838;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-tumblr.active.focus, .btn-tumblr.active:focus, .btn-tumblr.active:hover, .btn-tumblr:active.focus, .btn-tumblr:active:focus, .btn-tumblr:active:hover, .open > .btn-tumblr.dropdown-toggle.focus, .open > .btn-tumblr.dropdown-toggle:focus, .open > .btn-tumblr.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #111c26;
            border-color: #04070a;
        }

    .btn-tumblr.disabled.focus, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover, .btn-tumblr:disabled.focus, .btn-tumblr:disabled:focus, .btn-tumblr:disabled:hover {
        background-color: #2c4762;
        border-color: #2c4762;
    }

.btn-twitter {
    color: hsla(0, 0%, 100%, .8);
    background-color: #55acee;
    border-color: #55acee;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-twitter.focus, .btn-twitter:focus, .btn-twitter:hover {
        color: hsla(0, 0%, 100%, .8);
        background-color: #2795e9;
        border-color: #1d91e8;
    }

    .btn-twitter.active, .btn-twitter:active, .open > .btn-twitter.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #2795e9;
        border-color: #1d91e8;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover, .open > .btn-twitter.dropdown-toggle.focus, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #1583d7;
            border-color: #126db2;
        }

    .btn-twitter.disabled.focus, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter:disabled.focus, .btn-twitter:disabled:focus, .btn-twitter:disabled:hover {
        background-color: #55acee;
        border-color: #55acee;
    }

.btn-vimeo {
    color: hsla(0, 0%, 100%, .8);
    background-color: #1ab7ea;
    border-color: #1ab7ea;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-vimeo.active, .btn-vimeo.focus, .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover, .open > .btn-vimeo.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #1295bf;
        border-color: #118eb6;
    }

    .btn-vimeo.active, .btn-vimeo:active, .open > .btn-vimeo.dropdown-toggle {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-vimeo.active.focus, .btn-vimeo.active:focus, .btn-vimeo.active:hover, .btn-vimeo:active.focus, .btn-vimeo:active:focus, .btn-vimeo:active:hover, .open > .btn-vimeo.dropdown-toggle.focus, .open > .btn-vimeo.dropdown-toggle:focus, .open > .btn-vimeo.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #0f7b9f;
            border-color: #0b5e79;
        }

    .btn-vimeo.disabled.focus, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover, .btn-vimeo:disabled.focus, .btn-vimeo:disabled:focus, .btn-vimeo:disabled:hover {
        background-color: #1ab7ea;
        border-color: #1ab7ea;
    }

.btn-vk {
    color: hsla(0, 0%, 100%, .8);
    background-color: #587ea3;
    border-color: #587ea3;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-vk.active, .btn-vk.focus, .btn-vk:active, .btn-vk:focus, .btn-vk:hover, .open > .btn-vk.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #466482;
        border-color: #435f7b;
    }

    .btn-vk.active, .btn-vk:active, .open > .btn-vk.dropdown-toggle {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-vk.active.focus, .btn-vk.active:focus, .btn-vk.active:hover, .btn-vk:active.focus, .btn-vk:active:focus, .btn-vk:active:hover, .open > .btn-vk.dropdown-toggle.focus, .open > .btn-vk.dropdown-toggle:focus, .open > .btn-vk.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #3a526b;
            border-color: #2b3e50;
        }

    .btn-vk.disabled.focus, .btn-vk.disabled:focus, .btn-vk.disabled:hover, .btn-vk:disabled.focus, .btn-vk:disabled:focus, .btn-vk:disabled:hover {
        background-color: #587ea3;
        border-color: #587ea3;
    }

.btn-yahoo {
    color: hsla(0, 0%, 100%, .8);
    background-color: #720e9e;
    border-color: #720e9e;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-yahoo.active, .btn-yahoo.focus, .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover, .open > .btn-yahoo.dropdown-toggle {
        color: hsla(0, 0%, 100%, .8);
        background-color: #500a6f;
        border-color: #490966;
    }

    .btn-yahoo.active, .btn-yahoo:active, .open > .btn-yahoo.dropdown-toggle {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

        .btn-yahoo.active.focus, .btn-yahoo.active:focus, .btn-yahoo.active:hover, .btn-yahoo:active.focus, .btn-yahoo:active:focus, .btn-yahoo:active:hover, .open > .btn-yahoo.dropdown-toggle.focus, .open > .btn-yahoo.dropdown-toggle:focus, .open > .btn-yahoo.dropdown-toggle:hover {
            color: hsla(0, 0%, 100%, .8);
            background-color: #39074e;
            border-color: #1d0429;
        }

    .btn-yahoo.disabled.focus, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover, .btn-yahoo:disabled.focus, .btn-yahoo:disabled:focus, .btn-yahoo:disabled:hover {
        background-color: #720e9e;
        border-color: #720e9e;
    }

.btn, .fullcalendar .fc-button {
    box-shadow: none;
}

.sortable-list {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sortable-list li {
        position: relative;
        display: block;
        margin-bottom: -.0625rem;
        padding: .9375rem;
        cursor: move;
        border: 0;
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
    }

        .sortable-list li:first-child {
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        .sortable-list li:last-child {
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
        }

        .sortable-list li.ui-state-highlight {
            width: 100%;
            min-height: 3.125rem;
            list-style: none;
            background: rgba(0, 0, 0, .01);
        }

.note-air-editor {
    min-height: 9.375rem;
    padding: .75rem;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 2px;
}

.note-editor.note-frame {
    border: 0;
}

.note-editor {
    overflow: visible;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 2px;
}

    .note-editor .btn-group .btn {
        box-shadow: none;
    }

    .note-editor .note-toolbar {
        padding: 0 .75rem .75rem;
        border-color: rgba(0, 0, 0, .1);
    }

    .note-editor .dropdown-menu {
        font-size: inherit;
        overflow: auto;
        margin: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .note-editor .dropdown-menu li > a {
            font-weight: 400;
            line-height: 1.5;
            display: block;
            clear: both;
            width: 100%;
            padding: 3px 20px;
            text-align: inherit;
            white-space: nowrap;
            color: #373a3c;
            border: 0;
            background: none;
        }

    .note-editor .note-editable {
        min-height: 9.375rem;
        padding: .75rem;
        background-color: transparent !important;
    }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
    margin-top: .75rem;
}

.note-icon-caret {
    display: none;
}

.note-popover .popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 257px;
}

.sweet-alert {
    font-family: inherit;
    visibility: visible !important;
    border-radius: 2px;
}

    .sweet-alert h2, .sweet-alert p {
        color: rgba(0, 0, 0, .7);
    }

    .sweet-alert p {
        font-size: .8125rem;
        font-weight: inherit;
    }

    .sweet-alert button {
        font-size: inherit;
        border-radius: 2px;
    }

    .sweet-alert .icon.error {
        border-color: #d26d54;
    }

        .sweet-alert .icon.error .line, .sweet-alert .sa-error-container .icon, .sweet-alert .sa-input-error:after, .sweet-alert .sa-input-error:before {
            background-color: #d26d54;
        }

    .sweet-alert .icon.warning {
        border-color: #f0c54c;
    }

        .sweet-alert .icon.warning .body, .sweet-alert .icon.warning .dot {
            background-color: #f0c54c;
        }

    .sweet-alert .icon.info {
        border-color: #4cc3f0;
    }

        .sweet-alert .icon.info:after, .sweet-alert .icon.info:before {
            background-color: #4cc3f0;
        }

    .sweet-alert .icon.success {
        border-color: #7fc35c;
    }

        .sweet-alert .icon.success .placeholder {
            border-color: rgba(127, 195, 92, .2);
        }

        .sweet-alert .icon.success .line {
            background-color: #7fc35c;
        }

    .sweet-alert .sa-input-error {
        top: 1.438rem;
    }

.bootstrap-touchspin input {
    text-align: center;
}

.btn.bootstrap-touchspin-down, .btn.bootstrap-touchspin-up {
    font-size: initial !important;
}

.twitter-typeahead {
    display: block;
    width: 100%;
}

.tt-query {
    box-shadow: inset 0 .0625rem 1px rgba(0, 0, 0, .075);
}

.tt-menu {
    width: 100%;
    margin: -.0625rem 0 1.5rem;
    padding: 1rem 0;
    border: .0625rem solid #4c7ff0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 2px;
}

.tt-suggestion {
    line-height: 1.5rem;
    padding: .1875rem 1rem;
}

    .tt-suggestion:hover {
        cursor: pointer;
    }

    .tt-suggestion.tt-cursor, .tt-suggestion:hover {
        color: #fff;
        background-color: #4c7ff0;
    }

    .tt-suggestion p {
        margin: 0;
    }

.inline {
    display: inline-block;
}

.block {
    display: block;
}

.l-h {
    line-height: 24px;
}

.m-x-n {
    margin-left: -1rem !important;
}

.m-r-n, .m-x-n {
    margin-right: -1rem !important;
}

.m-l-n {
    margin-left: -1rem !important;
}

.m-t-n {
    margin-top: -1rem !important;
}

.m-b-n {
    margin-bottom: -1rem !important;
}

.m-x-n-g {
    margin-left: -1.5rem !important;
}

.m-r-n-g, .m-x-n-g {
    margin-right: -1.5rem !important;
}

.m-l-n-g {
    margin-left: -1.5rem !important;
}

.m-t-n-g {
    margin-top: -1.5rem !important;
}

.m-b-n-g {
    margin-bottom: -1.5rem !important;
}

.m-a-xs {
    margin: .5rem !important;
}

.m-t-xs {
    margin-top: .5rem !important;
}

.m-r-xs {
    margin-right: .5rem !important;
}

.m-b-xs {
    margin-bottom: .5rem !important;
}

.m-l-xs, .m-x-xs {
    margin-left: .5rem !important;
}

.m-x-xs {
    margin-right: .5rem !important;
}

.m-y-xs {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.p-a-xs {
    padding: .5rem !important;
}

.p-t-xs {
    padding-top: .5rem !important;
}

.p-r-xs {
    padding-right: .5rem !important;
}

.p-b-xs {
    padding-bottom: .5rem !important;
}

.p-l-xs, .p-x-xs {
    padding-left: .5rem !important;
}

.p-x-xs {
    padding-right: .5rem !important;
}

.p-y-xs {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.no-bg {
    background-color: transparent !important;
}

.shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.no-shadow {
    box-shadow: none;
}

.align-middle td, .v-align-middle, td.align-middle {
    vertical-align: middle !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.lt {
    left: 0;
}

.rt {
    right: 0;
}

.bt {
    bottom: 0;
}

.tp {
    top: 0;
}

.no-radius {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.round {
    border-radius: 2px;
}

.circle {
    border-radius: 50%;
}

.brtl {
    border-top-left-radius: 2px;
}

.brtr {
    border-top-right-radius: 2px;
}

.brbl {
    border-bottom-left-radius: 2px;
}

.brbr {
    border-bottom-right-radius: 2px;
}

.brlg {
    border-radius: 4px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

.b-a-0, .no-border {
    border: 0;
}

.b-a {
    border: 1px solid rgba(0, 0, 0, .1);
}

.b-b {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.b-t {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.b-l {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.b-r {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.b-t-0 {
    border-top: 0;
}

.b-r-0 {
    border-right: 0;
}

.b-b-0 {
    border-bottom: 0;
}

.b-l-0 {
    border-left: 0;
}

.border-primary {
    border-color: #4c7ff0 !important;
}

.border-default {
    border-color: #e8e8e8 !important;
}

.border-warning {
    border-color: #f0c54c !important;
}

.border-success {
    border-color: #7fc35c !important;
}

.border-info {
    border-color: #4cc3f0 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-danger {
    border-color: #d26d54 !important;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.color-brands {
    display: block;
}

    .color-brands:after {
        content: "";
        display: table;
        clear: both;
    }

    .color-brands.header-brands > div {
        width: 100% !important;
        cursor: pointer;
    }

    .color-brands > div {
        position: relative;
        display: block;
        float: left;
        width: 10%;
        margin-bottom: 1.5rem;
    }

    .color-brands .color-brand {
        line-height: 150px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

        .color-brands .color-brand.header-brand {
            width: 100%;
            height: 30px;
        }

        .color-brands .color-brand div {
            line-height: 50px;
            width: 100%;
            height: 50px;
        }

    .color-brands > .color-brand {
        width: 10%;
        height: 100px;
    }

@media (max-width:991px) {
    .color-brands > .color-brand, .color-brands > div {
        width: 25%;
    }
}

#focusedInput {
    border-color: #84a7f5;
    box-shadow: none;
}

.demo-button .btn {
    min-width: 115px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.demo-button2 button {
    margin: 0 5px 10px 0;
}

.demo-button3 .btn {
    margin-bottom: 10px;
}

.demo-links a {
    display: inline-block;
    min-width: 110px;
}

.fontawesome-list .fa-hover {
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fontawesome-list .fa, .fontawesome-list .material-icons {
    min-width: 30px;
    vertical-align: middle;
}

.fontawesome-list .fa-hover:hover {
    cursor: pointer;
    color: #4c7ff0;
}

.fontawesome-icon-list {
    margin-bottom: 35px;
}

.option {
    display: table;
    width: 100%;
    padding: .5rem 0;
}

    .option > div {
        display: table-cell;
        vertical-align: middle;
    }

        .option > div:first-child {
            width: 200px;
        }

.demo-skin {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

    .demo-skin span {
        display: table-cell;
        height: 25px;
        border-top: .0625rem solid fade(#000, 7%);
        border-bottom: .0625rem solid fade(#000, 7%);
    }

        .demo-skin span:first-child {
            border-left: .0625rem solid fade(#000, 7%);
        }

        .demo-skin span:last-child {
            border-right: .0625rem solid fade(#000, 7%);
        }

.header-skins > div .fa, .sidebar-skins > div .fa {
    display: none;
    visibility: hidden;
}

.header-skins > div:hover, .sidebar-skins > div:hover {
    cursor: pointer;
}

    .header-skins > div:hover .fa, .sidebar-skins > div:hover .fa {
        display: inline-block;
        visibility: visible;
    }

.header-skins > div.active .fa, .sidebar-skins > div.active .fa {
    display: inline-block;
    visibility: visible;
    color: #7fc35c;
}

.configuration {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    margin-left: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: transform .2s cubic-bezier(.7, 0, .3, 1);
    transition: transform .2s cubic-bezier(.7, 0, .3, 1), -webkit-transform .2s cubic-bezier(.7, 0, .3, 1);
    background: #fff;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

    .configuration .configuration-options {
        padding: 3rem;
    }

    .configuration.active {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.configuration-cog {
    line-height: 32px;
    position: absolute;
    z-index: 8;
    top: 150px;
    left: -55px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #fff;
    color: rgba(0, 0, 0, .7);
    box-shadow: -6px 0 10px rgba(0, 0, 0, .15);
    line-height: 55px;
}

    .configuration-cog img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 30px;
    }

.configuration-options {
    position: relative;
    z-index: 9;
}

.configuration .title {
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.configuration .option.styles label {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
}

.configuration .option.styles input {
    position: absolute;
    top: -100%;
    visibility: hidden;
    opacity: 0;
}

.configuration .option.styles div {
    display: block;
}

    .configuration .option.styles div:nth-child(3) {
        height: 9px;
    }

    .configuration .option.styles div:nth-child(4) {
        height: 1px;
    }

    .configuration .option.styles div:last-child {
        height: 20px;
    }

.configuration .option.styles .fa {
    line-height: 32px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: fade(#fff, 30%);
    opacity: 0;
}

.configuration .option.styles input[type=radio]:checked + .fa {
    opacity: 1;
}

.swatches {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 2px;
}

    .swatches > div {
        display: table;
        width: 100%;
        min-height: 40px;
        padding: 0 15px;
        table-layout: fixed;
    }

        .swatches > div:first-child {
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        .swatches > div:last-child {
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
        }

        .swatches > div > span {
            display: table-cell;
            vertical-align: middle;
        }

.demo-spinners .loader {
    display: table;
    min-height: 70px;
    margin: 1rem auto;
}

.demo-spinkit .card-block > [class^=sk-] {
    display: block;
    margin: 1rem auto;
}

.theme-options {
    display: inline-block;
    width: 62px;
    height: 62px;
    border: 1px solid #535a6c;
    overflow: hidden;
    position: relative;
}

    .theme-options label {
        display: block;
        width: 100%;
        height: 100%;
    }

        .theme-options label, .theme-options label:focus, .theme-options label:hover {
            cursor: pointer;
        }

            .theme-options label input[type=radio] {
                position: absolute;
                opacity: 0;
                visibility: hidden;
            }

            .theme-options label .material-icons {
                position: absolute;
                width: 100%;
                height: 100%;
                -moz-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                text-align: center;
                line-height: 60px;
                left: 0;
                top: 0;
            }

            .theme-options label input[type=radio]:checked + .material-icons {
                opacity: 1;
            }

            .theme-options label > div {
                display: block;
                width: 100%;
                height: 100%;
            }

                .theme-options label > div > span {
                    float: left;
                }

                    .theme-options label > div > span:first-child {
                        width: 30px;
                        height: 60px;
                    }

                        .theme-options label > div > span:first-child > span {
                            display: block;
                        }

                            .theme-options label > div > span:first-child > span:first-child {
                                width: 100%;
                                height: 10px;
                            }

                            .theme-options label > div > span:first-child > span:nth-child(2) {
                                width: 100%;
                                height: 60px;
                            }

                    .theme-options label > div > span:nth-child(2) {
                        width: 30px;
                        height: 60px;
                    }

.options a, .options label {
    position: relative;
    margin-bottom: 0;
    display: block;
    opacity: .3;
}

    .options a + div, .options label + div {
        opacity: .3;
    }

    .options a.active, .options a.active + div, .options label.active, .options label.active + div {
        opacity: 1;
    }

    .options a, .options a:focus, .options a:hover, .options label, .options label:focus, .options label:hover {
        cursor: pointer;
    }

        .options a input, .options label input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

        .options a .material-icons, .options label .material-icons {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            text-align: center;
            line-height: 92px;
            left: 0;
            top: 0;
            font-size: 50px;
        }

        .options a input:checked + .material-icons, .options label input:checked + .material-icons {
            opacity: 1;
        }

.btn-buy {
    position: relative;
    padding: 1rem;
    border-radius: 60px;
    background-color: #262626;
    color: #999;
    text-align: center;
}

    .btn-buy:focus, .btn-buy:hover {
        color: #fff;
    }

.skin-1 .main-panel > .header {
    color: hsla(0, 0%, 100%, .7);
    background-color: #7fc35c;
}

    .skin-1 .main-panel > .header .material-icons, .skin-1 .main-panel > .header .nav > li > a, .skin-1 .main-panel > .header .navbar-heading, .skin-1 .main-panel > .header .navbar-nav .nav-link.dropdown > a {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-1 .main-panel > .header .navbar-nav .dropdown-menu {
        border-color: #7fc35c;
    }

    .skin-1 .main-panel > .header .search-form > input:-moz-placeholder, .skin-1 .main-panel > .header .search-form > input::-moz-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-1 .main-panel > .header .search-form > input:-ms-input-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-1 .main-panel > .header .search-form > input::-webkit-input-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-1 .main-panel > .header .search-form .form-control:focus {
        background: #7fc35c;
    }

    .skin-1 .main-panel > .header .nav .open > a, .skin-1 .main-panel > .header .nav .open > a:focus, .skin-1 .main-panel > .header .nav .open > a:hover, .skin-1 .main-panel > .header .nav > li > a:focus, .skin-1 .main-panel > .header .nav > li > a:hover {
        color: #fff;
    }

.skin-2 .main-panel > .header {
    color: hsla(0, 0%, 100%, .7);
    background-color: #4cc3f0;
}

    .skin-2 .main-panel > .header .material-icons, .skin-2 .main-panel > .header .nav > li > a, .skin-2 .main-panel > .header .navbar-heading, .skin-2 .main-panel > .header .navbar-nav .nav-link.dropdown > a {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-2 .main-panel > .header .navbar-nav .dropdown-menu {
        border-color: #4cc3f0;
    }

    .skin-2 .main-panel > .header .search-form > input:-moz-placeholder, .skin-2 .main-panel > .header .search-form > input::-moz-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-2 .main-panel > .header .search-form > input:-ms-input-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-2 .main-panel > .header .search-form > input::-webkit-input-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-2 .main-panel > .header .search-form .form-control:focus {
        background: #4cc3f0;
    }

    .skin-2 .main-panel > .header .nav .open > a, .skin-2 .main-panel > .header .nav .open > a:focus, .skin-2 .main-panel > .header .nav .open > a:hover, .skin-2 .main-panel > .header .nav > li > a:focus, .skin-2 .main-panel > .header .nav > li > a:hover {
        color: #fff;
    }

.skin-3 .main-panel > .header {
    color: hsla(0, 0%, 100%, .7);
    background-color: #f0c54c;
}

    .skin-3 .main-panel > .header .material-icons, .skin-3 .main-panel > .header .nav > li > a, .skin-3 .main-panel > .header .navbar-heading, .skin-3 .main-panel > .header .navbar-nav .nav-link.dropdown > a {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-3 .main-panel > .header .navbar-nav .dropdown-menu {
        border-color: #f0c54c;
    }

    .skin-3 .main-panel > .header .search-form > input:-moz-placeholder, .skin-3 .main-panel > .header .search-form > input::-moz-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-3 .main-panel > .header .search-form > input:-ms-input-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-3 .main-panel > .header .search-form > input::-webkit-input-placeholder {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-3 .main-panel > .header .search-form .form-control:focus {
        background: #f0c54c;
    }

    .skin-3 .main-panel > .header .nav .open > a, .skin-3 .main-panel > .header .nav .open > a:focus, .skin-3 .main-panel > .header .nav .open > a:hover, .skin-3 .main-panel > .header .nav > li > a:focus, .skin-3 .main-panel > .header .nav > li > a:hover {
        color: #fff;
    }

.skin-4 .main-panel > .header {
    color: rgba(0, 0, 0, .7);
    background-color: #fff;
}

    .skin-4 .main-panel > .header .material-icons, .skin-4 .main-panel > .header .nav > li > a, .skin-4 .main-panel > .header .navbar-heading, .skin-4 .main-panel > .header .navbar-nav .nav-link.dropdown > a {
        color: rgba(0, 0, 0, .7);
    }

    .skin-4 .main-panel > .header .navbar-nav .dropdown-menu {
        border-color: #fff;
    }

    .skin-4 .main-panel > .header .search-form > input:-moz-placeholder, .skin-4 .main-panel > .header .search-form > input::-moz-placeholder {
        color: rgba(0, 0, 0, .7);
    }

    .skin-4 .main-panel > .header .search-form > input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .7);
    }

    .skin-4 .main-panel > .header .search-form > input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .7);
    }

    .skin-4 .main-panel > .header .search-form .form-control:focus {
        background: #fff;
    }

    .skin-4 .main-panel > .header .nav .open > a, .skin-4 .main-panel > .header .nav .open > a:focus, .skin-4 .main-panel > .header .nav .open > a:hover, .skin-4 .main-panel > .header .nav > li > a:focus, .skin-4 .main-panel > .header .nav > li > a:hover {
        color: #000;
    }

.skin-4 .sidebar-panel, .skin-4 .sidebar-panel > .brand {
    background-color: #535a6c;
}

    .skin-4 .sidebar-panel > .brand > a, .skin-4 .sidebar-panel > .brand > a:focus, .skin-4 .sidebar-panel > .brand > a:hover {
        color: hsla(0, 0%, 100%, .7);
    }

    .skin-4 .sidebar-panel .nav-profile > .dropdown-toggle, .skin-4 .sidebar-panel .nav-title {
        color: hsla(0, 0%, 100%, .8);
    }

    .skin-4 .sidebar-panel > nav > ul > li.open > a:hover, .skin-4 .sidebar-panel > nav > ul > li > a:hover {
        background-color: #4c5363;
    }

    .skin-4 .sidebar-panel > nav li.active > a, .skin-4 .sidebar-panel > nav li.open > a {
        color: #fff;
    }

    .skin-4 .sidebar-panel > nav > ul > li.open:before {
        position: absolute;
        z-index: 99;
        top: 0;
        width: 4px;
        height: 100%;
        content: '';
        background: #4c7ff0;
        left: 0;
    }

    .skin-4 .sidebar-panel > nav a {
        color: hsla(0, 0%, 100%, .8);
    }

        .skin-4 .sidebar-panel > nav a:focus, .skin-4 .sidebar-panel > nav a:hover {
            color: #fff !important;
        }

.skin-4 .sidebar-panel {
    box-shadow: none;
}



.pieChart {
    stroke: black;
    stroke-width: 2;
}

.pie0 {
    fill: red;
}

.pie1 {
    fill: blue;
}

.pie2 {
    fill: green;
}

.hidden {
    display: none !important;
}
