﻿/**
 * GenesisUI - Bootstrap 4 Admin Template
 * @version v1.5.13
 * @link https://genesisui.com
 * Copyright (c) 2016 creativeLabs Łukasz Holeczek
 * @license Commercial
 */
@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active,
    a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}




@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .fc button > .caret, .well.well-sm.bg-faded .btn-sm > .caret, .well.well-sm.bg-faded .btn-group-sm > .btn > .caret,
    .dropup > .btn > .caret, .fc
    .dropup > button > .caret, .well.well-sm.bg-faded
    .dropup > .btn-sm > .caret, .well.well-sm.bg-faded
    .btn-group-sm.dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .tag {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 14px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue", Helvetica;
}

body {
    /*font-size: 0.875rem;*/
    line-height: 1.5;
    /*ChangeLog*/
    /*font-weight: bold;*/
    color: #374767;
    font-size: unset;
    background-color: #f2f4f8;
}

[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[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #c0cadd;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #20a8d8;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #167495;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: none;
        }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #c0cadd;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

    input[type="radio"]:disabled,
    input[type="checkbox"]:disabled {
        cursor: not-allowed;
    }

    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        -webkit-appearance: listbox;
    }

textarea {
    resize: vertical;
}

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"] {
    -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: 0.5rem;
    font-family: inherit;
    /*ChangeLog*/
    /*font-weight: 500;*/
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .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;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.09375rem;
    border-left: 0.25rem solid #e1e6ef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #c0cadd;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #e1e6ef;
    border-left: 0;
}

    .blockquote-reverse .blockquote-footer::before {
        content: "";
    }

    .blockquote-reverse .blockquote-footer::after {
        content: "\00A0 \2014";
    }

dl.row > dd + dt {
    clear: left;
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f2f4f8;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #c0cadd;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #384042;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container::after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid::after {
        content: "";
        display: table;
        clear: both;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row::after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-xs, .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, .col-sm, .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-md, .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-lg, .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-xl, .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-xs, .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, .col-sm, .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-md, .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-lg, .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-xl, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-xs, .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, .col-sm, .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-md, .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-lg, .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-xl, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-xs, .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, .col-sm, .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-md, .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-lg, .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-xl, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xs, .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, .col-sm, .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-md, .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-lg, .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-xl, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs-1 {
    float: left;
    width: 8.33333%;
}

.col-xs-2 {
    float: left;
    width: 16.66667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.33333%;
}

.col-xs-5 {
    float: left;
    width: 41.66667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%;
}

.col-xs-8 {
    float: left;
    width: 66.66667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.33333%;
}

.col-xs-11 {
    float: left;
    width: 91.66667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.33333%;
}

.pull-xs-2 {
    right: 16.66667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.33333%;
}

.pull-xs-5 {
    right: 41.66667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.33333%;
}

.pull-xs-8 {
    right: 66.66667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.33333%;
}

.pull-xs-11 {
    right: 91.66667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.33333%;
}

.push-xs-2 {
    left: 16.66667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.33333%;
}

.push-xs-5 {
    left: 41.66667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.33333%;
}

.push-xs-8 {
    left: 66.66667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.33333%;
}

.push-xs-11 {
    left: 91.66667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.33333%;
}

.offset-xs-2 {
    margin-left: 16.66667%;
}

.offset-xs-3 {
    margin-left: 25%;
}

.offset-xs-4 {
    margin-left: 33.33333%;
}

.offset-xs-5 {
    margin-left: 41.66667%;
}

.offset-xs-6 {
    margin-left: 50%;
}

.offset-xs-7 {
    margin-left: 58.33333%;
}

.offset-xs-8 {
    margin-left: 66.66667%;
}

.offset-xs-9 {
    margin-left: 75%;
}

.offset-xs-10 {
    margin-left: 83.33333%;
}

.offset-xs-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%;
    }

    .col-md-2 {
        float: left;
        width: 16.66667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.33333%;
    }

    .col-md-5 {
        float: left;
        width: 41.66667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.33333%;
    }

    .col-md-8 {
        float: left;
        width: 66.66667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.33333%;
    }

    .col-md-11 {
        float: left;
        width: 91.66667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #e1e6ef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #e1e6ef;
    }

    .table tbody + tbody {
        border-top: 2px solid #e1e6ef;
    }

    .table .table {
        background-color: #f2f4f8;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e1e6ef;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #e1e6ef;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.thead-inverse th {
    color: #fff;
    background-color: #384042;
}

.thead-default th {
    color: #9faecb;
    background-color: #e1e6ef;
}

.table-inverse {
    color: #e1e6ef;
    background-color: #384042;
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #9faecb;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #e1e6ef;
    border-left: 1px solid #e1e6ef;
}

    .table-reflow th:last-child,
    .table-reflow td:last-child {
        border-right: 1px solid #e1e6ef;
    }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #e1e6ef;
}

.table-reflow tr {
    float: left;
}

    .table-reflow tr th,
    .table-reflow tr td {
        display: block !important;
        border: 1px solid #e1e6ef;
    }

.table-outline {
    border: 1px solid #e1e6ef;
}

    .table-outline td {
        vertical-align: middle;
    }

.table-align-middle td {
    vertical-align: middle;
}

.table-clear td {
    border: 0;
}

.form-control, .daterangepicker .input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-family: "Helvetica Neue", Helvetica;
    /*ChangeLog*/
    /*
    font-size: 0.875rem;
    line-height: 1.25;
    color: #9faecb;*/
    font-size: 0.900rem;
    line-height: 2;
    color: black;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e1e6ef;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control::-ms-expand, .daterangepicker .input-mini::-ms-expand, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-ms-expand, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus, .daterangepicker .input-mini:focus, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus {
        color: #9faecb;
        background-color: #fff;
        border-color: #66afe9;
        outline: none;
    }

    .form-control::placeholder, .daterangepicker .input-mini::placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::placeholder, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up::placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:disabled, .daterangepicker .input-mini:disabled, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:disabled, .form-control[readonly], .daterangepicker [readonly].input-mini, .input-group > .ui-select-bootstrap > input[readonly].ui-select-search.form-control {
        background-color: #e1e6ef;
        opacity: 1;
    }

    .form-control:disabled, .daterangepicker .input-mini:disabled, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:disabled {
        cursor: not-allowed;
    }

select.form-control:not([size]):not([multiple]), .daterangepicker select.input-mini:not([size]):not([multiple]) {
    height: calc(2.3125rem - 2px);
}

select.form-control:focus::-ms-value, .daterangepicker select.input-mini:focus::-ms-value {
    color: #9faecb;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .daterangepicker .input-group-sm > .form-control-static.input-mini, .input-group > .ui-select-bootstrap.input-group-sm > input.form-control-static.ui-select-search.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn, .fc
    .input-group-sm > .input-group-btn > button.form-control-static, .well.well-sm.bg-faded
    .input-group-sm > .input-group-btn > .form-control-static.btn-sm, .well.well-sm.bg-faded
    .input-group-sm > .btn-group-sm.input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .daterangepicker .input-group-lg > .form-control-static.input-mini, .input-group > .ui-select-bootstrap.input-group-lg > input.form-control-static.ui-select-search.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .fc
    .input-group-lg > .input-group-btn > button.form-control-static, .well.well-sm.bg-faded
    .input-group-lg > .input-group-btn > .form-control-static.btn-sm, .well.well-sm.bg-faded
    .input-group-lg > .btn-group-sm.input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control, .daterangepicker .input-group-sm > .input-mini, .input-group > .ui-select-bootstrap.input-group-sm > input.ui-select-search.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .fc
.input-group-sm > .input-group-btn > button, .well.well-sm.bg-faded
.input-group-sm > .input-group-btn > .btn-sm, .well.well-sm.bg-faded
.input-group-sm > .btn-group-sm.input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .daterangepicker .input-group-sm > select.input-mini:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .well.well-sm.bg-faded
.input-group-sm > .input-group-btn > select.btn-sm:not([size]):not([multiple]), .well.well-sm.bg-faded
.input-group-sm > .btn-group-sm.input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control, .daterangepicker .input-group-lg > .input-mini, .input-group > .ui-select-bootstrap.input-group-lg > input.ui-select-search.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .fc
.input-group-lg > .input-group-btn > button, .well.well-sm.bg-faded
.input-group-lg > .input-group-btn > .btn-sm, .well.well-sm.bg-faded
.input-group-lg > .btn-group-sm.input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .daterangepicker .input-group-lg > select.input-mini:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .well.well-sm.bg-faded
.input-group-lg > .input-group-btn > select.btn-sm:not([size]):not([multiple]), .well.well-sm.bg-faded
.input-group-lg > .btn-group-sm.input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.16667rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

    .form-check + .form-check {
        margin-top: -.25rem;
    }

    .form-check.disabled .form-check-label {
        color: #c0cadd;
        cursor: not-allowed;
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

    .form-check-input:only-child {
        position: static;
    }

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

    .form-check-inline + .form-check-inline {
        margin-left: .75rem;
    }

    .form-check-inline.disabled {
        color: #c0cadd;
        cursor: not-allowed;
    }

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.57812rem;
    background-size: 1.15625rem 1.15625rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: #79c447;
}

.has-success .form-control, .has-success .daterangepicker .input-mini, .daterangepicker .has-success .input-mini, .has-success .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-color: #79c447;
}

.has-success .input-group-addon {
    color: #79c447;
    border-color: #79c447;
    background-color: #e9f6e1;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#79c447' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #fabb3d;
}

.has-warning .form-control, .has-warning .daterangepicker .input-mini, .daterangepicker .has-warning .input-mini, .has-warning .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-color: #fabb3d;
}

.has-warning .input-group-addon {
    color: #fabb3d;
    border-color: #fabb3d;
    background-color: white;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fabb3d' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: #ff5454;
}

.has-danger .form-control, .has-danger .daterangepicker .input-mini, .daterangepicker .has-danger .input-mini, .has-danger .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-color: #ff5454;
}

.has-danger .input-group-addon {
    color: #ff5454;
    border-color: #ff5454;
    background-color: white;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff5454' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .form-inline .daterangepicker .input-mini, .daterangepicker .form-inline .input-mini, .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.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;
        width: auto;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control,
        .form-inline .input-group .daterangepicker .input-mini, .daterangepicker
        .form-inline .input-group .input-mini,
        .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control, .form-inline .daterangepicker .input-group > .input-mini, .daterangepicker .form-inline .input-group > .input-mini, .form-inline .input-group > .ui-select-bootstrap.input-group > input.ui-select-search.form-control {
            width: 100%;
        }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn, .fc button, .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded .btn-group-sm > .btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

    .btn:focus, .fc button:focus, .well.well-sm.bg-faded .btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm > .btn:focus, .btn.focus, .fc button.focus, .well.well-sm.bg-faded .focus.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .focus.btn, .btn:active:focus, .fc button:active:focus, .well.well-sm.bg-faded .btn-sm:active:focus, .well.well-sm.bg-faded .btn-group-sm > .btn:active:focus, .btn:active.focus, .fc button:active.focus, .well.well-sm.bg-faded .btn-sm:active.focus, .well.well-sm.bg-faded .btn-group-sm > .btn:active.focus, .btn.active:focus, .fc button.active:focus, .well.well-sm.bg-faded .active.btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:focus, .btn.active.focus, .fc button.active.focus, .well.well-sm.bg-faded .active.focus.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .active.focus.btn {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .fc button:focus, .well.well-sm.bg-faded .btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm > .btn:focus, .btn:hover, .fc button:hover, .well.well-sm.bg-faded .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:hover {
        text-decoration: none;
    }

    .btn.focus, .fc button.focus, .well.well-sm.bg-faded .focus.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .focus.btn {
        text-decoration: none;
    }

    .btn:active, .fc button:active, .well.well-sm.bg-faded .btn-sm:active, .well.well-sm.bg-faded .btn-group-sm > .btn:active, .btn.active, .fc button.active, .well.well-sm.bg-faded .active.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .active.btn {
        background-image: none;
        outline: 0;
    }

    .btn.disabled, .fc button.disabled, .well.well-sm.bg-faded .disabled.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .disabled.btn, .btn:disabled, .fc button:disabled, .well.well-sm.bg-faded .btn-sm:disabled, .well.well-sm.bg-faded .btn-group-sm > .btn:disabled {
        cursor: not-allowed;
        opacity: .65;
    }

a.btn.disabled, .well.well-sm.bg-faded a.disabled.btn-sm, .well.well-sm.bg-faded .btn-group-sm > a.disabled.btn,
fieldset[disabled] a.btn,
fieldset[disabled] .well.well-sm.bg-faded a.btn-sm, .well.well-sm.bg-faded
fieldset[disabled] a.btn-sm,
fieldset[disabled] .well.well-sm.bg-faded .btn-group-sm > a.btn, .well.well-sm.bg-faded
fieldset[disabled] .btn-group-sm > a.btn {
    pointer-events: none;
}

.btn-primary, .fc-today-button, .well.well-sm.bg-faded .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:hover, .well.well-sm.bg-faded .btn-sm.active, .well.well-sm.bg-faded .btn-group-sm > .active.btn, .well.well-sm.bg-faded .fc .btn-group-sm > button.active, .fc .well.well-sm.bg-faded .btn-group-sm > button.active {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

    .btn-primary:hover, .fc-today-button:hover, .well.well-sm.bg-faded .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:hover {
        color: #fff;
        background-color: #1985ac;
        border-color: #187fa3;
    }

    .btn-primary:focus, .fc-today-button:focus, .well.well-sm.bg-faded .btn-sm:focus:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:focus:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:focus:hover, .well.well-sm.bg-faded .btn-sm.active:focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:focus, .btn-primary.focus, .focus.fc-today-button, .well.well-sm.bg-faded .focus.btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .focus.btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button.focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button.focus:hover, .well.well-sm.bg-faded .focus.btn-sm.active, .well.well-sm.bg-faded .btn-group-sm > .focus.active.btn, .well.well-sm.bg-faded .fc .btn-group-sm > button.focus.active, .fc .well.well-sm.bg-faded .btn-group-sm > button.focus.active {
        color: #fff;
        background-color: #1985ac;
        border-color: #187fa3;
    }

    .btn-primary:active, .fc-today-button:active, .well.well-sm.bg-faded .btn-sm:active:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:active:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:active:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:active:hover, .well.well-sm.bg-faded .btn-sm.active:active, .well.well-sm.bg-faded .btn-group-sm > .active.btn:active, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:active, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:active, .btn-primary.active, .active.fc-today-button, .well.well-sm.bg-faded .active.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .active.btn, .well.well-sm.bg-faded .fc .btn-group-sm > button.active, .fc .well.well-sm.bg-faded .btn-group-sm > button.active,
    .open > .btn-primary.dropdown-toggle,
    .open > .dropdown-toggle.fc-today-button, .well.well-sm.bg-faded
    .open > .dropdown-toggle.btn-sm:hover, .well.well-sm.bg-faded
    .btn-group-sm.open > .dropdown-toggle.btn:hover, .well.well-sm.bg-faded .fc
    .btn-group-sm.open > button.dropdown-toggle:hover, .fc .well.well-sm.bg-faded
    .btn-group-sm.open > button.dropdown-toggle:hover, .well.well-sm.bg-faded
    .open > .dropdown-toggle.btn-sm.active, .well.well-sm.bg-faded
    .btn-group-sm.open > .dropdown-toggle.active.btn, .well.well-sm.bg-faded .fc
    .btn-group-sm.open > button.dropdown-toggle.active, .fc .well.well-sm.bg-faded
    .btn-group-sm.open > button.dropdown-toggle.active {
        color: #fff;
        background-color: #1985ac;
        border-color: #187fa3;
        background-image: none;
    }

        .btn-primary:active:hover, .fc-today-button:active:hover, .well.well-sm.bg-faded .btn-sm:active:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:active:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:active:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:active:hover, .btn-primary:active:focus, .fc-today-button:active:focus, .well.well-sm.bg-faded .btn-sm:active:focus:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:active:focus:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:active:focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:active:focus:hover, .well.well-sm.bg-faded .btn-sm.active:active:focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:active:focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:active:focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:active:focus, .btn-primary:active.focus, .fc-today-button:active.focus, .well.well-sm.bg-faded .btn-sm:active.focus:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:active.focus:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:active.focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:active.focus:hover, .well.well-sm.bg-faded .btn-sm.active:active.focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:active.focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:active.focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:active.focus, .btn-primary.active:hover, .active.fc-today-button:hover, .well.well-sm.bg-faded .active.btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .active.btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:hover, .btn-primary.active:focus, .active.fc-today-button:focus, .well.well-sm.bg-faded .active.btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:focus, .btn-primary.active.focus, .active.focus.fc-today-button, .well.well-sm.bg-faded .active.focus.btn-sm, .well.well-sm.bg-faded .btn-group-sm > .active.focus.btn, .well.well-sm.bg-faded .fc .btn-group-sm > button.active.focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .dropdown-toggle.fc-today-button:hover, .well.well-sm.bg-faded
        .open > .dropdown-toggle.btn-sm:hover, .well.well-sm.bg-faded
        .btn-group-sm.open > .dropdown-toggle.btn:hover, .well.well-sm.bg-faded .fc
        .btn-group-sm.open > button.dropdown-toggle:hover, .fc .well.well-sm.bg-faded
        .btn-group-sm.open > button.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .dropdown-toggle.fc-today-button:focus, .well.well-sm.bg-faded
        .open > .dropdown-toggle.btn-sm:focus:hover, .well.well-sm.bg-faded
        .btn-group-sm.open > .dropdown-toggle.btn:focus:hover, .well.well-sm.bg-faded .fc
        .btn-group-sm.open > button.dropdown-toggle:focus:hover, .fc .well.well-sm.bg-faded
        .btn-group-sm.open > button.dropdown-toggle:focus:hover, .well.well-sm.bg-faded
        .open > .dropdown-toggle.btn-sm.active:focus, .well.well-sm.bg-faded
        .btn-group-sm.open > .dropdown-toggle.active.btn:focus, .well.well-sm.bg-faded .fc
        .btn-group-sm.open > button.dropdown-toggle.active:focus, .fc .well.well-sm.bg-faded
        .btn-group-sm.open > button.dropdown-toggle.active:focus,
        .open > .btn-primary.dropdown-toggle.focus,
        .open > .dropdown-toggle.focus.fc-today-button, .well.well-sm.bg-faded
        .open > .dropdown-toggle.focus.btn-sm:hover, .well.well-sm.bg-faded
        .btn-group-sm.open > .dropdown-toggle.focus.btn:hover, .well.well-sm.bg-faded .fc
        .btn-group-sm.open > button.dropdown-toggle.focus:hover, .fc .well.well-sm.bg-faded
        .btn-group-sm.open > button.dropdown-toggle.focus:hover, .well.well-sm.bg-faded
        .open > .dropdown-toggle.focus.btn-sm.active, .well.well-sm.bg-faded
        .btn-group-sm.open > .dropdown-toggle.focus.active.btn, .well.well-sm.bg-faded .fc
        .btn-group-sm.open > button.dropdown-toggle.focus.active, .fc .well.well-sm.bg-faded
        .btn-group-sm.open > button.dropdown-toggle.focus.active {
            color: #fff;
            background-color: #156d8c;
            border-color: #105269;
        }

        .btn-primary.disabled:focus, .disabled.fc-today-button:focus, .well.well-sm.bg-faded .disabled.btn-sm:focus:hover, .well.well-sm.bg-faded .btn-group-sm > .disabled.btn:focus:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button.disabled:focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button.disabled:focus:hover, .well.well-sm.bg-faded .disabled.btn-sm.active:focus, .well.well-sm.bg-faded .btn-group-sm > .disabled.active.btn:focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.disabled.active:focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.disabled.active:focus, .btn-primary.disabled.focus, .disabled.focus.fc-today-button, .well.well-sm.bg-faded .disabled.focus.btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .disabled.focus.btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button.disabled.focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button.disabled.focus:hover, .well.well-sm.bg-faded .disabled.focus.btn-sm.active, .well.well-sm.bg-faded .btn-group-sm > .disabled.focus.active.btn, .well.well-sm.bg-faded .fc .btn-group-sm > button.disabled.focus.active, .fc .well.well-sm.bg-faded .btn-group-sm > button.disabled.focus.active, .btn-primary:disabled:focus, .fc-today-button:disabled:focus, .well.well-sm.bg-faded .btn-sm:disabled:focus:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:disabled:focus:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:disabled:focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:disabled:focus:hover, .well.well-sm.bg-faded .btn-sm.active:disabled:focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:disabled:focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:disabled:focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:disabled:focus, .btn-primary:disabled.focus, .fc-today-button:disabled.focus, .well.well-sm.bg-faded .btn-sm:disabled.focus:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:disabled.focus:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:disabled.focus:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:disabled.focus:hover, .well.well-sm.bg-faded .btn-sm.active:disabled.focus, .well.well-sm.bg-faded .btn-group-sm > .active.btn:disabled.focus, .well.well-sm.bg-faded .fc .btn-group-sm > button.active:disabled.focus, .fc .well.well-sm.bg-faded .btn-group-sm > button.active:disabled.focus {
            background-color: #20a8d8;
            border-color: #20a8d8;
        }

    .btn-primary.disabled:hover, .disabled.fc-today-button:hover, .well.well-sm.bg-faded .disabled.btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .disabled.btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button.disabled:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button.disabled:hover, .btn-primary:disabled:hover, .fc-today-button:disabled:hover, .well.well-sm.bg-faded .btn-sm:disabled:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:disabled:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:disabled:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:disabled:hover {
        background-color: #20a8d8;
        border-color: #20a8d8;
    }

.btn-secondary, .fc button {
    color: #384042;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:hover, .fc button:hover {
        color: #384042;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:focus, .fc button:focus, .btn-secondary.focus, .fc button.focus {
        color: #384042;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:active, .fc button:active, .btn-secondary.active, .fc button.active,
    .open > .btn-secondary.dropdown-toggle, .fc
    .open > button.dropdown-toggle {
        color: #384042;
        background-color: #e6e6e6;
        border-color: #adadad;
        background-image: none;
    }

        .btn-secondary:active:hover, .fc button:active:hover, .btn-secondary:active:focus, .fc button:active:focus, .btn-secondary:active.focus, .fc button:active.focus, .btn-secondary.active:hover, .fc button.active:hover, .btn-secondary.active:focus, .fc button.active:focus, .btn-secondary.active.focus, .fc button.active.focus,
        .open > .btn-secondary.dropdown-toggle:hover, .fc
        .open > button.dropdown-toggle:hover,
        .open > .btn-secondary.dropdown-toggle:focus, .fc
        .open > button.dropdown-toggle:focus,
        .open > .btn-secondary.dropdown-toggle.focus, .fc
        .open > button.dropdown-toggle.focus {
            color: #384042;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-secondary.disabled:focus, .fc button.disabled:focus, .btn-secondary.disabled.focus, .fc button.disabled.focus, .btn-secondary:disabled:focus, .fc button:disabled:focus, .btn-secondary:disabled.focus, .fc button:disabled.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary.disabled:hover, .fc button.disabled:hover, .btn-secondary:disabled:hover, .fc button:disabled:hover {
        background-color: #fff;
        border-color: #ccc;
    }

.btn-info {
    color: #fff;
    /*ChangeLog*/
    background-color: #2f8ccc;
    border-color: #2f8ccc;
}

    .btn-info:hover {
        color: #fff;
        background-color: #39afea;
        border-color: #30ace9;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #39afea;
        border-color: #30ace9;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #39afea;
        border-color: #30ace9;
        background-image: none;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #19a3e7;
            border-color: #1489c2;
        }

    .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

    .btn-info.disabled:hover, .btn-info:disabled:hover {
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

.btn-success {
    color: #fff;
    background-color: #79c447;
    border-color: #79c447;
}

    .btn-success:hover {
        color: #fff;
        background-color: #61a434;
        border-color: #5c9c32;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #61a434;
        border-color: #5c9c32;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #61a434;
        border-color: #5c9c32;
        background-image: none;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #51892c;
            border-color: #3f6a22;
        }

    .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
        background-color: #79c447;
        border-color: #79c447;
    }

    .btn-success.disabled:hover, .btn-success:disabled:hover {
        background-color: #79c447;
        border-color: #79c447;
    }

.btn-warning {
    color: #fff;
    background-color: #fabb3d;
    border-color: #fabb3d;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #f9aa0b;
        border-color: #f4a406;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #f9aa0b;
        border-color: #f4a406;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #f9aa0b;
        border-color: #f4a406;
        background-image: none;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #db9406;
            border-color: #b37905;
        }

    .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

    .btn-warning.disabled:hover, .btn-warning:disabled:hover {
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

.btn-danger {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ff2121;
        border-color: #ff1717;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #ff2121;
        border-color: #ff1717;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff2121;
        border-color: #ff1717;
        background-image: none;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #fc0000;
            border-color: #d40000;
        }

    .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
        background-color: #ff5454;
        border-color: #ff5454;
    }

    .btn-danger.disabled:hover, .btn-danger:disabled:hover {
        background-color: #ff5454;
        border-color: #ff5454;
    }

.btn-outline-primary {
    color: #20a8d8;
    background-image: none;
    background-color: transparent;
    border-color: #20a8d8;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #20a8d8;
        border-color: #20a8d8;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        color: #fff;
        background-color: #20a8d8;
        border-color: #20a8d8;
    }

    .btn-outline-primary:active, .btn-outline-primary.active,
    .open > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #20a8d8;
        border-color: #20a8d8;
    }

        .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
        .open > .btn-outline-primary.dropdown-toggle:hover,
        .open > .btn-outline-primary.dropdown-toggle:focus,
        .open > .btn-outline-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #156d8c;
            border-color: #105269;
        }

    .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
        border-color: #74cbea;
    }

    .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
        border-color: #74cbea;
    }

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active,
    .open > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

        .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
        .open > .btn-outline-secondary.dropdown-toggle:hover,
        .open > .btn-outline-secondary.dropdown-toggle:focus,
        .open > .btn-outline-secondary.dropdown-toggle.focus {
            color: #fff;
            background-color: #a1a1a1;
            border-color: #8c8c8c;
        }

    .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
        border-color: white;
    }

    .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
        border-color: white;
    }

.btn-outline-info {
    color: #67c2ef;
    background-image: none;
    background-color: transparent;
    border-color: #67c2ef;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        color: #fff;
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

    .btn-outline-info:active, .btn-outline-info.active,
    .open > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

        .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
        .open > .btn-outline-info.dropdown-toggle:hover,
        .open > .btn-outline-info.dropdown-toggle:focus,
        .open > .btn-outline-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #19a3e7;
            border-color: #1489c2;
        }

    .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
        border-color: #c3e7f9;
    }

    .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
        border-color: #c3e7f9;
    }

.btn-outline-success {
    color: #79c447;
    background-image: none;
    background-color: transparent;
    border-color: #79c447;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #79c447;
        border-color: #79c447;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        color: #fff;
        background-color: #79c447;
        border-color: #79c447;
    }

    .btn-outline-success:active, .btn-outline-success.active,
    .open > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #79c447;
        border-color: #79c447;
    }

        .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
        .open > .btn-outline-success.dropdown-toggle:hover,
        .open > .btn-outline-success.dropdown-toggle:focus,
        .open > .btn-outline-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #51892c;
            border-color: #3f6a22;
        }

    .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
        border-color: #b1dd94;
    }

    .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
        border-color: #b1dd94;
    }

.btn-outline-warning {
    color: #fabb3d;
    background-image: none;
    background-color: transparent;
    border-color: #fabb3d;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        color: #fff;
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

    .btn-outline-warning:active, .btn-outline-warning.active,
    .open > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

        .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
        .open > .btn-outline-warning.dropdown-toggle:hover,
        .open > .btn-outline-warning.dropdown-toggle:focus,
        .open > .btn-outline-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #db9406;
            border-color: #b37905;
        }

    .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
        border-color: #fddea0;
    }

    .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
        border-color: #fddea0;
    }

.btn-outline-danger {
    color: #ff5454;
    background-image: none;
    background-color: transparent;
    border-color: #ff5454;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ff5454;
        border-color: #ff5454;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        color: #fff;
        background-color: #ff5454;
        border-color: #ff5454;
    }

    .btn-outline-danger:active, .btn-outline-danger.active,
    .open > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff5454;
        border-color: #ff5454;
    }

        .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
        .open > .btn-outline-danger.dropdown-toggle:hover,
        .open > .btn-outline-danger.dropdown-toggle:focus,
        .open > .btn-outline-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #fc0000;
            border-color: #d40000;
        }

    .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
        border-color: #ffbaba;
    }

    .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
        border-color: #ffbaba;
    }

.btn-link {
    font-weight: normal;
    color: #20a8d8;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #167495;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled:focus, .btn-link:disabled:hover {
                color: #c0cadd;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button, .well.well-sm.bg-faded .btn-group-lg > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button, .well.well-sm.bg-faded .btn-group-sm > .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn .tag, .fc button .tag, .well.well-sm.bg-faded .btn-sm .tag, .well.well-sm.bg-faded .btn-group-sm > .btn .tag {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 9px;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #374767;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e6ef;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #f9f9fa;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #384042;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2c3334;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #20a8d8;
        outline: 0;
    }

    .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
        color: #c0cadd;
    }

        .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: 0 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #c0cadd;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.dropdown-item {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e6ef;
}

    .dropdown-item:last-child {
        border-bottom: 0;
    }

    .dropdown-item i {
        display: inline-block;
        width: 20px;
        margin-right: 10px;
        margin-left: -10px;
        color: #e1e6ef;
        text-align: center;
    }

    .dropdown-item .tag {
        position: absolute;
        right: 10px;
        margin-top: 2px;
    }

.dropdown-header {
    padding: 8px 20px;
    background: #f9f9fa;
    border-bottom: 1px solid #e1e6ef;
}

    .dropdown-header .btn, .dropdown-header .fc button, .fc .dropdown-header button, .dropdown-header .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded .dropdown-header .btn-sm, .dropdown-header .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded .dropdown-header .btn-group-sm > .btn {
        margin-top: -7px;
        color: #c0cadd;
    }

        .dropdown-header .btn:hover, .dropdown-header .fc button:hover, .fc .dropdown-header button:hover, .dropdown-header .well.well-sm.bg-faded .btn-sm:hover, .well.well-sm.bg-faded .dropdown-header .btn-sm:hover, .dropdown-header .well.well-sm.bg-faded .btn-group-sm > .btn:hover, .well.well-sm.bg-faded .dropdown-header .btn-group-sm > .btn:hover {
            color: #374767;
        }

        .dropdown-header .btn.pull-right, .dropdown-header .fc button.pull-right, .fc .dropdown-header button.pull-right, .dropdown-header .well.well-sm.bg-faded .pull-right.btn-sm, .well.well-sm.bg-faded .dropdown-header .pull-right.btn-sm, .dropdown-header .well.well-sm.bg-faded .btn-group-sm > .pull-right.btn, .well.well-sm.bg-faded .dropdown-header .btn-group-sm > .pull-right.btn {
            margin-right: -20px;
        }

.dropdown-menu-lg {
    width: 250px;
}

.btn-group, .fc-button-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .fc-button-group > .btn, .fc .btn-group > button, .fc .fc-button-group > button, .well.well-sm.bg-faded .btn-group > .btn-sm, .well.well-sm.bg-faded .fc-button-group > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-group > .btn, .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .btn,
    .btn-group-vertical > .btn, .fc
    .btn-group-vertical > button, .well.well-sm.bg-faded
    .btn-group-vertical > .btn-sm, .well.well-sm.bg-faded
    .btn-group-sm.btn-group-vertical > .btn {
        position: relative;
        float: left;
        margin-bottom: 0;
    }

        .btn-group > .btn:focus, .fc-button-group > .btn:focus, .fc .btn-group > button:focus, .fc .fc-button-group > button:focus, .well.well-sm.bg-faded .btn-group > .btn-sm:focus, .well.well-sm.bg-faded .fc-button-group > .btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm.btn-group > .btn:focus, .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .btn:focus, .btn-group > .btn:active, .fc-button-group > .btn:active, .fc .btn-group > button:active, .fc .fc-button-group > button:active, .well.well-sm.bg-faded .btn-group > .btn-sm:active, .well.well-sm.bg-faded .fc-button-group > .btn-sm:active, .well.well-sm.bg-faded .btn-group-sm.btn-group > .btn:active, .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .btn:active, .btn-group > .btn.active, .fc-button-group > .btn.active, .fc .btn-group > button.active, .fc .fc-button-group > button.active, .well.well-sm.bg-faded .btn-group > .active.btn-sm, .well.well-sm.bg-faded .fc-button-group > .active.btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-group > .active.btn, .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .active.btn,
        .btn-group-vertical > .btn:focus, .fc
        .btn-group-vertical > button:focus, .well.well-sm.bg-faded
        .btn-group-vertical > .btn-sm:focus, .well.well-sm.bg-faded
        .btn-group-sm.btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active, .fc
        .btn-group-vertical > button:active, .well.well-sm.bg-faded
        .btn-group-vertical > .btn-sm:active, .well.well-sm.bg-faded
        .btn-group-sm.btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active, .fc
        .btn-group-vertical > button.active, .well.well-sm.bg-faded
        .btn-group-vertical > .active.btn-sm, .well.well-sm.bg-faded
        .btn-group-sm.btn-group-vertical > .active.btn {
            z-index: 2;
        }

        .btn-group > .btn:hover, .fc-button-group > .btn:hover, .fc .btn-group > button:hover, .fc .fc-button-group > button:hover, .well.well-sm.bg-faded .btn-group > .btn-sm:hover, .well.well-sm.bg-faded .fc-button-group > .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm.btn-group > .btn:hover, .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .btn:hover,
        .btn-group-vertical > .btn:hover, .fc
        .btn-group-vertical > button:hover, .well.well-sm.bg-faded
        .btn-group-vertical > .btn-sm:hover, .well.well-sm.bg-faded
        .btn-group-sm.btn-group-vertical > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .fc-button-group .btn + .btn, .btn-group .fc button + .btn, .fc .btn-group button + .btn, .fc-button-group .fc button + .btn, .fc .fc-button-group button + .btn, .btn-group .well.well-sm.bg-faded .btn-sm + .btn, .well.well-sm.bg-faded .btn-group .btn-sm + .btn, .fc-button-group .well.well-sm.bg-faded .btn-sm + .btn, .well.well-sm.bg-faded .fc-button-group .btn-sm + .btn, .btn-group .fc .btn + button, .fc .btn-group .btn + button, .fc-button-group .fc .btn + button, .fc .fc-button-group .btn + button, .btn-group .fc button + button, .fc .btn-group button + button, .fc-button-group .fc button + button, .fc .fc-button-group button + button, .btn-group .well.well-sm.bg-faded .fc .btn-sm + button, .fc .btn-group .well.well-sm.bg-faded .btn-sm + button, .well.well-sm.bg-faded .btn-group .fc .btn-sm + button, .fc .well.well-sm.bg-faded .btn-group .btn-sm + button, .fc-button-group .well.well-sm.bg-faded .fc .btn-sm + button, .fc .fc-button-group .well.well-sm.bg-faded .btn-sm + button, .well.well-sm.bg-faded .fc-button-group .fc .btn-sm + button, .fc .well.well-sm.bg-faded .fc-button-group .btn-sm + button, .btn-group .well.well-sm.bg-faded .fc .btn-group-sm > .btn + button, .fc .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn + button, .well.well-sm.bg-faded .btn-group .fc .btn-group-sm > .btn + button, .fc .well.well-sm.bg-faded .btn-group .btn-group-sm > .btn + button, .fc-button-group .well.well-sm.bg-faded .fc .btn-group-sm > .btn + button, .fc .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn + button, .well.well-sm.bg-faded .fc-button-group .fc .btn-group-sm > .btn + button, .fc .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn + button, .btn-group .well.well-sm.bg-faded .btn + .btn-sm, .well.well-sm.bg-faded .btn-group .btn + .btn-sm, .fc-button-group .well.well-sm.bg-faded .btn + .btn-sm, .well.well-sm.bg-faded .fc-button-group .btn + .btn-sm, .btn-group .fc .well.well-sm.bg-faded button + .btn-sm, .well.well-sm.bg-faded .btn-group .fc button + .btn-sm, .fc .btn-group .well.well-sm.bg-faded button + .btn-sm, .well.well-sm.bg-faded .fc .btn-group button + .btn-sm, .fc-button-group .fc .well.well-sm.bg-faded button + .btn-sm, .well.well-sm.bg-faded .fc-button-group .fc button + .btn-sm, .fc .fc-button-group .well.well-sm.bg-faded button + .btn-sm, .well.well-sm.bg-faded .fc .fc-button-group button + .btn-sm, .btn-group .well.well-sm.bg-faded .btn-sm + .btn-sm, .well.well-sm.bg-faded .btn-group .btn-sm + .btn-sm, .fc-button-group .well.well-sm.bg-faded .btn-sm + .btn-sm, .well.well-sm.bg-faded .fc-button-group .btn-sm + .btn-sm, .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn + .btn-sm, .well.well-sm.bg-faded .btn-group .btn-group-sm > .btn + .btn-sm, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn + .btn-sm, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn + .btn-sm, .btn-group .fc .well.well-sm.bg-faded .btn-group-sm > button + .btn, .well.well-sm.bg-faded .btn-group .fc .btn-group-sm > button + .btn, .fc .btn-group .well.well-sm.bg-faded .btn-group-sm > button + .btn, .well.well-sm.bg-faded .fc .btn-group .btn-group-sm > button + .btn, .fc-button-group .fc .well.well-sm.bg-faded .btn-group-sm > button + .btn, .well.well-sm.bg-faded .fc-button-group .fc .btn-group-sm > button + .btn, .fc .fc-button-group .well.well-sm.bg-faded .btn-group-sm > button + .btn, .well.well-sm.bg-faded .fc .fc-button-group .btn-group-sm > button + .btn, .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn-sm + .btn, .well.well-sm.bg-faded .btn-group .btn-group-sm > .btn-sm + .btn, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn-sm + .btn, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn-sm + .btn, .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn + .btn, .well.well-sm.bg-faded .btn-group .btn-group-sm > .btn + .btn, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn + .btn, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn + .btn,
    .btn-group .btn + .btn-group, .fc-button-group .btn + .btn-group,
    .btn-group .fc button + .btn-group, .fc
    .btn-group button + .btn-group, .fc-button-group .fc button + .btn-group, .fc .fc-button-group button + .btn-group,
    .btn-group .well.well-sm.bg-faded .btn-sm + .btn-group, .well.well-sm.bg-faded
    .btn-group .btn-sm + .btn-group, .fc-button-group .well.well-sm.bg-faded .btn-sm + .btn-group, .well.well-sm.bg-faded .fc-button-group .btn-sm + .btn-group,
    .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn + .btn-group, .well.well-sm.bg-faded
    .btn-group .btn-group-sm > .btn + .btn-group, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn + .btn-group, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn + .btn-group,
    .btn-group .btn + .fc-button-group, .fc-button-group .btn + .fc-button-group,
    .btn-group .fc button + .fc-button-group, .fc
    .btn-group button + .fc-button-group, .fc-button-group .fc button + .fc-button-group, .fc .fc-button-group button + .fc-button-group,
    .btn-group .well.well-sm.bg-faded .btn-sm + .fc-button-group, .well.well-sm.bg-faded
    .btn-group .btn-sm + .fc-button-group, .fc-button-group .well.well-sm.bg-faded .btn-sm + .fc-button-group, .well.well-sm.bg-faded .fc-button-group .btn-sm + .fc-button-group,
    .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn + .fc-button-group, .well.well-sm.bg-faded
    .btn-group .btn-group-sm > .btn + .fc-button-group, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn + .fc-button-group, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn + .fc-button-group,
    .btn-group .btn-group + .btn, .fc-button-group .btn-group + .btn,
    .btn-group .fc-button-group + .btn, .fc-button-group .fc-button-group + .btn,
    .btn-group .fc .btn-group + button, .fc
    .btn-group .btn-group + button, .fc-button-group .fc .btn-group + button, .fc .fc-button-group .btn-group + button,
    .btn-group .fc .fc-button-group + button, .fc
    .btn-group .fc-button-group + button, .fc-button-group .fc .fc-button-group + button, .fc .fc-button-group .fc-button-group + button,
    .btn-group .well.well-sm.bg-faded .btn-group + .btn-sm, .well.well-sm.bg-faded
    .btn-group .btn-group + .btn-sm, .fc-button-group .well.well-sm.bg-faded .btn-group + .btn-sm, .well.well-sm.bg-faded .fc-button-group .btn-group + .btn-sm,
    .btn-group .well.well-sm.bg-faded .fc-button-group + .btn-sm, .well.well-sm.bg-faded
    .btn-group .fc-button-group + .btn-sm, .fc-button-group .well.well-sm.bg-faded .fc-button-group + .btn-sm, .well.well-sm.bg-faded .fc-button-group .fc-button-group + .btn-sm,
    .btn-group .well.well-sm.bg-faded .btn-group-sm > .btn-group + .btn, .well.well-sm.bg-faded
    .btn-group .btn-group-sm > .btn-group + .btn, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .btn-group + .btn, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .btn-group + .btn,
    .btn-group .well.well-sm.bg-faded .btn-group-sm > .fc-button-group + .btn, .well.well-sm.bg-faded
    .btn-group .btn-group-sm > .fc-button-group + .btn, .fc-button-group .well.well-sm.bg-faded .btn-group-sm > .fc-button-group + .btn, .well.well-sm.bg-faded .fc-button-group .btn-group-sm > .fc-button-group + .btn,
    .btn-group .btn-group + .btn-group, .fc-button-group .btn-group + .btn-group,
    .btn-group .fc-button-group + .btn-group, .fc-button-group .fc-button-group + .btn-group,
    .btn-group .btn-group + .fc-button-group, .fc-button-group .btn-group + .fc-button-group,
    .btn-group .fc-button-group + .fc-button-group, .fc-button-group .fc-button-group + .fc-button-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -0.5rem;
}

    .btn-toolbar::after {
        content: "";
        display: table;
        clear: both;
    }

    .btn-toolbar .btn-group, .btn-toolbar .fc-button-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .fc .btn-toolbar > button, .well.well-sm.bg-faded .btn-toolbar > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .fc-button-group,
    .btn-toolbar > .input-group {
        margin-left: 0.5rem;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc-button-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .fc .fc-button-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .well.well-sm.bg-faded .btn-group > .btn-sm:not(:first-child):not(:last-child):not(.dropdown-toggle), .well.well-sm.bg-faded .fc-button-group > .btn-sm:not(:first-child):not(:last-child):not(.dropdown-toggle), .well.well-sm.bg-faded .btn-group-sm.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child, .fc-button-group > .btn:first-child, .fc .btn-group > button:first-child, .fc .fc-button-group > button:first-child, .well.well-sm.bg-faded .btn-group > .btn-sm:first-child, .well.well-sm.bg-faded .fc-button-group > .btn-sm:first-child, .well.well-sm.bg-faded .btn-group-sm.btn-group > .btn:first-child, .well.well-sm.bg-faded .btn-group-sm.fc-button-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group, .fc-button-group > .btn-group, .btn-group > .fc-button-group, .fc-button-group > .fc-button-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .fc-button-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .fc .fc-button-group > .btn-group:not(:first-child):not(:last-child) > button, .fc .btn-group > .fc-button-group:not(:first-child):not(:last-child) > button, .fc .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > button, .well.well-sm.bg-faded .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-sm, .well.well-sm.bg-faded .fc-button-group > .btn-group:not(:first-child):not(:last-child) > .btn-sm, .well.well-sm.bg-faded .btn-group > .fc-button-group:not(:first-child):not(:last-child) > .btn-sm, .well.well-sm.bg-faded .fc-button-group > .fc-button-group:not(:first-child):not(:last-child) > .btn-sm, .well.well-sm.bg-faded .btn-group > .btn-group-sm.btn-group:not(:first-child):not(:last-child) > .btn, .well.well-sm.bg-faded .fc-button-group > .btn-group-sm.btn-group:not(:first-child):not(:last-child) > .btn, .well.well-sm.bg-faded .btn-group > .btn-group-sm.fc-button-group:not(:first-child):not(:last-child) > .btn, .well.well-sm.bg-faded .fc-button-group > .btn-group-sm.fc-button-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

.btn-group .dropdown-toggle:active, .fc-button-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle, .open.fc-button-group .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split, .fc button + .dropdown-toggle-split, .well.well-sm.bg-faded .btn-sm + .dropdown-toggle-split, .well.well-sm.bg-faded .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

    .btn + .dropdown-toggle-split::after, .fc button + .dropdown-toggle-split::after, .well.well-sm.bg-faded .btn-sm + .dropdown-toggle-split::after, .well.well-sm.bg-faded .btn-group-sm > .btn + .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .fc .btn-group-sm > button + .dropdown-toggle-split, .well.well-sm.bg-faded .btn-group-sm > .btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .fc .btn-group-lg > button + .dropdown-toggle-split, .well.well-sm.bg-faded .btn-group-lg > .btn-sm + .dropdown-toggle-split, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn .caret, .fc button .caret, .well.well-sm.bg-faded .btn-sm .caret, .well.well-sm.bg-faded .btn-group-sm > .btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .fc .btn-group-lg > button .caret, .well.well-sm.bg-faded .btn-group-lg > .btn-sm .caret, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .fc .btn-group-lg > button .caret, .fc .dropup .btn-group-lg > button .caret, .dropup .well.well-sm.bg-faded .btn-group-lg > .btn-sm .caret, .well.well-sm.bg-faded .dropup .btn-group-lg > .btn-sm .caret, .dropup .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn, .fc .btn-group-vertical > button, .well.well-sm.bg-faded .btn-group-vertical > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .fc-button-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .fc-button-group > .btn, .fc
.btn-group-vertical > .btn-group > button, .fc
.btn-group-vertical > .fc-button-group > button, .well.well-sm.bg-faded
.btn-group-vertical > .btn-group > .btn-sm, .well.well-sm.bg-faded
.btn-group-vertical > .fc-button-group > .btn-sm, .well.well-sm.bg-faded
.btn-group-vertical > .btn-group-sm.btn-group > .btn, .well.well-sm.bg-faded
.btn-group-vertical > .btn-group-sm.fc-button-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group::after, .btn-group-vertical > .fc-button-group::after {
        content: "";
        display: table;
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .fc-button-group > .btn, .fc .btn-group-vertical > .btn-group > button, .fc .btn-group-vertical > .fc-button-group > button, .well.well-sm.bg-faded .btn-group-vertical > .btn-group > .btn-sm, .well.well-sm.bg-faded .btn-group-vertical > .fc-button-group > .btn-sm, .well.well-sm.bg-faded .btn-group-vertical > .btn-group-sm.btn-group > .btn, .well.well-sm.bg-faded .btn-group-vertical > .btn-group-sm.fc-button-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .fc .btn-group-vertical > button + .btn, .well.well-sm.bg-faded .btn-group-vertical > .btn-sm + .btn, .fc .btn-group-vertical > .btn + button, .fc .btn-group-vertical > button + button, .well.well-sm.bg-faded .fc .btn-group-vertical > .btn-sm + button, .fc .well.well-sm.bg-faded .btn-group-vertical > .btn-sm + button, .well.well-sm.bg-faded .fc .btn-group-sm.btn-group-vertical > .btn + button, .fc .well.well-sm.bg-faded .btn-group-sm.btn-group-vertical > .btn + button, .well.well-sm.bg-faded .btn-group-vertical > .btn + .btn-sm, .fc .well.well-sm.bg-faded .btn-group-vertical > button + .btn-sm, .well.well-sm.bg-faded .fc .btn-group-vertical > button + .btn-sm, .well.well-sm.bg-faded .btn-group-vertical > .btn-sm + .btn-sm, .fc .well.well-sm.bg-faded .btn-group-sm.btn-group-vertical > button + .btn, .well.well-sm.bg-faded .fc .btn-group-sm.btn-group-vertical > button + .btn, .well.well-sm.bg-faded .btn-group-sm.btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group, .fc
    .btn-group-vertical > button + .btn-group, .well.well-sm.bg-faded
    .btn-group-vertical > .btn-sm + .btn-group, .well.well-sm.bg-faded
    .btn-group-sm.btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn + .fc-button-group, .fc
    .btn-group-vertical > button + .fc-button-group, .well.well-sm.bg-faded
    .btn-group-vertical > .btn-sm + .fc-button-group, .well.well-sm.bg-faded
    .btn-group-sm.btn-group-vertical > .btn + .fc-button-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .fc-button-group + .btn, .fc
    .btn-group-vertical > .btn-group + button, .fc
    .btn-group-vertical > .fc-button-group + button, .well.well-sm.bg-faded
    .btn-group-vertical > .btn-group + .btn-sm, .well.well-sm.bg-faded
    .btn-group-vertical > .fc-button-group + .btn-sm, .well.well-sm.bg-faded
    .btn-group-sm.btn-group-vertical > .btn-group + .btn, .well.well-sm.bg-faded
    .btn-group-sm.btn-group-vertical > .fc-button-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group,
    .btn-group-vertical > .fc-button-group + .btn-group,
    .btn-group-vertical > .btn-group + .fc-button-group,
    .btn-group-vertical > .fc-button-group + .fc-button-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child), .fc .btn-group-vertical > button:not(:first-child):not(:last-child), .well.well-sm.bg-faded .btn-group-vertical > .btn-sm:not(:first-child):not(:last-child), .well.well-sm.bg-faded .btn-group-sm.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > .btn, .fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .fc .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > button, .well.well-sm.bg-faded .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-sm, .well.well-sm.bg-faded .btn-group-vertical > .fc-button-group:not(:first-child):not(:last-child) > .btn-sm, .well.well-sm.bg-faded .btn-group-vertical > .btn-group-sm.btn-group:not(:first-child):not(:last-child) > .btn, .well.well-sm.bg-faded .btn-group-vertical > .btn-group-sm.fc-button-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

[data-toggle="buttons"] > .btn input[type="radio"], .fc [data-toggle="buttons"] > button input[type="radio"], .well.well-sm.bg-faded [data-toggle="buttons"] > .btn-sm input[type="radio"], .well.well-sm.bg-faded .btn-group-sm[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .fc
[data-toggle="buttons"] > button input[type="checkbox"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-sm input[type="checkbox"], .well.well-sm.bg-faded
.btn-group-sm[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .fc-button-group > .btn input[type="radio"], .fc
[data-toggle="buttons"] > .btn-group > button input[type="radio"], .fc
[data-toggle="buttons"] > .fc-button-group > button input[type="radio"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-group > .btn-sm input[type="radio"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .fc-button-group > .btn-sm input[type="radio"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-group-sm.btn-group > .btn input[type="radio"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-group-sm.fc-button-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .fc-button-group > .btn input[type="checkbox"], .fc
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .fc
[data-toggle="buttons"] > .fc-button-group > button input[type="checkbox"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-group > .btn-sm input[type="checkbox"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .fc-button-group > .btn-sm input[type="checkbox"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-group-sm.btn-group > .btn input[type="checkbox"], .well.well-sm.bg-faded
[data-toggle="buttons"] > .btn-group-sm.fc-button-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control, .input-group .daterangepicker .input-mini, .daterangepicker .input-group .input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus, .input-group .daterangepicker .input-mini:focus, .daterangepicker .input-group .input-mini:focus, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:focus, .input-group .form-control:active, .input-group .daterangepicker .input-mini:active, .daterangepicker .input-group .input-mini:active, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:active, .input-group .form-control:hover, .input-group .daterangepicker .input-mini:hover, .daterangepicker .input-group .input-mini:hover, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:hover {
            z-index: 3;
        }

        .input-group-addon,
        .input-group-btn,
        .input-group .form-control,
        .input-group .daterangepicker .input-mini, .daterangepicker
        .input-group .input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
            display: table-cell;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    color: #9faecb;
    text-align: center;
    background-color: #e1e6ef;
    border: 1px solid #e1e6ef;
}

    .input-group-addon.form-control-sm, .daterangepicker .input-group-sm > .input-group-addon.input-mini, .input-group > .ui-select-bootstrap.input-group-sm > input.input-group-addon.ui-select-search.form-control,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn, .fc
    .input-group-sm > .input-group-btn > button.input-group-addon, .well.well-sm.bg-faded
    .input-group-sm > .input-group-btn > .input-group-addon.btn-sm, .well.well-sm.bg-faded
    .input-group-sm > .btn-group-sm.input-group-btn > .input-group-addon.btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }

    .input-group-addon.form-control-lg, .daterangepicker .input-group-lg > .input-group-addon.input-mini, .input-group > .ui-select-bootstrap.input-group-lg > input.input-group-addon.ui-select-search.form-control,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn, .fc
    .input-group-lg > .input-group-btn > button.input-group-addon, .well.well-sm.bg-faded
    .input-group-lg > .input-group-btn > .input-group-addon.btn-sm, .well.well-sm.bg-faded
    .input-group-lg > .btn-group-sm.input-group-btn > .input-group-addon.btn {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group-addon:not(:last-child) {
        border-right: 0;
    }

.form-control + .input-group-addon:not(:first-child), .daterangepicker .input-mini + .input-group-addon:not(:first-child), .input-group > .ui-select-bootstrap > input.ui-select-search.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn, .fc .input-group-btn > button, .well.well-sm.bg-faded .input-group-btn > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn, .fc .input-group-btn > button + .btn, .well.well-sm.bg-faded .input-group-btn > .btn-sm + .btn, .fc .input-group-btn > .btn + button, .fc .input-group-btn > button + button, .well.well-sm.bg-faded .fc .input-group-btn > .btn-sm + button, .fc .well.well-sm.bg-faded .input-group-btn > .btn-sm + button, .well.well-sm.bg-faded .fc .btn-group-sm.input-group-btn > .btn + button, .fc .well.well-sm.bg-faded .btn-group-sm.input-group-btn > .btn + button, .well.well-sm.bg-faded .input-group-btn > .btn + .btn-sm, .fc .well.well-sm.bg-faded .input-group-btn > button + .btn-sm, .well.well-sm.bg-faded .fc .input-group-btn > button + .btn-sm, .well.well-sm.bg-faded .input-group-btn > .btn-sm + .btn-sm, .fc .well.well-sm.bg-faded .btn-group-sm.input-group-btn > button + .btn, .well.well-sm.bg-faded .fc .btn-group-sm.input-group-btn > button + .btn, .well.well-sm.bg-faded .btn-group-sm.input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:focus, .fc .input-group-btn > button:focus, .well.well-sm.bg-faded .input-group-btn > .btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .fc .input-group-btn > button:active, .well.well-sm.bg-faded .input-group-btn > .btn-sm:active, .well.well-sm.bg-faded .btn-group-sm.input-group-btn > .btn:active, .input-group-btn > .btn:hover, .fc .input-group-btn > button:hover, .well.well-sm.bg-faded .input-group-btn > .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm.input-group-btn > .btn:hover {
            z-index: 3;
        }

    .input-group-btn:not(:last-child) > .btn, .fc .input-group-btn:not(:last-child) > button, .well.well-sm.bg-faded .input-group-btn:not(:last-child) > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group,
    .input-group-btn:not(:last-child) > .fc-button-group {
        margin-right: -1px;
    }

    .input-group-btn:not(:first-child) > .btn, .fc .input-group-btn:not(:first-child) > button, .well.well-sm.bg-faded .input-group-btn:not(:first-child) > .btn-sm, .well.well-sm.bg-faded .btn-group-sm.input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group,
    .input-group-btn:not(:first-child) > .fc-button-group {
        z-index: 2;
        margin-left: -1px;
    }

        .input-group-btn:not(:first-child) > .btn:focus, .fc .input-group-btn:not(:first-child) > button:focus, .well.well-sm.bg-faded .input-group-btn:not(:first-child) > .btn-sm:focus, .well.well-sm.bg-faded .btn-group-sm.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .fc .input-group-btn:not(:first-child) > button:active, .well.well-sm.bg-faded .input-group-btn:not(:first-child) > .btn-sm:active, .well.well-sm.bg-faded .btn-group-sm.input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .fc .input-group-btn:not(:first-child) > button:hover, .well.well-sm.bg-faded .input-group-btn:not(:first-child) > .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm.input-group-btn:not(:first-child) > .btn:hover,
        .input-group-btn:not(:first-child) > .btn-group:focus,
        .input-group-btn:not(:first-child) > .fc-button-group:focus,
        .input-group-btn:not(:first-child) > .btn-group:active,
        .input-group-btn:not(:first-child) > .fc-button-group:active,
        .input-group-btn:not(:first-child) > .btn-group:hover,
        .input-group-btn:not(:first-child) > .fc-button-group:hover {
            z-index: 3;
        }

.input-group-addon,
.input-group-btn {
    min-width: 40px;
    white-space: nowrap;
    vertical-align: middle;
}

.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: #c0cadd;
    }

        .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
            color: #c0cadd;
            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 {
        content: "";
        display: table;
        clear: both;
    }

    .nav-tabs .nav-item {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs .nav-item + .nav-item {
            margin-left: 0.2rem;
        }

    .nav-tabs .nav-link {
        display: block;
        padding: 0.5em 1em;
        border: 1px solid transparent;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e1e6ef #e1e6ef #ddd;
        }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
            color: #c0cadd;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
        .nav-tabs .nav-item.open .nav-link,
        .nav-tabs .nav-item.open .nav-link:focus,
        .nav-tabs .nav-item.open .nav-link:hover {
            color: #9faecb;
            background-color: #f2f4f8;
            border-color: #ddd #ddd transparent;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
    }

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

    .nav-pills .nav-item + .nav-item {
        margin-left: 0.2rem;
    }

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
}

    .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
    .nav-pills .nav-item.open .nav-link,
    .nav-pills .nav-item.open .nav-link:focus,
    .nav-pills .nav-item.open .nav-link:hover {
        color: #fff;
        cursor: default;
        background-color: #20a8d8;
    }

.nav-stacked .nav-item {
    display: block;
    float: none;
}

    .nav-stacked .nav-item + .nav-item {
        margin-top: 0.2rem;
        margin-left: 0;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .nav-link {
    color: #9faecb;
}

    .nav-tabs .nav-link.active {
        color: #384042;
        background: #fff;
        border-color: #e1e6ef;
        border-bottom-color: #fff;
    }

        .nav-tabs .nav-link.active:focus {
            background: #fff;
            border-color: #e1e6ef;
            border-bottom-color: #fff;
        }

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #e1e6ef;
}

    .tab-content .tab-pane {
        padding: 1rem 1rem;
    }

.card-block .tab-content {
    margin-top: 0;
    border: 0;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

    .navbar::after {
        content: "";
        display: table;
        clear: both;
    }

.navbar-full {
    z-index: 1000;
}

.navbar-fixed-top, body.navbar-fixed header.navbar,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top, body.navbar-fixed header.navbar {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

    .navbar-divider::before {
        content: "\00a0";
    }

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-toggler, .aside-toggle {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
}

    .navbar-toggler:focus, .aside-toggle:focus, .navbar-toggler:hover, .aside-toggle:hover {
        text-decoration: none;
    }

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }

    .navbar-toggleable-xs .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

        .navbar-toggleable-xs .navbar-nav .dropdown-menu {
            position: static;
            float: none;
        }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }

    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

        .navbar-toggleable-sm .navbar-nav .dropdown-menu {
            position: static;
            float: none;
        }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }

    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

        .navbar-toggleable-md .navbar-nav .dropdown-menu {
            position: static;
            float: none;
        }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block;
    }
}

.navbar-toggleable-lg::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }

    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

        .navbar-toggleable-lg .navbar-nav .dropdown-menu {
            position: static;
            float: none;
        }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        display: block;
    }
}

.navbar-toggleable-xl {
    display: block;
}

    .navbar-toggleable-xl::after {
        content: "";
        display: table;
        clear: both;
    }

    .navbar-toggleable-xl .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }

    .navbar-toggleable-xl .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

        .navbar-toggleable-xl .navbar-nav .dropdown-menu {
            position: static;
            float: none;
        }

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

    .navbar-nav .nav-link + .nav-link {
        margin-left: 1rem;
    }

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler,
.navbar-light .aside-toggle {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-toggler:focus,
    .navbar-light .aside-toggle:focus,
    .navbar-light .navbar-toggler:hover,
    .navbar-light .aside-toggle:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
    .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.open,
    .navbar-light .navbar-nav .nav-link.open:focus,
    .navbar-light .navbar-nav .nav-link.open:hover,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.active:focus,
    .navbar-light .navbar-nav .nav-link.active:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler, .navbar-light .aside-toggle {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler,
.navbar-dark .aside-toggle {
    color: white;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
    .navbar-dark .navbar-toggler:focus,
    .navbar-dark .aside-toggle:focus,
    .navbar-dark .navbar-toggler:hover,
    .navbar-dark .aside-toggle:hover {
        color: white;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
    .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.open,
    .navbar-dark .navbar-nav .nav-link.open:focus,
    .navbar-dark .navbar-nav .nav-link.open:hover,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.active:focus,
    .navbar-dark .navbar-nav .nav-link.active:hover {
        color: white;
    }

.navbar-dark .navbar-toggler, .navbar-dark .aside-toggle {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

header.navbar {
    position: relative;
    height: 60px;
    padding: 0;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e1e6ef;
}

    header.navbar .container-fluid {
        padding: 0;
    }

    header.navbar .nav-item {
        position: relative;
        min-width: 50px;
        margin: 0 !important;
        text-align: center;
    }

        header.navbar .nav-item .nav-link i {
            vertical-align: middle;
        }

        header.navbar .nav-item .nav-link .tag {
            position: absolute;
            top: 9px;
            right: 7px;
        }

    header.navbar .nav-link > .img-avatar {
        height: 40px;
        margin: 0 10px;
    }

    header.navbar .dropdown-menu {
        padding-bottom: 0;
        line-height: 1.5;
    }

    header.navbar .dropdown-item {
        min-width: 180px;
    }

    header.navbar a.navbar-brand {
        display: inline-block;
        width: 250px;
        height: 60px;
        padding: 0.5rem 1rem;
        /*ChangeLog*/
        background-color: white;
        background-image: url("../img/logo.ico");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 48px auto;
        /*ChangeLog*/
        border-bottom: 5px solid #3d4852;
    }

    header.navbar .navbar-brand {
        margin-right: 0;
    }

.navbar-toggler, .aside-toggle {
    padding: 0 .75em;
    line-height: 56px;
}

.aside-toggle {
    padding: 0 .75em;
    line-height: 56px;
}

header.navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    color: #7e92b9;
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: #7e92b9;
    }

.navbar-nav .nav-link {
    color: #c0cadd;
}

    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
        color: #9faecb;
    }

    .navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:focus, .navbar-nav .open > .nav-link:hover,
    .navbar-nav .active > .nav-link,
    .navbar-nav .active > .nav-link:focus,
    .navbar-nav .active > .nav-link:hover,
    .navbar-nav .nav-link.open,
    .navbar-nav .nav-link.open:focus,
    .navbar-nav .nav-link.open:hover,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.active:focus,
    .navbar-nav .nav-link.active:hover {
        color: #7e92b9;
    }

.navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e1e6ef;
}

.card-block {
    padding: 1.25rem;
}

    .card-block::after {
        content: "";
        display: table;
        clear: both;
    }

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f9f9fa;
    border-bottom: 1px solid #e1e6ef;
}

    .card-header::after {
        content: "";
        display: table;
        clear: both;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f9f9fa;
    border-top: 1px solid #e1e6ef;
}

    .card-footer::after {
        content: "";
        display: table;
        clear: both;
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #20a8d8;
    border-color: #20a8d8;
}

    .card-primary .card-header,
    .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #79c447;
    border-color: #79c447;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #67c2ef;
    border-color: #67c2ef;
}

    .card-info .card-header,
    .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #fabb3d;
    border-color: #fabb3d;
}

    .card-warning .card-header,
    .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #ff5454;
    border-color: #ff5454;
}

    .card-danger .card-header,
    .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #20a8d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #67c2ef;
}

.card-outline-success {
    background-color: transparent;
    border-color: #79c447;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #fabb3d;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff5454;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link,
    .card-inverse .card-text,
    .card-inverse .card-subtitle,
    .card-inverse .card-blockquote .blockquote-footer {
        color: rgba(255, 255, 255, 0.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-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

        .card-deck .card {
            display: table-cell;
            margin-bottom: 0;
            vertical-align: top;
        }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 576px) {
    .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;
            }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.card {
    margin-bottom: 1.5rem;
}

.card-header i.icon-bg {
    display: inline-block;
    padding: 0.75rem 1.25rem !important;
    margin-top: -0.75rem;
    margin-right: 1.25rem;
    margin-bottom: -0.75rem;
    margin-left: -1.25rem;
    line-height: inherit;
    color: #374767;
    vertical-align: bottom;
    background: transparent;
    border-right: 1px solid #e1e6ef;
}

.card-header ul.nav.nav-tabs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

    .card-header ul.nav.nav-tabs li.nav-item {
        border-top: 0;
    }

        .card-header ul.nav.nav-tabs li.nav-item a.nav-link {
            padding: 0.75rem 0.625rem;
            color: #c0cadd;
            border-top: 0;
        }

            .card-header ul.nav.nav-tabs li.nav-item a.nav-link.active {
                color: #374767;
                background: #fff;
            }

.card-header.card-header-inverse {
    color: #fff;
}

.card-header.card-header-primary {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-secondary {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-success {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-info {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-infoRoRo {
    margin: -1px -1px 0;
    background: #717c8c;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-warning {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-ardiye {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-ekardiye {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-weighbridge {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-cfs {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-dba {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852;
}

.card-header.card-header-danger {
    margin: -1px -1px 0;
    background: #2d6d9b;
    border-bottom: 3px solid #3d4852
}

.card-header .btn, .card-header .fc button, .fc .card-header button, .card-header .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded .card-header .btn-sm, .card-header .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded .card-header .btn-group-sm > .btn {
    margin-top: -0.5rem;
}

.card-header .btn-sm, .card-header .btn-group-sm > .btn, .card-header .fc .btn-group-sm > button, .fc .card-header .btn-group-sm > button, .card-header .well.well-sm.bg-faded .btn-group-sm > .btn-sm, .well.well-sm.bg-faded .card-header .btn-group-sm > .btn-sm {
    margin-top: -0.25rem;
}

.card-header .btn-lg, .card-header .btn-group-lg > .btn, .card-header .fc .btn-group-lg > button, .fc .card-header .btn-group-lg > button, .card-header .well.well-sm.bg-faded .btn-group-lg > .btn-sm, .well.well-sm.bg-faded .card-header .btn-group-lg > .btn-sm, .card-header .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn, .well.well-sm.bg-faded .card-header .btn-group-sm.btn-group-lg > .btn {
    margin-top: -0.75rem;
}

.card-footer ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    table-layout: fixed;
}

    .card-footer ul li {
        display: table-cell;
        padding: 0 1.25rem;
        text-align: center;
    }

        .card-footer ul li progress {
            margin-top: 0.75rem;
            margin-bottom: 0;
        }

.card-primary {
    background-color: #2d6d9b;
}

    .card-primary .card-header {
        border-color: #1d97c2;
    }

    .card-primary .card-header, .card-primary .card-footer {
        background-color: #1d97c2;
    }

.card-secondary {
    background-color: #e1e6ef;
}

    .card-secondary .card-header {
        border-color: #d0d8e6;
    }

    .card-secondary .card-header, .card-secondary .card-footer {
        background-color: #d0d8e6;
    }

.card-success {
    background-color: #79c447;
}

    .card-success .card-header {
        border-color: #6cb73b;
    }

    .card-success .card-header, .card-success .card-footer {
        background-color: #6cb73b;
    }

.card-info {
    background-color: #67c2ef;
}

    .card-info .card-header {
        border-color: #50b9ed;
    }

    .card-info .card-header, .card-info .card-footer {
        background-color: #50b9ed;
    }

.card-warning {
    background-color: #fabb3d;
}

    .card-warning .card-header {
        border-color: #f9b224;
    }

    .card-warning .card-header, .card-warning .card-footer {
        background-color: #f9b224;
    }

.card-danger {
    background-color: #ff5454;
}

    .card-danger .card-header {
        border-color: #ff3b3b;
    }

    .card-danger .card-header, .card-danger .card-footer {
        background-color: #ff3b3b;
    }

.card-inverse {
    color: #fff;
}

    .card-inverse .text-muted {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .card-inverse .progress[value] {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

        .card-inverse .progress[value]::-webkit-progress-bar {
            background-color: rgba(255, 255, 255, 0.2) !important;
        }

    .card-inverse base::-moz-progress-bar,
    .card-inverse .progress[value] {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

        .card-inverse .progress[value]::-webkit-progress-value {
            background-color: #fff !important;
        }

        .card-inverse .progress[value]::-moz-progress-bar {
            background-color: #fff !important;
        }

        .card-inverse .progress[value]::-ms-fill {
            background-color: #fff !important;
        }

@media screen and (min-width: 0\0) {
    .card-inverse .progress .progress-bar {
        background-color: #fff !important;
    }
}

[class*="card-outline-"] .card-block {
    background: #fff !important;
}

[class*="card-outline-"].card-outline-top {
    border-top-width: 2px;
    border-right-color: #e1e6ef;
    border-bottom-color: #e1e6ef;
    border-left-color: #e1e6ef;
}

.card-accent-primary {
    border-top-width: 2px;
    border-top-color: #20a8d8;
}

.card-accent-secondary {
    border-top-width: 2px;
    border-top-color: #ccc;
}

.card-accent-info {
    border-top-width: 2px;
    border-top-color: #67c2ef;
}

.card-accent-success {
    border-top-width: 2px;
    border-top-color: #79c447;
}

.card-accent-warning {
    border-top-width: 2px;
    border-top-color: #fabb3d;
}

.card-accent-danger {
    border-top-width: 2px;
    border-top-color: #ff5454;
}

.card-header > i {
    margin-right: 0.5rem;
}

.card-header .card-actions {
    position: absolute;
    top: 0;
    right: 0;
}

    .card-header .card-actions a, .card-header .card-actions button {
        display: block;
        float: left;
        width: 50px;
        padding: 0.75rem 0;
        margin: 0 !important;
        color: #374767;
        text-align: center;
        background: transparent;
        border: 0;
        border-left: 1px solid #e1e6ef;
        box-shadow: 0;
    }

        .card-header .card-actions a:hover, .card-header .card-actions button:hover {
            text-decoration: none;
        }

        .card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
            display: inline-block;
            vertical-align: middle;
        }

        .card-header .card-actions a i, .card-header .card-actions button i {
            display: inline-block;
            transition: .4s;
        }

            .card-header .card-actions a i.r180, .card-header .card-actions button i.r180 {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .card-header .card-actions .input-group {
        width: 230px;
        margin: 6px;
    }

        .card-header .card-actions .input-group .input-group-addon {
            background: #fff;
        }

        .card-header .card-actions .input-group input {
            border-left: 0;
        }

.card-full {
    margin-top: -1rem;
    margin-right: -15px;
    margin-left: -15px;
    border: 0;
    border-bottom: 1px solid #e1e6ef;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-gap: 1.25rem;
        column-count: 3;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }

        .card-columns.col-2 {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }
}

.card-group {
    margin-bottom: 1.5rem;
}

.card.drag, .card .drag {
    cursor: move;
}

.card-placeholder {
    background: rgba(0, 0, 0, 0.025);
    border: 1px dashed #c0cadd;
}

.breadcrumb {
    padding: 0.75rem 2rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
}

    .breadcrumb::after {
        content: "";
        display: table;
        clear: both;
    }

.breadcrumb-item {
    float: left;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #c0cadd;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #c0cadd;
    }

.breadcrumb {
    position: relative;
    margin-bottom: 1.5rem;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .page-item, .pagination-datatables li, .pagination li {
        display: inline;
    }

        .page-item:first-child .page-link, .pagination-datatables li:first-child .page-link, .pagination li:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child a {
            margin-left: 0;
        }

        .page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a, .page-item.active .page-link:focus, .pagination-datatables li.active .page-link:focus, .pagination li.active .page-link:focus, .page-item.active .pagination-datatables li a:focus, .pagination-datatables li .page-item.active a:focus, .pagination-datatables li.active a:focus, .page-item.active .pagination li a:focus, .pagination li .page-item.active a:focus, .pagination li.active a:focus, .page-item.active .page-link:hover, .pagination-datatables li.active .page-link:hover, .pagination li.active .page-link:hover, .page-item.active .pagination-datatables li a:hover, .pagination-datatables li .page-item.active a:hover, .pagination-datatables li.active a:hover, .page-item.active .pagination li a:hover, .pagination li .page-item.active a:hover, .pagination li.active a:hover {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #20a8d8;
            border-color: #20a8d8;
        }

        .page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a, .page-item.disabled .page-link:focus, .pagination-datatables li.disabled .page-link:focus, .pagination li.disabled .page-link:focus, .page-item.disabled .pagination-datatables li a:focus, .pagination-datatables li .page-item.disabled a:focus, .pagination-datatables li.disabled a:focus, .page-item.disabled .pagination li a:focus, .pagination li .page-item.disabled a:focus, .pagination li.disabled a:focus, .page-item.disabled .page-link:hover, .pagination-datatables li.disabled .page-link:hover, .pagination li.disabled .page-link:hover, .page-item.disabled .pagination-datatables li a:hover, .pagination-datatables li .page-item.disabled a:hover, .pagination-datatables li.disabled a:hover, .page-item.disabled .pagination li a:hover, .pagination li .page-item.disabled a:hover, .pagination li.disabled a:hover {
            color: #c0cadd;
            pointer-events: none;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd;
        }

        .page-link, .pagination-datatables li a, .pagination li a {
            position: relative;
            float: left;
            padding: 0.5rem 0.75rem;
            margin-left: -1px;
            color: #20a8d8;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus, .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
                color: #167495;
                background-color: #e1e6ef;
                border-color: #ddd;
            }

        .pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
            padding: 0.75rem 1.5rem;
            font-size: 1.25rem;
        }

        .pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
            padding: 0.275rem 0.75rem;
            font-size: 0.875rem;
        }

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

    .tag:empty {
        display: none;
    }

.btn .tag, .fc button .tag, .well.well-sm.bg-faded .btn-sm .tag, .well.well-sm.bg-faded .btn-group-sm > .btn .tag {
    position: relative;
    top: -1px;
}

a.tag:focus, a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.tag-default {
    background-color: #c0cadd;
}

    .tag-default[href]:focus, .tag-default[href]:hover {
        background-color: #9faecb;
    }

.tag-primary {
    background-color: #20a8d8;
}

    .tag-primary[href]:focus, .tag-primary[href]:hover {
        background-color: #1985ac;
    }

.tag-success {
    background-color: #79c447;
}

    .tag-success[href]:focus, .tag-success[href]:hover {
        background-color: #61a434;
    }

.tag-info {
    background-color: #67c2ef;
}

    .tag-info[href]:focus, .tag-info[href]:hover {
        background-color: #39afea;
    }

.tag-warning {
    background-color: #fabb3d;
}

    .tag-warning[href]:focus, .tag-warning[href]:hover {
        background-color: #f9aa0b;
    }

.tag-danger {
    background-color: #ff5454;
}

    .tag-danger[href]:focus, .tag-danger[href]:hover {
        background-color: #ff2121;
    }

.tag-pill {
    border-radius: 10rem;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 2.5rem;
}

    .alert-dismissible .close {
        position: relative;
        top: -.125rem;
        right: -1.25rem;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c1e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6d5ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7ecb5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9b9;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

    .progress[value] {
        background-color: #f6f6f8;
        border: 0;
        appearance: none;
    }

        .progress[value]::-ms-fill {
            background-color: #0074d9;
            border: 0;
        }

        .progress[value]::-moz-progress-bar {
            background-color: #0074d9;
        }

        .progress[value]::-webkit-progress-value {
            background-color: #0074d9;
        }

        .progress[value]::-webkit-progress-bar {
            background-color: #f6f6f8;
        }

    base::-moz-progress-bar,
    .progress[value] {
        background-color: #f6f6f8;
    }

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #f6f6f8;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #79c447;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #79c447;
}

.progress-success[value]::-ms-fill {
    background-color: #79c447;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #79c447;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #2d6d9b;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #2d6d9b;
}

.progress-info[value]::-ms-fill {
    background-color: #2d6d9b;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #2d6d9b;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #fabb3d;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #fabb3d;
}

.progress-warning[value]::-ms-fill {
    background-color: #fabb3d;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #fabb3d;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #ff5454;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #ff5454;
}

.progress-danger[value]::-ms-fill {
    background-color: #ff5454;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #ff5454;
    }
}

.progress.progress-sm {
    height: 8px;
}

.progress.progress-xs {
    height: 4px;
}

.media,
.media-body {
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-left,
.media-right,
.media-body {
    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: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:last-child {
        margin-bottom: 0;
    }

    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
        color: #c0cadd;
        cursor: not-allowed;
        background-color: #e1e6ef;
    }

        .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: #c0cadd;
        }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        text-decoration: none;
        background-color: #20a8d8;
        border-color: #20a8d8;
    }

        .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: #ccecf8;
        }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
}

    .list-group-item-action .list-group-item-heading {
        color: #333;
    }

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success: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 .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: #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 .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: #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 .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: #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 iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.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.3125rem;
    font-weight: bold;
    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 {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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: 0.5;
    }*/

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header::after {
        content: "";
        display: table;
        clear: both;
    }

    .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 {
        content: "";
        display: table;
        clear: both;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    .modal-Enlg {
        max-width: 1500px;
    }
}

.modal-primary .modal-content {
    border-color: #20a8d8;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #20a8d8;
}

.modal-secondary .modal-content {
    border-color: #e1e6ef;
}

.modal-secondary .modal-header {
    color: #fff;
    background-color: #e1e6ef;
}

.modal-success .modal-content {
    border-color: #79c447;
}

.modal-success .modal-header {
    color: #fff;
    background-color: #79c447;
}

.modal-info .modal-content {
    border-color: #67c2ef;
}

.modal-info .modal-header {
    color: #fff;
    background-color: #67c2ef;
}

.modal-warning .modal-content {
    border-color: #fabb3d;
}

.modal-warning .modal-header {
    color: #fff;
    background-color: #fabb3d;
}

.modal-danger .modal-content {
    border-color: #ff5454;
}

.modal-danger .modal-header {
    color: #fff;
    background-color: #ff5454;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.in {
        opacity: 0.9;
    }

    .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
        padding: 5px 0;
        margin-top: -3px;
    }

        .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 5px 5px 0;
            border-top-color: #000;
        }

    .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
        padding: 0 5px;
        margin-left: 3px;
    }

        .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
            top: 50%;
            left: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 5px 5px 0;
            border-right-color: #000;
        }

    .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
        padding: 5px 0;
        margin-top: 3px;
    }

        .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
            top: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 0 5px 5px;
            border-bottom-color: #000;
        }

    .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
        padding: 0 5px;
        margin-left: -3px;
    }

        .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
            top: 50%;
            right: 0;
            margin-top: -5px;
            content: "";
            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;
}

    .tooltip-inner::before {
        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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .popover.popover-top, .popover.bs-tether-element-attached-bottom {
        margin-top: -10px;
    }

        .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
            left: 50%;
            border-bottom-width: 0;
        }

        .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
            bottom: -11px;
            margin-left: -11px;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
            bottom: -10px;
            margin-left: -10px;
            border-top-color: #fff;
        }

    .popover.popover-right, .popover.bs-tether-element-attached-left {
        margin-left: 10px;
    }

        .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
            top: 50%;
            border-left-width: 0;
        }

        .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
            left: -10px;
            margin-top: -10px;
            border-right-color: #fff;
        }

    .popover.popover-bottom, .popover.bs-tether-element-attached-top {
        margin-top: 10px;
    }

        .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
            left: 50%;
            border-top-width: 0;
        }

        .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
            top: -11px;
            margin-left: -11px;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
            top: -10px;
            margin-left: -10px;
            border-bottom-color: #f7f7f7;
        }

        .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 20px;
            margin-left: -10px;
            content: "";
            border-bottom: 1px solid #f7f7f7;
        }

    .popover.popover-left, .popover.bs-tether-element-attached-right {
        margin-left: -10px;
    }

        .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
            top: 50%;
            border-right-width: 0;
        }

        .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
            right: -11px;
            margin-top: -11px;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
            right: -10px;
            margin-top: -10px;
            border-left-color: #fff;
        }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

    .popover-title:empty {
        display: none;
    }

.popover-content {
    padding: 9px 14px;
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .carousel-item {
        position: relative;
        display: none;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .carousel-item > img,
        .carousel-inner > .carousel-item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }

        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
            left: 0;
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
            left: 0;
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
                left: 0;
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

    .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        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, 0.6);
}

    .carousel-caption .btn, .carousel-caption .fc button, .fc .carousel-caption button, .carousel-caption .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded .carousel-caption .btn-sm, .carousel-caption .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded .carousel-caption .btn-group-sm > .btn {
        text-shadow: none;
    }

@media (min-width: 576px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        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;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-faded {
    background-color: #f9f9fa;
}

.bg-primary {
    color: #fff !important;
    background-color: #20a8d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #1985ac;
}

.bg-success {
    color: #fff !important;
    background-color: #79c447 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #61a434;
}

.bg-info {
    color: #fff !important;
    background-color: #67c2ef !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #39afea;
}

.bg-warning {
    color: #fff !important;
    background-color: #fabb3d !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f9aa0b;
}

.bg-danger {
    color: #fff !important;
    background-color: #ff5454 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ff2121;
}

.bg-inverse {
    color: #fff !important;
    background-color: #384042 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #212526;
}

.rounded-circle {
    border-radius: 50%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.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;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-q {
    margin: 0.25rem 0.25rem !important;
}

.mt-q {
    margin-top: 0.25rem !important;
}

.mr-q {
    margin-right: 0.25rem !important;
}

.mb-q {
    margin-bottom: 0.25rem !important;
}

.ml-q {
    margin-left: 0.25rem !important;
}

.mx-q {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-q {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-h {
    margin: 0.5rem 0.5rem !important;
}

.mt-h {
    margin-top: 0.5rem !important;
}

.mr-h {
    margin-right: 0.5rem !important;
}

.mb-h {
    margin-bottom: 0.5rem !important;
}

.ml-h {
    margin-left: 0.5rem !important;
}

.mx-h {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-h {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 1rem 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-2 {
    margin: 1.5rem 1.5rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-3 {
    margin: 3rem 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-q {
    padding: 0.25rem 0.25rem !important;
}

.pt-q {
    padding-top: 0.25rem !important;
}

.pr-q {
    padding-right: 0.25rem !important;
}

.pb-q {
    padding-bottom: 0.25rem !important;
}

.pl-q {
    padding-left: 0.25rem !important;
}

.px-q {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-q {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-h {
    padding: 0.5rem 0.5rem !important;
}

.pt-h {
    padding-top: 0.5rem !important;
}

.pr-h {
    padding-right: 0.5rem !important;
}

.pb-h {
    padding-bottom: 0.5rem !important;
}

.pl-h {
    padding-left: 0.5rem !important;
}

.px-h {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-h {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 1rem 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-2 {
    padding: 1.5rem 1.5rem !important;
}

.pt-2 {
    padding-top: 1.5rem !important;
}

.pr-2 {
    padding-right: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-3 {
    padding: 3rem 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.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, .well.well-sm.bg-faded .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .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: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #c0cadd !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #9faecb !important;
}

.text-primary {
    color: #20a8d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #1985ac !important;
}

.text-success {
    color: #79c447 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #61a434 !important;
}

.text-info {
    color: #67c2ef !important;
}

a.text-info:focus, a.text-info:hover {
    color: #39afea !important;
}

.text-warning {
    color: #fabb3d !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #f9aa0b !important;
}

.text-danger {
    color: #ff5454 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #ff2121 !important;
}

.text-gray-dark {
    color: #384042 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #212526 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .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 {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.cal-month-view .cal-header {
    text-align: center;
    font-weight: bolder;
}

.cal-month-view .cal-cell-row:hover {
    background-color: #f9f9fa;
}

.cal-month-view .cal-header .cal-cell {
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #f9f9fa;
}

.cal-month-view .cal-days {
    border: 1px solid #e1e6ef;
    border-bottom: 0;
}

.cal-month-view .cal-cell-top {
    min-height: 62px;
}

.cal-month-view .cal-cell-row {
    display: flex;
}

.cal-month-view .cal-cell {
    float: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.cal-month-view .cal-day-cell {
    min-height: 100px;
}

    .cal-month-view .cal-day-cell:not(:last-child) {
        border-right: 1px solid #e1e6ef;
    }

.cal-month-view .cal-days .cal-cell-row {
    border-bottom: 1px solid #e1e6ef;
}

.cal-month-view .cal-day-badge {
    margin-top: 18px;
    margin-left: 10px;
    background-color: #ff5454;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.cal-month-view .cal-day-number {
    font-size: 1.2em;
    font-weight: 400;
    opacity: 0.5;
    margin-top: 15px;
    margin-right: 15px;
    float: right;
    margin-bottom: 10px;
}

.cal-month-view .cal-events {
    flex: 1;
    align-items: flex-end;
    margin: 3px;
    line-height: 10px;
    display: flex;
    flex-wrap: wrap;
}

.cal-month-view .cal-event {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
}

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
    cursor: pointer;
}

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
    opacity: 0.1;
    cursor: default;
}

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: darkred;
}

.cal-month-view .cal-day-cell.cal-today {
    background-color: e8fde7;
}

    .cal-month-view .cal-day-cell.cal-today .cal-day-number {
        font-size: 1.9em;
    }

.cal-month-view .cal-open-day-events {
    padding: 15px;
    color: white;
    background-color: #9faecb;
}

    .cal-month-view .cal-open-day-events .cal-event {
        position: relative;
        top: 2px;
    }

.cal-month-view .cal-event-title {
    color: white;
}

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
    opacity: 0.3;
}

.cal-week-view .cal-day-headers {
    display: flex;
    margin-bottom: 3px;
    border: 1px solid #e1e6ef;
    margin-left: 2px;
    margin-right: 2px;
}

    .cal-week-view .cal-day-headers .cal-header {
        flex: 1;
        text-align: center;
        padding: 5px;
    }

        .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
            border-right: 1px solid #e1e6ef;
        }

        .cal-week-view .cal-day-headers .cal-header:hover {
            background-color: #f9f9fa;
        }

    .cal-week-view .cal-day-headers span {
        font-weight: 400;
        opacity: 0.5;
    }

.cal-week-view .cal-event-container {
    display: inline-block;
}

.cal-week-view .cal-event {
    padding: 0 10px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
    height: 30px;
    line-height: 30px;
}

    .cal-week-view .cal-event.cal-starts-within-week {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .cal-week-view .cal-event.cal-ends-within-week {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.cal-week-view .cal-header.cal-today {
    background-color: #bfe3a8;
}

.cal-week-view .cal-header.cal-weekend span {
    color: #ff5454;
}

.cal-week-view .cal-event,
.cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cal-day-view .cal-hour-rows {
    width: 100%;
    border: solid 1px #e1e6ef;
    overflow-x: scroll;
    position: relative;
}

.cal-day-view .cal-hour:nth-child(odd) {
    background-color: #f9f9fa;
}

.cal-day-view .cal-hour-segment {
    height: 30px;
}

.cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e6ef;
}

.cal-day-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center;
}

.cal-day-view .cal-hour-segment:hover {
    background-color: #e1e6ef;
}

.cal-day-view .cal-event {
    position: absolute;
    border: solid 1px;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .cal-day-view .cal-event.cal-starts-within-day {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .cal-day-view .cal-event.cal-ends-within-day {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.cal-day-view .cal-all-day-event {
    padding: 8px;
    border: solid 1px;
}

.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
    list-style-type: none;
    margin-top: 5px;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
}

    .chart-legend li,
    .bar-legend li,
    .line-legend li,
    .pie-legend li,
    .radar-legend li,
    .polararea-legend li,
    .doughnut-legend li {
        display: inline-block;
        white-space: nowrap;
        position: relative;
        margin-bottom: 4px;
        padding: 2px 8px 2px 28px;
        font-size: smaller;
        cursor: default;
    }

        .chart-legend li span,
        .bar-legend li span,
        .line-legend li span,
        .pie-legend li span,
        .radar-legend li span,
        .polararea-legend li span,
        .doughnut-legend li span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
        }

/*!
 * angular-datatables - v0.5.0
 * https://github.com/l-lin/angular-datatables
 * License: MIT
 */
div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    font-weight: normal;
    float: right;
}

div.dataTables_filter input {
    width: 16em;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px;
    }

table.table {
    clear: both;
    max-width: none !important;
}

    table.table thead .sorting,
    table.table thead .sorting_asc,
    table.table thead .sorting_desc,
    table.table thead .sorting_asc_disabled,
    table.table thead .sorting_desc_disabled {
        cursor: pointer;
        background: none;
    }

        table.table thead .sorting:before {
            content: ' ';
            position: relative;
            left: -5px;
        }

        table.table thead .sorting_desc:before {
            content: "\2193";
            padding-right: 5px;
        }

        table.table thead .sorting_asc:before {
            content: "\2191";
            padding-right: 5px;
        }

.dataTables_scrollBody table.table thead .sorting:before,
.dataTables_scrollBody table.table thead .sorting_desc:before,
.dataTables_scrollBody table.table thead .sorting_asc:before {
    content: '';
    padding-right: 0;
}

table.dataTable th:active {
    outline: none;
}

.dataTables_wrapper .row {
    margin-top: 20px;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    border-top: none;
}

/*
 * TableTools styles
 */
/*
.table tbody tr.active td, .table tbody tr.active th {
    background-color: #08C;
    color: white;
}
.table tbody tr.active:hover td, .table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}
*/
table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn, div.DTTT .fc button, .fc div.DTTT button, div.DTTT .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded div.DTTT .btn-sm, div.DTTT .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded div.DTTT .btn-group-sm > .btn {
    color: #333 !important;
}

    div.DTTT .btn:hover, div.DTTT .fc button:hover, .fc div.DTTT button:hover, div.DTTT .well.well-sm.bg-faded .btn-sm:hover, .well.well-sm.bg-faded div.DTTT .btn-sm:hover, div.DTTT .well.well-sm.bg-faded .btn-group-sm > .btn:hover, .well.well-sm.bg-faded div.DTTT .btn-group-sm > .btn:hover {
        text-decoration: none !important;
    }

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important;
    }

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #0088cc;
            color: white !important;
        }

div.DTTT_collection_background {
    z-index: 2002;
}

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
    border-top: none;
}

/*
 * ColVis
 */
ul.ColVis_collection {
    width: auto !important;
}

/*
 * Server side processing
 */
.dataTables_wrapper {
    position: relative;
}

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* IE10+ */
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* W3C */
    }

    .dataTables_wrapper .dataTables_processing {
        color: #333333;
    }

/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    width: 278px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #e1e6ef;
        border-left: 7px solid transparent;
        border-bottom-color: #e1e6ef;
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.openscenter:before {
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #e1e6ef;
        border-left: 7px solid transparent;
        border-bottom-color: #e1e6ef;
        content: '';
    }

    .daterangepicker.openscenter:after {
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #e1e6ef;
        border-left: 7px solid transparent;
        border-bottom-color: #e1e6ef;
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #e1e6ef;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3000;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar.single .calendar-table {
        border: none;
    }

    /* Calendars */
    .daterangepicker .calendar th, .daterangepicker .calendar td {
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
        line-height: 30px;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #ddd;
        padding: 4px;
        background: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

        .daterangepicker table thead {
            background: #f9f9fa;
        }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            color: #e1e6ef;
            background: #fff;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #e1e6ef;
            cursor: not-allowed;
            text-decoration: line-through;
        }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #f9f9fa;
        }

        .daterangepicker td.in-range {
            background: #ccecf8;
            border-radius: 0;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #20a8d8;
            border-color: #20a8d8;
            color: #fff;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker th.month {
        width: auto;
    }

    /* Text Input Above Each Calendar */
    .daterangepicker .input-mini {
        margin-bottom: 5px;
        padding-left: 28px;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #20a8d8;
        }

    .daterangepicker .daterangepicker_input i {
        position: absolute;
        left: 8px;
        top: 10px;
        color: #e1e6ef;
    }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

    /* Time Picker */
    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    /* Predefined Ranges */
    .daterangepicker .ranges {
        font-size: 11px;
        float: none;
        margin: 4px;
        text-align: left;
    }

        .daterangepicker .ranges ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            width: 100%;
        }

        .daterangepicker .ranges li {
            font-size: 13px;
            background: #f9f9fa;
            border: 1px solid #e1e6ef;
            padding: 7px 10px;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
                background: #20a8d8;
                border-color: #20a8d8;
                color: #fff;
            }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker .calendar.left .calendar-table {
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .daterangepicker .calendar.right .calendar-table {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .daterangepicker .calendar.left {
            clear: left;
            margin-right: 0;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single .ranges,
        .daterangepicker.single .calendar {
            float: left;
        }

        .daterangepicker .calendar.right {
            margin-left: 0;
        }

        .daterangepicker .left .daterangepicker_input {
            padding-right: 12px;
        }

        .daterangepicker .calendar.left .calendar-table {
            padding-right: 12px;
        }

        .daterangepicker .ranges,
        .daterangepicker .calendar {
            float: left;
        }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #e1e6ef;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider,
    .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed .fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

.fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
    font-family: "FontAwesome";
}

    /*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
    .fc-icon:after {
        position: relative;
    }

.fc-icon-left-single-arrow:after {
    content: "\f104";
    font-weight: bold;
}

.fc-icon-right-single-arrow:after {
    content: "\f105";
    font-weight: bold;
}

.fc-icon-left-double-arrow:after {
    content: "\f100";
}

.fc-icon-right-double-arrow:after {
    content: "\f101";
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

    .fc-state-default.fc-corner-left {
        /* non-theme */
    }

    .fc-state-default.fc-corner-right {
        /* non-theme */
    }

/* icons in buttons */
.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    /* same */
    margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

    .fc-popover .fc-header {
        /* TODO: be more consistent with fc-head/fc-body */
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
        }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

    .fc-bg table {
        height: 100%;
        /* strech bg to bottom edge */
    }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double;
        /* overcome neighboring borders */
    }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    /* highlighting cells & background event skeleton */
    .fc-row .fc-bgevent-skeleton,
    .fc-row .fc-highlight-skeleton {
        bottom: 0;
        /* stretch skeleton to bottom of row */
    }

        .fc-row .fc-bgevent-skeleton table,
        .fc-row .fc-highlight-skeleton table {
            height: 100%;
            /* stretch skeleton to bottom of row */
        }

        .fc-row .fc-highlight-skeleton td,
        .fc-row .fc-bgevent-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    /*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px;
        /* matches the space above the events */
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

        .fc-row .fc-content-skeleton td,
        .fc-row .fc-helper-skeleton td {
            /* see-through to the background below */
            background: none;
            /* in case <td>s are globally styled */
            border-color: transparent;
            /* don't put a border between events and/or the day number */
            border-bottom: 0;
        }

        .fc-row .fc-content-skeleton tbody td,
        .fc-row .fc-helper-skeleton tbody td {
            /* don't put a border between event cells */
            border-top: 0;
        }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
    /* this class goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
    overflow-x: hidden;
}

    .fc-scroller > * {
        /* we expect an immediate inner element */
        position: relative;
        /* re-scope all positions */
        width: 100%;
        /* hack to force re-sizing this inner element when scrollbars appear/disappear */
        overflow: hidden;
        /* don't let negative margins or absolute positioning create further scroll */
    }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border: 1px solid #20a8d8;
    /* default BORDER color */
    background-color: #20a8d8;
    /* default BACKGROUND color */
    font-weight: normal;
    /* undo jqui's ui-widget-header bold */
}

    /* overpower some of bootstrap's and jqui's styles on <a> tags */
    .fc-event,
    .fc-event:hover,
    .ui-widget .fc-event {
        color: #fff;
        /* default TEXT color */
        text-decoration: none;
        /* if <a> has an href */
    }

        .fc-event[href],
        .fc-event.fc-draggable {
            cursor: pointer;
            /* give events with links and draggable events a hand mouse pointer */
        }

.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer */
.fc-h-event .fc-resizer {
    /* positioned it to overcome the event's borders */
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    /* ignore the right and only use the left */
    cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    /* ignore the left and only use the right */
    cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}

    .fc-day-grid-event .fc-content {
        /* force events to be one-line tall */
        white-space: nowrap;
        overflow: hidden;
    }

    .fc-day-grid-event .fc-time {
        font-weight: bold;
    }

    .fc-day-grid-event .fc-resizer {
        /* enlarge the default hit area */
        left: -3px;
        right: -3px;
        width: 7px;
    }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
    text-align: center;
    margin-bottom: 1em;
}

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
    margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
.fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

    .fc-basic-view .fc-week-number span {
        /* work around the way we do column resizing and ensure a minimum width */
        display: inline-block;
        min-width: 1.25em;
    }

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em;
        /* all-day section will never get shorter than this */
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            /* add a pixel to make sure there are 2px padding above events */
            padding-bottom: 1em;
            /* give space underneath events for clicking/selecting days */
        }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

    .fc-time-grid table {
        /* don't put outer borders on slats/bg/content/etc */
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats,
    .fc-time-grid > hr {
        /* the <hr> AgendaView injects when grid is shorter than scroller */
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-bgevent-skeleton,
    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-bgevent-skeleton {
        z-index: 3;
    }

    .fc-time-grid .fc-highlight-skeleton {
        z-index: 4;
    }

    .fc-time-grid .fc-content-skeleton {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-skeleton {
        z-index: 6;
    }

    /* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
        /* each cell is responsible for its top border */
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        /* for jqui theme */
        background: none;
        /* see through to fc-bg */
    }

    /* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
    .fc-time-grid .fc-highlight-container {
        /* a div within a cell within the fc-highlight-skeleton */
        position: relative;
        /* scopes the left/right of the fc-highlight to be in the column */
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
        /* top and bottom will be in by JS */
    }

    /* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
    .fc-time-grid .fc-event-container,
    .fc-time-grid .fc-bgevent-container {
        /* a div within a cell within the fc-bgevent-skeleton */
        position: relative;
    }

.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

    .fc-time-grid-event .fc-time,
    .fc-time-grid-event .fc-title {
        padding: 0 1px;
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    /* short mode, where time and title are on the same line */
    .fc-time-grid-event.fc-short .fc-content {
        /* don't wrap to second line (now that contents will be inline) */
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time,
    .fc-time-grid-event.fc-short .fc-title {
        /* put the time and title on the same line */
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none;
            /* don't display the full time text... */
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start);
            /* ...instead, display only the start time */
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0";
            /* seperate with a dash, wrapped in nbsp's */
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        /* make the title text the same size as the time */
        padding: 0;
        /* undo padding from above */
    }

    /* resizer */
    .fc-time-grid-event .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event .fc-resizer:after {
            content: "=";
        }

.gaugejs-wrap {
    position: relative;
    margin: 0 auto;
}

    .gaugejs-wrap canvas.gaugejs {
        width: 100% !important;
        height: auto !important;
    }

    .gaugejs-wrap i {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1000;
        display: block;
        width: 100%;
        margin-top: -15px;
        font-size: 30px;
        text-align: center;
    }

    .gaugejs-wrap.type-2 .value {
        display: block;
        margin-top: -85px;
    }

    .gaugejs-wrap.type-2 label {
        display: block;
        margin-top: -10px;
        font-size: 10px;
        font-weight: 600;
        color: #c0cadd;
        text-transform: uppercase;
    }

    .gaugejs-wrap.sparkline {
        position: relative;
    }

        .gaugejs-wrap.sparkline .value {
            position: absolute;
            top: 50%;
            display: block;
            width: 100%;
            margin-top: -5px;
            font-size: 10px;
            line-height: 10px;
            text-align: center;
        }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

    .irs-slider.type_last {
        z-index: 2;
    }

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../img/sprite-skin-modern.png) repeat-x;
}

.irs {
    height: 50px;
}

.irs-with-grid {
    height: 70px;
}

.irs-line {
    height: 6px;
    top: 25px;
}

.irs-line-left {
    height: 6px;
    background: #e1e6ef;
}

.irs-line-mid {
    height: 6px;
    background: #e1e6ef;
}

.irs-line-right {
    height: 6px;
    background: #e1e6ef;
}

.irs-bar {
    height: 6px;
    top: 25px;
    background: #20a8d8;
}

.irs-bar-edge {
    top: 25px;
    height: 6px;
    width: 7px;
    background: #20a8d8;
}

.irs-shadow {
    height: 5px;
    top: 25px;
    background: #000;
    opacity: 0.25;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 11px;
    height: 18px;
    top: 31px;
    background-position: 0 -120px;
}

    .irs-slider.state_hover, .irs-slider:hover {
        background-position: 0 -150px;
    }

.irs-min, .irs-max {
    color: #9faecb;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 2px 5px;
    background: #e1e6ef;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 2px 5px;
    background: #e1e6ef;
}

    .irs-from:after, .irs-to:after, .irs-single:after {
        position: absolute;
        display: block;
        content: "";
        bottom: -6px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -3px;
        overflow: hidden;
        border: 3px solid transparent;
        border-top-color: #e1e6ef;
    }

.irs-grid {
    height: 34px;
}

.irs-grid-pol {
    background: #e1e6ef;
}

.irs-grid-text {
    bottom: 12px;
    color: #e1e6ef;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
    position: relative;
}

    /* Spinner animation */
    .ladda-button .ladda-spinner {
        position: absolute;
        z-index: 2;
        display: inline-block;
        width: 32px;
        height: 32px;
        top: 50%;
        margin-top: 0;
        opacity: 0;
        pointer-events: none;
    }

    /* Button label */
    .ladda-button .ladda-label {
        position: relative;
        z-index: 3;
    }

    /* Progress bar */
    .ladda-button .ladda-progress {
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.1s linear all !important;
        -moz-transition: 0.1s linear all !important;
        -ms-transition: 0.1s linear all !important;
        -o-transition: 0.1s linear all !important;
        transition: 0.1s linear all !important;
    }

    .ladda-button[data-loading] .ladda-progress {
        opacity: 1;
        visibility: visible;
    }

    /*************************************
 * EASING
 */
    .ladda-button,
    .ladda-button .ladda-spinner,
    .ladda-button .ladda-label {
        -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    }

        .ladda-button[data-style=zoom-in],
        .ladda-button[data-style=zoom-in] .ladda-spinner,
        .ladda-button[data-style=zoom-in] .ladda-label,
        .ladda-button[data-style=zoom-out],
        .ladda-button[data-style=zoom-out] .ladda-spinner,
        .ladda-button[data-style=zoom-out] .ladda-label {
            -webkit-transition: 0.3s ease all !important;
            -moz-transition: 0.3s ease all !important;
            -ms-transition: 0.3s ease all !important;
            -o-transition: 0.3s ease all !important;
            transition: 0.3s ease all !important;
        }

        /*************************************
 * EXPAND LEFT
 */
        .ladda-button[data-style=expand-right] .ladda-spinner {
            right: -6px;
        }

        .ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
        .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
            right: -12px;
        }

        .ladda-button[data-style=expand-right][data-loading] {
            padding-right: 56px;
        }

            .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
                opacity: 1;
            }

            .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
                padding-right: 40px;
            }

        /*************************************
 * EXPAND RIGHT
 */
        .ladda-button[data-style=expand-left] .ladda-spinner {
            left: 26px;
        }

        .ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
        .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
            left: 4px;
        }

        .ladda-button[data-style=expand-left][data-loading] {
            padding-left: 56px;
        }

            .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
                opacity: 1;
            }

            .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
                padding-left: 40px;
            }

        /*************************************
 * EXPAND UP
 */
        .ladda-button[data-style=expand-up] {
            overflow: hidden;
        }

            .ladda-button[data-style=expand-up] .ladda-spinner {
                top: -32px;
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=expand-up][data-loading] {
                padding-top: 54px;
            }

                .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
                    opacity: 1;
                    top: 26px;
                    margin-top: 0;
                }

                .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
                    padding-top: 32px;
                }

                    .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
                        top: 4px;
                    }

        /*************************************
 * EXPAND DOWN
 */
        .ladda-button[data-style=expand-down] {
            overflow: hidden;
        }

            .ladda-button[data-style=expand-down] .ladda-spinner {
                top: 62px;
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
            .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
                top: 40px;
            }

            .ladda-button[data-style=expand-down][data-loading] {
                padding-bottom: 54px;
            }

                .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
                    opacity: 1;
                }

                .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
                    padding-bottom: 32px;
                }

        /*************************************
 * SLIDE LEFT
 */
        .ladda-button[data-style=slide-left] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-left] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-left] .ladda-spinner {
                left: 100%;
                margin-left: 0;
            }

            .ladda-button[data-style=slide-left][data-loading] .ladda-label {
                opacity: 0;
                left: -100%;
            }

            .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%;
            }

        /*************************************
 * SLIDE RIGHT
 */
        .ladda-button[data-style=slide-right] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-right] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-right] .ladda-spinner {
                right: 100%;
                margin-left: 0;
                left: 16px;
            }

            .ladda-button[data-style=slide-right][data-loading] .ladda-label {
                opacity: 0;
                left: 100%;
            }

            .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%;
            }

        /*************************************
 * SLIDE UP
 */
        .ladda-button[data-style=slide-up] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-up] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-up] .ladda-spinner {
                left: 50%;
                margin-left: 0;
                margin-top: 1em;
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-label {
                opacity: 0;
                top: -1em;
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: 0;
            }

        /*************************************
 * SLIDE DOWN
 */
        .ladda-button[data-style=slide-down] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-down] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-down] .ladda-spinner {
                left: 50%;
                margin-left: 0;
                margin-top: -2em;
            }

            .ladda-button[data-style=slide-down][data-loading] .ladda-label {
                opacity: 0;
                top: 1em;
            }

            .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: 0;
            }

        /*************************************
 * ZOOM-OUT
 */
        .ladda-button[data-style=zoom-out] {
            overflow: hidden;
        }

            .ladda-button[data-style=zoom-out] .ladda-spinner {
                left: 50%;
                margin-left: 32px;
                -webkit-transform: scale(2.5);
                -moz-transform: scale(2.5);
                -ms-transform: scale(2.5);
                -o-transform: scale(2.5);
                transform: scale(2.5);
            }

            .ladda-button[data-style=zoom-out] .ladda-label {
                position: relative;
                display: inline-block;
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-label {
                opacity: 0;
                -webkit-transform: scale(0.5);
                -moz-transform: scale(0.5);
                -ms-transform: scale(0.5);
                -o-transform: scale(0.5);
                transform: scale(0.5);
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
                opacity: 1;
                margin-left: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
            }

        /*************************************
 * ZOOM-IN
 */
        .ladda-button[data-style=zoom-in] {
            overflow: hidden;
        }

            .ladda-button[data-style=zoom-in] .ladda-spinner {
                left: 50%;
                margin-left: -16px;
                -webkit-transform: scale(0.2);
                -moz-transform: scale(0.2);
                -ms-transform: scale(0.2);
                -o-transform: scale(0.2);
                transform: scale(0.2);
            }

            .ladda-button[data-style=zoom-in] .ladda-label {
                position: relative;
                display: inline-block;
            }

            .ladda-button[data-style=zoom-in][data-loading] .ladda-label {
                opacity: 0;
                -webkit-transform: scale(2.2);
                -moz-transform: scale(2.2);
                -ms-transform: scale(2.2);
                -o-transform: scale(2.2);
                transform: scale(2.2);
            }

            .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
                opacity: 1;
                margin-left: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
            }

        /*************************************
 * CONTRACT
 */
        .ladda-button[data-style=contract] {
            overflow: hidden;
            width: 100px;
        }

            .ladda-button[data-style=contract] .ladda-spinner {
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=contract][data-loading] {
                border-radius: 50%;
                width: 52px;
            }

                .ladda-button[data-style=contract][data-loading] .ladda-label {
                    opacity: 0;
                }

                .ladda-button[data-style=contract][data-loading] .ladda-spinner {
                    opacity: 1;
                }

        /*************************************
 * OVERLAY
 */
        .ladda-button[data-style=contract-overlay] {
            overflow: hidden;
            width: 100px;
            box-shadow: 0px 0px 0px 2000px transparent;
        }

            .ladda-button[data-style=contract-overlay] .ladda-spinner {
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=contract-overlay][data-loading] {
                border-radius: 50%;
                width: 52px;
                /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
                box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
            }

                .ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
                    opacity: 0;
                }

                .ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
                    opacity: 1;
                }

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
}

    .select2-container .select2-choice {
        display: block;
        height: 26px;
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #aaa;
        white-space: nowrap;
        line-height: 26px;
        color: #444;
        text-decoration: none;
        border-radius: 4px;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
        background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
        background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
        background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    }

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("../img/select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

    .select2-drop.select2-drop-above {
        margin-top: 1px;
        border-top: 1px solid #aaa;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    }

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/select2.png") no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 26px;
        padding: 4px 20px 4px 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff url("../img/select2.png") no-repeat 100% -22px;
        background: url("../img/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
        background: url("../img/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url("../img/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url("../img/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
    }

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url("../img/select2.png") no-repeat -37px -22px;
    background: url("../img/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("../img/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../img/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../img/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
    background: #fff url("../img/select2-spinner.gif") no-repeat 100%;
    background: url("../img/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("../img/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../img/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../img/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

    .select2-results li.select2-result-with-children > .select2-result-label {
        font-weight: bold;
    }

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url("../img/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url("../img/select2-spinner.gif") no-repeat 100% !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("../img/select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none;
        }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../img/select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control, .daterangepicker .select2-container.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.ui-select-search.form-control {
    background: transparent;
    box-shadow: none;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-search input {
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control, .daterangepicker .select2-container.select2-container-multi.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.select2-container-multi.ui-select-search.form-control {
    height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 46px;
    line-height: 1.33333;
    border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: none;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #8a6d3b;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning.select2-drop-active {
    border-color: #66512c;
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #66512c;
    }

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #a94442;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error.select2-drop-active {
    border-color: #843534;
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #843534;
    }

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #3c763d;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success.select2-drop-active {
    border-color: #2b542c;
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #2b542c;
    }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
    border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: white;
    filter: none;
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 6px !important;
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
    color: white;
    background-color: #20a8d8;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .input-group-btn .fc button, .fc
.select2-bootstrap-append .input-group-btn button,
.select2-bootstrap-append .input-group-btn .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded
.select2-bootstrap-append .input-group-btn .btn-sm,
.select2-bootstrap-append .input-group-btn .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded
.select2-bootstrap-append .input-group-btn .btn-group-sm > .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .fc button, .fc
.select2-bootstrap-prepend .input-group-btn button,
.select2-bootstrap-prepend .input-group-btn .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded
.select2-bootstrap-prepend .input-group-btn .btn-sm,
.select2-bootstrap-prepend .input-group-btn .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded
.select2-bootstrap-prepend .input-group-btn .btn-group-sm > .btn {
    vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: white;
    border-color: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
    top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow,
    .select2-container.select2-container-disabled .select2-choice div,
    .select2-container.select2-container-disabled .select2-choices .select2-arrow,
    .select2-container.select2-container-disabled .select2-choices div {
        background-color: transparent;
        border-left: 1px solid transparent;
        /* 2 */
    }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.1 - 2015-09-30T05:39:26.659Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.ui-select-choices-row:hover {
    background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
    padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
    display: none;
}

.select-locked > .ui-select-match-close {
    display: none;
}

body > .select2-container.open {
    z-index: 9999;
    /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
    border-radius: 4px;
    /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
    border-radius: 4px;
    /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-width: 1px;
    /* FIXME hardcoded value :-/ */
    border-top-style: solid;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -4px;
    /* FIXME hardcoded value :-/ */
}

    .ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
        margin-top: 4px;
        /* FIXME hardcoded value :-/ */
    }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
    border-color: #20a8d8;
}

.btn-default {
    border-color: #e1e6ef;
    outline: 0;
    padding-left: 12px;
}

.ui-select-bootstrap .ui-select-toggle {
    position: relative;
}

    .ui-select-bootstrap .ui-select-toggle > .caret {
        position: absolute;
        height: 10px;
        top: 50%;
        right: 10px;
        margin-top: -2px;
    }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
    /* Instead of relative */
    position: static;
}

.daterangepicker .input-group > .ui-select-bootstrap > input.ui-select-search.input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control, .input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.daterangepicker .input-group > .ui-select-bootstrap > input.ui-select-search.direction-up.input-mini, .input-group > .ui-select-bootstrap > input.ui-select-search.direction-up.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn, .fc .ui-select-bootstrap > .ui-select-match > button, .well.well-sm.bg-faded .ui-select-bootstrap > .ui-select-match > .btn-sm, .well.well-sm.bg-faded .ui-select-bootstrap > .btn-group-sm.ui-select-match > .btn {
    /* Instead of center because of .btn */
    text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

body > .ui-select-bootstrap.open {
    z-index: 1000;
    /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0 3px;
}

    .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
        background-color: transparent !important;
        /* To prevent double background when disabled */
        border: none;
        outline: none;
        height: 1.666666em;
        margin-bottom: 3px;
    }

    .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
        font-size: 1.6em;
        line-height: 0.75;
    }

    .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
        outline: 0;
        margin: 0 3px 3px 0;
    }

.ui-select-multiple .ui-select-match-item {
    position: relative;
}

    .ui-select-multiple .ui-select-match-item.dropping-before:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        margin-right: 2px;
        border-left: 1px solid #428bca;
    }

    .ui-select-multiple .ui-select-match-item.dropping-after:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        margin-left: 2px;
        border-right: 1px solid #428bca;
    }

.ui-select-bootstrap .ui-select-choices-row > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.ui-select-bootstrap .ui-select-choices-row.active > a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match, .fc .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match, .well.well-sm.bg-faded .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.btn-sm, .well.well-sm.bg-faded .btn-group-sm.ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.btn {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-container {
    width: 100% !important;
}

    .ui-select-container .ui-select-match .ui-select-toggle {
        outline: 0;
    }

select {
    background: white url("../img/select.png") no-repeat !important;
    background-size: 24px 20px !important;
    background-position: right center !important;
    border-radius: 0px !important;
    /*ChangeLog*/
    /*border: 1px solid #e1e6ef !important;*/
    *border: 1px solid black !important;
    *
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select2-container.form-control, .daterangepicker .select2-container.input-mini, .input-group > .ui-select-bootstrap > input.select2-container.ui-select-search.form-control {
    background: transparent;
    box-shadow: none;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
    line-height: 1px !important;
}

.select2-container .select2-choice {
    height: 32px;
    padding: 6px 0 0 12px;
    border: none;
}

    .select2-container .select2-choice .select2-arrow {
        right: 0px;
        top: 0px;
        background: #f9f9fa;
        border: none;
    }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: none;
}

.select2-drop {
    color: #384042;
    border: 1px solid #e1e6ef;
    border-radius: 0;
    box-shadow: none;
}

.select2-container.select2-dropdown-open {
    border-color: #e1e6ef !important;
    border-radius: 0;
}

.select2-container-multi .select2-choices {
    box-shadow: none;
    border-radius: 0 !important;
    border: 0;
    background: white;
}

.select2-default {
    color: #151819 !important;
    padding-left: 12px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 4px 18px;
    margin: 5px 0 3px 5px;
    border: 1px solid #e1e6ef;
    border-radius: 0;
    box-shadow: none;
    background-color: #f9f9fa;
    filter: none;
    background-image: none;
    font-size: 11px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    color: #384042;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #20a8d8 !important;
    box-shadow: none;
}

.select2-search-choice-close {
    background: url("../img/select2.png") right top no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../img/select2x2.png") !important;
    }
}

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

    .sk-double-bounce .sk-child {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #333;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        animation: sk-doubleBounce 2.0s infinite ease-in-out;
    }

    .sk-double-bounce .sk-double-bounce2 {
        animation-delay: -1.0s;
    }

@keyframes sk-doubleBounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .sk-wave .sk-rect {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    }

    .sk-wave .sk-rect1 {
        animation-delay: -1.2s;
    }

    .sk-wave .sk-rect2 {
        animation-delay: -1.1s;
    }

    .sk-wave .sk-rect3 {
        animation-delay: -1s;
    }

    .sk-wave .sk-rect4 {
        animation-delay: -0.9s;
    }

    .sk-wave .sk-rect5 {
        animation-delay: -0.8s;
    }

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-wandering-cubes .sk-cube {
        background-color: #333;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    }

    .sk-wandering-cubes .sk-cube2 {
        animation-delay: -0.9s;
    }

@keyframes sk-wanderingCube {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    background-color: #333;
    border-radius: 100%;
    animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

    .sk-chasing-dots .sk-child {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #333;
        border-radius: 100%;
        animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    }

    .sk-chasing-dots .sk-dot2 {
        top: auto;
        bottom: 0;
        animation-delay: -1s;
    }

@keyframes sk-chasingDotsRotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        animation-delay: -0.16s;
    }

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        animation-delay: -0.1s;
    }

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

    .sk-cube-grid .sk-cube {
        width: 33.33%;
        height: 33.33%;
        background-color: #333;
        float: left;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        animation-delay: 0.0s;
    }

    .sk-cube-grid .sk-cube8 {
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        animation-delay: 0.2s;
    }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        transform: scale3D(1, 1, 1);
    }

    35% {
        transform: scale3D(0, 0, 1);
    }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        animation-delay: -0.1s;
    }

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #333;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        animation-delay: 0.9s;
    }

@keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container .toast {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        background-position: 15px center;
        background-repeat: no-repeat;
        color: #ffffff;
        opacity: 0.9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        filter: alpha(opacity=90);
    }

        #toast-container .toast:hover {
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container .toast {
        background-image: none !important;
    }

        #toast-container .toast:before {
            position: relative;
            font-family: simple-line-icons;
            font-size: 24px;
            line-height: 18px;
            float: left;
            margin: 13px 0 0 -35px;
        }

    #toast-container .toast-warning:before {
        content: "\e01c";
    }

    #toast-container .toast-error:before {
        content: "\e082";
    }

    #toast-container .toast-info:before {
        content: "\e08b";
    }

    #toast-container .toast-success:before {
        content: "\e080";
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #20a8d8;
}

.toast-success {
    background-color: #79c447;
}

.toast-error {
    background-color: #ff5454;
}

.toast-info {
    background-color: #67c2ef;
}

.toast-warning {
    background-color: #fabb3d;
}

progress-bar,
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20);
}

/*Animations*/
div[toast],
.toast {
    opacity: 1 !important;
}

    div[toast].ng-enter,
    .toast.ng-enter {
        opacity: 0 !important;
        transition: opacity .3s linear;
    }

        div[toast].ng-enter.ng-enter-active,
        .toast.ng-enter.ng-enter-active {
            opacity: 1 !important;
        }

    div[toast].ng-leave,
    .toast.ng-leave {
        opacity: 1;
        transition: opacity .3s linear;
    }

        div[toast].ng-leave.ng-leave-active,
        .toast.ng-leave.ng-leave-active {
            opacity: 0 !important;
        }

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.toaster-icon.icon-info {
    display: none;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.font-xs {
    font-size: .75rem !important;
}

.font-sm {
    font-size: .85rem !important;
}

.font-lg {
    font-size: 1rem !important;
}

.font-xl {
    font-size: 1.25rem !important;
}

.font-2xl {
    font-size: 1.5rem !important;
}

.font-3xl {
    font-size: 1.75rem !important;
}

.font-4xl {
    font-size: 2rem !important;
}

.font-5xl {
    font-size: 2.5rem !important;
}

.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;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.row.row-equal {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: -15px;
    margin-left: -15px;
}

    .row.row-equal [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

.main .container-fluid {
    padding: 0 30px;
}

html.sidebar-opened {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body {
    position: relative;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

    body .bd-title.main {
        padding: 0 !important;
    }

.sidebar {
    left: -250px;
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
    transition-property: left, right, padding-left, padding-right, margin-left, margin-right;
}

.main {
    padding-bottom: 50px;
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
    transition-property: padding-left, padding-right, margin-left, margin-right;
}

.aside-menu {
    transition-duration: 0.25s, 0.25s;
    transition-property: left, right;
}

.footer {
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
    transition-property: padding-left, padding-right, margin-left, margin-right, left, right;
}

body.std {
    position: relative;
}

    body.std header.navbar {
        z-index: 1030;
    }

    body.std .sidebar {
        padding-top: 60px;
    }

    body.std .main {
        padding-left: 250px;
    }

body.navbar-fixed .main {
    padding-top: 60px;
}

body.navbar-fixed.top-nav.fixed-nav nav.top-nav {
    position: fixed;
}

body.navbar-fixed.top-nav.fixed-nav .main {
    padding-top: 105px;
}

body:not(.top-nav) header.navbar {
    z-index: 1030;
}

body:not(.top-nav) .sidebar {
    display: inline;
    padding-top: 60px !important;
}

body:not(.top-nav).sidebar-nav.compact-nav .main {
    padding-left: 50px;
}

body:not(.top-nav).sidebar-nav.compact-nav .footer {
    left: 50px;
}

body:not(.top-nav).fixed-nav .sidebar {
    position: fixed;
}

    body:not(.top-nav).fixed-nav .sidebar .sidebar-nav {
        height: calc(100vh - 60px);
    }

body:not(.top-nav).fixed-nav .sidebar-footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

body:not(.top-nav).sidebar-off-canvas header.navbar {
    z-index: 1032;
}

body:not(.top-nav).sidebar-off-canvas .sidebar {
    left: -250px;
    z-index: 1031;
    padding-top: 0;
}

    body:not(.top-nav).sidebar-off-canvas .sidebar .sidebar-close {
        display: inline;
    }

    body:not(.top-nav).sidebar-off-canvas .sidebar .sidebar-nav {
        height: 100vh;
    }

body:not(.top-nav).sidebar-off-canvas .main {
    padding-left: 0;
}

body:not(.top-nav).sidebar-off-canvas .footer {
    left: 0;
}

body:not(.top-nav).sidebar-opened .sidebar {
    left: 0;
}

body:not(.top-nav).sidebar-opened.sidebar-off-canvas-push .main {
    margin-right: -250px;
    margin-left: 250px;
}

body:not(.top-nav).sidebar-opened.sidebar-off-canvas-push .footer {
    margin-right: -250px;
    margin-left: 250px;
}

body:not(.top-nav).sidebar-opened.sidebar-off-canvas-with-shadow {
    position: relative;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

    body:not(.top-nav).sidebar-opened.sidebar-off-canvas-with-shadow::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.7);
    }

body.sidebar-nav .sidebar {
    left: 0;
}

body.sidebar-nav .main {
    padding-left: 250px;
}

body.sidebar-nav .footer {
    left: 250px;
}

body.top-nav .layout-toggler {
    display: none !important;
}

body.top-nav .main {
    padding-top: 105px;
}

body.aside-menu-open .main {
    padding-right: 250px;
}

body.aside-menu-open .aside-menu {
    right: 0;
}

body.aside-menu-open .footer {
    right: 250px;
}

body.aside-menu-open.aside-menu-off-canvas .main {
    right: 0;
    padding-right: 0;
}

body.footer-fixed .footer {
    position: fixed;
    bottom: 0;
}

body:not(.top-nav) .sidebar {
    position: absolute;
    top: 0;
    z-index: 1;
    display: inline !important;
    width: 250px;
    height: 100%;
    padding: 0;
    color: #fff;
    /*ChangeLog*/
    background: #2e475e;
}

    body:not(.top-nav) .sidebar .sidebar-close {
        position: absolute;
        right: 0;
        display: none;
        padding: 0 1rem;
        font-size: 24px;
        font-weight: 800;
        line-height: 60px;
        color: #fff;
        background: 0;
        border: 0;
        opacity: .8;
    }

        body:not(.top-nav) .sidebar .sidebar-close:hover {
            opacity: 1;
        }

    body:not(.top-nav) .sidebar .sidebar-nav {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        body:not(.top-nav) .sidebar .sidebar-nav::-webkit-scrollbar {
            width: 10px;
            margin-left: -10px;
            -webkit-appearance: none;
        }

        body:not(.top-nav) .sidebar .sidebar-nav::-webkit-scrollbar-track {
            background-color: #444d50;
            border-right: 1px solid #2c3334;
            border-left: 1px solid #2c3334;
        }

        body:not(.top-nav) .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
            height: 50px;
            background-color: #212526;
            background-clip: content-box;
            border-color: transparent;
            border-style: solid;
            border-width: 1px 2px;
        }

    body:not(.top-nav) .sidebar ul.nav {
        width: 250px;
    }

        body:not(.top-nav) .sidebar ul.nav li.nav-title {
            padding: 0.95rem 1rem;
            font-size: 11px;
            font-weight: 600;
            color: #c0cadd;
            text-transform: uppercase;
        }

        body:not(.top-nav) .sidebar ul.nav li.divider {
            height: 10px;
        }

        body:not(.top-nav) .sidebar ul.nav li.nav-item {
            position: relative;
            margin: 0;
            transition: background .3s ease-in-out;
        }

            body:not(.top-nav) .sidebar ul.nav li.nav-item ul {
                max-height: 0;
                padding: 0;
                margin: 0;
                overflow-y: hidden;
                transition: max-height .3s ease-in-out;
            }

                body:not(.top-nav) .sidebar ul.nav li.nav-item ul li {
                    padding: 0;
                    list-style: none;
                }

            body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link {
                display: block;
                padding: 0.75rem 1rem;
                color: #fff;
                text-decoration: none;
                background: transparent;
            }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link:hover {
                    color: #fff !important;
                    /*ChangeLog*/
                    background: #2c6181 !important;
                }

                    body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link:hover i {
                        color: #fff !important;
                    }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link.active {
                    color: #fff;
                    /*ChangeLog*/
                    background: #2c6181;
                }

                    body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link.active i {
                        color: #20a8d8;
                    }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link [class^="icon-"], body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link [class*=" icon-"] {
                    display: inline-block;
                    margin-top: -4px;
                    vertical-align: middle;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link i {
                    width: 20px;
                    margin: 0 0.5rem 0 0;
                    font-size: 14px;
                    color: #c0cadd;
                    text-align: center;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link .tag {
                    float: right;
                    margin-top: 2px;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
                    position: absolute;
                    top: 0.96875rem;
                    right: 1rem;
                    display: block;
                    width: 0.875rem;
                    height: 0.875rem;
                    padding: 0;
                    font-size: 0.875rem;
                    line-height: 0.65625rem;
                    text-align: center;
                    content: "\2039";
                    transition: .3s;
                }

            body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open {
                background: #31383a;
            }

                body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open > ul, body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
                    max-height: 1000px;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-link {
                    color: #fff;
                    border-left: 0 !important;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link.nav-dropdown-toggle::before {
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.open .nav-dropdown.open {
                    border-left: 0;
                }

            body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.nt {
                transition: 0s !important;
            }

                body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.nt > ul, body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.nt > ol {
                    transition: 0s !important;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item.nav-dropdown.nt a.nav-link.nav-dropdown-toggle::before {
                    transition: 0s !important;
                }

            body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-label {
                display: block;
                padding: 0.09375rem 1rem;
                color: #c0cadd;
            }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-label:hover {
                    color: #fff;
                    text-decoration: none;
                }

                body:not(.top-nav) .sidebar ul.nav li.nav-item a.nav-label i {
                    width: 20px;
                    margin: -3px 0.5rem 0 0;
                    font-size: 10px;
                    color: #c0cadd;
                    text-align: center;
                    vertical-align: middle;
                }

            body:not(.top-nav) .sidebar ul.nav li.nav-item .progress[value] {
                background-color: #5b686b !important;
            }

                body:not(.top-nav) .sidebar ul.nav li.nav-item .progress[value]::-webkit-progress-bar {
                    background-color: #5b686b !important;
                }

            body:not(.top-nav) .sidebar ul.nav li.nav-item base::-moz-progress-bar,
            body:not(.top-nav) .sidebar ul.nav li.nav-item .progress[value] {
                background-color: #5b686b !important;
            }

@media (min-width: 576px) {
    body.compact-nav .hidden-cn {
        display: none;
    }

    body.compact-nav .sidebar {
        z-index: 1029;
        width: 50px;
    }

        body.compact-nav .sidebar .sidebar-nav {
            overflow: visible;
        }

        body.compact-nav .sidebar ul.nav li.nav-title, body.compact-nav .sidebar ul.nav li.divider {
            display: none;
        }

        body.compact-nav .sidebar ul.nav li.nav-item {
            width: 50px;
            overflow: hidden;
            border-left: 0 !important;
        }

            body.compact-nav .sidebar ul.nav li.nav-item ul {
                background: #384042;
            }

            body.compact-nav .sidebar ul.nav li.nav-item a.nav-link {
                position: relative;
                padding: 0 15px 0 0;
                margin: 0;
                line-height: 50px;
                white-space: nowrap;
                border-left: 0 !important;
            }

                body.compact-nav .sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
                    display: none;
                }

                body.compact-nav .sidebar ul.nav li.nav-item a.nav-link i {
                    display: block;
                    float: left;
                    width: 50px;
                    height: 50px;
                    padding: 0;
                    margin: 0 !important;
                    font-size: 18px;
                    line-height: 50px;
                }

                body.compact-nav .sidebar ul.nav li.nav-item a.nav-link .tag {
                    position: absolute;
                    top: 14px;
                    right: 15px;
                    display: none;
                }

                body.compact-nav .sidebar ul.nav li.nav-item a.nav-link:hover {
                    width: 250px;
                }

                    body.compact-nav .sidebar ul.nav li.nav-item a.nav-link:hover .tag {
                        display: inline;
                    }

            body.compact-nav .sidebar ul.nav li.nav-item ul {
                position: absolute;
                top: 50px;
                left: 50px;
            }

                body.compact-nav .sidebar ul.nav li.nav-item ul li {
                    position: relative;
                    padding: 0;
                }

                    body.compact-nav .sidebar ul.nav li.nav-item ul li a.nav-link {
                        width: 200px;
                    }

                    body.compact-nav .sidebar ul.nav li.nav-item ul li ul, body.compact-nav .sidebar ul.nav li.nav-item ul li ol {
                        position: absolute;
                        top: 0;
                        left: 100%;
                    }

            body.compact-nav .sidebar ul.nav li.nav-item.nav-dropdown.open {
                background: #2c3334;
            }

                body.compact-nav .sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link i {
                    color: #20a8d8;
                }

                body.compact-nav .sidebar ul.nav li.nav-item.nav-dropdown.open > ul, body.compact-nav .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
                    display: none;
                }

            body.compact-nav .sidebar ul.nav li.nav-item:hover {
                width: 300px;
                overflow: visible;
                background: #2c3334;
                transition: 0s;
            }

                body.compact-nav .sidebar ul.nav li.nav-item:hover > a.nav-link {
                    width: 300px;
                }

                body.compact-nav .sidebar ul.nav li.nav-item:hover > ul, body.compact-nav .sidebar ul.nav li.nav-item:hover > ol {
                    display: inline;
                    max-height: 10000px;
                    transition: 0s;
                }

                    body.compact-nav .sidebar ul.nav li.nav-item:hover > ul li, body.compact-nav .sidebar ul.nav li.nav-item:hover > ol li {
                        width: 250px;
                    }

                        body.compact-nav .sidebar ul.nav li.nav-item:hover > ul li a.nav-link, body.compact-nav .sidebar ul.nav li.nav-item:hover > ol li a.nav-link {
                            width: 250px;
                        }

                body.compact-nav .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ul, body.compact-nav .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ol {
                    display: inline;
                }
}

nav.top-nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1029;
    display: inline !important;
    width: 100%;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #e1e6ef;
}

    nav.top-nav ul.nav {
        white-space: nowrap;
    }

        nav.top-nav ul.nav li.nav-item {
            position: relative;
            display: inline-block;
            margin: 0;
        }

            nav.top-nav ul.nav li.nav-item ul {
                display: none;
                padding: 0;
                margin: 0;
                white-space: normal;
                background: #fff;
                border: 1px solid #e1e6ef;
            }

                nav.top-nav ul.nav li.nav-item ul li {
                    padding: 0;
                    list-style: none;
                }

            nav.top-nav ul.nav li.nav-item a.nav-link {
                display: block;
                padding: 0 15px;
                font-size: 12px;
                font-weight: 400;
                line-height: 45px;
                color: #374767;
                text-decoration: none;
                text-transform: uppercase;
            }

                nav.top-nav ul.nav li.nav-item a.nav-link i {
                    display: block;
                    float: left;
                    width: 20px;
                    margin: 0 10px 0 0;
                    font-size: 14px;
                    line-height: 44px;
                    text-align: center;
                }

                nav.top-nav ul.nav li.nav-item a.nav-link .tag {
                    float: right;
                    margin-top: 13px;
                    margin-left: 10px;
                }

                nav.top-nav ul.nav li.nav-item a.nav-link:hover {
                    color: #fff;
                    background: #20a8d8;
                }

                nav.top-nav ul.nav li.nav-item a.nav-link.active {
                    color: #fff;
                    background: #20a8d8;
                }

            nav.top-nav ul.nav li.nav-item ul {
                position: absolute;
                top: 44px;
                left: 0;
            }

                nav.top-nav ul.nav li.nav-item ul li {
                    position: relative;
                    padding: 0;
                }

                    nav.top-nav ul.nav li.nav-item ul li a.nav-link {
                        min-width: 200px;
                    }

                    nav.top-nav ul.nav li.nav-item ul li ul {
                        position: absolute;
                        top: 0;
                        left: 100%;
                    }

            nav.top-nav ul.nav li.nav-item.nav-more ul {
                right: 0;
                left: auto;
            }

                nav.top-nav ul.nav li.nav-item.nav-more ul li ul {
                    right: 100%;
                    left: auto;
                }

            nav.top-nav ul.nav li.nav-item:hover > ul {
                display: inline;
            }

.aside-menu {
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 1029;
    width: 250px;
    height: 100%;
    padding-top: 60px;
    color: #384042;
    background: #fff;
    border-left: 1px solid #e1e6ef;
}

    .aside-menu .nav-tabs {
        border-color: #e1e6ef;
    }

        .aside-menu .nav-tabs .nav-link {
            padding: 0.75rem 1rem;
            color: #374767;
            border-top: 0;
        }

            .aside-menu .nav-tabs .nav-link.active {
                color: #20a8d8;
                border-right-color: #e1e6ef;
                border-left-color: #e1e6ef;
            }

        .aside-menu .nav-tabs .nav-item:first-child .nav-link {
            border-left: 0;
        }

    .aside-menu .tab-content {
        position: relative;
        height: calc(100vh - 2.375rem - 60px);
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
        border-top: 1px solid #e1e6ef;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .aside-menu .tab-content::-webkit-scrollbar {
            width: 10px;
            margin-left: -10px;
            -webkit-appearance: none;
        }

        .aside-menu .tab-content::-webkit-scrollbar-track {
            background-color: white;
            border-right: 1px solid #f2f2f2;
            border-left: 1px solid #f2f2f2;
        }

        .aside-menu .tab-content::-webkit-scrollbar-thumb {
            height: 50px;
            background-color: #e6e6e6;
            background-clip: content-box;
            border-color: transparent;
            border-style: solid;
            border-width: 1px 2px;
        }

        .aside-menu .tab-content .tab-pane {
            padding: 0;
        }

#loading-bar,
#loading-bar-spinner {
    -webkit-pointer-events: none;
    pointer-events: none;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    -webkit-transition: 350ms linear all;
    transition: 350ms linear all;
}

    #loading-bar.ng-enter,
    #loading-bar.ng-leave.ng-leave-active,
    #loading-bar-spinner.ng-enter,
    #loading-bar-spinner.ng-leave.ng-leave-active {
        opacity: 0;
    }

        #loading-bar.ng-enter.ng-enter-active,
        #loading-bar.ng-leave,
        #loading-bar-spinner.ng-enter.ng-enter-active,
        #loading-bar-spinner.ng-leave {
            opacity: 1;
        }

    #loading-bar .bar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20002;
        width: 100%;
        height: 2px;
        background: #20a8d8;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        -moz-transition: width 350ms;
        -o-transition: width 350ms;
        -webkit-transition: width 350ms;
        transition: width 350ms;
    }

    #loading-bar .peg {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 2px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-box-shadow: #29d 1px 0 6px 1px;
        -ms-box-shadow: #29d 1px 0 6px 1px;
        -webkit-box-shadow: #29d 1px 0 6px 1px;
        box-shadow: #29d 1px 0 6px 1px;
        opacity: .45;
    }

#loading-bar-spinner {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10002;
    display: block;
}

    #loading-bar-spinner .spinner-icon {
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 50%;
        -moz-animation: loading-bar-spinner 400ms linear infinite;
        -ms-animation: loading-bar-spinner 400ms linear infinite;
        -o-animation: loading-bar-spinner 400ms linear infinite;
        -webkit-animation: loading-bar-spinner 400ms linear infinite;
        animation: loading-bar-spinner 400ms linear infinite;
    }

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 2000;
    width: 100%;
    height: 2px;
    background: #20a8d8;
}

.social-box {
    min-height: 160px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e6ef;
}

    .social-box i {
        display: block;
        margin: -1px -1px 0;
        font-size: 40px;
        line-height: 90px;
        background: #e1e6ef;
    }

    .social-box .chart-wrapper {
        height: 90px;
        margin: -90px 0 0;
    }

        .social-box .chart-wrapper canvas {
            width: 100% !important;
            height: 90px !important;
        }

    .social-box ul {
        padding: 10px 0;
        list-style: none;
    }

        .social-box ul li {
            display: block;
            float: left;
            width: 50%;
        }

            .social-box ul li:first-child {
                border-right: 1px solid #e1e6ef;
            }

            .social-box ul li strong {
                display: block;
                font-size: 20px;
            }

            .social-box ul li span {
                font-size: 10px;
                font-weight: 500;
                color: #e1e6ef;
                text-transform: uppercase;
            }

    .social-box.facebook i {
        color: #fff;
        background: #3b5998;
    }

    .social-box.twitter i {
        color: #fff;
        background: #00aced;
    }

    .social-box.linkedin i {
        color: #fff;
        background: #4875b4;
    }

    .social-box.google-plus i {
        color: #fff;
        background: #bb4b39;
    }

.horizontal-bars {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .horizontal-bars li {
        position: relative;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

        .horizontal-bars li .title {
            width: 100px;
            font-size: 12px;
            font-weight: 600;
            color: #c0cadd;
            vertical-align: middle;
        }

        .horizontal-bars li .bars {
            position: absolute;
            top: 15px;
            width: 100%;
            padding-left: 100px;
        }

        .horizontal-bars li.legend {
            text-align: center;
        }

            .horizontal-bars li.legend .tag {
                display: inline-block;
                width: 8px;
                height: 8px;
                padding: 0;
            }

        .horizontal-bars li.divider {
            height: 40px;
        }

            .horizontal-bars li.divider i {
                margin: 0 !important;
            }

    .horizontal-bars.type-2 li {
        overflow: hidden;
    }

        .horizontal-bars.type-2 li i {
            display: inline-block;
            margin-right: 1rem;
            margin-left: 5px;
            font-size: 18px;
            line-height: 40px;
        }

        .horizontal-bars.type-2 li .title {
            display: inline-block;
            width: auto;
            margin-top: -9px;
            font-size: 0.875rem;
            font-weight: normal;
            line-height: 40px;
            color: #374767;
        }

        .horizontal-bars.type-2 li .value {
            float: right;
            font-weight: 600;
        }

        .horizontal-bars.type-2 li .bars {
            position: absolute;
            top: auto;
            bottom: 0;
            padding: 0;
        }

ul.icons-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.icons-list li {
        position: relative;
        height: 40px;
        vertical-align: middle;
    }

        ul.icons-list li i {
            display: block;
            float: left;
            width: 35px !important;
            height: 35px !important;
            margin: 2px;
            line-height: 35px !important;
            text-align: center;
        }

        ul.icons-list li .desc {
            height: 40px;
            margin-left: 50px;
            border-bottom: 1px solid #e1e6ef;
        }

            ul.icons-list li .desc .title {
                padding: 2px 0 0;
                margin: 0;
            }

            ul.icons-list li .desc small {
                display: block;
                margin-top: -4px;
                color: #c0cadd;
            }

        ul.icons-list li .value {
            position: absolute;
            top: 2px;
            right: 45px;
            text-align: right;
        }

            ul.icons-list li .value strong {
                display: block;
                margin-top: -3px;
            }

        ul.icons-list li .actions {
            position: absolute;
            top: -4px;
            right: 10px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

            ul.icons-list li .actions i {
                float: none;
                width: auto;
                height: auto;
                padding: 0;
                margin: 0;
                line-height: normal;
            }

        ul.icons-list li.divider {
            height: 40px;
        }

            ul.icons-list li.divider i {
                width: auto;
                height: auto;
                margin: 2px 0 0;
                font-size: 18px;
            }

footer.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 0 1rem;
    line-height: 50px;
    color: #374767;
    background: #f9f9fa;
    border-top: 1px solid #e1e6ef;
}

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

    .btn-transparent:hover {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-transparent:focus, .btn-transparent.focus {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-transparent:active, .btn-transparent.active,
    .open > .btn-transparent.dropdown-toggle {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
        background-image: none;
    }

        .btn-transparent:active:hover, .btn-transparent:active:focus, .btn-transparent:active.focus, .btn-transparent.active:hover, .btn-transparent.active:focus, .btn-transparent.active.focus,
        .open > .btn-transparent.dropdown-toggle:hover,
        .open > .btn-transparent.dropdown-toggle:focus,
        .open > .btn-transparent.dropdown-toggle.focus {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
        }

    .btn-transparent.disabled:focus, .btn-transparent.disabled.focus, .btn-transparent:disabled:focus, .btn-transparent:disabled.focus {
        background-color: transparent;
        border-color: transparent;
    }

    .btn-transparent.disabled:hover, .btn-transparent:disabled:hover {
        background-color: transparent;
        border-color: transparent;
    }

.btn [class^="icon-"], .fc button [class^="icon-"], .well.well-sm.bg-faded .btn-sm [class^="icon-"], .well.well-sm.bg-faded .btn-group-sm > .btn [class^="icon-"], .btn [class*=" icon-"], .fc button [class*=" icon-"], .well.well-sm.bg-faded .btn-sm [class*=" icon-"], .well.well-sm.bg-faded .btn-group-sm > .btn [class*=" icon-"] {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 0;
}

    .btn-facebook::before,
    .btn-twitter::before,
    .btn-linkedin::before,
    .btn-flickr::before,
    .btn-tumblr::before,
    .btn-xing::before,
    .btn-github::before,
    .btn-html5::before,
    .btn-openid::before,
    .btn-stack-overflow::before,
    .btn-youtube::before,
    .btn-css3::before,
    .btn-dribbble::before,
    .btn-google-plus::before,
    .btn-instagram::before,
    .btn-pinterest::before,
    .btn-vk::before,
    .btn-yahoo::before,
    .btn-behance::before,
    .btn-dropbox::before,
    .btn-reddit::before,
    .btn-spotify::before,
    .btn-vine::before,
    .btn-foursquare::before,
    .btn-vimeo::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .btn-facebook:hover,
    .btn-twitter:hover,
    .btn-linkedin:hover,
    .btn-flickr:hover,
    .btn-tumblr:hover,
    .btn-xing:hover,
    .btn-github:hover,
    .btn-html5:hover,
    .btn-openid:hover,
    .btn-stack-overflow:hover,
    .btn-youtube:hover,
    .btn-css3:hover,
    .btn-dribbble:hover,
    .btn-google-plus:hover,
    .btn-instagram:hover,
    .btn-pinterest:hover,
    .btn-vk:hover,
    .btn-yahoo:hover,
    .btn-behance:hover,
    .btn-dropbox:hover,
    .btn-reddit:hover,
    .btn-spotify:hover,
    .btn-vine:hover,
    .btn-foursquare:hover,
    .btn-vimeo:hover {
        color: #fff;
    }

    .btn-facebook.icon span,
    .btn-twitter.icon span,
    .btn-linkedin.icon span,
    .btn-flickr.icon span,
    .btn-tumblr.icon span,
    .btn-xing.icon span,
    .btn-github.icon span,
    .btn-html5.icon span,
    .btn-openid.icon span,
    .btn-stack-overflow.icon span,
    .btn-youtube.icon span,
    .btn-css3.icon span,
    .btn-dribbble.icon span,
    .btn-google-plus.icon span,
    .btn-instagram.icon span,
    .btn-pinterest.icon span,
    .btn-vk.icon span,
    .btn-yahoo.icon span,
    .btn-behance.icon span,
    .btn-dropbox.icon span,
    .btn-reddit.icon span,
    .btn-spotify.icon span,
    .btn-vine.icon span,
    .btn-foursquare.icon span,
    .btn-vimeo.icon span {
        display: none;
    }

    .btn-facebook.text::before,
    .btn-twitter.text::before,
    .btn-linkedin.text::before,
    .btn-flickr.text::before,
    .btn-tumblr.text::before,
    .btn-xing.text::before,
    .btn-github.text::before,
    .btn-html5.text::before,
    .btn-openid.text::before,
    .btn-stack-overflow.text::before,
    .btn-youtube.text::before,
    .btn-css3.text::before,
    .btn-dribbble.text::before,
    .btn-google-plus.text::before,
    .btn-instagram.text::before,
    .btn-pinterest.text::before,
    .btn-vk.text::before,
    .btn-yahoo.text::before,
    .btn-behance.text::before,
    .btn-dropbox.text::before,
    .btn-reddit.text::before,
    .btn-spotify.text::before,
    .btn-vine.text::before,
    .btn-foursquare.text::before,
    .btn-vimeo.text::before {
        display: none;
    }

    .btn-facebook.text span,
    .btn-twitter.text span,
    .btn-linkedin.text span,
    .btn-flickr.text span,
    .btn-tumblr.text span,
    .btn-xing.text span,
    .btn-github.text span,
    .btn-html5.text span,
    .btn-openid.text span,
    .btn-stack-overflow.text span,
    .btn-youtube.text span,
    .btn-css3.text span,
    .btn-dribbble.text span,
    .btn-google-plus.text span,
    .btn-instagram.text span,
    .btn-pinterest.text span,
    .btn-vk.text span,
    .btn-yahoo.text span,
    .btn-behance.text span,
    .btn-dropbox.text span,
    .btn-reddit.text span,
    .btn-spotify.text span,
    .btn-vine.text span,
    .btn-foursquare.text span,
    .btn-vimeo.text span {
        margin-left: 0 !important;
    }

    .btn-facebook::before,
    .btn-twitter::before,
    .btn-linkedin::before,
    .btn-flickr::before,
    .btn-tumblr::before,
    .btn-xing::before,
    .btn-github::before,
    .btn-html5::before,
    .btn-openid::before,
    .btn-stack-overflow::before,
    .btn-youtube::before,
    .btn-css3::before,
    .btn-dribbble::before,
    .btn-google-plus::before,
    .btn-instagram::before,
    .btn-pinterest::before,
    .btn-vk::before,
    .btn-yahoo::before,
    .btn-behance::before,
    .btn-dropbox::before,
    .btn-reddit::before,
    .btn-spotify::before,
    .btn-vine::before,
    .btn-foursquare::before,
    .btn-vimeo::before {
        width: 2.3125rem;
        height: 2.3125rem;
        padding: 0.5rem 0;
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .btn-facebook span,
    .btn-twitter span,
    .btn-linkedin span,
    .btn-flickr span,
    .btn-tumblr span,
    .btn-xing span,
    .btn-github span,
    .btn-html5 span,
    .btn-openid span,
    .btn-stack-overflow span,
    .btn-youtube span,
    .btn-css3 span,
    .btn-dribbble span,
    .btn-google-plus span,
    .btn-instagram span,
    .btn-pinterest span,
    .btn-vk span,
    .btn-yahoo span,
    .btn-behance span,
    .btn-dropbox span,
    .btn-reddit span,
    .btn-spotify span,
    .btn-vine span,
    .btn-foursquare span,
    .btn-vimeo span {
        margin-left: 2.3125rem;
    }

    .btn-facebook.icon,
    .btn-twitter.icon,
    .btn-linkedin.icon,
    .btn-flickr.icon,
    .btn-tumblr.icon,
    .btn-xing.icon,
    .btn-github.icon,
    .btn-html5.icon,
    .btn-openid.icon,
    .btn-stack-overflow.icon,
    .btn-youtube.icon,
    .btn-css3.icon,
    .btn-dribbble.icon,
    .btn-google-plus.icon,
    .btn-instagram.icon,
    .btn-pinterest.icon,
    .btn-vk.icon,
    .btn-yahoo.icon,
    .btn-behance.icon,
    .btn-dropbox.icon,
    .btn-reddit.icon,
    .btn-spotify.icon,
    .btn-vine.icon,
    .btn-foursquare.icon,
    .btn-vimeo.icon {
        width: 2.3125rem;
        height: 2.3125rem;
    }

    .btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn, .fc .btn-group-lg > button.btn-facebook, .well.well-sm.bg-faded .btn-group-lg > .btn-facebook.btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-facebook.btn,
    .btn-twitter.btn-lg,
    .btn-group-lg > .btn-twitter.btn,
    .fc .btn-group-lg > button.btn-twitter,
    .well.well-sm.bg-faded .btn-group-lg > .btn-twitter.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-twitter.btn,
    .btn-linkedin.btn-lg,
    .btn-group-lg > .btn-linkedin.btn,
    .fc .btn-group-lg > button.btn-linkedin,
    .well.well-sm.bg-faded .btn-group-lg > .btn-linkedin.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-linkedin.btn,
    .btn-flickr.btn-lg,
    .btn-group-lg > .btn-flickr.btn,
    .fc .btn-group-lg > button.btn-flickr,
    .well.well-sm.bg-faded .btn-group-lg > .btn-flickr.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-flickr.btn,
    .btn-tumblr.btn-lg,
    .btn-group-lg > .btn-tumblr.btn,
    .fc .btn-group-lg > button.btn-tumblr,
    .well.well-sm.bg-faded .btn-group-lg > .btn-tumblr.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-tumblr.btn,
    .btn-xing.btn-lg,
    .btn-group-lg > .btn-xing.btn,
    .fc .btn-group-lg > button.btn-xing,
    .well.well-sm.bg-faded .btn-group-lg > .btn-xing.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-xing.btn,
    .btn-github.btn-lg,
    .btn-group-lg > .btn-github.btn,
    .fc .btn-group-lg > button.btn-github,
    .well.well-sm.bg-faded .btn-group-lg > .btn-github.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-github.btn,
    .btn-html5.btn-lg,
    .btn-group-lg > .btn-html5.btn,
    .fc .btn-group-lg > button.btn-html5,
    .well.well-sm.bg-faded .btn-group-lg > .btn-html5.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-html5.btn,
    .btn-openid.btn-lg,
    .btn-group-lg > .btn-openid.btn,
    .fc .btn-group-lg > button.btn-openid,
    .well.well-sm.bg-faded .btn-group-lg > .btn-openid.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-openid.btn,
    .btn-stack-overflow.btn-lg,
    .btn-group-lg > .btn-stack-overflow.btn,
    .fc .btn-group-lg > button.btn-stack-overflow,
    .well.well-sm.bg-faded .btn-group-lg > .btn-stack-overflow.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-stack-overflow.btn,
    .btn-youtube.btn-lg,
    .btn-group-lg > .btn-youtube.btn,
    .fc .btn-group-lg > button.btn-youtube,
    .well.well-sm.bg-faded .btn-group-lg > .btn-youtube.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-youtube.btn,
    .btn-css3.btn-lg,
    .btn-group-lg > .btn-css3.btn,
    .fc .btn-group-lg > button.btn-css3,
    .well.well-sm.bg-faded .btn-group-lg > .btn-css3.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-css3.btn,
    .btn-dribbble.btn-lg,
    .btn-group-lg > .btn-dribbble.btn,
    .fc .btn-group-lg > button.btn-dribbble,
    .well.well-sm.bg-faded .btn-group-lg > .btn-dribbble.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dribbble.btn,
    .btn-google-plus.btn-lg,
    .btn-group-lg > .btn-google-plus.btn,
    .fc .btn-group-lg > button.btn-google-plus,
    .well.well-sm.bg-faded .btn-group-lg > .btn-google-plus.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-google-plus.btn,
    .btn-instagram.btn-lg,
    .btn-group-lg > .btn-instagram.btn,
    .fc .btn-group-lg > button.btn-instagram,
    .well.well-sm.bg-faded .btn-group-lg > .btn-instagram.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-instagram.btn,
    .btn-pinterest.btn-lg,
    .btn-group-lg > .btn-pinterest.btn,
    .fc .btn-group-lg > button.btn-pinterest,
    .well.well-sm.bg-faded .btn-group-lg > .btn-pinterest.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-pinterest.btn,
    .btn-vk.btn-lg,
    .btn-group-lg > .btn-vk.btn,
    .fc .btn-group-lg > button.btn-vk,
    .well.well-sm.bg-faded .btn-group-lg > .btn-vk.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vk.btn,
    .btn-yahoo.btn-lg,
    .btn-group-lg > .btn-yahoo.btn,
    .fc .btn-group-lg > button.btn-yahoo,
    .well.well-sm.bg-faded .btn-group-lg > .btn-yahoo.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-yahoo.btn,
    .btn-behance.btn-lg,
    .btn-group-lg > .btn-behance.btn,
    .fc .btn-group-lg > button.btn-behance,
    .well.well-sm.bg-faded .btn-group-lg > .btn-behance.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-behance.btn,
    .btn-dropbox.btn-lg,
    .btn-group-lg > .btn-dropbox.btn,
    .fc .btn-group-lg > button.btn-dropbox,
    .well.well-sm.bg-faded .btn-group-lg > .btn-dropbox.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dropbox.btn,
    .btn-reddit.btn-lg,
    .btn-group-lg > .btn-reddit.btn,
    .fc .btn-group-lg > button.btn-reddit,
    .well.well-sm.bg-faded .btn-group-lg > .btn-reddit.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-reddit.btn,
    .btn-spotify.btn-lg,
    .btn-group-lg > .btn-spotify.btn,
    .fc .btn-group-lg > button.btn-spotify,
    .well.well-sm.bg-faded .btn-group-lg > .btn-spotify.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-spotify.btn,
    .btn-vine.btn-lg,
    .btn-group-lg > .btn-vine.btn,
    .fc .btn-group-lg > button.btn-vine,
    .well.well-sm.bg-faded .btn-group-lg > .btn-vine.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vine.btn,
    .btn-foursquare.btn-lg,
    .btn-group-lg > .btn-foursquare.btn,
    .fc .btn-group-lg > button.btn-foursquare,
    .well.well-sm.bg-faded .btn-group-lg > .btn-foursquare.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-foursquare.btn,
    .btn-vimeo.btn-lg,
    .btn-group-lg > .btn-vimeo.btn,
    .fc .btn-group-lg > button.btn-vimeo,
    .well.well-sm.bg-faded .btn-group-lg > .btn-vimeo.btn-sm,
    .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vimeo.btn {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        line-height: 1.33333;
        border: 0;
    }

        .btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before, .fc .btn-group-lg > button.btn-facebook::before, .well.well-sm.bg-faded .btn-group-lg > .btn-facebook.btn-sm::before, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-facebook.btn::before,
        .btn-twitter.btn-lg::before,
        .btn-group-lg > .btn-twitter.btn::before,
        .fc .btn-group-lg > button.btn-twitter::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-twitter.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-twitter.btn::before,
        .btn-linkedin.btn-lg::before,
        .btn-group-lg > .btn-linkedin.btn::before,
        .fc .btn-group-lg > button.btn-linkedin::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-linkedin.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-linkedin.btn::before,
        .btn-flickr.btn-lg::before,
        .btn-group-lg > .btn-flickr.btn::before,
        .fc .btn-group-lg > button.btn-flickr::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-flickr.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-flickr.btn::before,
        .btn-tumblr.btn-lg::before,
        .btn-group-lg > .btn-tumblr.btn::before,
        .fc .btn-group-lg > button.btn-tumblr::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-tumblr.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-tumblr.btn::before,
        .btn-xing.btn-lg::before,
        .btn-group-lg > .btn-xing.btn::before,
        .fc .btn-group-lg > button.btn-xing::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-xing.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-xing.btn::before,
        .btn-github.btn-lg::before,
        .btn-group-lg > .btn-github.btn::before,
        .fc .btn-group-lg > button.btn-github::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-github.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-github.btn::before,
        .btn-html5.btn-lg::before,
        .btn-group-lg > .btn-html5.btn::before,
        .fc .btn-group-lg > button.btn-html5::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-html5.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-html5.btn::before,
        .btn-openid.btn-lg::before,
        .btn-group-lg > .btn-openid.btn::before,
        .fc .btn-group-lg > button.btn-openid::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-openid.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-openid.btn::before,
        .btn-stack-overflow.btn-lg::before,
        .btn-group-lg > .btn-stack-overflow.btn::before,
        .fc .btn-group-lg > button.btn-stack-overflow::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-stack-overflow.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-stack-overflow.btn::before,
        .btn-youtube.btn-lg::before,
        .btn-group-lg > .btn-youtube.btn::before,
        .fc .btn-group-lg > button.btn-youtube::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-youtube.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-youtube.btn::before,
        .btn-css3.btn-lg::before,
        .btn-group-lg > .btn-css3.btn::before,
        .fc .btn-group-lg > button.btn-css3::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-css3.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-css3.btn::before,
        .btn-dribbble.btn-lg::before,
        .btn-group-lg > .btn-dribbble.btn::before,
        .fc .btn-group-lg > button.btn-dribbble::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-dribbble.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dribbble.btn::before,
        .btn-google-plus.btn-lg::before,
        .btn-group-lg > .btn-google-plus.btn::before,
        .fc .btn-group-lg > button.btn-google-plus::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-google-plus.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-google-plus.btn::before,
        .btn-instagram.btn-lg::before,
        .btn-group-lg > .btn-instagram.btn::before,
        .fc .btn-group-lg > button.btn-instagram::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-instagram.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-instagram.btn::before,
        .btn-pinterest.btn-lg::before,
        .btn-group-lg > .btn-pinterest.btn::before,
        .fc .btn-group-lg > button.btn-pinterest::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-pinterest.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-pinterest.btn::before,
        .btn-vk.btn-lg::before,
        .btn-group-lg > .btn-vk.btn::before,
        .fc .btn-group-lg > button.btn-vk::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-vk.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vk.btn::before,
        .btn-yahoo.btn-lg::before,
        .btn-group-lg > .btn-yahoo.btn::before,
        .fc .btn-group-lg > button.btn-yahoo::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-yahoo.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-yahoo.btn::before,
        .btn-behance.btn-lg::before,
        .btn-group-lg > .btn-behance.btn::before,
        .fc .btn-group-lg > button.btn-behance::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-behance.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-behance.btn::before,
        .btn-dropbox.btn-lg::before,
        .btn-group-lg > .btn-dropbox.btn::before,
        .fc .btn-group-lg > button.btn-dropbox::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-dropbox.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dropbox.btn::before,
        .btn-reddit.btn-lg::before,
        .btn-group-lg > .btn-reddit.btn::before,
        .fc .btn-group-lg > button.btn-reddit::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-reddit.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-reddit.btn::before,
        .btn-spotify.btn-lg::before,
        .btn-group-lg > .btn-spotify.btn::before,
        .fc .btn-group-lg > button.btn-spotify::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-spotify.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-spotify.btn::before,
        .btn-vine.btn-lg::before,
        .btn-group-lg > .btn-vine.btn::before,
        .fc .btn-group-lg > button.btn-vine::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-vine.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vine.btn::before,
        .btn-foursquare.btn-lg::before,
        .btn-group-lg > .btn-foursquare.btn::before,
        .fc .btn-group-lg > button.btn-foursquare::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-foursquare.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-foursquare.btn::before,
        .btn-vimeo.btn-lg::before,
        .btn-group-lg > .btn-vimeo.btn::before,
        .fc .btn-group-lg > button.btn-vimeo::before,
        .well.well-sm.bg-faded .btn-group-lg > .btn-vimeo.btn-sm::before,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vimeo.btn::before {
            width: 3.16667rem;
            height: 3.16667rem;
            padding: 0.75rem 0;
            font-size: 1.25rem;
            line-height: 1.33333;
        }

        .btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span, .fc .btn-group-lg > button.btn-facebook span, .well.well-sm.bg-faded .btn-group-lg > .btn-facebook.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-facebook.btn span,
        .btn-twitter.btn-lg span, .btn-group-lg > .btn-twitter.btn span, .fc .btn-group-lg > button.btn-twitter span, .well.well-sm.bg-faded .btn-group-lg > .btn-twitter.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-twitter.btn span,
        .btn-linkedin.btn-lg span, .btn-group-lg > .btn-linkedin.btn span, .fc .btn-group-lg > button.btn-linkedin span, .well.well-sm.bg-faded .btn-group-lg > .btn-linkedin.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-linkedin.btn span,
        .btn-flickr.btn-lg span, .btn-group-lg > .btn-flickr.btn span, .fc .btn-group-lg > button.btn-flickr span, .well.well-sm.bg-faded .btn-group-lg > .btn-flickr.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-flickr.btn span,
        .btn-tumblr.btn-lg span, .btn-group-lg > .btn-tumblr.btn span, .fc .btn-group-lg > button.btn-tumblr span, .well.well-sm.bg-faded .btn-group-lg > .btn-tumblr.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-tumblr.btn span,
        .btn-xing.btn-lg span, .btn-group-lg > .btn-xing.btn span, .fc .btn-group-lg > button.btn-xing span, .well.well-sm.bg-faded .btn-group-lg > .btn-xing.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-xing.btn span,
        .btn-github.btn-lg span, .btn-group-lg > .btn-github.btn span, .fc .btn-group-lg > button.btn-github span, .well.well-sm.bg-faded .btn-group-lg > .btn-github.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-github.btn span,
        .btn-html5.btn-lg span, .btn-group-lg > .btn-html5.btn span, .fc .btn-group-lg > button.btn-html5 span, .well.well-sm.bg-faded .btn-group-lg > .btn-html5.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-html5.btn span,
        .btn-openid.btn-lg span, .btn-group-lg > .btn-openid.btn span, .fc .btn-group-lg > button.btn-openid span, .well.well-sm.bg-faded .btn-group-lg > .btn-openid.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-openid.btn span,
        .btn-stack-overflow.btn-lg span, .btn-group-lg > .btn-stack-overflow.btn span, .fc .btn-group-lg > button.btn-stack-overflow span, .well.well-sm.bg-faded .btn-group-lg > .btn-stack-overflow.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-stack-overflow.btn span,
        .btn-youtube.btn-lg span, .btn-group-lg > .btn-youtube.btn span, .fc .btn-group-lg > button.btn-youtube span, .well.well-sm.bg-faded .btn-group-lg > .btn-youtube.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-youtube.btn span,
        .btn-css3.btn-lg span, .btn-group-lg > .btn-css3.btn span, .fc .btn-group-lg > button.btn-css3 span, .well.well-sm.bg-faded .btn-group-lg > .btn-css3.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-css3.btn span,
        .btn-dribbble.btn-lg span, .btn-group-lg > .btn-dribbble.btn span, .fc .btn-group-lg > button.btn-dribbble span, .well.well-sm.bg-faded .btn-group-lg > .btn-dribbble.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dribbble.btn span,
        .btn-google-plus.btn-lg span, .btn-group-lg > .btn-google-plus.btn span, .fc .btn-group-lg > button.btn-google-plus span, .well.well-sm.bg-faded .btn-group-lg > .btn-google-plus.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-google-plus.btn span,
        .btn-instagram.btn-lg span, .btn-group-lg > .btn-instagram.btn span, .fc .btn-group-lg > button.btn-instagram span, .well.well-sm.bg-faded .btn-group-lg > .btn-instagram.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-instagram.btn span,
        .btn-pinterest.btn-lg span, .btn-group-lg > .btn-pinterest.btn span, .fc .btn-group-lg > button.btn-pinterest span, .well.well-sm.bg-faded .btn-group-lg > .btn-pinterest.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-pinterest.btn span,
        .btn-vk.btn-lg span, .btn-group-lg > .btn-vk.btn span, .fc .btn-group-lg > button.btn-vk span, .well.well-sm.bg-faded .btn-group-lg > .btn-vk.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vk.btn span,
        .btn-yahoo.btn-lg span, .btn-group-lg > .btn-yahoo.btn span, .fc .btn-group-lg > button.btn-yahoo span, .well.well-sm.bg-faded .btn-group-lg > .btn-yahoo.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-yahoo.btn span,
        .btn-behance.btn-lg span, .btn-group-lg > .btn-behance.btn span, .fc .btn-group-lg > button.btn-behance span, .well.well-sm.bg-faded .btn-group-lg > .btn-behance.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-behance.btn span,
        .btn-dropbox.btn-lg span, .btn-group-lg > .btn-dropbox.btn span, .fc .btn-group-lg > button.btn-dropbox span, .well.well-sm.bg-faded .btn-group-lg > .btn-dropbox.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dropbox.btn span,
        .btn-reddit.btn-lg span, .btn-group-lg > .btn-reddit.btn span, .fc .btn-group-lg > button.btn-reddit span, .well.well-sm.bg-faded .btn-group-lg > .btn-reddit.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-reddit.btn span,
        .btn-spotify.btn-lg span, .btn-group-lg > .btn-spotify.btn span, .fc .btn-group-lg > button.btn-spotify span, .well.well-sm.bg-faded .btn-group-lg > .btn-spotify.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-spotify.btn span,
        .btn-vine.btn-lg span, .btn-group-lg > .btn-vine.btn span, .fc .btn-group-lg > button.btn-vine span, .well.well-sm.bg-faded .btn-group-lg > .btn-vine.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vine.btn span,
        .btn-foursquare.btn-lg span, .btn-group-lg > .btn-foursquare.btn span, .fc .btn-group-lg > button.btn-foursquare span, .well.well-sm.bg-faded .btn-group-lg > .btn-foursquare.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-foursquare.btn span,
        .btn-vimeo.btn-lg span, .btn-group-lg > .btn-vimeo.btn span, .fc .btn-group-lg > button.btn-vimeo span, .well.well-sm.bg-faded .btn-group-lg > .btn-vimeo.btn-sm span, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vimeo.btn span {
            margin-left: 3.16667rem;
        }

        .btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn, .fc .btn-group-lg > button.btn-facebook.icon, .well.well-sm.bg-faded .btn-group-lg > .btn-facebook.icon.btn-sm, .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-facebook.icon.btn,
        .btn-twitter.btn-lg.icon,
        .btn-group-lg > .btn-twitter.icon.btn,
        .fc .btn-group-lg > button.btn-twitter.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-twitter.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-twitter.icon.btn,
        .btn-linkedin.btn-lg.icon,
        .btn-group-lg > .btn-linkedin.icon.btn,
        .fc .btn-group-lg > button.btn-linkedin.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-linkedin.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-linkedin.icon.btn,
        .btn-flickr.btn-lg.icon,
        .btn-group-lg > .btn-flickr.icon.btn,
        .fc .btn-group-lg > button.btn-flickr.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-flickr.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-flickr.icon.btn,
        .btn-tumblr.btn-lg.icon,
        .btn-group-lg > .btn-tumblr.icon.btn,
        .fc .btn-group-lg > button.btn-tumblr.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-tumblr.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-tumblr.icon.btn,
        .btn-xing.btn-lg.icon,
        .btn-group-lg > .btn-xing.icon.btn,
        .fc .btn-group-lg > button.btn-xing.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-xing.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-xing.icon.btn,
        .btn-github.btn-lg.icon,
        .btn-group-lg > .btn-github.icon.btn,
        .fc .btn-group-lg > button.btn-github.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-github.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-github.icon.btn,
        .btn-html5.btn-lg.icon,
        .btn-group-lg > .btn-html5.icon.btn,
        .fc .btn-group-lg > button.btn-html5.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-html5.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-html5.icon.btn,
        .btn-openid.btn-lg.icon,
        .btn-group-lg > .btn-openid.icon.btn,
        .fc .btn-group-lg > button.btn-openid.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-openid.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-openid.icon.btn,
        .btn-stack-overflow.btn-lg.icon,
        .btn-group-lg > .btn-stack-overflow.icon.btn,
        .fc .btn-group-lg > button.btn-stack-overflow.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-stack-overflow.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-stack-overflow.icon.btn,
        .btn-youtube.btn-lg.icon,
        .btn-group-lg > .btn-youtube.icon.btn,
        .fc .btn-group-lg > button.btn-youtube.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-youtube.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-youtube.icon.btn,
        .btn-css3.btn-lg.icon,
        .btn-group-lg > .btn-css3.icon.btn,
        .fc .btn-group-lg > button.btn-css3.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-css3.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-css3.icon.btn,
        .btn-dribbble.btn-lg.icon,
        .btn-group-lg > .btn-dribbble.icon.btn,
        .fc .btn-group-lg > button.btn-dribbble.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-dribbble.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dribbble.icon.btn,
        .btn-google-plus.btn-lg.icon,
        .btn-group-lg > .btn-google-plus.icon.btn,
        .fc .btn-group-lg > button.btn-google-plus.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-google-plus.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-google-plus.icon.btn,
        .btn-instagram.btn-lg.icon,
        .btn-group-lg > .btn-instagram.icon.btn,
        .fc .btn-group-lg > button.btn-instagram.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-instagram.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-instagram.icon.btn,
        .btn-pinterest.btn-lg.icon,
        .btn-group-lg > .btn-pinterest.icon.btn,
        .fc .btn-group-lg > button.btn-pinterest.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-pinterest.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-pinterest.icon.btn,
        .btn-vk.btn-lg.icon,
        .btn-group-lg > .btn-vk.icon.btn,
        .fc .btn-group-lg > button.btn-vk.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-vk.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vk.icon.btn,
        .btn-yahoo.btn-lg.icon,
        .btn-group-lg > .btn-yahoo.icon.btn,
        .fc .btn-group-lg > button.btn-yahoo.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-yahoo.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-yahoo.icon.btn,
        .btn-behance.btn-lg.icon,
        .btn-group-lg > .btn-behance.icon.btn,
        .fc .btn-group-lg > button.btn-behance.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-behance.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-behance.icon.btn,
        .btn-dropbox.btn-lg.icon,
        .btn-group-lg > .btn-dropbox.icon.btn,
        .fc .btn-group-lg > button.btn-dropbox.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-dropbox.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-dropbox.icon.btn,
        .btn-reddit.btn-lg.icon,
        .btn-group-lg > .btn-reddit.icon.btn,
        .fc .btn-group-lg > button.btn-reddit.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-reddit.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-reddit.icon.btn,
        .btn-spotify.btn-lg.icon,
        .btn-group-lg > .btn-spotify.icon.btn,
        .fc .btn-group-lg > button.btn-spotify.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-spotify.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-spotify.icon.btn,
        .btn-vine.btn-lg.icon,
        .btn-group-lg > .btn-vine.icon.btn,
        .fc .btn-group-lg > button.btn-vine.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-vine.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vine.icon.btn,
        .btn-foursquare.btn-lg.icon,
        .btn-group-lg > .btn-foursquare.icon.btn,
        .fc .btn-group-lg > button.btn-foursquare.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-foursquare.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-foursquare.icon.btn,
        .btn-vimeo.btn-lg.icon,
        .btn-group-lg > .btn-vimeo.icon.btn,
        .fc .btn-group-lg > button.btn-vimeo.icon,
        .well.well-sm.bg-faded .btn-group-lg > .btn-vimeo.icon.btn-sm,
        .well.well-sm.bg-faded .btn-group-sm.btn-group-lg > .btn-vimeo.icon.btn {
            width: 3.16667rem;
            height: 3.16667rem;
        }

    .btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn, .fc .btn-group-sm > button.btn-facebook, .well.well-sm.bg-faded .btn-group-sm > .btn-facebook.btn-sm,
    .btn-twitter.btn-sm,
    .btn-group-sm > .btn-twitter.btn,
    .fc .btn-group-sm > button.btn-twitter,
    .well.well-sm.bg-faded .btn-group-sm > .btn-twitter.btn-sm,
    .btn-linkedin.btn-sm,
    .btn-group-sm > .btn-linkedin.btn,
    .fc .btn-group-sm > button.btn-linkedin,
    .well.well-sm.bg-faded .btn-group-sm > .btn-linkedin.btn-sm,
    .btn-flickr.btn-sm,
    .btn-group-sm > .btn-flickr.btn,
    .fc .btn-group-sm > button.btn-flickr,
    .well.well-sm.bg-faded .btn-group-sm > .btn-flickr.btn-sm,
    .btn-tumblr.btn-sm,
    .btn-group-sm > .btn-tumblr.btn,
    .fc .btn-group-sm > button.btn-tumblr,
    .well.well-sm.bg-faded .btn-group-sm > .btn-tumblr.btn-sm,
    .btn-xing.btn-sm,
    .btn-group-sm > .btn-xing.btn,
    .fc .btn-group-sm > button.btn-xing,
    .well.well-sm.bg-faded .btn-group-sm > .btn-xing.btn-sm,
    .btn-github.btn-sm,
    .btn-group-sm > .btn-github.btn,
    .fc .btn-group-sm > button.btn-github,
    .well.well-sm.bg-faded .btn-group-sm > .btn-github.btn-sm,
    .btn-html5.btn-sm,
    .btn-group-sm > .btn-html5.btn,
    .fc .btn-group-sm > button.btn-html5,
    .well.well-sm.bg-faded .btn-group-sm > .btn-html5.btn-sm,
    .btn-openid.btn-sm,
    .btn-group-sm > .btn-openid.btn,
    .fc .btn-group-sm > button.btn-openid,
    .well.well-sm.bg-faded .btn-group-sm > .btn-openid.btn-sm,
    .btn-stack-overflow.btn-sm,
    .btn-group-sm > .btn-stack-overflow.btn,
    .fc .btn-group-sm > button.btn-stack-overflow,
    .well.well-sm.bg-faded .btn-group-sm > .btn-stack-overflow.btn-sm,
    .btn-youtube.btn-sm,
    .btn-group-sm > .btn-youtube.btn,
    .fc .btn-group-sm > button.btn-youtube,
    .well.well-sm.bg-faded .btn-group-sm > .btn-youtube.btn-sm,
    .btn-css3.btn-sm,
    .btn-group-sm > .btn-css3.btn,
    .fc .btn-group-sm > button.btn-css3,
    .well.well-sm.bg-faded .btn-group-sm > .btn-css3.btn-sm,
    .btn-dribbble.btn-sm,
    .btn-group-sm > .btn-dribbble.btn,
    .fc .btn-group-sm > button.btn-dribbble,
    .well.well-sm.bg-faded .btn-group-sm > .btn-dribbble.btn-sm,
    .btn-google-plus.btn-sm,
    .btn-group-sm > .btn-google-plus.btn,
    .fc .btn-group-sm > button.btn-google-plus,
    .well.well-sm.bg-faded .btn-group-sm > .btn-google-plus.btn-sm,
    .btn-instagram.btn-sm,
    .btn-group-sm > .btn-instagram.btn,
    .fc .btn-group-sm > button.btn-instagram,
    .well.well-sm.bg-faded .btn-group-sm > .btn-instagram.btn-sm,
    .btn-pinterest.btn-sm,
    .btn-group-sm > .btn-pinterest.btn,
    .fc .btn-group-sm > button.btn-pinterest,
    .well.well-sm.bg-faded .btn-group-sm > .btn-pinterest.btn-sm,
    .btn-vk.btn-sm,
    .btn-group-sm > .btn-vk.btn,
    .fc .btn-group-sm > button.btn-vk,
    .well.well-sm.bg-faded .btn-group-sm > .btn-vk.btn-sm,
    .btn-yahoo.btn-sm,
    .btn-group-sm > .btn-yahoo.btn,
    .fc .btn-group-sm > button.btn-yahoo,
    .well.well-sm.bg-faded .btn-group-sm > .btn-yahoo.btn-sm,
    .btn-behance.btn-sm,
    .btn-group-sm > .btn-behance.btn,
    .fc .btn-group-sm > button.btn-behance,
    .well.well-sm.bg-faded .btn-group-sm > .btn-behance.btn-sm,
    .btn-dropbox.btn-sm,
    .btn-group-sm > .btn-dropbox.btn,
    .fc .btn-group-sm > button.btn-dropbox,
    .well.well-sm.bg-faded .btn-group-sm > .btn-dropbox.btn-sm,
    .btn-reddit.btn-sm,
    .btn-group-sm > .btn-reddit.btn,
    .fc .btn-group-sm > button.btn-reddit,
    .well.well-sm.bg-faded .btn-group-sm > .btn-reddit.btn-sm,
    .btn-spotify.btn-sm,
    .btn-group-sm > .btn-spotify.btn,
    .fc .btn-group-sm > button.btn-spotify,
    .well.well-sm.bg-faded .btn-group-sm > .btn-spotify.btn-sm,
    .btn-vine.btn-sm,
    .btn-group-sm > .btn-vine.btn,
    .fc .btn-group-sm > button.btn-vine,
    .well.well-sm.bg-faded .btn-group-sm > .btn-vine.btn-sm,
    .btn-foursquare.btn-sm,
    .btn-group-sm > .btn-foursquare.btn,
    .fc .btn-group-sm > button.btn-foursquare,
    .well.well-sm.bg-faded .btn-group-sm > .btn-foursquare.btn-sm,
    .btn-vimeo.btn-sm,
    .btn-group-sm > .btn-vimeo.btn,
    .fc .btn-group-sm > button.btn-vimeo,
    .well.well-sm.bg-faded .btn-group-sm > .btn-vimeo.btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border: 0;
    }

        .btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before, .fc .btn-group-sm > button.btn-facebook::before, .well.well-sm.bg-faded .btn-group-sm > .btn-facebook.btn-sm::before,
        .btn-twitter.btn-sm::before,
        .btn-group-sm > .btn-twitter.btn::before,
        .fc .btn-group-sm > button.btn-twitter::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-twitter.btn-sm::before,
        .btn-linkedin.btn-sm::before,
        .btn-group-sm > .btn-linkedin.btn::before,
        .fc .btn-group-sm > button.btn-linkedin::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-linkedin.btn-sm::before,
        .btn-flickr.btn-sm::before,
        .btn-group-sm > .btn-flickr.btn::before,
        .fc .btn-group-sm > button.btn-flickr::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-flickr.btn-sm::before,
        .btn-tumblr.btn-sm::before,
        .btn-group-sm > .btn-tumblr.btn::before,
        .fc .btn-group-sm > button.btn-tumblr::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-tumblr.btn-sm::before,
        .btn-xing.btn-sm::before,
        .btn-group-sm > .btn-xing.btn::before,
        .fc .btn-group-sm > button.btn-xing::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-xing.btn-sm::before,
        .btn-github.btn-sm::before,
        .btn-group-sm > .btn-github.btn::before,
        .fc .btn-group-sm > button.btn-github::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-github.btn-sm::before,
        .btn-html5.btn-sm::before,
        .btn-group-sm > .btn-html5.btn::before,
        .fc .btn-group-sm > button.btn-html5::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-html5.btn-sm::before,
        .btn-openid.btn-sm::before,
        .btn-group-sm > .btn-openid.btn::before,
        .fc .btn-group-sm > button.btn-openid::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-openid.btn-sm::before,
        .btn-stack-overflow.btn-sm::before,
        .btn-group-sm > .btn-stack-overflow.btn::before,
        .fc .btn-group-sm > button.btn-stack-overflow::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-stack-overflow.btn-sm::before,
        .btn-youtube.btn-sm::before,
        .btn-group-sm > .btn-youtube.btn::before,
        .fc .btn-group-sm > button.btn-youtube::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-youtube.btn-sm::before,
        .btn-css3.btn-sm::before,
        .btn-group-sm > .btn-css3.btn::before,
        .fc .btn-group-sm > button.btn-css3::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-css3.btn-sm::before,
        .btn-dribbble.btn-sm::before,
        .btn-group-sm > .btn-dribbble.btn::before,
        .fc .btn-group-sm > button.btn-dribbble::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-dribbble.btn-sm::before,
        .btn-google-plus.btn-sm::before,
        .btn-group-sm > .btn-google-plus.btn::before,
        .fc .btn-group-sm > button.btn-google-plus::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-google-plus.btn-sm::before,
        .btn-instagram.btn-sm::before,
        .btn-group-sm > .btn-instagram.btn::before,
        .fc .btn-group-sm > button.btn-instagram::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-instagram.btn-sm::before,
        .btn-pinterest.btn-sm::before,
        .btn-group-sm > .btn-pinterest.btn::before,
        .fc .btn-group-sm > button.btn-pinterest::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-pinterest.btn-sm::before,
        .btn-vk.btn-sm::before,
        .btn-group-sm > .btn-vk.btn::before,
        .fc .btn-group-sm > button.btn-vk::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-vk.btn-sm::before,
        .btn-yahoo.btn-sm::before,
        .btn-group-sm > .btn-yahoo.btn::before,
        .fc .btn-group-sm > button.btn-yahoo::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-yahoo.btn-sm::before,
        .btn-behance.btn-sm::before,
        .btn-group-sm > .btn-behance.btn::before,
        .fc .btn-group-sm > button.btn-behance::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-behance.btn-sm::before,
        .btn-dropbox.btn-sm::before,
        .btn-group-sm > .btn-dropbox.btn::before,
        .fc .btn-group-sm > button.btn-dropbox::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-dropbox.btn-sm::before,
        .btn-reddit.btn-sm::before,
        .btn-group-sm > .btn-reddit.btn::before,
        .fc .btn-group-sm > button.btn-reddit::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-reddit.btn-sm::before,
        .btn-spotify.btn-sm::before,
        .btn-group-sm > .btn-spotify.btn::before,
        .fc .btn-group-sm > button.btn-spotify::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-spotify.btn-sm::before,
        .btn-vine.btn-sm::before,
        .btn-group-sm > .btn-vine.btn::before,
        .fc .btn-group-sm > button.btn-vine::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-vine.btn-sm::before,
        .btn-foursquare.btn-sm::before,
        .btn-group-sm > .btn-foursquare.btn::before,
        .fc .btn-group-sm > button.btn-foursquare::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-foursquare.btn-sm::before,
        .btn-vimeo.btn-sm::before,
        .btn-group-sm > .btn-vimeo.btn::before,
        .fc .btn-group-sm > button.btn-vimeo::before,
        .well.well-sm.bg-faded .btn-group-sm > .btn-vimeo.btn-sm::before {
            width: 1.8125rem;
            height: 1.8125rem;
            padding: 0.25rem 0;
            font-size: 0.875rem;
            line-height: 1.5;
        }

        .btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span, .fc .btn-group-sm > button.btn-facebook span, .well.well-sm.bg-faded .btn-group-sm > .btn-facebook.btn-sm span,
        .btn-twitter.btn-sm span, .btn-group-sm > .btn-twitter.btn span, .fc .btn-group-sm > button.btn-twitter span, .well.well-sm.bg-faded .btn-group-sm > .btn-twitter.btn-sm span,
        .btn-linkedin.btn-sm span, .btn-group-sm > .btn-linkedin.btn span, .fc .btn-group-sm > button.btn-linkedin span, .well.well-sm.bg-faded .btn-group-sm > .btn-linkedin.btn-sm span,
        .btn-flickr.btn-sm span, .btn-group-sm > .btn-flickr.btn span, .fc .btn-group-sm > button.btn-flickr span, .well.well-sm.bg-faded .btn-group-sm > .btn-flickr.btn-sm span,
        .btn-tumblr.btn-sm span, .btn-group-sm > .btn-tumblr.btn span, .fc .btn-group-sm > button.btn-tumblr span, .well.well-sm.bg-faded .btn-group-sm > .btn-tumblr.btn-sm span,
        .btn-xing.btn-sm span, .btn-group-sm > .btn-xing.btn span, .fc .btn-group-sm > button.btn-xing span, .well.well-sm.bg-faded .btn-group-sm > .btn-xing.btn-sm span,
        .btn-github.btn-sm span, .btn-group-sm > .btn-github.btn span, .fc .btn-group-sm > button.btn-github span, .well.well-sm.bg-faded .btn-group-sm > .btn-github.btn-sm span,
        .btn-html5.btn-sm span, .btn-group-sm > .btn-html5.btn span, .fc .btn-group-sm > button.btn-html5 span, .well.well-sm.bg-faded .btn-group-sm > .btn-html5.btn-sm span,
        .btn-openid.btn-sm span, .btn-group-sm > .btn-openid.btn span, .fc .btn-group-sm > button.btn-openid span, .well.well-sm.bg-faded .btn-group-sm > .btn-openid.btn-sm span,
        .btn-stack-overflow.btn-sm span, .btn-group-sm > .btn-stack-overflow.btn span, .fc .btn-group-sm > button.btn-stack-overflow span, .well.well-sm.bg-faded .btn-group-sm > .btn-stack-overflow.btn-sm span,
        .btn-youtube.btn-sm span, .btn-group-sm > .btn-youtube.btn span, .fc .btn-group-sm > button.btn-youtube span, .well.well-sm.bg-faded .btn-group-sm > .btn-youtube.btn-sm span,
        .btn-css3.btn-sm span, .btn-group-sm > .btn-css3.btn span, .fc .btn-group-sm > button.btn-css3 span, .well.well-sm.bg-faded .btn-group-sm > .btn-css3.btn-sm span,
        .btn-dribbble.btn-sm span, .btn-group-sm > .btn-dribbble.btn span, .fc .btn-group-sm > button.btn-dribbble span, .well.well-sm.bg-faded .btn-group-sm > .btn-dribbble.btn-sm span,
        .btn-google-plus.btn-sm span, .btn-group-sm > .btn-google-plus.btn span, .fc .btn-group-sm > button.btn-google-plus span, .well.well-sm.bg-faded .btn-group-sm > .btn-google-plus.btn-sm span,
        .btn-instagram.btn-sm span, .btn-group-sm > .btn-instagram.btn span, .fc .btn-group-sm > button.btn-instagram span, .well.well-sm.bg-faded .btn-group-sm > .btn-instagram.btn-sm span,
        .btn-pinterest.btn-sm span, .btn-group-sm > .btn-pinterest.btn span, .fc .btn-group-sm > button.btn-pinterest span, .well.well-sm.bg-faded .btn-group-sm > .btn-pinterest.btn-sm span,
        .btn-vk.btn-sm span, .btn-group-sm > .btn-vk.btn span, .fc .btn-group-sm > button.btn-vk span, .well.well-sm.bg-faded .btn-group-sm > .btn-vk.btn-sm span,
        .btn-yahoo.btn-sm span, .btn-group-sm > .btn-yahoo.btn span, .fc .btn-group-sm > button.btn-yahoo span, .well.well-sm.bg-faded .btn-group-sm > .btn-yahoo.btn-sm span,
        .btn-behance.btn-sm span, .btn-group-sm > .btn-behance.btn span, .fc .btn-group-sm > button.btn-behance span, .well.well-sm.bg-faded .btn-group-sm > .btn-behance.btn-sm span,
        .btn-dropbox.btn-sm span, .btn-group-sm > .btn-dropbox.btn span, .fc .btn-group-sm > button.btn-dropbox span, .well.well-sm.bg-faded .btn-group-sm > .btn-dropbox.btn-sm span,
        .btn-reddit.btn-sm span, .btn-group-sm > .btn-reddit.btn span, .fc .btn-group-sm > button.btn-reddit span, .well.well-sm.bg-faded .btn-group-sm > .btn-reddit.btn-sm span,
        .btn-spotify.btn-sm span, .btn-group-sm > .btn-spotify.btn span, .fc .btn-group-sm > button.btn-spotify span, .well.well-sm.bg-faded .btn-group-sm > .btn-spotify.btn-sm span,
        .btn-vine.btn-sm span, .btn-group-sm > .btn-vine.btn span, .fc .btn-group-sm > button.btn-vine span, .well.well-sm.bg-faded .btn-group-sm > .btn-vine.btn-sm span,
        .btn-foursquare.btn-sm span, .btn-group-sm > .btn-foursquare.btn span, .fc .btn-group-sm > button.btn-foursquare span, .well.well-sm.bg-faded .btn-group-sm > .btn-foursquare.btn-sm span,
        .btn-vimeo.btn-sm span, .btn-group-sm > .btn-vimeo.btn span, .fc .btn-group-sm > button.btn-vimeo span, .well.well-sm.bg-faded .btn-group-sm > .btn-vimeo.btn-sm span {
            margin-left: 1.8125rem;
        }

        .btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn, .fc .btn-group-sm > button.btn-facebook.icon, .well.well-sm.bg-faded .btn-group-sm > .btn-facebook.icon.btn-sm,
        .btn-twitter.btn-sm.icon,
        .btn-group-sm > .btn-twitter.icon.btn,
        .fc .btn-group-sm > button.btn-twitter.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-twitter.icon.btn-sm,
        .btn-linkedin.btn-sm.icon,
        .btn-group-sm > .btn-linkedin.icon.btn,
        .fc .btn-group-sm > button.btn-linkedin.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-linkedin.icon.btn-sm,
        .btn-flickr.btn-sm.icon,
        .btn-group-sm > .btn-flickr.icon.btn,
        .fc .btn-group-sm > button.btn-flickr.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-flickr.icon.btn-sm,
        .btn-tumblr.btn-sm.icon,
        .btn-group-sm > .btn-tumblr.icon.btn,
        .fc .btn-group-sm > button.btn-tumblr.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-tumblr.icon.btn-sm,
        .btn-xing.btn-sm.icon,
        .btn-group-sm > .btn-xing.icon.btn,
        .fc .btn-group-sm > button.btn-xing.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-xing.icon.btn-sm,
        .btn-github.btn-sm.icon,
        .btn-group-sm > .btn-github.icon.btn,
        .fc .btn-group-sm > button.btn-github.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-github.icon.btn-sm,
        .btn-html5.btn-sm.icon,
        .btn-group-sm > .btn-html5.icon.btn,
        .fc .btn-group-sm > button.btn-html5.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-html5.icon.btn-sm,
        .btn-openid.btn-sm.icon,
        .btn-group-sm > .btn-openid.icon.btn,
        .fc .btn-group-sm > button.btn-openid.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-openid.icon.btn-sm,
        .btn-stack-overflow.btn-sm.icon,
        .btn-group-sm > .btn-stack-overflow.icon.btn,
        .fc .btn-group-sm > button.btn-stack-overflow.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-stack-overflow.icon.btn-sm,
        .btn-youtube.btn-sm.icon,
        .btn-group-sm > .btn-youtube.icon.btn,
        .fc .btn-group-sm > button.btn-youtube.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-youtube.icon.btn-sm,
        .btn-css3.btn-sm.icon,
        .btn-group-sm > .btn-css3.icon.btn,
        .fc .btn-group-sm > button.btn-css3.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-css3.icon.btn-sm,
        .btn-dribbble.btn-sm.icon,
        .btn-group-sm > .btn-dribbble.icon.btn,
        .fc .btn-group-sm > button.btn-dribbble.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-dribbble.icon.btn-sm,
        .btn-google-plus.btn-sm.icon,
        .btn-group-sm > .btn-google-plus.icon.btn,
        .fc .btn-group-sm > button.btn-google-plus.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-google-plus.icon.btn-sm,
        .btn-instagram.btn-sm.icon,
        .btn-group-sm > .btn-instagram.icon.btn,
        .fc .btn-group-sm > button.btn-instagram.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-instagram.icon.btn-sm,
        .btn-pinterest.btn-sm.icon,
        .btn-group-sm > .btn-pinterest.icon.btn,
        .fc .btn-group-sm > button.btn-pinterest.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-pinterest.icon.btn-sm,
        .btn-vk.btn-sm.icon,
        .btn-group-sm > .btn-vk.icon.btn,
        .fc .btn-group-sm > button.btn-vk.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-vk.icon.btn-sm,
        .btn-yahoo.btn-sm.icon,
        .btn-group-sm > .btn-yahoo.icon.btn,
        .fc .btn-group-sm > button.btn-yahoo.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-yahoo.icon.btn-sm,
        .btn-behance.btn-sm.icon,
        .btn-group-sm > .btn-behance.icon.btn,
        .fc .btn-group-sm > button.btn-behance.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-behance.icon.btn-sm,
        .btn-dropbox.btn-sm.icon,
        .btn-group-sm > .btn-dropbox.icon.btn,
        .fc .btn-group-sm > button.btn-dropbox.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-dropbox.icon.btn-sm,
        .btn-reddit.btn-sm.icon,
        .btn-group-sm > .btn-reddit.icon.btn,
        .fc .btn-group-sm > button.btn-reddit.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-reddit.icon.btn-sm,
        .btn-spotify.btn-sm.icon,
        .btn-group-sm > .btn-spotify.icon.btn,
        .fc .btn-group-sm > button.btn-spotify.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-spotify.icon.btn-sm,
        .btn-vine.btn-sm.icon,
        .btn-group-sm > .btn-vine.icon.btn,
        .fc .btn-group-sm > button.btn-vine.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-vine.icon.btn-sm,
        .btn-foursquare.btn-sm.icon,
        .btn-group-sm > .btn-foursquare.icon.btn,
        .fc .btn-group-sm > button.btn-foursquare.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-foursquare.icon.btn-sm,
        .btn-vimeo.btn-sm.icon,
        .btn-group-sm > .btn-vimeo.icon.btn,
        .fc .btn-group-sm > button.btn-vimeo.icon,
        .well.well-sm.bg-faded .btn-group-sm > .btn-vimeo.icon.btn-sm {
            width: 1.8125rem;
            height: 1.8125rem;
        }

.btn-facebook {
    background: #3b5998;
}

    .btn-facebook::before {
        content: "\f09a";
        background: #344e86;
    }

    .btn-facebook:hover {
        background: #344e86;
    }

        .btn-facebook:hover::before {
            background: #2d4373;
        }

.btn-twitter {
    background: #00aced;
}

    .btn-twitter::before {
        content: "\f099";
        background: #0099d4;
    }

    .btn-twitter:hover {
        background: #0099d4;
    }

        .btn-twitter:hover::before {
            background: #0087ba;
        }

.btn-linkedin {
    background: #4875b4;
}

    .btn-linkedin::before {
        content: "\f0e1";
        background: #4169a2;
    }

    .btn-linkedin:hover {
        background: #4169a2;
    }

        .btn-linkedin:hover::before {
            background: #395d90;
        }

.btn-flickr {
    background: #ff0084;
}

    .btn-flickr::before {
        content: "\f16e";
        background: #e60077;
    }

    .btn-flickr:hover {
        background: #e60077;
    }

        .btn-flickr:hover::before {
            background: #cc006a;
        }

.btn-tumblr {
    background: #32506d;
}

    .btn-tumblr::before {
        content: "\f173";
        background: #2a435c;
    }

    .btn-tumblr:hover {
        background: #2a435c;
    }

        .btn-tumblr:hover::before {
            background: #22364a;
        }

.btn-xing {
    background: #026466;
}

    .btn-xing::before {
        content: "\f168";
        background: #024b4d;
    }

    .btn-xing:hover {
        background: #024b4d;
    }

        .btn-xing:hover::before {
            background: #013334;
        }

.btn-github {
    background: #4183c4;
}

    .btn-github::before {
        content: "\f09b";
        background: #3876b4;
    }

    .btn-github:hover {
        background: #3876b4;
    }

        .btn-github:hover::before {
            background: #3269a0;
        }

.btn-html5 {
    background: #e34f26;
}

    .btn-html5::before {
        content: "\f13b";
        background: #d4431b;
    }

    .btn-html5:hover {
        background: #d4431b;
    }

        .btn-html5:hover::before {
            background: #be3c18;
        }

.btn-openid {
    background: #f78c40;
}

    .btn-openid::before {
        content: "\f19b";
        background: #f67d28;
    }

    .btn-openid:hover {
        background: #f67d28;
    }

        .btn-openid:hover::before {
            background: #f56f0f;
        }

.btn-stack-overflow {
    background: #fe7a15;
}

    .btn-stack-overflow::before {
        content: "\f16c";
        background: #f86c01;
    }

    .btn-stack-overflow:hover {
        background: #f86c01;
    }

        .btn-stack-overflow:hover::before {
            background: #df6101;
        }

.btn-css3 {
    background: #0170ba;
}

    .btn-css3::before {
        content: "\f13c";
        background: #0161a1;
    }

    .btn-css3:hover {
        background: #0161a1;
    }

        .btn-css3:hover::before {
            background: #015187;
        }

.btn-youtube {
    background: #b00;
}

    .btn-youtube::before {
        content: "\f167";
        background: #a20000;
    }

    .btn-youtube:hover {
        background: #a20000;
    }

        .btn-youtube:hover::before {
            background: #880000;
        }

.btn-dribbble {
    background: #ea4c89;
}

    .btn-dribbble::before {
        content: "\f17d";
        background: #e7357a;
    }

    .btn-dribbble:hover {
        background: #e7357a;
    }

        .btn-dribbble:hover::before {
            background: #e51e6b;
        }

.btn-google-plus {
    background: #bb4b39;
}

    .btn-google-plus::before {
        content: "\f0d5";
        background: #a74333;
    }

    .btn-google-plus:hover {
        background: #a74333;
    }

        .btn-google-plus:hover::before {
            background: #943b2d;
        }

.btn-instagram {
    background: #517fa4;
}

    .btn-instagram::before {
        content: "\f16d";
        background: #497293;
    }

    .btn-instagram:hover {
        background: #497293;
    }

        .btn-instagram:hover::before {
            background: #406582;
        }

.btn-pinterest {
    background: #cb2027;
}

    .btn-pinterest::before {
        content: "\f0d2";
        background: #b51d23;
    }

    .btn-pinterest:hover {
        background: #b51d23;
    }

        .btn-pinterest:hover::before {
            background: #9f191f;
        }

.btn-vk {
    background: #45668e;
}

    .btn-vk::before {
        content: "\f189";
        background: #3d5a7d;
    }

    .btn-vk:hover {
        background: #3d5a7d;
    }

        .btn-vk:hover::before {
            background: #344d6c;
        }

.btn-yahoo {
    background: #400191;
}

    .btn-yahoo::before {
        content: "\f19e";
        background: #350178;
    }

    .btn-yahoo:hover {
        background: #350178;
    }

        .btn-yahoo:hover::before {
            background: #2a015e;
        }

.btn-behance {
    background: #1769ff;
}

    .btn-behance::before {
        content: "\f1b4";
        background: #0059fd;
    }

    .btn-behance:hover {
        background: #0059fd;
    }

        .btn-behance:hover::before {
            background: #0050e3;
        }

.btn-dropbox {
    background: #007ee5;
}

    .btn-dropbox::before {
        content: "\f16b";
        background: #0070cc;
    }

    .btn-dropbox:hover {
        background: #0070cc;
    }

        .btn-dropbox:hover::before {
            background: #0062b2;
        }

.btn-reddit {
    background: #ff4500;
}

    .btn-reddit::before {
        content: "\f1a1";
        background: #e63e00;
    }

    .btn-reddit:hover {
        background: #e63e00;
    }

        .btn-reddit:hover::before {
            background: #cc3700;
        }

.btn-spotify {
    background: #7ab800;
}

    .btn-spotify::before {
        content: "\f1bc";
        background: #699f00;
    }

    .btn-spotify:hover {
        background: #699f00;
    }

        .btn-spotify:hover::before {
            background: #588500;
        }

.btn-vine {
    background: #00bf8f;
}

    .btn-vine::before {
        content: "\f1ca";
        background: #00a67c;
    }

    .btn-vine:hover {
        background: #00a67c;
    }

        .btn-vine:hover::before {
            background: #008c69;
        }

.btn-foursquare {
    background: #1073af;
}

    .btn-foursquare::before {
        content: "\f180";
        background: #0e6498;
    }

    .btn-foursquare:hover {
        background: #0e6498;
    }

        .btn-foursquare:hover::before {
            background: #0c5480;
        }

.btn-vimeo {
    background: #aad450;
}

    .btn-vimeo::before {
        content: "\f194";
        background: #a0cf3c;
    }

    .btn-vimeo:hover {
        background: #a0cf3c;
    }

        .btn-vimeo:hover::before {
            background: #93c130;
        }

hr.transparent {
    border-top: 1px solid transparent;
}

.d-table {
    display: table;
}

.d-100vh-va-middle {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}

.breadcrumb-menu {
    position: absolute;
    top: 0;
    right: 2rem;
}

    .breadcrumb-menu::before {
        display: none;
    }

    .breadcrumb-menu .btn, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button, .breadcrumb-menu .well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded .breadcrumb-menu .btn-sm, .breadcrumb-menu .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded .breadcrumb-menu .btn-group-sm > .btn {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

        .breadcrumb-menu .btn.btn-secondary, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button, .breadcrumb-menu .well.well-sm.bg-faded .btn-secondary.btn-sm, .well.well-sm.bg-faded .breadcrumb-menu .btn-secondary.btn-sm, .breadcrumb-menu .well.well-sm.bg-faded .btn-group-sm > .btn-secondary.btn, .well.well-sm.bg-faded .breadcrumb-menu .btn-group-sm > .btn-secondary.btn, .breadcrumb-menu .well.well-sm.bg-faded .fc .btn-group-sm > button, .well.well-sm.bg-faded .fc .breadcrumb-menu .btn-group-sm > button, .breadcrumb-menu .fc .well.well-sm.bg-faded .btn-group-sm > button, .fc .well.well-sm.bg-faded .breadcrumb-menu .btn-group-sm > button, .breadcrumb-menu .well.well-sm.bg-faded .fc button.btn-sm, .well.well-sm.bg-faded .fc .breadcrumb-menu button.btn-sm, .breadcrumb-menu .fc .well.well-sm.bg-faded button.btn-sm, .fc .well.well-sm.bg-faded .breadcrumb-menu button.btn-sm {
            color: #c0cadd;
            border: 0;
        }

            .breadcrumb-menu .btn.btn-secondary:hover, .breadcrumb-menu .fc button:hover, .fc .breadcrumb-menu button:hover, .breadcrumb-menu .well.well-sm.bg-faded .btn-secondary.btn-sm:hover, .well.well-sm.bg-faded .breadcrumb-menu .btn-secondary.btn-sm:hover, .breadcrumb-menu .well.well-sm.bg-faded .fc .btn-group-sm > button:hover, .well.well-sm.bg-faded .fc .breadcrumb-menu .btn-group-sm > button:hover, .breadcrumb-menu .fc .well.well-sm.bg-faded .btn-group-sm > button:hover, .fc .well.well-sm.bg-faded .breadcrumb-menu .btn-group-sm > button:hover, .breadcrumb-menu .well.well-sm.bg-faded .fc button.btn-sm:hover, .well.well-sm.bg-faded .fc .breadcrumb-menu button.btn-sm:hover, .breadcrumb-menu .fc .well.well-sm.bg-faded button.btn-sm:hover, .fc .well.well-sm.bg-faded .breadcrumb-menu button.btn-sm:hover, .breadcrumb-menu .btn.btn-secondary.active, .breadcrumb-menu .fc button.active, .fc .breadcrumb-menu button.active, .breadcrumb-menu .well.well-sm.bg-faded .btn-secondary.active.btn-sm, .well.well-sm.bg-faded .breadcrumb-menu .btn-secondary.active.btn-sm, .breadcrumb-menu .well.well-sm.bg-faded .fc .btn-group-sm > button.active, .well.well-sm.bg-faded .fc .breadcrumb-menu .btn-group-sm > button.active, .breadcrumb-menu .fc .well.well-sm.bg-faded .btn-group-sm > button.active, .fc .well.well-sm.bg-faded .breadcrumb-menu .btn-group-sm > button.active, .breadcrumb-menu .well.well-sm.bg-faded .fc button.active.btn-sm, .well.well-sm.bg-faded .fc .breadcrumb-menu button.active.btn-sm, .breadcrumb-menu .fc .well.well-sm.bg-faded button.active.btn-sm, .fc .well.well-sm.bg-faded .breadcrumb-menu button.active.btn-sm {
                color: #374767;
                background: transparent;
            }

    .breadcrumb-menu .open .btn.btn-secondary, .breadcrumb-menu .open .fc button, .fc .breadcrumb-menu .open button, .breadcrumb-menu .open .well.well-sm.bg-faded .btn-secondary.btn-sm, .well.well-sm.bg-faded .breadcrumb-menu .open .btn-secondary.btn-sm, .breadcrumb-menu .open .well.well-sm.bg-faded .fc .btn-group-sm > button, .well.well-sm.bg-faded .fc .breadcrumb-menu .open .btn-group-sm > button, .breadcrumb-menu .open .fc .well.well-sm.bg-faded .btn-group-sm > button, .fc .well.well-sm.bg-faded .breadcrumb-menu .open .btn-group-sm > button, .breadcrumb-menu .open .well.well-sm.bg-faded .fc button.btn-sm, .well.well-sm.bg-faded .fc .breadcrumb-menu .open button.btn-sm, .breadcrumb-menu .open .fc .well.well-sm.bg-faded button.btn-sm, .fc .well.well-sm.bg-faded .breadcrumb-menu .open button.btn-sm {
        color: #374767;
        background: transparent;
    }

    .breadcrumb-menu .dropdown-menu {
        min-width: 180px;
        line-height: 1.5;
    }

.img-avatar {
    border-radius: 50em;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
}

    .avatar .img-avatar {
        width: 36px;
        height: 36px;
    }

    .avatar .avatar-status {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50em;
    }

    .avatar.avatar-xs {
        position: relative;
        display: inline-block;
        width: 20px;
    }

        .avatar.avatar-xs .img-avatar {
            width: 20px;
            height: 20px;
        }

        .avatar.avatar-xs .avatar-status {
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            width: 8px;
            height: 8px;
            border: 1px solid #fff;
            border-radius: 50em;
        }

    .avatar.avatar-sm {
        position: relative;
        display: inline-block;
        width: 24px;
    }

        .avatar.avatar-sm .img-avatar {
            width: 24px;
            height: 24px;
        }

        .avatar.avatar-sm .avatar-status {
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            width: 8px;
            height: 8px;
            border: 1px solid #fff;
            border-radius: 50em;
        }

    .avatar.avatar-lg {
        position: relative;
        display: inline-block;
        width: 72px;
    }

        .avatar.avatar-lg .img-avatar {
            width: 72px;
            height: 72px;
        }

        .avatar.avatar-lg .avatar-status {
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            width: 12px;
            height: 12px;
            border: 1px solid #fff;
            border-radius: 50em;
        }

.avatars-stack .avatar.avatar-xs {
    margin-right: -10px;
}

.avatars-stack .avatar {
    margin-right: -15px;
    transition-duration: 0.25s, 0.25s;
    transition-property: margin-left, margin-right;
}

    .avatars-stack .avatar:hover {
        margin-right: 0 !important;
    }

.callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border: 0 solid #e1e6ef;
    border-left-width: .25rem;
}

    .callout .chart-wrapper {
        position: absolute;
        top: 18px;
        left: 45%;
        float: right;
        width: 100px;
    }

.callout-bordered {
    border: 1px solid #e1e6ef;
    border-left-width: .25rem;
}

.callout code {
    border-radius: .25rem;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout + .callout {
    margin-top: -0.25rem;
}

.callout-default {
    border-left-color: #c0cadd;
}

    .callout-default h4 {
        color: #c0cadd;
    }

.callout-primary {
    border-left-color: #20a8d8;
}

    .callout-primary h4 {
        color: #20a8d8;
    }

.callout-info {
    border-left-color: #67c2ef;
}

    .callout-info h4 {
        color: #67c2ef;
    }

.callout-warning {
    border-left-color: #fabb3d;
}

    .callout-warning h4 {
        color: #fabb3d;
    }

.callout-danger {
    border-left-color: #ff5454;
}

    .callout-danger h4 {
        color: #ff5454;
    }

.callout-success {
    border-left-color: #79c447;
}

    .callout-success h4 {
        color: #79c447;
    }

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-default .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-default .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #e1e6ef;
        border-radius: 2px;
        -moz-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -moz-transition-property: opacity background;
        -o-transition-property: opacity background;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

    .switch.switch-default .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-default .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-default .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #e1e6ef;
        border-radius: 1px;
        -moz-transition: left 0.15s ease-out;
        -o-transition: left 0.15s ease-out;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }

    .switch.switch-default .switch-input:checked ~ .switch-handle {
        left: 18px;
    }

    .switch.switch-default.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-default.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-default.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-default.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-default.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-default.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
            left: 14px;
        }

    .switch.switch-default.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-default.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-default.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
            left: 10px;
        }

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-text .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-text .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid #e1e6ef;
        border-radius: 2px;
        -moz-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -moz-transition-property: opacity background;
        -o-transition-property: opacity background;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

        .switch.switch-text .switch-label::before,
        .switch.switch-text .switch-label::after {
            position: absolute;
            top: 50%;
            width: 50%;
            margin-top: -.5em;
            line-height: 1;
            text-align: center;
            -moz-transition: inherit;
            -o-transition: inherit;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .switch.switch-text .switch-label::before {
            right: 1px;
            color: #e1e6ef;
            content: attr(data-off);
        }

        .switch.switch-text .switch-label::after {
            left: 1px;
            color: #fff;
            content: attr(data-on);
            opacity: 0;
        }

    .switch.switch-text .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-text .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-text .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #e1e6ef;
        border-radius: 1px;
        -moz-transition: left 0.15s ease-out;
        -o-transition: left 0.15s ease-out;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }

    .switch.switch-text .switch-input:checked ~ .switch-handle {
        left: 26px;
    }

    .switch.switch-text.switch-lg {
        width: 56px;
        height: 28px;
    }

        .switch.switch-text.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-text.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
            left: 30px;
        }

    .switch.switch-text.switch-sm {
        width: 40px;
        height: 20px;
    }

        .switch.switch-text.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-text.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-text.switch-xs {
        width: 32px;
        height: 16px;
    }

        .switch.switch-text.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-text.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
            left: 18px;
        }

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-icon .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-icon .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-family: FontAwesome;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #fff;
        border: 1px solid;
        border-radius: 2px;
        -moz-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -moz-transition-property: opacity background;
        -o-transition-property: opacity background;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

        .switch.switch-icon .switch-label::before,
        .switch.switch-icon .switch-label::after {
            position: absolute;
            top: 50%;
            width: 50%;
            margin-top: -.5em;
            line-height: 1;
            text-align: center;
            -moz-transition: inherit;
            -o-transition: inherit;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .switch.switch-icon .switch-label::before {
            right: 1px;
            content: attr(data-off);
        }

        .switch.switch-icon .switch-label::after {
            left: 1px;
            color: #fff;
            content: attr(data-on);
            opacity: 0;
        }

    .switch.switch-icon .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-icon .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-icon .switch-handle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        border: 1px solid;
        border-radius: 1px;
        -moz-transition: left 0.15s ease-out;
        -o-transition: left 0.15s ease-out;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }

    .switch.switch-icon .switch-input:checked ~ .switch-handle {
        left: 26px;
    }

    .switch.switch-icon.switch-lg {
        width: 56px;
        height: 28px;
    }

        .switch.switch-icon.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-icon.switch-lg .switch-handle {
            width: 24px;
            height: 24px;
        }

        .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
            left: 30px;
        }

    .switch.switch-icon.switch-sm {
        width: 40px;
        height: 20px;
    }

        .switch.switch-icon.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-icon.switch-sm .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
            left: 22px;
        }

    .switch.switch-icon.switch-xs {
        width: 32px;
        height: 16px;
    }

        .switch.switch-icon.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-icon.switch-xs .switch-handle {
            width: 12px;
            height: 12px;
        }

        .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
            left: 18px;
        }

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

    .switch.switch-3d .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch.switch-3d .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #f9f9fa;
        border: 1px solid #e1e6ef;
        border-radius: 2px;
        -moz-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        -webkit-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -moz-transition-property: opacity background;
        -o-transition-property: opacity background;
        -webkit-transition-property: opacity background;
        transition-property: opacity background;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::before {
        opacity: 0;
    }

    .switch.switch-3d .switch-input:checked ~ .switch-label::after {
        opacity: 1;
    }

    .switch.switch-3d .switch-handle {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #e1e6ef;
        border-radius: 1px;
        -moz-transition: left 0.15s ease-out;
        -o-transition: left 0.15s ease-out;
        -webkit-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
        border: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .switch.switch-3d .switch-input:checked ~ .switch-handle {
        left: 16px;
    }

    .switch.switch-3d.switch-lg {
        width: 48px;
        height: 28px;
    }

        .switch.switch-3d.switch-lg .switch-label {
            font-size: 12px;
        }

        .switch.switch-3d.switch-lg .switch-handle {
            width: 28px;
            height: 28px;
        }

        .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
            left: 20px;
        }

    .switch.switch-3d.switch-sm {
        width: 32px;
        height: 20px;
    }

        .switch.switch-3d.switch-sm .switch-label {
            font-size: 8px;
        }

        .switch.switch-3d.switch-sm .switch-handle {
            width: 20px;
            height: 20px;
        }

        .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
            left: 12px;
        }

    .switch.switch-3d.switch-xs {
        width: 24px;
        height: 16px;
    }

        .switch.switch-3d.switch-xs .switch-label {
            font-size: 7px;
        }

        .switch.switch-3d.switch-xs .switch-handle {
            width: 16px;
            height: 16px;
        }

        .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
            left: 8px;
        }

    .switch-pill .switch-label, .switch.switch-3d .switch-label,
    .switch-pill .switch-handle, .switch.switch-3d .switch-handle {
        border-radius: 50em !important;
    }

        .switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
            right: 2px !important;
        }

        .switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
            left: 2px !important;
        }

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #20a8d8 !important;
    border-color: #1985ac;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #1985ac;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #20a8d8;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #20a8d8;
}

    .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #20a8d8;
    }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #20a8d8 !important;
    border-color: #20a8d8;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #e1e6ef !important;
    border-color: #c0cadd;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #c0cadd;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #e1e6ef;
}

    .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
        color: #e1e6ef;
    }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #e1e6ef;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #e1e6ef;
}

    .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #e1e6ef;
    }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #e1e6ef !important;
    border-color: #e1e6ef;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #79c447 !important;
    border-color: #61a434;
}

.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #61a434;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #79c447;
}

    .switch-success-outline > .switch-input:checked ~ .switch-label::after {
        color: #79c447;
    }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #79c447;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #79c447;
}

    .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #79c447;
    }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #79c447 !important;
    border-color: #79c447;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #67c2ef !important;
    border-color: #39afea;
}

.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #39afea;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #67c2ef;
}

    .switch-info-outline > .switch-input:checked ~ .switch-label::after {
        color: #67c2ef;
    }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #67c2ef;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #67c2ef;
}

    .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #67c2ef;
    }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #67c2ef !important;
    border-color: #67c2ef;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #fabb3d !important;
    border-color: #f9aa0b;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #f9aa0b;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #fabb3d;
}

    .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
        color: #fabb3d;
    }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #fabb3d;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #fabb3d;
}

    .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #fabb3d;
    }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #fabb3d !important;
    border-color: #fabb3d;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #ff5454 !important;
    border-color: #ff2121;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #ff2121;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff5454;
}

    .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
        color: #ff5454;
    }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ff5454;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff5454;
}

    .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
        color: #ff5454;
    }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ff5454 !important;
    border-color: #ff5454;
}

canvas.chart {
    display: inline-block !important;
}

base-chart.chart {
    display: block !important;
}

.b-a-0 {
    border: 0 !important;
}

.b-t-0 {
    border-top: 0 !important;
}

.b-r-0 {
    border-right: 0 !important;
}

.b-b-0 {
    border-bottom: 0 !important;
}

.b-l-0 {
    border-left: 0 !important;
}

.b-a-1 {
    border: 1px solid #e1e6ef !important;
}

.b-t-1 {
    border-top: 1px solid #e1e6ef !important;
}

.b-r-1 {
    border-right: 1px solid #e1e6ef !important;
}

.b-b-1 {
    border-bottom: 1px solid #e1e6ef !important;
}

.b-l-1 {
    border-left: 1px solid #e1e6ef !important;
}

.b-a-2 {
    border: 2px solid #e1e6ef !important;
}

.b-t-2 {
    border-top: 2px solid #e1e6ef !important;
}

.b-r-2 {
    border-right: 2px solid #e1e6ef !important;
}

.b-b-2 {
    border-bottom: 2px solid #e1e6ef !important;
}

.b-l-2 {
    border-left: 2px solid #e1e6ef !important;
}

.label-pill {
    border-radius: 1rem !important;
}

.glyphicon {
    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;
}

.glyphicon-chevron-up::before {
    content: "\f077";
}

.glyphicon-chevron-down::before {
    content: "\f078";
}

.glyphicon-chevron-left::before {
    content: "\f053";
}

.glyphicon-chevron-right::before {
    content: "\f054";
}

.well.well-sm.bg-faded .btn-sm, .well.well-sm.bg-faded .btn-group-sm > .btn, .well.well-sm.bg-faded .fc .btn-group-sm > button, .fc .well.well-sm.bg-faded .btn-group-sm > button {
    background: #fff;
}

@media (max-width: 991px) {
    body {
        padding: 0 !important;
        margin: 0 !important;
    }

    header.navbar {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

        header.navbar .navbar-toggler, header.navbar .aside-toggle {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: inherit;
        }

        header.navbar .navbar-toggler, header.navbar .aside-toggle {
            color: #c0cadd;
        }

        header.navbar .navbar-brand {
            width: 100% !important;
            margin: 0 auto !important;
        }

        header.navbar .navbar-nav {
            position: absolute;
            top: 0;
            right: 15px;
            height: inherit;
        }

    .sidebar {
        left: -250px !important;
        width: 250px !important;
    }

        .sidebar ul.nav {
            width: 250px !important;
        }

        .sidebar .sidebar-footer {
            margin-left: -250px;
        }

    .breadcrumb-menu {
        display: none;
    }

    .main {
        width: 100% !important;
        padding: 0 !important;
        padding-top: 60px !important;
        margin: 0 !important;
        overflow: hidden;
    }

    .aside-menu {
        right: -250px !important;
    }

    .footer {
        display: none;
    }

    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.mobile-open {
        max-width: 100%;
        overflow-x: hidden;
    }

        body.mobile-open .sidebar {
            left: 0 !important;
        }

        body.mobile-open .main {
            margin-left: 250px !important;
        }
}

.navbar .form-inline i {
    color: #c0cadd;
}

.navbar .form-inline .form-control, .navbar .form-inline .daterangepicker .input-mini, .daterangepicker .navbar .form-inline .input-mini, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    margin-top: -3px;
    color: #c0cadd;
    border: 0;
}

    .navbar .form-inline .form-control::placeholder, .navbar .form-inline .daterangepicker .input-mini::placeholder, .daterangepicker .navbar .form-inline .input-mini::placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::placeholder {
        color: #c0cadd;
    }

    .navbar .form-inline .form-control::-webkit-input-placeholder, .navbar .form-inline .daterangepicker .input-mini::-webkit-input-placeholder, .daterangepicker .navbar .form-inline .input-mini::-webkit-input-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-webkit-input-placeholder {
        color: #c0cadd;
    }

    .navbar .form-inline .form-control:-moz-placeholder, .navbar .form-inline .daterangepicker .input-mini:-moz-placeholder, .daterangepicker .navbar .form-inline .input-mini:-moz-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:-moz-placeholder {
        color: #c0cadd;
    }

    .navbar .form-inline .form-control::-moz-placeholder, .navbar .form-inline .daterangepicker .input-mini::-moz-placeholder, .daterangepicker .navbar .form-inline .input-mini::-moz-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control::-moz-placeholder {
        color: #c0cadd;
    }

    .navbar .form-inline .form-control:-ms-input-placeholder, .navbar .form-inline .daterangepicker .input-mini:-ms-input-placeholder, .daterangepicker .navbar .form-inline .input-mini:-ms-input-placeholder, .navbar .form-inline .input-group > .ui-select-bootstrap > input.ui-select-search.form-control:-ms-input-placeholder {
        color: #c0cadd;
    }

.navbar .nav-item .navbar-toggler, .navbar .nav-item .aside-toggle {
    height: 100%;
}

.navbar .nav-item .nav-link.nav-pill {
    width: 32px;
    height: 32px;
    padding: 0;
    margin-top: 14px;
    line-height: 32px;
    border: 1px solid #c0cadd;
    border-radius: 50em;
}

    .navbar .nav-item .nav-link.nav-pill:hover {
        border-color: #9faecb;
    }

    .navbar .nav-item .nav-link.nav-pill i {
        vertical-align: top;
    }

    .navbar .nav-item .nav-link.nav-pill .tag-pill {
        border: 2px solid #fff;
    }

    .navbar .nav-item .nav-link.nav-pill.avatar {
        width: 38px;
        height: 38px;
        margin-top: 11px;
    }

        .navbar .nav-item .nav-link.nav-pill.avatar img {
            width: 36px;
            height: 36px;
            margin: 0;
            border: 0;
        }

        .navbar .nav-item .nav-link.nav-pill.avatar .tag {
            top: -6px;
            right: -10px;
        }

        .navbar .nav-item .nav-link.nav-pill.avatar.dropdown-toggle:after {
            display: none;
        }

.sidebar .sidebar-nav .nav .nav-title span {
    position: relative;
    display: inline-block;
}

    .sidebar .sidebar-nav .nav .nav-title span:before, .sidebar .sidebar-nav .nav .nav-title span:after {
        position: absolute;
        top: 50%;
        width: 25px;
        height: 1px;
        margin-top: -1px;
        content: '';
        border-bottom: 1px solid #c0cadd;
    }

    .sidebar .sidebar-nav .nav .nav-title span:before {
        left: -30px;
    }

    .sidebar .sidebar-nav .nav .nav-title span:after {
        right: -30px;
    }

.emailApp {
    position: relative;
    background: #fff;
    border: 1px solid #e1e6ef;
}

    .emailApp nav {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 240px;
        height: 100%;
        border-right: 1px solid #e1e6ef;
        padding: 15px;
    }

        .emailApp nav .btn-block {
            margin-bottom: 15px;
        }

        .emailApp nav ul.nav li.nav-item {
            margin: 0;
            position: relative;
        }

            .emailApp nav ul.nav li.nav-item a.nav-link {
                font-size: 12px;
                font-weight: 400;
                text-transform: uppercase;
                text-decoration: none;
                display: block;
                padding: 0 10px;
            }

                .emailApp nav ul.nav li.nav-item a.nav-link i {
                    width: 20px;
                    text-align: center;
                    margin: 0 10px 0 0;
                    font-size: 14px;
                }

                .emailApp nav ul.nav li.nav-item a.nav-link .tag {
                    float: right;
                    margin-top: 16px;
                    margin-left: 10px;
                }

            .emailApp nav ul.nav li.nav-item a.nav-link {
                line-height: 40px;
                color: #374767;
                border-bottom: 1px solid #e1e6ef;
            }

    .emailApp main {
        padding: 15px 15px 15px 255px;
    }

        .emailApp main .toolbar {
            margin: -15px -15px 15px -15px;
            padding: 15px;
            border-bottom: 1px solid #e1e6ef;
        }

        .emailApp main ul.messages-list {
            list-style: none;
            margin: 15px -15px 0 -15px;
            padding: 15px 15px 0 15px;
        }

            .emailApp main ul.messages-list li {
                cursor: pointer;
                margin-bottom: 10px;
                padding: 10px;
            }

                .emailApp main ul.messages-list li a {
                    color: black;
                }

                    .emailApp main ul.messages-list li a:hover {
                        text-decoration: none;
                    }

                .emailApp main ul.messages-list li.unread .header, .emailApp main ul.messages-list li.unread .title {
                    font-weight: bold;
                }

                .emailApp main ul.messages-list li:hover {
                    border: 1px solid #e1e6ef;
                    padding: 9px;
                }

                    .emailApp main ul.messages-list li:hover .action {
                        color: #e1e6ef;
                    }

                .emailApp main ul.messages-list li .header {
                    margin: 0 0 5px 0;
                }

                    .emailApp main ul.messages-list li .header .from {
                        width: 49.9%;
                        white-space: nowrap;
                        overflow: hidden !important;
                        text-overflow: ellipsis;
                    }

                    .emailApp main ul.messages-list li .header .date {
                        width: 50%;
                        text-align: right;
                        float: right;
                    }

                .emailApp main ul.messages-list li .title {
                    margin: 0 0 5px 0;
                    white-space: nowrap;
                    overflow: hidden !important;
                    text-overflow: ellipsis;
                }

                .emailApp main ul.messages-list li .description {
                    font-size: 12px;
                    padding-left: 29px;
                }

                .emailApp main ul.messages-list li .action {
                    display: inline-block;
                    width: 16px;
                    text-align: center;
                    margin-right: 10px;
                    color: #e1e6ef;
                }

                    .emailApp main ul.messages-list li .action .fa-check-square-o {
                        margin: 0 -1px 0 1px;
                    }

                    .emailApp main ul.messages-list li .action .fa-square {
                        float: left;
                        margin-top: -16px;
                        margin-left: 4px;
                        font-size: 11px;
                        color: white;
                    }

                    .emailApp main ul.messages-list li .action .fa-star.bg {
                        float: left;
                        margin-top: -16px;
                        margin-left: 3px;
                        font-size: 12px;
                        color: white;
                    }

        .emailApp main .message .message-title {
            margin-top: 30px;
            padding-top: 10px;
            font-weight: bold;
            font-size: 14px;
        }

        .emailApp main .message .header {
            margin: 20px 0 30px 0;
            padding: 10px 0 10px 0;
            border-top: 1px solid #e1e6ef;
            border-bottom: 1px solid #e1e6ef;
        }

            .emailApp main .message .header .avatar {
                height: 34px;
                width: 34px;
                float: left;
                margin-right: 10px;
            }

            .emailApp main .message .header i {
                margin-top: 1px;
            }

            .emailApp main .message .header .from {
                display: inline-block;
                width: 50%;
                font-size: 12px;
                margin-top: -2px;
                color: #e1e6ef;
            }

                .emailApp main .message .header .from span {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                }

            .emailApp main .message .header .date {
                display: inline-block;
                width: 29%;
                text-align: right;
                float: right;
                font-size: 12px;
                margin-top: 18px;
            }

        .emailApp main .message .attachments {
            border-top: 3px solid #f9f9fa;
            border-bottom: 3px solid #f9f9fa;
            padding: 10px 0px;
            margin-bottom: 20px;
            font-size: 12px;
        }

            .emailApp main .message .attachments ul {
                list-style: none;
                margin: 0 0 0 -40px;
            }

                .emailApp main .message .attachments ul li {
                    margin: 10px 0;
                }

                    .emailApp main .message .attachments ul li .tag {
                        padding: 2px 4px;
                    }

                    .emailApp main .message .attachments ul li span.quickMenu {
                        float: right;
                        text-align: right;
                    }

                        .emailApp main .message .attachments ul li span.quickMenu .fa {
                            padding: 5px 0 5px 25px;
                            font-size: 14px;
                            margin: -2px 0px 0px 5px;
                            color: #e1e6ef;
                        }


.ProgressBar {
    margin-top: 100px;
}

.bg-newsuccess {
    color: #fff !important;
    background-color: #2d6d9b !important;
}

#fa-newcogs {
    background-image: url("../img/icons/new_cfs.png") initial;
    width: 32px;
    height: 32px;
}

.btn-newwarning {
    color: #fff;
    background-color: #717c8c;
}

.btn-outline-newdanger {
    color: #2d6d9b;
    background-image: none;
    background-color: transparent;
    border-color: #2d6d9b;
}

    .btn-outline-newdanger:hover {
        color: white;
        background-color: #2d6d9b;
        border-color: #2d6d9b;
    }

.switch-newinfo > .switch-input:checked ~ .switch-label {
    background: #2d6d9b !important;
    border-color: #2d6d9b;
}

.switch-newinfo > .switch-input:checked ~ .switch-handle {
    border-color: #2d6d9b;
}

.btn-newprimary, .fc-today-button, .well.well-sm.bg-faded .btn-sm:hover, .well.well-sm.bg-faded .btn-group-sm > .btn:hover, .well.well-sm.bg-faded .fc .btn-group-sm > button:hover, .fc .well.well-sm.bg-faded .btn-group-sm > button:hover, .well.well-sm.bg-faded .btn-sm.active, .well.well-sm.bg-faded .btn-group-sm > .active.btn, .well.well-sm.bg-faded .fc .btn-group-sm > button.active, .fc .well.well-sm.bg-faded .btn-group-sm > button.active {
    color: #fff;
    background-color: #2d6d9b;
    border-color: #20a8d8;
}

.card-newinfo {
    background-color: #2d6d9b;
}

.RadExDateBox {
    color: red;
    background-color: red;
    font-weight: bold;
}

.callout-newinfo {
}

.rotateDiv {
    transform: rotate(270deg);
    transform-origin: left;
    font-weight: 500;
    margin-left: -20px;
    width: 150px;
}


.rsMainHeader {
}


.RadScheduler_Default .rsHorizontalHeaderTable {
    background-color: #fee9d8 !important;
    text-align: left;
    font-size: 10px;
}

.rsVerticalHeaderTable {
    background-color: #fee9d8 !important;
    text-align: center;
}

.RadScheduler .rsTimelineView {
    font-family: Arial;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1;
    font-weight: bold;
    font-size: 80%;
    margin: 3px 3px 3px 3px;
}

.RadScheduler .rsAllDayRow .rsAptContent {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    margin: 3px 0 0 3px;
}

.movie-template p {
    color: black;
    font-weight: bold;
    font-size: 80%;
    margin: 3px 0 0 3px;
}

.movie-template b {
    color: black;
    font-weight: bold;
    font-size: 80% !important;
    margin: 1px 5px 0 3px;
}


.movie-template-vehicle p {
    color: black;
    font-weight: bold;
    font-size: 80%;
    margin: 10px 0 0 3px;
    vertical-align:middle;
    text-align:center;
    
    
}



.RadScheduler .rsAllDayRow {
    background-color: #a8c6e8 !important;
}


.RadScheduler .rsVerticalHeaderTable th {
    background-color: #a8c6e8 !important;
}




.NowCss {
    border-right: 1px solid red !important;
}











#start-camera {
    margin-top: 50px;
}

#video {
    display: none;
    margin: 50px auto 0 auto;
}

#click-photo {
    display: none;
}

#dataurl-container {
    display: none;
}

#canvas {
    display: block;
    margin: 0 auto 20px auto;
}

#dataurl-header {
    text-align: center;
    font-size: 15px;
}

#dataurl {
    display: block;
    height: 100px;
    width: 320px;
    margin: 10px auto;
    resize: none;
    outline: none;
    border: 1px solid #111111;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
}


.rgExpXLS {
    float: left;
}

#pvwImage {
    display: none;
    margin: 10px;
    width: 500px;
    height: 500px;
    color:red;
    vertical-align: middle;
}
.previmage {
    width: 500px;
    height: 500px;
    color: red;
    vertical-align: middle;
}




#RadWindowWrapper_ctl00_MainContent_feVesselFiles_windowManager1696246571333 {
    width: 1600px;
    height: 1400px;
}