/*!
 * Avant v1.2.2 (c) by The Red Team
 * Powered by Bootstrap v3.1 and FontAwesome 4.0.3
 */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

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

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

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

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto", "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    background-color: #fff;
}

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

a {
    color: #4f8edc;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 1px;
}

.img-thumbnail {
    padding: 10px;
    line-height: 1.428571429;
    background-color: #f7f8fa;
    border: 1px solid #e6e7e8;
    border-radius: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e6e7e8;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

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

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

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

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 38px;
}

h2,
.h2 {
    font-size: var(--title-h2-font-size);
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: var(--title-h2-font-size);
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.contact-info-prompt {
	position: absolute;
	top: 50px;
	width: max-content;
}

.text-muted {
    color: var(--black-5000);
    line-height: 1.2;
}

.text-primary {
    color: #4f8edc;
}

a.text-primary:hover {
    color: #2973cf;
}

.text-success {
    color: #527f26;
}

a.text-success:hover {
    color: #39581a;
}

.text-info {
    color: #157890;
}

a.text-info:hover {
    color: #0f5363;
}

.text-warning {
    color: #927608;
}

a.text-warning:hover {
    color: #614f06;
}

.text-danger {
    color: #a81515;
}

a.text-danger:hover {
    color: #7b0f0f;
}

.bg-primary {
    color: #fff;
    background-color: #4f8edc;
}

a.bg-primary:hover {
    background-color: #2973cf;
}

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

a.bg-success:hover {
    background-color: #d2eaba;
}

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

a.bg-info:hover {
    background-color: #b0e6f4;
}

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

a.bg-warning:hover {
    background-color: #f9e8a0;
}

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

a.bg-danger:hover {
    background-color: #f8c4c4;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #edeef0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

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

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

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline > li:first-child {
    padding-left: 0;
}

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

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #aeafb1;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #edeef0;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #aeafb1;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #edeef0;
    border-left: 0;
    text-align: right;
}

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

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

blockquote:before,
blockquote:after {
    content: "";
}

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

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

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

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

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

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

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

.container {
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
    width: 8.333333333333332%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        width: 8.333333333333332%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        width: 8.333333333333332%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        width: 8.333333333333332%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #e6e7e8;
}

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

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

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

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f7f8fa;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #edeef0;
}

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

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

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #edeef0;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #dfe1e4;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #ebf6e1;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #dff0cd;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #ddf4fa;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c7edf7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf3d0;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #fbedb8;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #fdf2f2;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #fbdbdb;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e6e7e8;
        -webkit-overflow-scrolling: touch;
    }

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

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

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

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #32373d;
    border: 0;
    border-bottom: 1px solid #e6e7e8;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
    margin: 0px 5px 0px 0px;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #4d4d4d;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(77, 77, 77, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(77, 77, 77, 0.6);
}

.form-control:-moz-placeholder {
    color: #aeafb1;
}

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #edeef0;
    opacity: 1;
}

.form-control.select {
    padding-right: 18px;
}

textarea.form-control {
    height: auto;
}

input[type="date"] {
    line-height: 36px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    cursor: pointer;
    column-gap: 5px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    margin-right: 2px;
}

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

.radio-inline,
.checkbox-inline {
    display: inline-flex;
    padding-left: 20px;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: normal;
    cursor: pointer;
}

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

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

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

select.input-sm {
    height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.reference-search-input {
    width: 100% !important;
    margin-bottom: 10px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 45px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #527f26;
}

.has-success .form-control {
    border-color: #527f26;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #39581a;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #85c744;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #85c744;
}

.has-success .input-group-addon {
    color: #527f26;
    border-color: #527f26;
    background-color: #ebf6e1;
}

.has-success .form-control-feedback {
    color: #527f26;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #927608;
}

.has-warning .form-control {
    border-color: #927608;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #614f06;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #f1c40f;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #f1c40f;
}

.has-warning .input-group-addon {
    color: #927608;
    border-color: #927608;
    background-color: #fcf3d0;
}

.has-warning .form-control-feedback {
    color: #927608;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a81515;
}

.has-error .form-control {
    border-color: #a81515;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #7b0f0f;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #e73c3c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #e73c3c;
}

.has-error .input-group-addon {
    color: #a81515;
    border-color: #a81515;
    background-color: #fdf2f2;
}

.has-error .form-control-feedback {
    color: #a81515;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8d8d8d;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        vertical-align: top;
    }

    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
}

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

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

.form-horizontal .form-control-static {
    padding-top: 8px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 10px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

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

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

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

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

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

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #d1d3d4;
    border-color: #c6c8cb;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

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

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

.btn-primary {
    color: #fff;
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2d78d5;
    border-color: #276ec6;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.btn-primary .badge {
    color: #4f8edc;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #85c744;
    border-color: #85c744;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #71ae34;
    border-color: #669e2f;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #85c744;
    border-color: #85c744;
}

.btn-success .badge {
    color: #85c744;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #4d83d6;
    border-color: #4d83d6;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1da4c5;
    border-color: #1a95b4;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #4d83d6;
    border-color: #4d83d6;
}

.btn-info .badge {
    color: #4d83d6;
    background-color: #fff;
}

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

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

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

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

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

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #df1b1b;
    border-color: #cd1919;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

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

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

.btn-link {
    color: #4f8edc;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #4f8edc;
    text-decoration: underline;
    background-color: transparent;
}

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

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

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

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in,
.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

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

.dropdown {
    position: relative;
}

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #aeafb1;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .footer-align-left {
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #d2d3d6;
    border-color: #d2d3d6;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #fff;
}

.list-group-item-success {
    color: #527f26;
    background-color: #ebf6e1;
}

a.list-group-item-success {
    color: #527f26;
}

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

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #527f26;
    background-color: #dff0cd;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #527f26;
    border-color: #527f26;
}

.list-group-item-info {
    color: #157890;
    background-color: #ddf4fa;
}

a.list-group-item-info {
    color: #157890;
}

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

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #157890;
    background-color: #c7edf7;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #157890;
    border-color: #157890;
}

.list-group-item-warning {
    color: #927608;
    background-color: #fcf3d0;
}

a.list-group-item-warning {
    color: #927608;
}

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

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #927608;
    background-color: #fbedb8;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #927608;
    border-color: #927608;
}

.list-group-item-danger {
    color: #a81515;
    background-color: #fdf2f2;
}

a.list-group-item-danger {
    color: #a81515;
}

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

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a81515;
    background-color: #fbdbdb;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a81515;
    border-color: #a81515;
}

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

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

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

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

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

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

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

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

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

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

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

.nav > li.disabled > a {
    color: #aeafb1;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #aeafb1;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #edeef0;
    border-color: #4f8edc;
}

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

.nav > li > a > img {
    max-width: none;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 1px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #d2d3d6;
}

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

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

.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: 0;
}

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

.btn-toolbar {
    margin-right: 20px;
}

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

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

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

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

#jstree_create,
#jstree_rename,
#jstree_delete {
    margin-right: 10px;
}

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

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

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

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

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

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

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

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.breadcrumb {
    padding: 7px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #edeef0;
    border-radius: 1px;
}

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

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #d2d3d6;
}

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

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

.pager li {
    display: inline;
}

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

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

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

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

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

.modal-open {
    overflow: hidden;
}

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

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

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

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

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

#switch_address_modal,
#confirm_warehouse_modal {
    .modal-content {
        width: 502px;
        max-height: 350px;
        margin-block: 30%;
        margin-inline: 29%;
        border-radius: 16px;
        display: flex;
        gap: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 36px; 
    
    .modal-header {
        .modal-title{
         font-weight: 700;
            font-size: 24px;
        }
    border-top: none;
    border-bottom: none;
    padding: 0;
    }

    .modal-body{
        padding: 0;
        padding-inline: 5px;
    }

    .modal-footer {
        border-top: none;
        border-bottom: none;
        padding: 0;
    }
    }

    button#accept_change_address,
    button#accept_change_warehouse{
        background-color: #E0E7FF;
        color: #1A32BA;
    }
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 20000 !important;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 407px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

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

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

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

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

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

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

.number .popover-content {
    min-width: 160px;
}

.code {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #b9b9b9;
    background: #f1f1f1;
    padding: 2px 10px;
    border-radius: 10px;
    display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #f7f8fa;
    border: 1px solid #e6e7e8;
    border-radius: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #4f8edc;
}

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

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

.media,
.media .media {
    margin-top: 15px;
}

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

.media-object {
    display: block;
}

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

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

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

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

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

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

.label:empty {
    display: none;
}

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

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

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

.label-primary {
    background-color: #4f8edc;
}

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

.label-success {
    background-color: #85c744;
}

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

.label-info {
    background-color: #4d83d6;
}

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

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

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

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

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

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

.badge:empty {
    display: none;
}

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

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

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

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

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

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

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

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

.progress-striped .progress-bar {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}

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

.progress-bar-success {
    background-color: #85c744;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-info {
    background-color: #4d83d6;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

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

.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

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

.progress-striped .progress-bar-danger {
    background-image: -webkit-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-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
    );
}

.carousel {
    position: relative;
}

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

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

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

.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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        color-stop(rgba(0, 0, 0, 0.5) 0),
        color-stop(rgba(0, 0, 0, 0.0001) 100%)
    );
    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 {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(
        left,
        color-stop(rgba(0, 0, 0, 0.0001) 0),
        color-stop(rgba(0, 0, 0, 0.5) 100%)
    );
    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:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

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

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

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.container .jumbotron {
    border-radius: 1px;
}

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

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

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

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

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

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

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

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

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

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #4d4d4d;
    text-align: center;
    background-color: #edeef0;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 1px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 4px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 4px;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

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

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs,
td.visible-xs {
    display: none !important;
}

.btn-group.visible-xs,
.btn-group-vertical.visible-xs,
.btn.visible-xs,
span.visible-xs,
i.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .btn-group.visible-xs,
    .btn-group-vertical.visible-xs,
    .btn.visible-xs {
        display: inline-block !important;
    }

    span.visible-xs,
    i.visible-xs {
        display: inline !important;
    }
}

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

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

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

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

.btn-group.visible-sm,
.btn-group-vertical.visible-sm,
.btn.visible-sm,
span.visible-sm,
i.visible-sm {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .btn-group.visible-sm,
    .btn-group-vertical.visible-sm,
    .btn.visible-sm {
        display: inline-block !important;
    }

    span.visible-sm,
    i.visible-sm {
        display: inline !important;
    }
}

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

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

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

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

.btn-group.visible-md,
.btn-group-vertical.visible-md,
.btn.visible-md,
span.visible-md,
i.visible-md {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .btn-group.visible-md,
    .btn-group-vertical.visible-md,
    .btn.visible-md {
        display: inline-block !important;
    }

    span.visible-md,
    i.visible-md {
        display: inline !important;
    }
}

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

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg,
td.visible-lg {
    display: none !important;
}

.btn-group.visible-lg,
.btn-group-vertical.visible-lg,
.btn.visible-lg,
span.visible-lg,
i.visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .btn-group.visible-lg,
    .btn-group-vertical.visible-lg,
    .btn.visible-lg {
        display: inline-block !important;
    }

    span.visible-lg,
    i.visible-lg {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }

    tr.hidden-xs {
        display: none !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }

    .btn-group.hidden-xs,
    .btn-group-vertical.hidden-xs,
    .btn.hidden-xs,
    span.hidden-xs,
    i.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }

    tr.hidden-sm {
        display: none !important;
    }

    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }

    .btn-group.hidden-sm,
    .btn-group-vertical.hidden-sm,
    .btn.hidden-sm,
    span.hidden-sm,
    i.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }

    tr.hidden-md {
        display: none !important;
    }

    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }

    .btn-group.hidden-md,
    .btn-group-vertical.hidden-md,
    .btn.hidden-md,
    span.hidden-md,
    i.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }

    .btn-group.hidden-lg,
    .btn-group-vertical.hidden-lg,
    .btn.hidden-lg,
    span.hidden-lg,
    i.hidden-lg {
        display: none !important;
    }
}

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

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,
td.visible-print {
    display: none !important;
}

.btn-group.visible-print,
.btn-group-vertical.visible-print,
.btn.visible-print,
span.visible-print,
i.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .btn-group.visible-print,
    .btn-group-vertical.visible-print,
    .btn.visible-print {
        display: inline-block !important;
    }

    span.visible-print,
    i.visible-print {
        display: inline !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }

    .btn-group.hidden-print,
    .btn-group-vertical.hidden-print,
    .btn.hidden-print,
    span.hidden-print,
    i.hidden-print {
        display: none !important;
    }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
    src:
        url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"),
        url("../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"),
        url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"),
        url("../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

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

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

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

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

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

body {
    font-weight: 400;
}

a {
    outline: 0;
}

.img-rounded {
    border-radius: 5px;
}

hr.outsider {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #d2d3d6;
}

.text-primary:hover,
.text-warning:hover,
.text-danger:hover,
.text-success:hover,
.text-info:hover {
    color: inherit;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    margin-top: 0;
    font-weight: 300;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

.list-inline > li:first-child {
    padding-left: 0;
}

.panel dl {
    margin: 0 auto;
}

.panel dl dd {
    margin-bottom: 10px;
}

blockquote {
    font-style: italic;
    border-left-width: 2px;
}

blockquote.pull-right {
    border-right-width: 2px;
}

address {
    display: block;
}

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

pre {
    margin-bottom: 20px;
}

pre.prettyprint {
    margin-bottom: 10px;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 767px) {
    .table-flipscroll table:before,
    .table-flipscroll thead:before,
    .table-flipscroll table:after,
    .table-flipscroll thead:after {
        content: " ";
        display: table;
    }

    .table-flipscroll table:after,
    .table-flipscroll thead:after {
        clear: both;
    }

    .table-flipscroll table:before,
    .table-flipscroll thead:before,
    .table-flipscroll table:after,
    .table-flipscroll thead:after {
        content: " ";
        display: table;
    }

    .table-flipscroll table:after,
    .table-flipscroll thead:after {
        clear: both;
    }

    .table-flipscroll table,
    .table-flipscroll caption,
    .table-flipscroll td,
    .table-flipscroll thead,
    .table-flipscroll thead tr,
    .table-flipscroll th,
    .table-flipscroll tbody {
        display: block;
    }

    .table-flipscroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        position: relative;
    }

    .table-flipscroll table th,
    .table-flipscroll table td {
        margin: 0;
        vertical-align: top;
    }

    .table-flipscroll table th:last-child,
    .table-flipscroll table td:last-child {
        border-bottom: 1px solid #e6e7e8;
    }

    .table-flipscroll table td {
        min-height: 1.25em;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .table-flipscroll table thead {
        float: left;
    }

    .table-flipscroll table th {
        text-align: left;
        border-bottom-width: 1px !important;
        border-left: 0;
    }

    .table-flipscroll table th:first-child {
        border-top: 1px solid transparent !important;
    }

    .table-flipscroll table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-flipscroll table tbody tr {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #e6e7e8;
    }

    .table-vertical table,
    .table-vertical caption,
    .table-vertical thead,
    .table-vertical tbody,
    .table-vertical th,
    .table-vertical td,
    .table-vertical tr {
        display: block;
    }

    .table-vertical thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-vertical tr {
        border: 1px solid #ccc;
    }

    .table-vertical td {
        border: 0;
        border-bottom: 1px solid #e6e7e8;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .table-vertical td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title);
    }
}

legend {
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
}

label {
    margin-bottom: 10px;
    font-weight: normal;
}

table label {
    margin-bottom: 0;
}

select[multiple] {
    padding: 7px !important;
}

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

.row-border .form-group {
    border-top: 1px solid #e6e7e8;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
}

.row-border .form-group:first-child {
    border-top: 0;
    padding-top: 0;
}

.help-block {
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

.btn {
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    border-width: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.btn:focus {
    outline: 0;
}

.btn:active,
.btn.active,
.btn.fc-state-active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-link,
.btn-link:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-inverse {
    color: #fff;
    background-color: #4f5259;
    border-color: #4f5259;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: #3c3e43;
    border-color: #323439;
}

.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #4f5259;
    border-color: #4f5259;
}

.btn-inverse .badge {
    color: #4f5259;
    background-color: #fff;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #e6e7e8;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #333;
    background-color: #ebebeb;
    border-color: #c6c8cb;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #e6e7e8;
}

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

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-brown {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
    color: #fff;
    background-color: #9f2f24;
    border-color: #8e2a20;
}

.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
    background-image: none;
}

.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-brown .badge {
    color: #c0392b;
    background-color: #fff;
}

.btn-indigo {
    color: #fff;
    background-color: #9358ac;
    border-color: #9358ac;
}

.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo.active,
.open .dropdown-toggle.btn-indigo {
    color: #fff;
    background-color: #7d4992;
    border-color: #714285;
}

.btn-indigo:active,
.btn-indigo.active,
.open .dropdown-toggle.btn-indigo {
    background-image: none;
}

.btn-indigo.disabled,
.btn-indigo[disabled],
fieldset[disabled] .btn-indigo,
.btn-indigo.disabled:hover,
.btn-indigo[disabled]:hover,
fieldset[disabled] .btn-indigo:hover,
.btn-indigo.disabled:focus,
.btn-indigo[disabled]:focus,
fieldset[disabled] .btn-indigo:focus,
.btn-indigo.disabled:active,
.btn-indigo[disabled]:active,
fieldset[disabled] .btn-indigo:active,
.btn-indigo.disabled.active,
.btn-indigo[disabled].active,
fieldset[disabled] .btn-indigo.active {
    background-color: #9358ac;
    border-color: #9358ac;
}

.btn-indigo .badge {
    color: #9358ac;
    background-color: #fff;
}

.btn-orange {
    color: #fff;
    background-color: #efa131;
    border-color: #efa131;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #e58f12;
    border-color: #d28310;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #efa131;
    border-color: #efa131;
}

.btn-orange .badge {
    color: #efa131;
    background-color: #fff;
}

.btn-sky {
    color: #fff;
    background-color: #76c4ed;
    border-color: #76c4ed;
}

.btn-sky:hover,
.btn-sky:focus,
.btn-sky:active,
.btn-sky.active,
.open .dropdown-toggle.btn-sky {
    color: #fff;
    background-color: #52b4e8;
    border-color: #40ade6;
}

.btn-sky:active,
.btn-sky.active,
.open .dropdown-toggle.btn-sky {
    background-image: none;
}

.btn-sky.disabled,
.btn-sky[disabled],
fieldset[disabled] .btn-sky,
.btn-sky.disabled:hover,
.btn-sky[disabled]:hover,
fieldset[disabled] .btn-sky:hover,
.btn-sky.disabled:focus,
.btn-sky[disabled]:focus,
fieldset[disabled] .btn-sky:focus,
.btn-sky.disabled:active,
.btn-sky[disabled]:active,
fieldset[disabled] .btn-sky:active,
.btn-sky.disabled.active,
.btn-sky[disabled].active,
fieldset[disabled] .btn-sky.active {
    background-color: #76c4ed;
    border-color: #76c4ed;
}

.btn-sky .badge {
    color: #76c4ed;
    background-color: #fff;
}

.btn-midnightblue {
    color: #fff;
    background-color: #34495e;
    border-color: #34495e;
}

.btn-midnightblue:hover,
.btn-midnightblue:focus,
.btn-midnightblue:active,
.btn-midnightblue.active,
.open .dropdown-toggle.btn-midnightblue {
    color: #fff;
    background-color: #253544;
    border-color: #1e2a37;
}

.btn-midnightblue:active,
.btn-midnightblue.active,
.open .dropdown-toggle.btn-midnightblue {
    background-image: none;
}

.btn-midnightblue.disabled,
.btn-midnightblue[disabled],
fieldset[disabled] .btn-midnightblue,
.btn-midnightblue.disabled:hover,
.btn-midnightblue[disabled]:hover,
fieldset[disabled] .btn-midnightblue:hover,
.btn-midnightblue.disabled:focus,
.btn-midnightblue[disabled]:focus,
fieldset[disabled] .btn-midnightblue:focus,
.btn-midnightblue.disabled:active,
.btn-midnightblue[disabled]:active,
fieldset[disabled] .btn-midnightblue:active,
.btn-midnightblue.disabled.active,
.btn-midnightblue[disabled].active,
fieldset[disabled] .btn-midnightblue.active {
    background-color: #34495e;
    border-color: #34495e;
}

.btn-midnightblue .badge {
    color: #34495e;
    background-color: #fff;
}

.btn-magenta {
    color: #fff;
    background-color: #e73c68;
    border-color: #e73c68;
}

.btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open .dropdown-toggle.btn-magenta {
    color: #fff;
    background-color: #df1b4e;
    border-color: #cd1947;
}

.btn-magenta:active,
.btn-magenta.active,
.open .dropdown-toggle.btn-magenta {
    background-image: none;
}

.btn-magenta.disabled,
.btn-magenta[disabled],
fieldset[disabled] .btn-magenta,
.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled:active,
.btn-magenta[disabled]:active,
fieldset[disabled] .btn-magenta:active,
.btn-magenta.disabled.active,
.btn-magenta[disabled].active,
fieldset[disabled] .btn-magenta.active {
    background-color: #e73c68;
    border-color: #e73c68;
}

.btn-magenta .badge {
    color: #e73c68;
    background-color: #fff;
}

.btn-green {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #117c67;
    border-color: #0f6a58;
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #16a085;
    border-color: #16a085;
}

.btn-green .badge {
    color: #16a085;
    background-color: #fff;
}

.btn-purple {
    color: #fff;
    background-color: #e044ab;
    border-color: #e044ab;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #d7249a;
    border-color: #c6218e;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #e044ab;
    border-color: #e044ab;
}

.btn-purple .badge {
    color: #e044ab;
    background-color: #fff;
}

.btn-alizarin {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-alizarin:hover,
.btn-alizarin:focus,
.btn-alizarin:active,
.btn-alizarin.active,
.open .dropdown-toggle.btn-alizarin {
    color: #fff;
    background-color: #df2e1b;
    border-color: #cd2a19;
}

.btn-alizarin:active,
.btn-alizarin.active,
.open .dropdown-toggle.btn-alizarin {
    background-image: none;
}

.btn-alizarin.disabled,
.btn-alizarin[disabled],
fieldset[disabled] .btn-alizarin,
.btn-alizarin.disabled:hover,
.btn-alizarin[disabled]:hover,
fieldset[disabled] .btn-alizarin:hover,
.btn-alizarin.disabled:focus,
.btn-alizarin[disabled]:focus,
fieldset[disabled] .btn-alizarin:focus,
.btn-alizarin.disabled:active,
.btn-alizarin[disabled]:active,
fieldset[disabled] .btn-alizarin:active,
.btn-alizarin.disabled.active,
.btn-alizarin[disabled].active,
fieldset[disabled] .btn-alizarin.active {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-alizarin .badge {
    color: #e74c3c;
    background-color: #fff;
}

.btn-block + .btn-block {
    margin-top: 10px;
}

form + .btn-block {
    margin-top: 10px;
}

.btn.btn-default-alt {
    color: #8a8a8a;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    box-sizing: border-box;
}

.btn.btn-default-alt:hover,
.btn.btn-default-alt:focus {
    border: 1px solid #dcdcdc;
    box-shadow: none !important;
    color: #000;
    background-color: #dcdcdc;
}

.btn.btn-default-alt:active,
.btn.btn-default-alt.active {
    border-color: #dcdcdc;
    box-shadow: none !important;
}

.btn-default-alt.disabled,
.btn-default-alt[disabled],
fieldset[disabled] .btn-default-alt,
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus {
    box-shadow: none !important;
    border-color: #e6e7e8;
}

.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
    border-color: #e6e7e8;
    background-color: #e6e7e8;
    color: #fff;
}

.btn-default-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-default-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-default-alt:active,
.btn-default-alt.active {
    color: #000 !important;
}

.btn-primary-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4f8edc;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-alt:hover,
.btn-primary-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #2973cf;
}

.btn-primary-alt:active,
.btn-primary-alt.active {
    border-color: #4f8edc;
    background-color: #4f8edc;
    color: #fff;
}

.btn-primary-alt.disabled,
.btn-primary-alt[disabled],
fieldset[disabled] .btn-primary-alt,
.btn-primary-alt.disabled:hover,
.btn-primary-alt[disabled]:hover,
fieldset[disabled] .btn-primary-alt:hover,
.btn-primary-alt.disabled:focus,
.btn-primary-alt[disabled]:focus,
fieldset[disabled] .btn-primary-alt:focus {
    box-shadow: none !important;
    border-color: #4f8edc;
}

.btn-primary-alt.disabled:active,
.btn-primary-alt[disabled]:active,
fieldset[disabled] .btn-primary-alt:active,
.btn-primary-alt.disabled.active,
.btn-primary-alt[disabled].active,
fieldset[disabled] .btn-primary-alt.active {
    border-color: #4f8edc;
    background-color: #4f8edc;
    color: #fff;
}

.btn-primary-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-primary-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-warning-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #f1c40f;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning-alt:hover,
.btn-warning-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #c29d0b;
}

.btn-warning-alt:active,
.btn-warning-alt.active {
    border-color: #f1c40f;
    background-color: #f1c40f;
    color: #fff;
}

.btn-warning-alt.disabled,
.btn-warning-alt[disabled],
fieldset[disabled] .btn-warning-alt,
.btn-warning-alt.disabled:hover,
.btn-warning-alt[disabled]:hover,
fieldset[disabled] .btn-warning-alt:hover,
.btn-warning-alt.disabled:focus,
.btn-warning-alt[disabled]:focus,
fieldset[disabled] .btn-warning-alt:focus {
    box-shadow: none !important;
    border-color: #f1c40f;
}

.btn-warning-alt.disabled:active,
.btn-warning-alt[disabled]:active,
fieldset[disabled] .btn-warning-alt:active,
.btn-warning-alt.disabled.active,
.btn-warning-alt[disabled].active,
fieldset[disabled] .btn-warning-alt.active {
    border-color: #f1c40f;
    background-color: #f1c40f;
    color: #fff;
}

.btn-warning-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-warning-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-danger-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e73c3c;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger-alt:hover,
.btn-danger-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d61a1a;
}

.btn-danger-alt:active,
.btn-danger-alt.active {
    border-color: #e73c3c;
    background-color: #e73c3c;
    color: #fff;
}

.btn-danger-alt.disabled,
.btn-danger-alt[disabled],
fieldset[disabled] .btn-danger-alt,
.btn-danger-alt.disabled:hover,
.btn-danger-alt[disabled]:hover,
fieldset[disabled] .btn-danger-alt:hover,
.btn-danger-alt.disabled:focus,
.btn-danger-alt[disabled]:focus,
fieldset[disabled] .btn-danger-alt:focus {
    box-shadow: none !important;
    border-color: #e73c3c;
}

.btn-danger-alt.disabled:active,
.btn-danger-alt[disabled]:active,
fieldset[disabled] .btn-danger-alt:active,
.btn-danger-alt.disabled.active,
.btn-danger-alt[disabled].active,
fieldset[disabled] .btn-danger-alt.active {
    border-color: #e73c3c;
    background-color: #e73c3c;
    color: #fff;
}

.btn-danger-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-danger-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-success-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #85c744;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success-alt:hover,
.btn-success-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #6ca632;
}

.btn-success-alt:active,
.btn-success-alt.active {
    border-color: #85c744;
    background-color: #85c744;
    color: #fff;
}

.btn-success-alt.disabled,
.btn-success-alt[disabled],
fieldset[disabled] .btn-success-alt,
.btn-success-alt.disabled:hover,
.btn-success-alt[disabled]:hover,
fieldset[disabled] .btn-success-alt:hover,
.btn-success-alt.disabled:focus,
.btn-success-alt[disabled]:focus,
fieldset[disabled] .btn-success-alt:focus {
    box-shadow: none !important;
    border-color: #85c744;
}

.btn-success-alt.disabled:active,
.btn-success-alt[disabled]:active,
fieldset[disabled] .btn-success-alt:active,
.btn-success-alt.disabled.active,
.btn-success-alt[disabled].active,
fieldset[disabled] .btn-success-alt.active {
    border-color: #85c744;
    background-color: #85c744;
    color: #fff;
}

.btn-success-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-success-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-info-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4d83d6;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info-alt:hover,
.btn-info-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #1c9cbc;
}

.btn-info-alt:active,
.btn-info-alt.active {
    border-color: #4d83d6;
    background-color: #4d83d6;
    color: #fff;
}

.btn-info-alt.disabled,
.btn-info-alt[disabled],
fieldset[disabled] .btn-info-alt,
.btn-info-alt.disabled:hover,
.btn-info-alt[disabled]:hover,
fieldset[disabled] .btn-info-alt:hover,
.btn-info-alt.disabled:focus,
.btn-info-alt[disabled]:focus,
fieldset[disabled] .btn-info-alt:focus {
    box-shadow: none !important;
    border-color: #4d83d6;
}

.btn-info-alt.disabled:active,
.btn-info-alt[disabled]:active,
fieldset[disabled] .btn-info-alt:active,
.btn-info-alt.disabled.active,
.btn-info-alt[disabled].active,
fieldset[disabled] .btn-info-alt.active {
    border-color: #4d83d6;
    background-color: #4d83d6;
    color: #fff;
}

.btn-info-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-info-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-inverse-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4f5259;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-inverse-alt:hover,
.btn-inverse-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #37393e;
}

.btn-inverse-alt:active,
.btn-inverse-alt.active {
    border-color: #4f5259;
    background-color: #4f5259;
    color: #fff;
}

.btn-inverse-alt.disabled,
.btn-inverse-alt[disabled],
fieldset[disabled] .btn-inverse-alt,
.btn-inverse-alt.disabled:hover,
.btn-inverse-alt[disabled]:hover,
fieldset[disabled] .btn-inverse-alt:hover,
.btn-inverse-alt.disabled:focus,
.btn-inverse-alt[disabled]:focus,
fieldset[disabled] .btn-inverse-alt:focus {
    box-shadow: none !important;
    border-color: #4f5259;
}

.btn-inverse-alt.disabled:active,
.btn-inverse-alt[disabled]:active,
fieldset[disabled] .btn-inverse-alt:active,
.btn-inverse-alt.disabled.active,
.btn-inverse-alt[disabled].active,
fieldset[disabled] .btn-inverse-alt.active {
    border-color: #4f5259;
    background-color: #4f5259;
    color: #fff;
}

.btn-inverse-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-inverse-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-brown-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #c0392b;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-brown-alt:hover,
.btn-brown-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #962d22;
}

.btn-brown-alt:active,
.btn-brown-alt.active {
    border-color: #c0392b;
    background-color: #c0392b;
    color: #fff;
}

.btn-brown-alt.disabled,
.btn-brown-alt[disabled],
fieldset[disabled] .btn-brown-alt,
.btn-brown-alt.disabled:hover,
.btn-brown-alt[disabled]:hover,
fieldset[disabled] .btn-brown-alt:hover,
.btn-brown-alt.disabled:focus,
.btn-brown-alt[disabled]:focus,
fieldset[disabled] .btn-brown-alt:focus {
    box-shadow: none !important;
    border-color: #c0392b;
}

.btn-brown-alt.disabled:active,
.btn-brown-alt[disabled]:active,
fieldset[disabled] .btn-brown-alt:active,
.btn-brown-alt.disabled.active,
.btn-brown-alt[disabled].active,
fieldset[disabled] .btn-brown-alt.active {
    border-color: #c0392b;
    background-color: #c0392b;
    color: #fff;
}

.btn-brown-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-brown-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-indigo-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #9358ac;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-indigo-alt:hover,
.btn-indigo-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #77458c;
}

.btn-indigo-alt:active,
.btn-indigo-alt.active {
    border-color: #9358ac;
    background-color: #9358ac;
    color: #fff;
}

.btn-indigo-alt.disabled,
.btn-indigo-alt[disabled],
fieldset[disabled] .btn-indigo-alt,
.btn-indigo-alt.disabled:hover,
.btn-indigo-alt[disabled]:hover,
fieldset[disabled] .btn-indigo-alt:hover,
.btn-indigo-alt.disabled:focus,
.btn-indigo-alt[disabled]:focus,
fieldset[disabled] .btn-indigo-alt:focus {
    box-shadow: none !important;
    border-color: #9358ac;
}

.btn-indigo-alt.disabled:active,
.btn-indigo-alt[disabled]:active,
fieldset[disabled] .btn-indigo-alt:active,
.btn-indigo-alt.disabled.active,
.btn-indigo-alt[disabled].active,
fieldset[disabled] .btn-indigo-alt.active {
    border-color: #9358ac;
    background-color: #9358ac;
    color: #fff;
}

.btn-indigo-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-indigo-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-orange-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #efa131;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-orange-alt:hover,
.btn-orange-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #dc8911;
}

.btn-orange-alt:active,
.btn-orange-alt.active {
    border-color: #efa131;
    background-color: #efa131;
    color: #fff;
}

.btn-orange-alt.disabled,
.btn-orange-alt[disabled],
fieldset[disabled] .btn-orange-alt,
.btn-orange-alt.disabled:hover,
.btn-orange-alt[disabled]:hover,
fieldset[disabled] .btn-orange-alt:hover,
.btn-orange-alt.disabled:focus,
.btn-orange-alt[disabled]:focus,
fieldset[disabled] .btn-orange-alt:focus {
    box-shadow: none !important;
    border-color: #efa131;
}

.btn-orange-alt.disabled:active,
.btn-orange-alt[disabled]:active,
fieldset[disabled] .btn-orange-alt:active,
.btn-orange-alt.disabled.active,
.btn-orange-alt[disabled].active,
fieldset[disabled] .btn-orange-alt.active {
    border-color: #efa131;
    background-color: #efa131;
    color: #fff;
}

.btn-orange-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-orange-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-sky-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #76c4ed;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-sky-alt:hover,
.btn-sky-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #49b1e7;
}

.btn-sky-alt:active,
.btn-sky-alt.active {
    border-color: #76c4ed;
    background-color: #76c4ed;
    color: #fff;
}

.btn-sky-alt.disabled,
.btn-sky-alt[disabled],
fieldset[disabled] .btn-sky-alt,
.btn-sky-alt.disabled:hover,
.btn-sky-alt[disabled]:hover,
fieldset[disabled] .btn-sky-alt:hover,
.btn-sky-alt.disabled:focus,
.btn-sky-alt[disabled]:focus,
fieldset[disabled] .btn-sky-alt:focus {
    box-shadow: none !important;
    border-color: #76c4ed;
}

.btn-sky-alt.disabled:active,
.btn-sky-alt[disabled]:active,
fieldset[disabled] .btn-sky-alt:active,
.btn-sky-alt.disabled.active,
.btn-sky-alt[disabled].active,
fieldset[disabled] .btn-sky-alt.active {
    border-color: #76c4ed;
    background-color: #76c4ed;
    color: #fff;
}

.btn-sky-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-sky-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-midnightblue-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #34495e;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-midnightblue-alt:hover,
.btn-midnightblue-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #222f3d;
}

.btn-midnightblue-alt:active,
.btn-midnightblue-alt.active {
    border-color: #34495e;
    background-color: #34495e;
    color: #fff;
}

.btn-midnightblue-alt.disabled,
.btn-midnightblue-alt[disabled],
fieldset[disabled] .btn-midnightblue-alt,
.btn-midnightblue-alt.disabled:hover,
.btn-midnightblue-alt[disabled]:hover,
fieldset[disabled] .btn-midnightblue-alt:hover,
.btn-midnightblue-alt.disabled:focus,
.btn-midnightblue-alt[disabled]:focus,
fieldset[disabled] .btn-midnightblue-alt:focus {
    box-shadow: none !important;
    border-color: #34495e;
}

.btn-midnightblue-alt.disabled:active,
.btn-midnightblue-alt[disabled]:active,
fieldset[disabled] .btn-midnightblue-alt:active,
.btn-midnightblue-alt.disabled.active,
.btn-midnightblue-alt[disabled].active,
fieldset[disabled] .btn-midnightblue-alt.active {
    border-color: #34495e;
    background-color: #34495e;
    color: #fff;
}

.btn-midnightblue-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-midnightblue-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-magenta-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e73c68;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-magenta-alt:hover,
.btn-magenta-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d61a4b;
}

.btn-magenta-alt:active,
.btn-magenta-alt.active {
    border-color: #e73c68;
    background-color: #e73c68;
    color: #fff;
}

.btn-magenta-alt.disabled,
.btn-magenta-alt[disabled],
fieldset[disabled] .btn-magenta-alt,
.btn-magenta-alt.disabled:hover,
.btn-magenta-alt[disabled]:hover,
fieldset[disabled] .btn-magenta-alt:hover,
.btn-magenta-alt.disabled:focus,
.btn-magenta-alt[disabled]:focus,
fieldset[disabled] .btn-magenta-alt:focus {
    box-shadow: none !important;
    border-color: #e73c68;
}

.btn-magenta-alt.disabled:active,
.btn-magenta-alt[disabled]:active,
fieldset[disabled] .btn-magenta-alt:active,
.btn-magenta-alt.disabled.active,
.btn-magenta-alt[disabled].active,
fieldset[disabled] .btn-magenta-alt.active {
    border-color: #e73c68;
    background-color: #e73c68;
    color: #fff;
}

.btn-magenta-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-magenta-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-green-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #16a085;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-green-alt:hover,
.btn-green-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #107360;
}

.btn-green-alt:active,
.btn-green-alt.active {
    border-color: #16a085;
    background-color: #16a085;
    color: #fff;
}

.btn-green-alt.disabled,
.btn-green-alt[disabled],
fieldset[disabled] .btn-green-alt,
.btn-green-alt.disabled:hover,
.btn-green-alt[disabled]:hover,
fieldset[disabled] .btn-green-alt:hover,
.btn-green-alt.disabled:focus,
.btn-green-alt[disabled]:focus,
fieldset[disabled] .btn-green-alt:focus {
    box-shadow: none !important;
    border-color: #16a085;
}

.btn-green-alt.disabled:active,
.btn-green-alt[disabled]:active,
fieldset[disabled] .btn-green-alt:active,
.btn-green-alt.disabled.active,
.btn-green-alt[disabled].active,
fieldset[disabled] .btn-green-alt.active {
    border-color: #16a085;
    background-color: #16a085;
    color: #fff;
}

.btn-green-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-green-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-purple-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e044ab;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-purple-alt:hover,
.btn-purple-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cf2294;
}

.btn-purple-alt:active,
.btn-purple-alt.active {
    border-color: #e044ab;
    background-color: #e044ab;
    color: #fff;
}

.btn-purple-alt.disabled,
.btn-purple-alt[disabled],
fieldset[disabled] .btn-purple-alt,
.btn-purple-alt.disabled:hover,
.btn-purple-alt[disabled]:hover,
fieldset[disabled] .btn-purple-alt:hover,
.btn-purple-alt.disabled:focus,
.btn-purple-alt[disabled]:focus,
fieldset[disabled] .btn-purple-alt:focus {
    box-shadow: none !important;
    border-color: #e044ab;
}

.btn-purple-alt.disabled:active,
.btn-purple-alt[disabled]:active,
fieldset[disabled] .btn-purple-alt:active,
.btn-purple-alt.disabled.active,
.btn-purple-alt[disabled].active,
fieldset[disabled] .btn-purple-alt.active {
    border-color: #e044ab;
    background-color: #e044ab;
    color: #fff;
}

.btn-purple-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-purple-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-alizarin-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e74c3c;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-alizarin-alt:hover,
.btn-alizarin-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d62c1a;
}

.btn-alizarin-alt:active,
.btn-alizarin-alt.active {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff;
}

.btn-alizarin-alt.disabled,
.btn-alizarin-alt[disabled],
fieldset[disabled] .btn-alizarin-alt,
.btn-alizarin-alt.disabled:hover,
.btn-alizarin-alt[disabled]:hover,
fieldset[disabled] .btn-alizarin-alt:hover,
.btn-alizarin-alt.disabled:focus,
.btn-alizarin-alt[disabled]:focus,
fieldset[disabled] .btn-alizarin-alt:focus {
    box-shadow: none !important;
    border-color: #e74c3c;
}

.btn-alizarin-alt.disabled:active,
.btn-alizarin-alt[disabled]:active,
fieldset[disabled] .btn-alizarin-alt:active,
.btn-alizarin-alt.disabled.active,
.btn-alizarin-alt[disabled].active,
fieldset[disabled] .btn-alizarin-alt.active {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff;
}

.btn-alizarin-alt.dropdown-toggle {
    border-width: 1px;
}

.btn-alizarin-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px;
}

.btn-lg[class*="alt"] {
    padding: 9px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

.btn-sm[class*="alt"] {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs[class*="alt"] {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    padding: 0 4px;
}

.caret {
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-left: 2px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    vertical-align: top;
}

.caret:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
}

.dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.98);
}

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

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.dropdown-menu.arrow:before {
    position: absolute;
    top: -8px;
    right: 11px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: "";
}

.well {
    padding: 19px;
}

.well blockquote {
    border-color: #e6e7e8;
}

.well.well-transparent {
    background: 0;
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
}

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #edeef0;
}

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

.btn.dropdown-toggle {
    min-width: 26px;
}

.btn-group,
.btn-group-vertical {
    padding: 0;
}

.btn-group > .btn.fc-state-active,
.btn-group-vertical > .btn.fc-state-active {
    z-index: 2;
}

.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: 0;
}

.btn-toolbar .btn-group {
    float: none;
}

.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 0;
}

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

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

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

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb > li {
    font-size: 12px !important;
}

.pager li > a,
.pager li span {
    padding: 6px 14px;
}

.popover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: unset;
    border-radius: 5px;
    padding: 4px 10px 5px 10px;
    background: #191919;
    color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.popover-title {
    padding: 8px 15px;
    border-bottom-width: 0;
    border-radius: 0;
}

.popover-content {
    padding: 0;
}
.popover.left .arrow:after {
    border-left-color: #191919 !important;
}

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

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

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

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

.tooltip.top-left .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow {
    left: 5px;
}

.tooltip.top-right .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    right: 5px;
}

.tooltip-inner {
    padding: 6px 10px;
}

.alert .alert-link {
    font-weight: bold;
    color: #4f8edc !important;
}

.thumbnail {
    margin-bottom: 0;
}

.label {
    padding: 0.09em 0.6em 0.15em;
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    font-weight: 600;
    border-radius: 1px;
}

.label-orange {
    background-color: #efa131;
}

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

.label-grape {
    background-color: #7a869c;
}

.label-grape[href]:hover,
.label-grape[href]:focus {
    background-color: #616d82;
}

.label-inverse {
    background-color: #4f5259;
}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
    background-color: #37393e;
}

.label-sky {
    background-color: #76c4ed;
}

.label-sky[href]:hover,
.label-sky[href]:focus {
    background-color: #49b1e7;
}

.badge {
    padding: 4px 6px;
    font-size: 11px;
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
}

.badge-primary {
    background-color: #4f8edc;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    background-color: #2973cf;
}

.badge-success {
    background-color: #85c744;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    background-color: #6ca632;
}

.badge-info {
    background-color: #4d83d6;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    background-color: #1c9cbc;
}

.badge-warning {
    background-color: #f1c40f;
}

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

.badge-danger {
    background-color: #e73c3c;
}

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

#sidebar h4 {
    font-size: var(--sidebar-filter-font-size);
    font-weight: var(--sidebar-font-weight);
    margin-left: 10px;
}

#sidebar .badge.badge-primary {
    background-color: #4f8edc;
}

#sidebar .badge.badge-primary[href]:hover,
#sidebar .badge.badge-primary[href]:focus {
    background-color: #2973cf;
}

#sidebar .badge.badge-indigo {
    background-color: #9358ac;
}

#sidebar .badge.badge-indigo[href]:hover,
#sidebar .badge.badge-indigo[href]:focus {
    background-color: #77458c;
}

#sidebar .badge.badge-orange {
    background-color: #efa131;
}

#sidebar .badge.badge-orange[href]:hover,
#sidebar .badge.badge-orange[href]:focus {
    background-color: #dc8911;
}

#sidebar .badge.badge-success {
    background-color: #85c744;
}

#sidebar .badge.badge-success[href]:hover,
#sidebar .badge.badge-success[href]:focus {
    background-color: #6ca632;
}

#sidebar .badge.badge-info {
    background-color: #4d83d6;
}

#sidebar .badge.badge-info[href]:hover,
#sidebar .badge.badge-info[href]:focus {
    background-color: #1c9cbc;
}

#sidebar .badge.badge-warning {
    background-color: #f1c40f;
}

#sidebar .badge.badge-warning[href]:hover,
#sidebar .badge.badge-warning[href]:focus {
    background-color: #c29d0b;
}

#sidebar .badge.badge-danger {
    background-color: #e73c3c;
}

#sidebar .badge.badge-danger[href]:hover,
#sidebar .badge.badge-danger[href]:focus {
    background-color: #d61a1a;
}

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-inverse {
    background-color: #4f5259;
}

.progress-striped .progress-bar-inverse {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-primary {
    background-color: #4f8edc;
}

.progress-striped .progress-bar-primary {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-green {
    background-color: #16a085;
}

.progress-striped .progress-bar-green {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-orange {
    background-color: #efa131;
}

.progress-striped .progress-bar-orange {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-purple {
    background-color: #e044ab;
}

.progress-striped .progress-bar-purple {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-indigo {
    background-color: #9358ac;
}

.progress-striped .progress-bar-indigo {
    background-image: -webkit-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-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

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

.contextual-progress {
    margin: 20px 0;
}

.contextual-progress .progress-percentage {
    float: right;
    position: relative;
}

.contextual-progress .label {
    position: absolute;
    right: 32px;
    top: 2px;
    padding: 3px 5px;
}

.contextual-progress .progress-title {
    float: left;
}

.contextual-progress .progress {
    height: 2px;
    margin: 5px 0 0;
}

.contextual-progress:first-child {
    margin-top: 0;
}

.input-group-addon {
    padding: 7px 5px;
    min-width: 44px;
}

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

.carousel-caption h3 {
    color: #fff;
}

body {
    padding-top: 40px;
}

body.static-header {
    padding-top: 0;
}

#page-container {
    overflow: hidden;
}

#page-content {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
    border-left: 1px solid #e5e5e5;
}
body.collapse-leftbar #page-content {
    border-left: 0px;
}



:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

.navbar-brand {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: url("../img/logo.png") no-repeat center center;
    height: 40px;
    width: 150px;
}

@media (max-width: 480px) {
    ul.toolbar {
        display: block;
        float: none !important;
        margin: 0;
    }

    body {
        padding-top: 80px;
    }

    #page-rightbar,
    #sidebar {
        top: 80px !important;
    }
}

@media (max-width: 635px) {
    .navbar-header {
        margin: 0 auto;
        float: none !important;
        width: 106px;
    }
}

#headerbar {
    top: -1000px;
    left: 0;
    position: fixed;
    padding: 20px 20px 0;
    z-index: 9999;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: top 0.25s ease;
    transition: top 0.25s ease;
}

#headerbar:before,
#headerbar:after {
    content: " ";
    display: table;
}

#headerbar:after {
    clear: both;
}

#headerbar:before,
#headerbar:after {
    content: " ";
    display: table;
}

#headerbar:after {
    clear: both;
}

#page-content {
    padding-bottom: 30px;
}

footer {
    background: #edeef0;
    margin-left: 230px;
    height: 30px;
    margin-top: -30px;
    overflow: hidden;
}

footer > div.clearfix,
footer > div.container,
footer > div.container-fluid,
footer > div.row,
footer > div.form-horizontal .form-group,
footer > div.nav,
footer > div.btn-toolbar,
footer > div.btn-group-vertical > .btn-group,
footer > div.pager,
footer > div.modal-footer {
    margin: 6px 20px 0;
    font-size: 12px;
    color: #4d4d4d;
}

footer > div.clearfix a,
footer > div.container a,
footer > div.container-fluid a,
footer > div.row a,
footer > div.form-horizontal .form-group a,
footer > div.nav a,
footer > div.btn-toolbar a,
footer > div.btn-group-vertical > .btn-group a,
footer > div.pager a,
footer > div.modal-footer a {
    color: #4d4d4d;
}

footer > div.clearfix a:hover,
footer > div.container a:hover,
footer > div.container-fluid a:hover,
footer > div.row a:hover,
footer > div.form-horizontal .form-group a:hover,
footer > div.nav a:hover,
footer > div.btn-toolbar a:hover,
footer > div.btn-group-vertical > .btn-group a:hover,
footer > div.pager a:hover,
footer > div.modal-footer a:hover {
    color: #808080;
    text-decoration: none !important;
}

footer > div.clearfix ul,
footer > div.container ul,
footer > div.container-fluid ul,
footer > div.row ul,
footer > div.form-horizontal .form-group ul,
footer > div.nav ul,
footer > div.btn-toolbar ul,
footer > div.btn-group-vertical > .btn-group ul,
footer > div.pager ul,
footer > div.modal-footer ul {
    margin-bottom: -2px;
}

footer > div.clearfix ul li:last-child,
footer > div.container ul li:last-child,
footer > div.container-fluid ul li:last-child,
footer > div.row ul li:last-child,
footer > div.form-horizontal .form-group ul li:last-child,
footer > div.nav ul li:last-child,
footer > div.btn-toolbar ul li:last-child,
footer > div.btn-group-vertical > .btn-group ul li:last-child,
footer > div.pager ul li:last-child,
footer > div.modal-footer ul li:last-child {
    padding-right: 0;
}

footer #back-to-top {
    margin-top: -1px;
}

#page-heading:before,
#page-heading:after {
    content: " ";
    display: table;
}

#page-heading:after {
    clear: both;
}

#page-heading:before,
#page-heading:after {
    content: " ";
    display: table;
}

#page-heading:after {
    clear: both;
}

#page-heading h1 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #292929;
    padding: 0px;
    margin: 30px 20px 10px 20px;
}
#page-heading .breadcrumb + h1 {
    margin-top: 10px;
}

div#page-heading {
    margin-left: 0px;
}

div.row div.container {
    padding-left: 0px;
    padding-right: 0px;
}

div.row div.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.page-heading h1 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #292929;
    padding: 0px;
    margin: 20px 0px 10px 0px;
}

#page-heading .options {
    display: inline;
    float: right;
    position: relative;
    top: 16px;
    right: 20px;
}

@media print {
    #page-leftbar,
    #page-heading .options,
    #page-heading .breadcrumbs,
    header {
        display: none !important;
    }
}

@media (max-width: 767px) {
    header .navbar-collapse.in {
        overflow-y: visible;
    }

    #sidebar {
        /* position: fixed; */
        top: 40px;
        bottom: 0;
        overflow-x: hidden !important;
    }

    body.show-leftbar #sidebar {
        width: 230px;
    }
}

.focusedform {
    background: #e6e7e8;
    padding: 0;
}

.focusedform .panel {
    width: 400px;
}

.focusedform .brand {
    display: block;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 224px;
}

.focusedform .verticalcenter {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -186px;
}

@media (max-width: 767px) {
    .focusedform .panel {
        width: 320px;
    }

    .focusedform .verticalcenter {
        width: 380px !important;
    }
}

@media (max-width: 450px) {
    .focusedform .verticalcenter {
        width: 340px !important;
    }
}

.navbar {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.horizontal-nav footer {
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
}

.horizontal-nav #page-content {
    margin-left: 0;
}

.horizontal-nav nav.navbar {
    z-index: 1029;
}

#horizontal-navbar .navbar-nav > .open > a {
    background: #d2d3d6;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

#horizontal-navbar .navbar-nav > .open > a i {
    background: transparent;
}

#horizontal-navbar .navbar-nav ul {
    background-color: #dfe0e2;
    border: 0;
    border-radius: 0;
}

#horizontal-navbar .navbar-nav ul li a {
    color: rgba(63, 68, 76, 0.7);
}

#horizontal-navbar .navbar-nav ul li a:hover {
    background: #d2d3d6;
    color: #3f444c;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#horizontal-navbar .navbar-nav li a {
    color: #3f444c;
}

#horizontal-navbar .navbar-nav li a i {
    color: #3f444c;
}

#horizontal-navbar .navbar-nav li.active a,
#horizontal-navbar .navbar-nav li.active a i,
#horizontal-navbar .navbar-nav li.active a:hover,
#horizontal-navbar .navbar-nav li.active a:hover i {
    background-color: #595f69;
    color: #fff;
}

#horizontal-navbar .navbar-nav li.active a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f7f8fa transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
}

#horizontal-navbar .navbar-nav li a:hover,
#horizontal-navbar .navbar-nav li a:hover i {
    background: #d2d3d6;
    color: #3f444c;
}

#horizontal-navbar .navbar-nav li a:hover {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

#horizontal-navbar .navbar-nav i {
    margin-right: 2px;
}

@media (max-width: 767px) {
    #horizontal-navbar .navbar-nav li.active a:before {
        border-color: transparent !important;
    }
}

nav.navbar {
    background: #e6e7e8;
}

nav.navbar .navbar-toggle,
nav.navbar .navbar-toggle:hover,
nav.navbar .navbar-toggle:focus {
    background: transparent;
    color: #fff;
    border: 0;
}

@media (min-width: 768px) {
    #horizontal-navbar.large-icons-nav .navbar-nav {
        margin-bottom: 0;
    }

    #horizontal-navbar.large-icons-nav .navbar-nav li {
        min-width: 120px;
    }

    #horizontal-navbar.large-icons-nav .navbar-nav li a > i {
        font-size: 28px;
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-right: 0;
    }

    #horizontal-navbar.large-icons-nav .navbar-nav li span {
        display: block;
        text-align: center;
        margin-top: 8px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.04em;
    }
}

.fixed-layout {
    background: rgba(0, 0, 0, 0.9);
}

.fixed-layout #page-container,
.fixed-layout header {
    max-width: none !important;
    width: 960px;
    margin: 0 auto;
}

.fixed-layout header .navbar-brand {
    display: block;
}

header a.hasnotifications {
    color: #fff !important;
}

header .toolbar .dropdown,
header #headerbardropdown,
header #rightmenu-trigger {
    border-left: 1px solid #27292d;
}

header #leftmenu-trigger {
    border-right: 1px solid #27292d;
}

.scrollthis {
    height: 200px;
    overflow-y: scroll;
}

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

.scrollthis li:after {
    clear: both;
}

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

.scrollthis li:after {
    clear: both;
}

.scrollthis li a {
    display: block;
    text-decoration: none;
}

.scrollthis + .dd-footer {
    border-top: 1px solid #e6e7e8;
}

.dropdown-menu.notifications,
.dropdown-menu.messages {
    padding: 0;
    z-index: 1300;
}

.dropdown-menu.notifications {
    width: 292px;
}

.dropdown-menu.notifications li,
.dropdown-menu.messages li {
    border-bottom: 1px solid #e6e7e8;
    color: #000 !important;
}

.dropdown-menu.notifications li a,
.dropdown-menu.messages li a {
    white-space: normal;
    color: #4d4d4d;
}

.dropdown-menu.notifications li a.active,
.dropdown-menu.messages li a.active,
.dropdown-menu.notifications li a:hover,
.dropdown-menu.messages li a:hover {
    color: #1a1a1a !important;
    background: #f7f8fa !important;
}

.dropdown-menu.notifications li .time,
.dropdown-menu.messages li .time {
    color: #b3b3b3;
    font-size: 0.85em;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

.dropdown-menu.notifications li.dd-header a,
.dropdown-menu.messages li.dd-header a,
.dropdown-menu.notifications li.dd-footer a,
.dropdown-menu.messages li.dd-footer a {
    color: #4f8edc;
}

.dropdown-menu.notifications li.dd-header,
.dropdown-menu.messages li.dd-header {
    padding: 6px 10px;
    font-size: 0.85em;
}

.dropdown-menu.notifications li.dd-header:before,
.dropdown-menu.messages li.dd-header:before,
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
    content: " ";
    display: table;
}

.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
    clear: both;
}

.dropdown-menu.notifications li.dd-header:before,
.dropdown-menu.messages li.dd-header:before,
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
    content: " ";
    display: table;
}

.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
    clear: both;
}

.dropdown-menu.notifications li.dd-header span:first-child,
.dropdown-menu.messages li.dd-header span:first-child {
    float: left !important;
    float: left;
    font-weight: 400;
}

.dropdown-menu.notifications li.dd-header span:last-child,
.dropdown-menu.messages li.dd-header span:last-child {
    float: right !important;
    float: right;
}

.dropdown-menu.notifications li.dd-header span:last-child a,
.dropdown-menu.messages li.dd-header span:last-child a {
    padding: 0 !important;
}

.dropdown-menu.notifications li.dd-header a,
.dropdown-menu.messages li.dd-header a {
    background: none !important;
}

.dropdown-menu.notifications li.dd-header a:hover,
.dropdown-menu.messages li.dd-header a:hover {
    color: #4f8edc;
}

.dropdown-menu.notifications li.dd-footer,
.dropdown-menu.messages li.dd-footer {
    font-size: 0.85em;
}

.dropdown-menu.notifications li.dd-footer a,
.dropdown-menu.messages li.dd-footer a {
    text-align: center;
    padding: 7px 10px;
}

.dropdown-menu.notifications li:last-child,
.dropdown-menu.messages li:last-child {
    border-bottom: 0;
}

.dropdown-menu.notifications li .notification-user i {
    background-color: #34495e;
}

.dropdown-menu.notifications li .notification-warning i {
    background-color: #f1c40f;
}

.dropdown-menu.notifications li .notification-danger i {
    background-color: #e73c3c;
}

.dropdown-menu.notifications li .notification-fix i {
    background-color: #4f5259;
}

.dropdown-menu.notifications li .notification-success i {
    background-color: #85c744;
}

.dropdown-menu.notifications li .notification-failure i {
    background-color: #e73c3c;
}

.dropdown-menu.notifications li .notification-order i {
    background-color: #4d83d6;
}

.dropdown-menu.notifications li a {
    padding: 12px 15px;
    line-height: 16px;
}

.dropdown-menu.notifications li a i {
    float: left !important;
    float: left;
    color: #fff;
    padding: 3px 0;
    min-width: 20px;
    text-align: center;
    margin-top: -2px;
    border-radius: 1px;
}

.dropdown-menu.notifications li a .msg {
    overflow: hidden;
    padding: 0 7px;
    display: inline;
    width: 210px;
}

.dropdown-menu.notifications li .time {
    float: right;
}

.dropdown-menu.messages li a {
    width: 290px;
    line-height: 14px;
    padding: 15px 15px 12px;
}

.dropdown-menu.messages li a img {
    float: left !important;
    float: left;
    margin-right: 10px;
    height: 30px;
    border-radius: 1px;
}

.dropdown-menu.messages li a div {
    overflow: hidden;
    position: relative;
}

.dropdown-menu.messages li a .name {
    margin-top: 0;
}

.dropdown-menu.messages li a .msg {
    padding-top: 5px;
}

.dropdown-menu.messages li .time {
    float: right;
}

.dropdown-menu.messages li img {
    height: 30px;
    width: 30px;
}

.dropdown-menu.messages li span {
    display: block;
}

.dropdown-menu.messages li span.msg {
    font-size: 0.85em;
    color: #808080;
}

.dropdown-menu.userinfo {
    padding: 15px 15px 0;
    min-width: 200px;
}

.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo:after {
    clear: both;
}

.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo:after {
    clear: both;
}

.dropdown-menu.userinfo ul {
    padding-left: 0;
}

.dropdown-menu.userinfo li {
    list-style: none;
}

.dropdown-menu.userinfo h5 {
    margin: -2px 0 -2px 0;
}

.dropdown-menu.userinfo li.username {
    margin: 0 -15px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d2d3d6;
}

.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo li.username:after {
    clear: both;
}

.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo li.username:after {
    clear: both;
}

.dropdown-menu.userinfo li.username a {
    padding: 0 5px;
    white-space: initial;
}

.dropdown-menu.userinfo li.username .pull-left img {
    width: 30px;
    border-radius: 1px;
}

.dropdown-menu.userinfo li.username .pull-right {
    min-width: 128px;
}

.dropdown-menu.userinfo li.username .pull-right small {
    color: #808080;
}

.dropdown-menu.userinfo li.username .pull-right small span {
    color: #4f8edc;
}

.dropdown-menu.userinfo .userlinks ul {
    display: block;
    position: relative;
    border: 0;
    background: transparent;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu.userinfo .userlinks ul li {
    margin: 0 -15px;
}

.dropdown-menu.userinfo .userlinks ul li a {
    white-space: inherit;
}

.dropdown-menu.userinfo .userlinks ul li.divider {
    margin: 5px -15px;
}

.dropdown-menu.userinfo .userlinks ul i.pull-right {
    margin-top: 2px;
}

.dropdown-menu.search {
    width: 280px;
    padding: 0;
}

.dropdown-menu.search input[type="text"] {
    border: 0;
    height: 38px;
}

#headerbardropdown {
    padding: 7px 12px;
}

#headerbardropdown span {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 8px 3px 8px;
    display: block;
    border-radius: 1px;
}

#headerbardropdown i {
    margin-left: 0;
}

#headerbardropdown:hover span {
    background-color: rgba(255, 255, 255, 0.25);
}

.toolbar.navbar-nav {
    margin: 0;
}

.navbar-nav .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.navbar-nav.toolbar > li {
    float: right;
}

a.username {
    padding: 8px 10px !important;
    font-size: 12px !important;
}

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

a.username:after {
    clear: both;
}

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

a.username:after {
    clear: both;
}

a.username span {
    padding-right: 10px;
    top: 2px;
    position: relative;
    float: left;
}

a.username img {
    height: 24px;
    width: 24px;
    float: right;
    border-radius: 1px;
}

.dropdown-menu.userinfo .username a {
    padding: 0;
    color: #4d4d4d;
}

.dropdown-menu.userinfo .username a:before,
.dropdown-menu.userinfo .username a:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo .username a:after {
    clear: both;
}

.dropdown-menu.userinfo .username a:before,
.dropdown-menu.userinfo .username a:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo .username a:after {
    clear: both;
}

.dropdown-menu.userinfo .username a:hover {
    text-decoration: none;
    background: 0;
}

header.navbar {
    margin-bottom: 0;
    border: 0;
}

.nav .badge,
#sidebar .badge {
    text-align: center;
    text-shadow: none !important;
}

.nav .badge {
    top: 4px;
    left: 22px;
    position: absolute;
    background-color: #e73c3c;
}

#sidebar .badge {
    float: right;
    position: absolute;
    top: 11px;
    right: 30px;
}

.navbar .btn {
    font-size: 1em;
    padding: 5px;
}

.navbar .btn.pull-left {
    border-right: 1px solid #555;
    margin-right: 10px;
}

.navbar .btn.pull-right {
    border-left: 1px solid #555;
    margin-left: 10px;
}

#leftmenu-trigger,
#rightmenu-trigger {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjI5OTJEN0UxMDdFMTFFMzk1QjZBODRFMTJGRERFNzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjI5OTJEN0QxMDdFMTFFMzk1QjZBODRFMTJGRERFNzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmRpZDo4QzE3NEM1ODdCMTBFMzExQTBDOEVEREIyRENFMUU0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QzE3NEM1ODdCMTBFMzExQTBDOEVEREIyRENFMUU0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmxMBE8AAADNSURBVHja7NpBCoAwDARAIz7cn9cvaGhqW2bPCnEwSxGjtXZIPicCgAABAhSAAAECFIAAAQIUgADXyZW45+583aiUzB0+qFphgDpw7P1TzacDrTBAHTjxmbB8Vh1ohQECBCgAAQIEKAABAgQoAAECBCgAAQIEKAABAgQoAAECBCgAAU6YzP+Bb/+Hi8metWTuDGAs+rKEFdaBOvBLl/xVAUPn27EDwwrrQB3Yu2P+WvvyWXc/B4YV1oEABSBAgAAFIECAAAUgQIA75RFgAGBMGKmai6EfAAAAAElFTkSuQmCC);
}
#leftmenu-trigger.black-tooltips,
#rightmenu-trigger.black-tooltips {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNv…c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    max-width: 24px;
    max-height: 24px;
    margin-top: 9px;
    background-size: cover;
}
#leftmenu-trigger {
    background-position: 0 0;
    float: left;
}

#leftmenu-trigger:hover {
    background-position: 0 40px;
}

#rightmenu-trigger {
    background-position: 39px 0;
    float: right;
}

#rightmenu-trigger:hover {
    background-position: 39px 40px;
}

@media (max-width: 767px) {
    .dropdown-menu.messages {
        margin-right: -35px;
    }

    .dropdown-menu.messages:before {
        margin-right: 35px;
    }

    .dropdown-menu.notifications {
        margin-right: -85px;
    }

    .dropdown-menu.notifications:before {
        margin-right: 85px;
    }

    nav.navbar .dropdown-menu {
        position: relative;
        float: none;
        background: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    nav.navbar .navbar-header {
        width: auto;
    }
}

nav.navbar {
    margin-bottom: 0;
}

#page-rightbar {
    background: #fafbfc;
    display: none;
    width: 300px;
    top: 40px;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1029;
    overflow: hidden;
    position: fixed;
    border-left: 1px solid #d2d3d6;
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
}

#page-rightbar > div {
    padding: 0 10px;
}

body.show-rightbar #page-rightbar {
    display: block;
}

body.show-rightbar #widgetarea {
    display: block;
    overflow: visible;
}

body.show-rightbar .widget-heading {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    background-color: #edeef0;
}

body.show-rightbar .widget-heading a {
    text-decoration: none;
    color: inherit;
}

body.show-rightbar .widget-heading a h4 {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1em;
    display: block;
    padding: 10px 0 10px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.show-rightbar .widget-heading a h4:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
}

body.show-rightbar .widget-heading a.collapsed h4:after {
    content: "\f104";
    opacity: 0.5;
    filter: alpha(opacity=50);
}

body.show-rightbar .widget-body {
    margin-top: 0;
}

body.show-rightbar .widget-body:before,
body.show-rightbar .widget-body:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body:after {
    clear: both;
}

body.show-rightbar .widget-body:before,
body.show-rightbar .widget-body:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body:after {
    clear: both;
}

body.show-rightbar .widget-body .more {
    padding-top: 0;
    font-size: 12px;
    float: right;
}

body.show-rightbar .widget-body .widget-block {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
}

body.show-rightbar .widget-body .widget-block:before,
body.show-rightbar .widget-body .widget-block:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body .widget-block:after {
    clear: both;
}

body.show-rightbar .widget-body .widget-block:before,
body.show-rightbar .widget-body .widget-block:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body .widget-block:after {
    clear: both;
}

body.show-rightbar .widget-body .widget-block small {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
}

body.show-rightbar .widget-body .widget-block h5 {
    margin: 0;
    color: #fff;
    font-size: 1.3em;
}

body.show-rightbar .widget-body .widget-block h5 > small {
    vertical-align: super;
    display: inline;
    font-size: 0.6em;
}

body.show-rightbar #chatarea {
    display: none;
    margin-top: 10px;
}

body.show-rightbar #chatarea .chatuser {
    font-size: 18px;
    margin: 0;
}

body.show-rightbar #chatarea .chathistory {
    bottom: 122px;
    top: 40px;
    position: absolute;
    height: auto;
    display: block;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
}

body.show-rightbar #chatarea .chatinput {
    height: 100px;
    width: 279px;
    bottom: 10px;
    position: absolute;
}

body.show-rightbar #chatarea .chatinput textarea {
    border: 1px solid #d2d3d6;
    text-decoration: none;
    background-color: #fff;
    width: 100%;
    height: 62px;
    padding: 10px;
    resize: none;
}

body.show-rightbar #chatarea .chatmsg {
    text-align: right;
    position: relative;
    background: #edeef0;
    color: #1a1a1a;
    width: 279px;
    padding: 10px;
    margin: 10px 0 20px;
    border-radius: 1px;
}

body.show-rightbar #chatarea .chatmsg:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    right: 5%;
    border-top: 10px solid #edeef0;
    border-left: 15px solid transparent;
}

body.show-rightbar #chatarea .chatmsg p {
    margin: 0;
    font-size: 14px;
}

body.show-rightbar #chatarea .chatmsg span {
    padding-top: 5px;
    display: block;
    text-align: left;
    font-size: 12px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

body.show-rightbar #chatarea .chatmsg.sent {
    text-align: left;
    background: #34495e;
    color: #fff;
    position: relative;
}

body.show-rightbar #chatarea .chatmsg.sent span {
    text-align: right;
}

body.show-rightbar #chatarea .chatmsg.sent:after {
    left: 5%;
    right: auto;
    border-left: none;
    border-top: 10px solid #34495e;
    border-right: 15px solid transparent;
}

.chat-users {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.chat-users a {
    display: block;
    color: #4d4d4d;
}

.chat-users a:hover {
    text-decoration: none;
    background-color: #f2f3f5;
    border-radius: 1px;
}

.chat-users li {
    margin: 5px 0 0 0;
}

.chat-users li:first-child {
    margin-top: 0;
}

.chat-users img {
    width: 30px;
    height: 30px;
    border-radius: 1px;
}

.chat-users span {
    padding-left: 10px;
}

.chat-users li a:after {
    content: "•";
    float: right;
    font-size: 1.5em;
    padding-right: 3px;
}

.chat-users li[data-stats="online"] a:after {
    color: #85c744;
}

.chat-users li[data-stats="busy"] a:after {
    color: #e73c3c;
}

.chat-users li[data-stats="away"] a:after {
    color: #f1c40f;
}

.chat-users li[data-stats="offline"] a:after {
    color: #edeef0;
}

#page-leftbar {
    float: left;
    white-space: nowrap;
    position: relative;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

#page-leftbar:before,
#page-leftbar:after {
    content: " ";
    display: table;
}

#page-leftbar:after {
    clear: both;
}

#page-leftbar:before,
#page-leftbar:after {
    content: " ";
    display: table;
}

#page-leftbar:after {
    clear: both;
}

#page-leftbar .collapse.in {
    padding: 5px 0 5px;
}

#page-leftbar .collapse {
    padding: 0;
}

#sidebar {
    white-space: normal;
    margin: 10px 0 0 0;
    padding-left: 0 !important;
}

#sidebar .badge {
    font-weight: 600;
    background-color: rgba(21, 22, 26, 0.6);
    right: 25px !important;
}

#sidebar li > .datepicker {
    font-size: var(--search-input-font-size);
}

#sidebar li > i,
#sidebar li > a > i {
    color: #3f444c;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#sidebar li > a > i {
    margin-right: 13px;
}
#sidebar > li > a:hover {
    color: #4d83d6;
}
#sidebar > li > a:hover > i {
    color: #4d83d6;
}
#sidebar > li > a:hover > svg {
    fill: currentColor;
}

#sidebar .divider {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #d2d3d6;
}

#sidebar .divider:hover {
    background-color: #d2d3d6;
}

#sidebar .btn-light-blue-7000,
#sidebar a {
    font-size: var(--base-btn-font-size);
    font-weight: var(--base-btn-font-weight);
    text-decoration: none;
    line-height: 1.2;
}

#sidebar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#sidebar li > a {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin: 5px 0;
    padding: 12px 11px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: var(--description-font-size13) !important;
    font-weight: var(--sidebar-font-weight) !important;
    color: #4b4b4b;
}
#sidebar li > a.btn {
    margin: 12px 0;
    padding: 12px 11px;
    font-size: var(--sidebar-button-font-size) !important;
}
#sidebar li a > svg:first-child,
#sidebar li a > img:first-child {
    max-width: 22px;
    max-height: 22px;
    object-fit: scale-down;
    margin-right: 13px;
}

#sidebar li > [id^="side-bar-order-title-"] {
    font-size: var(--sidebar-title-font-size) !important;
    font-weight: normal !important;
}

#sidebar li a.en {
    font-size: 11px;
}
#sidebar li.price_type_item {
    display: grid;
    align-items: stretch;
    grid-template-columns: 80% 20%;
}

#sidebar > li.price_type_item > a:first-child {
    grid-column-start: 1;
    grid-column-end: 1;
}

#sidebar > li.price_type_item > a:last-child {
    grid-column-start: 2;
    grid-column-end: 2;
}

#sidebar a.delete:hover {
    background-color: #d94624;
    color: #3f444c;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar > li.active > a {
    background: #f2f2f2;
    color: #4b4b4b;
}
#sidebar > li.active > a:hover,
#sidebar > li.active > a:hover > i,
#sidebar > li.active > a:hover > svg {
    color: #4b4b4b;
    fill: #4b4b4b;
}

#sidebar > li > a.without_delete:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
}

#sidebar ul li a {
    padding: 5px 10px 5px 37px;
}

#sidebar ul li.active:not(.open) > a {
    font-weight: 600;
    color: #3f444c;
}

#sidebar li ul {
    display: none;
}

#sidebar ul ul {
    padding: 0;
}

#sidebar li li li a {
    padding-left: 60px;
}

#sidebar ul ul ul li a {
    padding-left: 80px;
}

#sidebar ul ul ul ul li a {
    padding-left: 100px;
}

#sidebar li.hasChild > a {
    position: relative;
}

#sidebar li.hasChild > a:before,
#sidebar li.hasChild > a:after {
    content: " ";
    display: table;
}

#sidebar li.hasChild > a:after {
    clear: both;
}

#sidebar li.hasChild > a:before,
#sidebar li.hasChild > a:after {
    content: " ";
    display: table;
}

#sidebar li.hasChild > a:after {
    clear: both;
}

#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
    content: "\f105";
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#sidebar li.hasChild.open > a:before {
    content: "\f107";
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    text-decoration: inherit;
    text-align: right;
    padding-right: 0;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sidebar li.hasChild li.hasChild a:before {
    top: 5px;
}

body.collapse-leftbar #sidebar > li.hasChild.open > a:before {
    content: "";
}

body.collapse-leftbar #sidebar > li.hasChild > a:before {
    content: "";
}

body.collapse-leftbar #sidebar > li.hasChild:hover > a:before {
    content: "";
}

#page-leftbar {
    width: 230px;
}

#page-content {
    /*margin-left: var(--page-content-margin-left);*/
}

#wrap {
    overflow: hidden;
}

@media (max-width: 767px) {
    #page-content,
    #sidebar {
        -webkit-transition: 250ms ease;
        transition: 250ms ease;
    }

    #sidebar {
        white-space: nowrap;
    }

    #page-content {
        margin-left: 0;
    }

    footer {
        margin-left: 0;
    }
}

#search {
    line-height: 0;
}

#search > a {
    display: none !important;
}

#search form {
    margin: 0;
    padding: 0;
    position: relative;
}

#search form .search-query {
    background: #d2d3d6;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    color: #3f444c;
    padding: 0 10px 0 37px;
    border-radius: 0;
    min-height: 40px;
    line-height: 18px;
    width: 100%;
}

#search form .search-query:-moz-placeholder {
    color: rgba(63, 68, 76, 0.5);
}

#search form .search-query::-moz-placeholder {
    color: rgba(63, 68, 76, 0.5);
    opacity: 1;
}

#search form .search-query:-ms-input-placeholder {
    color: rgba(63, 68, 76, 0.5);
}

#search form .search-query::-webkit-input-placeholder {
    color: rgba(63, 68, 76, 0.5);
}

#search form .search-query:focus {
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#search form .search-query:focus:-moz-placeholder {
    color: transparent;
}

#search form .search-query:focus::-moz-placeholder {orders-statistic
    color: transparent;
    opacity: 1;
}

#search form .search-query:focus:-ms-input-placeholder {
    color: transparent;
}

#search form .search-query:focus::-webkit-input-placeholder {
    color: transparent;
}

#search form .search-query:focus + button i {
    opacity: 1;
    filter: alpha(opacity=100);
}

#search form .search-query,
#search form .search-query:active,
#search form .search-query:focus {
    border: 0;
}

#search form button[type="submit"] {
    float: left;
    position: absolute;
    top: 0;
    left: 10px;
    border: 0;
    background: 0;
    padding: 13px 0;
    margin: 0;
    min-width: none;
}

#search form button[type="submit"] i {
    color: #3f444c;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

body.collapse-leftbar #page-leftbar {
    display: none !important;
}

body.collapse-leftbar #page-content {
    margin-left: 0px;
}

body.collapse-leftbar #sidebar > li {
    white-space: nowrap;
    z-index: 999;
    position: relative;
}

body.collapse-leftbar #sidebar > li span {
    display: none;
}

body.collapse-leftbar #sidebar > li > ul {
    position: absolute;
    width: 210px;
    left: 40px;
}

body.collapse-leftbar #sidebar > li:hover,
body.collapse-leftbar #sidebar > li.keep-open {
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    background: #d2d3d6;
    width: 250px;
}

body.collapse-leftbar #sidebar > li:hover span,
body.collapse-leftbar #sidebar > li.keep-open span {
    display: inline;
}

body.collapse-leftbar #sidebar > li:hover > ul,
body.collapse-leftbar #sidebar > li.keep-open > ul {
    display: block;
}

body.collapse-leftbar #sidebar > li:hover.divider,
body.collapse-leftbar #sidebar > li.keep-open.divider {
    width: 40px !important;
}

body.collapse-leftbar #sidebar > li:hover > a,
body.collapse-leftbar #sidebar > li.keep-open > a,
body.collapse-leftbar #sidebar > li:hover a i,
body.collapse-leftbar #sidebar > li.keep-open a i {
    color: #3f444c;
}

body.collapse-leftbar #sidebar > li.active:hover > a:after {
    display: none;
}

body.collapse-leftbar #sidebar > li.active:hover > a,
body.collapse-leftbar #sidebar > li.active:hover > a i {
    color: #fff;
}

body.collapse-leftbar #sidebar i {
    margin-right: 20px !important;
    margin-left: 1px;
}

body.collapse-leftbar #sidebar li li a {
    padding-left: 10px;
}

body.collapse-leftbar #sidebar li li li a {
    padding-left: 20px;
}

body.collapse-leftbar #sidebar li li li li a {
    padding-left: 30px;
}

body.collapse-leftbar #search:hover {
    width: 40px !important;
}

body.collapse-leftbar #search:hover,
body.collapse-leftbar #search:hover a {
    background: none !important;
    box-shadow: none !important;
}

body.collapse-leftbar #search a {
    display: block !important;
    padding: 13px 10px;
}

body.collapse-leftbar #search form {
    display: none;
}

body.collapse-leftbar #search .opacity-control {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

body.collapse-leftbar #search.keep-open {
    width: 250px !important;
}

body.collapse-leftbar #search.keep-open > a {
    background: #d2d3d6 !important;
}

body.collapse-leftbar #search.keep-open > a:hover {
    background: #3f444c;
}

body.collapse-leftbar #search.keep-open form {
    display: block;
    width: 220px;
    position: absolute;
    top: 0;
    left: 30px;
}

body.collapse-leftbar #search.keep-open form .search-query {
    border: 0;
    background: transparent;
    padding: 0 10px 0 10px;
    position: relative !important;
    z-index: 1050;
    width: 100%;
}

body.collapse-leftbar #search.keep-open form button[type="submit"] {
    display: none;
}

.navbar {
    position: relative;
    z-index: 1200;
    min-height: 40px;
    margin-bottom: 20px;
    border: 0;
}

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

.navbar:after {
    clear: both;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 1px;
    }
}

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

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

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

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

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0;
    }
}

.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 6px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: rgba(0, 0, 0, 0.15) !important;
    border: 1px solid transparent;
    border-radius: 1px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
        float: left;
    }

    .navbar-right {
        float: right !important;
        float: right;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

.navbar-text {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #e6e7e8;
    border-color: 0;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #d5d6d8;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: 0;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #d5d6d8;
    color: #555;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .navbar-nav a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #d5d6d8;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-inverse {
    background-color: #313338;
    border-color: #191a1d;
}

.navbar-inverse .navbar-brand {
    color: #888;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #aeafb1;
}

.navbar-inverse .navbar-nav > li > a {
    color: #888;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #27292d;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #202225;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #27292d;
    color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-link {
    color: #888;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

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

.panel .panel-heading + div hr:first-child {
    display: none;
}
.panel .panel-heading + div .panel-body {
    border-radius: 0px 0px 4px 4px;
}

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

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

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

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

.panel-heading h4 {
    margin: 0;
    padding: 0px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #292929;
}

.panel-heading h4 i {
    position: relative;
}

.panel-heading h4 label {
    margin-bottom: 0px;
    margin-right: 17px;
}
.panel-heading h4 .switchall-label {
    padding: 0px;
}

.panel-heading .options span:first-child {
    font-weight: 700;
}

.panel-heading .options .nav-tabs {
    float: left;
    position: relative;
    top: 5px;
}

.panel-heading .options .nav-tabs li a {
    line-height: 2.36em;
}

.panel-heading .options > a {
    color: #000;
    font-size: 14px;
    line-height: 1.25em;
    padding-left: 10px;
}

.panel-heading .options > a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none;
}

.panel-heading .options .btn {
    line-height: 1em !important;
    padding-top: 2px;
    padding-bottom: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.panel-footer {
    padding: 20px 20px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

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

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

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

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

.panel-body {
    padding: 20px;
}

.panel-heading + .panel-body {
    border: 0;
    padding: 20px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-body + .panel-footer {
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    color: #ddd;
}

.options .nav-tabs {
    border-bottom: 0;
}

.options .nav-tabs li a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 2.5em;
}

.options .nav-tabs li a:hover {
    background: 0;
}

.options .nav-tabs > li > a {
    margin-right: 0;
}

.icon-highlight {
    font-size: 14px;
    top: -1px;
    padding: 5px 0;
    height: 25px;
    width: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    margin: 5px 3px 5px -3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.icon-scale {
    font-size: 14px;
}

.icon-scale-sm {
    font-size: 13px;
}

.icon-gray {
    color: rgba(0, 0, 0, 0.5);
}

.icon-highlight-info {
    color: #fff !important;
    background: #4d83d6;
}

.icon-highlight-primary {
    color: #fff !important;
    background: #4f8edc;
}

.icon-highlight-danger {
    color: #fff !important;
    background: #e73c3c;
}

.icon-highlight-success {
    color: #fff !important;
    background: #85c744;
}

.icon-highlight-inverse {
    color: #fff !important;
    background: #4f5259;
}

.icon-highlight-orange {
    color: #fff !important;
    background: #efa131;
}

.icon-highlight-midnightblue {
    color: #fff !important;
    background: #34495e;
}

.icon-highlight-indigo {
    color: #fff !important;
    background: #9358ac;
}

.icon-highlight-green {
    color: #fff !important;
    background: #16a085;
}

.icon-highlight-sky {
    color: #fff !important;
    background: #76c4ed;
}

.icon-highlight-warning {
    color: #fff !important;
    background: #f1c40f;
}

.icon-highlight-purple {
    color: #fff !important;
    background: #e044ab;
}
.panel .panel-heading {
    background: #f2f2f2;
    color: #292929;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel.checkbox-styling .panel-heading {
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    display: block;
    padding: 0px;
}

.reference-panel-body .panel-heading {
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dedede;
}

.reference-panel-body .panel-heading .panel-title {
    min-height: 20px;
}

.reference-panel-body-header div {
    border-bottom: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #92a4b9;
}

.panel-primary h4 {
    font-weight: 700;
    font-size: var(--page-title-font-size);
    color: #292929;
}

.panel-success {
    border-color: #85c744;
}

.panel-success .panel-heading {
    color: #fff;
    background-color: #85c744;
    border-color: #85c744;
}

.panel-success .panel-body {
    border-top: 2px solid #85c744;
}

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

.panel-warning .panel-heading {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.panel-warning .panel-body {
    border-top: 2px solid #f1c40f;
}

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

.panel-danger .panel-heading {
    color: #fff;
    background-color: #e73c3c;
    border-color: #e73c3c;
}

.panel-danger .panel-body {
    border-top: 2px solid #e73c3c;
}

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

.panel-info .panel-body {
    border-top: 2px solid #4d83d6;
}

.panel-inverse {
    border-color: #4f5259;
}

.panel-inverse .panel-heading {
    color: #fff;
    background-color: #4f5259;
    border-color: #4f5259;
}

.panel-inverse .panel-body {
    border-top: 2px solid #4f5259;
}

.panel-brown {
    border-color: #c0392b;
}

.panel-brown .panel-heading {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.panel-brown .panel-body {
    border-top: 2px solid #c0392b;
}

.panel-indigo {
    border-color: #9358ac;
}

.panel-indigo .panel-heading {
    color: #fff;
    background-color: #9358ac;
    border-color: #9358ac;
}

.panel-indigo .panel-body {
    border-top: 2px solid #9358ac;
}

.panel-orange {
    border-color: #efa131;
}

.panel-orange .panel-heading {
    color: #fff;
    background-color: #efa131;
    border-color: #efa131;
}

.panel-orange .panel-body {
    border-top: 2px solid #efa131;
}

.panel-sky {
    border-color: #76c4ed;
}

.panel-sky .panel-heading {
    color: #fff;
    background-color: #76c4ed;
    border-color: #76c4ed;
}

.panel-sky .panel-body {
    border-top: 2px solid #76c4ed;
}

.panel-midnightblue {
    border-color: #34495e;
}

.panel-midnightblue .panel-heading {
    color: #fff;
    background-color: #34495e;
    border-color: #34495e;
}

.panel-midnightblue .panel-body {
    border-top: 2px solid #34495e;
}

.panel-magenta {
    border-color: #e73c68;
}

.panel-magenta .panel-heading {
    color: #fff;
    background-color: #e73c68;
    border-color: #e73c68;
}

.panel-magenta .panel-body {
    border-top: 2px solid #e73c68;
}

.panel-green {
    border-color: #16a085;
}

.panel-green .panel-heading {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.panel-green .panel-body {
    border-top: 2px solid #16a085;
}

.panel-purple {
    border-color: #e044ab;
}

.panel-purple .panel-heading {
    color: #fff;
    background-color: #e044ab;
    border-color: #e044ab;
}

.panel-purple .panel-body {
    border-top: 2px solid #e044ab;
}

.panel-grape {
    border-color: #7a869c;
}

.panel-grape .panel-heading {
    color: #fff;
    background-color: #7a869c;
    border-color: #7a869c;
}

.panel-grape .panel-body {
    border-top: 2px solid #7a869c;
}

.panel.gray {
    border-color: #000;
}

.panel.gray .panel-heading {
    color: #4d4d4d;
    background-color: #edeef0;
    border-color: #000;
}

.panel.gray .panel-body {
    border-top: 2px solid #000;
}

.panel.gray .panel-heading {
    border-bottom: 1px solid #d2d3d6;
    padding-right: 10px;
}

.panel.gray .panel-heading .nav.nav-tabs li.active a {
    background: #fff;
}

.panel.gray .panel-heading .nav.nav-tabs li.active a:hover {
    background: #fff;
}

.panel.gray .panel-heading h4 {
    padding-left: 10px;
    color: #000 !important;
}

.panel.gray .panel-heading h4 > .nav.nav-tabs {
    right: 10px;
    bottom: -3px;
}

.panel.gray .panel-heading h4 > .nav.nav-tabs li a {
    line-height: 38px;
    padding: 0 10px;
    margin-top: -2px;
}

.panel.gray .panel-body {
    background-color: #fff;
    border-top: 0 !important;
    border-left: 1px solid #d2d3d6;
    border-right: 1px solid #d2d3d6;
    border-bottom: 1px solid #d2d3d6;
    padding: 20px !important;
}

.panel-gray {
    border-color: #edeef0;
}

.panel-gray .panel-heading {
    color: #000;
    background-color: #edeef0;
    border-color: #edeef0;
}

.panel-gray .panel-body {
    border-top: 2px solid #edeef0;
}

.panel-gray .panel-heading {
    border-top: 1px solid #d2d3d6 !important;
    border-left: 1px solid #d2d3d6 !important;
    border-right: 1px solid #d2d3d6 !important;
    border-bottom: 0;
}

.panel-gray .panel-heading h4 {
    color: #000 !important;
}

.panel-gray .panel-heading .options a {
    color: #000 !important;
}

.panel-gray .panel-heading.rounded-bottom {
    border-bottom: 1px solid #d2d3d6 !important;
}

.panel-gray .panel-body {
    border-bottom: 1px solid #d2d3d6 !important;
    border-left: 1px solid #d2d3d6 !important;
    border-right: 1px solid #d2d3d6 !important;
}

[class*="panel-"].panel .panel-heading.rounded-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

[class*="panel-"].panel .panel-heading .options a {
    color: #000000;
}

[class*="panel-"].panel .panel-heading .options .nav-tabs li,
[class*="panel-"].panel .panel-heading .options .nav-tabs li a {
    border: 0;
    font-size: 14px !important;
}

[class*="panel-"].panel .panel-heading .options .nav-tabs li a {
    line-height: 35px;
}

[class*="panel-"].panel .panel-heading .options .nav-tabs li.active a:hover {
    color: #000;
}

[class*="panel-"].panel .panel-heading .options .nav-tabs li a i {
    font-size: 14px;
}

[class*="panel-"].panel .panel-body {
    padding: 20px;
    /* background-color: #fff; */
}

[class*="panel-"].panel .panel-body.panel-bordered {
    border: 1px solid #ddd;
}

[class*="panel-"].panel .panel-body.comments-panel-body {
    border-left: none;
}

[class*="panel-"].panel .panel-footer {
    background-color: #f7f8fa;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 20px 20px;
    color: #000;
}

[class*="panel-"].panel .panel-heading + .panel-body {
    border-top: 0;
}

[class*="panel-"].panel .panel-body .panel-footer {
    margin: 20px -21px -21px;
    border-top: 1px solid #ddd;
}

.panel-body > .list-group {
    margin: -20px;
}

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

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

.panel-body > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel-heading .panel-heading__arrows .fa-chevron-down {
    display: none;
}
.panel-heading.collapsed .panel-heading__arrows .fa-chevron-up {
    display: none;
}
.panel-heading.collapsed .panel-heading__arrows .fa-chevron-down {
    display: block;
}

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

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

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
}

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

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

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

.panel-group .panel-collapse .panel-body {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover,
.panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
    color: #000;
    background-color: transparent;
}

.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a,
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover,
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
}

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
    background-color: transparent;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
}

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
    background-color: transparent;
    color: #fff;
    border: 0;
}

.panel-heading h4 .nav.nav-tabs .dropdown-menu {
    margin-top: -2px;
}

.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a {
    color: #000;
}

.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a:hover {
    background-color: #d2d3d6;
    border: 0;
}

.tiles-heading,
.tiles-body,
.tiles-footer {
    -webkit-transition: 0.05s ease-in;
    transition: 0.05s ease-in;
}

.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
    content: " ";
    display: table;
}

.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
    clear: both;
}

.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
    content: " ";
    display: table;
}

.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
    clear: both;
}

.info-tiles,
.shortcut-tiles {
    margin: 0 0 20px;
    display: block;
    border-radius: 1px;
}

.info-tiles .tiles-heading {
    padding: 5px 10px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
}

.info-tiles .tiles-heading .pull-right {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: 0.06s ease-in;
    transition: 0.06s ease-in;
}

.info-tiles .tiles-body {
    font-size: 42px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.info-tiles .tiles-body-alt {
    font-size: 48px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.info-tiles .tiles-body-alt,
.info-tiles .tiles-body {
    padding: 10px;
    font-weight: 300;
}

.info-tiles .tiles-body-alt .sparkline,
.info-tiles .tiles-body .sparkline {
    width: 100px;
    margin: 0 auto;
    padding: 0;
}

.info-tiles .tiles-body-alt .text-top,
.info-tiles .tiles-body .text-top {
    vertical-align: super;
    font-size: 24px;
}

.info-tiles .tiles-body-alt .text-smallcaps,
.info-tiles .tiles-body .text-smallcaps {
    font-variant: small-caps;
}

.info-tiles .tiles-body-alt .text-center,
.info-tiles .tiles-body .text-center {
    margin-top: -5px;
}

.info-tiles .tiles-body-alt i,
.info-tiles .tiles-body i {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: 0.06s ease-in;
    transition: 0.06s ease-in;
}

.info-tiles .tiles-body-alt > i,
.info-tiles .tiles-body > i {
    position: absolute;
    font-size: 42px;
}

.info-tiles .tiles-body-alt div + small,
.info-tiles .tiles-body div + small {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-top: -7px;
    margin-bottom: 4px;
}

.info-tiles .tiles-footer {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.info-tiles .tiles-footer i {
    float: right;
    position: relative;
    top: 2px;
    display: none;
}

.info-tiles .tiles-footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 0;
    height: 0;
    margin-right: 11px;
    margin-bottom: 20px;
    border-top: 5px solid rgba(0, 0, 0, 0.35);
    border-right: 5px solid #f7f8fa;
    border-bottom: 5px solid #f7f8fa;
    border-left: 5px solid rgba(0, 0, 0, 0.35);
    border-top-left-radius: 1px;
}

.info-tiles .tiles-footer:hover {
    color: #fff;
}

.info-tiles:hover {
    text-decoration: none;
}

.info-tiles:hover i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.info-tiles:hover .tiles-footer {
    color: #fff;
}

.info-tiles:hover .tiles-footer i {
    display: inline;
}

.info-tiles:hover .tiles-heading .pull-right {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .info-tiles .tiles-footer:after {
        right: 0;
        border-top: 6px solid rgba(0, 0, 0, 0.35);
    }
}

@media (max-width: 767px) {
    .col-xs-12 .info-tiles .tiles-footer:after {
        bottom: -20px;
    }
}

.shortcut-tiles .tiles-body {
    padding: 10px 10px 0 10px;
    font-size: 42px;
    line-height: 42px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.shortcut-tiles .tiles-body i {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.06s ease-in;
    transition: 0.06s ease-in;
}

.shortcut-tiles .tiles-body .pull-right {
    margin-top: -3px;
    line-height: 0;
}

.shortcut-tiles .tiles-body .pull-right .badge {
    background: #000;
    background-color: rgba(0, 0, 0, 0.3);
}

.shortcut-tiles .tiles-footer {
    text-transform: none;
    text-align: right;
    padding: 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.shortcut-tiles:hover {
    text-decoration: none;
}

.shortcut-tiles:hover i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.info-tiles.tiles-info {
    color: #fff;
}

.info-tiles.tiles-info .tiles-heading {
    background: #4cc7e5;
}

.info-tiles.tiles-info .tiles-body {
    background: #4d83d6;
}

.info-tiles.tiles-info .tiles-body-alt {
    background: #4d83d6;
}

.info-tiles.tiles-info .tiles-footer {
    background: #1c9cbc;
}

.info-tiles.tiles-info:hover {
    color: #fff;
}

.info-tiles.tiles-info:hover .tiles-heading {
    background: #36c0e2;
}

.info-tiles.tiles-info:hover .tiles-body {
    background: #1fafd3;
}

.info-tiles.tiles-info:hover .tiles-body-alt {
    background: #1fafd3;
}

.info-tiles.tiles-info:hover .tiles-footer {
    background: #188aa6;
}

.info-tiles.tiles-success {
    color: #fff;
}

.info-tiles.tiles-success .tiles-heading {
    background: #98d061;
}

.info-tiles.tiles-success .tiles-body {
    background: #85c744;
}

.info-tiles.tiles-success .tiles-body-alt {
    background: #85c744;
}

.info-tiles.tiles-success .tiles-footer {
    background: #6ca632;
}

.info-tiles.tiles-success:hover {
    color: #fff;
}

.info-tiles.tiles-success:hover .tiles-heading {
    background: #8bca4e;
}

.info-tiles.tiles-success:hover .tiles-body {
    background: #78ba38;
}

.info-tiles.tiles-success:hover .tiles-body-alt {
    background: #78ba38;
}

.info-tiles.tiles-success:hover .tiles-footer {
    background: #5f932c;
}

.info-tiles.tiles-danger {
    color: #fff;
}

.info-tiles.tiles-danger .tiles-heading {
    background: #eb5e5e;
}

.info-tiles.tiles-danger .tiles-body {
    background: #e73c3c;
}

.info-tiles.tiles-danger .tiles-body-alt {
    background: #e73c3c;
}

.info-tiles.tiles-danger .tiles-footer {
    background: #d61a1a;
}

.info-tiles.tiles-danger:hover {
    color: #fff;
}

.info-tiles.tiles-danger:hover .tiles-heading {
    background: #e84747;
}

.info-tiles.tiles-danger:hover .tiles-body {
    background: #e42525;
}

.info-tiles.tiles-danger:hover .tiles-body-alt {
    background: #e42525;
}

.info-tiles.tiles-danger:hover .tiles-footer {
    background: #bf1818;
}

.info-tiles.tiles-warning {
    color: #fff;
}

.info-tiles.tiles-warning .tiles-heading {
    background: #f3cd33;
}

.info-tiles.tiles-warning .tiles-body {
    background: #f1c40f;
}

.info-tiles.tiles-warning .tiles-body-alt {
    background: #f1c40f;
}

.info-tiles.tiles-warning .tiles-footer {
    background: #c29d0b;
}

.info-tiles.tiles-warning:hover {
    color: #fff;
}

.info-tiles.tiles-warning:hover .tiles-heading {
    background: #f2c71b;
}

.info-tiles.tiles-warning:hover .tiles-body {
    background: #dab10d;
}

.info-tiles.tiles-warning:hover .tiles-body-alt {
    background: #dab10d;
}

.info-tiles.tiles-warning:hover .tiles-footer {
    background: #aa8a0a;
}

.info-tiles.tiles-primary {
    color: #fff;
}

.info-tiles.tiles-primary .tiles-heading {
    background: #6fa2e2;
}

.info-tiles.tiles-primary .tiles-body {
    background: #4f8edc;
}

.info-tiles.tiles-primary .tiles-body-alt {
    background: #4f8edc;
}

.info-tiles.tiles-primary .tiles-footer {
    background: #2973cf;
}

.info-tiles.tiles-primary:hover {
    color: #fff;
}

.info-tiles.tiles-primary:hover .tiles-heading {
    background: #5a95de;
}

.info-tiles.tiles-primary:hover .tiles-body {
    background: #3a80d8;
}

.info-tiles.tiles-primary:hover .tiles-body-alt {
    background: #3a80d8;
}

.info-tiles.tiles-primary:hover .tiles-footer {
    background: #2567ba;
}

.info-tiles.tiles-inverse {
    color: #fff;
}

.info-tiles.tiles-inverse .tiles-heading {
    background: #61656d;
}

.info-tiles.tiles-inverse .tiles-body {
    background: #4f5259;
}

.info-tiles.tiles-inverse .tiles-body-alt {
    background: #4f5259;
}

.info-tiles.tiles-inverse .tiles-footer {
    background: #37393e;
}

.info-tiles.tiles-inverse:hover {
    color: #fff;
}

.info-tiles.tiles-inverse:hover .tiles-heading {
    background: #555860;
}

.info-tiles.tiles-inverse:hover .tiles-body {
    background: #43464b;
}

.info-tiles.tiles-inverse:hover .tiles-body-alt {
    background: #43464b;
}

.info-tiles.tiles-inverse:hover .tiles-footer {
    background: #2b2d30;
}

.info-tiles.tiles-midnightblue {
    color: #fff;
}

.info-tiles.tiles-midnightblue .tiles-heading {
    background: #425c77;
}

.info-tiles.tiles-midnightblue .tiles-body {
    background: #34495e;
}

.info-tiles.tiles-midnightblue .tiles-body-alt {
    background: #34495e;
}

.info-tiles.tiles-midnightblue .tiles-footer {
    background: #222f3d;
}

.info-tiles.tiles-midnightblue:hover {
    color: #fff;
}

.info-tiles.tiles-midnightblue:hover .tiles-heading {
    background: #394f66;
}

.info-tiles.tiles-midnightblue:hover .tiles-body {
    background: #2b3c4e;
}

.info-tiles.tiles-midnightblue:hover .tiles-body-alt {
    background: #2b3c4e;
}

.info-tiles.tiles-midnightblue:hover .tiles-footer {
    background: #19232d;
}

.info-tiles.tiles-sky {
    color: #fff;
}

.info-tiles.tiles-sky .tiles-heading {
    background: #98d3f1;
}

.info-tiles.tiles-sky .tiles-body {
    background: #76c4ed;
}

.info-tiles.tiles-sky .tiles-body-alt {
    background: #76c4ed;
}

.info-tiles.tiles-sky .tiles-footer {
    background: #49b1e7;
}

.info-tiles.tiles-sky:hover {
    color: #fff;
}

.info-tiles.tiles-sky:hover .tiles-heading {
    background: #81c9ee;
}

.info-tiles.tiles-sky:hover .tiles-body {
    background: #5fbaea;
}

.info-tiles.tiles-sky:hover .tiles-body-alt {
    background: #5fbaea;
}

.info-tiles.tiles-sky:hover .tiles-footer {
    background: #32a7e4;
}

.info-tiles.tiles-orange {
    color: #fff;
}

.info-tiles.tiles-orange .tiles-heading {
    background: #f2b154;
}

.info-tiles.tiles-orange .tiles-body {
    background: #efa131;
}

.info-tiles.tiles-orange .tiles-body-alt {
    background: #efa131;
}

.info-tiles.tiles-orange .tiles-footer {
    background: #dc8911;
}

.info-tiles.tiles-orange:hover {
    color: #fff;
}

.info-tiles.tiles-orange:hover .tiles-heading {
    background: #f0a63d;
}

.info-tiles.tiles-orange:hover .tiles-body {
    background: #ed9619;
}

.info-tiles.tiles-orange:hover .tiles-body-alt {
    background: #ed9619;
}

.info-tiles.tiles-orange:hover .tiles-footer {
    background: #c47a0f;
}

.info-tiles.tiles-indigo {
    color: #fff;
}

.info-tiles.tiles-indigo .tiles-heading {
    background: #a472b9;
}

.info-tiles.tiles-indigo .tiles-body {
    background: #9358ac;
}

.info-tiles.tiles-indigo .tiles-body-alt {
    background: #9358ac;
}

.info-tiles.tiles-indigo .tiles-footer {
    background: #77458c;
}

.info-tiles.tiles-indigo:hover {
    color: #fff;
}

.info-tiles.tiles-indigo:hover .tiles-heading {
    background: #9961b0;
}

.info-tiles.tiles-indigo:hover .tiles-body {
    background: #854e9d;
}

.info-tiles.tiles-indigo:hover .tiles-body-alt {
    background: #854e9d;
}

.info-tiles.tiles-indigo:hover .tiles-footer {
    background: #683d7b;
}

.info-tiles.tiles-green {
    color: #fff;
}

.info-tiles.tiles-green .tiles-heading {
    background: #1bc2a1;
}

.info-tiles.tiles-green .tiles-body {
    background: #16a085;
}

.info-tiles.tiles-green .tiles-body-alt {
    background: #16a085;
}

.info-tiles.tiles-green .tiles-footer {
    background: #107360;
}

.info-tiles.tiles-green:hover {
    color: #fff;
}

.info-tiles.tiles-green:hover .tiles-heading {
    background: #18ab8e;
}

.info-tiles.tiles-green:hover .tiles-body {
    background: #138a72;
}

.info-tiles.tiles-green:hover .tiles-body-alt {
    background: #138a72;
}

.info-tiles.tiles-green:hover .tiles-footer {
    background: #0d5d4d;
}

.info-tiles.tiles-magenta {
    color: #fff;
}

.info-tiles.tiles-magenta .tiles-heading {
    background: #eb5e82;
}

.info-tiles.tiles-magenta .tiles-body {
    background: #e73c68;
}

.info-tiles.tiles-magenta .tiles-body-alt {
    background: #e73c68;
}

.info-tiles.tiles-magenta .tiles-footer {
    background: #d61a4b;
}

.info-tiles.tiles-magenta:hover {
    color: #fff;
}

.info-tiles.tiles-magenta:hover .tiles-heading {
    background: #e84771;
}

.info-tiles.tiles-magenta:hover .tiles-body {
    background: #e42556;
}

.info-tiles.tiles-magenta:hover .tiles-body-alt {
    background: #e42556;
}

.info-tiles.tiles-magenta:hover .tiles-footer {
    background: #bf1843;
}

.info-tiles.tiles-purple {
    color: #fff;
}

.info-tiles.tiles-purple .tiles-heading {
    background: #e565ba;
}

.info-tiles.tiles-purple .tiles-body {
    background: #e044ab;
}

.info-tiles.tiles-purple .tiles-body-alt {
    background: #e044ab;
}

.info-tiles.tiles-purple .tiles-footer {
    background: #cf2294;
}

.info-tiles.tiles-purple:hover {
    color: #fff;
}

.info-tiles.tiles-purple:hover .tiles-heading {
    background: #e24fb0;
}

.info-tiles.tiles-purple:hover .tiles-body {
    background: #dc2ea1;
}

.info-tiles.tiles-purple:hover .tiles-body-alt {
    background: #dc2ea1;
}

.info-tiles.tiles-purple:hover .tiles-footer {
    background: #b91f84;
}

.info-tiles.tiles-brown {
    color: #fff;
}

.info-tiles.tiles-brown .tiles-heading {
    background: #d44c3e;
}

.info-tiles.tiles-brown .tiles-body {
    background: #c0392b;
}

.info-tiles.tiles-brown .tiles-body-alt {
    background: #c0392b;
}

.info-tiles.tiles-brown .tiles-footer {
    background: #962d22;
}

.info-tiles.tiles-brown:hover {
    color: #fff;
}

.info-tiles.tiles-brown:hover .tiles-heading {
    background: #ca3c2d;
}

.info-tiles.tiles-brown:hover .tiles-body {
    background: #ab3326;
}

.info-tiles.tiles-brown:hover .tiles-body-alt {
    background: #ab3326;
}

.info-tiles.tiles-brown:hover .tiles-footer {
    background: #81261d;
}

.info-tiles.tiles-grape {
    color: #fff;
}

.info-tiles.tiles-grape .tiles-heading {
    background: #909aac;
}

.info-tiles.tiles-grape .tiles-body {
    background: #7a869c;
}

.info-tiles.tiles-grape .tiles-body-alt {
    background: #7a869c;
}

.info-tiles.tiles-grape .tiles-footer {
    background: #616d82;
}

.info-tiles.tiles-grape:hover {
    color: #fff;
}

.info-tiles.tiles-grape:hover .tiles-heading {
    background: #818da1;
}

.info-tiles.tiles-grape:hover .tiles-body {
    background: #6c7991;
}

.info-tiles.tiles-grape:hover .tiles-body-alt {
    background: #6c7991;
}

.info-tiles.tiles-grape:hover .tiles-footer {
    background: #566074;
}

.info-tiles.tiles-toyo {
    color: #fff;
}

.info-tiles.tiles-toyo .tiles-heading {
    background: #667ea3;
}

.info-tiles.tiles-toyo .tiles-body {
    background: #556b8d;
}

.info-tiles.tiles-toyo .tiles-body-alt {
    background: #556b8d;
}

.info-tiles.tiles-toyo .tiles-footer {
    background: #42536d;
}

.info-tiles.tiles-toyo:hover {
    color: #fff;
}

.info-tiles.tiles-toyo:hover .tiles-heading {
    background: #5a7195;
}

.info-tiles.tiles-toyo:hover .tiles-body {
    background: #4b5f7d;
}

.info-tiles.tiles-toyo:hover .tiles-body-alt {
    background: #4b5f7d;
}

.info-tiles.tiles-toyo:hover .tiles-footer {
    background: #38475d;
}

.info-tiles.tiles-alizarin {
    color: #fff;
}

.info-tiles.tiles-alizarin .tiles-heading {
    background: #eb6b5e;
}

.info-tiles.tiles-alizarin .tiles-body {
    background: #e74c3c;
}

.info-tiles.tiles-alizarin .tiles-body-alt {
    background: #e74c3c;
}

.info-tiles.tiles-alizarin .tiles-footer {
    background: #d62c1a;
}

.info-tiles.tiles-alizarin:hover {
    color: #fff;
}

.info-tiles.tiles-alizarin:hover .tiles-heading {
    background: #e85647;
}

.info-tiles.tiles-alizarin:hover .tiles-body {
    background: #e43725;
}

.info-tiles.tiles-alizarin:hover .tiles-body-alt {
    background: #e43725;
}

.info-tiles.tiles-alizarin:hover .tiles-footer {
    background: #bf2718;
}

.shortcut-tiles.tiles-info {
    color: #fff;
}

.shortcut-tiles.tiles-info .tiles-heading,
.shortcut-tiles.tiles-info .tiles-body,
.shortcut-tiles.tiles-info .tiles-footer {
    background: #4d83d6;
}

.shortcut-tiles.tiles-info:hover {
    color: #fff;
}

.shortcut-tiles.tiles-info:hover .tiles-heading,
.shortcut-tiles.tiles-info:hover .tiles-body,
.shortcut-tiles.tiles-info:hover .tiles-footer {
    background: #1fafd3;
}

.shortcut-tiles.tiles-success {
    color: #fff;
}

.shortcut-tiles.tiles-success .tiles-heading,
.shortcut-tiles.tiles-success .tiles-body,
.shortcut-tiles.tiles-success .tiles-footer {
    background: #85c744;
}

.shortcut-tiles.tiles-success:hover {
    color: #fff;
}

.shortcut-tiles.tiles-success:hover .tiles-heading,
.shortcut-tiles.tiles-success:hover .tiles-body,
.shortcut-tiles.tiles-success:hover .tiles-footer {
    background: #78ba38;
}

.shortcut-tiles.tiles-danger {
    color: #fff;
}

.shortcut-tiles.tiles-danger .tiles-heading,
.shortcut-tiles.tiles-danger .tiles-body,
.shortcut-tiles.tiles-danger .tiles-footer {
    background: #e73c3c;
}

.shortcut-tiles.tiles-danger:hover {
    color: #fff;
}

.shortcut-tiles.tiles-danger:hover .tiles-heading,
.shortcut-tiles.tiles-danger:hover .tiles-body,
.shortcut-tiles.tiles-danger:hover .tiles-footer {
    background: #e42525;
}

.shortcut-tiles.tiles-warning {
    color: #fff;
}

.shortcut-tiles.tiles-warning .tiles-heading,
.shortcut-tiles.tiles-warning .tiles-body,
.shortcut-tiles.tiles-warning .tiles-footer {
    background: #f1c40f;
}

.shortcut-tiles.tiles-warning:hover {
    color: #fff;
}

.shortcut-tiles.tiles-warning:hover .tiles-heading,
.shortcut-tiles.tiles-warning:hover .tiles-body,
.shortcut-tiles.tiles-warning:hover .tiles-footer {
    background: #dab10d;
}

.shortcut-tiles.tiles-primary {
    color: #fff;
}

.shortcut-tiles.tiles-primary .tiles-heading,
.shortcut-tiles.tiles-primary .tiles-body,
.shortcut-tiles.tiles-primary .tiles-footer {
    background: #4f8edc;
}

.shortcut-tiles.tiles-primary:hover {
    color: #fff;
}

.shortcut-tiles.tiles-primary:hover .tiles-heading,
.shortcut-tiles.tiles-primary:hover .tiles-body,
.shortcut-tiles.tiles-primary:hover .tiles-footer {
    background: #3a80d8;
}

.shortcut-tiles.tiles-inverse {
    color: #fff;
}

.shortcut-tiles.tiles-inverse .tiles-heading,
.shortcut-tiles.tiles-inverse .tiles-body,
.shortcut-tiles.tiles-inverse .tiles-footer {
    background: #4f5259;
}

.shortcut-tiles.tiles-inverse:hover {
    color: #fff;
}

.shortcut-tiles.tiles-inverse:hover .tiles-heading,
.shortcut-tiles.tiles-inverse:hover .tiles-body,
.shortcut-tiles.tiles-inverse:hover .tiles-footer {
    background: #43464b;
}

.shortcut-tiles.tiles-midnightblue {
    color: #fff;
}

.shortcut-tiles.tiles-midnightblue .tiles-heading,
.shortcut-tiles.tiles-midnightblue .tiles-body,
.shortcut-tiles.tiles-midnightblue .tiles-footer {
    background: #34495e;
}

.shortcut-tiles.tiles-midnightblue:hover {
    color: #fff;
}

.shortcut-tiles.tiles-midnightblue:hover .tiles-heading,
.shortcut-tiles.tiles-midnightblue:hover .tiles-body,
.shortcut-tiles.tiles-midnightblue:hover .tiles-footer {
    background: #2b3c4e;
}

.shortcut-tiles.tiles-sky {
    color: #fff;
}

.shortcut-tiles.tiles-sky .tiles-heading,
.shortcut-tiles.tiles-sky .tiles-body,
.shortcut-tiles.tiles-sky .tiles-footer {
    background: #76c4ed;
}

.shortcut-tiles.tiles-sky:hover {
    color: #fff;
}

.shortcut-tiles.tiles-sky:hover .tiles-heading,
.shortcut-tiles.tiles-sky:hover .tiles-body,
.shortcut-tiles.tiles-sky:hover .tiles-footer {
    background: #5fbaea;
}

.shortcut-tiles.tiles-orange {
    color: #fff;
}

.shortcut-tiles.tiles-orange .tiles-heading,
.shortcut-tiles.tiles-orange .tiles-body,
.shortcut-tiles.tiles-orange .tiles-footer {
    background: #efa131;
}

.shortcut-tiles.tiles-orange:hover {
    color: #fff;
}

.shortcut-tiles.tiles-orange:hover .tiles-heading,
.shortcut-tiles.tiles-orange:hover .tiles-body,
.shortcut-tiles.tiles-orange:hover .tiles-footer {
    background: #ed9619;
}

.shortcut-tiles.tiles-indigo {
    color: #fff;
}

.shortcut-tiles.tiles-indigo .tiles-heading,
.shortcut-tiles.tiles-indigo .tiles-body,
.shortcut-tiles.tiles-indigo .tiles-footer {
    background: #9358ac;
}

.shortcut-tiles.tiles-indigo:hover {
    color: #fff;
}

.shortcut-tiles.tiles-indigo:hover .tiles-heading,
.shortcut-tiles.tiles-indigo:hover .tiles-body,
.shortcut-tiles.tiles-indigo:hover .tiles-footer {
    background: #854e9d;
}

.shortcut-tiles.tiles-green {
    color: #fff;
}

.shortcut-tiles.tiles-green .tiles-heading,
.shortcut-tiles.tiles-green .tiles-body,
.shortcut-tiles.tiles-green .tiles-footer {
    background: #16a085;
}

.shortcut-tiles.tiles-green:hover {
    color: #fff;
}

.shortcut-tiles.tiles-green:hover .tiles-heading,
.shortcut-tiles.tiles-green:hover .tiles-body,
.shortcut-tiles.tiles-green:hover .tiles-footer {
    background: #138a72;
}

.shortcut-tiles.tiles-magenta {
    color: #fff;
}

.shortcut-tiles.tiles-magenta .tiles-heading,
.shortcut-tiles.tiles-magenta .tiles-body,
.shortcut-tiles.tiles-magenta .tiles-footer {
    background: #e73c68;
}

.shortcut-tiles.tiles-magenta:hover {
    color: #fff;
}

.shortcut-tiles.tiles-magenta:hover .tiles-heading,
.shortcut-tiles.tiles-magenta:hover .tiles-body,
.shortcut-tiles.tiles-magenta:hover .tiles-footer {
    background: #e42556;
}

.shortcut-tiles.tiles-purple {
    color: #fff;
}

.shortcut-tiles.tiles-purple .tiles-heading,
.shortcut-tiles.tiles-purple .tiles-body,
.shortcut-tiles.tiles-purple .tiles-footer {
    background: #e044ab;
}

.shortcut-tiles.tiles-purple:hover {
    color: #fff;
}

.shortcut-tiles.tiles-purple:hover .tiles-heading,
.shortcut-tiles.tiles-purple:hover .tiles-body,
.shortcut-tiles.tiles-purple:hover .tiles-footer {
    background: #dc2ea1;
}

.shortcut-tiles.tiles-brown {
    color: #fff;
}

.shortcut-tiles.tiles-brown .tiles-heading,
.shortcut-tiles.tiles-brown .tiles-body,
.shortcut-tiles.tiles-brown .tiles-footer {
    background: #c0392b;
}

.shortcut-tiles.tiles-brown:hover {
    color: #fff;
}

.shortcut-tiles.tiles-brown:hover .tiles-heading,
.shortcut-tiles.tiles-brown:hover .tiles-body,
.shortcut-tiles.tiles-brown:hover .tiles-footer {
    background: #ab3326;
}

.shortcut-tiles.tiles-grape {
    color: #fff;
}

.shortcut-tiles.tiles-grape .tiles-heading,
.shortcut-tiles.tiles-grape .tiles-body,
.shortcut-tiles.tiles-grape .tiles-footer {
    background: #7a869c;
}

.shortcut-tiles.tiles-grape:hover {
    color: #fff;
}

.shortcut-tiles.tiles-grape:hover .tiles-heading,
.shortcut-tiles.tiles-grape:hover .tiles-body,
.shortcut-tiles.tiles-grape:hover .tiles-footer {
    background: #6c7991;
}

.shortcut-tiles.tiles-toyo {
    color: #fff;
}

.shortcut-tiles.tiles-toyo .tiles-heading,
.shortcut-tiles.tiles-toyo .tiles-body,
.shortcut-tiles.tiles-toyo .tiles-footer {
    background: #556b8d;
}

.shortcut-tiles.tiles-toyo:hover {
    color: #fff;
}

.shortcut-tiles.tiles-toyo:hover .tiles-heading,
.shortcut-tiles.tiles-toyo:hover .tiles-body,
.shortcut-tiles.tiles-toyo:hover .tiles-footer {
    background: #4b5f7d;
}

.shortcut-tiles.tiles-alizarin {
    color: #fff;
}

.shortcut-tiles.tiles-alizarin .tiles-heading,
.shortcut-tiles.tiles-alizarin .tiles-body,
.shortcut-tiles.tiles-alizarin .tiles-footer {
    background: #e74c3c;
}

.shortcut-tiles.tiles-alizarin:hover {
    color: #fff;
}

.shortcut-tiles.tiles-alizarin:hover .tiles-heading,
.shortcut-tiles.tiles-alizarin:hover .tiles-body,
.shortcut-tiles.tiles-alizarin:hover .tiles-footer {
    background: #e43725;
}

.panel-comments,
.panel-threads,
.panel-users {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.panel-comments li,
.panel-threads li,
.panel-users li {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px;
    border-bottom: 1px solid #e6e7e8;
}

.panel-comments li:before,
.panel-threads li:before,
.panel-users li:before,
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
    content: " ";
    display: table;
}

.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
    clear: both;
}

.panel-comments li:before,
.panel-threads li:before,
.panel-users li:before,
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
    content: " ";
    display: table;
}

.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
    clear: both;
}

.panel-comments li:first-child,
.panel-threads li:first-child,
.panel-users li:first-child {
    padding-top: 0;
}

.panel-comments li img,
.panel-threads li img,
.panel-users li img {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 1px;
}

.panel-comments li .content,
.panel-threads li .content,
.panel-users li .content {
    margin-left: 45px;
}

.panel-comments li .content .time,
.panel-threads li .content .time,
.panel-users li .content .time {
    float: right;
    color: #aeafb1;
    font-size: 12px;
}

.panel-userprofile {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.panel-userprofile li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6e7e8;
}

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

.panel-userprofile li:after {
    clear: both;
}

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

.panel-userprofile li:after {
    clear: both;
}

.panel-userprofile li:first-child {
    padding-top: 0;
}

.panel-userprofile li:last-child {
    border-bottom: 0;
}

.panel-userprofile li img {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 1px;
}

.panel-userprofile li .content {
    margin-left: 45px;
}

.panel-userprofile li .content .time {
    float: right;
    color: #aeafb1;
    font-size: 12px;
}

.panel-comments li .content .commented {
    display: block;
    margin-bottom: 10px;
}

.panel-comments li .content .actions {
    display: block;
    line-height: 1em;
    float: right;
}

.panel-comments li .content .actions a {
    color: #4f5259;
    font-size: 14px;
    margin-left: 10px;
}

.panel-comments li .content .actions a:first-child {
    margin-left: 0;
}

.panel-comments li .content .actions a:hover {
    text-decoration: none;
    color: #4d4d4d;
}

.comments-panel-body .control-label {
    min-width: 120px;
}

@media (min-width: 768px) and (max-width: 1792px) {
    .comments-panel-body .col-sm-offset-1 {
        margin-left: 120px;
    }
}

.panel-threads li .content .title {
    display: block;
}

.panel-threads li .content .thread {
    color: #aeafb1;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    line-height: 14px;
}

.panel-threads li .content .thread a {
    color: #4f5259;
}

.panel-threads li .content .thread a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.panel-users li .content .desc {
    display: block;
}

.panel-users li .content > div {
    font-size: 12px;
    color: #aeafb1;
}

.panel-tasks {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.panel-tasks li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px;
    background-color: #f2f3f5;
    margin-bottom: 1px;
    border-left: 2px solid #e6e7e8;
    border-radius: 1px;
}

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

.panel-tasks li:after {
    clear: both;
}

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

.panel-tasks li:after {
    clear: both;
}

.panel-tasks li label {
    margin-bottom: 0;
}

.panel-tasks li label .task-description {
    margin: 0 5px 0 5px;
}

.panel-tasks li label .task-description.done {
    text-decoration: line-through;
    font-style: italic;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.panel-tasks li.item-primary {
    border-left: 2px solid #4f8edc;
}

.panel-tasks li.item-info {
    border-left: 2px solid #4d83d6;
}

.panel-tasks li.item-danger {
    border-left: 2px solid #e73c3c;
}

.panel-tasks li.item-warning {
    border-left: 2px solid #f1c40f;
}

.panel-tasks li.item-success {
    border-left: 2px solid #85c744;
}

.panel-tasks li.item-inverse {
    border-left: 2px solid #4f5259;
}

.panel-tasks li.item-placeholder {
    background-color: #e6e7e8;
    border: 1px dashed #666;
    height: 42px;
}

.panel-tasks li .options {
    float: right;
}

.panel-tasks li .icon-dragtask {
    color: transparent;
    margin-right: 6px;
    width: 6px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAMAAAA7QZ0XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFf39/////F3PnHQAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgYGBkZAABMMUIBjCKKnIAAQYAClYANToXblMAAAAASUVORK5CYII=);
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.panel-tasks li .icon-dragtask:active,
.panel-tasks li .icon-dragtask:focus {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.panel-chat {
    margin-bottom: 20px;
    height: 700px;
    overflow-y: auto;
}

.panel-chat .chat-message {
    margin-bottom: 10px;
    position: relative;
}

.panel-chat .chat-message:last-child {
    margin-bottom: 0;
}

.panel-chat .chat-message:after {
    left: 38px;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eee;
    border-width: 6px;
    margin-top: -4px;
}

.panel-chat .chat-message .chat-contact {
    float: left;
    margin-right: 10px;
}

.panel-chat .chat-message .chat-contact img {
    max-width: 40px;
    border-radius: 1px;
}

.panel-chat .chat-message .chat-text {
    padding: 10px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.panel-chat .chat-message.me .chat-contact {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.panel-chat .chat-message.me .chat-text {
    background-color: #ddd;
}

.panel-chat .chat-message.me:after {
    border-right-color: transparent;
    border-left-color: #ddd;
    right: 38px;
    left: auto;
}

.chat-primary .chat-text {
    color: #fff !important;
    background-color: #4f8edc !important;
}

.chat-primary:after {
    border-right-color: #4f8edc !important;
}

.chat-primary.me:after {
    border-left-color: #4f8edc !important;
}

.chat-warning .chat-text {
    color: #fff !important;
    background-color: #f1c40f !important;
}

.chat-warning:after {
    border-right-color: #f1c40f !important;
}

.chat-warning.me:after {
    border-left-color: #f1c40f !important;
}

.chat-danger .chat-text {
    color: #fff !important;
    background-color: #e73c3c !important;
}

.chat-danger:after {
    border-right-color: #e73c3c !important;
}

.chat-danger.me:after {
    border-left-color: #e73c3c !important;
}

.chat-success .chat-text {
    color: #fff !important;
    background-color: #85c744 !important;
}

.chat-success:after {
    border-right-color: #85c744 !important;
}

.chat-success.me:after {
    border-left-color: #85c744 !important;
}

.chat-info .chat-text {
    color: #fff !important;
    background-color: #4d83d6 !important;
}

.chat-info:after {
    border-right-color: #4d83d6 !important;
}

.chat-info.me:after {
    border-left-color: #4d83d6 !important;
}

.chat-inverse .chat-text {
    color: #fff !important;
    background-color: #4f5259 !important;
}

.chat-inverse:after {
    border-right-color: #4f5259 !important;
}

.chat-inverse.me:after {
    border-left-color: #4f5259 !important;
}

.chat-brown .chat-text {
    color: #fff !important;
    background-color: #c0392b !important;
}

.chat-brown:after {
    border-right-color: #c0392b !important;
}

.chat-brown.me:after {
    border-left-color: #c0392b !important;
}

.chat-indigo .chat-text {
    color: #fff !important;
    background-color: #9358ac !important;
}

.chat-indigo:after {
    border-right-color: #9358ac !important;
}

.chat-indigo.me:after {
    border-left-color: #9358ac !important;
}

.chat-orange .chat-text {
    color: #fff !important;
    background-color: #efa131 !important;
}

.chat-orange:after {
    border-right-color: #efa131 !important;
}

.chat-orange.me:after {
    border-left-color: #efa131 !important;
}

.chat-sky .chat-text {
    color: #fff !important;
    background-color: #76c4ed !important;
}

.chat-sky:after {
    border-right-color: #76c4ed !important;
}

.chat-sky.me:after {
    border-left-color: #76c4ed !important;
}

.chat-midnightblue .chat-text {
    color: #fff !important;
    background-color: #34495e !important;
}

.chat-midnightblue:after {
    border-right-color: #34495e !important;
}

.chat-midnightblue.me:after {
    border-left-color: #34495e !important;
}

.chat-magenta .chat-text {
    color: #fff !important;
    background-color: #e73c68 !important;
}

.chat-magenta:after {
    border-right-color: #e73c68 !important;
}

.chat-magenta.me:after {
    border-left-color: #e73c68 !important;
}

.chat-green .chat-text {
    color: #fff !important;
    background-color: #16a085 !important;
}

.chat-green:after {
    border-right-color: #16a085 !important;
}

.chat-green.me:after {
    border-left-color: #16a085 !important;
}

.chat-purple .chat-text {
    color: #fff !important;
    background-color: #e044ab !important;
}

.chat-purple:after {
    border-right-color: #e044ab !important;
}

.chat-purple.me:after {
    border-left-color: #e044ab !important;
}

.tab-container {
    margin-bottom: 20px;
}

.tab-container .nav-tabs > li > a {
    border-radius: 0;
}

.tab-container .tab-content {
    border: 1px solid #d2d3d6;
    border-top: 0;
    padding: 10px 15px;
}

.tab-container > .nav-tabs > li.active > a {
    border-top: 2px solid #4f8edc;
    background-color: #fff;
}

.tab-container.tab-left > .nav-tabs > li,
.tab-container.tab-right > .nav-tabs > li {
    float: none;
    min-width: 75px;
}

.tab-container.tab-left > .nav-tabs > li > a,
.tab-container.tab-right > .nav-tabs > li > a {
    border: 1px solid #d2d3d6;
}

.tab-container.tab-left > .nav-tabs > li.active > a,
.tab-container.tab-right > .nav-tabs > li.active > a {
    border-top-color: #d2d3d6 !important;
}

.tab-container.tab-left .tab-content,
.tab-container.tab-right .tab-content {
    overflow: auto;
    border-top: 1px solid #d2d3d6;
}

.tab-container.tab-left > .nav-tabs {
    float: left;
    margin-right: -1px;
}

.tab-container.tab-left > .nav-tabs > li > a {
    border-right: 0;
}

.tab-container.tab-left > .nav-tabs > li.active > a {
    border-left: 2px solid #4f8edc;
}

.tab-container.tab-right > .nav-tabs {
    float: right;
    margin-left: -1px;
}

.tab-container.tab-right > .nav-tabs > li > a {
    border-left: 0;
}

.tab-container.tab-right > .nav-tabs > li.active > a {
    border-right: 2px solid #4f8edc;
}

.tab-container.tab-bottom > .tab-content {
    border-top: 1px solid #d2d3d6;
}

.tab-container.tab-bottom > .nav-tabs {
    border-bottom: 0;
    margin-top: 0;
}

.tab-container.tab-bottom > .nav-tabs > li.active > a {
    margin-top: -2px;
    border-top-color: transparent !important;
    border-bottom: 2px solid #4f8edc;
}

.tab-primary.tab-container > .nav-tabs > li.active > a {
    border-top-color: #4f8edc;
}

.tab-primary.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #4f8edc;
}

.tab-primary.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #4f8edc;
}

.tab-primary.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #4f8edc;
}

.tab-warning.tab-container > .nav-tabs > li.active > a {
    border-top-color: #f1c40f;
}

.tab-warning.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #f1c40f;
}

.tab-warning.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #f1c40f;
}

.tab-warning.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #f1c40f;
}

.tab-danger.tab-container > .nav-tabs > li.active > a {
    border-top-color: #e73c3c;
}

.tab-danger.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #e73c3c;
}

.tab-danger.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #e73c3c;
}

.tab-danger.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #e73c3c;
}

.tab-success.tab-container > .nav-tabs > li.active > a {
    border-top-color: #85c744;
}

.tab-success.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #85c744;
}

.tab-success.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #85c744;
}

.tab-success.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #85c744;
}

.tab-info.tab-container > .nav-tabs > li.active > a {
    border-top-color: #4d83d6;
}

.tab-info.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #4d83d6;
}

.tab-info.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #4d83d6;
}

.tab-info.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #4d83d6;
}

.tab-inverse.tab-container > .nav-tabs > li.active > a {
    border-top-color: #4f5259;
}

.tab-inverse.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #4f5259;
}

.tab-inverse.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #4f5259;
}

.tab-inverse.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #4f5259;
}

.tab-brown.tab-container > .nav-tabs > li.active > a {
    border-top-color: #c0392b;
}

.tab-brown.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #c0392b;
}

.tab-brown.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #c0392b;
}

.tab-brown.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #c0392b;
}

.tab-indigo.tab-container > .nav-tabs > li.active > a {
    border-top-color: #9358ac;
}

.tab-indigo.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #9358ac;
}

.tab-indigo.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #9358ac;
}

.tab-indigo.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #9358ac;
}

.tab-orange.tab-container > .nav-tabs > li.active > a {
    border-top-color: #efa131;
}

.tab-orange.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #efa131;
}

.tab-orange.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #efa131;
}

.tab-orange.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #efa131;
}

.tab-sky.tab-container > .nav-tabs > li.active > a {
    border-top-color: #76c4ed;
}

.tab-sky.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #76c4ed;
}

.tab-sky.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #76c4ed;
}

.tab-sky.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #76c4ed;
}

.tab-midnightblue.tab-container > .nav-tabs > li.active > a {
    border-top-color: #34495e;
}

.tab-midnightblue.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #34495e;
}

.tab-midnightblue.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #34495e;
}

.tab-midnightblue.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #34495e;
}

.tab-magenta.tab-container > .nav-tabs > li.active > a {
    border-top-color: #e73c68;
}

.tab-magenta.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #e73c68;
}

.tab-magenta.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #e73c68;
}

.tab-magenta.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #e73c68;
}

.tab-green.tab-container > .nav-tabs > li.active > a {
    border-top-color: #16a085;
}

.tab-green.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #16a085;
}

.tab-green.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #16a085;
}

.tab-green.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #16a085;
}

.tab-purple.tab-container > .nav-tabs > li.active > a {
    border-top-color: #e044ab;
}

.tab-purple.tab-container.tab-left > .nav-tabs > li.active {
    border-left-color: #e044ab;
}

.tab-purple.tab-container.tab-right > .nav-tabs > li.active {
    border-right-color: #e044ab;
}

.tab-purple.tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #e044ab;
}

.accordion-group .accordion-item .accordion-title {
    text-decoration: none;
}

.accordion-group .accordion-item .accordion-title h4 {
    color: #4d4d4d;
    background-color: #e6e7e8;
    border: 1px solid #e6e7e8;
    padding: 5px 10px;
    border-radius: 1px;
    margin: 5px 0;
}

.accordion-group .accordion-item .accordion-title h4:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
    text-decoration: none;
}

.accordion-group .accordion-item .accordion-title.collapsed h4:after {
    content: "\f104";
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.accordion-group .accordion-item .accordion-body {
    padding: 20px;
}

.timeline-month {
    width: 90px;
    text-align: center;
    position: relative;
    left: 6%;
    margin-left: -42px;
}

.timeline-month span {
    display: block;
}

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    width: 2px;
    background: #e6e7e8;
    left: 6%;
    margin-left: 2px;
}

.timeline > li {
    position: relative;
}

.timeline > li .timeline-header {
    padding: 0 0 10px;
    color: #aeafb1;
}

.timeline > li .timeline-header:before,
.timeline > li .timeline-header:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-header:after {
    clear: both;
}

.timeline > li .timeline-header:before,
.timeline > li .timeline-header:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-header:after {
    clear: both;
}

.timeline > li .timeline-header span.date {
    float: left;
    text-transform: uppercase;
}

.timeline > li .timeline-header span.author {
    float: right;
    font-size: 12px;
    display: none;
}

.timeline > li .timeline-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #4d4d4d;
    background: #e6e7e8;
    border-radius: 50%;
    text-align: center;
    left: 6%;
    top: 0;
    margin: 0 0 0 -22px;
    padding: 0;
}

.timeline > li .timeline-body {
    margin: 0 0 20px 14%;
    padding: 20px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-radius: 1px;
    background-color: #fff;
}

.timeline > li .timeline-body:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    top: 5%;
}

.timeline > li .timeline-body img {
    margin: 5px 20px 0 0;
}

.timeline > li .timeline-footer {
    color: #fff;
}

.timeline > li .timeline-footer:before,
.timeline > li .timeline-footer:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-footer:after {
    clear: both;
}

.timeline > li .timeline-footer:before,
.timeline > li .timeline-footer:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-footer:after {
    clear: both;
}

@media (max-width: 991px) {
    .timeline-month {
        width: 100%;
        text-align: center;
        margin-left: 0;
        left: 0;
    }

    .timeline-month span {
        display: inline !important;
    }

    .timeline:before {
        width: 0;
        left: 0;
    }

    .timeline > li {
        margin-top: 20px;
    }

    .timeline > li:first-child {
        margin-top: 0;
    }

    .timeline > li .timeline-body {
        margin: 0 !important;
    }

    .timeline > li .timeline-body:after {
        border-width: 0;
    }

    .timeline > li .timeline-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1em;
        margin: 20px 50px 0 0;
        position: relative;
        float: right;
    }
}

.timeline-primary .timeline-body {
    border-color: #4f8edc;
}

.timeline-primary .timeline-body:after {
    border-right-color: #4f8edc !important;
}

.timeline-primary .timeline-time {
    color: #4f8edc;
}

.timeline-warning .timeline-body {
    border-color: #f1c40f;
}

.timeline-warning .timeline-body:after {
    border-right-color: #f1c40f !important;
}

.timeline-warning .timeline-time {
    color: #f1c40f;
}

.timeline-danger .timeline-body {
    border-color: #e73c3c;
}

.timeline-danger .timeline-body:after {
    border-right-color: #e73c3c !important;
}

.timeline-danger .timeline-time {
    color: #e73c3c;
}

.timeline-success .timeline-body {
    border-color: #85c744;
}

.timeline-success .timeline-body:after {
    border-right-color: #85c744 !important;
}

.timeline-success .timeline-time {
    color: #85c744;
}

.timeline-info .timeline-body {
    border-color: #4d83d6;
}

.timeline-info .timeline-body:after {
    border-right-color: #4d83d6 !important;
}

.timeline-info .timeline-time {
    color: #4d83d6;
}

.timeline-inverse .timeline-body {
    border-color: #4f5259;
}

.timeline-inverse .timeline-body:after {
    border-right-color: #4f5259 !important;
}

.timeline-inverse .timeline-time {
    color: #4f5259;
}

.timeline-brown .timeline-body {
    border-color: #c0392b;
}

.timeline-brown .timeline-body:after {
    border-right-color: #c0392b !important;
}

.timeline-brown .timeline-time {
    color: #c0392b;
}

.timeline-indigo .timeline-body {
    border-color: #9358ac;
}

.timeline-indigo .timeline-body:after {
    border-right-color: #9358ac !important;
}

.timeline-indigo .timeline-time {
    color: #9358ac;
}

.timeline-orange .timeline-body {
    border-color: #efa131;
}

.timeline-orange .timeline-body:after {
    border-right-color: #efa131 !important;
}

.timeline-orange .timeline-time {
    color: #efa131;
}

.timeline-sky .timeline-body {
    border-color: #76c4ed;
}

.timeline-sky .timeline-body:after {
    border-right-color: #76c4ed !important;
}

.timeline-sky .timeline-time {
    color: #76c4ed;
}

.timeline-midnightblue .timeline-body {
    border-color: #34495e;
}

.timeline-midnightblue .timeline-body:after {
    border-right-color: #34495e !important;
}

.timeline-midnightblue .timeline-time {
    color: #34495e;
}

.timeline-magenta .timeline-body {
    border-color: #e73c68;
}

.timeline-magenta .timeline-body:after {
    border-right-color: #e73c68 !important;
}

.timeline-magenta .timeline-time {
    color: #e73c68;
}

.timeline-green .timeline-body {
    border-color: #16a085;
}

.timeline-green .timeline-body:after {
    border-right-color: #16a085 !important;
}

.timeline-green .timeline-time {
    color: #16a085;
}

.timeline-purple .timeline-body {
    border-color: #e044ab;
}

.timeline-purple .timeline-body:after {
    border-right-color: #e044ab !important;
}

.timeline-purple .timeline-time {
    color: #e044ab;
}

body,
html {
    height: 99%;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 1px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 1px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 1px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 1px;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
    border: none !important;
}

textarea.autosize {
    vertical-align: top;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
}

.stepy-header {
    display: table;
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 20px;
}

.stepy-header li {
    display: table-cell;
    cursor: pointer;
    line-height: 1.42;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    font-weight: 400;
}

.stepy-header li small,
.stepy-header li .small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

.stepy-header li small,
.stepy-header li .small {
    font-size: 75%;
}

.stepy-header li div {
    line-height: 1.42;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 33px;
    font-weight: 400;
    margin-top: 0;
    font-weight: 300;
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    font-family: 300;
}

.stepy-header li div small,
.stepy-header li div .small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

.stepy-header li div small,
.stepy-header li div .small {
    font-size: 65%;
}

.stepy-header li:not(.stepy-active) {
    opacity: 0.3;
}

.stepy-header li:not(.stepy-active):hover {
    opacity: 0.7;
}

.stepy-header.panel-footer {
    margin: 20px 0 -21px 0;
    padding: 15px 20px;
    border-top: 1px solid #ddd !important;
}

.stepy-navigator.panel-footer .btn {
    margin-left: 10px;
}

[class*="panel-"].panel .stepy-navigator {
    margin: 20px -21px -21px -21px;
    padding: 20px 20px;
    border-top: 1px solid #e6e7e8;
}

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

.wysihtml5-toolbar > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.wysihtml5-toolbar > li:first-child {
    padding-left: 0;
}

.wysihtml5-toolbar > li {
    padding: 0 10px 10px 0;
}

.wysihtml5-toolbar > li .dropdown-menu {
    margin-top: -10px;
    left: 0;
}

.wysihtml5-sandbox {
    border: 1px solid #d2d3d6 !important;
    padding: 5px 9px !important;
}

.nicescroll-rails {
    width: 6px !important;
    margin: 1px 0 !important;
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}

.nicescroll-rails > div {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
    border: none !important;
    width: 6px !important;
    border-radius: 1px !important;
}

.panel .fc-header {
    margin-bottom: 20px;
}

.panel .fc-header h2 {
    line-height: 1.42;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}

.panel .fc-header h2 small,
.panel .fc-header h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

.panel .fc-header h2 small,
.panel .fc-header h2 .small {
    font-size: 75%;
}

.panel .fc-header .fc-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: Roboto, "Open Sans", "Segoe UI", "Droid Sans", Tahoma, Arial, sans-serif;
    border-width: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    color: #333;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    border-radius: 0;
}

.panel .fc-header .fc-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button:focus {
    color: #333;
    text-decoration: none;
}

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

.panel .fc-header .fc-button.disabled,
.panel .fc-header .fc-button[disabled],
fieldset[disabled] .panel .fc-header .fc-button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel .fc-header .fc-button:focus {
    outline: 0;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.panel .fc-header .fc-button.fc-state-active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.open .dropdown-toggle.panel .fc-header .fc-button {
    color: #333;
    background-color: #d1d3d4;
    border-color: #c6c8cb;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.open .dropdown-toggle.panel .fc-header .fc-button {
    background-image: none;
}

.panel .fc-header .fc-button.disabled,
.panel .fc-header .fc-button[disabled],
fieldset[disabled] .panel .fc-header .fc-button,
.panel .fc-header .fc-button.disabled:hover,
.panel .fc-header .fc-button[disabled]:hover,
fieldset[disabled] .panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button.disabled:focus,
.panel .fc-header .fc-button[disabled]:focus,
fieldset[disabled] .panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button.disabled:active,
.panel .fc-header .fc-button[disabled]:active,
fieldset[disabled] .panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.disabled.active,
.panel .fc-header .fc-button[disabled].active,
fieldset[disabled] .panel .fc-header .fc-button.active {
    background-color: #e6e7e8;
    border-color: #e6e7e8;
}

.panel .fc-header .fc-button .badge {
    color: #e6e7e8;
    background-color: #333;
}

.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.panel .fc-header .fc-button.fc-state-active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #333;
    background-color: #d1d3d4;
    border-color: #c6c8cb;
    background-image: none;
}

.panel .fc-header .fc-corner-left {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.panel .fc-header .fc-corner-right {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.panel .fc-content table {
    border: 1px solid #e6e7e8;
}

.panel .fc-content table > thead > tr > th,
.panel .fc-content table > tbody > tr > th,
.panel .fc-content table > tfoot > tr > th,
.panel .fc-content table > thead > tr > td,
.panel .fc-content table > tbody > tr > td,
.panel .fc-content table > tfoot > tr > td {
    border: 1px solid #e6e7e8;
}

.panel .fc-content table > thead > tr > th,
.panel .fc-content table > thead > tr > td {
    border-bottom-width: 2px;
}

.fc-event {
    border-radius: 1px;
}

.external-event {
    cursor: move;
}

.toggle-primary .toggle-slide .toggle-on,
.toggle-primary .toggle-slide .toggle-on.active {
    background-color: #4f8edc;
}

.toggle-primary .toggle-slide.active .toggle-blob {
    border: 1px solid #4f8edc;
}

.toggle-success .toggle-slide .toggle-on,
.toggle-success .toggle-slide .toggle-on.active {
    background-color: #85c744;
}

.toggle-success .toggle-slide.active .toggle-blob {
    border: 1px solid #85c744;
}

.toggle-warning .toggle-slide .toggle-on,
.toggle-warning .toggle-slide .toggle-on.active {
    background-color: #f1c40f;
}

.toggle-warning .toggle-slide.active .toggle-blob {
    border: 1px solid #f1c40f;
}

.toggle-danger .toggle-slide .toggle-on,
.toggle-danger .toggle-slide .toggle-on.active {
    background-color: #e73c3c;
}

.toggle-danger .toggle-slide.active .toggle-blob {
    border: 1px solid #e73c3c;
}

.toggle-info .toggle-slide .toggle-on,
.toggle-info .toggle-slide .toggle-on.active {
    background-color: #4d83d6;
}

.toggle-info .toggle-slide.active .toggle-blob {
    border: 1px solid #4d83d6;
}

.toggle-inverse .toggle-slide .toggle-on,
.toggle-inverse .toggle-slide .toggle-on.active {
    background-color: #4f5259;
}

.toggle-inverse .toggle-slide.active .toggle-blob {
    border: 1px solid #4f5259;
}

.toggle-slide {
    border-radius: 1px;
}

.toggle-slide .toggle-blob {
    border-radius: 1px;
}

.gallery {
    overflow: hidden;
    -webkit-transition: all 150ms fade;
    transition: all 150ms fade;
}

.gallery h4 {
    display: none;
    top: 0;
    right: 10px;
    position: absolute;
    text-align: right;
    z-index: 2;
}

.gallery .mix {
    opacity: 0;
    display: none;
    padding: 10px;
    border-top: 1px solid transparent;
}

.gallery .gap {
    display: inline-block;
    width: 200px;
}

.gallery img {
    z-index: 3;
    position: relative;
}

.gallery:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.gallery.full-width li {
    position: relative;
}

.gallery.full-width .mix:not(:first-child) {
    border-top: 1px solid #e6e7e8;
}

.gallery.full-width h4 {
    display: block;
}

.legend .legendLabel {
    padding-left: 4px;
}

.tt-hint {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    height: 34px;
    padding: 5px 9px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015) !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015) !important;
}

.tt-hint:focus {
    border-color: #4d4d4d;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(77, 77, 77, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(77, 77, 77, 0.6);
}

.tt-hint:-moz-placeholder {
    color: #aeafb1;
}

.tt-hint::-moz-placeholder {
    color: #aeafb1;
    opacity: 1;
}

.tt-hint:-ms-input-placeholder {
    color: #aeafb1;
}

.tt-hint::-webkit-input-placeholder {
    color: #aeafb1;
}

.tt-hint[disabled],
.tt-hint[readonly],
fieldset[disabled] .tt-hint {
    cursor: not-allowed;
    background-color: #edeef0;
    opacity: 1;
}

textarea.tt-hint {
    height: auto;
}

select.tt-hint {
    padding: 6px 9px 5px 4px;
}

.tt-dropdown-menu {
    z-index: 1001;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid #ccc;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #000;
    background-image: -webkit-linear-gradient(top, #d2d3d6 0, #c5c6ca 100%);
    background-image: linear-gradient(to bottom, #d2d3d6 0, #c5c6ca 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2d3d6', endColorstr='#ffc5c6ca', GradientType=0);
}

.tt-suggestion.tt-is-under-cursor a {
    color: rgba(255, 255, 255, 0.98);
}

.tt-suggestion p {
    margin: 0;
}

.easypiechart {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
}

.easypiechart .percent {
    position: absolute;
    width: 90px;
    line-height: 90px;
    font-size: 24px;
    font-weight: 300;
    color: #808080;
}

.easypiechart .percent:after {
    content: "%";
}

.easypiechart + label {
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}

.editable-container .form-group {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 7px;
}

.editable-container .btn {
    height: 39px;
}

.editable-container .btn i.fa {
    margin: 0;
}

.tokenfield .tt-hint {
    font-size: 14px !important;
    line-height: 1 !important;
    border: 0 !important;
    padding: 0 !important;
    height: 19px !important;
}

.show-grid [class*="col-"] {
    background: #e6e7e8;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f7f8fa;
}

.show-grid [class*="col-"]:hover {
    background: #d2d3d6;
}

.demo-example .breadcrumb {
    margin-bottom: 20px;
}

#demo-type-table {
    width: 100%;
    margin: -20px 0 -20px 0;
}

#demo-type-table td {
    vertical-align: middle;
}

#demo-type-table h1,
#demo-type-table h2,
#demo-type-table h3,
#demo-type-table h4,
#demo-type-table h5,
#demo-type-table h6 {
    margin: 15px 0;
}

#demo-type-table td:last-child {
    text-align: right;
}

#threads,
#users {
    max-height: 420px;
    overflow-x: hidden;
}

#demo-dropdown {
    width: 183px;
    padding: 10px 15px;
}

#demo-dropdown label {
    width: 100px;
    margin-bottom: 0;
}

#demo-dropdown label[for="fixedheader"] {
    position: relative;
}

#demo-dropdown #fixedheader {
    display: inline-block;
}

#demo-dropdown .demo-color-variation {
    display: inline-block;
    position: relative;
    top: 5px;
}

#demo-dropdown .demo-color-variation li {
    padding-right: 2px;
}

#demo-dropdown .demo-color-variation li a {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 60%;
}

#demo-dropdown .demo-color-variation li a.color-lite {
    background-color: #e6e7e8;
}

#demo-dropdown .demo-color-variation li a.color-steel {
    background-color: #687285;
}

#demo-dropdown .demo-color-variation li a.color-lavender {
    background-color: #716885;
}

#demo-dropdown .demo-color-variation li a.color-black {
    background-color: #000;
}

#demo-dropdown .demo-color-variation li a.color-dark {
    background-color: #313338;
}

#demo-dropdown .demo-color-variation li a.color-red {
    background-color: #b43e2e;
}

#demo-dropdown .demo-color-variation li a.color-green {
    background-color: #48d09b;
}

#demo-dropdown .demo-color-variation li a.color-blue {
    background-color: #2e5dac;
}

@media (max-width: 767px) {
    #demo-dropdown {
        margin-right: -100px;
    }

    #demo-dropdown:before {
        margin-right: 100px;
    }
}

.demo-blocks {
    width: 50px;
    height: 50px;
    border: 2px solid #e6e7e8;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

.demo-blocks:hover {
    border-color: #d2d3d6;
}

.demo-blocks.color-dark {
    background: #313338;
}

.demo-blocks.color-red {
    background: #b43e2e;
}

.demo-blocks.color-green {
    background: #48d09b;
}

.demo-blocks.color-blue {
    background: #2e5dac;
}

.demo-blocks.color-lavender {
    background: #716885;
}

.demo-blocks.pattern-brickwall {
    background: url(../img/patterns/brickwall.png);
}

.demo-blocks.pattern-dark-stripes {
    background: url(../img/patterns/dark_stripes.png);
}

.demo-blocks.pattern-rockywall {
    background: url(../img/patterns/rockywall.png);
}

.demo-blocks.pattern-subtle-carbon {
    background: url(../img/patterns/subtle_carbon.png);
}

.demo-blocks.pattern-tweed {
    background: url(../img/patterns/tweed.png);
}

.demo-blocks.pattern-vertical-cloth {
    background: url(../img/patterns/vertical_cloth.png);
}

.demo-blocks.pattern-grey_wash_wall {
    background: url(../img/patterns/grey_wash_wall.png);
}

.demo-blocks.pattern-pw_maze_black {
    background: url(../img/patterns/pw_maze_black.png);
}

.demo-blocks.pattern-wild_oliva {
    background: url(../img/patterns/wild_oliva.png);
}

.demo-blocks.pattern-stressed_linen {
    background: url(../img/patterns/stressed_linen.png);
}

.demo-blocks.pattern-sos {
    background: url(../img/patterns/sos.png);
}

.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("../plugins/form-colorpicker/img/bootstrap-colorpicker/saturation.png");
    cursor: crosshair;
    float: left;
}

.colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
}

.colorpicker-hue,
.colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
}

.colorpicker-hue {
    background-image: url("../plugins/form-colorpicker/img/bootstrap-colorpicker/hue.png");
}

.colorpicker-alpha {
    background-image: url("../plugins/form-colorpicker/img/bootstrap-colorpicker/alpha.png");
    display: none;
}

.colorpicker {
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 120px;
    max-width: 150px;
    margin-top: 1px;
    z-index: 9999 !important;
}

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

.colorpicker:after {
    clear: both;
}

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

.colorpicker:after {
    clear: both;
}

.colorpicker:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.colorpicker:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.colorpicker div {
    position: relative;
}

.colorpicker.alpha {
    min-width: 140px;
}

.colorpicker.alpha .colorpicker-alpha {
    display: block;
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../plugins/form-colorpicker/img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%;
}

.colorpicker-color div {
    height: 10px;
}

.input-group.color .input-group-addon i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    width: 220px;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 0;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #edeef0;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #aeafb1;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0;
    color: #aeafb1;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffcd70;
    border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
    color: #ffdb99;
    background-color: #000;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #edeef0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f6ca78;
    border-color: #f0a418;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f3ba52;
    border-color: #be7f0d;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f6ca78;
    border-color: #f0a418;
}

.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
    color: #f6ca78;
    background-color: #000;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #aeafb1;
    border-color: #4f5259;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #999a9d;
    border-color: #323439;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #aeafb1;
    border-color: #4f5259;
}

.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
    color: #aeafb1;
    background-color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #4f8edc;
    border-color: #4f8edc;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #2d78d5;
    border-color: #276ec6;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
    color: #4f8edc;
    background-color: #fff;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #edeef0;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0;
    color: #aeafb1;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #4f8edc;
    border-color: #4f8edc;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #2d78d5;
    border-color: #276ec6;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
    color: #4f8edc;
    background-color: #fff;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #aeafb1;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #edeef0;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #edeef0;
    border: solid #d2d3d6;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    cursor: pointer;
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

.fileinput .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileinput .thumbnail > img {
    max-height: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput .input-group-addon {
    padding: 7px 15px;
    font-weight: 600;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput .uneditable-input {
    white-space: normal;
}

.fileinput-new .input-group .btn-file {
    border-radius: 0 1px 1px 0;
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 1px 1px 0;
}

.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 1px 1px 0;
}

.form-group.has-warning .fileinput .uneditable-input {
    color: #927608;
    border-color: #f7dc6f;
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #927608;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #f7dc6f;
}

.form-group.has-error .fileinput .uneditable-input {
    color: #a81515;
    border-color: #f29797;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a81515;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #f29797;
}

.form-group.has-success .fileinput .uneditable-input {
    color: #527f26;
    border-color: #b8df92;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #527f26;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #b8df92;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.panel-news-title {
    font-size: var(--page-title-font-size);
    font-weight: 700;
    line-height: 1.2;
}

.panel-news-text p {
    /* white-space: pre-wrap; */
    font-size: var(--title-h2-font-size);
}

.article-date {
    margin-block: 1.4em 1em;
    font-size: var(--description-font-size);
}

.article-detail h1 {
    margin-block-end: 1em;
}

.word-break {
    word-break: break-all;
}

.errorlist {
    color: darkred;
}

.dropdown-menu.userinfo h5 {
    white-space: normal !important;
}

.tab-content > .tab-pane > fieldset {
    width: 100%;
}

.product--item-table .product--item-table-line {
    margin-left: 20px;
    display: flex;
    width: 100%;
}

.product--item-table .product--item-table-line .product--item-table-line-col.col1 {
    flex: 0 0 40%;
}

.product--item-table .product--item-table-line .product--item-table-line-col.col2 h4 {
    margin: 0;
}

.product--item-table .product--item-table-line .product--item-table-line-col.col2 .product-price .price {
    margin: 3px 0;
}

.product--item-table .product--item-table-line .product--item-table-line-col.col3 {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
}

.product--item-table .product--item-table-line .product--item-table-line-header {
    display: flex;
    flex-wrap: wrap;
}

.product--item-table .product--item-table-line .product--item-table-line-header {
    margin: 0 15px;
}

.product--item-table .product--item-table-line .product--item-table-line-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 15px;
}

.product--item-table .product--item-table-line .product--item-table-line-buttons .buy-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
}

.product--item-table .product--item-table-line .fast-order .form-group {
    margin-bottom: 1px;
}

.product--item-list .fast-order .form-group {
    margin-bottom: 1px;
}

.product--item-table .product--item-table-line .addtocompare-multi {
    margin-top: 6px;
}

@media (max-width: 991px) {
    .product--item-table .product--item-table-line {
        flex-wrap: wrap;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col1 {
        flex: 0 0 60%;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col2 {
        flex: 0 0 30%;
        margin: 0;
        margin-left: auto;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col3 {
        flex: 0 0 100%;
    }

    .product--item-table .product--item-table-line .product--item-table-line-buttons {
        width: 100%;
    }

    .product--item-table .product--item-table-line .product--item-table-line-buttons .buy-btn {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .product--item-table .product--item-table-line .product--item-table-line-col.col1 {
        flex: 0 0 100%;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col2 {
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 13px;
        flex-direction: row;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col2 .product-price {
        display: flex;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col2 .product-price .price {
        margin: 3px;
    }

    .product--item-table .product--item-table-line .product--item-table-line-col.col3 {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .informer-block {
        height: calc(100vh - 189px);
    }

    .informer-block .informer-content {
        width: 300px;
        height: calc(100% + 20px);
        margin: -10px;
        overflow-y: auto;
    }

    .informer-block .informer-content .icon-block__list {
        display: flex;
        flex-wrap: wrap;
    }
}

.agreements-tab {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-pills.agreements-tab-mobile {
    display: none;
}

.nav-pills.agreements-tab-mobile li:not(.active) {
    display: none;
}

.nav-pills.agreements-tab-mobile li {
    width: 100%;
}

@media (max-width: 991px) {
    .agreements-tab {
        height: inherit;
        overflow: inherit;
        margin-bottom: 20px;
    }

    .agreements-tab,
    .nav-pills.agreements-tab-mobile {
        display: none;
    }

    .agreements-tab.active,
    .agreements-tab-mobile.active {
        display: block;
    }

    .agreements-tab-content {
        margin-top: 20px;
    }
}

@media (max-width: 570px) {
    .orders-table th:not(.showing-mobile),
    .orders-table td:not(.showing-mobile) {
        display: none;
    }
}

.orders-statistic-xs {
    display: none;
}

.orders-statistic-xs-item {
    margin: 26px 0;
}

.orders-statistic-xs-item:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: -18px;
    background: linear-gradient(270deg, rgba(221, 221, 221, 0) 0%, #dddddd 90%, rgba(221, 221, 221, 0) 100%);
}

.orders-statistic-sm{
    margin:0 10px 0 20px;
}

@media (max-width: 570px) {
    .orders-statistic-sm {
        display: none;
    }

    .orders-statistic-xs {
        display: block;
    }
}

.order-items-table-tfoot-section {
    display: flex;
    justify-content: space-between;
    margin-left: 26px;
}

@media (max-width: 768px) {
    .order-items-table-tfoot-section {
        flex-direction: column;
    }

    .wizard section p.complete {
        display: none;
    }
}

.order-footer-section {
    display: flex;
    justify-content: space-between;
}

.order-footer-section-add-item {
    padding: 3px;
}

.order-footer-section.add-item-content article {
    flex: 1 1 auto;
    margin: 0 2px;
}

@media (max-width: 570px) {
    .order-cart-btns-footer {
        display: flex;
        flex-direction: column;
    }

    .order-cart-btns-footer > * {
        margin: 2px 0;
    }
}

.supplier-side-bar-btn {
    float: none !important;
    margin: 0 !important;
}

.show_product_properties {
    margin-left: 50px;
}

.ref-item-header {
    display: flex;
}

.ref-item-name {
    margin-top: 5px;
}

.consignee_on_cartview {
    width: 250px;
}

.consignee_on_cartview select {
    width: 200px;
    margin: 0 auto;
}

.order_documents__inactive_document .order_documents__type,
.order_documents__inactive_document .order_documents__date_changed {
    text-decoration: line-through;
}

.userinfo__language-btn:first-letter {
    text-transform: uppercase;
}

.registration_inner_block {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.dlitem {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dlitem dt {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    overflow: initial;
    white-space: initial;
}
.dlitem dd {
    margin-left: 10px;
}

.grey-text {
    color: #bbbbbb;
}

.panel-body .comments-panel-body {
    padding: 8px !important;
    max-width: 750px;
}

.comments-panel-body h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.new_comment {
    margin-bottom: 20px;
}
.new_comment .new_comment--header {
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-size: var(--label-select-font-size);
    font-weight: var(--table-body-font-weight);
    line-height: 1.2;
    padding-left: 10px;
    letter-spacing: 0em;
    color: #818bad;
}

.new_comment .new_comment--form textarea {
    width: 100%;
    min-height: 95px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #c9cddc;
    color: #191919;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    margin-bottom: 12px;
}

.new_comment .new_comment--form .form-group {
    margin: 0;
}

.new_comment-item {
    width: 100%;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: #f5f5f5;
    margin-bottom: 6px;
}

.new_comment-item .comment-item--text {
    color: #000;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    margin-bottom: 10px;
    word-wrap: break-word;
}

.new_comment-item .comment-item--info {
    display: flex;
    justify-content: space-between;
    color: #646464;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}

.new_comment-item .comment-item--btn {
    margin-bottom: 10px;
}

.comment-item--btn .comment-item--editform {
    display: none;
}

.comment-item--btn .form-group {
    margin-bottom: 6px;
}

.comment-item--btn .form-group textarea {
    min-height: 95px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #c9cddc;
    color: #191919;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    margin-bottom: 12px;
}
