@charset "UTF-8";
/*!
 *   XenonLTE v2.0.0
 *   Author: E.Alamo
 *	 Website: E.Alamo <http://waizabu.com>
 *   License: PROPIETARY
!*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 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 {
  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;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #e4e5eb;
}

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

a {
  color: #e30057;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(150.5, 0, 57.6806167401);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #e4e5eb;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

h2, .h2 {
  font-size: 25px;
}

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

h4, .h4 {
  font-size: 15px;
}

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

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

p {
  margin: 0 0 8.5px;
}

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

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

mark,
.mark {
  background-color: white;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #e30057;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(176, 0, 67.4537444934);
}

.text-success {
  color: #8bc035;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(110.0653061224, 152.0326530612, 41.9673469388);
}

.text-info {
  color: #1880a8;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(17.625, 94, 123.375);
}

.text-warning {
  color: #d35f00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(160, 72.0379146919, 0);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #e30057;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(176, 0, 67.4537444934);
}

.bg-success {
  background-color: white;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-info {
  background-color: white;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-warning {
  background-color: white;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-danger {
  background-color: white;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

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

.list-unstyled, .chart-legend, .mailbox-attachments, .users-list, .contacts-list {
  padding-left: 0;
  list-style: none;
}

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
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: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: white;
}
.box-body table, .panel-body table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #e4e5eb;
}

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table 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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

@media screen and (max-width: 1199px) {
  .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  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: 2px 0 0;
  margin-top: 1px \9 ;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 39px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 24px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 42px;
  }
}
.form-group, .form-group-xenon {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

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

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 29px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 16px;
}

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

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

.form-group-sm .form-control {
  height: 24px;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 16px;
}
.form-group-sm select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  min-height: 28px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 8px;
}

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

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

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 8px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #8bc035;
}
.has-success .form-control {
  border-color: #8bc035;
  -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: rgb(110.0653061224, 152.0326530612, 41.9673469388);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(184.4775510204, 219.7387755102, 127.2612244898);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(184.4775510204, 219.7387755102, 127.2612244898);
}
.has-success .input-group-addon {
  color: #8bc035;
  border-color: #8bc035;
  background-color: white;
}
.has-success .form-control-feedback {
  color: #8bc035;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #d35f00;
}
.has-warning .form-control {
  border-color: #d35f00;
  -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: rgb(160, 72.0379146919, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 146.6966824645, 58);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 146.6966824645, 58);
}
.has-warning .input-group-addon {
  color: #d35f00;
  border-color: #d35f00;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #d35f00;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: white;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .form-group-xenon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group, .form-horizontal .form-group-xenon {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group-xenon:before, .form-horizontal .form-group:after, .form-horizontal .form-group-xenon:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after, .form-horizontal .form-group-xenon:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 11px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-group-btn .btn {
  padding: 11px 10px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #243c56;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #243c56;
  background-color: #cfd7e2;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #243c56;
  background-color: rgb(175.2077922078, 188.5064935065, 206.7922077922);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #243c56;
  background-color: rgb(175.2077922078, 188.5064935065, 206.7922077922);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #243c56;
  background-color: rgb(175.2077922078, 188.5064935065, 206.7922077922);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #243c56;
  background-color: rgb(152.9532467532, 169.961038961, 193.3467532468);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #cfd7e2;
  border-color: #ccc;
}
.btn-default .badge {
  color: #cfd7e2;
  background-color: #243c56;
}

.btn-primary {
  color: #fff;
  background-color: #e30057;
  border-color: rgb(201.5, 0, 77.2268722467);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(176, 0, 67.4537444934);
  border-color: rgb(74, 0, 28.3612334802);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(176, 0, 67.4537444934);
  border-color: rgb(140.3, 0, 53.7713656388);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 0, 67.4537444934);
  border-color: rgb(140.3, 0, 53.7713656388);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(140.3, 0, 53.7713656388);
  border-color: rgb(74, 0, 28.3612334802);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #e30057;
  border-color: rgb(201.5, 0, 77.2268722467);
}
.btn-primary .badge {
  color: #e30057;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #73b80f;
  border-color: rgb(100.2638190955, 160.4221105528, 13.0778894472);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(85.527638191, 136.8442211055, 11.1557788945);
  border-color: rgb(26.5829145729, 42.5326633166, 3.4673366834);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(85.527638191, 136.8442211055, 11.1557788945);
  border-color: rgb(64.8969849246, 103.8351758794, 8.4648241206);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(85.527638191, 136.8442211055, 11.1557788945);
  border-color: rgb(64.8969849246, 103.8351758794, 8.4648241206);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(64.8969849246, 103.8351758794, 8.4648241206);
  border-color: rgb(26.5829145729, 42.5326633166, 3.4673366834);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #73b80f;
  border-color: rgb(100.2638190955, 160.4221105528, 13.0778894472);
}
.btn-success .badge {
  color: #73b80f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #70c6de;
  border-color: rgb(91.28125, 189.7414772727, 217.21875);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(70.5625, 181.4829545455, 212.4375);
  border-color: rgb(33.9375, 122.3806818182, 147.0625);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(70.5625, 181.4829545455, 212.4375);
  border-color: rgb(46.36875, 167.2085227273, 200.93125);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(70.5625, 181.4829545455, 212.4375);
  border-color: rgb(46.36875, 167.2085227273, 200.93125);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(46.36875, 167.2085227273, 200.93125);
  border-color: rgb(33.9375, 122.3806818182, 147.0625);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #70c6de;
  border-color: rgb(91.28125, 189.7414772727, 217.21875);
}
.btn-info .badge {
  color: #70c6de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0791e;
  border-color: rgb(229.21875, 107.9875, 15.28125);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(205.3125, 96.725, 13.6875);
  border-color: rgb(109.6875, 51.675, 7.3125);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(205.3125, 96.725, 13.6875);
  border-color: rgb(171.84375, 80.9575, 11.45625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(205.3125, 96.725, 13.6875);
  border-color: rgb(171.84375, 80.9575, 11.45625);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(171.84375, 80.9575, 11.45625);
  border-color: rgb(109.6875, 51.675, 7.3125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0791e;
  border-color: rgb(229.21875, 107.9875, 15.28125);
}
.btn-warning .badge {
  color: #f0791e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #b60701;
  border-color: rgb(156.6393442623, 6.0245901639, 0.8606557377);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(131.2786885246, 5.0491803279, 0.7213114754);
  border-color: rgb(29.8360655738, 1.1475409836, 0.1639344262);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(131.2786885246, 5.0491803279, 0.7213114754);
  border-color: rgb(95.7737704918, 3.6836065574, 0.5262295082);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(131.2786885246, 5.0491803279, 0.7213114754);
  border-color: rgb(95.7737704918, 3.6836065574, 0.5262295082);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(95.7737704918, 3.6836065574, 0.5262295082);
  border-color: rgb(29.8360655738, 1.1475409836, 0.1639344262);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #b60701;
  border-color: rgb(156.6393442623, 6.0245901639, 0.8606557377);
}
.btn-danger .badge {
  color: #b60701;
  background-color: #fff;
}

.btn-link {
  color: #e30057;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(150.5, 0, 57.6806167401);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 0px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

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

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

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

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

.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: 11px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:last-child) {
  border-right: 1px solid white;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

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

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

.input-group-addon {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 16px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 8px;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #e30057;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #e4e5eb;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e30057;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

.navbar {
  position: relative;
  min-height: 35px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 9px 20px;
  font-size: 15px;
  line-height: 17px;
  height: 35px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 4.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  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, .navbar-form .form-group-xenon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .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;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group, .navbar-form .form-group-xenon {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child, .navbar-form .form-group-xenon:last-child {
    margin-bottom: 0;
  }
}
@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: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: rgb(238.425, 238.425, 238.425);
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(25.5, 25.5, 25.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #777;
  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: rgb(238.425, 238.425, 238.425);
}
.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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(238.425, 238.425, 238.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #777;
    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: rgb(238.425, 238.425, 238.425);
  }
  .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: #333;
}
.navbar-default .navbar-link:hover {
  color: #777;
}
.navbar-default .btn-link {
  color: #333;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #777;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #272B36;
  border-color: rgb(17.6129032258, 19.4193548387, 24.3870967742);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  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: rgb(17.6129032258, 19.4193548387, 24.3870967742);
}
.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: rgb(24.0290322581, 26.4935483871, 33.2709677419);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(17.6129032258, 19.4193548387, 24.3870967742);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(17.6129032258, 19.4193548387, 24.3870967742);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(17.6129032258, 19.4193548387, 24.3870967742);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(17.6129032258, 19.4193548387, 24.3870967742);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 10px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #e30057;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(150.5, 0, 57.6806167401);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #259dab;
  border-color: #259dab;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.4em 0.6em 0.5em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  text-transform: uppercase;
}
.label:empty:not(i) {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #e30057;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(176, 0, 67.4537444934);
}

.label-success {
  background-color: #73b80f;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(85.527638191, 136.8442211055, 11.1557788945);
}

.label-info {
  background-color: #70c6de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(70.5625, 181.4829545455, 212.4375);
}

.label-warning {
  background-color: #f0791e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(205.3125, 96.725, 13.6875);
}

.label-danger {
  background-color: #b60701;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(131.2786885246, 5.0491803279, 0.7213114754);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 2px;
}
.badge:empty:not(i) {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #e30057;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.428571429;
  background-color: #e4e5eb;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissable .mailbox-attachment-close,
.alert-dismissible .close,
.alert-dismissible .mailbox-attachment-close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: white;
  border-color: #73b80f;
  color: rgb(34.425, 34.425, 34.425);
}
.alert-success hr {
  border-top-color: rgb(100.2638190955, 160.4221105528, 13.0778894472);
}
.alert-success .alert-link {
  color: rgb(8.925, 8.925, 8.925);
}

.alert-info {
  background-color: white;
  border-color: #70c6de;
  color: rgb(34.425, 34.425, 34.425);
}
.alert-info hr {
  border-top-color: rgb(91.28125, 189.7414772727, 217.21875);
}
.alert-info .alert-link {
  color: rgb(8.925, 8.925, 8.925);
}

.alert-warning {
  background-color: white;
  border-color: #f0791e;
  color: rgb(34.425, 34.425, 34.425);
}
.alert-warning hr {
  border-top-color: rgb(229.21875, 107.9875, 15.28125);
}
.alert-warning .alert-link {
  color: rgb(8.925, 8.925, 8.925);
}

.alert-danger {
  background-color: white;
  border-color: #b60701;
  color: rgb(34.425, 34.425, 34.425);
}
.alert-danger hr {
  border-top-color: rgb(156.6393442623, 6.0245901639, 0.8606557377);
}
.alert-danger .alert-link {
  color: rgb(8.925, 8.925, 8.925);
}

@-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: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #e30057;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #73b80f;
}
.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: -o-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: #70c6de;
}
.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: -o-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: #f0791e;
}
.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: -o-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: #b60701;
}
.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: -o-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);
}

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item.ui-sortable-handle {
  cursor: move;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e30057;
  border-color: #e30057;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(255, 176, 206.2775330396);
}

.list-group-item-success {
  color: #8bc035;
  background-color: white;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #8bc035;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #8bc035;
  background-color: rgb(242.25, 242.25, 242.25);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #8bc035;
  border-color: #8bc035;
}

.list-group-item-info {
  color: #1880a8;
  background-color: white;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #1880a8;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #1880a8;
  background-color: rgb(242.25, 242.25, 242.25);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #1880a8;
  border-color: #1880a8;
}

.list-group-item-warning {
  color: #d35f00;
  background-color: white;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #d35f00;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #d35f00;
  background-color: rgb(242.25, 242.25, 242.25);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #d35f00;
  border-color: #d35f00;
}

.list-group-item-danger {
  color: #a94442;
  background-color: white;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(242.25, 242.25, 242.25);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

.panel-body {
  padding: 20px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px;
  padding-right: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #e30057;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #e30057;
  border-color: #e30057;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e30057;
}
.panel-primary > .panel-heading .badge {
  color: #e30057;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e30057;
}

.panel-success {
  border-color: #73b80f;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #73b80f;
  border-color: #73b80f;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #73b80f;
}
.panel-success > .panel-heading .badge {
  color: #73b80f;
  background-color: white;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #73b80f;
}

.panel-info {
  border-color: #70c6de;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #70c6de;
  border-color: #70c6de;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #70c6de;
}
.panel-info > .panel-heading .badge {
  color: #70c6de;
  background-color: white;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #70c6de;
}

.panel-warning {
  border-color: #f0791e;
}
.panel-warning > .panel-heading {
  color: white;
  background-color: #f0791e;
  border-color: #f0791e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0791e;
}
.panel-warning > .panel-heading .badge {
  color: #f0791e;
  background-color: white;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0791e;
}

.panel-danger {
  border-color: #b60701;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #b60701;
  border-color: #b60701;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b60701;
}
.panel-danger > .panel-heading .badge {
  color: #b60701;
  background-color: white;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b60701;
}

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

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

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

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

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

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

.close, .mailbox-attachment-close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .mailbox-attachment-close:hover, .close:focus, .mailbox-attachment-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  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%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -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;
}

.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;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

.modal-body {
  position: relative;
  padding: 30px;
  max-height: 80vh;
  overflow-y: auto;
}

.modal-footer {
  padding: 15px 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  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;
  background-color: #000;
  border-radius: 4px;
}

.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 7px 7px 0 0;
}

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
}

.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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  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);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

.bold, .strong {
  font-weight: bold;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Layout */
.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.swagger-ui .wrapper {
  background: initial !important;
}
.swagger-ui .servers-title {
  display: inline-block;
  margin-bottom: 10px;
}

.layout-boxed {
  background: url("${boxed-layout-bg-image-path}") repeat fixed;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 200px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
}

.content-wrapper,
.right-side {
  min-height: calc(100vh - 75px);
  background: #e4e5eb;
  z-index: 800;
}

.main-footer {
  background: #fff;
  padding: 10px;
  color: #444;
  height: 40px;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
}

/* General Links */
a {
  color: #e30057;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: rgb(150.5, 0, 57.6806167401);
}

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
  border-bottom: 1px solid #bec1c7;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.color-palette {
  padding: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.x-color-sample {
  padding: 60px 30px;
  margin: 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.pad {
  padding: 10px;
}

.margin {
  margin: 10px;
}

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

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-r-5 {
  margin-right: 5px;
}

.inline {
  display: inline;
}

.vertical-align, table.vertical-align td {
  vertical-align: middle !important;
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}

.bg-maroon-active, .bg-maroon-gradient, .bg-maroon:not(td):not(tr), .bg-purple-active, .bg-purple-gradient, .bg-purple:not(td):not(tr), .bg-fuchsia-active, .bg-fuchsia-gradient, .bg-fuchsia:not(td):not(tr), .bg-orange-active, .bg-orange-gradient, .bg-orange:not(td):not(tr), .bg-lime-active, .bg-lime-gradient, .bg-lime:not(td):not(tr), .bg-olive-active, .bg-olive-gradient, .bg-olive:not(td):not(tr), .bg-teal-active, .bg-teal-gradient, .bg-teal:not(td):not(tr), .bg-navy-active, .bg-navy-gradient, .bg-navy:not(td):not(tr), .bg-green-active, .modal-success .modal-header,
.modal-success .modal-footer, .bg-green-gradient, .bg-green:not(td):not(tr), .label-success:not(td):not(tr), .modal-success .modal-body:not(td):not(tr), .callout.callout-success:not(td):not(tr), .bg-light-blue-active, .modal-primary .modal-header,
.modal-primary .modal-footer, .bg-light-blue-gradient, .bg-light-blue:not(td):not(tr), .label-primary:not(td):not(tr), .modal-primary .modal-body:not(td):not(tr), .bg-blue-active, .bg-blue-gradient, .bg-blue:not(td):not(tr), .bg-aqua-active, .modal-info .modal-header,
.modal-info .modal-footer, .bg-aqua-gradient, .bg-aqua:not(td):not(tr), .label-info:not(td):not(tr), .modal-info .modal-body:not(td):not(tr), .callout.callout-info:not(td):not(tr), .bg-yellow-active, .modal-warning .modal-header,
.modal-warning .modal-footer, .bg-yellow-gradient, .bg-yellow:not(td):not(tr), .label-warning:not(td):not(tr), .modal-warning .modal-body:not(td):not(tr), .callout.callout-warning:not(td):not(tr), .bg-red-active, .modal-danger .modal-header,
.modal-danger .modal-footer, .bg-red-gradient, .bg-red:not(td):not(tr), .label-danger:not(td):not(tr), .modal-danger .modal-body:not(td):not(tr), .callout.callout-danger:not(td):not(tr), .bg-black-active, .bg-black-gradient, .bg-black:not(td):not(tr), .bg-gray-light-active, .bg-gray-light-gradient, .bg-gray-light:not(td):not(tr), .bg-gray-active, .bg-gray-gradient, .bg-white-active, .bg-white-gradient {
  color: white;
}
.bg-maroon-active .btn-box-tool, .bg-maroon-gradient .btn-box-tool, .bg-maroon:not(td):not(tr) .btn-box-tool, .bg-purple-active .btn-box-tool, .bg-purple-gradient .btn-box-tool, .bg-purple:not(td):not(tr) .btn-box-tool, .bg-fuchsia-active .btn-box-tool, .bg-fuchsia-gradient .btn-box-tool, .bg-fuchsia:not(td):not(tr) .btn-box-tool, .bg-orange-active .btn-box-tool, .bg-orange-gradient .btn-box-tool, .bg-orange:not(td):not(tr) .btn-box-tool, .bg-lime-active .btn-box-tool, .bg-lime-gradient .btn-box-tool, .bg-lime:not(td):not(tr) .btn-box-tool, .bg-olive-active .btn-box-tool, .bg-olive-gradient .btn-box-tool, .bg-olive:not(td):not(tr) .btn-box-tool, .bg-teal-active .btn-box-tool, .bg-teal-gradient .btn-box-tool, .bg-teal:not(td):not(tr) .btn-box-tool, .bg-navy-active .btn-box-tool, .bg-navy-gradient .btn-box-tool, .bg-navy:not(td):not(tr) .btn-box-tool, .bg-green-active .btn-box-tool, .modal-success .modal-header .btn-box-tool,
.modal-success .modal-footer .btn-box-tool, .bg-green-gradient .btn-box-tool, .bg-green:not(td):not(tr) .btn-box-tool, .label-success:not(td):not(tr) .btn-box-tool, .modal-success .modal-body:not(td):not(tr) .btn-box-tool, .callout.callout-success:not(td):not(tr) .btn-box-tool, .bg-light-blue-active .btn-box-tool, .modal-primary .modal-header .btn-box-tool,
.modal-primary .modal-footer .btn-box-tool, .bg-light-blue-gradient .btn-box-tool, .bg-light-blue:not(td):not(tr) .btn-box-tool, .label-primary:not(td):not(tr) .btn-box-tool, .modal-primary .modal-body:not(td):not(tr) .btn-box-tool, .bg-blue-active .btn-box-tool, .bg-blue-gradient .btn-box-tool, .bg-blue:not(td):not(tr) .btn-box-tool, .bg-aqua-active .btn-box-tool, .modal-info .modal-header .btn-box-tool,
.modal-info .modal-footer .btn-box-tool, .bg-aqua-gradient .btn-box-tool, .bg-aqua:not(td):not(tr) .btn-box-tool, .label-info:not(td):not(tr) .btn-box-tool, .modal-info .modal-body:not(td):not(tr) .btn-box-tool, .callout.callout-info:not(td):not(tr) .btn-box-tool, .bg-yellow-active .btn-box-tool, .modal-warning .modal-header .btn-box-tool,
.modal-warning .modal-footer .btn-box-tool, .bg-yellow-gradient .btn-box-tool, .bg-yellow:not(td):not(tr) .btn-box-tool, .label-warning:not(td):not(tr) .btn-box-tool, .modal-warning .modal-body:not(td):not(tr) .btn-box-tool, .callout.callout-warning:not(td):not(tr) .btn-box-tool, .bg-red-active .btn-box-tool, .modal-danger .modal-header .btn-box-tool,
.modal-danger .modal-footer .btn-box-tool, .bg-red-gradient .btn-box-tool, .bg-red:not(td):not(tr) .btn-box-tool, .label-danger:not(td):not(tr) .btn-box-tool, .modal-danger .modal-body:not(td):not(tr) .btn-box-tool, .callout.callout-danger:not(td):not(tr) .btn-box-tool, .bg-black-active .btn-box-tool, .bg-black-gradient .btn-box-tool, .bg-black:not(td):not(tr) .btn-box-tool, .bg-gray-light-active .btn-box-tool, .bg-gray-light-gradient .btn-box-tool, .bg-gray-light:not(td):not(tr) .btn-box-tool, .bg-gray-active .btn-box-tool, .bg-gray-gradient .btn-box-tool, .bg-white-active .btn-box-tool, .bg-white-gradient .btn-box-tool, .bg-maroon-active a:not([class*=bg-]), .bg-maroon-gradient a:not([class*=bg-]), .bg-maroon:not(td):not(tr) a:not([class*=bg-]), .bg-purple-active a:not([class*=bg-]), .bg-purple-gradient a:not([class*=bg-]), .bg-purple:not(td):not(tr) a:not([class*=bg-]), .bg-fuchsia-active a:not([class*=bg-]), .bg-fuchsia-gradient a:not([class*=bg-]), .bg-fuchsia:not(td):not(tr) a:not([class*=bg-]), .bg-orange-active a:not([class*=bg-]), .bg-orange-gradient a:not([class*=bg-]), .bg-orange:not(td):not(tr) a:not([class*=bg-]), .bg-lime-active a:not([class*=bg-]), .bg-lime-gradient a:not([class*=bg-]), .bg-lime:not(td):not(tr) a:not([class*=bg-]), .bg-olive-active a:not([class*=bg-]), .bg-olive-gradient a:not([class*=bg-]), .bg-olive:not(td):not(tr) a:not([class*=bg-]), .bg-teal-active a:not([class*=bg-]), .bg-teal-gradient a:not([class*=bg-]), .bg-teal:not(td):not(tr) a:not([class*=bg-]), .bg-navy-active a:not([class*=bg-]), .bg-navy-gradient a:not([class*=bg-]), .bg-navy:not(td):not(tr) a:not([class*=bg-]), .bg-green-active a:not([class*=bg-]), .modal-success .modal-header a:not([class*=bg-]),
.modal-success .modal-footer a:not([class*=bg-]), .bg-green-gradient a:not([class*=bg-]), .bg-green:not(td):not(tr) a:not([class*=bg-]), .label-success:not(td):not(tr) a:not([class*=bg-]), .modal-success .modal-body:not(td):not(tr) a:not([class*=bg-]), .callout.callout-success:not(td):not(tr) a:not([class*=bg-]), .bg-light-blue-active a:not([class*=bg-]), .modal-primary .modal-header a:not([class*=bg-]),
.modal-primary .modal-footer a:not([class*=bg-]), .bg-light-blue-gradient a:not([class*=bg-]), .bg-light-blue:not(td):not(tr) a:not([class*=bg-]), .label-primary:not(td):not(tr) a:not([class*=bg-]), .modal-primary .modal-body:not(td):not(tr) a:not([class*=bg-]), .bg-blue-active a:not([class*=bg-]), .bg-blue-gradient a:not([class*=bg-]), .bg-blue:not(td):not(tr) a:not([class*=bg-]), .bg-aqua-active a:not([class*=bg-]), .modal-info .modal-header a:not([class*=bg-]),
.modal-info .modal-footer a:not([class*=bg-]), .bg-aqua-gradient a:not([class*=bg-]), .bg-aqua:not(td):not(tr) a:not([class*=bg-]), .label-info:not(td):not(tr) a:not([class*=bg-]), .modal-info .modal-body:not(td):not(tr) a:not([class*=bg-]), .callout.callout-info:not(td):not(tr) a:not([class*=bg-]), .bg-yellow-active a:not([class*=bg-]), .modal-warning .modal-header a:not([class*=bg-]),
.modal-warning .modal-footer a:not([class*=bg-]), .bg-yellow-gradient a:not([class*=bg-]), .bg-yellow:not(td):not(tr) a:not([class*=bg-]), .label-warning:not(td):not(tr) a:not([class*=bg-]), .modal-warning .modal-body:not(td):not(tr) a:not([class*=bg-]), .callout.callout-warning:not(td):not(tr) a:not([class*=bg-]), .bg-red-active a:not([class*=bg-]), .modal-danger .modal-header a:not([class*=bg-]),
.modal-danger .modal-footer a:not([class*=bg-]), .bg-red-gradient a:not([class*=bg-]), .bg-red:not(td):not(tr) a:not([class*=bg-]), .label-danger:not(td):not(tr) a:not([class*=bg-]), .modal-danger .modal-body:not(td):not(tr) a:not([class*=bg-]), .callout.callout-danger:not(td):not(tr) a:not([class*=bg-]), .bg-black-active a:not([class*=bg-]), .bg-black-gradient a:not([class*=bg-]), .bg-black:not(td):not(tr) a:not([class*=bg-]), .bg-gray-light-active a:not([class*=bg-]), .bg-gray-light-gradient a:not([class*=bg-]), .bg-gray-light:not(td):not(tr) a:not([class*=bg-]), .bg-gray-active a:not([class*=bg-]), .bg-gray-gradient a:not([class*=bg-]), .bg-white-active a:not([class*=bg-]), .bg-white-gradient a:not([class*=bg-]) {
  color: white;
}

/* white*/
.bg-white:not(td):not(tr) {
  background-color: white !important;
  color: #333333;
}

td.bg-white, tr.bg-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: initial;
}
td.bg-white .btn-default, tr.bg-white .btn-default {
  background-color: white;
}

.bg-white-gradient {
  background-color: white;
  background-image: linear-gradient(0deg, rgb(229.5, 229.5, 229.5), white);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(229.5, 229.5, 229.5)), color-stop(1, white));
  background: -ms-linear-gradient(bottom, rgb(229.5, 229.5, 229.5), white);
  background: -moz-linear-gradient(center bottom, rgb(229.5, 229.5, 229.5) 0%, white 100%);
  background: -o-linear-gradient(white, rgb(229.5, 229.5, 229.5));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='white', endColorstr='rgb(229.5, 229.5, 229.5)', GradientType=0)";
}

.bg-white-active {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.text-white {
  color: white !important;
}

.label.border-white {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-white {
  border: 2px solid white !important;
  color: white !important;
  background-color: transparent !important;
}
.border-white.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-white.btn-lg, .btn-group-lg > .border-white.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-white.btn-sm, .btn-group-sm > .border-white.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-white.btn-xs, .btn-group-xs > .border-white.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* gray*/
.bg-gray:not(td):not(tr) {
  background-color: #d2d6de !important;
  color: #e6e5e5;
}

td.bg-gray, tr.bg-gray {
  background-color: rgba(210, 214, 222, 0.2) !important;
  color: initial;
}
td.bg-gray .btn-default, tr.bg-gray .btn-default {
  background-color: white;
}

.bg-gray-gradient {
  background-color: #d2d6de;
  background-image: linear-gradient(0deg, rgb(180.5769230769, 187.1923076923, 200.4230769231), #d2d6de);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(180.5769230769, 187.1923076923, 200.4230769231)), color-stop(1, #d2d6de));
  background: -ms-linear-gradient(bottom, rgb(180.5769230769, 187.1923076923, 200.4230769231), #d2d6de);
  background: -moz-linear-gradient(center bottom, rgb(180.5769230769, 187.1923076923, 200.4230769231) 0%, #d2d6de 100%);
  background: -o-linear-gradient(#d2d6de, rgb(180.5769230769, 187.1923076923, 200.4230769231));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#d2d6de', endColorstr='rgb(180.5769230769, 187.1923076923, 200.4230769231)', GradientType=0)";
}

.bg-gray-active {
  background-color: rgb(180.5769230769, 187.1923076923, 200.4230769231) !important;
}

.text-gray {
  color: #d2d6de !important;
}

.label.border-gray {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-gray {
  border: 2px solid #d2d6de !important;
  color: #d2d6de !important;
  background-color: transparent !important;
}
.border-gray.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-gray.btn-lg, .btn-group-lg > .border-gray.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-gray.btn-sm, .btn-group-sm > .border-gray.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-gray.btn-xs, .btn-group-xs > .border-gray.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* gray-light*/
.bg-gray-light:not(td):not(tr) {
  background-color: #f7f7f7 !important;
}

td.bg-gray-light, tr.bg-gray-light {
  background-color: rgba(247, 247, 247, 0.2) !important;
  color: initial;
}
td.bg-gray-light .btn-default, tr.bg-gray-light .btn-default {
  background-color: white;
}

.bg-gray-light-gradient {
  background-color: #f7f7f7;
  background-image: linear-gradient(0deg, rgb(221.5, 221.5, 221.5), #f7f7f7);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(221.5, 221.5, 221.5)), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, rgb(221.5, 221.5, 221.5), #f7f7f7);
  background: -moz-linear-gradient(center bottom, rgb(221.5, 221.5, 221.5) 0%, #f7f7f7 100%);
  background: -o-linear-gradient(#f7f7f7, rgb(221.5, 221.5, 221.5));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#f7f7f7', endColorstr='rgb(221.5, 221.5, 221.5)', GradientType=0)";
}

.bg-gray-light-active {
  background-color: rgb(221.5, 221.5, 221.5) !important;
}

.text-gray-light {
  color: #f7f7f7 !important;
}

.label.border-gray-light {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-gray-light {
  border: 2px solid #f7f7f7 !important;
  color: #f7f7f7 !important;
  background-color: transparent !important;
}
.border-gray-light.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-gray-light.btn-lg, .btn-group-lg > .border-gray-light.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-gray-light.btn-sm, .btn-group-sm > .border-gray-light.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-gray-light.btn-xs, .btn-group-xs > .border-gray-light.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* black*/
.bg-black:not(td):not(tr) {
  background-color: #111 !important;
}

td.bg-black, tr.bg-black {
  background-color: rgba(17, 17, 17, 0.2) !important;
  color: initial;
}
td.bg-black .btn-default, tr.bg-black .btn-default {
  background-color: white;
}

.bg-black-gradient {
  background-color: #111;
  background-image: linear-gradient(0deg, #111, rgb(42.5, 42.5, 42.5));
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, rgb(42.5, 42.5, 42.5)));
  background: -ms-linear-gradient(bottom, #111, rgb(42.5, 42.5, 42.5));
  background: -moz-linear-gradient(center bottom, #111 0%, rgb(42.5, 42.5, 42.5) 100%);
  background: -o-linear-gradient(rgb(42.5, 42.5, 42.5), #111);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='rgb(42.5, 42.5, 42.5)', endColorstr='#111', GradientType=0)";
}

.bg-black-active {
  background-color: black !important;
}

.text-black {
  color: #111 !important;
}

.label.border-black {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-black {
  border: 2px solid #111 !important;
  color: #111 !important;
  background-color: transparent !important;
}
.border-black.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-black.btn-lg, .btn-group-lg > .border-black.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-black.btn-sm, .btn-group-sm > .border-black.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-black.btn-xs, .btn-group-xs > .border-black.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* red*/
.bg-red:not(td):not(tr), .label-danger:not(td):not(tr), .modal-danger .modal-body:not(td):not(tr), .callout.callout-danger:not(td):not(tr) {
  background-color: #b60701 !important;
}

td.bg-red, td.label-danger, .modal-danger td.modal-body, td.callout.callout-danger, tr.bg-red, tr.label-danger, .modal-danger tr.modal-body, tr.callout.callout-danger {
  background-color: rgba(182, 7, 1, 0.2) !important;
  color: initial;
}
td.bg-red .btn-default, td.label-danger .btn-default, .modal-danger td.modal-body .btn-default, td.callout.callout-danger .btn-default, tr.bg-red .btn-default, tr.label-danger .btn-default, .modal-danger tr.modal-body .btn-default, tr.callout.callout-danger .btn-default {
  background-color: white;
}

.bg-red-gradient {
  background-color: #b60701;
  background-image: linear-gradient(0deg, rgb(131.2786885246, 5.0491803279, 0.7213114754), #b60701);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(131.2786885246, 5.0491803279, 0.7213114754)), color-stop(1, #b60701));
  background: -ms-linear-gradient(bottom, rgb(131.2786885246, 5.0491803279, 0.7213114754), #b60701);
  background: -moz-linear-gradient(center bottom, rgb(131.2786885246, 5.0491803279, 0.7213114754) 0%, #b60701 100%);
  background: -o-linear-gradient(#b60701, rgb(131.2786885246, 5.0491803279, 0.7213114754));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#b60701', endColorstr='rgb(131.2786885246, 5.0491803279, 0.7213114754)', GradientType=0)";
}

.bg-red-active, .modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: rgb(131.2786885246, 5.0491803279, 0.7213114754) !important;
}

.text-red {
  color: #b60701 !important;
}

.label.border-red {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-red {
  border: 2px solid #b60701 !important;
  color: #b60701 !important;
  background-color: transparent !important;
}
.border-red.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-red.btn-lg, .btn-group-lg > .border-red.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-red.btn-sm, .btn-group-sm > .border-red.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-red.btn-xs, .btn-group-xs > .border-red.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* yellow*/
.bg-yellow:not(td):not(tr), .label-warning:not(td):not(tr), .modal-warning .modal-body:not(td):not(tr), .callout.callout-warning:not(td):not(tr) {
  background-color: #f0791e !important;
}

td.bg-yellow, td.label-warning, .modal-warning td.modal-body, td.callout.callout-warning, tr.bg-yellow, tr.label-warning, .modal-warning tr.modal-body, tr.callout.callout-warning {
  background-color: rgba(240, 121, 30, 0.2) !important;
  color: initial;
}
td.bg-yellow .btn-default, td.label-warning .btn-default, .modal-warning td.modal-body .btn-default, td.callout.callout-warning .btn-default, tr.bg-yellow .btn-default, tr.label-warning .btn-default, .modal-warning tr.modal-body .btn-default, tr.callout.callout-warning .btn-default {
  background-color: white;
}

.bg-yellow-gradient {
  background-color: #f0791e;
  background-image: linear-gradient(0deg, rgb(205.3125, 96.725, 13.6875), #f0791e);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(205.3125, 96.725, 13.6875)), color-stop(1, #f0791e));
  background: -ms-linear-gradient(bottom, rgb(205.3125, 96.725, 13.6875), #f0791e);
  background: -moz-linear-gradient(center bottom, rgb(205.3125, 96.725, 13.6875) 0%, #f0791e 100%);
  background: -o-linear-gradient(#f0791e, rgb(205.3125, 96.725, 13.6875));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#f0791e', endColorstr='rgb(205.3125, 96.725, 13.6875)', GradientType=0)";
}

.bg-yellow-active, .modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: rgb(205.3125, 96.725, 13.6875) !important;
}

.text-yellow {
  color: #f0791e !important;
}

.label.border-yellow {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-yellow {
  border: 2px solid #f0791e !important;
  color: #f0791e !important;
  background-color: transparent !important;
}
.border-yellow.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-yellow.btn-lg, .btn-group-lg > .border-yellow.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-yellow.btn-sm, .btn-group-sm > .border-yellow.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-yellow.btn-xs, .btn-group-xs > .border-yellow.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* aqua*/
.bg-aqua:not(td):not(tr), .label-info:not(td):not(tr), .modal-info .modal-body:not(td):not(tr), .callout.callout-info:not(td):not(tr) {
  background-color: #70c6de !important;
}

td.bg-aqua, td.label-info, .modal-info td.modal-body, td.callout.callout-info, tr.bg-aqua, tr.label-info, .modal-info tr.modal-body, tr.callout.callout-info {
  background-color: rgba(112, 198, 222, 0.2) !important;
  color: initial;
}
td.bg-aqua .btn-default, td.label-info .btn-default, .modal-info td.modal-body .btn-default, td.callout.callout-info .btn-default, tr.bg-aqua .btn-default, tr.label-info .btn-default, .modal-info tr.modal-body .btn-default, tr.callout.callout-info .btn-default {
  background-color: white;
}

.bg-aqua-gradient {
  background-color: #70c6de;
  background-image: linear-gradient(0deg, rgb(70.5625, 181.4829545455, 212.4375), #70c6de);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(70.5625, 181.4829545455, 212.4375)), color-stop(1, #70c6de));
  background: -ms-linear-gradient(bottom, rgb(70.5625, 181.4829545455, 212.4375), #70c6de);
  background: -moz-linear-gradient(center bottom, rgb(70.5625, 181.4829545455, 212.4375) 0%, #70c6de 100%);
  background: -o-linear-gradient(#70c6de, rgb(70.5625, 181.4829545455, 212.4375));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#70c6de', endColorstr='rgb(70.5625, 181.4829545455, 212.4375)', GradientType=0)";
}

.bg-aqua-active, .modal-info .modal-header,
.modal-info .modal-footer {
  background-color: rgb(70.5625, 181.4829545455, 212.4375) !important;
}

.text-aqua {
  color: #70c6de !important;
}

.label.border-aqua {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-aqua {
  border: 2px solid #70c6de !important;
  color: #70c6de !important;
  background-color: transparent !important;
}
.border-aqua.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-aqua.btn-lg, .btn-group-lg > .border-aqua.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-aqua.btn-sm, .btn-group-sm > .border-aqua.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-aqua.btn-xs, .btn-group-xs > .border-aqua.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* blue*/
.bg-blue:not(td):not(tr) {
  background-color: #164464 !important;
}

td.bg-blue, tr.bg-blue {
  background-color: rgba(22, 68, 100, 0.2) !important;
  color: initial;
}
td.bg-blue .btn-default, tr.bg-blue .btn-default {
  background-color: white;
}

.bg-blue-gradient {
  background-color: #164464;
  background-image: linear-gradient(0deg, rgb(12.8032786885, 39.5737704918, 58.1967213115), #164464);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(12.8032786885, 39.5737704918, 58.1967213115)), color-stop(1, #164464));
  background: -ms-linear-gradient(bottom, rgb(12.8032786885, 39.5737704918, 58.1967213115), #164464);
  background: -moz-linear-gradient(center bottom, rgb(12.8032786885, 39.5737704918, 58.1967213115) 0%, #164464 100%);
  background: -o-linear-gradient(#164464, rgb(12.8032786885, 39.5737704918, 58.1967213115));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#164464', endColorstr='rgb(12.8032786885, 39.5737704918, 58.1967213115)', GradientType=0)";
}

.bg-blue-active {
  background-color: rgb(12.8032786885, 39.5737704918, 58.1967213115) !important;
}

.text-blue {
  color: #164464 !important;
}

.label.border-blue {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-blue {
  border: 2px solid #164464 !important;
  color: #164464 !important;
  background-color: transparent !important;
}
.border-blue.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-blue.btn-lg, .btn-group-lg > .border-blue.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-blue.btn-sm, .btn-group-sm > .border-blue.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-blue.btn-xs, .btn-group-xs > .border-blue.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* light-blue*/
.bg-light-blue:not(td):not(tr), .label-primary:not(td):not(tr), .modal-primary .modal-body:not(td):not(tr) {
  background-color: #e30057 !important;
}

td.bg-light-blue, td.label-primary, .modal-primary td.modal-body, tr.bg-light-blue, tr.label-primary, .modal-primary tr.modal-body {
  background-color: rgba(227, 0, 87, 0.2) !important;
  color: initial;
}
td.bg-light-blue .btn-default, td.label-primary .btn-default, .modal-primary td.modal-body .btn-default, tr.bg-light-blue .btn-default, tr.label-primary .btn-default, .modal-primary tr.modal-body .btn-default {
  background-color: white;
}

.bg-light-blue-gradient {
  background-color: #e30057;
  background-image: linear-gradient(0deg, rgb(176, 0, 67.4537444934), #e30057);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(176, 0, 67.4537444934)), color-stop(1, #e30057));
  background: -ms-linear-gradient(bottom, rgb(176, 0, 67.4537444934), #e30057);
  background: -moz-linear-gradient(center bottom, rgb(176, 0, 67.4537444934) 0%, #e30057 100%);
  background: -o-linear-gradient(#e30057, rgb(176, 0, 67.4537444934));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#e30057', endColorstr='rgb(176, 0, 67.4537444934)', GradientType=0)";
}

.bg-light-blue-active, .modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: rgb(176, 0, 67.4537444934) !important;
}

.text-light-blue {
  color: #e30057 !important;
}

.label.border-light-blue {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-light-blue {
  border: 2px solid #e30057 !important;
  color: #e30057 !important;
  background-color: transparent !important;
}
.border-light-blue.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-light-blue.btn-lg, .btn-group-lg > .border-light-blue.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-light-blue.btn-sm, .btn-group-sm > .border-light-blue.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-light-blue.btn-xs, .btn-group-xs > .border-light-blue.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* green*/
.bg-green:not(td):not(tr), .label-success:not(td):not(tr), .modal-success .modal-body:not(td):not(tr), .callout.callout-success:not(td):not(tr) {
  background-color: #73b80f !important;
}

td.bg-green, td.label-success, .modal-success td.modal-body, td.callout.callout-success, tr.bg-green, tr.label-success, .modal-success tr.modal-body, tr.callout.callout-success {
  background-color: rgba(115, 184, 15, 0.2) !important;
  color: initial;
}
td.bg-green .btn-default, td.label-success .btn-default, .modal-success td.modal-body .btn-default, td.callout.callout-success .btn-default, tr.bg-green .btn-default, tr.label-success .btn-default, .modal-success tr.modal-body .btn-default, tr.callout.callout-success .btn-default {
  background-color: white;
}

.bg-green-gradient {
  background-color: #73b80f;
  background-image: linear-gradient(0deg, rgb(85.527638191, 136.8442211055, 11.1557788945), #73b80f);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(85.527638191, 136.8442211055, 11.1557788945)), color-stop(1, #73b80f));
  background: -ms-linear-gradient(bottom, rgb(85.527638191, 136.8442211055, 11.1557788945), #73b80f);
  background: -moz-linear-gradient(center bottom, rgb(85.527638191, 136.8442211055, 11.1557788945) 0%, #73b80f 100%);
  background: -o-linear-gradient(#73b80f, rgb(85.527638191, 136.8442211055, 11.1557788945));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#73b80f', endColorstr='rgb(85.527638191, 136.8442211055, 11.1557788945)', GradientType=0)";
}

.bg-green-active, .modal-success .modal-header,
.modal-success .modal-footer {
  background-color: rgb(85.527638191, 136.8442211055, 11.1557788945) !important;
}

.text-green {
  color: #73b80f !important;
}

.label.border-green {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-green {
  border: 2px solid #73b80f !important;
  color: #73b80f !important;
  background-color: transparent !important;
}
.border-green.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-green.btn-lg, .btn-group-lg > .border-green.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-green.btn-sm, .btn-group-sm > .border-green.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-green.btn-xs, .btn-group-xs > .border-green.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* navy*/
.bg-navy:not(td):not(tr) {
  background-color: #001F3F !important;
}

td.bg-navy, tr.bg-navy {
  background-color: rgba(0, 31, 63, 0.2) !important;
  color: initial;
}
td.bg-navy .btn-default, tr.bg-navy .btn-default {
  background-color: white;
}

.bg-navy-gradient {
  background-color: #001F3F;
  background-image: linear-gradient(0deg, rgb(0, 5.9047619048, 12), #001F3F);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 5.9047619048, 12)), color-stop(1, #001F3F));
  background: -ms-linear-gradient(bottom, rgb(0, 5.9047619048, 12), #001F3F);
  background: -moz-linear-gradient(center bottom, rgb(0, 5.9047619048, 12) 0%, #001F3F 100%);
  background: -o-linear-gradient(#001F3F, rgb(0, 5.9047619048, 12));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#001F3F', endColorstr='rgb(0, 5.9047619048, 12)', GradientType=0)";
}

.bg-navy-active {
  background-color: rgb(0, 5.9047619048, 12) !important;
}

.text-navy {
  color: #001F3F !important;
}

.label.border-navy {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-navy {
  border: 2px solid #001F3F !important;
  color: #001F3F !important;
  background-color: transparent !important;
}
.border-navy.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-navy.btn-lg, .btn-group-lg > .border-navy.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-navy.btn-sm, .btn-group-sm > .border-navy.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-navy.btn-xs, .btn-group-xs > .border-navy.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* teal*/
.bg-teal:not(td):not(tr) {
  background-color: #39CCCC !important;
}

td.bg-teal, tr.bg-teal {
  background-color: rgba(57, 204, 204, 0.2) !important;
  color: initial;
}
td.bg-teal .btn-default, tr.bg-teal .btn-default {
  background-color: white;
}

.bg-teal-gradient {
  background-color: #39CCCC;
  background-image: linear-gradient(0deg, rgb(43.0120481928, 166.9879518072, 166.9879518072), #39CCCC);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43.0120481928, 166.9879518072, 166.9879518072)), color-stop(1, #39CCCC));
  background: -ms-linear-gradient(bottom, rgb(43.0120481928, 166.9879518072, 166.9879518072), #39CCCC);
  background: -moz-linear-gradient(center bottom, rgb(43.0120481928, 166.9879518072, 166.9879518072) 0%, #39CCCC 100%);
  background: -o-linear-gradient(#39CCCC, rgb(43.0120481928, 166.9879518072, 166.9879518072));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#39CCCC', endColorstr='rgb(43.0120481928, 166.9879518072, 166.9879518072)', GradientType=0)";
}

.bg-teal-active {
  background-color: rgb(43.0120481928, 166.9879518072, 166.9879518072) !important;
}

.text-teal {
  color: #39CCCC !important;
}

.label.border-teal {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-teal {
  border: 2px solid #39CCCC !important;
  color: #39CCCC !important;
  background-color: transparent !important;
}
.border-teal.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-teal.btn-lg, .btn-group-lg > .border-teal.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-teal.btn-sm, .btn-group-sm > .border-teal.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-teal.btn-xs, .btn-group-xs > .border-teal.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* olive*/
.bg-olive:not(td):not(tr) {
  background-color: #3D9970 !important;
}

td.bg-olive, tr.bg-olive {
  background-color: rgba(61, 153, 112, 0.2) !important;
  color: initial;
}
td.bg-olive .btn-default, tr.bg-olive .btn-default {
  background-color: white;
}

.bg-olive-gradient {
  background-color: #3D9970;
  background-image: linear-gradient(0deg, rgb(46.4626168224, 116.5373831776, 85.308411215), #3D9970);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(46.4626168224, 116.5373831776, 85.308411215)), color-stop(1, #3D9970));
  background: -ms-linear-gradient(bottom, rgb(46.4626168224, 116.5373831776, 85.308411215), #3D9970);
  background: -moz-linear-gradient(center bottom, rgb(46.4626168224, 116.5373831776, 85.308411215) 0%, #3D9970 100%);
  background: -o-linear-gradient(#3D9970, rgb(46.4626168224, 116.5373831776, 85.308411215));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#3D9970', endColorstr='rgb(46.4626168224, 116.5373831776, 85.308411215)', GradientType=0)";
}

.bg-olive-active {
  background-color: rgb(46.4626168224, 116.5373831776, 85.308411215) !important;
}

.text-olive {
  color: #3D9970 !important;
}

.label.border-olive {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-olive {
  border: 2px solid #3D9970 !important;
  color: #3D9970 !important;
  background-color: transparent !important;
}
.border-olive.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-olive.btn-lg, .btn-group-lg > .border-olive.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-olive.btn-sm, .btn-group-sm > .border-olive.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-olive.btn-xs, .btn-group-xs > .border-olive.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* lime*/
.bg-lime:not(td):not(tr) {
  background-color: #01cb63 !important;
}

td.bg-lime, tr.bg-lime {
  background-color: rgba(1, 203, 99, 0.2) !important;
  color: initial;
}
td.bg-lime .btn-default, tr.bg-lime .btn-default {
  background-color: white;
}

.bg-lime-gradient {
  background-color: #01cb63;
  background-image: linear-gradient(0deg, rgb(0.75, 152.25, 74.25), #01cb63);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0.75, 152.25, 74.25)), color-stop(1, #01cb63));
  background: -ms-linear-gradient(bottom, rgb(0.75, 152.25, 74.25), #01cb63);
  background: -moz-linear-gradient(center bottom, rgb(0.75, 152.25, 74.25) 0%, #01cb63 100%);
  background: -o-linear-gradient(#01cb63, rgb(0.75, 152.25, 74.25));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#01cb63', endColorstr='rgb(0.75, 152.25, 74.25)', GradientType=0)";
}

.bg-lime-active {
  background-color: rgb(0.75, 152.25, 74.25) !important;
}

.text-lime {
  color: #01cb63 !important;
}

.label.border-lime {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-lime {
  border: 2px solid #01cb63 !important;
  color: #01cb63 !important;
  background-color: transparent !important;
}
.border-lime.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-lime.btn-lg, .btn-group-lg > .border-lime.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-lime.btn-sm, .btn-group-sm > .border-lime.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-lime.btn-xs, .btn-group-xs > .border-lime.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* orange*/
.bg-orange:not(td):not(tr) {
  background-color: #FF851B !important;
}

td.bg-orange, tr.bg-orange {
  background-color: rgba(255, 133, 27, 0.2) !important;
  color: initial;
}
td.bg-orange .btn-default, tr.bg-orange .btn-default {
  background-color: white;
}

.bg-orange-gradient {
  background-color: #FF851B;
  background-image: linear-gradient(0deg, rgb(231, 107.3947368421, 0), #FF851B);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(231, 107.3947368421, 0)), color-stop(1, #FF851B));
  background: -ms-linear-gradient(bottom, rgb(231, 107.3947368421, 0), #FF851B);
  background: -moz-linear-gradient(center bottom, rgb(231, 107.3947368421, 0) 0%, #FF851B 100%);
  background: -o-linear-gradient(#FF851B, rgb(231, 107.3947368421, 0));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#FF851B', endColorstr='rgb(231, 107.3947368421, 0)', GradientType=0)";
}

.bg-orange-active {
  background-color: rgb(231, 107.3947368421, 0) !important;
}

.text-orange {
  color: #FF851B !important;
}

.label.border-orange {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-orange {
  border: 2px solid #FF851B !important;
  color: #FF851B !important;
  background-color: transparent !important;
}
.border-orange.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-orange.btn-lg, .btn-group-lg > .border-orange.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-orange.btn-sm, .btn-group-sm > .border-orange.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-orange.btn-xs, .btn-group-xs > .border-orange.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* fuchsia*/
.bg-fuchsia:not(td):not(tr) {
  background-color: #d911ab !important;
}

td.bg-fuchsia, tr.bg-fuchsia {
  background-color: rgba(217, 17, 171, 0.2) !important;
  color: initial;
}
td.bg-fuchsia .btn-default, tr.bg-fuchsia .btn-default {
  background-color: white;
}

.bg-fuchsia-gradient {
  background-color: #d911ab;
  background-image: linear-gradient(0deg, rgb(169.7051282051, 13.2948717949, 133.7307692308), #d911ab);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(169.7051282051, 13.2948717949, 133.7307692308)), color-stop(1, #d911ab));
  background: -ms-linear-gradient(bottom, rgb(169.7051282051, 13.2948717949, 133.7307692308), #d911ab);
  background: -moz-linear-gradient(center bottom, rgb(169.7051282051, 13.2948717949, 133.7307692308) 0%, #d911ab 100%);
  background: -o-linear-gradient(#d911ab, rgb(169.7051282051, 13.2948717949, 133.7307692308));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#d911ab', endColorstr='rgb(169.7051282051, 13.2948717949, 133.7307692308)', GradientType=0)";
}

.bg-fuchsia-active {
  background-color: rgb(169.7051282051, 13.2948717949, 133.7307692308) !important;
}

.text-fuchsia {
  color: #d911ab !important;
}

.label.border-fuchsia {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-fuchsia {
  border: 2px solid #d911ab !important;
  color: #d911ab !important;
  background-color: transparent !important;
}
.border-fuchsia.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-fuchsia.btn-lg, .btn-group-lg > .border-fuchsia.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-fuchsia.btn-sm, .btn-group-sm > .border-fuchsia.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-fuchsia.btn-xs, .btn-group-xs > .border-fuchsia.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* purple*/
.bg-purple:not(td):not(tr) {
  background-color: #605ca8 !important;
}

td.bg-purple, tr.bg-purple {
  background-color: rgba(96, 92, 168, 0.2) !important;
  color: initial;
}
td.bg-purple .btn-default, tr.bg-purple .btn-default {
  background-color: white;
}

.bg-purple-gradient {
  background-color: #605ca8;
  background-image: linear-gradient(0deg, rgb(76.076, 72.732, 136.268), #605ca8);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(76.076, 72.732, 136.268)), color-stop(1, #605ca8));
  background: -ms-linear-gradient(bottom, rgb(76.076, 72.732, 136.268), #605ca8);
  background: -moz-linear-gradient(center bottom, rgb(76.076, 72.732, 136.268) 0%, #605ca8 100%);
  background: -o-linear-gradient(#605ca8, rgb(76.076, 72.732, 136.268));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#605ca8', endColorstr='rgb(76.076, 72.732, 136.268)', GradientType=0)";
}

.bg-purple-active {
  background-color: rgb(76.076, 72.732, 136.268) !important;
}

.text-purple {
  color: #605ca8 !important;
}

.label.border-purple {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-purple {
  border: 2px solid #605ca8 !important;
  color: #605ca8 !important;
  background-color: transparent !important;
}
.border-purple.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-purple.btn-lg, .btn-group-lg > .border-purple.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-purple.btn-sm, .btn-group-sm > .border-purple.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-purple.btn-xs, .btn-group-xs > .border-purple.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

/* maroon*/
.bg-maroon:not(td):not(tr) {
  background-color: #D81B60 !important;
}

td.bg-maroon, tr.bg-maroon {
  background-color: rgba(216, 27, 96, 0.2) !important;
  color: initial;
}
td.bg-maroon .btn-default, tr.bg-maroon .btn-default {
  background-color: white;
}

.bg-maroon-gradient {
  background-color: #D81B60;
  background-image: linear-gradient(0deg, rgb(170.6666666667, 21.3333333333, 75.8518518519), #D81B60);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(170.6666666667, 21.3333333333, 75.8518518519)), color-stop(1, #D81B60));
  background: -ms-linear-gradient(bottom, rgb(170.6666666667, 21.3333333333, 75.8518518519), #D81B60);
  background: -moz-linear-gradient(center bottom, rgb(170.6666666667, 21.3333333333, 75.8518518519) 0%, #D81B60 100%);
  background: -o-linear-gradient(#D81B60, rgb(170.6666666667, 21.3333333333, 75.8518518519));
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#D81B60', endColorstr='rgb(170.6666666667, 21.3333333333, 75.8518518519)', GradientType=0)";
}

.bg-maroon-active {
  background-color: rgb(170.6666666667, 21.3333333333, 75.8518518519) !important;
}

.text-maroon {
  color: #D81B60 !important;
}

.label.border-maroon {
  padding: 0 6px;
  border-width: 1px !important;
}

.border-maroon {
  border: 2px solid #D81B60 !important;
  color: #D81B60 !important;
  background-color: transparent !important;
}
.border-maroon.btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.border-maroon.btn-lg, .btn-group-lg > .border-maroon.btn {
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.border-maroon.btn-sm, .btn-group-sm > .border-maroon.btn {
  padding: 1px 8px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.border-maroon.btn-xs, .btn-group-xs > .border-maroon.btn {
  padding: -2px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

[class^=bg-].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.link-muted {
  color: rgb(121.7307692308, 133.5769230769, 157.2692307692);
}
.link-muted:hover, .link-muted:focus {
  color: rgb(96.4615384615, 108.1538461538, 131.5384615385);
}

.link-black {
  color: #666;
}
.link-black:hover, .link-black:focus {
  color: #999;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.list-unstyled, .chart-legend, .mailbox-attachments, .users-list, .contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-group-item {
  background-color: transparent;
}

.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.flat {
  border-radius: 0 !important;
}

.text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700;
}

.text-sm {
  font-size: 12px;
}

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

.description-block .description-icon {
  font-size: 16px;
}

.no-pad-top {
  padding-top: 0;
}

.position-static {
  position: static !important;
}

.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}

.list-separator {
  height: 1px;
  background: rgb(238.425, 238.425, 238.425);
  margin: 15px 0 9px 0;
}

.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}

.font-light {
  font-weight: 300;
}

.user-block:before, .user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img,
.img-md,
.img-lg {
  float: left;
}

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push, .box-comments .box-comment img + .img-push, .user-block.user-block-sm img + .img-push {
  margin-left: 40px;
}

.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}

.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}

.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}

.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}

.attachment-block {
  border: 1px solid rgb(238.425, 238.425, 238.425);
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}

.connectedSortable {
  min-height: 100px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sort-highlight {
  background: white !important;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}

.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}

/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print, .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}
/*
 * Skin: one
 * -----------
 */
/* skin-one navbar */
.skin-one .main-header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.skin-one .main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #eee;
}
.skin-one .main-header .navbar {
  background-color: white;
}
.skin-one .main-header .navbar .nav > li > a {
  color: #555;
}
.skin-one .main-header .navbar .nav > li > a:hover,
.skin-one .main-header .navbar .nav > li > a:active,
.skin-one .main-header .navbar .nav > li > a:focus,
.skin-one .main-header .navbar .nav .open > a,
.skin-one .main-header .navbar .nav .open > a:hover,
.skin-one .main-header .navbar .nav .open > a:focus,
.skin-one .main-header .navbar .nav > .active > a {
  background: rgb(242.25, 242.25, 242.25);
  color: #333;
}
.skin-one .main-header .navbar .sidebar-toggle {
  color: #555;
}
.skin-one .main-header .navbar .sidebar-toggle:hover {
  color: #333;
  background: rgb(242.25, 242.25, 242.25);
}
.skin-one .main-header .navbar > .sidebar-toggle {
  color: #999999;
  font-weight: initial;
  border-right: 1px solid rgb(242.25, 242.25, 242.25);
}
.skin-one .main-header .navbar .navbar-nav > li > a {
  border-right: 1px solid rgb(229.5, 229.5, 229.5);
}
.skin-one .main-header .navbar .navbar-custom-menu .navbar-nav > li > a > i.fa-bell,
.skin-one .main-header .navbar .navbar-right > li > a > i.fa-bell {
  font-size: 1.3em;
}
.skin-one .main-header > .logo {
  background-color: rgb(30.4451612903, 33.5677419355, 42.1548387097);
  color: #39CCCC;
  border-bottom: 0 solid transparent;
}
.skin-one .main-header > .logo:hover {
  background-color: rgb(28.3064516129, 31.2096774194, 39.1935483871);
}
@media (max-width: 767px) {
  .skin-one .main-header > .logo {
    background-color: rgb(30.4451612903, 33.5677419355, 42.1548387097);
    color: #39CCCC;
    border-bottom: 0 solid transparent;
    border-right: none;
  }
  .skin-one .main-header > .logo:hover {
    background-color: rgb(28.3064516129, 31.2096774194, 39.1935483871);
  }
}
.skin-one .main-header li.user-header {
  background-color: #222;
}
.skin-one .content-header {
  background: transparent;
  box-shadow: none;
}
.skin-one .wrapper,
.skin-one .main-sidebar,
.skin-one .left-side {
  background-color: rgb(49.6935483871, 54.7903225806, 68.8064516129);
}
.skin-one .user-panel {
  background-color: rgb(30.4451612903, 33.5677419355, 42.1548387097);
}
.skin-one .user-panel > .info, .skin-one .user-panel > .info > a {
  color: rgb(238.425, 238.425, 238.425);
}
.skin-one .sidebar-menu > li.header {
  color: rgb(103.1612903226, 113.7419354839, 142.8387096774);
  font-weight: bold;
  background: rgb(41.1387096774, 45.3580645161, 56.9612903226);
}
.skin-one .sidebar-menu > li:not(.header) a {
  display: flex;
  justify-content: normal;
  align-items: center;
}
.skin-one .sidebar-menu > li:not(.header) a i {
  min-width: 26px;
}
.skin-one .sidebar-menu > li:not(.header) a span {
  white-space: break-spaces;
}
.skin-one .sidebar-menu > li > a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.skin-one .sidebar-menu > li:hover > a, .skin-one .sidebar-menu > li.active > a {
  color: #fff;
  background: rgb(34.7225806452, 38.2838709677, 48.0774193548);
  border-left-color: #fff;
}
.skin-one .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: rgb(60.3870967742, 66.5806451613, 83.6129032258);
}
.skin-one .sidebar a {
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}
.skin-one .sidebar a:hover {
  text-decoration: none;
}
.skin-one .treeview:hover {
  cursor: pointer;
}
.skin-one .treeview-menu > li > a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
.skin-one .treeview-menu > li.active > a, .skin-one .treeview-menu > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.skin-one .sidebar-form {
  border: 1px solid rgb(71.0806451613, 78.3709677419, 98.4193548387);
}
.skin-one .sidebar-form .btn {
  border: 0;
}
.skin-one .sidebar-form input[type=text], .skin-one .sidebar-form .btn {
  box-shadow: none;
  background-color: rgb(71.0806451613, 78.3709677419, 98.4193548387);
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-one .sidebar-form input[type=text] {
  color: #666;
}
.skin-one .sidebar-form input[type=text]:focus, .skin-one .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  background-color: rgb(60.3870967742, 66.5806451613, 83.6129032258);
  color: rgb(238.425, 238.425, 238.425);
}
.skin-one .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-one .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-one .pace .pace-progress {
  background: #222;
}
.skin-one .pace .pace-activity {
  border-top-color: #222;
  border-left-color: #222;
}

.skin-green .main-header .navbar {
  background-color: #73b80f;
}
.skin-green .main-header .navbar .nav > li > a {
  color: #fff;
}
.skin-green .main-header .navbar .nav > li > a:hover,
.skin-green .main-header .navbar .nav > li > a:active,
.skin-green .main-header .navbar .nav > li > a:focus,
.skin-green .main-header .navbar .nav .open > a,
.skin-green .main-header .navbar .nav .open > a:hover,
.skin-green .main-header .navbar .nav .open > a:focus,
.skin-green .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-green .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-green .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: rgb(100.2638190955, 160.4221105528, 13.0778894472);
}
@media (max-width: 767px) {
  .skin-green .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-green .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-green .main-header .navbar .dropdown-menu li a:hover {
    background: rgb(100.2638190955, 160.4221105528, 13.0778894472);
  }
}
.skin-green .main-header .logo {
  background-color: rgb(100.2638190955, 160.4221105528, 13.0778894472);
  color: #fff;
  border-bottom: 0 solid transparent;
}
.skin-green .main-header .logo:hover {
  background-color: rgb(97.3165829146, 155.7065326633, 12.6934673367);
}
.skin-green .main-header li.user-header {
  background-color: #73b80f;
}
.skin-green .content-header {
  background: transparent;
}
.skin-green .wrapper,
.skin-green .main-sidebar,
.skin-green .left-side {
  background-color: rgb(49.6935483871, 54.7903225806, 68.8064516129);
}
.skin-green .user-panel {
  background-color: rgb(30.4451612903, 33.5677419355, 42.1548387097);
}
.skin-green .user-panel > .info, .skin-green .user-panel > .info > a {
  color: rgb(238.425, 238.425, 238.425);
}
.skin-green .sidebar-menu > li.header {
  color: rgb(103.1612903226, 113.7419354839, 142.8387096774);
  font-weight: bold;
  background: rgb(41.1387096774, 45.3580645161, 56.9612903226);
}
.skin-green .sidebar-menu > li:not(.header) a {
  display: flex;
  justify-content: normal;
  align-items: center;
}
.skin-green .sidebar-menu > li:not(.header) a i {
  min-width: 26px;
}
.skin-green .sidebar-menu > li:not(.header) a span {
  white-space: break-spaces;
}
.skin-green .sidebar-menu > li > a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a {
  color: #fff;
  background: rgb(34.7225806452, 38.2838709677, 48.0774193548);
  border-left-color: #73b80f;
}
.skin-green .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: rgb(60.3870967742, 66.5806451613, 83.6129032258);
}
.skin-green .sidebar a {
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}
.skin-green .sidebar a:hover {
  text-decoration: none;
}
.skin-green .treeview:hover {
  cursor: pointer;
}
.skin-green .treeview-menu > li > a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
.skin-green .treeview-menu > li.active > a, .skin-green .treeview-menu > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.skin-green .sidebar-form {
  border: 1px solid rgb(71.0806451613, 78.3709677419, 98.4193548387);
}
.skin-green .sidebar-form .btn {
  border: 0;
}
.skin-green .sidebar-form input[type=text], .skin-green .sidebar-form .btn {
  box-shadow: none;
  background-color: rgb(71.0806451613, 78.3709677419, 98.4193548387);
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-green .sidebar-form input[type=text] {
  color: #666;
}
.skin-green .sidebar-form input[type=text]:focus, .skin-green .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  background-color: rgb(60.3870967742, 66.5806451613, 83.6129032258);
  color: rgb(238.425, 238.425, 238.425);
}
.skin-green .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-green .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/*
 * Skin: Purple
 * ------------
 */
.skin-purple .main-header .navbar {
  background-color: #605ca8;
}
.skin-purple .main-header .navbar .nav > li > a {
  color: #fff;
}
.skin-purple .main-header .navbar .nav > li > a:hover,
.skin-purple .main-header .navbar .nav > li > a:active,
.skin-purple .main-header .navbar .nav > li > a:focus,
.skin-purple .main-header .navbar .nav .open > a,
.skin-purple .main-header .navbar .nav .open > a:hover,
.skin-purple .main-header .navbar .nav .open > a:focus,
.skin-purple .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  background-color: rgb(85.358, 81.606, 152.894);
}
@media (max-width: 767px) {
  .skin-purple .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-purple .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
    background: rgb(85.358, 81.606, 152.894);
  }
}
.skin-purple .main-header .logo {
  background-color: rgb(85.358, 81.606, 152.894);
  color: #fff;
  border-bottom: 0 solid transparent;
}
.skin-purple .main-header .logo:hover {
  background-color: rgb(83.5016, 79.8312, 149.5688);
}
.skin-purple .main-header li.user-header {
  background-color: #605ca8;
}
.skin-purple .content-header {
  background: transparent;
}
.skin-purple .wrapper,
.skin-purple .main-sidebar,
.skin-purple .left-side {
  background-color: rgb(49.6935483871, 54.7903225806, 68.8064516129);
}
.skin-purple .user-panel {
  background-color: rgb(30.4451612903, 33.5677419355, 42.1548387097);
}
.skin-purple .user-panel > .info, .skin-purple .user-panel > .info > a {
  color: rgb(238.425, 238.425, 238.425);
}
.skin-purple .sidebar-menu > li.header {
  color: rgb(103.1612903226, 113.7419354839, 142.8387096774);
  font-weight: bold;
  background: rgb(41.1387096774, 45.3580645161, 56.9612903226);
}
.skin-purple .sidebar-menu > li:not(.header) a {
  display: flex;
  justify-content: normal;
  align-items: center;
}
.skin-purple .sidebar-menu > li:not(.header) a i {
  min-width: 26px;
}
.skin-purple .sidebar-menu > li:not(.header) a span {
  white-space: break-spaces;
}
.skin-purple .sidebar-menu > li > a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a {
  color: #fff;
  background: rgb(34.7225806452, 38.2838709677, 48.0774193548);
  border-left-color: #605ca8;
}
.skin-purple .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: rgb(60.3870967742, 66.5806451613, 83.6129032258);
}
.skin-purple .sidebar a {
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}
.skin-purple .sidebar a:hover {
  text-decoration: none;
}
.skin-purple .treeview:hover {
  cursor: pointer;
}
.skin-purple .treeview-menu > li > a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
.skin-purple .treeview-menu > li.active > a, .skin-purple .treeview-menu > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.skin-purple .sidebar-form {
  border: 1px solid rgb(71.0806451613, 78.3709677419, 98.4193548387);
}
.skin-purple .sidebar-form .btn {
  border: 0;
}
.skin-purple .sidebar-form input[type=text], .skin-purple .sidebar-form .btn {
  box-shadow: none;
  background-color: rgb(71.0806451613, 78.3709677419, 98.4193548387);
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-purple .sidebar-form input[type=text] {
  color: #666;
}
.skin-purple .sidebar-form input[type=text]:focus, .skin-purple .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  background-color: rgb(60.3870967742, 66.5806451613, 83.6129032258);
  color: rgb(238.425, 238.425, 238.425);
}
.skin-purple .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-purple .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/*
 * Skin: Red
 * ---------
 */
.skin-red .main-header .navbar {
  background-color: #b60701;
}
.skin-red .main-header .navbar .nav > li > a {
  color: #fff;
}
.skin-red .main-header .navbar .nav > li > a:hover,
.skin-red .main-header .navbar .nav > li > a:active,
.skin-red .main-header .navbar .nav > li > a:focus,
.skin-red .main-header .navbar .nav .open > a,
.skin-red .main-header .navbar .nav .open > a:hover,
.skin-red .main-header .navbar .nav .open > a:focus,
.skin-red .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-red .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-red .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
  background-color: rgb(156.6393442623, 6.0245901639, 0.8606557377);
}
@media (max-width: 767px) {
  .skin-red .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-red .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-red .main-header .navbar .dropdown-menu li a:hover {
    background: rgb(156.6393442623, 6.0245901639, 0.8606557377);
  }
}
.skin-red .main-header .logo {
  background-color: rgb(156.6393442623, 6.0245901639, 0.8606557377);
  color: #fff;
  border-bottom: 0 solid transparent;
}
.skin-red .main-header .logo:hover {
  background-color: rgb(151.5672131148, 5.8295081967, 0.8327868852);
}
.skin-red .main-header li.user-header {
  background-color: #b60701;
}
.skin-red .content-header {
  background: transparent;
}
.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
  background-color: rgb(49.6935483871, 54.7903225806, 68.8064516129);
}
.skin-red .user-panel {
  background-color: rgb(30.4451612903, 33.5677419355, 42.1548387097);
}
.skin-red .user-panel > .info, .skin-red .user-panel > .info > a {
  color: rgb(238.425, 238.425, 238.425);
}
.skin-red .sidebar-menu > li.header {
  color: rgb(103.1612903226, 113.7419354839, 142.8387096774);
  font-weight: bold;
  background: rgb(41.1387096774, 45.3580645161, 56.9612903226);
}
.skin-red .sidebar-menu > li:not(.header) a {
  display: flex;
  justify-content: normal;
  align-items: center;
}
.skin-red .sidebar-menu > li:not(.header) a i {
  min-width: 26px;
}
.skin-red .sidebar-menu > li:not(.header) a span {
  white-space: break-spaces;
}
.skin-red .sidebar-menu > li > a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
  color: #fff;
  background: rgb(34.7225806452, 38.2838709677, 48.0774193548);
  border-left-color: #b60701;
}
.skin-red .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: rgb(60.3870967742, 66.5806451613, 83.6129032258);
}
.skin-red .sidebar a {
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}
.skin-red .sidebar a:hover {
  text-decoration: none;
}
.skin-red .treeview:hover {
  cursor: pointer;
}
.skin-red .treeview-menu > li > a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
.skin-red .treeview-menu > li.active > a, .skin-red .treeview-menu > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.skin-red .sidebar-form {
  border: 1px solid rgb(71.0806451613, 78.3709677419, 98.4193548387);
}
.skin-red .sidebar-form .btn {
  border: 0;
}
.skin-red .sidebar-form input[type=text], .skin-red .sidebar-form .btn {
  box-shadow: none;
  background-color: rgb(71.0806451613, 78.3709677419, 98.4193548387);
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-red .sidebar-form input[type=text] {
  color: #666;
}
.skin-red .sidebar-form input[type=text]:focus, .skin-red .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  background-color: rgb(60.3870967742, 66.5806451613, 83.6129032258);
  color: rgb(238.425, 238.425, 238.425);
}
.skin-red .sidebar-form input[type=text]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 200px;
  border: none;
  min-height: 35px;
  border-radius: 0;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
@media (max-width: 991px) {
  .main-header .navbar {
    min-height: 40px;
  }
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .shop-name {
  padding: 0.8rem;
  font-weight: bold;
  float: left;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  font-size: 17.5px;
  margin: 0;
  background-color: transparent;
  background-image: none;
  padding: 4.5px 20px;
}
@media (max-width: 767px) {
  .main-header .sidebar-toggle {
    padding: 2.25px 20px;
  }
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
}
@media (max-width: 767px) {
  #x-sidebar-collapse:checked ~ .wrapper .main-header .sidebar-toggle {
    background: rgb(49.6935483871, 54.7903225806, 68.8064516129);
  }
  #x-sidebar-collapse:checked ~ .wrapper .main-header .sidebar-toggle:before {
    content: "\f405";
  }
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .form-group-xenon .xlte-radio-list .nav > li.user > a > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .main-header .navbar .nav > li.user > a > input[type=radio]:checked + label:before, .main-header .navbar .form-group-xenon .xlte-radio-list .nav > li.user > a > input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .main-header .navbar .nav > li.user > a > input[type=checkbox]:checked + label:before,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 16px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: 0.9;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 35px;
  font-size: 25px;
  line-height: 35px;
  width: 200px;
  padding: 0 8px 0 8px;
  font-weight: 300;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px;
  height: 20px;
}
.main-header .logo .logo-lg svg {
  width: auto !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .main-header .logo .logo-lg {
    max-width: 140px;
    height: auto;
    line-height: 50px;
    padding: 10px;
  }
}
.main-header .logo .logo-mini {
  display: none;
}
@media (max-width: 767px) {
  .main-header .logo {
    height: 30px;
    line-height: 50px;
  }
}
.main-header .navbar-brand {
  color: #fff;
}

.content-header {
  position: relative;
  padding: 15px 20px 0;
}
.content-header > h1 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: rgb(119.085, 119.085, 119.085);
  text-transform: uppercase;
}
.content-header > h1 > small {
  font-size: 12px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
  color: rgb(81.7741935484, 90.1612903226, 113.2258064516);
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa, .form-group-xenon .xlte-radio-list .content-header > .breadcrumb > li > a > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .content-header > .breadcrumb > li > a > input[type=checkbox]:checked + label:before, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: "> ";
  color: rgb(81.7741935484, 90.1612903226, 113.2258064516);
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: rgb(85.425, 85.425, 85.425);
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: black;
  }
}

.navbar-toggle {
  color: #fff;
  border: 0;
  font-size: 22px;
  margin: 0;
  padding: 9px 20px;
}

@media (max-width: 767px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}

.invoice-title {
  margin-top: 0;
}

.root-label {
  margin-left: 2px;
}

.type-label {
  margin-right: 2px;
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 35px;
  min-height: 100%;
  width: 200px;
  z-index: 810;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 60px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  #x-sidebar-collapse ~ .wrapper .main-sidebar,
  #x-sidebar-collapse ~ .wrapper .left-side {
    -webkit-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
  }
  #x-sidebar-collapse:checked ~ .wrapper .main-sidebar,
  #x-sidebar-collapse:checked ~ .wrapper .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.sidebar {
  padding-bottom: 10px;
}

.sidebar-form input:focus {
  border-color: transparent;
}

.user-panel {
  position: relative;
  width: 100%;
  padding: 16px;
  overflow: hidden;
}
.user-panel:before, .user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa, .form-group-xenon .xlte-radio-list .user-panel > .info > a > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .user-panel > .info > a > input[type=checkbox]:checked + label:before,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgb(56.1096774194, 61.864516129, 77.6903225806);
}
.sidebar-menu > li > a {
  padding: 12px 10px;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar-menu > li > a > .fa, .form-group-xenon .xlte-radio-list .sidebar-menu > li > a > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .sidebar-menu > li > a > input[type=checkbox]:checked + label:before,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 26px;
  vertical-align: middle;
  margin-right: 6px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: rgb(103.1612903226, 113.7419354839, 142.8387096774);
  font-size: 1.2em;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .pull-right-container > .sidebar-caret {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}
.sidebar-menu li.active > a > .pull-right-container > .sidebar-caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active i {
  color: white !important;
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 10px 5px 10px 20px;
  display: block;
  font-weight: 700;
}
.sidebar-menu .treeview-menu > li > a:hover {
  background: #272b36;
}
.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .form-group-xenon .xlte-radio-list .treeview-menu > li > a > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .sidebar-menu .treeview-menu > li > a > input[type=radio]:checked + label:before, .sidebar-menu .form-group-xenon .xlte-radio-list .treeview-menu > li > a > input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .sidebar-menu .treeview-menu > li > a > input[type=checkbox]:checked + label:before,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .content-wrapper,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .right-side,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-footer, .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-caret, .sidebar-mini.sidebar-collapse .sidebar-caret {
    display: none;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li, .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li > a, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:not(.treeview) > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 160px;
    left: 50px;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 158px;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 15px 20px;
    background-color: inherit;
    border: none;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > a > .pull-right-container, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    display: block !important;
    float: right;
    width: auto !important;
    left: 198px !important;
    top: -24px !important;
    animation-delay: 0s;
    position: relative !important;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 42px;
    margin-left: 0;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .user-panel, .sidebar-mini.sidebar-collapse .user-panel {
    padding: 10px;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-sidebar .user-panel > .info,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-form,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li > a > span,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li > .treeview-menu,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu > li > a > .pull-right,
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .sidebar-menu li.header, .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-header .logo, .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
    padding: 0 8px 0 10px !important;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-header .logo > .logo-mini, .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    text-align: center;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-header .logo > .logo-lg, .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini #x-sidebar-collapse:checked ~ .wrapper .main-header .navbar, .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  animation: fadeIn 0.8s ease;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -200px;
  width: 200px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.control-sidebar {
  position: absolute;
  padding-top: 35px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 85px;
  }
}
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 200px;
  }
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}

.control-sidebar-dark {
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: rgb(49.6935483871, 54.7903225806, 68.8064516129);
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: rgb(43.2774193548, 47.7161290323, 59.9225806452);
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #272b36;
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: rgb(34.7225806452, 38.2838709677, 48.0774193548);
  border-bottom-color: rgb(34.7225806452, 38.2838709677, 48.0774193548);
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: rgb(43.2774193548, 47.7161290323, 59.9225806452);
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: rgb(49.6935483871, 54.7903225806, 68.8064516129);
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: rgb(45.4161290323, 50.0741935484, 62.8838709677);
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: rgb(249.7741935484, 250.1612903226, 251.2258064516);
}

.control-sidebar-light {
  color: rgb(93.5, 93.5, 93.5);
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid rgb(85.425, 85.425, 85.425);
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: rgb(85.425, 85.425, 85.425);
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: rgb(232, 235.8333333333, 243.5);
  color: #444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: rgb(85.425, 85.425, 85.425);
  border-bottom-color: rgb(85.425, 85.425, 85.425);
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: rgb(238.8, 241.5, 246.9);
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: rgb(243.9568965517, 243.9568965517, 244.6931034483);
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: rgb(93.5, 93.5, 93.5);
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: rgb(131.2786885246, 5.0491803279, 0.7213114754);
}
.callout.callout-warning {
  border-color: rgb(205.3125, 96.725, 13.6875);
}
.callout.callout-info {
  border-color: rgb(70.5625, 181.4829545455, 212.4375);
}
.callout.callout-success {
  border-color: rgb(85.527638191, 136.8442211055, 11.1557788945);
}

/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > i {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #e30057;
}
.nav-pills > li.active > a {
  font-weight: 600;
}

/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #e30057;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #e30057;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa, .form-group-xenon .xlte-radio-list .nav-tabs-custom > .nav-tabs > li.header > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .nav-tabs-custom > .nav-tabs > li.header > input[type=checkbox]:checked + label:before,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #e30057;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #70c6de;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #b60701;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f0791e;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #73b80f;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: rgb(85.425, 85.425, 85.425);
}

/* PAGINATION */
.pagination > li > a {
  background: white;
  color: #666;
}
.pagination .disabled a, .pagination .disabled span {
  background: #eee;
  opacity: 0.5;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: rgb(238.425, 238.425, 238.425);
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
}
.direct-chat-text:after, .direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(119.085, 119.085, 119.085);
  position: relative;
}
.direct-chat-img:after {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.right .direct-chat-img {
  float: right;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before, .contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}

.contacts-list-name,
.contacts-list-status {
  display: block;
}

.contacts-list-name {
  font-weight: 600;
}

.contacts-list-status {
  font-size: 12px;
}

.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}

.contacts-list-msg {
  color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
  background: #b60701;
  border-color: #b60701;
  color: #fff;
}
.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #b60701;
}

.direct-chat-primary .right > .direct-chat-text {
  background: #e30057;
  border-color: #e30057;
  color: #fff;
}
.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #e30057;
}

.direct-chat-warning .right > .direct-chat-text {
  background: #f0791e;
  border-color: #f0791e;
  color: #fff;
}
.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f0791e;
}

.direct-chat-info .right > .direct-chat-text {
  background: #70c6de;
  border-color: #70c6de;
  color: #fff;
}
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #70c6de;
}

.direct-chat-success .right > .direct-chat-text {
  background: #73b80f;
  border-color: #73b80f;
  color: #fff;
}
.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #73b80f;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}

.users-list-name,
.users-list-date {
  display: block;
}

.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.users-list-date {
  color: #999;
  font-size: 12px;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}

.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}

.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}

.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

.mailbox-read-info {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}

.mailbox-read-time {
  color: #999;
  font-size: 13px;
}

.mailbox-read-message {
  padding: 10px;
}

.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}

.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}

.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}

.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: rgb(85.425, 85.425, 85.425);
}

.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}

.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}

/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}

.lockscreen-footer {
  margin-top: 10px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}

.modal-header {
  border-bottom-color: rgb(238.425, 238.425, 238.425);
}

.modal-footer {
  border-top-color: rgb(238.425, 238.425, 238.425);
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgb(176, 0, 67.4537444934);
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgb(205.3125, 96.725, 13.6875);
}

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgb(70.5625, 181.4829545455, 212.4375);
}

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgb(85.527638191, 136.8442211055, 11.1557788945);
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgb(131.2786885246, 5.0491803279, 0.7213114754);
}

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-left-width: 10px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close, .alert .mailbox-attachment-close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover, .alert .mailbox-attachment-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  text-decoration: underline;
}

.alert-success {
  border-color: rgb(100.2638190955, 160.4221105528, 13.0778894472);
}

.alert-danger,
.alert-error {
  border-color: rgb(156.6393442623, 6.0245901639, 0.8606557377);
}

.alert-warning {
  border-color: rgb(229.21875, 107.9875, 15.28125);
}

.alert-info {
  border-color: rgb(91.28125, 189.7414772727, 217.21875);
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress, .progress .progress-bar,
.progress > .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}

/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm, .progress.sm .progress-bar,
.progress-sm,
.progress-sm .progress-bar {
  border-radius: 1px;
}

.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs, .progress.xs .progress-bar,
.progress-xs,
.progress-xs .progress-bar {
  border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs, .progress.xxs .progress-bar,
.progress-xxs,
.progress-xxs .progress-bar {
  border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm, .progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs, .progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs, .progress.vertical.progress-xxs {
  width: 3px;
}

.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #e30057;
}
.progress-striped .progress-bar-light-blue,
.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: -o-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,
.progress-bar-success {
  background-color: #73b80f;
}
.progress-striped .progress-bar-green,
.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: -o-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-aqua,
.progress-bar-info {
  background-color: #70c6de;
}
.progress-striped .progress-bar-aqua,
.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: -o-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-yellow,
.progress-bar-warning {
  background-color: #f0791e;
}
.progress-striped .progress-bar-yellow,
.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: -o-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-red,
.progress-bar-danger {
  background-color: #b60701;
}
.progress-striped .progress-bar-red,
.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: -o-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);
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  color: #777;
  padding: 10px 20px;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.form-group-xenon .xlte-radio-list .dropdown-menu > li > a > input[type=radio]:checked + label:before,
.form-group-xenon .xlte-radio-list .dropdown-menu > li > a > input[type=checkbox]:checked + label:before,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: rgb(238.425, 238.425, 238.425);
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap; /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .form-group-xenon .xlte-radio-list .menu > li > a > input[type=radio]:checked + label:before,
.form-group-xenon .xlte-radio-list .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > input[type=radio]:checked + label:before,
.navbar-nav > .notifications-menu > .dropdown-menu > li .form-group-xenon .xlte-radio-list .menu > li > a > input[type=checkbox]:checked + label:before,
.form-group-xenon .xlte-radio-list .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > input[type=checkbox]:checked + label:before,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  animation: dropIn 0.3s ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: rgb(195.585, 195.585, 195.585);
}
.form-control:focus {
  border-color: #e30057;
  box-shadow: none;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control[type=color] {
  padding: 0;
  height: 39px !important;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group.has-success .form-control, .has-success.form-group-xenon .form-control {
  border-color: rgb(119.085, 119.085, 119.085);
  box-shadow: none;
}
.form-group.has-success .help-block, .has-success.form-group-xenon .help-block {
  color: #73b80f;
}
.form-group.has-warning label, .has-warning.form-group-xenon label {
  color: #f0791e;
}
.form-group.has-warning .form-control, .has-warning.form-group-xenon .form-control {
  border-color: #f0791e;
  box-shadow: none;
}
.form-group.has-warning .help-block, .has-warning.form-group-xenon .help-block {
  color: #f0791e;
}
.form-group.has-error label, .has-error.form-group-xenon label {
  color: #b60701;
}
.form-group.has-error .form-control, .has-error.form-group-xenon .form-control {
  border-color: #b60701;
  box-shadow: none;
}
.form-group.has-error .help-block, .has-error.form-group-xenon .help-block {
  color: #b60701;
}

/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: rgb(195.585, 195.585, 195.585);
  background-color: #fff;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

.icheck > label {
  padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa, .form-group-xenon .xlte-radio-list input[type=radio]:checked + label.form-control-feedback:before, .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label.form-control-feedback:before {
  line-height: 39px;
}

.input-lg + .form-control-feedback.fa, .form-group-xenon .xlte-radio-list input.input-lg[type=radio]:checked + label.form-control-feedback:before, .form-group-xenon .xlte-radio-list input.input-lg[type=checkbox]:checked + label.form-control-feedback:before, .input-group-lg > .form-control + .form-control-feedback.fa, .form-group-xenon .xlte-radio-list .input-group-lg > input.form-control[type=radio]:checked + label.form-control-feedback:before, .form-group-xenon .xlte-radio-list .input-group-lg > input.form-control[type=checkbox]:checked + label.form-control-feedback:before,
.input-group-lg > .input-group-addon + .form-control-feedback.fa,
.form-group-xenon .xlte-radio-list .input-group-lg > input.input-group-addon[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .input-group-lg > input.input-group-addon[type=checkbox]:checked + label.form-control-feedback:before,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback.fa,
.form-group-xenon .xlte-radio-list .input-group-lg > .input-group-btn > input.btn[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .input-group-lg > .input-group-btn > input.btn[type=checkbox]:checked + label.form-control-feedback:before,
.input-group-lg + .form-control-feedback.fa,
.form-group-xenon .xlte-radio-list input.input-group-lg[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list input.input-group-lg[type=checkbox]:checked + label.form-control-feedback:before,
.form-group-lg .form-control + .form-control-feedback.fa,
.form-group-lg .form-group-xenon .xlte-radio-list input.form-control[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .form-group-lg input.form-control[type=radio]:checked + label.form-control-feedback:before,
.form-group-lg .form-group-xenon .xlte-radio-list input.form-control[type=checkbox]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .form-group-lg input.form-control[type=checkbox]:checked + label.form-control-feedback:before {
  line-height: 42px;
}

.input-sm + .form-control-feedback.fa, .form-group-xenon .xlte-radio-list input.input-sm[type=radio]:checked + label.form-control-feedback:before, .form-group-xenon .xlte-radio-list input.input-sm[type=checkbox]:checked + label.form-control-feedback:before, .input-group-sm > .form-control + .form-control-feedback.fa, .form-group-xenon .xlte-radio-list .input-group-sm > input.form-control[type=radio]:checked + label.form-control-feedback:before, .form-group-xenon .xlte-radio-list .input-group-sm > input.form-control[type=checkbox]:checked + label.form-control-feedback:before,
.input-group-sm > .input-group-addon + .form-control-feedback.fa,
.form-group-xenon .xlte-radio-list .input-group-sm > input.input-group-addon[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .input-group-sm > input.input-group-addon[type=checkbox]:checked + label.form-control-feedback:before,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback.fa,
.form-group-xenon .xlte-radio-list .input-group-sm > .input-group-btn > input.btn[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .input-group-sm > .input-group-btn > input.btn[type=checkbox]:checked + label.form-control-feedback:before,
.input-group-sm + .form-control-feedback.fa,
.form-group-xenon .xlte-radio-list input.input-group-sm[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list input.input-group-sm[type=checkbox]:checked + label.form-control-feedback:before,
.form-group-sm .form-control + .form-control-feedback.fa,
.form-group-sm .form-group-xenon .xlte-radio-list input.form-control[type=radio]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .form-group-sm input.form-control[type=radio]:checked + label.form-control-feedback:before,
.form-group-sm .form-group-xenon .xlte-radio-list input.form-control[type=checkbox]:checked + label.form-control-feedback:before,
.form-group-xenon .xlte-radio-list .form-group-sm input.form-control[type=checkbox]:checked + label.form-control-feedback:before {
  line-height: 24px;
}

input[type=checkbox].checkbox-customizable {
  display: none;
}
input[type=checkbox].checkbox-customizable + label {
  padding: 0 !important;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  height: 2rem;
  width: 2rem;
  border: 1px solid rgb(212.925, 212.925, 212.925);
  cursor: pointer;
  vertical-align: middle;
  min-height: 2rem;
}
input[type=checkbox].checkbox-customizable + label + label {
  padding-left: 10px;
}
input[type=checkbox].checkbox-customizable + label:after {
  content: "\f00c";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  color: white;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
input[type=checkbox].checkbox-customizable:checked + label {
  background-color: #e30057;
  border: 1px solid #e30057;
}
input[type=checkbox].checkbox-customizable:checked + label:after {
  opacity: 1;
}
input[type=checkbox].checkbox-customizable:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: rgb(85.425, 85.425, 85.425);
  color: #fff;
}

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.table > thead > tr > th {
  border-bottom: 2px solid rgb(225.675, 225.675, 225.675);
  text-transform: uppercase;
}
.table tr td .progress {
  margin-top: 5px;
}
.table .ui-sortable-handle {
  cursor: all-scroll;
}

.table-bordered {
  border: 1px solid rgb(238.425, 238.425, 238.425);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgb(238.425, 238.425, 238.425);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}

/* .text-center in tables */
table.text-center, table.text-center td, table.text-center th {
  text-align: center;
}

.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 14px;
  font-weight: 700;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3, .small-box p {
  z-index: 5;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -16px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.1);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #e30057;
}
.box.box-info {
  border-top-color: #70c6de;
}
.box.box-danger {
  border-top-color: #b60701;
}
.box.box-warning {
  border-top-color: #f0791e;
}
.box.box-success {
  border-top-color: #73b80f;
}
.box.box-default {
  border-top-color: rgb(85.425, 85.425, 85.425);
}
.box-collapse-action + .box .box-body,
.box-collapse-action + .box .box-footer {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-collapse-action:checked + .box .box-body,
.box-collapse-action:checked + .box .box-footer, .box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  max-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  pointer-events: none !important;
  opacity: 0;
}
.box-collapse-action:checked + .box .collapse-btn i:before, .box.collapsed-box .collapse-btn i:before {
  content: "\f3d0";
}
.box .nav-stacked > li {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid rgb(238.425, 238.425, 238.425);
}
.box .border-left {
  border-left: 1px solid rgb(238.425, 238.425, 238.425);
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.box.box-solid.box-default > .box-header {
  color: #fff;
  background: rgb(85.425, 85.425, 85.425);
  background-color: rgb(85.425, 85.425, 85.425);
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #e30057;
  background-color: #e30057;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #70c6de;
  background-color: #70c6de;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #b60701;
  background-color: #b60701;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f0791e;
  background-color: #f0791e;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #73b80f;
  background-color: #73b80f;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*=bg] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box > .overlay,
.box > .loading-img,
.overlay-wrapper > .overlay,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.box .overlay > .fa, .box .form-group-xenon .xlte-radio-list .overlay > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .box .overlay > input[type=radio]:checked + label:before, .box .form-group-xenon .xlte-radio-list .overlay > input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .box .overlay > input[type=checkbox]:checked + label:before,
.overlay-wrapper .overlay > .fa,
.overlay-wrapper .form-group-xenon .xlte-radio-list .overlay > input[type=radio]:checked + label:before,
.form-group-xenon .xlte-radio-list .overlay-wrapper .overlay > input[type=radio]:checked + label:before,
.overlay-wrapper .form-group-xenon .xlte-radio-list .overlay > input[type=checkbox]:checked + label:before,
.form-group-xenon .xlte-radio-list .overlay-wrapper .overlay > input[type=checkbox]:checked + label:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header,
.box-body,
.box-footer {
  max-height: 1500px;
}
.box-header:before, .box-header:after,
.box-body:before,
.box-body:after,
.box-footer:before,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  display: block;
  padding: 13.3333333333px 20px;
  position: relative;
}
.box-header + :not(.with-border).box-body {
  padding-top: 0;
}
.box-header.with-border {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.box-collapse-action:checked + .box .box-header.with-border, .collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header span {
  vertical-align: middle;
}
.box-header > .fa, .form-group-xenon .xlte-radio-list .box-header > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .box-header > input[type=checkbox]:checked + label:before,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
.box-header > .fa, .form-group-xenon .xlte-radio-list .box-header > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .box-header > input[type=checkbox]:checked + label:before,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 8px;
}
.box-header > .box-tools [data-toggle=tooltip] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: rgb(151.1538461538, 160.3846153846, 178.8461538462);
}
.open .btn-box-tool, .btn-box-tool:hover {
  color: rgb(96.4615384615, 108.1538461538, 131.5384615385);
}
.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  padding: 20px;
}
.box-body:not(.box) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.no-header .box-body {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body.inverse {
  background-color: #272b36;
  color: white;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
  padding: 10px 20px;
  background-color: #fff;
}
.box-collapse-action:checked + .box .box-footer, .collapsed-box .box-footer {
  border-top: none;
}

.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before, .box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type=checkbox] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #b60701;
}
.todo-list > li .tools > .fa, .todo-list > li .form-group-xenon .xlte-radio-list .tools > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .todo-list > li .tools > input[type=radio]:checked + label:before, .todo-list > li .form-group-xenon .xlte-radio-list .tools > input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .todo-list > li .tools > input[type=checkbox]:checked + label:before, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: rgb(85.425, 85.425, 85.425) !important;
}
.todo-list .danger {
  border-left-color: #b60701;
}
.todo-list .warning {
  border-left-color: #f0791e;
}
.todo-list .info {
  border-left-color: #70c6de;
}
.todo-list .success {
  border-left-color: #73b80f;
}
.todo-list .primary {
  border-left-color: #e30057;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before, .chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #73b80f;
}
.chat .item > .offline {
  border: 2px solid #b60701;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p, .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before, .chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}

.box-input {
  max-width: 200px;
}

.modal .panel-body {
  color: #444;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  color: rgb(85.425, 85.425, 85.425);
  border-radius: 4px;
}
.box-body .info-box, .box-footer .info-box {
  box-shadow: none;
  margin: 0;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px 0px;
  height: 2px;
}
.info-box .progress, .info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: rgb(85.425, 85.425, 85.425);
}
.info-box[class*=bg-] .progress-bar {
  background: #fff !important;
}

.info-box-icon {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-circle .info-box-icon {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
  margin: 14px;
}

.info-box-content {
  padding: 18px 10px 5px;
  margin-left: 90px;
}
.with-progress .info-box-content {
  padding: 5px 10px;
}

.info-box-number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-box-text {
  text-transform: uppercase;
}

.info-box-more {
  display: block;
}

.progress-description {
  margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #b1b4bb;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa, .form-group-xenon .xlte-radio-list .timeline > li > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .timeline > li > input[type=checkbox]:checked + label:before,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: rgb(85.425, 85.425, 85.425);
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-rounded {
  border-radius: 64px !important;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
  border-radius: 2px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa, .form-group-xenon .xlte-radio-list .btn-app > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .btn-app > input[type=checkbox]:checked + label:before, .btn-app > .glyphicon, .btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active, .btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.backToTop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
}

#docs pre {
  background-color: transparent;
  border-color: transparent;
  color: #333;
}

.conversation label {
  display: block;
  max-width: initial;
  margin-bottom: initial;
  font-weight: initial;
}
.conversation .message {
  display: block;
}
.conversation .message.own {
  text-align: right;
}
.conversation .message.own .message-content {
  border-left-width: 2px;
  border-color: #cc851f;
}
.conversation .message.own .datetime {
  position: absolute;
  right: auto;
  left: -10px;
  transform: translateX(-100%);
}
.conversation .message-content {
  position: relative;
  padding: 20px;
  display: inline-block;
  width: 70%;
  margin: 10px;
  border: 2px solid #259dab;
}
.conversation .datetime {
  position: absolute;
  right: -10px;
  bottom: 10px;
  color: rgb(119.085, 119.085, 119.085);
  transform: translateX(100%);
}
.conversation .datetime .time, .conversation .datetime .date {
  display: block;
}
.conversation .author {
  font-weight: bold;
  color: rgb(119.085, 119.085, 119.085);
}
.conversation .author span {
  color: #333333;
}
.conversation .body {
  padding: 5px 5px 0;
  color: #333333;
}

.help-block:empty {
  display: none;
}

.form-group-xenon label, .control-label {
  text-transform: uppercase;
  color: rgb(119.085, 119.085, 119.085);
  font-size: 11px;
  padding-left: 10px;
}

.input-group.collapse {
  display: none;
}

.control-label:empty {
  display: none;
}

.form-control.pocket {
  width: 70px;
}

.form-inline .form-group-xenon {
  padding-top: 0;
  margin-bottom: 6px;
}

.form-group-xenon {
  background-color: white;
  border-radius: 4px;
  padding: 6px 0 0;
  border: 1px solid #ececec;
}
.form-group-xenon .lang-iso {
  color: #164464;
  margin-left: 10px;
}
.form-group-xenon .kv-clear {
  display: none;
}
.form-group-xenon input {
  border-bottom: 1px solid rgb(119.085, 119.085, 119.085);
}
.form-group-xenon.compact {
  padding-top: 0;
  margin-bottom: 6px;
}
.form-group-xenon.compact .control-label {
  display: none;
}
.form-horizontal .form-group-xenon {
  padding-top: 0;
}
.form-group-xenon.required label.control-label:after {
  content: "*";
  margin-left: 4px;
}
.form-group-xenon:hover .form-control:not([readonly]):not([disabled]) {
  background-color: #f1f2f9;
}
.form-group-xenon select.form-control {
  -webkit-appearance: none;
}
.form-group-xenon .form-control, .form-group-xenon.has-success .form-control, .form-group-xenon.has-error .form-control,
.form-group-xenon .form-control:focus {
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  font-size: 14px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}
.form-group-xenon .form-control[readonly], .form-group-xenon .form-control[disabled], .form-group-xenon.has-success .form-control[readonly], .form-group-xenon.has-success .form-control[disabled], .form-group-xenon.has-error .form-control[readonly], .form-group-xenon.has-error .form-control[disabled],
.form-group-xenon .form-control:focus[readonly],
.form-group-xenon .form-control:focus[disabled] {
  background-color: transparent;
}
.form-group-xenon .form-control:focus {
  background-color: #ebf1ff;
}
.form-group-xenon textarea {
  min-height: 120px;
}
.form-group-xenon .form-control-static {
  padding-left: 16px;
}
.form-group-xenon .input-group-btn .btn {
  border-radius: 0 !important;
  border-bottom: 0;
}
.form-group-xenon .input-group-btn .btn:last-of-type {
  border-right: 0;
}
.form-group-xenon .input-group-addon {
  border-bottom: none;
}
.form-group-xenon .input-group-addon:first-of-type:last-of-type {
  border-right-width: 1px !important;
}
.form-group-xenon .input-group-addon:last-child {
  border-right: none;
}
.form-group-xenon .input-group-addon:only-of-type:not(:last-child) {
  border-right: 1px solid #ccc !important;
}
.form-group-xenon .input-group-addon:only-of-type:not(:first-child) {
  border-left: 1px solid #ccc !important;
}
.form-group-xenon .input-group-addon:first-child {
  border-left: none;
}
.form-group-xenon .help-block {
  padding: 10px 10px;
  margin: 0;
}
.form-group-xenon .help-block:empty {
  display: none;
}
.form-group-xenon.has-error {
  border-left-color: #b60701;
  border-left-width: 3px;
}
.form-group-xenon.has-error label {
  color: initial;
}
.form-group-xenon.has-error .form-control {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.form-group-xenon .hint-block {
  padding: 10px 10px;
  margin: 0;
}
.form-group-xenon > div:first-child {
  padding-left: 10px;
}
.form-group-xenon .radio, .form-group-xenon .checkbox {
  padding-left: 20px;
}
.form-group-xenon .radio input[type=checkbox], .form-group-xenon .checkbox input[type=checkbox] {
  margin-top: 0;
}
.form-group-xenon .xlte-radio-list {
  display: block;
  height: auto;
}
.form-group-xenon .xlte-radio-list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.form-group-xenon .xlte-radio-list input[type=radio], .form-group-xenon .xlte-radio-list input[type=checkbox] {
  display: none;
}
.form-group-xenon .xlte-radio-list input[type=radio]:checked + label, .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label {
  background-color: #b60701;
  color: white;
  border-color: #b60701;
}
.form-group-xenon .xlte-radio-list input[type=radio]:checked + label p, .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label p {
  color: white;
}
.form-group-xenon .xlte-radio-list label {
  border: 1px dashed rgb(119.085, 119.085, 119.085);
  border-radius: 50px;
  flex: 1 1 auto;
  padding: 10px;
  margin: 4px;
  display: flex;
  text-align: center;
  align-items: stretch;
  display: flex;
}
.form-group-xenon .xlte-radio-list label .label-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.form-group-xenon .xlte-radio-list label .label-content b {
  display: block;
}
.form-group-xenon .xlte-radio-list label p {
  color: rgb(131.835, 131.835, 131.835);
  font-weight: initial;
  text-transform: none;
  margin-bottom: 0;
}
.form-group-xenon .xlte-radio-list label:hover {
  cursor: pointer;
}

.form-group-xenon-xl .select2-container--xlte .select2-selection--single {
  height: 40px !important;
}
.form-group-xenon-xl label {
  text-align: center;
  display: block;
}
.form-group-xenon-xl .form-control {
  font-size: 14px;
  font-weight: bolder;
  height: auto;
  border: none;
  background-color: rgb(238.425, 238.425, 238.425);
  padding: 10px;
}

.only-underline:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.only-underline .form-control, .form-control .only-underline .has-error, .form-control .only-underline .has-success {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(119.085, 119.085, 119.085);
  box-shadow: none;
  -webkit-box-shadow: none;
}

.history span {
  font-weight: bold;
}
.history .justification {
  padding: 10px;
  font-style: italic;
  color: #333333;
}

.xenon-icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 3%;
  vertical-align: top;
  margin: 30px;
  position: relative;
  background-color: rgb(119.085, 119.085, 119.085);
  color: white;
  transition: all 0.3s ease;
}
.xenon-icon i {
  font-size: 52px;
  line-height: 80px;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.xenon-icon span {
  position: absolute;
  bottom: -20px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  color: #333333;
}
.xenon-icon:active {
  transform: scale(0.95);
}
.xenon-icon:hover {
  text-decoration: none;
  transform: scale(1.03);
}
.xenon-icon:hover i {
  color: white;
}
.xenon-icon .notifications {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 26px;
  border-radius: 100%;
  background-color: #ff2438;
  color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
}

.xenon-icon-primary {
  background: linear-gradient(135deg, rgb(176, 0, 67.4537444934), rgb(74, 0, 28.3612334802));
}
.xenon-icon-primary i {
  color: rgb(255, 23, 111.9162995595);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-info {
  background: linear-gradient(135deg, rgb(70.5625, 181.4829545455, 212.4375), rgb(33.9375, 122.3806818182, 147.0625));
}
.xenon-icon-info i {
  color: rgb(153.4375, 214.5170454545, 231.5625);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-warning {
  background: linear-gradient(135deg, rgb(205.3125, 96.725, 13.6875), rgb(109.6875, 51.675, 7.3125));
}
.xenon-icon-warning i {
  color: rgb(243.1875, 149.475, 77.8125);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-danger {
  background: linear-gradient(135deg, rgb(131.2786885246, 5.0491803279, 0.7213114754), rgb(29.8360655738, 1.1475409836, 0.1639344262));
}
.xenon-icon-danger i {
  color: rgb(232.7213114754, 8.9508196721, 1.2786885246);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-orange {
  background: linear-gradient(135deg, rgb(226, 40.7381974249, 0), rgb(124, 22.3519313305, 0));
}
.xenon-icon-orange i {
  color: rgb(255, 105.8068669528, 73);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-neon {
  background: linear-gradient(135deg, rgb(0, 219, 128.6625), rgb(0, 117, 68.7375));
}
.xenon-icon-neon i {
  color: rgb(66, 255, 177.0375);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-fuchsia {
  background: linear-gradient(135deg, rgb(204, 0, 62.4), rgb(102, 0, 31.2));
}
.xenon-icon-fuchsia i {
  color: rgb(255, 51, 113.4);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-cream {
  background: linear-gradient(135deg, rgb(255, 192.6346153846, 48), rgb(201, 140.4423076923, 0));
}
.xenon-icon-cream i {
  color: rgb(255, 223.3653846154, 150);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-lightgreen {
  background: linear-gradient(135deg, rgb(0, 222, 94.6075949367), rgb(0, 120, 51.1392405063));
}
.xenon-icon-lightgreen i {
  color: rgb(69, 255, 148.2658227848);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-pink {
  background: linear-gradient(135deg, rgb(216, 0, 171.5555555556), rgb(114, 0, 90.5432098765));
}
.xenon-icon-pink i {
  color: rgb(255, 63, 215.4938271605);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xenon-icon-purple {
  background: linear-gradient(135deg, rgb(121.2676056338, 0, 246), rgb(70.985915493, 0, 144));
}
.xenon-icon-purple i {
  color: rgb(172.8591549296, 93, 255);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav-pills.nav-xenon > li > a {
  border-left: 6px solid transparent;
  color: rgb(85.425, 85.425, 85.425);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  border-radius: 4px;
}
.nav-pills.nav-xenon > li > a i {
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 1em;
}
.nav-pills.nav-xenon > li.active > a, .nav-pills.nav-xenon > li.active > a:hover, .nav-pills.nav-xenon > li.active > a:focus {
  color: #e30057;
  border-left: 6px solid #e30057;
  background-color: rgba(227, 0, 87, 0.1);
}

.nav-pills.sidebar > li {
  margin: 0;
}
.nav-pills.sidebar > li > a {
  padding: 10px 5px;
  border-bottom: 1px solid rgb(49.6935483871, 54.7903225806, 68.8064516129);
  border-left: 3px solid transparent;
  color: rgb(238.425, 238.425, 238.425);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
}
.nav-pills.sidebar > li > a:hover, .nav-pills.sidebar > li > a:focus {
  background-color: rgb(60.3870967742, 66.5806451613, 83.6129032258);
}
.nav-pills.sidebar > li > a i {
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 1em;
}
.nav-pills.sidebar > li.active > a, .nav-pills.sidebar > li.active > a:hover, .nav-pills.sidebar > li.active > a:focus {
  color: white;
  border-width: 0;
  border-left: 3px solid #9ed566;
  background-color: rgb(60.3870967742, 66.5806451613, 83.6129032258);
}

.panel-announcement .panel-heading {
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
.panel-announcement .panel-heading h1 {
  font-size: 14px;
  color: #259dab;
}
.panel-announcement .panel-heading h2 {
  font-size: 14px;
  color: #259dab;
}
.panel-announcement .panel-heading h3 {
  font-size: 14px;
  color: #259dab;
}
.panel-announcement .panel-heading h4 {
  font-size: 14px;
  color: #259dab;
}
.panel-announcement .panel-heading h5 {
  font-size: 14px;
  color: #259dab;
}
.panel-announcement .panel-heading h6 {
  font-size: 14px;
  color: #259dab;
}
.panel-announcement .panel-body {
  padding-top: 0;
}
.panel-announcement .panel-body h1 {
  font-size: 16px;
}
.panel-announcement .panel-body h2 {
  font-size: 16px;
}
.panel-announcement .panel-body h3 {
  font-size: 16px;
}
.panel-announcement .panel-body h4 {
  font-size: 16px;
}
.panel-announcement .panel-body h5 {
  font-size: 16px;
}
.panel-announcement .panel-body h6 {
  font-size: 16px;
}

.panel-footer {
  padding: 10px;
}

.panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.panel-body .panel {
  border: 1px solid rgb(228.225, 228.225, 228.225);
}

label.action {
  cursor: pointer;
}

input[type=checkbox].action {
  transform: scale(0);
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

/*!
 * ©2018 PEMS Personnel Management System
 *
 * All rights reserved. The distribution, modification or deletion of this code,
 * in any way and any form is absolutely forbidden without the consent of their owners or authors.
 * Any of those actions will be prosecuted.
 *
 * Some libraries may belong to thirds parties. See licenses.md to view more.
 *
 * Developed by Waizabú (http://waizabu.com/)
 *
 * Properties of this file
 * Name: _gridbox.scss
 * Last update: 10/2/19 4:47 PM
 *
 *
 */
.x-gridview .grid-summary {
  margin-right: 10px;
  color: rgb(119.085, 119.085, 119.085);
}
.x-gridview .box-body .filters .form-control[type=text] {
  min-width: 45px;
}
.x-gridview .box-header .btn {
  vertical-align: baseline;
}
.x-gridview .filters {
  display: none;
}
.x-gridview .filters .highlight {
  background-color: #ffeea0;
}
.x-gridview .btn-filter {
  padding-top: 4px;
  vertical-align: bottom;
  padding-bottom: 3px;
  margin-right: 10px;
}
.x-gridview .toggle-filters:checked + .box .btn-filter {
  background-color: #39CCCC;
  color: white;
}
.x-gridview .toggle-filters:checked + .box table .filters {
  display: table-row;
}
table .btn-group {
  white-space: nowrap;
}
table .btn-group > .btn {
  float: none;
  display: inline-block;
}

.box-header .gridview-actions {
  margin-right: 10px;
}
.box-header .pagination {
  vertical-align: middle;
  margin: 0;
}

.fit-column, .bulk-action-column {
  width: 1%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .table.table-responsive thead {
    display: none;
  }
  .table.table-responsive tbody tr {
    border: 1px solid rgb(119.085, 119.085, 119.085);
  }
  .table.table-responsive tbody td {
    position: relative;
    display: block;
    padding-left: 50% !important;
    border: none !important;
  }
  .table.table-responsive tbody td:empty {
    display: none;
  }
  .table.table-responsive tbody td:before {
    display: block;
    content: attr(data-th);
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(50% - 10px);
    padding-right: 10px;
    white-space: nowrap;
  }
}
html,
body {
  height: 100%;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  right: 0;
  top: 1px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\f162";
}

a.desc:after {
  content: "\f163";
}

.sort-numerical a.asc:after {
  content: "\f162";
}

.sort-numerical a.desc:after {
  content: "\f163";
}

.sort-ordinal a.asc:after {
  content: "\f162";
}

.sort-ordinal a.desc:after {
  content: "\f163";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.select2-container + .hint-block, select + .hint-block, .currency_tax_input_div + .hint-block {
  margin-top: initial !important;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.notification {
  background: #fefefe !important;
  cursor: pointer;
  border-left: 6px solid;
  border-bottom: 1px solid #eee !important;
  padding: 10px 20px !important;
}
.notification.notification-danger {
  border-left-color: #b90a22;
}
.notification.notification-warning {
  border-left-color: #ffc306;
}
.notification.notification-success {
  border-left-color: #00ca6d;
}
.notification .title {
  font-weight: bold;
}
.notification .description {
  display: none;
}
.notification .timeago {
  color: #555;
  font-style: italic;
  font-size: 12px;
}
.notification .actions .fa, .notification .actions .form-group-xenon .xlte-radio-list input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=radio]:checked + label:before, .notification .actions .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=checkbox]:checked + label:before {
  color: #aaa;
  display: block;
  font-size: 10px;
  margin: 4px 0;
}
.notification .actions .fa:hover, .notification .actions .form-group-xenon .xlte-radio-list input[type=radio]:checked + label:hover:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=radio]:checked + label:hover:before, .notification .actions .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label:hover:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=checkbox]:checked + label:hover:before {
  color: #333;
}

.modal-body .container {
  max-width: 100% !important;
}

@keyframes warning {
  0% {
    color: #ffff00;
  }
  49% {
    color: #ffff00;
  }
  50% {
    color: black;
  }
  100% {
    color: black;
  }
}
.none {
  display: none;
}

.addVal, #addCar {
  margin-top: 9%;
}

.margin-bottom, .margin_bottom {
  margin-bottom: 10px;
}

.margin-top, .margin_top {
  margin-top: 10px;
}

.margin-left, .margin_left {
  margin-left: 10px;
}

.margin-right, .margin_right {
  margin-right: 10px;
}

.rmInc {
  float: none !important;
}

#totop {
  position: fixed;
  bottom: 60px;
  right: 40px;
  background: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
}

.addValueForm {
  background: #3c8dbc;
  color: white;
  margin: 0 -10px;
  padding: 12px 0;
  margin-bottom: 15px;
}

.valueName {
  font-weight: bold;
  font-size: 1.4em;
}

#renderC.sorting .valuesContainer {
  display: none;
}
#renderC.sorting .box-title * {
  display: none;
}
#renderC.sorting .box-body {
  display: none;
}

#optionsIndex .box-body > ul, #optionsIndex .box-body > ol {
  padding-left: 0;
  list-style-position: inside;
  color: rgb(119.085, 119.085, 119.085);
  max-height: 70vh;
  overflow: auto;
}
#optionsIndex .box-body > ul li, #optionsIndex .box-body > ol li {
  margin-bottom: 0.5rem;
}

.microGallery {
  padding: 0;
}
.microGallery .preview {
  display: inline-block;
  padding: 5px;
  background: white;
  border: 1px solid #eee;
  margin: 6px;
}
.microGallery .preview a, .microGallery .preview span, .microGallery .preview .prending-images {
  display: block;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.selector-quantity ul {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  list-style: none;
  padding: 0;
}

.color-sample {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
  border: 2px solid white;
  border-radius: 10px;
}

.sample-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  height: 20px;
  border: 1px solid #333;
}

.order-view .productName {
  font-weight: bold;
  font-size: 18px;
}
.order-view .attributes {
  list-style: none;
  padding: 0;
}
.order-view .attributes li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  display: flex;
}
.order-view .attributes label {
  width: 50%;
}
.order-view .attributes .value {
  text-align: right;
  width: 50%;
}

.ui-tooltip {
  font-size: 10px;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
}
.new-feature-form .input-group {
  width: 100%;
}

.text_center_column {
  text-align: center;
}

span.color-span {
  display: inline-block;
  width: 30px !important;
  height: 20px;
}

.bootstrap-switch-switch_input_size {
  height: 30px !important;
}

.ql-snow {
  background: white !important;
}

.ql-container {
  min-height: 150px;
}

.toggle_btn {
  cursor: pointer;
}

button.ql-banana:before {
  content: "\f03e";
  font-family: "Font Awesome 5 Pro";
}

table td {
  vertical-align: middle !important;
}

.thumb, .product-thumb {
  height: 80px;
  width: 80px;
  display: block;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 5px 0px #e6e6e6;
  border-radius: 6px;
}

.slider-grid img {
  max-width: 100px;
}
.slider-grid col.thumb {
  width: 110px;
}

.surface-incompatibilities .panel-heading {
  border-bottom: 1px solid #eee;
}
.surface-incompatibilities .surface-group {
  border-left: 10px solid #eee;
  padding-left: 10px;
}
.surface-incompatibilities .surface-incompatible {
  font-weight: bold;
}
.surface-incompatibilities ul {
  list-style: none;
}

.margin-btnllenar {
  margin-top: 25px;
}

.form-control-static {
  padding-left: 16px;
}

.box-body {
  max-height: none !important;
}

a:focus {
  outline: #0a53be auto;
}

.auto-hints input[type=text] + .hint-block {
  transition: height 0.3s ease, padding 0.1s ease;
}
.auto-hints input[type=text]:not(:focus) + .hint-block {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.auto-hints input[type=text]:focus + .hint-block {
  max-height: 400px;
}

#imagesEditor .fileinput-button {
  display: block;
  border: 3px dashed rgb(238.425, 238.425, 238.425);
  padding: 3rem 2rem;
  text-align: center;
}
#imagesEditor .fileinput-button:hover {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(212.925, 212.925, 212.925);
}
#imagesEditor ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#imagesEditor li {
  margin-bottom: 1.8rem;
}
#imagesEditor li.ui-sortable-helper .thumbPropImage {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#imagesEditor .thumbPropImage {
  border: 1px solid #ddd;
  margin: 5px 0 0 5px;
  background-color: white;
  position: relative;
}
#imagesEditor .thumbPropImage.cover {
  box-shadow: 0 0 0 4px #39CCCC;
}
#imagesEditor .thumbPropImage .cover-label {
  position: absolute;
  top: 0;
  left: 0;
}
#imagesEditor .thumbPropImage .file-data {
  padding: 0 1rem 1rem 1rem;
}
#imagesEditor .thumbPropImage .file-data .file-name {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  word-break: break-all;
}
#imagesEditor .thumbPropImage .thumbCont {
  background-color: #fff;
  padding: 10px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  #imagesEditor .thumbPropImage .thumbCont:hover span.action {
    display: block;
  }
  #imagesEditor .thumbPropImage .thumbCont span {
    display: none;
    position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
  }
  #imagesEditor .thumbPropImage .thumbCont span.action:hover {
    cursor: pointer;
  }
  #imagesEditor .thumbPropImage .thumbCont span.warning {
    color: white;
    display: block;
    background-color: #f0791e;
    top: 5px;
    left: 5px;
  }
  #imagesEditor .thumbPropImage .thumbCont span.cover {
    bottom: 5px;
    left: 5px;
    color: #ffd548;
  }
  #imagesEditor .thumbPropImage .thumbCont span.delete {
    color: #f00;
    bottom: 5px;
    right: 5px;
  }
}
#imagesEditor #progress {
  display: none;
}
#imagesEditor .progress {
  border-radius: 0;
}
#imagesEditor .progress-bar {
  border-radius: 0;
}
#imagesEditor .btn.btn-success {
  border-radius: 0;
  border: none;
}
#imagesEditor .uploadcontainer {
  margin-bottom: 15px;
}
#imagesEditor #preview {
  height: 600px;
  width: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.notification {
  background: #fefefe !important;
  cursor: pointer;
  border-left: 6px solid;
  border-bottom: 1px solid #eee !important;
  padding: 10px 20px !important;
}
.notification.notification-danger {
  border-left-color: #b90a22;
}
.notification.notification-warning {
  border-left-color: #ffc306;
}
.notification.notification-success {
  border-left-color: #00ca6d;
}
.notification .title {
  font-weight: bold;
}
.notification .description {
  display: none;
}
.notification .timeago {
  color: #555;
  font-style: italic;
  font-size: 12px;
}
.notification .actions .fa, .notification .actions .form-group-xenon .xlte-radio-list input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=radio]:checked + label:before, .notification .actions .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=checkbox]:checked + label:before {
  color: #aaa;
  display: block;
  font-size: 10px;
  margin: 4px 0;
}
.notification .actions .fa:hover, .notification .actions .form-group-xenon .xlte-radio-list input[type=radio]:checked + label:hover:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=radio]:checked + label:hover:before, .notification .actions .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label:hover:before, .form-group-xenon .xlte-radio-list .notification .actions input[type=checkbox]:checked + label:hover:before {
  color: #333;
}

.category-tree-list {
  padding: 0;
}
.category-tree-list li {
  list-style: none;
}
.category-tree-list li > div {
  display: flex;
  align-items: center;
  background-color: #eee;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  margin-bottom: 4px;
}
.category-tree-list li > div:hover {
  background-color: rgb(212.5, 212.5, 212.5);
}
.category-tree-list li > div .pull-right {
  margin-left: auto;
}
.category-tree-list li > div .btn-default {
  background-color: white;
}

.order-categories .placeholder {
  border: 1px dashed #989898;
  height: 40px;
  background: #c8c8c8;
  padding: 1em;
}

.order-categories .ui-sortable-handle {
  cursor: move;
}

.category_tree {
  padding-left: 10px;
  font-size: 12px;
}

.category .input {
  margin-right: 3px;
}

input[type=checkbox].xenon-switch {
  display: none;
}

.switch-xenon:hover {
  cursor: pointer;
}

.slide-toggle-xenon {
  display: block;
  position: relative;
  flex: none;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background-color: #d7d2cb;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}
.slide-toggle-xenon::before, .slide-toggle-xenon::after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 20px;
  height: 18px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
}
.slide-toggle-xenon::before {
  z-index: -1;
  width: 38px;
  right: 1px;
  transform: scale(1);
}
.slide-toggle-xenon::after {
  z-index: 1;
  width: 18px;
  left: 1px;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
input:disabled + .slide-toggle-xenon {
  opacity: 0.4;
  cursor: not-allowed;
}
input:checked:disabled + .slide-toggle-xenon {
  background-color: lightgrey !important;
}
input:checked + .slide-toggle-xenon {
  background-color: #e30057;
}
input:checked + .slide-toggle-xenon::before {
  transform: scale(0);
}
input:checked + .slide-toggle-xenon::after {
  transform: translate3d(20px, 0, 0);
}

.canvases li {
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
  padding: 5px 0;
  justify-content: space-between;
}
.canvases li:first-of-type {
  border-top: none;
}
.canvases .name {
  flex: auto;
}

.resize-observer[data-v-8859cc6c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  pointer-events: none;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.resize-observer[data-v-8859cc6c] object {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.v-popper__popper {
  z-index: 10000;
  top: 0;
  left: 0;
}

.v-popper__popper.v-popper__popper--hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
  pointer-events: none;
}

.v-popper__popper.v-popper__popper--shown {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.v-popper__popper.v-popper__popper--skip-transition, .v-popper__popper.v-popper__popper--skip-transition > .v-popper__wrapper {
  transition: none !important;
}

.v-popper__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.v-popper__inner {
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
}

.v-popper__inner > div {
  position: relative;
  z-index: 1;
  max-width: inherit;
  max-height: inherit;
}

.v-popper__arrow-container {
  position: absolute;
  width: 10px;
  height: 10px;
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container, .v-popper__popper--no-positioning .v-popper__arrow-container {
  display: none;
}

.v-popper__arrow-inner, .v-popper__arrow-outer {
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.v-popper__arrow-inner {
  visibility: hidden;
  border-width: 7px;
}

.v-popper__arrow-outer {
  border-width: 6px;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
  left: -2px;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer, .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  left: -1px;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
  border-bottom-width: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
  top: -2px;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
  top: 0;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  border-top-width: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
  top: -4px;
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
  top: -6px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
  top: -2px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer, .v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  top: -1px;
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  border-left-width: 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
  left: -4px;
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
  left: -6px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
  right: -10px;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner, .v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
  border-right-width: 0;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
  left: -2px;
}

.v-popper--theme-dropdown .v-popper__inner {
  background: #fff;
  color: #000;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1019607843);
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
  visibility: visible;
  border-color: #fff;
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
  border-color: #ddd;
}

.v-popper--theme-tooltip .v-popper__inner {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 7px 12px 6px;
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
  border-color: rgba(0, 0, 0, 0.8);
}

/* Style */
.v-popper__wrapper {
  max-width: 280px;
}

.v-popper__inner {
  background: #ffffff;
  padding: 20px;
  color: #000000;
  border: 1px #000000 solid;
}

.v-popper__arrow-outer {
  border-color: #000000;
}

.v-popper__arrow-inner {
  visibility: visible;
  border-color: #ffffff;
}

/**
This attribute is removed by Vue as soon as app is ready
 */
[v-cloak] {
  display: none;
}

.ql-align-right {
  text-align: right;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-center {
  text-align: center;
}

:root {
  --fa-primary-color: #b7b7b7;
  --fa-secondary-color: rgb(208.5, 208.5, 208.5);
  --fa-secondary-opacity: 1 ;
}

.base-block-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.base-block-actions .btn {
  margin-bottom: 0.3rem;
}

.block {
  transition: all 0.2s ease-in-out;
}
.block:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.block .preview {
  min-height: 80px;
}
.block .preview [class$=-preview-container] {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.block .preview [class$=-preview-container]:hover {
  background-color: #f5f5f5;
}
.block .preview [class$=-preview-header] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.block .preview [class$=-preview-header] i {
  margin-right: 8px;
  color: #555;
}
.block .preview [class$=-preview-empty] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #999;
  font-style: italic;
}

.glyphicon {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.glyphicon.glyphicon-user:before {
  content: "\f007";
}

.d-block {
  display: block !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.latest-news {
  padding: 2rem;
  border-radius: 20px;
  color: white;
  background: linear-gradient(45deg, #b4074d, #2500ae);
  margin-bottom: 2rem;
  font-size: 14px;
}
.latest-news ul {
  list-style: none;
  padding: 0;
}
.latest-news ul li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.latest-news ul i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.latest-news .version {
  text-align: center;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: -0.1em;
  color: white;
}

.astronaut-box {
  overflow: hidden;
}
.astronaut-box .astronaut-img {
  aspect-ratio: 1/1;
  min-height: 200px;
  width: 100%;
  background-size: contain;
  background-position: center;
  border-radius: 0;
  overflow: hidden;
}
/* @todo: Ajustar el tamaño a pantallas más pequeñas */
.profile {
  padding: 10px;
}
.profile .profile-pic {
  height: 120px;
  width: 120px;
  background-color: rgb(238.425, 238.425, 238.425);
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.profile .profile-pic i {
  font-size: 90px;
  color: rgb(119.085, 119.085, 119.085);
}

.groups {
  margin-top: 10px;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.groups div[class*=col-] {
  min-height: 130px;
  border-right: 1px solid rgb(238.425, 238.425, 238.425);
  padding: 10px 20px;
}
.groups div[class*=col-]:first-child {
  padding-left: 25px;
}
.groups div[class*=col-]:last-child {
  border-right: none;
}
.groups .title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.groups ul {
  padding-left: 10px;
}
.groups ul li {
  list-style: none;
}
.groups ul.limitations .can {
  color: #73b80f;
}
.groups ul.limitations .cant {
  color: #b60701;
}
.groups .iluo-icon {
  margin-left: 10px;
}

.home-icons {
  padding: 0;
  text-align: center;
}
.home-icons li {
  display: inline-block;
}

.login-page .login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.login-page .login-row {
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 90vh;
  max-height: 520px;
}
.login-page .login-left-col, .login-page .login-right-col {
  padding: 6rem;
  width: 30vw;
  max-width: 450px;
  flex: 1 1 auto;
}
.login-page .login-left-col {
  padding-right: 3rem;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}
.login-page .login-left-col .sentence {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.login-page .login-right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.login-page .login-logo {
  max-width: 140px;
  height: auto;
  margin: auto;
  margin-bottom: 1rem;
}
.login-page .field-loginform-login input, .login-page .field-loginform-password input {
  text-align: center;
  padding: 1.6rem 0;
  font-size: 16px;
  border-color: rgb(119.085, 119.085, 119.085);
}
.login-page .field-loginform-login input::placeholder, .login-page .field-loginform-password input::placeholder {
  color: rgb(119.085, 119.085, 119.085);
}
.login-page .field-loginform-login {
  margin-bottom: 0;
}
.login-page .field-loginform-login input {
  border-radius: 10px 10px 0 0;
}
.login-page .field-loginform-password input {
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.login-page .remember-me-panel {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  color: rgb(119.085, 119.085, 119.085);
  padding: 2rem 1rem;
  margin: 1rem 0;
}
.login-page .remember-me-panel .field-loginform-rememberme {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.login-page .remember-me-panel label {
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .login-page .login-row {
    height: auto;
    max-height: none;
    width: 90vw;
  }
  .login-page .login-right-col {
    padding: 1rem;
  }
  .login-page .login-left-col {
    display: none;
  }
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid rgb(85.425, 85.425, 85.425);
}

.profile-username {
  font-size: 21px;
  margin-top: 5px;
}

.post {
  border-bottom: 1px solid rgb(85.425, 85.425, 85.425);
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}

.order-reference {
  font-family: monospace;
  letter-spacing: 2px;
}

.order-view .finalResume div {
  padding: 3px;
}
.order-view .finalResume span.totals-label:not(.carrier-item) {
  font-weight: bold;
}
.order-view .finalResume span:not(.totals-label) {
  margin-left: 10px;
  width: 90px;
  display: inline-block;
}
.order-view .finalResume div.vat_incl span.qty {
  border-top: 1px solid #bdbdbd;
  font-weight: bold;
}
.order-view .finalResume div.vat_excl.with-shipping span.qty {
  border-top: 1px solid #bdbdbd;
  font-weight: bold;
}
.order-view .alert-order-state {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  color: initial;
  display: block;
}
.order-view .doc-link {
  color: initial;
  border: 1px solid rgb(144.585, 144.585, 144.585);
  padding: 1rem;
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}
.order-view .doc-link i {
  color: rgb(119.085, 119.085, 119.085);
  padding: 0.5rem 1rem;
}
.order-view .order-complaint {
  color: initial;
  border: 1px solid rgb(144.585, 144.585, 144.585);
  display: block;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.order-view #products_order_container tr .delete-product-cart {
  display: none;
}
.order-view #products_order_container tr:hover .delete-product-cart {
  display: inline-block;
}

.product-cart-attributes-list {
  list-style: none;
  padding: 0;
}
.product-cart-attributes-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
}
.product-cart-attributes-list li:hover {
  background-color: black;
  color: white;
  font-weight: bold;
}
.product-cart-attributes-list .item-label {
  font-weight: bold;
}
.product-cart-attributes-list .item-value {
  text-align: right;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control > .fa, .form-group-xenon .xlte-radio-list .carousel-control > input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .carousel-control > input[type=checkbox]:checked + label:before {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before, .products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}

.product-details .box-header + .box-body {
  padding-top: 0;
}
.product-details table {
  margin-bottom: 0;
}
.product-details table tr:first-child td, .product-details table tr:first-child th {
  border-top: none;
}

.quantities-table {
  table-layout: fixed;
}
.quantities-table td {
  width: auto;
}
.quantities-table td .remove-option {
  display: none;
}
.quantities-table td .remove-option:hover {
  cursor: pointer;
}
.quantities-table td:hover .remove-option {
  display: inline-block;
}

table.legend-values .tr:first-child td {
  border: none;
}
table.legend-values .legend {
  display: inline-block;
  width: 20px;
  height: 10px;
}
table.legend-values .value-by-default {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-left: 4px solid red !important;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
}

#product-features-toolbar .sort-values {
  cursor: pointer;
}
#product-features-toolbar .sort-values input {
  margin-top: 0;
  position: relative;
  top: 2px;
}
#product-features-toolbar .product-features-display-options {
  display: flex;
  flex-flow: column;
}

.feature-value-actions .btns.row {
  margin-bottom: 1rem;
}

.feature-value-details {
  display: flex;
}
.feature-value-details .action {
  max-width: 30px;
}

#product-features {
  background-color: #444757;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2.4rem;
}

#features.sorting .box-feature {
  margin-bottom: 10px;
  padding: 12px 10px;
}
#features.sorting .box-feature .header-feature {
  display: flex;
  text-align: left;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#features.sorting .box-feature:hover {
  cursor: grab;
}
#features.sorting .name {
  font-size: 14px;
}
#features.sorting .header-feature {
  border: none;
}
#features .fa-info-circle {
  cursor: help;
}

.box-feature-compact, .box-feature {
  background-color: white;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
}

.box-feature-compact {
  cursor: pointer;
  font-size: 14px;
}
.box-feature-compact:hover {
  background-color: rgb(238.425, 238.425, 238.425);
}
.box-feature-compact:hover .handler {
  color: #7b7e83;
}
.box-feature-compact .compact-row {
  display: flex;
  width: 100%;
  justify-content: stretch;
  align-items: center;
}
.box-feature-compact .handler {
  flex: 0 0;
  cursor: move;
  padding: 2rem;
  color: rgb(238.425, 238.425, 238.425);
}
.box-feature-compact .name {
  flex: 1 1;
  text-transform: uppercase;
}
.box-feature-compact .name i {
  font-weight: lighter;
}
.box-feature-compact .type {
  flex: 0 0;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  color: rgb(119.085, 119.085, 119.085);
}
.box-feature-compact .caret-container {
  flex: 0 0;
  text-align: right;
  padding: 2rem;
}

.details-row {
  display: flex;
  align-items: center;
}
.details-row .info {
  font-weight: bold;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.details-row .price-impacts, .details-row .factor, .details-row .other-features, .details-row .days, .details-row .weights, .details-row .other-features, .details-row .actions {
  flex: 0 0 auto;
  justify-content: center;
  margin-left: 0.3rem;
}

.actions {
  text-align: right;
}

.price-impacts {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.value-wrapper {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 1px;
  font-size: 11px;
}
.value-wrapper .label, .value-wrapper .value {
  padding: 2px 6px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.value-wrapper .label {
  padding: 6px;
  min-width: 20px;
  justify-content: center;
  background-color: rgb(85.425, 85.425, 85.425);
  border-radius: 0px;
  color: black;
}
.value-wrapper .value {
  background-color: rgb(238.425, 238.425, 238.425);
  padding-right: 6px;
  padding-left: 6px;
}
.value-wrapper.fixed .label {
  background-color: #f8d7da;
}
.value-wrapper.fixed .value {
  background-color: rgba(248, 215, 218, 0.5);
}
.value-wrapper.variable .label {
  background-color: #d1ecf1;
  color: rgb(33.6, 98.4, 110.4);
}
.value-wrapper.variable .value {
  background-color: rgba(209, 236, 241, 0.5);
}
.value-wrapper.percentage .label {
  background-color: #d4edda;
  color: rgb(42.1967213115, 100.8032786885, 56.262295082);
}
.value-wrapper.percentage .value {
  background-color: rgba(212, 237, 218, 0.5);
}
.value-wrapper.factor .label {
  background-color: #fff3cd;
  color: rgb(154, 117.04, 0);
}
.value-wrapper.factor .value {
  background-color: rgba(255, 243, 205, 0.5);
}
.value-wrapper.days .label {
  background-color: #e2d5f3;
  color: rgb(69.4444444444, 33.3333333333, 116.6666666667);
}
.value-wrapper.days .value {
  background-color: rgba(226, 213, 243, 0.5);
}
.value-wrapper.has-incompatibilities .label {
  background-color: #d4edda;
  color: rgb(42.1967213115, 100.8032786885, 56.262295082);
}
.value-wrapper.has-incompatibilities .value {
  background-color: rgba(212, 237, 218, 0.5);
}
.value-wrapper.fixed-weight .label {
  background-color: #e6d8d9;
  color: rgb(85.3125, 54.6875, 56.875);
}
.value-wrapper.fixed-weight .value {
  background-color: rgba(230, 216, 217, 0.5);
}
.value-wrapper.variable-weight .label {
  background-color: #d7f8f8;
  color: rgb(23.3829787234, 133.6170212766, 133.6170212766);
}
.value-wrapper.variable-weight .value {
  background-color: rgba(215, 248, 248, 0.5);
}
.value-wrapper.has-canvases .label {
  background-color: #f3e7c1;
  color: rgb(108.9189189189, 87.8378378378, 21.0810810811);
}
.value-wrapper.has-canvases .value {
  background-color: rgba(243, 231, 193, 0.5);
}

.canvases .preview {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border: 1px solid #333;
  margin: 1rem;
}

.other-features {
  display: flex;
}

.weights {
  display: flex;
  flex-direction: column;
}

.quick-filter {
  float: right;
  position: relative;
}
.quick-filter .clear-search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  font-size: 2em;
}
.quick-filter.filled input {
  padding-right: 30px;
  border: 2px solid #e30057;
}
.quick-filter input {
  transition: padding 0.3s ease;
  max-width: 250px;
  border-radius: 20px;
  text-align: center;
}

.quick-filter-warning {
  display: block;
  padding: 2rem;
  text-align: center;
  font-weight: bold;
}
.quick-filter-warning .message {
  margin-bottom: 1rem;
}

.box-feature {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 0 2px transparent;
  margin-top: 2rem;
}
.box-feature.highlight {
  box-shadow: 0 0 0 2px orange;
  transition: none;
}
.box-feature .round-type-label {
  margin-left: 5px;
}
.box-feature .margin-top {
  margin-top: 10px;
}
.box-feature .images .preview {
  padding: 1px;
}
.box-feature .images .preview a {
  width: 30px;
  height: 30px;
}
.box-feature .details-feature, .box-feature .values-feature {
  display: inline-block;
  vertical-align: top;
}
.box-feature .form-control {
  border: 1px solid rgb(238.425, 238.425, 238.425);
}
.box-feature .feature-details {
  table-layout: fixed;
  width: 100%;
}
.box-feature .feature-details .price-range-icon {
  margin-right: 2px;
}
.box-feature .feature-details .price-range-icon.price-range-warning-icon {
  cursor: help;
}
.box-feature .feature-details td {
  text-align: right;
}
.box-feature fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 1rem;
}
.box-feature .values-feature {
  max-height: 80vh;
  overflow-y: auto;
  padding: 3rem;
  width: 100%;
  background-color: #eee;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  min-height: 160px;
  box-shadow: inset 0px 2px 7px 3px #c1c1c1;
  border: 1px solid white;
  border-top: none;
}
.box-feature .values-feature .mathematical-operation-wrapper .math-operation-icon {
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.box-feature .values-feature .related-products-wrapper .items .related-product-item .remove-item-btn {
  display: none;
}
.box-feature .values-feature .related-products-wrapper .items .related-product-item:hover .remove-item-btn {
  display: initial;
}
.box-feature .values-feature .related-products-wrapper .items .related-product-item .related-product-image {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.box-feature .values-feature hr {
  border-color: #c1c1c1;
}
.box-feature .values-feature .no-color {
  animation: warning;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.box-feature .values-feature .new-value {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 3px dashed #ccc;
  font-weight: bold;
  color: #ccc;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.box-feature .values-feature .new-value:hover {
  cursor: pointer;
  transform: scale(1.02);
}
.box-feature .values-feature .images {
  clear: both;
  width: 100%;
}
.box-feature .values-feature ul {
  padding: 0;
  list-style: none;
}
.box-feature .values-feature .add_quantity_option input, .box-feature .values-feature .add_quantity_option button {
  display: inline-block;
}
.box-feature .values-feature .value-detail {
  padding: 10px;
  margin-bottom: 15px;
  background-color: white;
  display: block;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 6px 11px -4px #adadad;
  position: relative;
}
.box-feature .values-feature .value-detail.default {
  border-left: 4px solid red !important;
}
.box-feature .values-feature .value-detail .toggle-actions {
  line-height: 1.5;
}
.box-feature .values-feature .value-detail .feature-value-details {
  color: #333;
  width: 100%;
}
.box-feature .values-feature .value-detail .feature-value-details .handler {
  float: right;
}
.box-feature .values-feature .value-detail .feature-value-details .has-incompatibilities, .box-feature .values-feature .value-detail .feature-value-details .has-canvases {
  cursor: pointer;
  margin: 0 2px;
}
.box-feature .values-feature .value-detail .feature-value-details .label {
  color: #333;
  display: block;
}
.box-feature .values-feature .value-detail .feature-value-details .badge {
  margin-right: 1px;
  font-weight: initial;
  background-color: #eee;
  color: #333;
}
.box-feature .values-feature .value-detail .feature-value-details div {
  display: inline-block;
  vertical-align: middle;
}
.box-feature .values-feature .value-detail .feature-value-details .name {
  padding-left: 6px;
  width: 30%;
}
.box-feature .values-feature .value-detail .feature-value-details .name.sort {
  width: auto;
}
.box-feature .values-feature .value-detail .details {
  width: 100%;
}
.box-feature .values-feature .value-detail .details hr {
  border-color: rgb(98.3031496063, 100.7007874016, 104.6968503937);
}
.box-feature .values-feature .value-detail .incompatibilities, .box-feature .values-feature .value-detail .feature_value_canvases {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2rem;
  width: 100%;
  clear: both;
}
.box-feature .values-feature .value-detail .incompatibilities .name, .box-feature .values-feature .value-detail .feature_value_canvases .name {
  font-weight: bold;
}
.box-feature .values-feature .value-detail .incompatibilities .list-group-item, .box-feature .values-feature .value-detail .feature_value_canvases .list-group-item {
  padding: 1rem;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas {
  position: relative;
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .item, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .item {
  display: flex;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .button-actions, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .button-actions {
  width: auto !important;
  display: block;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .feature-value-canvas-form, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .feature-value-canvas-form {
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .feature-value-canvas-form .form-group, .box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .feature-value-canvas-form .form-group-xenon, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .feature-value-canvas-form .form-group, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .feature-value-canvas-form .form-group-xenon {
  margin-bottom: 0;
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .canvas-custom-attribute, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .canvas-custom-attribute {
  padding: 5px 15px;
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .canvas-custom-attribute .row, .box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .canvas-custom-attribute .row .col-xs-6 > div, .box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .canvas-custom-attribute .row select, .box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .canvas-custom-attribute .row input, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .canvas-custom-attribute .row, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .canvas-custom-attribute .row .col-xs-6 > div, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .canvas-custom-attribute .row select, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .canvas-custom-attribute .row input {
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .feature_value_canvas .remove, .box-feature .values-feature .value-detail .feature_value_canvases .feature_value_canvas .remove {
  position: absolute;
  top: 0;
  right: 15px;
}
.box-feature .values-feature .value-detail .incompatibilities .title, .box-feature .values-feature .value-detail .feature_value_canvases .title {
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .list, .box-feature .values-feature .value-detail .feature_value_canvases .list {
  margin-bottom: 10px;
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .list .group-incompatibility-list, .box-feature .values-feature .value-detail .feature_value_canvases .list .group-incompatibility-list {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  border: 1px dashed rgb(201.8779527559, 203.094488189, 205.1220472441);
}
.box-feature .values-feature .value-detail .incompatibilities .list ul, .box-feature .values-feature .value-detail .feature_value_canvases .list ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.box-feature .values-feature .value-detail .incompatibilities .list ul li, .box-feature .values-feature .value-detail .feature_value_canvases .list ul li {
  list-style: disc;
  border-bottom: 1px solid rgb(98.3031496063, 100.7007874016, 104.6968503937);
  padding: 3px 3px 3px 10px;
}
.box-feature .values-feature .value-detail .incompatibilities .button-actions, .box-feature .values-feature .value-detail .feature_value_canvases .button-actions {
  text-align: left;
  display: flex;
}
.box-feature .values-feature .value-detail .incompatibilities label, .box-feature .values-feature .value-detail .feature_value_canvases label {
  color: #333;
  font-weight: normal;
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas {
  width: 100%;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .radio, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .radio, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .radio, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .radio {
  display: inline-block;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .form-control, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .form-control, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .form-control, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .form-control {
  display: inline-block;
  max-width: 100%;
  min-width: 60px;
  position: relative;
  top: 1px;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .form-control.surface-type-selector, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .form-control.surface-type-selector, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .form-control.surface-type-selector, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .form-control.surface-type-selector {
  max-width: 150px;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .feature-value-selector, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .feature-value-selector, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .feature-value-selector, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .feature-value-selector {
  max-width: 80%;
  display: inline-block;
  width: 100%;
  margin-top: 1px;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .select2-selection, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .select2-selection, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .select2-selection, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .select2-selection {
  padding: 3px 12px;
  border: 1px solid #eeeeee;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .select2-selection.select2-selection--single .select2-selection__rendered, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .select2-selection.select2-selection--single .select2-selection__rendered, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .select2-selection.select2-selection--single .select2-selection__rendered, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
}
.box-feature .values-feature .value-detail .incompatibilities .add-incompatibility .select2-selection .select2-selection__arrow, .box-feature .values-feature .value-detail .incompatibilities .add-feature-value-canvas .select2-selection .select2-selection__arrow, .box-feature .values-feature .value-detail .feature_value_canvases .add-incompatibility .select2-selection .select2-selection__arrow, .box-feature .values-feature .value-detail .feature_value_canvases .add-feature-value-canvas .select2-selection .select2-selection__arrow {
  height: 21px;
}
.box-feature .values-feature .value-detail .incompatibilities .remove, .box-feature .values-feature .value-detail .feature_value_canvases .remove {
  background: transparent;
  border: none;
}
.box-feature .values-feature .value-detail .incompatibilities .remove:hover, .box-feature .values-feature .value-detail .feature_value_canvases .remove:hover {
  color: #e30057;
}
.box-feature .values-feature .value-detail .feature_value_canvases label {
  width: auto !important;
}
.box-feature .header-feature {
  display: flex;
  justify-content: stretch;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  align-items: center;
  width: 100%;
}
.box-feature .header-feature .btn-group {
  padding: 1rem;
}
.box-feature .header-feature .caret-container {
  flex: 0 0;
  text-align: right;
  padding: 2rem;
}
.box-feature .header-feature .caret-container:hover {
  cursor: pointer;
}
.box-feature .header-feature .name {
  flex: 1 1;
  text-transform: uppercase;
  font-weight: bold;
}
.box-feature .header-feature .type {
  flex: 0 0;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  color: rgb(119.085, 119.085, 119.085);
}
.box-feature .header-feature .delete-feature {
  cursor: pointer;
}
.box-feature .header-feature .delete-feature:hover {
  cursor: pointer;
  color: #b60701;
}
.box-feature .images-row {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  width: 100%;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.box-feature .images-row .add-image-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: 1px solid rgb(238.425, 238.425, 238.425);
  margin-left: 5px;
}
.box-feature .images-row .microGallery {
  line-height: 0;
  margin: 0;
}
.box-feature .images-row .microGallery .preview {
  margin-bottom: 0;
  margin-top: 0;
}
.box-feature .header-advanced-options {
  padding: 0 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.box-feature .header-advanced-options i {
  color: rgb(119.085, 119.085, 119.085);
}
.box-feature .header-advanced-options > div {
  align-items: center;
}
.box-feature .header-advanced-options select {
  padding: 1rem;
}
.box-feature .header-advanced-options label {
  margin-bottom: 0;
}
.box-feature .header-advanced-options select {
  background-color: white;
  border: none;
  max-width: 200px;
}
.box-feature .header-advanced-options .position-feature {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: #7b7e83;
  color: white;
  line-height: 16px;
}
.box-feature .footer-feature {
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
  flex-direction: row-reverse;
}
.box-feature .footer-feature .pull-right {
  margin-left: 10px;
}

.hierarchy-tree-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}

.hierarchy-tree {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  max-width: 95vw;
  min-height: 50vh;
  box-shadow: 0 0 10px #333;
}
.hierarchy-tree .feature-node {
  padding: 1rem 2rem;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  border: 1px solid rgb(119.085, 119.085, 119.085);
  border-bottom: 3px solid rgb(119.085, 119.085, 119.085);
}
.hierarchy-tree div.hierarchy-tree-content {
  background-color: rgb(238.425, 238.425, 238.425);
  overflow-x: scroll;
  max-height: 85vh !important;
  min-height: 80vh;
  -webkit-user-select: none;
  user-select: none;
}
.hierarchy-tree div.hierarchy-tree-content .math-operation {
  display: flex;
  text-transform: none;
  border-radius: 6px;
  overflow: hidden;
  justify-content: center;
}
.hierarchy-tree div.hierarchy-tree-content .math-operation :first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.hierarchy-tree div.hierarchy-tree-content .math-operation > .icon {
  width: 10%;
  align-items: center;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  color: white;
  background-color: darkred;
}
.hierarchy-tree div.hierarchy-tree-content .qty-port-label {
  color: rgb(119.085, 119.085, 119.085);
}
.hierarchy-tree div.hierarchy-tree-content .operation-info {
  background-color: rgb(238.425, 238.425, 238.425);
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  min-width: 30%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.hierarchy-tree div.hierarchy-tree-content .operand {
  font-size: 11px;
  display: inline-block;
  max-width: 80%;
  margin: auto;
  background-color: white;
  padding: 0.2rem 1rem;
  border-radius: 3px;
}
.hierarchy-tree div.hierarchy-tree-content .operand-a {
  display: none;
}
.hierarchy-tree div.hierarchy-tree-content .operation {
  display: flex;
}
.hierarchy-tree div.hierarchy-tree-content .operation i {
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 0.5rem;
}
.hierarchy-tree div.hierarchy-tree-content .feature {
  cursor: pointer;
}
.hierarchy-tree div.hierarchy-tree-content .has-factor-modifiers .feature-name:before {
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  background-color: orange;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.hierarchy-tree div.hierarchy-tree-content .port {
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 1rem;
  background-color: #ffe7ba;
  color: #726142;
  font-weight: bold;
  border: 1px solid;
}
.hierarchy-tree div.hierarchy-tree-content .main-branch {
  font-weight: bold;
}

/**
* Combinations
*/
.combinations_button {
  float: right;
}

.product_combinations .fa-info-circle {
  cursor: help;
}
.product_combinations .form-group, .product_combinations .form-group-xenon {
  margin: 0 5px;
}
.product_combinations .combination_saved {
  background-color: #ffe1ff;
}
.product_combinations .feature_list .feature_name {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 10px;
}
.product_combinations .feature_list label span {
  font-weight: normal;
}
.product_combinations .feature_list > ul > li {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product_combinations .feature_list > ul > li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product_combinations ul {
  padding: 0;
  list-style: none;
}
.product_combinations .combinations_list .box div.add-option-btn-container {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.product_combinations .combinations_list .box .combination_values {
  display: block;
  margin-bottom: 10px;
  min-height: 27px;
}
.product_combinations .combinations_list .box .combination_name span:before {
  display: inline;
  content: "-";
}
.product_combinations .combinations_list .box .combination_name span:first-of-type:before {
  display: none;
}
.product_combinations .combinations_list .box .combination-btn {
  cursor: pointer;
}
.product_combinations .combinations_list .box .combination_quantities {
  margin: 0 -5px;
}
.product_combinations .combinations_list .box .combination_quantities div {
  display: inline-block;
}
.product_combinations .combinations_list .box .combination_quantities:not(.primary-combination) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product_combinations .combinations_list .box.primary-combination-container hr {
  margin-top: 5px;
}
.product_combinations .combinations_list .box.primary-combination-container .primary-combination :first-child {
  margin-left: 10px !important;
}
.product_combinations .combinations_list .box.primary-combination-container .primary-combination .form-control {
  width: 100px;
  display: inline-block;
}
.product_combinations .combinations_list .box .combination_values span {
  background-color: #7b7e83;
  color: white;
  padding: 5px;
  display: inline-block;
  margin-left: 15px;
}
.product_combinations .combinations_list .box .combination_values span a {
  color: white;
}
.product_combinations .combinations_list .box .add_feature_value {
  margin: 0 10px;
  float: right;
}
.product_combinations .combinations_list .box .add_feature_value .combination_select {
  display: inline-block;
  width: auto;
  min-width: 150px;
}
.product_combinations .combinations_list .box .add_feature_value .btn {
  padding: 9px;
  border-radius: 0;
}

.sortable-chosen.ghost {
  opacity: 0.5;
  background-color: transparent !important;
  border: 1px dashed #333;
  box-shadow: none !important;
}

.settings .highlight {
  background-color: lightyellow;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.config-image {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M0 0h10v10H0z'  stroke-width='1' stroke='none' fill='hsla(0, 0%, 93%, 1)'/><path d='M10 10h10v10H10z'  stroke-width='1' stroke='none' fill='hsla(0, 0%, 93%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.product-template-index .template-card .box-body {
  padding: 20px 0;
}
.product-template-index .template-card .box-body .template-image {
  width: auto;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-template-index .template-card .box-body .template-name {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
}
.product-template-index .template-card .box-body .template-name p {
  font-weight: bold;
}
.product-template-index .template-card .box-body .template-actions {
  padding: 0 10px;
}

.theme-editor .live-editor-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.theme-editor .top-bar {
  background-color: #333;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 36px;
  z-index: 300;
  padding: 0.5rem 1rem;
}
.theme-editor iframe {
  position: fixed;
  top: 36px;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 120vw;
  height: calc(200vh - 36px * 2);
  transform: scale(0.5);
  transform-origin: top right;
}
.theme-editor .editor-panel-wrapper {
  padding: 2rem;
  overflow: auto;
  position: fixed;
  top: 36px;
  background-color: #eee;
  bottom: 0;
  z-index: 200;
  height: calc(100vh - 36px);
  width: 40vw;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

.list-group-intro .list-group {
  margin-left: 7rem;
}
.list-group-intro .list-group .intro-row > * {
  padding: 0;
}
.list-group-intro > [aria-expanded=true] > .intro-row:after {
  content: "\f077";
}

.intro-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.intro-row:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(144.585, 144.585, 144.585);
}
[data-toggle=collapse] .intro-row:after {
  content: "\f078";
}
.intro-row .description {
  flex-shrink: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.intro-row .description p {
  margin: 0;
}
.intro-row .icon {
  padding-left: 0;
  color: #e30057;
  flex-grow: 0;
  width: 70px;
  text-align: center;
}
.intro-row > * {
  padding: 0.8em;
}

.kanban-fullscreen .kanban-board-wrapper {
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: #fff;
  border-top: 6px solid #e30057;
}
.kanban-fullscreen .kanban-board-wrapper .kanban-column {
  width: 16%;
}
.kanban-fullscreen .kanban-board-wrapper .toggle-fullscreen i:before {
  content: "\f326";
}

.kanban-board {
  display: flex;
  overflow: auto;
}
.kanban-board .kanban-column {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 1rem;
  width: 25%;
}
.kanban-board .kanban-column:first-child {
  padding-left: 0;
}
.kanban-board .kanban-column:last-child {
  padding-right: 0;
}
.kanban-board .kanban-footer {
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.kanban-board .kanban-column-body {
  min-height: 82vh;
  max-height: 82vh;
  overflow: auto;
}
.kanban-board .kanban-column-header .label {
  display: block;
  text-align: center;
  margin-right: 0;
  padding: 1rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  position: sticky;
}
.kanban-board .kanban-item {
  background-color: white;
  cursor: grab;
  padding: 1rem;
  border: 2px solid rgb(238.425, 238.425, 238.425);
  border-radius: 4px;
  margin-bottom: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: initial;
}
.kanban-board .kanban-item-body {
  margin-bottom: 0.5rem;
  color: initial;
}
.kanban-board .kanban-item-footer {
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
  padding-top: 0.5rem;
}
.kanban-board .ui-sortable-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #ccc;
  visibility: visible !important;
  margin-bottom: 1rem;
  height: 70px;
}
.kanban-board .kanban-item-dropped {
  animation: yellow-fade-in-out 1s ease-in-out 1;
}
@keyframes yellow-fade-in-out {
  0% {
    background-color: lightyellow;
  }
  100% {
    background-color: #fff;
  }
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 47px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 37px;
  line-height: 39px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg, .btn-lg.btn-social-icon, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon {
  padding-left: 57px;
}
.btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child {
  line-height: 41px;
  width: 41px;
  font-size: 1.8em;
}
.btn-social.btn-sm, .btn-sm.btn-social-icon, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon {
  padding-left: 32px;
}
.btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child {
  line-height: 22px;
  width: 22px;
  font-size: 1.4em;
}
.btn-social.btn-xs, .btn-xs.btn-social-icon, .btn-group-xs > .btn-social.btn, .btn-group-xs > .btn.btn-social-icon {
  padding-left: 27px;
}
.btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child, .btn-group-xs > .btn-social.btn > :first-child, .btn-group-xs > .btn.btn-social-icon > :first-child {
  line-height: 17px;
  width: 17px;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 39px;
  width: 39px;
  padding: 0;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 41px;
  width: 41px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 24px;
  width: 24px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  height: 19px;
  width: 19px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: rgb(205.5315789474, 86.3, 63.4684210526);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: rgb(205.5315789474, 86.3, 63.4684210526);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active, .btn-adn.active, .open > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: rgb(205.5315789474, 86.3, 63.4684210526);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus, .open > .btn-adn.dropdown-toggle:hover, .open > .btn-adn.dropdown-toggle:focus, .open > .btn-adn.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(185.4121052632, 69.99, 47.8878947368);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active, .btn-adn.active, .open > .btn-adn.dropdown-toggle {
  background-image: none;
}
.btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn:hover, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: rgb(21.8633540373, 54.6583850932, 88.1366459627);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: rgb(21.8633540373, 54.6583850932, 88.1366459627);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active, .btn-bitbucket.active, .open > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: rgb(21.8633540373, 54.6583850932, 88.1366459627);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus, .open > .btn-bitbucket.dropdown-toggle:hover, .open > .btn-bitbucket.dropdown-toggle:focus, .open > .btn-bitbucket.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(14.7677018634, 36.9192546584, 59.5322981366);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active, .btn-bitbucket.active, .open > .btn-bitbucket.dropdown-toggle {
  background-image: none;
}
.btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket:hover, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: rgb(12.5569620253, 105.9493670886, 173.4430379747);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: rgb(12.5569620253, 105.9493670886, 173.4430379747);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active, .btn-dropbox.active, .open > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.5569620253, 105.9493670886, 173.4430379747);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus, .open > .btn-dropbox.dropdown-toggle:hover, .open > .btn-dropbox.dropdown-toggle:focus, .open > .btn-dropbox.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(10.146835443, 85.6139240506, 140.153164557);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active, .btn-dropbox.active, .open > .btn-dropbox.dropdown-toggle {
  background-image: none;
}
.btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox:hover, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(34.7568720379, 52.4298578199, 89.5431279621);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: rgb(204, 0, 105.6);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: rgb(204, 0, 105.6);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: rgb(204, 0, 105.6);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus, .open > .btn-flickr.dropdown-toggle:hover, .open > .btn-flickr.dropdown-toggle:focus, .open > .btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(168.3, 0, 87.12);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  background-image: none;
}
.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr:hover, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: rgb(247.380952381, 22.619047619, 82.3015873016);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: rgb(247.380952381, 22.619047619, 82.3015873016);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active, .btn-foursquare.active, .open > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: rgb(247.380952381, 22.619047619, 82.3015873016);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus, .open > .btn-foursquare.dropdown-toggle:hover, .open > .btn-foursquare.dropdown-toggle:focus, .open > .btn-foursquare.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(226.8619047619, 7.4380952381, 65.7031746032);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active, .btn-foursquare.active, .open > .btn-foursquare.dropdown-toggle {
  background-image: none;
}
.btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare:hover, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus, .open > .btn-github.dropdown-toggle:hover, .open > .btn-github.dropdown-toggle:focus, .open > .btn-github.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(24.65, 24.65, 24.65);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  background-image: none;
}
.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github:hover, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus, .open > .btn-google.dropdown-toggle:hover, .open > .btn-google.dropdown-toggle:focus, .open > .btn-google.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(163.2646551724, 42.8775862069, 28.0353448276);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  background-image: none;
}
.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google:hover, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: rgb(48.2614678899, 87.3302752294, 118.7385321101);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: rgb(48.2614678899, 87.3302752294, 118.7385321101);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.2614678899, 87.3302752294, 118.7385321101);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus, .open > .btn-instagram.dropdown-toggle:hover, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9444954128, 68.6614678899, 93.3555045872);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: rgb(0, 88.532967033, 131);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: rgb(0, 88.532967033, 131);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 88.532967033, 131);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus, .open > .btn-linkedin.dropdown-toggle:hover, .open > .btn-linkedin.dropdown-toggle:focus, .open > .btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 64.406043956, 95.3);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}
.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin:hover, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: rgb(17.9533898305, 89.7669491525, 205.0466101695);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: rgb(17.9533898305, 89.7669491525, 205.0466101695);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active, .btn-microsoft.active, .open > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.9533898305, 89.7669491525, 205.0466101695);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus, .open > .btn-microsoft.dropdown-toggle:hover, .open > .btn-microsoft.dropdown-toggle:focus, .open > .btn-microsoft.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(15.0792372881, 75.3961864407, 172.2207627119);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active, .btn-microsoft.active, .open > .btn-microsoft.dropdown-toggle {
  background-image: none;
}
.btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft:hover, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: rgb(218.2403433476, 121.2446351931, 7.7596566524);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: rgb(218.2403433476, 121.2446351931, 7.7596566524);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active, .btn-openid.active, .open > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: rgb(218.2403433476, 121.2446351931, 7.7596566524);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus, .open > .btn-openid.dropdown-toggle:hover, .open > .btn-openid.dropdown-toggle:focus, .open > .btn-openid.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(183.7660944206, 102.0922746781, 6.5339055794);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active, .btn-openid.active, .open > .btn-openid.dropdown-toggle {
  background-image: none;
}
.btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid:hover, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: rgb(158.9446808511, 25.0553191489, 30.5361702128);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: rgb(158.9446808511, 25.0553191489, 30.5361702128);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: rgb(158.9446808511, 25.0553191489, 30.5361702128);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus, .open > .btn-pinterest.dropdown-toggle:hover, .open > .btn-pinterest.dropdown-toggle:focus, .open > .btn-pinterest.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(128.1059574468, 20.1940425532, 24.6114893617);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  background-image: none;
}
.btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest:hover, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: rgb(188, 221.5, 255);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: rgb(188, 221.5, 255);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  color: #000;
  background-color: rgb(188, 221.5, 255);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus, .open > .btn-reddit.dropdown-toggle:hover, .open > .btn-reddit.dropdown-toggle:focus, .open > .btn-reddit.dropdown-toggle.focus {
  color: #000;
  background-color: rgb(152.3, 203.65, 255);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  background-image: none;
}
.btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit:hover, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active, .btn-soundcloud.active, .open > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus, .open > .btn-soundcloud.dropdown-toggle:hover, .open > .btn-soundcloud.dropdown-toggle:focus, .open > .btn-soundcloud.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(168.3, 56.1, 0);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active, .btn-soundcloud.active, .open > .btn-soundcloud.dropdown-toggle {
  background-image: none;
}
.btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud:hover, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: rgb(28.1971830986, 45.5, 62.8028169014);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: rgb(28.1971830986, 45.5, 62.8028169014);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: rgb(28.1971830986, 45.5, 62.8028169014);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus, .open > .btn-tumblr.dropdown-toggle:hover, .open > .btn-tumblr.dropdown-toggle:focus, .open > .btn-tumblr.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(17.1352112676, 27.65, 38.1647887324);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  background-image: none;
}
.btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr:hover, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: rgb(38.6363636364, 149.3636363636, 233.3636363636);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: rgb(38.6363636364, 149.3636363636, 233.3636363636);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(38.6363636364, 149.3636363636, 233.3636363636);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(21.4818181818, 131.4181818182, 214.8181818182);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: rgb(17.556, 148.808, 191.444);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: rgb(17.556, 148.808, 191.444);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active, .btn-vimeo.active, .open > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.556, 148.808, 191.444);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus, .open > .btn-vimeo.dropdown-toggle:hover, .open > .btn-vimeo.dropdown-toggle:focus, .open > .btn-vimeo.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(14.5572, 123.3896, 158.7428);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active, .btn-vimeo.active, .open > .btn-vimeo.dropdown-toggle {
  background-image: none;
}
.btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo:hover, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: rgb(70.1195219124, 100.3984063745, 129.8804780876);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: rgb(70.1195219124, 100.3984063745, 129.8804780876);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active, .btn-vk.active, .open > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: rgb(70.1195219124, 100.3984063745, 129.8804780876);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus, .open > .btn-vk.dropdown-toggle:hover, .open > .btn-vk.dropdown-toggle:focus, .open > .btn-vk.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.603187251, 82.4772908367, 106.696812749);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active, .btn-vk.active, .open > .btn-vk.dropdown-toggle {
  background-image: none;
}
.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk:hover, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: rgb(80.1976744186, 9.8488372093, 111.1511627907);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: rgb(80.1976744186, 9.8488372093, 111.1511627907);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active, .btn-yahoo.active, .open > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.1976744186, 9.8488372093, 111.1511627907);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus, .open > .btn-yahoo.dropdown-toggle:hover, .open > .btn-yahoo.dropdown-toggle:focus, .open > .btn-yahoo.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(56.5360465116, 6.9430232558, 78.3569767442);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active, .btn-yahoo.active, .open > .btn-yahoo.dropdown-toggle {
  background-image: none;
}
.btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo:hover, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover, .fc-button:active, .fc-button.hover {
  background-color: #e9e9e9;
}

.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}

.fc-header-right {
  padding-right: 10px;
}

.fc-header-left {
  padding-left: 10px;
}

.fc-widget-header {
  background: #fafafa;
}

.fc-grid {
  width: 100%;
  border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}

.fc-toolbar {
  padding: 20px;
  margin: 0;
}

.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}

.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa, .fc-color-picker > li .form-group-xenon .xlte-radio-list input[type=radio]:checked + label:before, .form-group-xenon .xlte-radio-list .fc-color-picker > li input[type=radio]:checked + label:before, .fc-color-picker > li .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label:before, .form-group-xenon .xlte-radio-list .fc-color-picker > li input[type=checkbox]:checked + label:before {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover, .fc-color-picker > li .form-group-xenon .xlte-radio-list input[type=radio]:checked + label:hover:before, .form-group-xenon .xlte-radio-list .fc-color-picker > li input[type=radio]:checked + label:hover:before, .fc-color-picker > li .form-group-xenon .xlte-radio-list input[type=checkbox]:checked + label:hover:before, .form-group-xenon .xlte-radio-list .fc-color-picker > li input[type=checkbox]:checked + label:hover:before {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus, .select2-container--default:focus, .select2-container--default:active,
.select2-selection.select2-container--focus,
.select2-selection:focus,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid rgb(85.425, 85.425, 85.425);
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.select2-container--default.select2-container--open {
  border-color: #e30057;
}

.select2-dropdown {
  border: 1px solid rgb(85.425, 85.425, 85.425);
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e30057;
  color: white;
}

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 21px;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid rgb(85.425, 85.425, 85.425);
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #e30057;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid rgb(85.425, 85.425, 85.425);
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #e30057;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgb(85.425, 85.425, 85.425);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e30057;
  border-color: rgb(201.5, 0, 77.2268722467);
  padding: 1px 10px;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}