/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #1d1d1d;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.644;
  color: #454545;
  background-color: #f5f5f5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2b82bc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5ea9db;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.644;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 770px) { 
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #236b9b;
}
a.text-primary:hover {
  color: #1a4e71;
}
a.text-primary:hover {
  color: #2b82bc;
}
a.text-primary:active {
  color: #184969;
}
.text-success {
  color: #199900;
}
a.text-success:hover {
  color: #116600;
}
a.text-success:hover {
  color: #20c200;
}
a.text-success:active {
  color: #0f5c00;
}
.text-info {
  color: #05389f;
}
a.text-info:hover {
  color: #03276e;
}
a.text-info:hover {
  color: #0646c7;
}
a.text-info:active {
  color: #032364;
}
.text-warning {
  color: #fa6800;
}
a.text-warning:hover {
  color: #c75300;
}
a.text-warning:hover {
  color: #ff7f24;
}
a.text-warning:active {
  color: #bd4f00;
}
.text-danger {
  color: #e51400;
}
a.text-danger:hover {
  color: #b21000;
}
a.text-danger:hover {
  color: #ff240f;
}
a.text-danger:active {
  color: #a80f00;
}
.bg-primary {
  color: #fff;
  background-color: #236b9b;
}
a.bg-primary:hover {
  background-color: #1a4e71;
}
.bg-success {
  background-color: #199900;
}
a.bg-success:hover {
  background-color: #116600;
}
.bg-info {
  background-color: #05389f;
}
a.bg-info:hover {
  background-color: #03276e;
}
.bg-warning {
  background-color: #fa6800;
}
a.bg-warning:hover {
  background-color: #c75300;
}
.bg-danger {
  background-color: #e51400;
}
a.bg-danger:hover {
  background-color: #b21000;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #929292;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.644;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 770px) { 
  .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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 17.5px;
  border-left: 5px solid #454545;
}
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.644;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #454545;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.644;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 13px;
  line-height: 1.644;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
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: 0px;
  padding-right: 0px;
}
@media (min-width: 770px) { 
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 770px) { 
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 23px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.644;
  vertical-align: top;
  border-top: 1px solid #9e9e9e;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #9e9e9e;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #9e9e9e;
}
.table .table {
  background-color: #f5f5f5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #9e9e9e;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #9e9e9e;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #ffffff;
  background-color: #f5f5f5 !important;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8 !important;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #199900;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #158000;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
  background-color: #199900 !important;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #158000 !important;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #05389f;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #042f86;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
  background-color: #05389f !important;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #042f86 !important;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fa6800;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e15d00;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
  background-color: #fa6800 !important;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e15d00 !important;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #e51400;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #cc1200;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
  background-color: #e51400 !important;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #cc1200 !important;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #9e9e9e;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.644;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.644;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #b6b6b6;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 37px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 52px;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #199900;
}
.has-success .form-control {
  border-color: #199900;
  -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: #116600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2aff00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2aff00;
}
.has-success .input-group-addon {
  color: #199900;
  border-color: #199900;
  background-color: #199900;
}
.has-success .form-control-feedback {
  color: #199900;
}
.has-success .form-control {
  border-color: #199900;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-success .form-control:focus {
  border-color: #0c4700;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #fa6800;
}
.has-warning .form-control {
  border-color: #fa6800;
  -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: #c75300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa361;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa361;
}
.has-warning .input-group-addon {
  color: #fa6800;
  border-color: #fa6800;
  background-color: #fa6800;
}
.has-warning .form-control-feedback {
  color: #fa6800;
}
.has-warning .form-control {
  border-color: #fa6800;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-warning .form-control:focus {
  border-color: #a84600;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e51400;
}
.has-error .form-control {
  border-color: #e51400;
  -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: #b21000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
}
.has-error .input-group-addon {
  color: #e51400;
  border-color: #e51400;
  background-color: #e51400;
}
.has-error .form-control-feedback {
  color: #e51400;
}
.has-error .form-control {
  border-color: #e51400;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-error .form-control:focus {
  border-color: #930d00;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #858585;
}
@media (min-width: 770px) { 
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 770px) { 
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #236b9b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #236b9b;
  transition: all 100ms linear;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #236b9b;
  background-color: #ebebeb;
  border-color: #184969;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #236b9b;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #236b9b;
}
.btn-default:focus {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #236b9b;
}
.btn-default:hover {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #2b82bc;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #ebebeb;
  border-color: #1b547a;
}
.btn-default.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-default.btn-transparent {
  background-color: transparent !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
  transition: all 100ms linear;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1b547a;
  border-color: #184969;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #236b9b;
  border-color: #236b9b;
}
.btn-primary .badge {
  color: #236b9b;
  background-color: #ffffff;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2b82bc;
  border-color: #2b82bc;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #1b547a;
  border-color: #1b547a;
}
.btn-primary.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-primary.btn-transparent {
  background-color: transparent !important;
}
.btn-success {
  color: #ffffff;
  background-color: #199900;
  border-color: #199900;
  transition: all 100ms linear;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #127000;
  border-color: #0f5c00;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #199900;
  border-color: #199900;
}
.btn-success .badge {
  color: #199900;
  background-color: #ffffff;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #199900;
  border-color: #199900;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #20c200;
  border-color: #20c200;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #127000;
  border-color: #127000;
}
.btn-success.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-success.btn-transparent {
  background-color: transparent !important;
}
.btn-info {
  color: #ffffff;
  background-color: #05389f;
  border-color: #05389f;
  transition: all 100ms linear;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #042a77;
  border-color: #032364;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #05389f;
  border-color: #05389f;
}
.btn-info .badge {
  color: #05389f;
  background-color: #ffffff;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #05389f;
  border-color: #05389f;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #0646c7;
  border-color: #0646c7;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #042a77;
  border-color: #042a77;
}
.btn-info.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-info.btn-transparent {
  background-color: transparent !important;
}
.btn-warning {
  color: #ffffff;
  background-color: #fa6800;
  border-color: #fa6800;
  transition: all 100ms linear;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d15700;
  border-color: #bd4f00;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fa6800;
  border-color: #fa6800;
}
.btn-warning .badge {
  color: #fa6800;
  background-color: #ffffff;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ff7f24;
  border-color: #ff7f24;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #d15700;
  border-color: #d15700;
}
.btn-warning.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-warning.btn-transparent {
  background-color: transparent !important;
}
.btn-danger {
  color: #ffffff;
  background-color: #e51400;
  border-color: #e51400;
  transition: all 100ms linear;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #bc1000;
  border-color: #a80f00;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e51400;
  border-color: #e51400;
}
.btn-danger .badge {
  color: #e51400;
  background-color: #ffffff;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #e51400;
  border-color: #e51400;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff240f;
  border-color: #ff240f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #bc1000;
  border-color: #bc1000;
}
.btn-danger.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-danger.btn-transparent {
  background-color: transparent !important;
}
.btn-link {
  color: #2b82bc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #5ea9db;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ebebeb;
  border: 1px solid #236b9b;
  border: 1px solid #1b547a;
  border-radius: 0;
  -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: 10.5px 0;
  overflow: hidden;
  background-color: #1b547a;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.644;
  color: #236b9b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffc800;
  background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #236b9b;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 12px;
  line-height: 1.644;
  color: #236b9b;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 770px) { 
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #b6b6b6;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 22px;
  font-size: 18px;
  border-radius: 0;
}
.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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b82bc;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.644;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 770px) { 
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 770px) { 
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f5f5;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #000;
}
.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: #ffffff;
  background-color: #236b9b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 770px) { 
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 770px) { 
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f5f5f5;
  }
}
.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: 60px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 770px) { 
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 770px) { 
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 770px) {
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 770px) { 
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 770px) { 
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 770px) { 
  .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: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 770px) { 
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  border-color:#f5f5f5;
  
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 770px) { 
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    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: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 770px) { 
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5px;
    padding-bottom: 9.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 770px) { 
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 770px) { 
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 770px) { 
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 770px) { 
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {

background: #3F8AFF;




}
.navbar-default .navbar-brand {
  color: #236b9b;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a4e71;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #454545;
}
.navbar-default .navbar-nav > li > a {
  color: #236b9b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #77b6e0;
  background-color: #2b82bc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffca00;
  
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #f5f5f5;
  color: #f5f5f5!important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0293d3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f5f5f5;
  border-color:#f5f5f5;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #236b9b;
}
.navbar-default .navbar-nav {
  /*@media (max-width: @grid-float-breakpoint-max) { // ModernUI commented out for custom dropdown purposes
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
        > li > a {
          color: @navbar-default-link-color;
          &:hover,
          &:focus {
            color: @navbar-default-link-hover-color;
            background-color: @navbar-default-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-active-color;
            background-color: @navbar-default-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-disabled-color;
            background-color: @navbar-default-link-disabled-bg;
          }
        }
      }
    }*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #064059;
  color: #ffffff;
}
.navbar-default .navbar-link {
  color: #236b9b;
}
.navbar-default .navbar-link:hover {
  color: #77b6e0;
}
.navbar-inverse {
  background-color: #000000;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #313131;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #313131;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav {
  /*@media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: @navbar-inverse-border;
        }
        .divider {
          background-color: @navbar-inverse-border;
        }
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
    }*/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 4px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #000000;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #ffffff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 18px;
  line-height: 1.644;
  text-decoration: none;
  color: #2b82bc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #5ea9db;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
  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: #d5d5d5;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 22px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #d5d5d5;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
  border: 1px solid #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #236b9b;
  border: 1px solid #236b9b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1a4e71;
}
.label-success {
  background-color: #199900;
  border: 1px solid #199900;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #116600;
}
.label-info {
  background-color: #05389f;
  border: 1px solid #05389f;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #03276e;
}
.label-warning {
  background-color: #fa6800;
  border: 1px solid #fa6800;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c75300;
}
.label-danger {
  background-color: #e51400;
  border: 1px solid #e51400;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b21000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2b82bc;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ebebeb;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.644;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2b82bc;
}
.thumbnail .caption {
  padding: 9px;
  color: #454545;
}
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #199900;
  border-color: #2a8000;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #226600;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #05389f;
  border-color: #04407c;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #033364;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #fa6800;
  border-color: #e13800;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #c73200;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e51400;
  border-color: #cc0010;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #b2000e;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-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: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #236b9b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #199900;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #05389f;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #fa6800;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e51400;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #ebebeb;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #a0ccea;
}
.list-group-item-success {
  color: #199900;
  background-color: #199900;
}
a.list-group-item-success {
  color: #199900;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #199900;
  background-color: #158000;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #199900;
  border-color: #199900;
}
.list-group-item-success {
  color: #199900;
  background-color: #199900;
}
a.list-group-item-success {
  color: #199900 !important;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #199900;
  background-color: #158000 !important;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #199900;
  border-color: #199900;
}
.list-group-item-info {
  color: #05389f;
  background-color: #05389f;
}
a.list-group-item-info {
  color: #05389f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #05389f;
  background-color: #042f86;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #05389f;
  border-color: #05389f;
}
.list-group-item-info {
  color: #05389f;
  background-color: #05389f;
}
a.list-group-item-info {
  color: #05389f !important;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #05389f;
  background-color: #042f86 !important;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #05389f;
  border-color: #05389f;
}
.list-group-item-warning {
  color: #fa6800;
  background-color: #fa6800;
}
a.list-group-item-warning {
  color: #fa6800;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fa6800;
  background-color: #e15d00;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.list-group-item-warning {
  color: #fa6800;
  background-color: #fa6800;
}
a.list-group-item-warning {
  color: #fa6800 !important;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fa6800;
  background-color: #e15d00 !important;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.list-group-item-danger {
  color: #e51400;
  background-color: #e51400;
}
a.list-group-item-danger {
  color: #e51400;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e51400;
  background-color: #cc1200;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51400;
  border-color: #e51400;
}
.list-group-item-danger {
  color: #e51400;
  background-color: #e51400;
}
a.list-group-item-danger {
  color: #e51400 !important;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e51400;
  background-color: #cc1200 !important;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51400;
  border-color: #e51400;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #9e9e9e;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #f5f5f5;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f5f5f5;
}
.panel-default {
  border-color: #236b9b;
}
.panel-default > .panel-heading {
  color: #454545;
  background-color: #ffffff;
  border-color: #236b9b;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel-primary {
  border-color: #236b9b;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel-success {
  border-color: #2a8000;
}
.panel-success > .panel-heading {
  color: #199900;
  background-color: #199900;
  border-color: #2a8000;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2a8000;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2a8000;
}
.panel-info {
  border-color: #04407c;
}
.panel-info > .panel-heading {
  color: #05389f;
  background-color: #05389f;
  border-color: #04407c;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #04407c;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #04407c;
}
.panel-warning {
  border-color: #e13800;
}
.panel-warning > .panel-heading {
  color: #fa6800;
  background-color: #fa6800;
  border-color: #e13800;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e13800;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e13800;
}
.panel-danger {
  border-color: #cc0010;
}
.panel-danger > .panel-heading {
  color: #e51400;
  background-color: #e51400;
  border-color: #cc0010;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cc0010;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cc0010;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.644px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.644;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-fullwid {
position:absolute!important;
top:50%!important;
left:5px;
width:99%;
height:99%;
display: none;
  overflow: auto;
  overflow-y: scroll;
  
  
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;



}


@media (min-width: 770px) { 
  .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: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
}
.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: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* LESS imports
------------------------------------------------------------------------------------------------------------ */
.alert > button {
  outline: none;
}
.alert > button > .fa {
  text-shadow: none;
}
.alert h4 {
  margin-top: 6px;
}
.alert-dismissable .close [class*="icon-"] {
  line-height: 1.1;
  font-size: 24px;
  color: #fffef6;
}
.alert-dismissable .close .fa {
  font-size: 24px;
  color: #fffef6;
}
.alert-success {
  background-color: #5eb84d;
  border-color: #5eb84d;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #226600;
}
.alert-success .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert-success .alert-link.hover,
.alert-success .alert-link:hover,
.alert-success .alert-link.focus,
.alert-success .alert-link:focus {
  text-decoration: none;
}
.alert-info {
  background-color: #5074bc;
  border-color: #5074bc;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #033364;
}
.alert-info .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert-info .alert-link.hover,
.alert-info .alert-link:hover,
.alert-info .alert-link.focus,
.alert-info .alert-link:focus {
  text-decoration: none;
}
.alert-warning {
  background-color: #fc954d;
  border-color: #fc954d;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #c73200;
}
.alert-warning .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert-warning .alert-link.hover,
.alert-warning .alert-link:hover,
.alert-warning .alert-link.focus,
.alert-warning .alert-link:focus {
  text-decoration: none;
}
.alert-danger {
  background-color: #ed5b4d;
  border-color: #ed5b4d;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #b2000e;
}
.alert-danger .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert-danger .alert-link.hover,
.alert-danger .alert-link:hover,
.alert-danger .alert-link.focus,
.alert-danger .alert-link:focus {
  text-decoration: none;
}
.breadcrumb {
  font-size: 13px;
}
.breadcrumb > li.active,
.breadcrumb > li:active {
  font-weight: 600;
}
.breadcrumb > li > a {
  color: #fff;
  font-weight: 300;
}
.breadcrumb > li > a:hover {
  color: #3d97d3;
}
.breadcrumb > li + li:before {
  font-family: IconFont;
  font-size: 10px;
  content: " \e093";
  font-weight: normal !important;
}
.btn-group .btn:hover,
.btn-group-vertical .btn:hover,
.btn-group .btn:active,
.btn-group-vertical .btn:active {
  z-index: 4;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn:active,
.btn.active {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn.focus,
.btn.disabled {
  outline: 0;
}
.btn-default {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #236b9b;
  transition: all 100ms linear;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #236b9b;
  background-color: #ebebeb;
  border-color: #184969;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #236b9b;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #236b9b;
}
.btn-default:focus {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #236b9b;
}
.btn-default:hover {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #2b82bc;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #ebebeb;
  border-color: #1b547a;
}
.btn-default.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-default.btn-transparent {
  background-color: transparent !important;
}
.btn-default:hover {
  color: #3d97d3;
  background-color: #ffffff;
  border-color: #3d97d3;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #1b547a;
  background-color: #ebebeb;
  border-color: #1b547a;
}
.carousel-control {
  visibility: hidden;
}
.carousel-control .carousel-prev,
.carousel-control .carousel-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .carousel-prev {
  left: 50%;
}
.carousel-control .carousel-next {
  right: 50%;
}
.carousel-control .carousel-prev,
.carousel-control .carousel-next {
  margin-top: -46px;
  background-color: transparent;
}
.carousel-control .carousel-prev {
  padding-left: 4px;
  padding-right: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.carousel-control .carousel-next {
  padding-right: 4px;
  padding-left: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.carousel-control.left {
  background: none;
  outline: none;
}
.carousel-control.right {
  background: none;
  outline: none;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel .carousel-caption {
  left: 0;
  right: 0;
  padding-top: 4px;
  padding-bottom: 16px;
  margin-bottom: -20px;
  background: rgba(35, 107, 155, 0.8);
}
.carousel-indicators {
  bottom: -6px;
}
.carousel-indicators li {
  background-color: #ffffff;
  border-radius: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-indicators .active {
  margin: 1px;
  width: 10px;
  height: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control-above {
  font-size: 24px;
}
.close {
  text-shadow: none;
}
.dropdown-menu {
  box-shadow: none;
  margin-top: 1px;
}
.dropdown-menu > li > a {
  color: #236b9b !important;
  background-color: #ebebeb !important;
}
.dropdown-menu > li > a:active {
  outline: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #3d97d3 !important;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #236b9b;
}
.input-group {
  /*&.form-control-2x {
    .input-group-btn {

      &:first-child {
        > .btn,
        > .btn-group {
          //margin-right: -2px;
        }
      }

      &:last-child {
        > .btn,
        > .btn-group {
          //margin-left: -2px;
        }
      }
    }
  }*/
}
.input-group .form-control {
  z-index: 1;
}
.input-group .form-control:focus {
  -webkit-transition: none;
  transition: none;
  z-index: 4;
}
.input-group-btn {
  /*&:first-child {
    > .btn,
    > .btn-group {
      margin-right: -1px;
    }
  }*/
}
.input-group-btn > .btn {
  z-index: 3;
}
.input-group-btn > .btn + .btn {
  margin-left: 0;
}
.input-group-addon {
  font-size: 16px;
  font-weight: 600;
}
.input-group-addon .fa {
  position: relative;
  top: 1px;
}
.input-group-lg > .input-group-addon,
.input-group-sm > .input-group-addon {
  line-height: 1;
}
.jumbotron {
  margin-bottom: 0;
}
.jumbotron p {
  font-weight: 300;
}
.jumbotron .lead {
  color: #236b9b;
}
.jumbotron .small {
  font-size: 16px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #ccc;
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control:focus {
  border-color: #1d1d1d;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  font-weight: 600;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.label {
  border-radius: 0;
  font-weight: 600;
  text-shadow: none !important;
}
.label-default {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border: 1px solid #236b9b;
  color: #454545;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d1d1d1;
}
.list-group {
  line-height: 1.6;
  color: #454545;
}
.list-group-item {
  border-color: #236b9b;
}
.list-group-item > .badge {
  top: 3px;
  position: relative;
}
a.list-group-item {
  border-color: #236b9b;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #236b9b;
}
a.list-group-item:hover .list-group-item-heading,
a.list-group-item:focus .list-group-item-heading {
  color: #236b9b;
}
a.list-group-item:active {
  background-color: #d6d6d6;
}
.list-group-item-heading {
  margin-bottom: 10px;
}
.list-group-item-success {
  color: #199900;
  background-color: #2aff00;
}
a.list-group-item-success {
  color: #199900;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #199900;
  background-color: #25e600;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #199900;
  border-color: #199900;
}
.list-group-item-success {
  color: #199900;
  background-color: #2aff00;
}
a.list-group-item-success {
  color: #199900 !important;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #199900;
  background-color: #25e600 !important;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #199900;
  border-color: #199900;
}
.list-group-item-info {
  color: #05389f;
  background-color: #125ef8;
}
a.list-group-item-info {
  color: #05389f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #05389f;
  background-color: #0752e9;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #05389f;
  border-color: #05389f;
}
.list-group-item-info {
  color: #05389f;
  background-color: #125ef8;
}
a.list-group-item-info {
  color: #05389f !important;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #05389f;
  background-color: #0752e9 !important;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #05389f;
  border-color: #05389f;
}
.list-group-item-warning {
  color: #fa6800;
  background-color: #ffa361;
}
a.list-group-item-warning {
  color: #fa6800;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fa6800;
  background-color: #ff9447;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.list-group-item-warning {
  color: #fa6800;
  background-color: #ffa361;
}
a.list-group-item-warning {
  color: #fa6800 !important;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fa6800;
  background-color: #ff9447 !important;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.list-group-item-danger {
  color: #e51400;
  background-color: #ff5c4c;
}
a.list-group-item-danger {
  color: #e51400;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e51400;
  background-color: #ff4432;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51400;
  border-color: #e51400;
}
.list-group-item-danger {
  color: #e51400;
  background-color: #ff5c4c;
}
a.list-group-item-danger {
  color: #e51400 !important;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e51400;
  background-color: #ff4432 !important;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51400;
  border-color: #e51400;
}
.media-heading {
  color: #236b9b;
}
.media p {
  border-bottom: 1px solid #236b9b;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.modal-header {
  border-bottom: 0;
}
.modal-footer {
  border-top: 0;
}
.modal-dialog {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px !important;
    margin-left: -450px !important;
  }
}
.modal-sm {
  width: 300px !important;
  margin-left: -150px !important;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999 !important;
  background-color: #f7f7f7 !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #dddddd;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #236b9b;
}
.nav-tabs > li {
  margin-left: 3px;
}
.nav-tabs > li > a {
  border: 0;
  background-color: #f7f7f7;
}
.nav-tabs > li.active > a {
  font-weight: 600;
}
.nav-tabs.nav-justified.active > a {
  border-bottom-color: transparent;
}
.tab-content {
  padding: 10px 10px 0 10px;
  border: 1px solid #dddddd;
  border-top-color: transparent;
  position: relative;
  top: -1px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {
  color: #fff;
  background-color: #236b9b;
}
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
  background-color: transparent !important;
}
.nav-pills > li + li {
  margin-left: 8px;
}
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
  color: #fff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.nav-stacked > li + li {
  margin-left: 0;
}
.nav-stacked .badge {
  position: relative;
  top: 3px;
}
@media (max-width: 768px) {
  .navbar .container {
    padding-right: 0;
  }
}
.navbar .navbar-collapse {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-brand {
  font-weight: 600;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.pagination > li:active a {
  color: #fff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.pager li > a,
.pager li > span {
  color: #236b9b;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #2c88c5;
  background-color: #dddddd;
}
.pager li > a:active,
.pager li a.active {
  color: #143d58;
}
.panel-heading {
  font-weight: 600;
}
.panel-title {
  font-size: 18px;
  font-weight: 600;
}
.panel > .panel-body + .table.table-color,
.panel > .panel-body + .table-responsive.table-color {
  border-top: 1px solid #236b9b;
}
.panel .panel-body {
  background-color: #f5f5f5;
}
.popover {
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
.popover-title {
  border-radius: 0;
}
.progress {
  box-shadow: none;
}
.progress .progress-bar {
  box-shadow: none;
}
a {
  transition: all .1s linear;
}
a:active,
a.active {
  color: #1b547a;
}
.table > thead > tr > th {
  font-weight: 600;
}
.table.table-hover > tbody > tr:hover > td,
.table.table-hover > tbody > tr:hover > th {
  background-color: #9e9e9e;
  color: #fff;
}
.table.table-hover > tbody > tr:hover > td a,
.table.table-hover > tbody > tr:hover > th a {
  color: #fff;
}
.table-bordered.border-2x {
  border-width: 2px;
}
.table > thead > tr > td.modernui-color,
.table > tbody > tr > td.modernui-color,
.table > tfoot > tr > td.modernui-color,
.table > thead > tr > th.modernui-color,
.table > tbody > tr > th.modernui-color,
.table > tfoot > tr > th.modernui-color,
.table > thead > tr.modernui-color > td,
.table > tbody > tr.modernui-color > td,
.table > tfoot > tr.modernui-color > td,
.table > thead > tr.modernui-color > th,
.table > tbody > tr.modernui-color > th,
.table > tfoot > tr.modernui-color > th {
  color: #ffffff;
  background-color: #236b9b !important;
}
.table-hover > tbody > tr > td.modernui-color:hover,
.table-hover > tbody > tr > th.modernui-color:hover,
.table-hover > tbody > tr.modernui-color:hover > td,
.table-hover > tbody > tr.modernui-color:hover > th {
  background-color: #1e5d86 !important;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 300;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 12px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.text-muted {
  color: #999999;
}
a.text-muted:hover {
  color: #808080;
}
a.text-muted:hover {
  color: #adadad;
}
a.text-muted:active {
  color: #7a7a7a;
}
.text-muted-alt {
  background-color: #999999;
  color: #fff;
}
a.text-muted-alt:hover,
a.text-muted-alt:active {
  color: #cccccc;
  background-color: #4d4d4d;
  text-decoration: none;
}
a.text-muted-alt:active {
  background-color: #808080;
}
.text-primary-alt {
  background-color: #236b9b;
  color: #fff;
}
a.text-primary-alt:hover,
a.text-primary-alt:active {
  color: #4da0d7;
  background-color: #07151e;
  text-decoration: none;
}
a.text-primary-alt:active {
  background-color: #1a4e71;
}
.text-success-alt {
  background-color: #199900;
  color: #fff;
}
a.text-success-alt:hover,
a.text-success-alt:active {
  color: #2aff00;
  background-color: #000000;
  text-decoration: none;
}
a.text-success-alt:active {
  background-color: #116600;
}
.text-info-alt {
  background-color: #05389f;
  color: #fff;
}
a.text-info-alt:hover,
a.text-info-alt:active {
  color: #125ef8;
  background-color: #00040b;
  text-decoration: none;
}
a.text-info-alt:active {
  background-color: #03276e;
}
.text-warning-alt {
  background-color: #fa6800;
  color: #fff;
}
a.text-warning-alt:hover,
a.text-warning-alt:active {
  color: #ffa361;
  background-color: #612800;
  text-decoration: none;
}
a.text-warning-alt:active {
  background-color: #c75300;
}
.text-danger-alt {
  background-color: #e51400;
  color: #fff;
}
a.text-danger-alt:hover,
a.text-danger-alt:active {
  color: #ff5c4c;
  background-color: #4c0700;
  text-decoration: none;
}
a.text-danger-alt:active {
  background-color: #b21000;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  font-family: IconFont;
  content: '\e03b \00A0';
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  font-family: IconFont;
  content: '\00A0 \e03b';
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert .alert-before-left {
  float: left;
  font-size: 42px;
}
.alert .alert-before-text {
  padding-left: 54px;
}
.badge-default {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border: 1px solid #236b9b;
  color: #454545;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #d1d1d1;
}
.badge-primary {
  background-color: #236b9b;
  border: 1px solid #236b9b;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #1a4e71;
}
.badge-success {
  background-color: #199900;
  border: 1px solid #199900;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #116600;
}
.badge-info {
  background-color: #05389f;
  border: 1px solid #05389f;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #03276e;
}
.badge-warning {
  background-color: #fa6800;
  border: 1px solid #fa6800;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #c75300;
}
.badge-danger {
  background-color: #e51400;
  border: 1px solid #e51400;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #b21000;
}
.breadcrumb.breadcrumb-light {
  background-color: #eeeeee;
}
.breadcrumb.breadcrumb-light > li {
  color: #236b9b;
}
.breadcrumb.breadcrumb-light > li > a {
  color: #236b9b;
}
.breadcrumb.breadcrumb-light > li > a:hover {
  color: #3d97d3;
}
.breadcrumb.breadcrumb-light > li + li:before {
  color: #236b9b;
}
.breadcrumb.breadcrumb-primary {
  background-color: #236b9b;
}
.breadcrumb.breadcrumb-primary > li {
  color: #fff;
}
.breadcrumb.breadcrumb-primary > li > a {
  color: #fff;
}
.breadcrumb.breadcrumb-primary > li > a:hover {
  color: #3d97d3;
}
.breadcrumb.breadcrumb-primary > li + li:before {
  color: #fff;
}
/*.btn-group {
  &.btn-group-2x {
    .btn + .btn {
      //margin-left: -2px;
    }
  }
}

.btn-group-vertical {
  &.btn-group-2x {
    .btn + .btn {
      //margin-top: -2px;
    }
  }
}*/
.btn-default-border-2x {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #236b9b;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-default-border-2x:hover,
.btn-default-border-2x:focus,
.btn-default-border-2x:active,
.btn-default-border-2x.active,
.open .dropdown-toggle.btn-default-border-2x {
  color: #236b9b;
  background-color: #ebebeb;
  border-color: #184969;
}
.btn-default-border-2x:active,
.btn-default-border-2x.active,
.open .dropdown-toggle.btn-default-border-2x {
  background-image: none;
}
.btn-default-border-2x.disabled,
.btn-default-border-2x[disabled],
fieldset[disabled] .btn-default-border-2x,
.btn-default-border-2x.disabled:hover,
.btn-default-border-2x[disabled]:hover,
fieldset[disabled] .btn-default-border-2x:hover,
.btn-default-border-2x.disabled:focus,
.btn-default-border-2x[disabled]:focus,
fieldset[disabled] .btn-default-border-2x:focus,
.btn-default-border-2x.disabled:active,
.btn-default-border-2x[disabled]:active,
fieldset[disabled] .btn-default-border-2x:active,
.btn-default-border-2x.disabled.active,
.btn-default-border-2x[disabled].active,
fieldset[disabled] .btn-default-border-2x.active {
  background-color: #ffffff;
  border-color: #236b9b;
}
.btn-default-border-2x .badge {
  color: #ffffff;
  background-color: #236b9b;
}
.btn-default-border-2x:focus {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #236b9b;
}
.btn-default-border-2x:hover {
  color: #236b9b;
  background-color: #ffffff;
  border-color: #2b82bc;
}
.btn-default-border-2x:active,
.btn-default-border-2x.active,
.open .dropdown-toggle.btn-default-border-2x {
  background-color: #ebebeb;
  border-color: #1b547a;
}
.btn-default-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-default-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-default-border-2x:hover {
  color: #3d97d3;
  background-color: #ffffff;
  border-color: #3d97d3;
}
.btn-default-border-2x:active,
.btn-default-border-2x.active,
.open .dropdown-toggle.btn-default-border-2x {
  color: #1b547a;
  background-color: #ebebeb;
  border-color: #1b547a;
}
.btn-default-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-default-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-default-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-default-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-default-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-default-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-default-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-default-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-default-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-default-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-default-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-default-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-success-border {
  color: #199900;
  background-color: #ffffff;
  border-color: #199900;
  transition: all 100ms linear;
}
.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open .dropdown-toggle.btn-success-border {
  color: #199900;
  background-color: #ebebeb;
  border-color: #0f5c00;
}
.btn-success-border:active,
.btn-success-border.active,
.open .dropdown-toggle.btn-success-border {
  background-image: none;
}
.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
  background-color: #ffffff;
  border-color: #199900;
}
.btn-success-border .badge {
  color: #ffffff;
  background-color: #199900;
}
.btn-success-border:focus {
  color: #199900;
  background-color: #ffffff;
  border-color: #199900;
}
.btn-success-border:hover {
  color: #199900;
  background-color: #ffffff;
  border-color: #20c200;
}
.btn-success-border:active,
.btn-success-border.active,
.open .dropdown-toggle.btn-success-border {
  background-color: #ebebeb;
  border-color: #127000;
}
.btn-success-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-success-border.btn-transparent {
  background-color: transparent !important;
}
.btn-success-border:hover {
  color: #26eb00;
  background-color: #ffffff;
  border-color: #26eb00;
}
.btn-success-border:active,
.btn-success-border.active,
.open .dropdown-toggle.btn-success-border {
  color: #127000;
  background-color: #ebebeb;
  border-color: #127000;
}
.btn-success-border-2x {
  color: #199900;
  background-color: #ffffff;
  border-color: #199900;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-success-border-2x:hover,
.btn-success-border-2x:focus,
.btn-success-border-2x:active,
.btn-success-border-2x.active,
.open .dropdown-toggle.btn-success-border-2x {
  color: #199900;
  background-color: #ebebeb;
  border-color: #0f5c00;
}
.btn-success-border-2x:active,
.btn-success-border-2x.active,
.open .dropdown-toggle.btn-success-border-2x {
  background-image: none;
}
.btn-success-border-2x.disabled,
.btn-success-border-2x[disabled],
fieldset[disabled] .btn-success-border-2x,
.btn-success-border-2x.disabled:hover,
.btn-success-border-2x[disabled]:hover,
fieldset[disabled] .btn-success-border-2x:hover,
.btn-success-border-2x.disabled:focus,
.btn-success-border-2x[disabled]:focus,
fieldset[disabled] .btn-success-border-2x:focus,
.btn-success-border-2x.disabled:active,
.btn-success-border-2x[disabled]:active,
fieldset[disabled] .btn-success-border-2x:active,
.btn-success-border-2x.disabled.active,
.btn-success-border-2x[disabled].active,
fieldset[disabled] .btn-success-border-2x.active {
  background-color: #ffffff;
  border-color: #199900;
}
.btn-success-border-2x .badge {
  color: #ffffff;
  background-color: #199900;
}
.btn-success-border-2x:focus {
  color: #199900;
  background-color: #ffffff;
  border-color: #199900;
}
.btn-success-border-2x:hover {
  color: #199900;
  background-color: #ffffff;
  border-color: #20c200;
}
.btn-success-border-2x:active,
.btn-success-border-2x.active,
.open .dropdown-toggle.btn-success-border-2x {
  background-color: #ebebeb;
  border-color: #127000;
}
.btn-success-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-success-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-success-border-2x:hover {
  color: #26eb00;
  background-color: #ffffff;
  border-color: #26eb00;
}
.btn-success-border-2x:active,
.btn-success-border-2x.active,
.open .dropdown-toggle.btn-success-border-2x {
  color: #127000;
  background-color: #ebebeb;
  border-color: #127000;
}
.btn-success-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-success-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-success-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-success-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-success-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-success-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-success-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-success-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-success-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-success-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-success-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-success-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-info-border {
  color: #05389f;
  background-color: #ffffff;
  border-color: #05389f;
  transition: all 100ms linear;
}
.btn-info-border:hover,
.btn-info-border:focus,
.btn-info-border:active,
.btn-info-border.active,
.open .dropdown-toggle.btn-info-border {
  color: #05389f;
  background-color: #ebebeb;
  border-color: #032364;
}
.btn-info-border:active,
.btn-info-border.active,
.open .dropdown-toggle.btn-info-border {
  background-image: none;
}
.btn-info-border.disabled,
.btn-info-border[disabled],
fieldset[disabled] .btn-info-border,
.btn-info-border.disabled:hover,
.btn-info-border[disabled]:hover,
fieldset[disabled] .btn-info-border:hover,
.btn-info-border.disabled:focus,
.btn-info-border[disabled]:focus,
fieldset[disabled] .btn-info-border:focus,
.btn-info-border.disabled:active,
.btn-info-border[disabled]:active,
fieldset[disabled] .btn-info-border:active,
.btn-info-border.disabled.active,
.btn-info-border[disabled].active,
fieldset[disabled] .btn-info-border.active {
  background-color: #ffffff;
  border-color: #05389f;
}
.btn-info-border .badge {
  color: #ffffff;
  background-color: #05389f;
}
.btn-info-border:focus {
  color: #05389f;
  background-color: #ffffff;
  border-color: #05389f;
}
.btn-info-border:hover {
  color: #05389f;
  background-color: #ffffff;
  border-color: #0646c7;
}
.btn-info-border:active,
.btn-info-border.active,
.open .dropdown-toggle.btn-info-border {
  background-color: #ebebeb;
  border-color: #042a77;
}
.btn-info-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-info-border.btn-transparent {
  background-color: transparent !important;
}
.btn-info-border:hover {
  color: #0754ee;
  background-color: #ffffff;
  border-color: #0754ee;
}
.btn-info-border:active,
.btn-info-border.active,
.open .dropdown-toggle.btn-info-border {
  color: #042a77;
  background-color: #ebebeb;
  border-color: #042a77;
}
.btn-info-border-2x {
  color: #05389f;
  background-color: #ffffff;
  border-color: #05389f;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-info-border-2x:hover,
.btn-info-border-2x:focus,
.btn-info-border-2x:active,
.btn-info-border-2x.active,
.open .dropdown-toggle.btn-info-border-2x {
  color: #05389f;
  background-color: #ebebeb;
  border-color: #032364;
}
.btn-info-border-2x:active,
.btn-info-border-2x.active,
.open .dropdown-toggle.btn-info-border-2x {
  background-image: none;
}
.btn-info-border-2x.disabled,
.btn-info-border-2x[disabled],
fieldset[disabled] .btn-info-border-2x,
.btn-info-border-2x.disabled:hover,
.btn-info-border-2x[disabled]:hover,
fieldset[disabled] .btn-info-border-2x:hover,
.btn-info-border-2x.disabled:focus,
.btn-info-border-2x[disabled]:focus,
fieldset[disabled] .btn-info-border-2x:focus,
.btn-info-border-2x.disabled:active,
.btn-info-border-2x[disabled]:active,
fieldset[disabled] .btn-info-border-2x:active,
.btn-info-border-2x.disabled.active,
.btn-info-border-2x[disabled].active,
fieldset[disabled] .btn-info-border-2x.active {
  background-color: #ffffff;
  border-color: #05389f;
}
.btn-info-border-2x .badge {
  color: #ffffff;
  background-color: #05389f;
}
.btn-info-border-2x:focus {
  color: #05389f;
  background-color: #ffffff;
  border-color: #05389f;
}
.btn-info-border-2x:hover {
  color: #05389f;
  background-color: #ffffff;
  border-color: #0646c7;
}
.btn-info-border-2x:active,
.btn-info-border-2x.active,
.open .dropdown-toggle.btn-info-border-2x {
  background-color: #ebebeb;
  border-color: #042a77;
}
.btn-info-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-info-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-info-border-2x:hover {
  color: #0754ee;
  background-color: #ffffff;
  border-color: #0754ee;
}
.btn-info-border-2x:active,
.btn-info-border-2x.active,
.open .dropdown-toggle.btn-info-border-2x {
  color: #042a77;
  background-color: #ebebeb;
  border-color: #042a77;
}
.btn-info-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-info-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-info-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-info-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-info-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-info-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-info-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-info-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-info-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-info-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-info-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-info-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-warning-border {
  color: #fa6800;
  background-color: #ffffff;
  border-color: #fa6800;
  transition: all 100ms linear;
}
.btn-warning-border:hover,
.btn-warning-border:focus,
.btn-warning-border:active,
.btn-warning-border.active,
.open .dropdown-toggle.btn-warning-border {
  color: #fa6800;
  background-color: #ebebeb;
  border-color: #bd4f00;
}
.btn-warning-border:active,
.btn-warning-border.active,
.open .dropdown-toggle.btn-warning-border {
  background-image: none;
}
.btn-warning-border.disabled,
.btn-warning-border[disabled],
fieldset[disabled] .btn-warning-border,
.btn-warning-border.disabled:hover,
.btn-warning-border[disabled]:hover,
fieldset[disabled] .btn-warning-border:hover,
.btn-warning-border.disabled:focus,
.btn-warning-border[disabled]:focus,
fieldset[disabled] .btn-warning-border:focus,
.btn-warning-border.disabled:active,
.btn-warning-border[disabled]:active,
fieldset[disabled] .btn-warning-border:active,
.btn-warning-border.disabled.active,
.btn-warning-border[disabled].active,
fieldset[disabled] .btn-warning-border.active {
  background-color: #ffffff;
  border-color: #fa6800;
}
.btn-warning-border .badge {
  color: #ffffff;
  background-color: #fa6800;
}
.btn-warning-border:focus {
  color: #fa6800;
  background-color: #ffffff;
  border-color: #fa6800;
}
.btn-warning-border:hover {
  color: #fa6800;
  background-color: #ffffff;
  border-color: #ff7f24;
}
.btn-warning-border:active,
.btn-warning-border.active,
.open .dropdown-toggle.btn-warning-border {
  background-color: #ebebeb;
  border-color: #d15700;
}
.btn-warning-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-warning-border.btn-transparent {
  background-color: transparent !important;
}
.btn-warning-border:hover {
  color: #ff974d;
  background-color: #ffffff;
  border-color: #ff974d;
}
.btn-warning-border:active,
.btn-warning-border.active,
.open .dropdown-toggle.btn-warning-border {
  color: #d15700;
  background-color: #ebebeb;
  border-color: #d15700;
}
.btn-warning-border-2x {
  color: #fa6800;
  background-color: #ffffff;
  border-color: #fa6800;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-warning-border-2x:hover,
.btn-warning-border-2x:focus,
.btn-warning-border-2x:active,
.btn-warning-border-2x.active,
.open .dropdown-toggle.btn-warning-border-2x {
  color: #fa6800;
  background-color: #ebebeb;
  border-color: #bd4f00;
}
.btn-warning-border-2x:active,
.btn-warning-border-2x.active,
.open .dropdown-toggle.btn-warning-border-2x {
  background-image: none;
}
.btn-warning-border-2x.disabled,
.btn-warning-border-2x[disabled],
fieldset[disabled] .btn-warning-border-2x,
.btn-warning-border-2x.disabled:hover,
.btn-warning-border-2x[disabled]:hover,
fieldset[disabled] .btn-warning-border-2x:hover,
.btn-warning-border-2x.disabled:focus,
.btn-warning-border-2x[disabled]:focus,
fieldset[disabled] .btn-warning-border-2x:focus,
.btn-warning-border-2x.disabled:active,
.btn-warning-border-2x[disabled]:active,
fieldset[disabled] .btn-warning-border-2x:active,
.btn-warning-border-2x.disabled.active,
.btn-warning-border-2x[disabled].active,
fieldset[disabled] .btn-warning-border-2x.active {
  background-color: #ffffff;
  border-color: #fa6800;
}
.btn-warning-border-2x .badge {
  color: #ffffff;
  background-color: #fa6800;
}
.btn-warning-border-2x:focus {
  color: #fa6800;
  background-color: #ffffff;
  border-color: #fa6800;
}
.btn-warning-border-2x:hover {
  color: #fa6800;
  background-color: #ffffff;
  border-color: #ff7f24;
}
.btn-warning-border-2x:active,
.btn-warning-border-2x.active,
.open .dropdown-toggle.btn-warning-border-2x {
  background-color: #ebebeb;
  border-color: #d15700;
}
.btn-warning-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-warning-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-warning-border-2x:hover {
  color: #ff974d;
  background-color: #ffffff;
  border-color: #ff974d;
}
.btn-warning-border-2x:active,
.btn-warning-border-2x.active,
.open .dropdown-toggle.btn-warning-border-2x {
  color: #d15700;
  background-color: #ebebeb;
  border-color: #d15700;
}
.btn-warning-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-warning-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-warning-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-warning-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-warning-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-warning-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-warning-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-warning-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-warning-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-warning-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-warning-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-warning-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-danger-border {
  color: #e51400;
  background-color: #ffffff;
  border-color: #e51400;
  transition: all 100ms linear;
}
.btn-danger-border:hover,
.btn-danger-border:focus,
.btn-danger-border:active,
.btn-danger-border.active,
.open .dropdown-toggle.btn-danger-border {
  color: #e51400;
  background-color: #ebebeb;
  border-color: #a80f00;
}
.btn-danger-border:active,
.btn-danger-border.active,
.open .dropdown-toggle.btn-danger-border {
  background-image: none;
}
.btn-danger-border.disabled,
.btn-danger-border[disabled],
fieldset[disabled] .btn-danger-border,
.btn-danger-border.disabled:hover,
.btn-danger-border[disabled]:hover,
fieldset[disabled] .btn-danger-border:hover,
.btn-danger-border.disabled:focus,
.btn-danger-border[disabled]:focus,
fieldset[disabled] .btn-danger-border:focus,
.btn-danger-border.disabled:active,
.btn-danger-border[disabled]:active,
fieldset[disabled] .btn-danger-border:active,
.btn-danger-border.disabled.active,
.btn-danger-border[disabled].active,
fieldset[disabled] .btn-danger-border.active {
  background-color: #ffffff;
  border-color: #e51400;
}
.btn-danger-border .badge {
  color: #ffffff;
  background-color: #e51400;
}
.btn-danger-border:focus {
  color: #e51400;
  background-color: #ffffff;
  border-color: #e51400;
}
.btn-danger-border:hover {
  color: #e51400;
  background-color: #ffffff;
  border-color: #ff240f;
}
.btn-danger-border:active,
.btn-danger-border.active,
.open .dropdown-toggle.btn-danger-border {
  background-color: #ebebeb;
  border-color: #bc1000;
}
.btn-danger-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-danger-border.btn-transparent {
  background-color: transparent !important;
}
.btn-danger-border:hover {
  color: #ff4938;
  background-color: #ffffff;
  border-color: #ff4938;
}
.btn-danger-border:active,
.btn-danger-border.active,
.open .dropdown-toggle.btn-danger-border {
  color: #bc1000;
  background-color: #ebebeb;
  border-color: #bc1000;
}
.btn-danger-border-2x {
  color: #e51400;
  background-color: #ffffff;
  border-color: #e51400;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-danger-border-2x:hover,
.btn-danger-border-2x:focus,
.btn-danger-border-2x:active,
.btn-danger-border-2x.active,
.open .dropdown-toggle.btn-danger-border-2x {
  color: #e51400;
  background-color: #ebebeb;
  border-color: #a80f00;
}
.btn-danger-border-2x:active,
.btn-danger-border-2x.active,
.open .dropdown-toggle.btn-danger-border-2x {
  background-image: none;
}
.btn-danger-border-2x.disabled,
.btn-danger-border-2x[disabled],
fieldset[disabled] .btn-danger-border-2x,
.btn-danger-border-2x.disabled:hover,
.btn-danger-border-2x[disabled]:hover,
fieldset[disabled] .btn-danger-border-2x:hover,
.btn-danger-border-2x.disabled:focus,
.btn-danger-border-2x[disabled]:focus,
fieldset[disabled] .btn-danger-border-2x:focus,
.btn-danger-border-2x.disabled:active,
.btn-danger-border-2x[disabled]:active,
fieldset[disabled] .btn-danger-border-2x:active,
.btn-danger-border-2x.disabled.active,
.btn-danger-border-2x[disabled].active,
fieldset[disabled] .btn-danger-border-2x.active {
  background-color: #ffffff;
  border-color: #e51400;
}
.btn-danger-border-2x .badge {
  color: #ffffff;
  background-color: #e51400;
}
.btn-danger-border-2x:focus {
  color: #e51400;
  background-color: #ffffff;
  border-color: #e51400;
}
.btn-danger-border-2x:hover {
  color: #e51400;
  background-color: #ffffff;
  border-color: #ff240f;
}
.btn-danger-border-2x:active,
.btn-danger-border-2x.active,
.open .dropdown-toggle.btn-danger-border-2x {
  background-color: #ebebeb;
  border-color: #bc1000;
}
.btn-danger-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-danger-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-danger-border-2x:hover {
  color: #ff4938;
  background-color: #ffffff;
  border-color: #ff4938;
}
.btn-danger-border-2x:active,
.btn-danger-border-2x.active,
.open .dropdown-toggle.btn-danger-border-2x {
  color: #bc1000;
  background-color: #ebebeb;
  border-color: #bc1000;
}
.btn-danger-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-danger-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-danger-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-danger-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-danger-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-danger-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-danger-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-danger-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-danger-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-danger-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-danger-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-danger-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.carousel-fade .item {
  left: 0 !important;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.carousel-fade .carousel-control {
  background-image: none;
}
.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
  z-index: 1;
  display: block;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
  opacity: 0;
  z-index: 2;
}
.dropdown-border-2x {
  border-width: 2px;
}
.dropdown-primary-bg {
  border-color: #064059;
  border-left: 0;
  border-right: 0;
  background-color: #064059 !important;
  color: #fff !important;
  font-size:16px;
}
.dropdown-primary-bg > li > a {
  color: #ffffff !important;
  background-color: #064059 !important;
}
.dropdown-primary-bg > li > a:hover,
.dropdown-primary-bg > li > a:focus {
  color: #ffc700 !important;
  background-color: #0293d3 !important;
}
.dropdown-primary-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #064059;
}
.dropdown-primary-bg .dropdown-header {
  font-weight: 600;
  color: #77b6e0;
  background-color: #064059;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget {
  color: #f4f9fc;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget:before {
  border-bottom: 7px solid #236b9b;
  border-bottom-color: #1b547a;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget:after {
  border-bottom: 6px solid #1b547a;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.day:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.hour:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.minute:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.second:hover {
  background-color: #236b9b;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.old,
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.new {
  color: #77b6e0;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.active,
.dropdown-primary-bg.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #2b82bc;
  color: #fff;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget td span.old,
.dropdown-primary-bg.bootstrap-datetimepicker-widget td span.new {
  color: #77b6e0;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget th:hover:not(.dow) {
  background-color: #236b9b;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget thead tr:first-child th:hover:not(.dow) {
  background: #236b9b;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget .datepicker td span:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .datepicker td span.active,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .datepicker td span.active:hover {
  background-color: #236b9b;
}
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour.active,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute.active,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second.active,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour.active:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute.active:hover,
.dropdown-primary-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second.active:hover {
  color: #77b6e0;
}
.dropdown-success {
  border-color: #127000;
}
.dropdown-success > li > a {
  color: #0c4700 !important;
}
.dropdown-success > li > a:hover,
.dropdown-success > li > a:focus {
  color: #20c200 !important;
  background-color: transparent !important;
}
.dropdown-success .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #127000;
}
.dropdown-success .dropdown-header {
  color: #199900;
}
.dropdown-success-bg {
  border-color: #127000;
  border-left: 0;
  border-right: 0;
  background-color: #127000 !important;
  color: #fff !important;
}
.dropdown-success-bg > li > a {
  color: #ffffff !important;
  background-color: #127000 !important;
}
.dropdown-success-bg > li > a:hover,
.dropdown-success-bg > li > a:focus {
  color: #54ff33 !important;
  background-color: #199900 !important;
}
.dropdown-success-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #178f00;
}
.dropdown-success-bg .dropdown-header {
  font-weight: 600;
  color: #54ff33;
}
.dropdown-info {
  border-color: #042a77;
}
.dropdown-info > li > a {
  color: #031c50 !important;
}
.dropdown-info > li > a:hover,
.dropdown-info > li > a:focus {
  color: #0646c7 !important;
  background-color: transparent !important;
}
.dropdown-info .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #042a77;
}
.dropdown-info .dropdown-header {
  color: #05389f;
}
.dropdown-info-bg {
  border-color: #042a77;
  border-left: 0;
  border-right: 0;
  background-color: #042a77 !important;
  color: #fff !important;
}
.dropdown-info-bg > li > a {
  color: #ffffff !important;
  background-color: #042a77 !important;
}
.dropdown-info-bg > li > a:hover,
.dropdown-info-bg > li > a:focus {
  color: #4480f9 !important;
  background-color: #05389f !important;
}
.dropdown-info-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #053595;
}
.dropdown-info-bg .dropdown-header {
  font-weight: 600;
  color: #4480f9;
}
.dropdown-warning {
  border-color: #d15700;
}
.dropdown-warning > li > a {
  color: #a84600 !important;
}
.dropdown-warning > li > a:hover,
.dropdown-warning > li > a:focus {
  color: #ff7f24 !important;
  background-color: transparent !important;
}
.dropdown-warning .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #d15700;
}
.dropdown-warning .dropdown-header {
  color: #fa6800;
}
.dropdown-warning-bg {
  border-color: #d15700;
  border-left: 0;
  border-right: 0;
  background-color: #d15700 !important;
  color: #fff !important;
}
.dropdown-warning-bg > li > a {
  color: #ffffff !important;
  background-color: #d15700 !important;
}
.dropdown-warning-bg > li > a:hover,
.dropdown-warning-bg > li > a:focus {
  color: #ffc194 !important;
  background-color: #fa6800 !important;
}
.dropdown-warning-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #f06400;
}
.dropdown-warning-bg .dropdown-header {
  font-weight: 600;
  color: #ffc194;
}
.dropdown-danger {
  border-color: #bc1000;
}
.dropdown-danger > li > a {
  color: #930d00 !important;
}
.dropdown-danger > li > a:hover,
.dropdown-danger > li > a:focus {
  color: #ff240f !important;
  background-color: transparent !important;
}
.dropdown-danger .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #bc1000;
}
.dropdown-danger .dropdown-header {
  color: #e51400;
}
.dropdown-danger-bg {
  border-color: #bc1000;
  border-left: 0;
  border-right: 0;
  background-color: #bc1000 !important;
  color: #fff !important;
}
.dropdown-danger-bg > li > a {
  color: #ffffff !important;
  background-color: #bc1000 !important;
}
.dropdown-danger-bg > li > a:hover,
.dropdown-danger-bg > li > a:focus {
  color: #ff8a7f !important;
  background-color: #e51400 !important;
}
.dropdown-danger-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #db1300;
}
.dropdown-danger-bg .dropdown-header {
  font-weight: 600;
  color: #ff8a7f;
}
.jumbotron.jumbotron-primary {
  color: #fff;
  background-color: #236b9b;
}
.jumbotron.jumbotron-primary .lead {
  color: #77b6e0;
}
.form-control-color .form-control {
  color: #236b9b;
  border-color: #236b9b;
}
.form-control-color .form-control:focus {
  border-color: #143d58;
}
.form-control-color .form-control::-moz-placeholder {
  color: #8495a0;
  opacity: 1;
}
.form-control-color .form-control:-ms-input-placeholder {
  color: #8495a0;
}
.form-control-color .form-control::-webkit-input-placeholder {
  color: #8495a0;
}
.form-control-color .input-group-addon {
  color: #236b9b;
  border-color: #236b9b;
  background-color: #ebebeb;
}
.form-control-color .custom-checkbox .fa-check {
  color: #236b9b;
  border: 1px solid #236b9b;
}
.form-control-color .custom-checkbox .fa-check:hover {
  border-color: #143d58;
}
.form-control-color .custom-checkbox .empty {
  color: #fff;
}
.form-control-2x .form-control {
  border-width: 2px;
}
.form-control-2x .input-group-addon {
  border-width: 2px;
}
.form-control-2x .custom-checkbox .fa-check {
  border-width: 2px;
}
.form-control-2x .custom-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-control-2x .custom-checkbox .my-ui-icn-round {
  font-size: 12px;
}
.form-control-2x .input-group-sm .custom-checkbox {
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-control-addon-fill .input-group-addon {
  color: #fff;
  border-color: #b6b6b6;
  background-color: #b6b6b6;
}
.form-control-addon-fill-color .input-group-addon {
  color: #fff;
  border-color: #236b9b;
  background-color: #236b9b;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
.custom-checkbox .my-ui-icn {
  border-radius: 0;
  font-size: 13px;
  display: inline-block;
  padding: 1px;
}
.custom-checkbox .fa-check {
  color: #1d1d1d;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  -webkit-transition: color 200ms linear, background-color 200ms linear;
  transition: color 200ms linear, background-color 200ms linear;
  cursor: pointer;
  font-size: 13px;
}
.custom-checkbox .fa-check:hover {
  border-color: #1d1d1d;
}
.custom-checkbox .my-ui-icn-round {
  font-size: 13px;
  padding: 2px;
  border-radius: 50%;
}
.custom-checkbox .empty {
  color: #fff;
}
.custom-checkbox .empty:hover {
  border-color: #1d1d1d;
}
.input-group-lg .custom-checkbox {
  font-size: 16px;
  line-height: 1.25;
}
.input-group-sm .custom-checkbox {
  line-height: 1.25;
}
.input-group-sm .custom-checkbox.input-group-addon .my-ui-icn-round,
.input-group-sm .custom-checkbox.input-group-addon .my-ui-icn {
  font-size: 10px;
}
.custom-checkbox .is-disabled {
  cursor: not-allowed;
}
.custom-checkbox .is-disabled:hover {
  background-color: #ffffff;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
  color: #05389f;
}
.has-info .form-control {
  border-color: #05389f;
  -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-info .form-control:focus {
  border-color: #03276e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #125ef8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #125ef8;
}
.has-info .input-group-addon {
  color: #05389f;
  border-color: #05389f;
  background-color: #05389f;
}
.has-info .form-control-feedback {
  color: #05389f;
}
.has-info .form-control {
  border-color: #05389f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-info .form-control:focus {
  border-color: #031c50;
}
.list-group.list-group-color .list-group-item {
  border-color: #236b9b;
}
.list-group.list-group-color .list-group-item-heading {
  color: #236b9b;
}
.list-group.list-group-color a.list-group-item {
  color: #236b9b;
  border-color: #236b9b;
}
.list-group.list-group-color a.list-group-item:hover,
.list-group.list-group-color a.list-group-item:focus,
.list-group.list-group-color a.list-group-item.active {
  background-color: #236b9b;
  color: #ffffff;
}
.list-group.list-group-color a.list-group-item:hover .list-group-item-heading,
.list-group.list-group-color a.list-group-item:focus .list-group-item-heading,
.list-group.list-group-color a.list-group-item.active .list-group-item-heading {
  color: #ffffff;
}
.list-group.list-group-color a.list-group-item:hover .list-group-item-text,
.list-group.list-group-color a.list-group-item:focus .list-group-item-text,
.list-group.list-group-color a.list-group-item.active .list-group-item-text {
  color: #ffffff;
}
.list-group.list-group-color a.list-group-item:active {
  background-color: #1b547a;
}
.list-group.list-group-color.inverse {
  color: #fff;
}
.list-group.list-group-color.inverse .list-group-item {
  background-color: #236b9b;
  border-color: #2b82bc;
}
.list-group.list-group-color.inverse a.list-group-item {
  background-color: #236b9b;
  border-color: #2b82bc;
  color: #ffffff;
}
.list-group.list-group-color.inverse a.list-group-item:hover,
.list-group.list-group-color.inverse a.list-group-item:focus,
.list-group.list-group-color.inverse a.list-group-item.active {
  background-color: #ffffff;
  color: #236b9b;
}
.list-group.list-group-color.inverse a.list-group-item:hover .list-group-item-heading,
.list-group.list-group-color.inverse a.list-group-item:focus .list-group-item-heading,
.list-group.list-group-color.inverse a.list-group-item.active .list-group-item-heading {
  color: #236b9b;
}
.list-group.list-group-color.inverse a.list-group-item:hover .list-group-item-text,
.list-group.list-group-color.inverse a.list-group-item:focus .list-group-item-text,
.list-group.list-group-color.inverse a.list-group-item.active .list-group-item-text {
  color: #236b9b;
}
.list-group.list-group-color.inverse a.list-group-item:active {
  background-color: #ebebeb;
}
.list-group.list-group-color.inverse .list-group-item-heading {
  color: #fff;
}
.list-group.list-group-border-2x .list-group-item {
  border-width: 2px;
  margin-bottom: -2px;
}
.list-group.list-group-transition a.list-group-item {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.list-group.list-group-transition a.list-group-item:hover .list-group-item-text,
.list-group.list-group-transition a.list-group-item:focus .list-group-item-text,
.list-group.list-group-transition a.list-group-item.active .list-group-item-text {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.list-group.list-group-transition a.list-group-item .list-group-item-heading {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.media.media-border-2x p {
  border-width: 2px;
}
.nav-tabs.nav-primary > li > a:hover {
  color: #fff;
  background-color: #2c88c5;
}
.nav-tabs.nav-primary > li.active > a {
  color: #fff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.tab-content.tab-primary {
  color: #fff;
  background-color: #236b9b !important;
  border-color: #236b9b !important;
}
.tabs-below > .tab-content {
  padding: 10px;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  position: relative;
  bottom: -1px;
  top: 1px;
}
.tabs-below > .nav-tabs {
  border-bottom: 0;
  border-top: 1px solid #dddddd;
  border-radius: 0;
}
.tabs-below > .nav-tabs > li.active a {
  border-bottom: 1px solid #dddddd;
  border-top-width: 0;
  padding-bottom: 11px;
}
.tabs-below > .nav-tabs > li:not(.active) {
  margin-top: 1px;
}
.tabs-below > .nav-tabs > li:first-child.active > a,
.tabs-below > .nav-tabs > li:first-child > a:hover {
  border-radius: 0;
}
.tabs-below > .nav-tabs.nav-primary > li.active a {
  border-bottom-color: #236b9b;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-left > .tab-content {
  padding: 10px;
  border: 1px solid #dddddd;
  position: static;
  margin-left: 74px;
}
.tabs-left > .nav-tabs {
  border-radius: 0;
  border-bottom-width: 0;
}
.tabs-left > .nav-tabs > li {
  margin-left: 0;
  margin-top: 6px;
}
.tabs-left > .nav-tabs > li.active a {
  border: 1px solid #dddddd;
  border-right-width: 0;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li:not(.active) a {
  border-right: 1px solid #f5f5f5;
}
.tabs-left > .nav-tabs > li:first-child.active > a,
.tabs-left > .nav-tabs > li:first-child > a:hover {
  border-radius: 0;
}
.tabs-left > .nav-tabs > li:last-child.active > a,
.tabs-left > .nav-tabs > li:last-child > a:hover {
  border-radius: 0;
}
.tabs-left > .nav-tabs.nav-primary > li.active a {
  border-color: #236b9b;
  margin-right: 0;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-right > .tab-content {
  padding: 10px;
  border: 1px solid #dddddd;
  position: static;
  margin-right: 74px;
}
.tabs-right > .nav-tabs {
  float: right;
  border-radius: 0;
  border-bottom-width: 0;
}
.tabs-right > .nav-tabs > li {
  margin-left: 0;
  margin-top: 6px;
}
.tabs-right > .nav-tabs > li.active a {
  border: 1px solid #dddddd;
  border-left-width: 0;
  margin-left: -2px;
}
.tabs-right > .nav-tabs > li:not(.active) a {
  border-left: 1px solid #f5f5f5;
}
.tabs-right > .nav-tabs > li:first-child.active > a,
.tabs-right > .nav-tabs > li:first-child > a:hover {
  border-radius: 0;
}
.tabs-right > .nav-tabs > li:last-child.active > a,
.tabs-right > .nav-tabs > li:last-child > a:hover {
  border-radius: 0;
}
.tabs-right > .nav-tabs.nav-primary > li.active a {
  border-color: #236b9b;
}
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-left: -1px;
  border-radius: 0;
}
.tabs-right > .nav-tabs > li {
  float: none;
}
.navbar-primary {
  background-color: #0473B2;
  border-color: #222;
  border-bottom: 2px solid #222;
}
.navbar-primary .navbar-brand {
  color: #fff;
}
.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-brand:focus {
  color: #2c88c5;
}
.navbar-primary .navbar-nav > li > a {
  color: #e2e2e2;
  font-size:17px;
}
.navbar-primary .navbar-nav > li > a:hover, .navbar-primary .navbar-nav > li > a:active {color: #ffca00;background-color: #056ba5;}
.navbar-primary .navbar-nav > li > a:focus {
  color: #ffca00;
  background-color: #0473B2;
}
.navbar-primary .navbar-toggle:hover .icon-bar,
.navbar-primary .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: #f5f5f5;
}
.navbar-borderless {
  border-color: transparent;
}
.navbar-borderless .navbar-brand:hover,
.navbar-borderless .navbar-brand:focus {
  color: #1d1d1d;
}
.navbar-borderless .navbar-nav > li > a {
  color: #2b82bc;
}
.navbar-borderless .navbar-nav > li > a:hover,
.navbar-borderless .navbar-nav > li > a:focus {
  color: #1d1d1d;
  background-color: transparent;
}
.navbar-borderless .navbar-nav > .open > a,
.navbar-borderless .navbar-nav > .open > a:hover,
.navbar-borderless .navbar-nav > .open > a:focus {
  background-color: transparent !important;
  color: #1d1d1d;
}
.navbar-borderless .navbar-nav > .active > a {
  font-weight: 600;
}
.navbar-borderless .navbar-nav > .active > a,
.navbar-borderless .navbar-nav > .active > a:hover,
.navbar-borderless .navbar-nav > .active > a:focus {
  color: #236b9b;
  background-color: transparent;
}
.navbar-borderless-dark {
  border-color: transparent;
}
.navbar-borderless-dark .navbar-brand:hover,
.navbar-borderless-dark .navbar-brand:focus {
  color: #1d1d1d;
}
.navbar-borderless-dark .navbar-nav > li > a {
  color: #2b82bc;
}
.navbar-borderless-dark .navbar-nav > li > a:hover,
.navbar-borderless-dark .navbar-nav > li > a:focus {
  color: #1d1d1d;
  background-color: transparent;
}
.navbar-borderless-dark .navbar-nav > .open > a,
.navbar-borderless-dark .navbar-nav > .open > a:hover,
.navbar-borderless-dark .navbar-nav > .open > a:focus {
  background-color: transparent !important;
  color: #1d1d1d;
}
.navbar-borderless-dark .navbar-nav > .active > a {
  font-weight: 600;
}
.navbar-borderless-dark .navbar-nav > .active > a,
.navbar-borderless-dark .navbar-nav > .active > a:hover,
.navbar-borderless-dark .navbar-nav > .active > a:focus {
  color: #236b9b;
  background-color: transparent;
}
.navbar-borderless-dark .navbar-brand {
  color: #1d1d1d;
}
.navbar-borderless-dark .navbar-brand:hover,
.navbar-borderless-dark .navbar-brand:focus {
  color: #6a6a6a;
}
.navbar-borderless-dark .navbar-nav > li > a {
  color: #1d1d1d;
}
.navbar-borderless-dark .navbar-nav > li > a:hover,
.navbar-borderless-dark .navbar-nav > li > a:focus {
  color: #6a6a6a;
}
.navbar-borderless-dark .navbar-nav > .active > a,
.navbar-borderless-dark .navbar-nav > .active > a:hover,
.navbar-borderless-dark .navbar-nav > .active > a:focus {
  color: #1d1d1d;
}
.navbar-borderless-dark .navbar-toggle {
  border-color: #454545;
}
.navbar-borderless-dark .navbar-toggle:hover,
.navbar-borderless-dark .navbar-toggle:focus {
  border-color: #000;
  background-color: #454545;
}
.navbar-borderless-dark .navbar-toggle:hover .icon-bar,
.navbar-borderless-dark .navbar-toggle:focus .icon-bar {
  background-color: #000;
}
.navbar-borderless-dark .navbar-toggle .icon-bar {
  background-color: #454545;
}
.navbar-borderless-white {
  border-color: transparent;
}
.navbar-borderless-white .navbar-brand:hover,
.navbar-borderless-white .navbar-brand:focus {
  color: #1d1d1d;
}
.navbar-borderless-white .navbar-nav > li > a {
  color: #2b82bc;
}
.navbar-borderless-white .navbar-nav > li > a:hover,
.navbar-borderless-white .navbar-nav > li > a:focus {
  color: #1d1d1d;
  background-color: transparent;
}
.navbar-borderless-white .navbar-nav > .open > a,
.navbar-borderless-white .navbar-nav > .open > a:hover,
.navbar-borderless-white .navbar-nav > .open > a:focus {
  background-color: transparent !important;
  color: #1d1d1d;
}
.navbar-borderless-white .navbar-nav > .active > a {
  font-weight: 600;
}
.navbar-borderless-white .navbar-nav > .active > a,
.navbar-borderless-white .navbar-nav > .active > a:hover,
.navbar-borderless-white .navbar-nav > .active > a:focus {
  color: #236b9b;
  background-color: transparent;
}
.navbar-borderless-white .navbar-brand {
  color: #fff;
}
.navbar-borderless-white .navbar-brand:hover,
.navbar-borderless-white .navbar-brand:focus {
  color: #e9e9e9;
}
.navbar-borderless-white .navbar-nav > li > a {
  color: #fff;
}
.navbar-borderless-white .navbar-nav > li > a:hover,
.navbar-borderless-white .navbar-nav > li > a:focus {
  color: #e9e9e9;
}
.navbar-borderless-white .navbar-nav > .open > a,
.navbar-borderless-white .navbar-nav > .open > a:hover,
.navbar-borderless-white .navbar-nav > .open > a:focus {
  color: #fff;
}
.navbar-borderless-white .navbar-nav > .active > a,
.navbar-borderless-white .navbar-nav > .active > a:hover,
.navbar-borderless-white .navbar-nav > .active > a:focus {
  color: #fff;
}
.navbar-borderless-white .navbar-toggle {
  border-color: #454545;
}
.navbar-borderless-white .navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)" !important;
  /* IE8 */
  zoom: 1 !important;
}
.navbar-borderless-white .navbar-toggle:active {
  background: rgba(255, 255, 255, 0.1) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF)" !important;
  /* IE8 */
  zoom: 1 !important;
}
.navbar-borderless-white .navbar-toggle:focus {
  background: rgba(255, 255, 255, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)";
  /* IE8 */
  zoom: 1;
}
.navbar-borderless-white .navbar-toggle:hover,
.navbar-borderless-white .navbar-toggle:focus {
  border-color: #000;
}
.navbar-borderless-white .navbar-toggle:hover .icon-bar,
.navbar-borderless-white .navbar-toggle:focus .icon-bar {
  background-color: #000;
}
.navbar-borderless-white .navbar-toggle .icon-bar {
  background-color: #454545;
}
.navbar-transparent {
  background-color: transparent;
}
.pagination.pagination-primary {
  /* > li {
      &:active a {
        background-color: darken(@modernui-color, 16%);
        border-color: darken(@modernui-color, 16%);
      }
    }
*/
}
.pagination.pagination-primary > li > a:hover,
.pagination.pagination-primary > li > span:hover,
.pagination.pagination-primary > li > a:focus,
.pagination.pagination-primary > li > span:focus {
  color: #fff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.pagination.pagination-primary > .disabled > span,
.pagination.pagination-primary > .disabled > span:hover,
.pagination.pagination-primary > .disabled > span:focus,
.pagination.pagination-primary > .disabled > a,
.pagination.pagination-primary > .disabled > a:hover,
.pagination.pagination-primary > .disabled > a:focus {
  color: #d5d5d5;
  background-color: #fff;
  border-color: #dddddd;
}
.pagination.borderless > li > a {
  border: 0;
}
.pagination.border > li > a {
  border-color: #236b9b;
}
.pagination.border > li.disabled > span,
.pagination.border > li.disabled > span:hover,
.pagination.border > li.disabled > span:focus,
.pagination.border > li.disabled > a,
.pagination.border > li.disabled > a:hover,
.pagination.border > li.disabled > a:focus {
  border-color: #236b9b;
}
.pager.pager-primary li > a,
.pager.pager-primary li > span {
  color: #fff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.pager.pager-primary li > a:hover,
.pager.pager-primary li > a:focus {
  color: #fff;
  background-color: #143d58;
  border-color: #143d58;
}
.pager.pager-primary li > a:active,
.pager.pager-primary li a.active {
  color: #3d97d3;
}
.panel.panel-primary-bg {
  border-color: #236b9b;
  background-color: #236b9b;
}
.panel.panel-primary-bg > .panel-heading {
  color: #ffffff;
  border-color: #297cb4;
}
.panel.panel-primary-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel.panel-primary-bg > .panel-footer {
  background-color: #236b9b;
  color: #ffffff;
  border-top: 1px solid #297cb4;
}
.panel.panel-primary-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel.panel-primary-bg .panel-body {
  background-color: #236b9b;
  color: #ffffff;
}
.panel.panel-success {
  border-color: #199900;
}
.panel.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #199900;
  border-color: #199900;
}
.panel.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #199900;
}
.panel.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #199900;
}
.panel.panel-success-bg {
  border-color: #199900;
  background-color: #199900;
}
.panel.panel-success-bg > .panel-heading {
  color: #ffffff;
  border-color: #1eb800;
}
.panel.panel-success-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #199900;
}
.panel.panel-success-bg > .panel-footer {
  background-color: #199900;
  color: #ffffff;
  border-top: 1px solid #1eb800;
}
.panel.panel-success-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #199900;
}
.panel.panel-success-bg .panel-body {
  background-color: #199900;
  color: #ffffff;
}
.panel.panel-info {
  border-color: #05389f;
}
.panel.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #05389f;
  border-color: #05389f;
}
.panel.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #05389f;
}
.panel.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #05389f;
}
.panel.panel-info-bg {
  border-color: #05389f;
  background-color: #05389f;
}
.panel.panel-info-bg > .panel-heading {
  color: #ffffff;
  border-color: #0642bd;
}
.panel.panel-info-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #05389f;
}
.panel.panel-info-bg > .panel-footer {
  background-color: #05389f;
  color: #ffffff;
  border-top: 1px solid #0642bd;
}
.panel.panel-info-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #05389f;
}
.panel.panel-info-bg .panel-body {
  background-color: #05389f;
  color: #ffffff;
}
.panel.panel-warning {
  border-color: #fa6800;
}
.panel.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.panel.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fa6800;
}
.panel.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fa6800;
}
.panel.panel-warning-bg {
  border-color: #fa6800;
  background-color: #fa6800;
}
.panel.panel-warning-bg > .panel-heading {
  color: #ffffff;
  border-color: #ff791a;
}
.panel.panel-warning-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fa6800;
}
.panel.panel-warning-bg > .panel-footer {
  background-color: #fa6800;
  color: #ffffff;
  border-top: 1px solid #ff791a;
}
.panel.panel-warning-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fa6800;
}
.panel.panel-warning-bg .panel-body {
  background-color: #fa6800;
  color: #ffffff;
}
.panel.panel-danger {
  border-color: #e51400;
}
.panel.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e51400;
  border-color: #e51400;
}
.panel.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e51400;
}
.panel.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e51400;
}
.panel.panel-danger-bg {
  border-color: #e51400;
  background-color: #e51400;
}
.panel.panel-danger-bg > .panel-heading {
  color: #ffffff;
  border-color: #ff1a05;
}
.panel.panel-danger-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e51400;
}
.panel.panel-danger-bg > .panel-footer {
  background-color: #e51400;
  color: #ffffff;
  border-top: 1px solid #ff1a05;
}
.panel.panel-danger-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e51400;
}
.panel.panel-danger-bg .panel-body {
  background-color: #e51400;
  color: #ffffff;
}
.panel.panel-border-2x {
  border-width: 2px ;
}
.panel.panel-border-2x .panel-inner-border-2x {
  border-width: 2px;
}
a.color-lighter {
  color: #77b6e0;
}
a.color-lighter:hover {
  color: #cae3f3;
}
a.color-lighter:active {
  color: #2c88c5;
}
a.color-white {
  color: #fff;
}
a.color-white:hover {
  color: #77b6e0;
}
a.color-white:active {
  color: #fff;
}
a.underline {
  text-decoration: underline !important;
}
a.hover-underline:hover {
  text-decoration: underline !important;
}
a.hover-underline-none:hover {
  text-decoration: none !important;
}
a.hover-bg-transparent:hover {
  background-color: transparent !important;
}
a.hover-bg-transparent.text-primary-alt:active {
  color: #143d58;
}
a.hover-bg-primary:hover {
  color: #fff;
  background-color: #236b9b !important;
}
a.hover-bg-primary:active {
  color: #ebebeb;
  background-color: #143d58 !important;
}
.img-thumbnail.thumbnail-border-2x,
.thumbnail.thumbnail-border-2x {
  border-width: 2px;
}
.img-thumbnail.thumbnail-padding-off,
.thumbnail.thumbnail-padding-off {
  padding: 0;
}
.img-thumbnail.thumbnail-border-dotted,
.thumbnail.thumbnail-border-dotted {
  border-style: dotted;
}
.img-thumbnail.thumbnail-border-dashed,
.thumbnail.thumbnail-border-dashed {
  border-style: dashed;
}
.img-thumbnail.thumbnail-border-color,
.thumbnail.thumbnail-border-color {
  border-color: #236b9b;
}
.img-thumbnail.thumbnail-background-color,
.thumbnail.thumbnail-background-color {
  background-color: #236b9b;
  border-color: #236b9b;
}
.table.table-color > thead > tr > th,
.table.table-color > tbody > tr > th,
.table.table-color > tfoot > tr > th,
.table.table-color > thead > tr > td,
.table.table-color > tbody > tr > td,
.table.table-color > tfoot > tr > td {
  border-top: 1px solid #236b9b;
}
.table.table-color > thead > tr > th {
  color: #236b9b;
  border-bottom: 2px solid #236b9b;
}
.table.table-color.table-bordered {
  border-color: #236b9b;
}
.table.table-color.table-bordered > thead > tr > th,
.table.table-color.table-bordered > tbody > tr > th,
.table.table-color.table-bordered > tfoot > tr > th,
.table.table-color.table-bordered > thead > tr > td,
.table.table-color.table-bordered > tbody > tr > td,
.table.table-color.table-bordered > tfoot > tr > td {
  border: 1px solid #236b9b;
}
.table.table-color.table-bordered > thead > tr > th,
.table.table-color.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.table-color.table-hover > tbody > tr:hover > td,
.table.table-color.table-hover > tbody > tr:hover > th {
  background-color: #236b9b;
  color: #fff;
}
.table.table-dark > thead > tr > th,
.table.table-dark > tbody > tr > th,
.table.table-dark > tfoot > tr > th,
.table.table-dark > thead > tr > td,
.table.table-dark > tbody > tr > td,
.table.table-dark > tfoot > tr > td {
  border-top: 1px solid #1d1d1d;
}
.table.table-dark > thead > tr > th {
  color: #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
}
.table.table-dark.table-bordered {
  border-color: #1d1d1d;
}
.table.table-dark.table-bordered > thead > tr > th,
.table.table-dark.table-bordered > tbody > tr > th,
.table.table-dark.table-bordered > tfoot > tr > th,
.table.table-dark.table-bordered > thead > tr > td,
.table.table-dark.table-bordered > tbody > tr > td,
.table.table-dark.table-bordered > tfoot > tr > td {
  border: 1px solid #1d1d1d;
}
.table.table-dark.table-bordered > thead > tr > th,
.table.table-dark.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.table-dark.table-hover > tbody > tr:hover > td,
.table.table-dark.table-hover > tbody > tr:hover > th {
  background-color: #1d1d1d;
  color: #fff;
}
.table.border-2x {
  border-width: 2px;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #ffffff;
  background-color: #236b9b !important;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #1e5d86 !important;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
  background-color: #199900 !important;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #158000 !important;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
  background-color: #05389f !important;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #042f86 !important;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
  background-color: #fa6800 !important;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e15d00 !important;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
  background-color: #e51400 !important;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #cc1200 !important;
}
.table > thead > tr > td.active-light,
.table > tbody > tr > td.active-light,
.table > tfoot > tr > td.active-light,
.table > thead > tr > th.active-light,
.table > tbody > tr > th.active-light,
.table > tfoot > tr > th.active-light,
.table > thead > tr.active-light > td,
.table > tbody > tr.active-light > td,
.table > tfoot > tr.active-light > td,
.table > thead > tr.active-light > th,
.table > tbody > tr.active-light > th,
.table > tfoot > tr.active-light > th {
  color: #000000;
  background-color: #3d97d3 !important;
}
.table-hover > tbody > tr > td.active-light:hover,
.table-hover > tbody > tr > th.active-light:hover,
.table-hover > tbody > tr.active-light:hover > td,
.table-hover > tbody > tr.active-light:hover > th {
  background-color: #2d8bc9 !important;
}
.table > thead > tr > td.success-light,
.table > tbody > tr > td.success-light,
.table > tfoot > tr > td.success-light,
.table > thead > tr > th.success-light,
.table > tbody > tr > th.success-light,
.table > tfoot > tr > th.success-light,
.table > thead > tr.success-light > td,
.table > tbody > tr.success-light > td,
.table > tfoot > tr.success-light > td,
.table > thead > tr.success-light > th,
.table > tbody > tr.success-light > th,
.table > tfoot > tr.success-light > th {
  color: #000000;
  background-color: #54ff33 !important;
}
.table-hover > tbody > tr > td.success-light:hover,
.table-hover > tbody > tr > th.success-light:hover,
.table-hover > tbody > tr.success-light:hover > td,
.table-hover > tbody > tr.success-light:hover > th {
  background-color: #3fff19 !important;
}
.table > thead > tr > td.info-light,
.table > tbody > tr > td.info-light,
.table > tfoot > tr > td.info-light,
.table > thead > tr > th.info-light,
.table > tbody > tr > th.info-light,
.table > tfoot > tr > th.info-light,
.table > thead > tr.info-light > td,
.table > tbody > tr.info-light > td,
.table > tfoot > tr.info-light > td,
.table > thead > tr.info-light > th,
.table > tbody > tr.info-light > th,
.table > tfoot > tr.info-light > th {
  color: #000000;
  background-color: #4480f9 !important;
}
.table-hover > tbody > tr > td.info-light:hover,
.table-hover > tbody > tr > th.info-light:hover,
.table-hover > tbody > tr.info-light:hover > td,
.table-hover > tbody > tr.info-light:hover > th {
  background-color: #2b6ff8 !important;
}
.table > thead > tr > td.warning-light,
.table > tbody > tr > td.warning-light,
.table > tfoot > tr > td.warning-light,
.table > thead > tr > th.warning-light,
.table > tbody > tr > th.warning-light,
.table > tfoot > tr > th.warning-light,
.table > thead > tr.warning-light > td,
.table > tbody > tr.warning-light > td,
.table > tfoot > tr.warning-light > td,
.table > thead > tr.warning-light > th,
.table > tbody > tr.warning-light > th,
.table > tfoot > tr.warning-light > th {
  color: #000000;
  background-color: #ffc194 !important;
}
.table-hover > tbody > tr > td.warning-light:hover,
.table-hover > tbody > tr > th.warning-light:hover,
.table-hover > tbody > tr.warning-light:hover > td,
.table-hover > tbody > tr.warning-light:hover > th {
  background-color: #ffb27b !important;
}
.table > thead > tr > td.danger-light,
.table > tbody > tr > td.danger-light,
.table > tfoot > tr > td.danger-light,
.table > thead > tr > th.danger-light,
.table > tbody > tr > th.danger-light,
.table > tfoot > tr > th.danger-light,
.table > thead > tr.danger-light > td,
.table > tbody > tr.danger-light > td,
.table > tfoot > tr.danger-light > td,
.table > thead > tr.danger-light > th,
.table > tbody > tr.danger-light > th,
.table > tfoot > tr.danger-light > th {
  color: #000000;
  background-color: #ff8a7f !important;
}
.table-hover > tbody > tr > td.danger-light:hover,
.table-hover > tbody > tr > th.danger-light:hover,
.table-hover > tbody > tr.danger-light:hover > td,
.table-hover > tbody > tr.danger-light:hover > th {
  background-color: #ff7365 !important;
}
.table > thead > tr > td.modernui-color-light,
.table > tbody > tr > td.modernui-color-light,
.table > tfoot > tr > td.modernui-color-light,
.table > thead > tr > th.modernui-color-light,
.table > tbody > tr > th.modernui-color-light,
.table > tfoot > tr > th.modernui-color-light,
.table > thead > tr.modernui-color-light > td,
.table > tbody > tr.modernui-color-light > td,
.table > tfoot > tr.modernui-color-light > td,
.table > thead > tr.modernui-color-light > th,
.table > tbody > tr.modernui-color-light > th,
.table > tfoot > tr.modernui-color-light > th {
  color: #000000;
  background-color: #3d97d3 !important;
}
.table-hover > tbody > tr > td.modernui-color-light:hover,
.table-hover > tbody > tr > th.modernui-color-light:hover,
.table-hover > tbody > tr.modernui-color-light:hover > td,
.table-hover > tbody > tr.modernui-color-light:hover > th {
  background-color: #2d8bc9 !important;
}
.thumbnail.thumbnail-border-color:hover,
.thumbnail.thumbnail-border-color:focus {
  border-color: #3d97d3;
}
.thumbnail.thumbnail-background-color:hover,
.thumbnail.thumbnail-background-color:focus {
  border-color: #3d97d3;
  background-color: #3d97d3;
}
.page-header > h1 > a:hover,
.page-header > h2 > a:hover,
.page-header > h3 > a:hover,
.page-header > h4 > a:hover,
.page-header > h5 > a:hover,
.page-header > h6 > a:hover {
  text-decoration: none;
}
.page-header.page-header-border-color {
  border-color: #236b9b;
}
.page-header.page-header-2x {
  border-width: 2px;
}
ul.iconized,
ul.iconized-alt {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.iconized > li,
ul.iconized-alt > li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul.iconized > li:before,
ul.iconized-alt > li:before {
  font-family: fontAwesome;
  content: "\f101 \0020";
  color: #454545;
}
ul.iconized > li ul,
ul.iconized-alt > li ul {
  list-style: none;
  margin: 0;
}
ul.iconized > li > ul li:before,
ul.iconized-alt > li > ul li:before {
  font-family: fontAwesome;
  content: "\f105 \0020";
  color: #454545;
}
ul.iconized-alt > li:before {
  content: "\f138 \0020";
}
ul.iconized-alt > li > ul li:before {
  content: "\f0da \0020";
}
ul.iconized.list-color > li:before,
ul.iconized-alt.list-color > li:before {
  color: #236b9b;
}
ul.iconized.list-color > li > ul li:before,
ul.iconized-alt.list-color > li > ul li:before {
  color: #236b9b;
}
blockquote.quote-icon {
  border-left: 0;
}
blockquote.quote-icon:before {
  content: "\e163";
  font-family: IconFont;
  font-size: 32px;
  float: left;
  margin-right: 14px;
}
blockquote.quote-icon.pull-right {
  border-right: 0;
}
blockquote.quote-icon.pull-right:before {
  content: "\e164";
  float: right;
  margin-left: 14px;
  margin-right: 0;
}
blockquote.blockquote-color {
  border-color: #236b9b;
}
blockquote.blockquote-color:before {
  color: #236b9b;
}
blockquote.blockquote-color.pull-right:before {
  color: #236b9b;
}
.well.border-2x {
  border-width: 2px;
}
.well.well-primary {
  color: #fff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.well.well-success {
  color: #fff;
  background-color: #199900;
  border-color: #199900;
}
.well.well-success-border {
  border-color: #199900;
}
.well.well-info {
  color: #fff;
  background-color: #05389f;
  border-color: #05389f;
}
.well.well-info-border {
  border-color: #05389f;
}
.well.well-warning {
  color: #fff;
  background-color: #fa6800;
  border-color: #fa6800;
}
.well.well-warning-border {
  border-color: #fa6800;
}
.well.well-danger {
  color: #fff;
  background-color: #e51400;
  border-color: #e51400;
}
.well.well-danger-border {
  border-color: #e51400;
}
.well.well-border {
  border-color: #236b9b;
}
.well .well-title {
  margin-top: 0;
}
.alert.alert-dark {
  background-color: #616161;
  border-color: #616161;
  color: #ffffff;
}
.alert.alert-dark hr {
  border-top-color: #101010;
}
.alert.alert-dark .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-dark .alert-link.hover,
.alert.alert-dark .alert-link:hover,
.alert.alert-dark .alert-link.focus,
.alert.alert-dark .alert-link:focus {
  text-decoration: none;
}
.badge-dark {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  background-color: #030303;
}
.bootstrap-switch > div > span.bootstrap-switch-dark {
  color: #fff !important;
  background: #1d1d1d !important;
}
.has-dark .bootstrap-switch {
  border-color: #1d1d1d;
}
.btn-dark {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
  transition: all 100ms linear;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #141414;
  border-color: #090909;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #282828;
  border-color: #282828;
}
.btn-dark .badge {
  color: #282828;
  background-color: #ffffff;
}
.btn-dark:focus {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #141414;
  border-color: #141414;
}
.btn-dark.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-dark.btn-transparent {
  background-color: transparent !important;
}
.btn-dark-border {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
  transition: all 100ms linear;
}
.btn-dark-border:hover,
.btn-dark-border:focus,
.btn-dark-border:active,
.btn-dark-border.active,
.open .dropdown-toggle.btn-dark-border {
  color: #282828;
  background-color: #ebebeb;
  border-color: #090909;
}
.btn-dark-border:active,
.btn-dark-border.active,
.open .dropdown-toggle.btn-dark-border {
  background-image: none;
}
.btn-dark-border.disabled,
.btn-dark-border[disabled],
fieldset[disabled] .btn-dark-border,
.btn-dark-border.disabled:hover,
.btn-dark-border[disabled]:hover,
fieldset[disabled] .btn-dark-border:hover,
.btn-dark-border.disabled:focus,
.btn-dark-border[disabled]:focus,
fieldset[disabled] .btn-dark-border:focus,
.btn-dark-border.disabled:active,
.btn-dark-border[disabled]:active,
fieldset[disabled] .btn-dark-border:active,
.btn-dark-border.disabled.active,
.btn-dark-border[disabled].active,
fieldset[disabled] .btn-dark-border.active {
  background-color: #ffffff;
  border-color: #282828;
}
.btn-dark-border .badge {
  color: #ffffff;
  background-color: #282828;
}
.btn-dark-border:focus {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
}
.btn-dark-border:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #3c3c3c;
}
.btn-dark-border:active,
.btn-dark-border.active,
.open .dropdown-toggle.btn-dark-border {
  background-color: #ebebeb;
  border-color: #141414;
}
.btn-dark-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-dark-border.btn-transparent {
  background-color: transparent !important;
}
.btn-dark-border:hover {
  color: #515151;
  background-color: #ffffff;
  border-color: #515151;
}
.btn-dark-border:active,
.btn-dark-border.active,
.open .dropdown-toggle.btn-dark-border {
  color: #141414;
  background-color: #ebebeb;
  border-color: #141414;
}
.btn-dark-border-2x {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-dark-border-2x:hover,
.btn-dark-border-2x:focus,
.btn-dark-border-2x:active,
.btn-dark-border-2x.active,
.open .dropdown-toggle.btn-dark-border-2x {
  color: #282828;
  background-color: #ebebeb;
  border-color: #090909;
}
.btn-dark-border-2x:active,
.btn-dark-border-2x.active,
.open .dropdown-toggle.btn-dark-border-2x {
  background-image: none;
}
.btn-dark-border-2x.disabled,
.btn-dark-border-2x[disabled],
fieldset[disabled] .btn-dark-border-2x,
.btn-dark-border-2x.disabled:hover,
.btn-dark-border-2x[disabled]:hover,
fieldset[disabled] .btn-dark-border-2x:hover,
.btn-dark-border-2x.disabled:focus,
.btn-dark-border-2x[disabled]:focus,
fieldset[disabled] .btn-dark-border-2x:focus,
.btn-dark-border-2x.disabled:active,
.btn-dark-border-2x[disabled]:active,
fieldset[disabled] .btn-dark-border-2x:active,
.btn-dark-border-2x.disabled.active,
.btn-dark-border-2x[disabled].active,
fieldset[disabled] .btn-dark-border-2x.active {
  background-color: #ffffff;
  border-color: #282828;
}
.btn-dark-border-2x .badge {
  color: #ffffff;
  background-color: #282828;
}
.btn-dark-border-2x:focus {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
}
.btn-dark-border-2x:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #3c3c3c;
}
.btn-dark-border-2x:active,
.btn-dark-border-2x.active,
.open .dropdown-toggle.btn-dark-border-2x {
  background-color: #ebebeb;
  border-color: #141414;
}
.btn-dark-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-dark-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-dark-border-2x:hover {
  color: #515151;
  background-color: #ffffff;
  border-color: #515151;
}
.btn-dark-border-2x:active,
.btn-dark-border-2x.active,
.open .dropdown-toggle.btn-dark-border-2x {
  color: #141414;
  background-color: #ebebeb;
  border-color: #141414;
}
.btn-dark-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-dark-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-dark-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-dark-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-dark-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-dark-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-dark-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-dark-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-dark-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-dark-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-dark-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-dark-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-dark {
  border-color: #090909;
}
.dropdown-dark > li > a {
  color: #000000 !important;
}
.dropdown-dark > li > a:hover,
.dropdown-dark > li > a:focus {
  color: #313131 !important;
  background-color: transparent !important;
}
.dropdown-dark .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #090909;
}
.dropdown-dark .dropdown-header {
  color: #1d1d1d;
}
.dropdown-dark > li > a:hover,
.dropdown-dark > li > a:focus {
  color: #5a5a5a !important;
  background-color: transparent !important;
}
.dropdown-dark.bootstrap-datetimepicker-widget:before {
  border-bottom: 7px solid #1d1d1d;
  border-bottom-color: #000000;
}
.dropdown-dark.bootstrap-datetimepicker-widget:after {
  border-bottom: 6px solid #ebebeb;
}
.dropdown-dark.bootstrap-datetimepicker-widget td.day:hover,
.dropdown-dark.bootstrap-datetimepicker-widget td.hour:hover,
.dropdown-dark.bootstrap-datetimepicker-widget td.minute:hover,
.dropdown-dark.bootstrap-datetimepicker-widget td.second:hover {
  background-color: #1d1d1d;
}
.dropdown-dark.bootstrap-datetimepicker-widget td.old,
.dropdown-dark.bootstrap-datetimepicker-widget td.new {
  color: #838383;
}
.dropdown-dark.bootstrap-datetimepicker-widget td.active,
.dropdown-dark.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #1d1d1d;
  color: #fff;
}
.dropdown-dark.bootstrap-datetimepicker-widget td span.old,
.dropdown-dark.bootstrap-datetimepicker-widget td span.new {
  color: #838383;
}
.dropdown-dark.bootstrap-datetimepicker-widget th:hover:not(.dow) {
  background-color: #1d1d1d;
}
.dropdown-dark.bootstrap-datetimepicker-widget thead tr:first-child th:hover:not(.dow) {
  background: #1d1d1d;
}
.dropdown-dark.bootstrap-datetimepicker-widget .datepicker td span:hover,
.dropdown-dark.bootstrap-datetimepicker-widget .datepicker td span.active,
.dropdown-dark.bootstrap-datetimepicker-widget .datepicker td span.active:hover {
  background-color: #1d1d1d;
}
.dropdown-dark.daterangepicker .ranges li.active,
.dropdown-dark.daterangepicker .ranges li:hover {
  background-color: #1d1d1d;
}
.dropdown-dark.daterangepicker td.available:hover,
.dropdown-dark.daterangepicker th.available:hover {
  background-color: #1d1d1d;
}
.dropdown-dark.daterangepicker td.active,
.dropdown-dark.daterangepicker td.active:hover {
  background-color: #1d1d1d;
}
.dropdown-dark.daterangepicker td.in-range {
  background: #373737;
}
.dropdown-dark.daterangepicker .ranges li {
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #d6d6d6;
}
.dropdown-dark.daterangepicker .ranges li.active,
.dropdown-dark.daterangepicker .ranges li:hover {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.dropdown-dark.daterangepicker .calendar th.prev:hover,
.dropdown-dark.daterangepicker .calendar th.next:hover {
  background-color: #1d1d1d;
}
.dropdown-dark.reportrange {
  border: 1px solid #1d1d1d;
  background-color: #1d1d1d;
}
.dropdown-dark.daterangepicker.opensleft:before,
.dropdown-dark.daterangepicker.opensright:before {
  border-bottom: 7px solid #1d1d1d;
  border-bottom-color: #000000;
}
.dropdown-dark.daterangepicker.opensleft:after,
.dropdown-dark.daterangepicker.opensright:after {
  border-bottom: 6px solid #1d1d1d;
  border-bottom-color: #ebebeb;
}
.dropdown-dark-bg {
  border-color: #090909;
  border-left: 0;
  border-right: 0;
  background-color: #090909 !important;
  color: #fff !important;
}
.dropdown-dark-bg > li > a {
  color: #ffffff !important;
  background-color: #090909 !important;
}
.dropdown-dark-bg > li > a:hover,
.dropdown-dark-bg > li > a:focus {
  color: #6a6a6a !important;
  background-color: #1d1d1d !important;
}
.dropdown-dark-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #181818;
}
.dropdown-dark-bg .dropdown-header {
  font-weight: 600;
  color: #6a6a6a;
}
.dropdown-dark-bg > li > a:hover,
.dropdown-dark-bg > li > a:focus {
  color: #b3b3b3 !important;
  background-color: #272727 !important;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget {
  color: #b6b6b6;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget:before {
  border-bottom: 7px solid #1d1d1d;
  border-bottom-color: #090909;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget:after {
  border-bottom: 6px solid #090909;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.day:hover,
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.hour:hover,
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.minute:hover,
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.second:hover {
  background-color: #1d1d1d;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.old,
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.new {
  color: #6a6a6a;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.active,
.dropdown-dark-bg.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #313131;
  color: #fff;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget td span.old,
.dropdown-dark-bg.bootstrap-datetimepicker-widget td span.new {
  color: #6a6a6a;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget th:hover:not(.dow) {
  background-color: #1d1d1d;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget thead tr:first-child th:hover:not(.dow) {
  background: #1d1d1d;
}
.dropdown-dark-bg.bootstrap-datetimepicker-widget .datepicker td span:hover,
.dropdown-dark-bg.bootstrap-datetimepicker-widget .datepicker td span.active,
.dropdown-dark-bg.bootstrap-datetimepicker-widget .datepicker td span.active:hover {
  background-color: #1d1d1d;
}
.has-dark .help-block,
.has-dark .control-label,
.has-dark .radio,
.has-dark .checkbox,
.has-dark .radio-inline,
.has-dark .checkbox-inline {
  color: #1d1d1d;
}
.has-dark .form-control {
  border-color: #1d1d1d;
  -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-dark .form-control:focus {
  border-color: #030303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #505050;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #505050;
}
.has-dark .input-group-addon {
  color: #ffffff;
  border-color: #1d1d1d;
  background-color: #1d1d1d;
}
.has-dark .form-control-feedback {
  color: #1d1d1d;
}
.gmaps.gmaps-border-dark {
  border: 1px solid #1d1d1d;
}
.jumbotron.jumbotron-dark {
  color: #fff;
  background-color: #1d1d1d;
}
.jumbotron.jumbotron-dark .lead {
  color: #77b6e0;
}
.pic-caption-dark {
  background: rgba(29, 29, 29, 0.85);
}
.pic > a.modernui-dark:hover,
.pic > a.modernui-dark:focus {
  color: #505050 !important;
}
.irs-dark .irs-slider {
  background: #313131 !important;
  border: 1px solid #1d1d1d !important;
}
.irs-dark .irs-line {
  border: 1px solid #1d1d1d;
}
.irs-dark .irs-diapason {
  background-color: #1d1d1d;
}
.ui-slider-dark.ui-slider {
  border: 1px solid #1d1d1d !important;
}
.ui-slider-dark .ui-state-default,
.ui-slider-dark .ui-widget-content .ui-state-default,
.ui-slider-dark .ui-widget-header .ui-state-default {
  background: #ebebeb;
  border: 1px solid #1d1d1d !important;
}
.ui-slider-dark .ui-widget-header {
  background: #1d1d1d !important;
}
.label.label-dark {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.label.label-dark[href]:hover,
.label.label-dark[href]:focus {
  background-color: #030303;
}
.list-group.list-group-dark .list-group-item {
  border-color: #1d1d1d;
}
.list-group.list-group-dark .list-group-item-heading {
  color: #1d1d1d;
}
.list-group.list-group-dark a.list-group-item {
  color: #1d1d1d;
  border-color: #1d1d1d;
}
.list-group.list-group-dark a.list-group-item:hover,
.list-group.list-group-dark a.list-group-item:focus,
.list-group.list-group-dark a.list-group-item.active {
  background-color: #1d1d1d;
  color: #ffffff;
}
.list-group.list-group-dark a.list-group-item:hover .list-group-item-heading,
.list-group.list-group-dark a.list-group-item:focus .list-group-item-heading,
.list-group.list-group-dark a.list-group-item.active .list-group-item-heading {
  color: #ffffff;
}
.list-group.list-group-dark a.list-group-item:hover .list-group-item-text,
.list-group.list-group-dark a.list-group-item:focus .list-group-item-text,
.list-group.list-group-dark a.list-group-item.active .list-group-item-text {
  color: #ffffff;
}
.list-group.list-group-dark a.list-group-item:active {
  background-color: #090909;
}
.list-group.list-group-dark.inverse {
  color: #fff;
}
.list-group.list-group-dark.inverse .list-group-item {
  background-color: #1d1d1d;
  border-color: #313131;
}
.list-group.list-group-dark.inverse a.list-group-item {
  background-color: #1d1d1d;
  border-color: #313131;
  color: #ffffff;
}
.list-group.list-group-dark.inverse a.list-group-item:hover,
.list-group.list-group-dark.inverse a.list-group-item:focus,
.list-group.list-group-dark.inverse a.list-group-item.active {
  background-color: #ffffff;
  color: #1d1d1d;
}
.list-group.list-group-dark.inverse a.list-group-item:hover .list-group-item-heading,
.list-group.list-group-dark.inverse a.list-group-item:focus .list-group-item-heading,
.list-group.list-group-dark.inverse a.list-group-item.active .list-group-item-heading {
  color: #1d1d1d;
}
.list-group.list-group-dark.inverse a.list-group-item:hover .list-group-item-text,
.list-group.list-group-dark.inverse a.list-group-item:focus .list-group-item-text,
.list-group.list-group-dark.inverse a.list-group-item.active .list-group-item-text {
  color: #1d1d1d;
}
.list-group.list-group-dark.inverse a.list-group-item:active {
  background-color: #ebebeb;
}
.list-group.list-group-dark.inverse .list-group-item-heading {
  color: #fff;
}
.media-dark .media p {
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.media-dark .media-heading {
  color: #1d1d1d;
}
.nav .nav-divider-dark {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #313131;
}
.dd.dd-dark .dd-handle {
  border: 1px solid #1d1d1d;
  background: #464646;
}
.dd.dd-dark .dd-handle:hover {
  color: #fff;
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.dd.dd-dark .dd3-content {
  border: 1px solid #313131;
  background: #464646;
}
.dd.dd-dark .dd3-content:hover {
  color: #fff;
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.dd.dd-dark .dd3-handle {
  border: 1px solid #1d1d1d;
  background: #313131;
}
.dd.dd-dark.dd-dark-alternate .dd-handle {
  border: 1px solid #1d1d1d;
  background: #1d1d1d;
}
.dd.dd-dark.dd-dark-alternate .dd-handle:hover {
  background: #464646;
  border: 1px solid #313131;
}
.pagination.pagination-dark > li > a,
.pagination.pagination-dark > li > span {
  color: #1d1d1d;
}
.pagination.pagination-dark > li > a:hover,
.pagination.pagination-dark > li > span:hover,
.pagination.pagination-dark > li > a:focus,
.pagination.pagination-dark > li > span:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.pagination.pagination-dark > li.active a,
.pagination.pagination-dark > li:active a {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.pagination.pagination-dark > .disabled > span,
.pagination.pagination-dark > .disabled > span:hover,
.pagination.pagination-dark > .disabled > span:focus,
.pagination.pagination-dark > .disabled > a,
.pagination.pagination-dark > .disabled > a:hover,
.pagination.pagination-dark > .disabled > a:focus {
  color: #d5d5d5;
  background-color: #fff;
  border-color: #dddddd;
}
.pagination.border-dark > li > a {
  border-color: #1d1d1d;
}
.pagination.border-dark > li.disabled > span,
.pagination.border-dark > li.disabled > span:hover,
.pagination.border-dark > li.disabled > span:focus,
.pagination.border-dark > li.disabled > a,
.pagination.border-dark > li.disabled > a:hover,
.pagination.border-dark > li.disabled > a:focus {
  border-color: #1d1d1d;
}
.panel.panel-dark {
  border-color: #1d1d1d;
}
.panel.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.panel.panel-dark > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1d1d1d;
}
.panel.panel-dark > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1d1d1d;
}
.panel.panel-dark-bg {
  border-color: #1d1d1d;
  background-color: #1d1d1d;
}
.panel.panel-dark-bg > .panel-heading {
  color: #ffffff;
  border-color: #2c2c2c;
}
.panel.panel-dark-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1d1d1d;
}
.panel.panel-dark-bg > .panel-footer {
  background-color: #1d1d1d;
  color: #ffffff;
  border-top: 1px solid #2c2c2c;
}
.panel.panel-dark-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1d1d1d;
}
.panel.panel-dark-bg .panel-body {
  background-color: #1d1d1d;
  color: #ffffff;
}
.pillbox li.status-dark {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}
.pillbox li.status-dark:after {
  color: #fff;
}
.progress-bar-dark {
  background-color: #1d1d1d;
}
.progress-striped .progress-bar-dark {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
a.hover-bg-transparent.text-dark-alt:active {
  color: #000000;
}
a.hover-bg-dark:hover {
  color: #fff;
  background-color: #1d1d1d !important;
}
a.hover-bg-dark:active {
  color: #ebebeb;
  background-color: #000000 !important;
}
.img-thumbnail.thumbnail-border-dark,
.thumbnail.thumbnail-border-dark {
  border-color: #1d1d1d;
}
.img-thumbnail.thumbnail-background-dark,
.thumbnail.thumbnail-background-dark {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  color: #ffffff;
  background-color: #1d1d1d !important;
}
.table-hover > tbody > tr > td.dark:hover,
.table-hover > tbody > tr > th.dark:hover,
.table-hover > tbody > tr.dark:hover > td,
.table-hover > tbody > tr.dark:hover > th {
  background-color: #101010 !important;
}
.table > thead > tr > td.dark-light,
.table > tbody > tr > td.dark-light,
.table > tfoot > tr > td.dark-light,
.table > thead > tr > th.dark-light,
.table > tbody > tr > th.dark-light,
.table > tfoot > tr > th.dark-light,
.table > thead > tr.dark-light > td,
.table > tbody > tr.dark-light > td,
.table > tfoot > tr.dark-light > td,
.table > thead > tr.dark-light > th,
.table > tbody > tr.dark-light > th,
.table > tfoot > tr.dark-light > th {
  color: #000000;
  background-color: #6a6a6a !important;
}
.table-hover > tbody > tr > td.dark-light:hover,
.table-hover > tbody > tr > th.dark-light:hover,
.table-hover > tbody > tr.dark-light:hover > td,
.table-hover > tbody > tr.dark-light:hover > th {
  background-color: #5d5d5d !important;
}
.thumbnail.thumbnail-border-dark:hover,
.thumbnail.thumbnail-border-dark:focus {
  border-color: #464646;
}
.thumbnail.thumbnail-background-dark:hover,
.thumbnail.thumbnail-background-dark:focus {
  border-color: #464646;
  background-color: #464646;
}
.page-header.page-header-border-dark {
  border-color: #1d1d1d;
}
.text-dark {
  color: #1d1d1d;
}
a.text-dark:hover {
  color: #030303;
}
a.text-dark:hover {
  color: #313131;
}
a.text-dark:active {
  color: #000000;
}
.text-dark-alt {
  background-color: #1d1d1d;
  color: #fff;
}
a.text-dark-alt:hover,
a.text-dark-alt:active {
  color: #505050;
  background-color: #000000;
  text-decoration: none;
}
a.text-dark-alt:active {
  background-color: #030303;
}
ul.iconized.list-dark > li:before,
ul.iconized-alt.list-dark > li:before {
  color: #1d1d1d;
}
ul.iconized.list-dark > li > ul li:before,
ul.iconized-alt.list-dark > li > ul li:before {
  color: #1d1d1d;
}
blockquote.blockquote-dark {
  border-color: #1d1d1d;
}
blockquote.blockquote-dark:before {
  color: #1d1d1d;
}
blockquote.blockquote-dark.pull-right:before {
  color: #1d1d1d;
}
.well.well-dark {
  color: #fff;
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.well.well-dark-border {
  border-color: #1d1d1d;
}
.well.well-dark-border-2x {
  border-color: #1d1d1d;
  border-width: 2px;
}
.alert.alert-neutral {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.alert.alert-neutral hr {
  border-top-color: #919191;
}
.alert.alert-neutral .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-neutral .alert-link.hover,
.alert.alert-neutral .alert-link:hover,
.alert.alert-neutral .alert-link.focus,
.alert.alert-neutral .alert-link:focus {
  text-decoration: none;
}
.badge-neutral {
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.badge-neutral[href]:hover,
.badge-neutral[href]:focus {
  background-color: #858585;
}
.bootstrap-switch > div > span.bootstrap-switch-neutral {
  color: #fff !important;
  background: #9e9e9e !important;
}
.has-neutral .bootstrap-switch {
  border-color: #9e9e9e;
}
.btn-neutral {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  transition: all 100ms linear;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
  color: #ffffff;
  background-color: #8a8a8a;
  border-color: #7f7f7f;
}
.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
  background-image: none;
}
.btn-neutral.disabled,
.btn-neutral[disabled],
fieldset[disabled] .btn-neutral,
.btn-neutral.disabled:hover,
.btn-neutral[disabled]:hover,
fieldset[disabled] .btn-neutral:hover,
.btn-neutral.disabled:focus,
.btn-neutral[disabled]:focus,
fieldset[disabled] .btn-neutral:focus,
.btn-neutral.disabled:active,
.btn-neutral[disabled]:active,
fieldset[disabled] .btn-neutral:active,
.btn-neutral.disabled.active,
.btn-neutral[disabled].active,
fieldset[disabled] .btn-neutral.active {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-neutral .badge {
  color: #9e9e9e;
  background-color: #ffffff;
}
.btn-neutral:focus {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-neutral:hover {
  color: #ffffff;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.btn-neutral.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-neutral.btn-transparent {
  background-color: transparent !important;
}
.btn-neutral-border {
  color: #9e9e9e;
  background-color: #ffffff;
  border-color: #9e9e9e;
  transition: all 100ms linear;
}
.btn-neutral-border:hover,
.btn-neutral-border:focus,
.btn-neutral-border:active,
.btn-neutral-border.active,
.open .dropdown-toggle.btn-neutral-border {
  color: #9e9e9e;
  background-color: #ebebeb;
  border-color: #7f7f7f;
}
.btn-neutral-border:active,
.btn-neutral-border.active,
.open .dropdown-toggle.btn-neutral-border {
  background-image: none;
}
.btn-neutral-border.disabled,
.btn-neutral-border[disabled],
fieldset[disabled] .btn-neutral-border,
.btn-neutral-border.disabled:hover,
.btn-neutral-border[disabled]:hover,
fieldset[disabled] .btn-neutral-border:hover,
.btn-neutral-border.disabled:focus,
.btn-neutral-border[disabled]:focus,
fieldset[disabled] .btn-neutral-border:focus,
.btn-neutral-border.disabled:active,
.btn-neutral-border[disabled]:active,
fieldset[disabled] .btn-neutral-border:active,
.btn-neutral-border.disabled.active,
.btn-neutral-border[disabled].active,
fieldset[disabled] .btn-neutral-border.active {
  background-color: #ffffff;
  border-color: #9e9e9e;
}
.btn-neutral-border .badge {
  color: #ffffff;
  background-color: #9e9e9e;
}
.btn-neutral-border:focus {
  color: #9e9e9e;
  background-color: #ffffff;
  border-color: #9e9e9e;
}
.btn-neutral-border:hover {
  color: #9e9e9e;
  background-color: #ffffff;
  border-color: #b2b2b2;
}
.btn-neutral-border:active,
.btn-neutral-border.active,
.open .dropdown-toggle.btn-neutral-border {
  background-color: #ebebeb;
  border-color: #8a8a8a;
}
.btn-neutral-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-neutral-border.btn-transparent {
  background-color: transparent !important;
}
.btn-neutral-border:hover {
  color: #c7c7c7;
  background-color: #ffffff;
  border-color: #c7c7c7;
}
.btn-neutral-border:active,
.btn-neutral-border.active,
.open .dropdown-toggle.btn-neutral-border {
  color: #8a8a8a;
  background-color: #ebebeb;
  border-color: #8a8a8a;
}
.btn-neutral-border-2x {
  color: #9e9e9e;
  background-color: #ffffff;
  border-color: #9e9e9e;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-neutral-border-2x:hover,
.btn-neutral-border-2x:focus,
.btn-neutral-border-2x:active,
.btn-neutral-border-2x.active,
.open .dropdown-toggle.btn-neutral-border-2x {
  color: #9e9e9e;
  background-color: #ebebeb;
  border-color: #7f7f7f;
}
.btn-neutral-border-2x:active,
.btn-neutral-border-2x.active,
.open .dropdown-toggle.btn-neutral-border-2x {
  background-image: none;
}
.btn-neutral-border-2x.disabled,
.btn-neutral-border-2x[disabled],
fieldset[disabled] .btn-neutral-border-2x,
.btn-neutral-border-2x.disabled:hover,
.btn-neutral-border-2x[disabled]:hover,
fieldset[disabled] .btn-neutral-border-2x:hover,
.btn-neutral-border-2x.disabled:focus,
.btn-neutral-border-2x[disabled]:focus,
fieldset[disabled] .btn-neutral-border-2x:focus,
.btn-neutral-border-2x.disabled:active,
.btn-neutral-border-2x[disabled]:active,
fieldset[disabled] .btn-neutral-border-2x:active,
.btn-neutral-border-2x.disabled.active,
.btn-neutral-border-2x[disabled].active,
fieldset[disabled] .btn-neutral-border-2x.active {
  background-color: #ffffff;
  border-color: #9e9e9e;
}
.btn-neutral-border-2x .badge {
  color: #ffffff;
  background-color: #9e9e9e;
}
.btn-neutral-border-2x:focus {
  color: #9e9e9e;
  background-color: #ffffff;
  border-color: #9e9e9e;
}
.btn-neutral-border-2x:hover {
  color: #9e9e9e;
  background-color: #ffffff;
  border-color: #b2b2b2;
}
.btn-neutral-border-2x:active,
.btn-neutral-border-2x.active,
.open .dropdown-toggle.btn-neutral-border-2x {
  background-color: #ebebeb;
  border-color: #8a8a8a;
}
.btn-neutral-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-neutral-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-neutral-border-2x:hover {
  color: #c7c7c7;
  background-color: #ffffff;
  border-color: #c7c7c7;
}
.btn-neutral-border-2x:active,
.btn-neutral-border-2x.active,
.open .dropdown-toggle.btn-neutral-border-2x {
  color: #8a8a8a;
  background-color: #ebebeb;
  border-color: #8a8a8a;
}
.btn-neutral-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-neutral-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-neutral-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-neutral-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-neutral-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-neutral-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-neutral-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-neutral-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-neutral-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-neutral-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-neutral-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-neutral-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-neutral {
  border-color: #8a8a8a;
}
.dropdown-neutral > li > a {
  color: #757575 !important;
}
.dropdown-neutral > li > a:hover,
.dropdown-neutral > li > a:focus {
  color: #b2b2b2 !important;
  background-color: transparent !important;
}
.dropdown-neutral .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #8a8a8a;
}
.dropdown-neutral .dropdown-header {
  color: #9e9e9e;
}
.dropdown-neutral.bootstrap-datetimepicker-widget:before {
  border-bottom: 7px solid #9e9e9e;
  border-bottom-color: #525252;
}
.dropdown-neutral.bootstrap-datetimepicker-widget:after {
  border-bottom: 6px solid #ebebeb;
}
.dropdown-neutral.bootstrap-datetimepicker-widget td.day:hover,
.dropdown-neutral.bootstrap-datetimepicker-widget td.hour:hover,
.dropdown-neutral.bootstrap-datetimepicker-widget td.minute:hover,
.dropdown-neutral.bootstrap-datetimepicker-widget td.second:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral.bootstrap-datetimepicker-widget td.old,
.dropdown-neutral.bootstrap-datetimepicker-widget td.new {
  color: #9e9e9e;
}
.dropdown-neutral.bootstrap-datetimepicker-widget td.active,
.dropdown-neutral.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #9e9e9e;
  color: #fff;
}
.dropdown-neutral.bootstrap-datetimepicker-widget td span.old,
.dropdown-neutral.bootstrap-datetimepicker-widget td span.new {
  color: #9e9e9e;
}
.dropdown-neutral.bootstrap-datetimepicker-widget th:hover:not(.dow) {
  background-color: #9e9e9e;
}
.dropdown-neutral.bootstrap-datetimepicker-widget thead tr:first-child th:hover:not(.dow) {
  background: #9e9e9e;
}
.dropdown-neutral.bootstrap-datetimepicker-widget .datepicker td span:hover,
.dropdown-neutral.bootstrap-datetimepicker-widget .datepicker td span.active,
.dropdown-neutral.bootstrap-datetimepicker-widget .datepicker td span.active:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral.daterangepicker .ranges li.active,
.dropdown-neutral.daterangepicker .ranges li:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral.daterangepicker td.available:hover,
.dropdown-neutral.daterangepicker th.available:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral.daterangepicker td.active,
.dropdown-neutral.daterangepicker td.active:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral.daterangepicker td.in-range {
  background: #b8b8b8;
}
.dropdown-neutral.daterangepicker .ranges li {
  background: #9e9e9e;
  border: 1px solid #9e9e9e;
  color: #d6d6d6;
}
.dropdown-neutral.daterangepicker .ranges li.active,
.dropdown-neutral.daterangepicker .ranges li:hover {
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.dropdown-neutral.daterangepicker .calendar th.prev:hover,
.dropdown-neutral.daterangepicker .calendar th.next:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral.reportrange {
  border: 1px solid #9e9e9e;
  background-color: #9e9e9e;
}
.dropdown-neutral.daterangepicker.opensleft:before,
.dropdown-neutral.daterangepicker.opensright:before {
  border-bottom: 7px solid #9e9e9e;
  border-bottom-color: #525252;
}
.dropdown-neutral.daterangepicker.opensleft:after,
.dropdown-neutral.daterangepicker.opensright:after {
  border-bottom: 6px solid #9e9e9e;
  border-bottom-color: #ebebeb;
}
.dropdown-neutral-bg {
  border-color: #8a8a8a;
  border-left: 0;
  border-right: 0;
  background-color: #8a8a8a !important;
  color: #fff !important;
}
.dropdown-neutral-bg > li > a {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
}
.dropdown-neutral-bg > li > a:hover,
.dropdown-neutral-bg > li > a:focus {
  color: #ebebeb !important;
  background-color: #9e9e9e !important;
}
.dropdown-neutral-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #999999;
}
.dropdown-neutral-bg .dropdown-header {
  font-weight: 600;
  color: #ebebeb;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget:before {
  border-bottom: 7px solid #9e9e9e;
  border-bottom-color: #8a8a8a;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget:after {
  border-bottom: 6px solid #8a8a8a;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.day:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.hour:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.minute:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.second:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.old,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.new {
  color: #b2b2b2;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.active,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #b2b2b2;
  color: #fff;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td span.old,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget td span.new {
  color: #b2b2b2;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget th:hover:not(.dow) {
  background-color: #9e9e9e;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget thead tr:first-child th:hover:not(.dow) {
  background: #9e9e9e;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .datepicker td span:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .datepicker td span.active,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .datepicker td span.active:hover {
  background-color: #9e9e9e;
}
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour.active,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute.active,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second.active,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour.active:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute.active:hover,
.dropdown-neutral-bg.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second.active:hover {
  color: #fff;
}
.has-neutral .help-block,
.has-neutral .control-label,
.has-neutral .radio,
.has-neutral .checkbox,
.has-neutral .radio-inline,
.has-neutral .checkbox-inline {
  color: #9e9e9e;
}
.has-neutral .form-control {
  border-color: #9e9e9e;
  -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-neutral .form-control:focus {
  border-color: #858585;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d1d1d1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d1d1d1;
}
.has-neutral .input-group-addon {
  color: #ffffff;
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}
.has-neutral .form-control-feedback {
  color: #9e9e9e;
}
.gmaps.gmaps-border-neutral {
  border: 1px solid #9e9e9e;
}
.jumbotron.jumbotron-neutral {
  background-color: #9e9e9e;
}
.jumbotron.jumbotron-neutral .lead {
  color: #fff;
}
.pic-caption-neutral {
  background: rgba(158, 158, 158, 0.8);
}
.irs-neutral .irs-slider {
  background: #b2b2b2 !important;
  border: 1px solid #9e9e9e !important;
}
.irs-neutral .irs-line {
  border: 1px solid #9e9e9e;
}
.irs-neutral .irs-diapason {
  background-color: #9e9e9e;
}
.ui-slider-neutral.ui-slider {
  border: 1px solid #9e9e9e !important;
}
.ui-slider-neutral .ui-state-default,
.ui-slider-neutral .ui-widget-content .ui-state-default,
.ui-slider-neutral .ui-widget-header .ui-state-default {
  background: #b8b8b8 !important;
  border: 1px solid #9e9e9e !important;
}
.ui-slider-neutral .ui-widget-header {
  background: #9e9e9e !important;
}
.label.label-neutral {
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.label.label-neutral[href]:hover,
.label.label-neutral[href]:focus {
  background-color: #858585;
}
.list-group.list-group-neutral .list-group-item {
  border-color: #9e9e9e;
}
.list-group.list-group-neutral .list-group-item-heading {
  color: #9e9e9e;
}
.list-group.list-group-neutral a.list-group-item {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.list-group.list-group-neutral a.list-group-item:hover,
.list-group.list-group-neutral a.list-group-item:focus,
.list-group.list-group-neutral a.list-group-item.active {
  background-color: #9e9e9e;
  color: #ffffff;
}
.list-group.list-group-neutral a.list-group-item:hover .list-group-item-heading,
.list-group.list-group-neutral a.list-group-item:focus .list-group-item-heading,
.list-group.list-group-neutral a.list-group-item.active .list-group-item-heading {
  color: #ffffff;
}
.list-group.list-group-neutral a.list-group-item:hover .list-group-item-text,
.list-group.list-group-neutral a.list-group-item:focus .list-group-item-text,
.list-group.list-group-neutral a.list-group-item.active .list-group-item-text {
  color: #ffffff;
}
.list-group.list-group-neutral a.list-group-item:active {
  background-color: #8a8a8a;
}
.list-group.list-group-neutral.inverse {
  color: #fff;
}
.list-group.list-group-neutral.inverse .list-group-item {
  background-color: #9e9e9e;
  border-color: #b2b2b2;
}
.list-group.list-group-neutral.inverse a.list-group-item {
  background-color: #9e9e9e;
  border-color: #b2b2b2;
  color: #ffffff;
}
.list-group.list-group-neutral.inverse a.list-group-item:hover,
.list-group.list-group-neutral.inverse a.list-group-item:focus,
.list-group.list-group-neutral.inverse a.list-group-item.active {
  background-color: #ffffff;
  color: #9e9e9e;
}
.list-group.list-group-neutral.inverse a.list-group-item:hover .list-group-item-heading,
.list-group.list-group-neutral.inverse a.list-group-item:focus .list-group-item-heading,
.list-group.list-group-neutral.inverse a.list-group-item.active .list-group-item-heading {
  color: #9e9e9e;
}
.list-group.list-group-neutral.inverse a.list-group-item:hover .list-group-item-text,
.list-group.list-group-neutral.inverse a.list-group-item:focus .list-group-item-text,
.list-group.list-group-neutral.inverse a.list-group-item.active .list-group-item-text {
  color: #9e9e9e;
}
.list-group.list-group-neutral.inverse a.list-group-item:active {
  background-color: #ebebeb;
}
.list-group.list-group-neutral.inverse .list-group-item-heading {
  color: #fff;
}
.media-neutral .media p {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.media-neutral .media-heading {
  color: #9e9e9e;
}
.nav .nav-divider-neutral {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #b2b2b2;
}
.dd.dd-neutral .dd-handle {
  border: 1px solid #9e9e9e;
  background: #c7c7c7;
}
.dd.dd-neutral .dd-handle:hover {
  color: #fff;
  background: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.dd.dd-neutral .dd3-content {
  border: 1px solid #b2b2b2;
  background: #c7c7c7;
}
.dd.dd-neutral .dd3-content:hover {
  color: #fff;
  background: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.dd.dd-neutral .dd3-handle {
  border: 1px solid #9e9e9e;
  background: #b2b2b2;
}
.dd.dd-neutral.dd-neutral-alternate .dd-handle {
  border: 1px solid #9e9e9e;
  background: #9e9e9e;
}
.dd.dd-neutral.dd-neutral-alternate .dd-handle:hover {
  background: #c7c7c7;
  border: 1px solid #b2b2b2;
}
.pagination.pagination-neutral > li a {
  color: #9e9e9e;
}
.pagination.pagination-neutral > li.active a,
.pagination.pagination-neutral > li:active a {
  color: #fff;
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}
.pagination.pagination-neutral > .disabled > span,
.pagination.pagination-neutral > .disabled > span:hover,
.pagination.pagination-neutral > .disabled > span:focus,
.pagination.pagination-neutral > .disabled > a,
.pagination.pagination-neutral > .disabled > a:hover,
.pagination.pagination-neutral > .disabled > a:focus {
  color: #d5d5d5;
}
.panel.panel-neutral {
  border-color: #9e9e9e;
}
.panel.panel-neutral > .panel-heading {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.panel.panel-neutral > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9e9e9e;
}
.panel.panel-neutral > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9e9e9e;
}
.panel.panel-neutral-bg {
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}
.panel.panel-neutral-bg > .panel-heading {
  color: #ffffff;
  border-color: #adadad;
}
.panel.panel-neutral-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9e9e9e;
}
.panel.panel-neutral-bg > .panel-footer {
  background-color: #9e9e9e;
  color: #ffffff;
  border-top: 1px solid #adadad;
}
.panel.panel-neutral-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9e9e9e;
}
.panel.panel-neutral-bg .panel-body {
  background-color: #9e9e9e;
  color: #ffffff;
}
.pillbox li.status-neutral {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  color: #fff;
}
.pillbox li.status-neutral:after {
  color: #fff;
}
.progress-bar-neutral {
  background-color: #9e9e9e;
}
.progress-striped .progress-bar-neutral {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
a.hover-bg-transparent.text-neutral-alt:active {
  color: #757575;
}
a.hover-bg-neutral:hover {
  color: #fff;
  background-color: #9e9e9e !important;
}
a.hover-bg-neutral:active {
  color: #ebebeb;
  background-color: #757575 !important;
}
.img-thumbnail.thumbnail-border-neutral,
.thumbnail.thumbnail-border-neutral {
  border-color: #9e9e9e;
}
.img-thumbnail.thumbnail-background-neutral,
.thumbnail.thumbnail-background-neutral {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.table > thead > tr > td.neutral,
.table > tbody > tr > td.neutral,
.table > tfoot > tr > td.neutral,
.table > thead > tr > th.neutral,
.table > tbody > tr > th.neutral,
.table > tfoot > tr > th.neutral,
.table > thead > tr.neutral > td,
.table > tbody > tr.neutral > td,
.table > tfoot > tr.neutral > td,
.table > thead > tr.neutral > th,
.table > tbody > tr.neutral > th,
.table > tfoot > tr.neutral > th {
  color: #ffffff;
  background-color: #9e9e9e !important;
}
.table-hover > tbody > tr > td.neutral:hover,
.table-hover > tbody > tr > th.neutral:hover,
.table-hover > tbody > tr.neutral:hover > td,
.table-hover > tbody > tr.neutral:hover > th {
  background-color: #919191 !important;
}
.table > thead > tr > td.neutral-light,
.table > tbody > tr > td.neutral-light,
.table > tfoot > tr > td.neutral-light,
.table > thead > tr > th.neutral-light,
.table > tbody > tr > th.neutral-light,
.table > tfoot > tr > th.neutral-light,
.table > thead > tr.neutral-light > td,
.table > tbody > tr.neutral-light > td,
.table > tfoot > tr.neutral-light > td,
.table > thead > tr.neutral-light > th,
.table > tbody > tr.neutral-light > th,
.table > tfoot > tr.neutral-light > th {
  color: #000000;
  background-color: #ebebeb !important;
}
.table-hover > tbody > tr > td.neutral-light:hover,
.table-hover > tbody > tr > th.neutral-light:hover,
.table-hover > tbody > tr.neutral-light:hover > td,
.table-hover > tbody > tr.neutral-light:hover > th {
  background-color: #dedede !important;
}
.thumbnail.thumbnail-border-neutral:hover,
.thumbnail.thumbnail-border-neutral:focus {
  border-color: #c7c7c7;
}
.thumbnail.thumbnail-background-neutral:hover,
.thumbnail.thumbnail-background-neutral:focus {
  border-color: #c7c7c7;
  background-color: #c7c7c7;
}
.page-header.page-header-border-neutral {
  border-color: #9e9e9e;
}
.text-neutral {
  color: #9e9e9e;
}
a.text-neutral:hover {
  color: #858585;
}
a.text-neutral:hover {
  color: #b2b2b2;
}
a.text-neutral:active {
  color: #7f7f7f;
}
.text-neutral-alt {
  background-color: #9e9e9e;
  color: #fff;
}
a.text-neutral-alt:hover,
a.text-neutral-alt:active {
  color: #d1d1d1;
  background-color: #525252;
  text-decoration: none;
}
a.text-neutral-alt:active {
  background-color: #858585;
}
ul.iconized.list-neutral > li:before,
ul.iconized-alt.list-neutral > li:before {
  color: #9e9e9e;
}
ul.iconized.list-neutral > li > ul li:before,
ul.iconized-alt.list-neutral > li > ul li:before {
  color: #9e9e9e;
}
.blockquote-neutral {
  border-color: #9e9e9e;
}
.blockquote-neutral:before {
  color: #9e9e9e;
}
.blockquote-neutral.pull-right:before {
  color: #9e9e9e;
}
.well.well-neutral {
  color: #fff;
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.well.well-neutral-border {
  border-color: #9e9e9e;
}
.alert.alert-corn {
  background-color: #eacd4d;
  border-color: #eacd4d;
  color: #ffffff;
}
.alert.alert-corn hr {
  border-top-color: #c8a200;
}
.alert.alert-corn .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-corn .alert-link.hover,
.alert.alert-corn .alert-link:hover,
.alert.alert-corn .alert-link.focus,
.alert.alert-corn .alert-link:focus {
  text-decoration: none;
}
.badge-corn {
  background-color: #e1b700;
  border: 1px solid #e1b700;
}
.badge-corn[href]:hover,
.badge-corn[href]:focus {
  background-color: #ae8e00;
}
.bootstrap-switch > div > span.bootstrap-switch-corn {
  color: #fff !important;
  background: #e1b700 !important;
}
.has-corn .bootstrap-switch {
  border-color: #e1b700;
}
.btn-corn {
  color: #ffffff;
  background-color: #e1b700;
  border-color: #e1b700;
  transition: all 100ms linear;
}
.btn-corn:hover,
.btn-corn:focus,
.btn-corn:active,
.btn-corn.active,
.open .dropdown-toggle.btn-corn {
  color: #ffffff;
  background-color: #b89600;
  border-color: #a48500;
}
.btn-corn:active,
.btn-corn.active,
.open .dropdown-toggle.btn-corn {
  background-image: none;
}
.btn-corn.disabled,
.btn-corn[disabled],
fieldset[disabled] .btn-corn,
.btn-corn.disabled:hover,
.btn-corn[disabled]:hover,
fieldset[disabled] .btn-corn:hover,
.btn-corn.disabled:focus,
.btn-corn[disabled]:focus,
fieldset[disabled] .btn-corn:focus,
.btn-corn.disabled:active,
.btn-corn[disabled]:active,
fieldset[disabled] .btn-corn:active,
.btn-corn.disabled.active,
.btn-corn[disabled].active,
fieldset[disabled] .btn-corn.active {
  background-color: #e1b700;
  border-color: #e1b700;
}
.btn-corn .badge {
  color: #e1b700;
  background-color: #ffffff;
}
.btn-corn:focus {
  color: #ffffff;
  background-color: #e1b700;
  border-color: #e1b700;
}
.btn-corn:hover {
  color: #ffffff;
  background-color: #ffd10b;
  border-color: #ffd10b;
}
.btn-corn:active,
.btn-corn.active,
.open .dropdown-toggle.btn-corn {
  background-color: #b89600;
  border-color: #b89600;
}
.btn-corn.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-corn.btn-transparent {
  background-color: transparent !important;
}
.btn-corn-border {
  color: #e1b700;
  background-color: #ffffff;
  border-color: #e1b700;
  transition: all 100ms linear;
}
.btn-corn-border:hover,
.btn-corn-border:focus,
.btn-corn-border:active,
.btn-corn-border.active,
.open .dropdown-toggle.btn-corn-border {
  color: #e1b700;
  background-color: #ebebeb;
  border-color: #a48500;
}
.btn-corn-border:active,
.btn-corn-border.active,
.open .dropdown-toggle.btn-corn-border {
  background-image: none;
}
.btn-corn-border.disabled,
.btn-corn-border[disabled],
fieldset[disabled] .btn-corn-border,
.btn-corn-border.disabled:hover,
.btn-corn-border[disabled]:hover,
fieldset[disabled] .btn-corn-border:hover,
.btn-corn-border.disabled:focus,
.btn-corn-border[disabled]:focus,
fieldset[disabled] .btn-corn-border:focus,
.btn-corn-border.disabled:active,
.btn-corn-border[disabled]:active,
fieldset[disabled] .btn-corn-border:active,
.btn-corn-border.disabled.active,
.btn-corn-border[disabled].active,
fieldset[disabled] .btn-corn-border.active {
  background-color: #ffffff;
  border-color: #e1b700;
}
.btn-corn-border .badge {
  color: #ffffff;
  background-color: #e1b700;
}
.btn-corn-border:focus {
  color: #e1b700;
  background-color: #ffffff;
  border-color: #e1b700;
}
.btn-corn-border:hover {
  color: #e1b700;
  background-color: #ffffff;
  border-color: #ffd10b;
}
.btn-corn-border:active,
.btn-corn-border.active,
.open .dropdown-toggle.btn-corn-border {
  background-color: #ebebeb;
  border-color: #b89600;
}
.btn-corn-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-corn-border.btn-transparent {
  background-color: transparent !important;
}
.btn-corn-border:hover {
  color: #ffd934;
  background-color: #ffffff;
  border-color: #ffd934;
}
.btn-corn-border:active,
.btn-corn-border.active,
.open .dropdown-toggle.btn-corn-border {
  color: #b89600;
  background-color: #ebebeb;
  border-color: #b89600;
}
.btn-corn-border-2x {
  color: #e1b700;
  background-color: #ffffff;
  border-color: #e1b700;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-corn-border-2x:hover,
.btn-corn-border-2x:focus,
.btn-corn-border-2x:active,
.btn-corn-border-2x.active,
.open .dropdown-toggle.btn-corn-border-2x {
  color: #e1b700;
  background-color: #ebebeb;
  border-color: #a48500;
}
.btn-corn-border-2x:active,
.btn-corn-border-2x.active,
.open .dropdown-toggle.btn-corn-border-2x {
  background-image: none;
}
.btn-corn-border-2x.disabled,
.btn-corn-border-2x[disabled],
fieldset[disabled] .btn-corn-border-2x,
.btn-corn-border-2x.disabled:hover,
.btn-corn-border-2x[disabled]:hover,
fieldset[disabled] .btn-corn-border-2x:hover,
.btn-corn-border-2x.disabled:focus,
.btn-corn-border-2x[disabled]:focus,
fieldset[disabled] .btn-corn-border-2x:focus,
.btn-corn-border-2x.disabled:active,
.btn-corn-border-2x[disabled]:active,
fieldset[disabled] .btn-corn-border-2x:active,
.btn-corn-border-2x.disabled.active,
.btn-corn-border-2x[disabled].active,
fieldset[disabled] .btn-corn-border-2x.active {
  background-color: #ffffff;
  border-color: #e1b700;
}
.btn-corn-border-2x .badge {
  color: #ffffff;
  background-color: #e1b700;
}
.btn-corn-border-2x:focus {
  color: #e1b700;
  background-color: #ffffff;
  border-color: #e1b700;
}
.btn-corn-border-2x:hover {
  color: #e1b700;
  background-color: #ffffff;
  border-color: #ffd10b;
}
.btn-corn-border-2x:active,
.btn-corn-border-2x.active,
.open .dropdown-toggle.btn-corn-border-2x {
  background-color: #ebebeb;
  border-color: #b89600;
}
.btn-corn-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-corn-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-corn-border-2x:hover {
  color: #ffd934;
  background-color: #ffffff;
  border-color: #ffd934;
}
.btn-corn-border-2x:active,
.btn-corn-border-2x.active,
.open .dropdown-toggle.btn-corn-border-2x {
  color: #b89600;
  background-color: #ebebeb;
  border-color: #b89600;
}
.btn-corn-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-corn-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-corn-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-corn-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-corn-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-corn-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-corn-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-corn-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-corn-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-corn-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-corn-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-corn-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-corn {
  border-color: #b89600;
}
.dropdown-corn > li > a {
  color: #8f7500 !important;
}
.dropdown-corn > li > a:hover,
.dropdown-corn > li > a:focus {
  color: #ffd10b !important;
  background-color: transparent !important;
}
.dropdown-corn .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #b89600;
}
.dropdown-corn .dropdown-header {
  color: #e1b700;
}
.dropdown-corn-bg {
  border-color: #b89600;
  border-left: 0;
  border-right: 0;
  background-color: #b89600 !important;
  color: #fff !important;
}
.dropdown-corn-bg > li > a {
  color: #ffffff !important;
  background-color: #b89600 !important;
}
.dropdown-corn-bg > li > a:hover,
.dropdown-corn-bg > li > a:focus {
  color: #ffe67b !important;
  background-color: #e1b700 !important;
}
.dropdown-corn-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #d7af00;
}
.dropdown-corn-bg .dropdown-header {
  font-weight: 600;
  color: #ffe67b;
}
.has-corn .help-block,
.has-corn .control-label,
.has-corn .radio,
.has-corn .checkbox,
.has-corn .radio-inline,
.has-corn .checkbox-inline {
  color: #e1b700;
}
.has-corn .form-control {
  border-color: #e1b700;
  -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-corn .form-control:focus {
  border-color: #ae8e00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdd48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdd48;
}
.has-corn .input-group-addon {
  color: #ffffff;
  border-color: #e1b700;
  background-color: #e1b700;
}
.has-corn .form-control-feedback {
  color: #e1b700;
}
.label.label-corn {
  background-color: #e1b700;
  border: 1px solid #e1b700;
}
.label.label-corn[href]:hover,
.label.label-corn[href]:focus {
  background-color: #ae8e00;
}
.panel.panel-corn {
  border-color: #e1b700;
}
.panel.panel-corn > .panel-heading {
  color: #ffffff;
  background-color: #e1b700;
  border-color: #e1b700;
}
.panel.panel-corn > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e1b700;
}
.panel.panel-corn > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e1b700;
}
.panel.panel-corn-bg {
  border-color: #e1b700;
  background-color: #e1b700;
}
.panel.panel-corn-bg > .panel-heading {
  color: #ffffff;
  border-color: #ffd001;
}
.panel.panel-corn-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e1b700;
}
.panel.panel-corn-bg > .panel-footer {
  background-color: #e1b700;
  color: #ffffff;
  border-top: 1px solid #ffd001;
}
.panel.panel-corn-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e1b700;
}
.panel.panel-corn-bg .panel-body {
  background-color: #e1b700;
  color: #ffffff;
}
.pillbox li.status-corn {
  background-color: #e1b700;
  border-color: #e1b700;
  color: #fff;
}
.pillbox li.status-corn:after {
  color: #fff;
}
.progress-bar-corn {
  background-color: #e1b700;
}
.progress-striped .progress-bar-corn {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.corn,
.table > tbody > tr > td.corn,
.table > tfoot > tr > td.corn,
.table > thead > tr > th.corn,
.table > tbody > tr > th.corn,
.table > tfoot > tr > th.corn,
.table > thead > tr.corn > td,
.table > tbody > tr.corn > td,
.table > tfoot > tr.corn > td,
.table > thead > tr.corn > th,
.table > tbody > tr.corn > th,
.table > tfoot > tr.corn > th {
  color: #ffffff;
  background-color: #e1b700 !important;
}
.table-hover > tbody > tr > td.corn:hover,
.table-hover > tbody > tr > th.corn:hover,
.table-hover > tbody > tr.corn:hover > td,
.table-hover > tbody > tr.corn:hover > th {
  background-color: #c8a200 !important;
}
.table > thead > tr > td.corn-light,
.table > tbody > tr > td.corn-light,
.table > tfoot > tr > td.corn-light,
.table > thead > tr > th.corn-light,
.table > tbody > tr > th.corn-light,
.table > tfoot > tr > th.corn-light,
.table > thead > tr.corn-light > td,
.table > tbody > tr.corn-light > td,
.table > tfoot > tr.corn-light > td,
.table > thead > tr.corn-light > th,
.table > tbody > tr.corn-light > th,
.table > tfoot > tr.corn-light > th {
  color: #000000;
  background-color: #ffe67b !important;
}
.table-hover > tbody > tr > td.corn-light:hover,
.table-hover > tbody > tr > th.corn-light:hover,
.table-hover > tbody > tr.corn-light:hover > td,
.table-hover > tbody > tr.corn-light:hover > th {
  background-color: #ffe262 !important;
}
.text-corn {
  color: #e1b700;
}
a.text-corn:hover {
  color: #ae8e00;
}
a.text-corn:hover {
  color: #ffd10b;
}
a.text-corn:active {
  color: #a48500;
}
.text-corn-alt {
  background-color: #e1b700;
  color: #fff;
}
a.text-corn-alt:hover,
a.text-corn-alt:active {
  color: #ffdd48;
  background-color: #483b00;
  text-decoration: none;
}
a.text-corn-alt:active {
  background-color: #ae8e00;
}
.well.well-corn {
  color: #fff;
  background-color: #e1b700;
  border: 1px solid #e1b700;
}
.well.well-corn-border {
  border-color: #e1b700;
}
.alert.alert-red-violet {
  background-color: #cd5f98;
  border-color: #cd5f98;
  color: #ffffff;
}
.alert.alert-red-violet hr {
  border-top-color: #a2185f;
}
.alert.alert-red-violet .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-red-violet .alert-link.hover,
.alert.alert-red-violet .alert-link:hover,
.alert.alert-red-violet .alert-link.focus,
.alert.alert-red-violet .alert-link:focus {
  text-decoration: none;
}
.badge-red-violet {
  background-color: #b81b6c;
  border: 1px solid #b81b6c;
}
.badge-red-violet[href]:hover,
.badge-red-violet[href]:focus {
  background-color: #8c1452;
}
.bootstrap-switch > div > span.bootstrap-switch-red-violet {
  color: #fff !important;
  background: #b81b6c !important;
}
.has-red-violet .bootstrap-switch {
  border-color: #b81b6c;
}
.btn-red-violet {
  color: #ffffff;
  background-color: #b81b6c;
  border-color: #b81b6c;
  transition: all 100ms linear;
}
.btn-red-violet:hover,
.btn-red-violet:focus,
.btn-red-violet:active,
.btn-red-violet.active,
.open .dropdown-toggle.btn-red-violet {
  color: #ffffff;
  background-color: #941657;
  border-color: #83134d;
}
.btn-red-violet:active,
.btn-red-violet.active,
.open .dropdown-toggle.btn-red-violet {
  background-image: none;
}
.btn-red-violet.disabled,
.btn-red-violet[disabled],
fieldset[disabled] .btn-red-violet,
.btn-red-violet.disabled:hover,
.btn-red-violet[disabled]:hover,
fieldset[disabled] .btn-red-violet:hover,
.btn-red-violet.disabled:focus,
.btn-red-violet[disabled]:focus,
fieldset[disabled] .btn-red-violet:focus,
.btn-red-violet.disabled:active,
.btn-red-violet[disabled]:active,
fieldset[disabled] .btn-red-violet:active,
.btn-red-violet.disabled.active,
.btn-red-violet[disabled].active,
fieldset[disabled] .btn-red-violet.active {
  background-color: #b81b6c;
  border-color: #b81b6c;
}
.btn-red-violet .badge {
  color: #b81b6c;
  background-color: #ffffff;
}
.btn-red-violet:focus {
  color: #ffffff;
  background-color: #b81b6c;
  border-color: #b81b6c;
}
.btn-red-violet:hover {
  color: #ffffff;
  background-color: #dc2081;
  border-color: #dc2081;
}
.btn-red-violet:active,
.btn-red-violet.active,
.open .dropdown-toggle.btn-red-violet {
  background-color: #941657;
  border-color: #941657;
}
.btn-red-violet.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-red-violet.btn-transparent {
  background-color: transparent !important;
}
.btn-red-violet-border {
  color: #b81b6c;
  background-color: #ffffff;
  border-color: #b81b6c;
  transition: all 100ms linear;
}
.btn-red-violet-border:hover,
.btn-red-violet-border:focus,
.btn-red-violet-border:active,
.btn-red-violet-border.active,
.open .dropdown-toggle.btn-red-violet-border {
  color: #b81b6c;
  background-color: #ebebeb;
  border-color: #83134d;
}
.btn-red-violet-border:active,
.btn-red-violet-border.active,
.open .dropdown-toggle.btn-red-violet-border {
  background-image: none;
}
.btn-red-violet-border.disabled,
.btn-red-violet-border[disabled],
fieldset[disabled] .btn-red-violet-border,
.btn-red-violet-border.disabled:hover,
.btn-red-violet-border[disabled]:hover,
fieldset[disabled] .btn-red-violet-border:hover,
.btn-red-violet-border.disabled:focus,
.btn-red-violet-border[disabled]:focus,
fieldset[disabled] .btn-red-violet-border:focus,
.btn-red-violet-border.disabled:active,
.btn-red-violet-border[disabled]:active,
fieldset[disabled] .btn-red-violet-border:active,
.btn-red-violet-border.disabled.active,
.btn-red-violet-border[disabled].active,
fieldset[disabled] .btn-red-violet-border.active {
  background-color: #ffffff;
  border-color: #b81b6c;
}
.btn-red-violet-border .badge {
  color: #ffffff;
  background-color: #b81b6c;
}
.btn-red-violet-border:focus {
  color: #b81b6c;
  background-color: #ffffff;
  border-color: #b81b6c;
}
.btn-red-violet-border:hover {
  color: #b81b6c;
  background-color: #ffffff;
  border-color: #dc2081;
}
.btn-red-violet-border:active,
.btn-red-violet-border.active,
.open .dropdown-toggle.btn-red-violet-border {
  background-color: #ebebeb;
  border-color: #941657;
}
.btn-red-violet-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-red-violet-border.btn-transparent {
  background-color: transparent !important;
}
.btn-red-violet-border:hover {
  color: #e34195;
  background-color: #ffffff;
  border-color: #e34195;
}
.btn-red-violet-border:active,
.btn-red-violet-border.active,
.open .dropdown-toggle.btn-red-violet-border {
  color: #941657;
  background-color: #ebebeb;
  border-color: #941657;
}
.btn-red-violet-border-2x {
  color: #b81b6c;
  background-color: #ffffff;
  border-color: #b81b6c;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-red-violet-border-2x:hover,
.btn-red-violet-border-2x:focus,
.btn-red-violet-border-2x:active,
.btn-red-violet-border-2x.active,
.open .dropdown-toggle.btn-red-violet-border-2x {
  color: #b81b6c;
  background-color: #ebebeb;
  border-color: #83134d;
}
.btn-red-violet-border-2x:active,
.btn-red-violet-border-2x.active,
.open .dropdown-toggle.btn-red-violet-border-2x {
  background-image: none;
}
.btn-red-violet-border-2x.disabled,
.btn-red-violet-border-2x[disabled],
fieldset[disabled] .btn-red-violet-border-2x,
.btn-red-violet-border-2x.disabled:hover,
.btn-red-violet-border-2x[disabled]:hover,
fieldset[disabled] .btn-red-violet-border-2x:hover,
.btn-red-violet-border-2x.disabled:focus,
.btn-red-violet-border-2x[disabled]:focus,
fieldset[disabled] .btn-red-violet-border-2x:focus,
.btn-red-violet-border-2x.disabled:active,
.btn-red-violet-border-2x[disabled]:active,
fieldset[disabled] .btn-red-violet-border-2x:active,
.btn-red-violet-border-2x.disabled.active,
.btn-red-violet-border-2x[disabled].active,
fieldset[disabled] .btn-red-violet-border-2x.active {
  background-color: #ffffff;
  border-color: #b81b6c;
}
.btn-red-violet-border-2x .badge {
  color: #ffffff;
  background-color: #b81b6c;
}
.btn-red-violet-border-2x:focus {
  color: #b81b6c;
  background-color: #ffffff;
  border-color: #b81b6c;
}
.btn-red-violet-border-2x:hover {
  color: #b81b6c;
  background-color: #ffffff;
  border-color: #dc2081;
}
.btn-red-violet-border-2x:active,
.btn-red-violet-border-2x.active,
.open .dropdown-toggle.btn-red-violet-border-2x {
  background-color: #ebebeb;
  border-color: #941657;
}
.btn-red-violet-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-red-violet-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-red-violet-border-2x:hover {
  color: #e34195;
  background-color: #ffffff;
  border-color: #e34195;
}
.btn-red-violet-border-2x:active,
.btn-red-violet-border-2x.active,
.open .dropdown-toggle.btn-red-violet-border-2x {
  color: #941657;
  background-color: #ebebeb;
  border-color: #941657;
}
.btn-red-violet-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-red-violet-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-red-violet-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-red-violet-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-red-violet-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-red-violet-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-red-violet-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-red-violet-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-red-violet-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-red-violet-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-red-violet-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-red-violet-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-red-violet {
  border-color: #941657;
}
.dropdown-red-violet > li > a {
  color: #711142 !important;
}
.dropdown-red-violet > li > a:hover,
.dropdown-red-violet > li > a:focus {
  color: #dc2081 !important;
  background-color: transparent !important;
}
.dropdown-red-violet .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #941657;
}
.dropdown-red-violet .dropdown-header {
  color: #b81b6c;
}
.dropdown-red-violet-bg {
  border-color: #941657;
  border-left: 0;
  border-right: 0;
  background-color: #941657 !important;
  color: #fff !important;
}
.dropdown-red-violet-bg > li > a {
  color: #ffffff !important;
  background-color: #941657 !important;
}
.dropdown-red-violet-bg > li > a:hover,
.dropdown-red-violet-bg > li > a:focus {
  color: #ec80b8 !important;
  background-color: #b81b6c !important;
}
.dropdown-red-violet-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #af1a67;
}
.dropdown-red-violet-bg .dropdown-header {
  font-weight: 600;
  color: #ec80b8;
}
.has-red-violet .help-block,
.has-red-violet .control-label,
.has-red-violet .radio,
.has-red-violet .checkbox,
.has-red-violet .radio-inline,
.has-red-violet .checkbox-inline {
  color: #b81b6c;
}
.has-red-violet .form-control {
  border-color: #b81b6c;
  -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-red-violet .form-control:focus {
  border-color: #8c1452;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6539f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6539f;
}
.has-red-violet .input-group-addon {
  color: #ffffff;
  border-color: #b81b6c;
  background-color: #b81b6c;
}
.has-red-violet .form-control-feedback {
  color: #b81b6c;
}
.label.label-red-violet {
  background-color: #b81b6c;
  border: 1px solid #b81b6c;
}
.label.label-red-violet[href]:hover,
.label.label-red-violet[href]:focus {
  background-color: #8c1452;
}
.panel.panel-red-violet {
  border-color: #b81b6c;
}
.panel.panel-red-violet > .panel-heading {
  color: #ffffff;
  background-color: #b81b6c;
  border-color: #b81b6c;
}
.panel.panel-red-violet > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b81b6c;
}
.panel.panel-red-violet > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b81b6c;
}
.panel.panel-red-violet-bg {
  border-color: #b81b6c;
  background-color: #b81b6c;
}
.panel.panel-red-violet-bg > .panel-heading {
  color: #ffffff;
  border-color: #d31f7c;
}
.panel.panel-red-violet-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b81b6c;
}
.panel.panel-red-violet-bg > .panel-footer {
  background-color: #b81b6c;
  color: #ffffff;
  border-top: 1px solid #d31f7c;
}
.panel.panel-red-violet-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b81b6c;
}
.panel.panel-red-violet-bg .panel-body {
  background-color: #b81b6c;
  color: #ffffff;
}
.pillbox li.status-red-violet {
  background-color: #b81b6c;
  border-color: #b81b6c;
  color: #fff;
}
.pillbox li.status-red-violet:after {
  color: #fff;
}
.progress-bar-red-violet {
  background-color: #b81b6c;
}
.progress-striped .progress-bar-red-violet {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.red-violet,
.table > tbody > tr > td.red-violet,
.table > tfoot > tr > td.red-violet,
.table > thead > tr > th.red-violet,
.table > tbody > tr > th.red-violet,
.table > tfoot > tr > th.red-violet,
.table > thead > tr.red-violet > td,
.table > tbody > tr.red-violet > td,
.table > tfoot > tr.red-violet > td,
.table > thead > tr.red-violet > th,
.table > tbody > tr.red-violet > th,
.table > tfoot > tr.red-violet > th {
  color: #ffffff;
  background-color: #b81b6c !important;
}
.table-hover > tbody > tr > td.red-violet:hover,
.table-hover > tbody > tr > th.red-violet:hover,
.table-hover > tbody > tr.red-violet:hover > td,
.table-hover > tbody > tr.red-violet:hover > th {
  background-color: #a2185f !important;
}
.table > thead > tr > td.red-violet-light,
.table > tbody > tr > td.red-violet-light,
.table > tfoot > tr > td.red-violet-light,
.table > thead > tr > th.red-violet-light,
.table > tbody > tr > th.red-violet-light,
.table > tfoot > tr > th.red-violet-light,
.table > thead > tr.red-violet-light > td,
.table > tbody > tr.red-violet-light > td,
.table > tfoot > tr.red-violet-light > td,
.table > thead > tr.red-violet-light > th,
.table > tbody > tr.red-violet-light > th,
.table > tfoot > tr.red-violet-light > th {
  color: #000000;
  background-color: #ec80b8 !important;
}
.table-hover > tbody > tr > td.red-violet-light:hover,
.table-hover > tbody > tr > th.red-violet-light:hover,
.table-hover > tbody > tr.red-violet-light:hover > td,
.table-hover > tbody > tr.red-violet-light:hover > th {
  background-color: #e969ab !important;
}
.text-red-violet {
  color: #b81b6c;
}
a.text-red-violet:hover {
  color: #8c1452;
}
a.text-red-violet:hover {
  color: #dc2081;
}
a.text-red-violet:active {
  color: #83134d;
}
.text-red-violet-alt {
  background-color: #b81b6c;
  color: #fff;
}
a.text-red-violet-alt:hover,
a.text-red-violet-alt:active {
  color: #e6539f;
  background-color: #33071e;
  text-decoration: none;
}
a.text-red-violet-alt:active {
  background-color: #8c1452;
}
.well.well-red-violet {
  color: #fff;
  background-color: #b81b6c;
  border: 1px solid #b81b6c;
}
.well.well-red-violet-border {
  border-color: #b81b6c;
}
.alert.alert-milano-red {
  background-color: #c8624d;
  border-color: #c8624d;
  color: #ffffff;
}
.alert.alert-milano-red hr {
  border-top-color: #971a00;
}
.alert.alert-milano-red .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-milano-red .alert-link.hover,
.alert.alert-milano-red .alert-link:hover,
.alert.alert-milano-red .alert-link.focus,
.alert.alert-milano-red .alert-link:focus {
  text-decoration: none;
}
.badge-milano-red {
  background-color: #b01e00;
  border: 1px solid #b01e00;
}
.badge-milano-red[href]:hover,
.badge-milano-red[href]:focus {
  background-color: #7d1500;
}
.bootstrap-switch > div > span.bootstrap-switch-milano-red {
  color: #fff !important;
  background: #b01e00 !important;
}
.has-milano-red .bootstrap-switch {
  border-color: #b01e00;
}
.btn-milano-red {
  color: #ffffff;
  background-color: #b01e00;
  border-color: #b01e00;
  transition: all 100ms linear;
}
.btn-milano-red:hover,
.btn-milano-red:focus,
.btn-milano-red:active,
.btn-milano-red.active,
.open .dropdown-toggle.btn-milano-red {
  color: #ffffff;
  background-color: #871700;
  border-color: #731400;
}
.btn-milano-red:active,
.btn-milano-red.active,
.open .dropdown-toggle.btn-milano-red {
  background-image: none;
}
.btn-milano-red.disabled,
.btn-milano-red[disabled],
fieldset[disabled] .btn-milano-red,
.btn-milano-red.disabled:hover,
.btn-milano-red[disabled]:hover,
fieldset[disabled] .btn-milano-red:hover,
.btn-milano-red.disabled:focus,
.btn-milano-red[disabled]:focus,
fieldset[disabled] .btn-milano-red:focus,
.btn-milano-red.disabled:active,
.btn-milano-red[disabled]:active,
fieldset[disabled] .btn-milano-red:active,
.btn-milano-red.disabled.active,
.btn-milano-red[disabled].active,
fieldset[disabled] .btn-milano-red.active {
  background-color: #b01e00;
  border-color: #b01e00;
}
.btn-milano-red .badge {
  color: #b01e00;
  background-color: #ffffff;
}
.btn-milano-red:focus {
  color: #ffffff;
  background-color: #b01e00;
  border-color: #b01e00;
}
.btn-milano-red:hover {
  color: #ffffff;
  background-color: #d92500;
  border-color: #d92500;
}
.btn-milano-red:active,
.btn-milano-red.active,
.open .dropdown-toggle.btn-milano-red {
  background-color: #871700;
  border-color: #871700;
}
.btn-milano-red.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-milano-red.btn-transparent {
  background-color: transparent !important;
}
.btn-milano-red-border {
  color: #b01e00;
  background-color: #ffffff;
  border-color: #b01e00;
  transition: all 100ms linear;
}
.btn-milano-red-border:hover,
.btn-milano-red-border:focus,
.btn-milano-red-border:active,
.btn-milano-red-border.active,
.open .dropdown-toggle.btn-milano-red-border {
  color: #b01e00;
  background-color: #ebebeb;
  border-color: #731400;
}
.btn-milano-red-border:active,
.btn-milano-red-border.active,
.open .dropdown-toggle.btn-milano-red-border {
  background-image: none;
}
.btn-milano-red-border.disabled,
.btn-milano-red-border[disabled],
fieldset[disabled] .btn-milano-red-border,
.btn-milano-red-border.disabled:hover,
.btn-milano-red-border[disabled]:hover,
fieldset[disabled] .btn-milano-red-border:hover,
.btn-milano-red-border.disabled:focus,
.btn-milano-red-border[disabled]:focus,
fieldset[disabled] .btn-milano-red-border:focus,
.btn-milano-red-border.disabled:active,
.btn-milano-red-border[disabled]:active,
fieldset[disabled] .btn-milano-red-border:active,
.btn-milano-red-border.disabled.active,
.btn-milano-red-border[disabled].active,
fieldset[disabled] .btn-milano-red-border.active {
  background-color: #ffffff;
  border-color: #b01e00;
}
.btn-milano-red-border .badge {
  color: #ffffff;
  background-color: #b01e00;
}
.btn-milano-red-border:focus {
  color: #b01e00;
  background-color: #ffffff;
  border-color: #b01e00;
}
.btn-milano-red-border:hover {
  color: #b01e00;
  background-color: #ffffff;
  border-color: #d92500;
}
.btn-milano-red-border:active,
.btn-milano-red-border.active,
.open .dropdown-toggle.btn-milano-red-border {
  background-color: #ebebeb;
  border-color: #871700;
}
.btn-milano-red-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-milano-red-border.btn-transparent {
  background-color: transparent !important;
}
.btn-milano-red-border:hover {
  color: #ff2e03;
  background-color: #ffffff;
  border-color: #ff2e03;
}
.btn-milano-red-border:active,
.btn-milano-red-border.active,
.open .dropdown-toggle.btn-milano-red-border {
  color: #871700;
  background-color: #ebebeb;
  border-color: #871700;
}
.btn-milano-red-border-2x {
  color: #b01e00;
  background-color: #ffffff;
  border-color: #b01e00;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-milano-red-border-2x:hover,
.btn-milano-red-border-2x:focus,
.btn-milano-red-border-2x:active,
.btn-milano-red-border-2x.active,
.open .dropdown-toggle.btn-milano-red-border-2x {
  color: #b01e00;
  background-color: #ebebeb;
  border-color: #731400;
}
.btn-milano-red-border-2x:active,
.btn-milano-red-border-2x.active,
.open .dropdown-toggle.btn-milano-red-border-2x {
  background-image: none;
}
.btn-milano-red-border-2x.disabled,
.btn-milano-red-border-2x[disabled],
fieldset[disabled] .btn-milano-red-border-2x,
.btn-milano-red-border-2x.disabled:hover,
.btn-milano-red-border-2x[disabled]:hover,
fieldset[disabled] .btn-milano-red-border-2x:hover,
.btn-milano-red-border-2x.disabled:focus,
.btn-milano-red-border-2x[disabled]:focus,
fieldset[disabled] .btn-milano-red-border-2x:focus,
.btn-milano-red-border-2x.disabled:active,
.btn-milano-red-border-2x[disabled]:active,
fieldset[disabled] .btn-milano-red-border-2x:active,
.btn-milano-red-border-2x.disabled.active,
.btn-milano-red-border-2x[disabled].active,
fieldset[disabled] .btn-milano-red-border-2x.active {
  background-color: #ffffff;
  border-color: #b01e00;
}
.btn-milano-red-border-2x .badge {
  color: #ffffff;
  background-color: #b01e00;
}
.btn-milano-red-border-2x:focus {
  color: #b01e00;
  background-color: #ffffff;
  border-color: #b01e00;
}
.btn-milano-red-border-2x:hover {
  color: #b01e00;
  background-color: #ffffff;
  border-color: #d92500;
}
.btn-milano-red-border-2x:active,
.btn-milano-red-border-2x.active,
.open .dropdown-toggle.btn-milano-red-border-2x {
  background-color: #ebebeb;
  border-color: #871700;
}
.btn-milano-red-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-milano-red-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-milano-red-border-2x:hover {
  color: #ff2e03;
  background-color: #ffffff;
  border-color: #ff2e03;
}
.btn-milano-red-border-2x:active,
.btn-milano-red-border-2x.active,
.open .dropdown-toggle.btn-milano-red-border-2x {
  color: #871700;
  background-color: #ebebeb;
  border-color: #871700;
}
.btn-milano-red-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-milano-red-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-milano-red-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-milano-red-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-milano-red-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-milano-red-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-milano-red-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-milano-red-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-milano-red-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-milano-red-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-milano-red-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-milano-red-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-milano-red {
  border-color: #871700;
}
.dropdown-milano-red > li > a {
  color: #5e1000 !important;
}
.dropdown-milano-red > li > a:hover,
.dropdown-milano-red > li > a:focus {
  color: #d92500 !important;
  background-color: transparent !important;
}
.dropdown-milano-red .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #871700;
}
.dropdown-milano-red .dropdown-header {
  color: #b01e00;
}
.dropdown-milano-red-bg {
  border-color: #871700;
  border-left: 0;
  border-right: 0;
  background-color: #871700 !important;
  color: #fff !important;
}
.dropdown-milano-red-bg > li > a {
  color: #ffffff !important;
  background-color: #871700 !important;
}
.dropdown-milano-red-bg > li > a:hover,
.dropdown-milano-red-bg > li > a:focus {
  color: #ff694a !important;
  background-color: #b01e00 !important;
}
.dropdown-milano-red-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #a61c00;
}
.dropdown-milano-red-bg .dropdown-header {
  font-weight: 600;
  color: #ff694a;
}
.has-milano-red .help-block,
.has-milano-red .control-label,
.has-milano-red .radio,
.has-milano-red .checkbox,
.has-milano-red .radio-inline,
.has-milano-red .checkbox-inline {
  color: #b01e00;
}
.has-milano-red .form-control {
  border-color: #b01e00;
  -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-milano-red .form-control:focus {
  border-color: #7d1500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3f17;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3f17;
}
.has-milano-red .input-group-addon {
  color: #ffffff;
  border-color: #b01e00;
  background-color: #b01e00;
}
.has-milano-red .form-control-feedback {
  color: #b01e00;
}
.label.label-milano-red {
  background-color: #b01e00;
  border: 1px solid #b01e00;
}
.label.label-milano-red[href]:hover,
.label.label-milano-red[href]:focus {
  background-color: #7d1500;
}
.panel.panel-milano-red {
  border-color: #b01e00;
}
.panel.panel-milano-red > .panel-heading {
  color: #ffffff;
  background-color: #b01e00;
  border-color: #b01e00;
}
.panel.panel-milano-red > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b01e00;
}
.panel.panel-milano-red > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b01e00;
}
.panel.panel-milano-red-bg {
  border-color: #b01e00;
  background-color: #b01e00;
}
.panel.panel-milano-red-bg > .panel-heading {
  color: #ffffff;
  border-color: #cf2300;
}
.panel.panel-milano-red-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b01e00;
}
.panel.panel-milano-red-bg > .panel-footer {
  background-color: #b01e00;
  color: #ffffff;
  border-top: 1px solid #cf2300;
}
.panel.panel-milano-red-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b01e00;
}
.panel.panel-milano-red-bg .panel-body {
  background-color: #b01e00;
  color: #ffffff;
}
.pillbox li.status-milano-red {
  background-color: #b01e00;
  border-color: #b01e00;
  color: #fff;
}
.pillbox li.status-milano-red:after {
  color: #fff;
}
.progress-bar-milano-red {
  background-color: #b01e00;
}
.progress-striped .progress-bar-milano-red {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.milano-red,
.table > tbody > tr > td.milano-red,
.table > tfoot > tr > td.milano-red,
.table > thead > tr > th.milano-red,
.table > tbody > tr > th.milano-red,
.table > tfoot > tr > th.milano-red,
.table > thead > tr.milano-red > td,
.table > tbody > tr.milano-red > td,
.table > tfoot > tr.milano-red > td,
.table > thead > tr.milano-red > th,
.table > tbody > tr.milano-red > th,
.table > tfoot > tr.milano-red > th {
  color: #ffffff;
  background-color: #b01e00 !important;
}
.table-hover > tbody > tr > td.milano-red:hover,
.table-hover > tbody > tr > th.milano-red:hover,
.table-hover > tbody > tr.milano-red:hover > td,
.table-hover > tbody > tr.milano-red:hover > th {
  background-color: #971a00 !important;
}
.table > thead > tr > td.milano-red-light,
.table > tbody > tr > td.milano-red-light,
.table > tfoot > tr > td.milano-red-light,
.table > thead > tr > th.milano-red-light,
.table > tbody > tr > th.milano-red-light,
.table > tfoot > tr > th.milano-red-light,
.table > thead > tr.milano-red-light > td,
.table > tbody > tr.milano-red-light > td,
.table > tfoot > tr.milano-red-light > td,
.table > thead > tr.milano-red-light > th,
.table > tbody > tr.milano-red-light > th,
.table > tfoot > tr.milano-red-light > th {
  color: #000000;
  background-color: #ff694a !important;
}
.table-hover > tbody > tr > td.milano-red-light:hover,
.table-hover > tbody > tr > th.milano-red-light:hover,
.table-hover > tbody > tr.milano-red-light:hover > td,
.table-hover > tbody > tr.milano-red-light:hover > th {
  background-color: #ff5430 !important;
}
.text-milano-red {
  color: #b01e00;
}
a.text-milano-red:hover {
  color: #7d1500;
}
a.text-milano-red:hover {
  color: #d92500;
}
a.text-milano-red:active {
  color: #731400;
}
.text-milano-red-alt {
  background-color: #b01e00;
  color: #fff;
}
a.text-milano-red-alt:hover,
a.text-milano-red-alt:active {
  color: #ff3f17;
  background-color: #170400;
  text-decoration: none;
}
a.text-milano-red-alt:active {
  background-color: #7d1500;
}
.well.well-milano-red {
  color: #fff;
  background-color: #b01e00;
  border: 1px solid #b01e00;
}
.well.well-milano-red-border {
  border-color: #b01e00;
}
.alert.alert-malachite {
  background-color: #4dd479;
  border-color: #4dd479;
  color: #ffffff;
}
.alert.alert-malachite hr {
  border-top-color: #00a837;
}
.alert.alert-malachite .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-malachite .alert-link.hover,
.alert.alert-malachite .alert-link:hover,
.alert.alert-malachite .alert-link.focus,
.alert.alert-malachite .alert-link:focus {
  text-decoration: none;
}
.badge-malachite {
  background-color: #00c13f;
  border: 1px solid #00c13f;
}
.badge-malachite[href]:hover,
.badge-malachite[href]:focus {
  background-color: #008e2e;
}
.bootstrap-switch > div > span.bootstrap-switch-malachite {
  color: #fff !important;
  background: #00c13f !important;
}
.has-malachite .bootstrap-switch {
  border-color: #00c13f;
}
.btn-malachite {
  color: #ffffff;
  background-color: #00c13f;
  border-color: #00c13f;
  transition: all 100ms linear;
}
.btn-malachite:hover,
.btn-malachite:focus,
.btn-malachite:active,
.btn-malachite.active,
.open .dropdown-toggle.btn-malachite {
  color: #ffffff;
  background-color: #009832;
  border-color: #00842b;
}
.btn-malachite:active,
.btn-malachite.active,
.open .dropdown-toggle.btn-malachite {
  background-image: none;
}
.btn-malachite.disabled,
.btn-malachite[disabled],
fieldset[disabled] .btn-malachite,
.btn-malachite.disabled:hover,
.btn-malachite[disabled]:hover,
fieldset[disabled] .btn-malachite:hover,
.btn-malachite.disabled:focus,
.btn-malachite[disabled]:focus,
fieldset[disabled] .btn-malachite:focus,
.btn-malachite.disabled:active,
.btn-malachite[disabled]:active,
fieldset[disabled] .btn-malachite:active,
.btn-malachite.disabled.active,
.btn-malachite[disabled].active,
fieldset[disabled] .btn-malachite.active {
  background-color: #00c13f;
  border-color: #00c13f;
}
.btn-malachite .badge {
  color: #00c13f;
  background-color: #ffffff;
}
.btn-malachite:focus {
  color: #ffffff;
  background-color: #00c13f;
  border-color: #00c13f;
}
.btn-malachite:hover {
  color: #ffffff;
  background-color: #00ea4c;
  border-color: #00ea4c;
}
.btn-malachite:active,
.btn-malachite.active,
.open .dropdown-toggle.btn-malachite {
  background-color: #009832;
  border-color: #009832;
}
.btn-malachite.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-malachite.btn-transparent {
  background-color: transparent !important;
}
.btn-malachite-border {
  color: #00c13f;
  background-color: #ffffff;
  border-color: #00c13f;
  transition: all 100ms linear;
}
.btn-malachite-border:hover,
.btn-malachite-border:focus,
.btn-malachite-border:active,
.btn-malachite-border.active,
.open .dropdown-toggle.btn-malachite-border {
  color: #00c13f;
  background-color: #ebebeb;
  border-color: #00842b;
}
.btn-malachite-border:active,
.btn-malachite-border.active,
.open .dropdown-toggle.btn-malachite-border {
  background-image: none;
}
.btn-malachite-border.disabled,
.btn-malachite-border[disabled],
fieldset[disabled] .btn-malachite-border,
.btn-malachite-border.disabled:hover,
.btn-malachite-border[disabled]:hover,
fieldset[disabled] .btn-malachite-border:hover,
.btn-malachite-border.disabled:focus,
.btn-malachite-border[disabled]:focus,
fieldset[disabled] .btn-malachite-border:focus,
.btn-malachite-border.disabled:active,
.btn-malachite-border[disabled]:active,
fieldset[disabled] .btn-malachite-border:active,
.btn-malachite-border.disabled.active,
.btn-malachite-border[disabled].active,
fieldset[disabled] .btn-malachite-border.active {
  background-color: #ffffff;
  border-color: #00c13f;
}
.btn-malachite-border .badge {
  color: #ffffff;
  background-color: #00c13f;
}
.btn-malachite-border:focus {
  color: #00c13f;
  background-color: #ffffff;
  border-color: #00c13f;
}
.btn-malachite-border:hover {
  color: #00c13f;
  background-color: #ffffff;
  border-color: #00ea4c;
}
.btn-malachite-border:active,
.btn-malachite-border.active,
.open .dropdown-toggle.btn-malachite-border {
  background-color: #ebebeb;
  border-color: #009832;
}
.btn-malachite-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-malachite-border.btn-transparent {
  background-color: transparent !important;
}
.btn-malachite-border:hover {
  color: #14ff60;
  background-color: #ffffff;
  border-color: #14ff60;
}
.btn-malachite-border:active,
.btn-malachite-border.active,
.open .dropdown-toggle.btn-malachite-border {
  color: #009832;
  background-color: #ebebeb;
  border-color: #009832;
}
.btn-malachite-border-2x {
  color: #00c13f;
  background-color: #ffffff;
  border-color: #00c13f;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-malachite-border-2x:hover,
.btn-malachite-border-2x:focus,
.btn-malachite-border-2x:active,
.btn-malachite-border-2x.active,
.open .dropdown-toggle.btn-malachite-border-2x {
  color: #00c13f;
  background-color: #ebebeb;
  border-color: #00842b;
}
.btn-malachite-border-2x:active,
.btn-malachite-border-2x.active,
.open .dropdown-toggle.btn-malachite-border-2x {
  background-image: none;
}
.btn-malachite-border-2x.disabled,
.btn-malachite-border-2x[disabled],
fieldset[disabled] .btn-malachite-border-2x,
.btn-malachite-border-2x.disabled:hover,
.btn-malachite-border-2x[disabled]:hover,
fieldset[disabled] .btn-malachite-border-2x:hover,
.btn-malachite-border-2x.disabled:focus,
.btn-malachite-border-2x[disabled]:focus,
fieldset[disabled] .btn-malachite-border-2x:focus,
.btn-malachite-border-2x.disabled:active,
.btn-malachite-border-2x[disabled]:active,
fieldset[disabled] .btn-malachite-border-2x:active,
.btn-malachite-border-2x.disabled.active,
.btn-malachite-border-2x[disabled].active,
fieldset[disabled] .btn-malachite-border-2x.active {
  background-color: #ffffff;
  border-color: #00c13f;
}
.btn-malachite-border-2x .badge {
  color: #ffffff;
  background-color: #00c13f;
}
.btn-malachite-border-2x:focus {
  color: #00c13f;
  background-color: #ffffff;
  border-color: #00c13f;
}
.btn-malachite-border-2x:hover {
  color: #00c13f;
  background-color: #ffffff;
  border-color: #00ea4c;
}
.btn-malachite-border-2x:active,
.btn-malachite-border-2x.active,
.open .dropdown-toggle.btn-malachite-border-2x {
  background-color: #ebebeb;
  border-color: #009832;
}
.btn-malachite-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-malachite-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-malachite-border-2x:hover {
  color: #14ff60;
  background-color: #ffffff;
  border-color: #14ff60;
}
.btn-malachite-border-2x:active,
.btn-malachite-border-2x.active,
.open .dropdown-toggle.btn-malachite-border-2x {
  color: #009832;
  background-color: #ebebeb;
  border-color: #009832;
}
.btn-malachite-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-malachite-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-malachite-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-malachite-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-malachite-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-malachite-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-malachite-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-malachite-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-malachite-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-malachite-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-malachite-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-malachite-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-malachite {
  border-color: #009832;
}
.dropdown-malachite > li > a {
  color: #006f24 !important;
}
.dropdown-malachite > li > a:hover,
.dropdown-malachite > li > a:focus {
  color: #00ea4c !important;
  background-color: transparent !important;
}
.dropdown-malachite .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #009832;
}
.dropdown-malachite .dropdown-header {
  color: #00c13f;
}
.dropdown-malachite-bg {
  border-color: #009832;
  border-left: 0;
  border-right: 0;
  background-color: #009832 !important;
  color: #fff !important;
}
.dropdown-malachite-bg > li > a {
  color: #ffffff !important;
  background-color: #009832 !important;
}
.dropdown-malachite-bg > li > a:hover,
.dropdown-malachite-bg > li > a:focus {
  color: #5bff91 !important;
  background-color: #00c13f !important;
}
.dropdown-malachite-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #00b73c;
}
.dropdown-malachite-bg .dropdown-header {
  font-weight: 600;
  color: #5bff91;
}
.has-malachite .help-block,
.has-malachite .control-label,
.has-malachite .radio,
.has-malachite .checkbox,
.has-malachite .radio-inline,
.has-malachite .checkbox-inline {
  color: #00c13f;
}
.has-malachite .form-control {
  border-color: #00c13f;
  -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-malachite .form-control:focus {
  border-color: #008e2e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #28ff6e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #28ff6e;
}
.has-malachite .input-group-addon {
  color: #ffffff;
  border-color: #00c13f;
  background-color: #00c13f;
}
.has-malachite .form-control-feedback {
  color: #00c13f;
}
.label.label-malachite {
  background-color: #00c13f;
  border: 1px solid #00c13f;
}
.label.label-malachite[href]:hover,
.label.label-malachite[href]:focus {
  background-color: #008e2e;
}
.panel.panel-malachite {
  border-color: #00c13f;
}
.panel.panel-malachite > .panel-heading {
  color: #ffffff;
  background-color: #00c13f;
  border-color: #00c13f;
}
.panel.panel-malachite > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00c13f;
}
.panel.panel-malachite > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00c13f;
}
.panel.panel-malachite-bg {
  border-color: #00c13f;
  background-color: #00c13f;
}
.panel.panel-malachite-bg > .panel-heading {
  color: #ffffff;
  border-color: #00e049;
}
.panel.panel-malachite-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00c13f;
}
.panel.panel-malachite-bg > .panel-footer {
  background-color: #00c13f;
  color: #ffffff;
  border-top: 1px solid #00e049;
}
.panel.panel-malachite-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00c13f;
}
.panel.panel-malachite-bg .panel-body {
  background-color: #00c13f;
  color: #ffffff;
}
.pillbox li.status-malachite {
  background-color: #00c13f;
  border-color: #00c13f;
  color: #fff;
}
.pillbox li.status-malachite:after {
  color: #fff;
}
.progress-bar-malachite {
  background-color: #00c13f;
}
.progress-striped .progress-bar-malachite {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.malachite,
.table > tbody > tr > td.malachite,
.table > tfoot > tr > td.malachite,
.table > thead > tr > th.malachite,
.table > tbody > tr > th.malachite,
.table > tfoot > tr > th.malachite,
.table > thead > tr.malachite > td,
.table > tbody > tr.malachite > td,
.table > tfoot > tr.malachite > td,
.table > thead > tr.malachite > th,
.table > tbody > tr.malachite > th,
.table > tfoot > tr.malachite > th {
  color: #ffffff;
  background-color: #00c13f !important;
}
.table-hover > tbody > tr > td.malachite:hover,
.table-hover > tbody > tr > th.malachite:hover,
.table-hover > tbody > tr.malachite:hover > td,
.table-hover > tbody > tr.malachite:hover > th {
  background-color: #00a837 !important;
}
.table > thead > tr > td.malachite-light,
.table > tbody > tr > td.malachite-light,
.table > tfoot > tr > td.malachite-light,
.table > thead > tr > th.malachite-light,
.table > tbody > tr > th.malachite-light,
.table > tfoot > tr > th.malachite-light,
.table > thead > tr.malachite-light > td,
.table > tbody > tr.malachite-light > td,
.table > tfoot > tr.malachite-light > td,
.table > thead > tr.malachite-light > th,
.table > tbody > tr.malachite-light > th,
.table > tfoot > tr.malachite-light > th {
  color: #000000;
  background-color: #5bff91 !important;
}
.table-hover > tbody > tr > td.malachite-light:hover,
.table-hover > tbody > tr > th.malachite-light:hover,
.table-hover > tbody > tr.malachite-light:hover > td,
.table-hover > tbody > tr.malachite-light:hover > th {
  background-color: #42ff7f !important;
}
.text-malachite {
  color: #00c13f;
}
a.text-malachite:hover {
  color: #008e2e;
}
a.text-malachite:hover {
  color: #00ea4c;
}
a.text-malachite:active {
  color: #00842b;
}
.text-malachite-alt {
  background-color: #00c13f;
  color: #fff;
}
a.text-malachite-alt:hover,
a.text-malachite-alt:active {
  color: #28ff6e;
  background-color: #00280d;
  text-decoration: none;
}
a.text-malachite-alt:active {
  background-color: #008e2e;
}
.well.well-malachite {
  color: #fff;
  background-color: #00c13f;
  border: 1px solid #00c13f;
}
.well.well-malachite-border {
  border-color: #00c13f;
}
.alert.alert-lima {
  background-color: #a3c65d;
  border-color: #a3c65d;
  color: #ffffff;
}
.alert.alert-lima hr {
  border-top-color: #6b9715;
}
.alert.alert-lima .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-lima .alert-link.hover,
.alert.alert-lima .alert-link:hover,
.alert.alert-lima .alert-link.focus,
.alert.alert-lima .alert-link:focus {
  text-decoration: none;
}
.badge-lima {
  background-color: #7bad18;
  border: 1px solid #7bad18;
}
.badge-lima[href]:hover,
.badge-lima[href]:focus {
  background-color: #5b8012;
}
.bootstrap-switch > div > span.bootstrap-switch-lima {
  color: #fff !important;
  background: #7bad18 !important;
}
.has-lima .bootstrap-switch {
  border-color: #7bad18;
}
.btn-lima {
  color: #ffffff;
  background-color: #7bad18;
  border-color: #7bad18;
  transition: all 100ms linear;
}
.btn-lima:hover,
.btn-lima:focus,
.btn-lima:active,
.btn-lima.active,
.open .dropdown-toggle.btn-lima {
  color: #ffffff;
  background-color: #628913;
  border-color: #557711;
}
.btn-lima:active,
.btn-lima.active,
.open .dropdown-toggle.btn-lima {
  background-image: none;
}
.btn-lima.disabled,
.btn-lima[disabled],
fieldset[disabled] .btn-lima,
.btn-lima.disabled:hover,
.btn-lima[disabled]:hover,
fieldset[disabled] .btn-lima:hover,
.btn-lima.disabled:focus,
.btn-lima[disabled]:focus,
fieldset[disabled] .btn-lima:focus,
.btn-lima.disabled:active,
.btn-lima[disabled]:active,
fieldset[disabled] .btn-lima:active,
.btn-lima.disabled.active,
.btn-lima[disabled].active,
fieldset[disabled] .btn-lima.active {
  background-color: #7bad18;
  border-color: #7bad18;
}
.btn-lima .badge {
  color: #7bad18;
  background-color: #ffffff;
}
.btn-lima:focus {
  color: #ffffff;
  background-color: #7bad18;
  border-color: #7bad18;
}
.btn-lima:hover {
  color: #ffffff;
  background-color: #94d11d;
  border-color: #94d11d;
}
.btn-lima:active,
.btn-lima.active,
.open .dropdown-toggle.btn-lima {
  background-color: #628913;
  border-color: #628913;
}
.btn-lima.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-lima.btn-transparent {
  background-color: transparent !important;
}
.btn-lima-border {
  color: #7bad18;
  background-color: #ffffff;
  border-color: #7bad18;
  transition: all 100ms linear;
}
.btn-lima-border:hover,
.btn-lima-border:focus,
.btn-lima-border:active,
.btn-lima-border.active,
.open .dropdown-toggle.btn-lima-border {
  color: #7bad18;
  background-color: #ebebeb;
  border-color: #557711;
}
.btn-lima-border:active,
.btn-lima-border.active,
.open .dropdown-toggle.btn-lima-border {
  background-image: none;
}
.btn-lima-border.disabled,
.btn-lima-border[disabled],
fieldset[disabled] .btn-lima-border,
.btn-lima-border.disabled:hover,
.btn-lima-border[disabled]:hover,
fieldset[disabled] .btn-lima-border:hover,
.btn-lima-border.disabled:focus,
.btn-lima-border[disabled]:focus,
fieldset[disabled] .btn-lima-border:focus,
.btn-lima-border.disabled:active,
.btn-lima-border[disabled]:active,
fieldset[disabled] .btn-lima-border:active,
.btn-lima-border.disabled.active,
.btn-lima-border[disabled].active,
fieldset[disabled] .btn-lima-border.active {
  background-color: #ffffff;
  border-color: #7bad18;
}
.btn-lima-border .badge {
  color: #ffffff;
  background-color: #7bad18;
}
.btn-lima-border:focus {
  color: #7bad18;
  background-color: #ffffff;
  border-color: #7bad18;
}
.btn-lima-border:hover {
  color: #7bad18;
  background-color: #ffffff;
  border-color: #94d11d;
}
.btn-lima-border:active,
.btn-lima-border.active,
.open .dropdown-toggle.btn-lima-border {
  background-color: #ebebeb;
  border-color: #628913;
}
.btn-lima-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-lima-border.btn-transparent {
  background-color: transparent !important;
}
.btn-lima-border:hover {
  color: #a8e334;
  background-color: #ffffff;
  border-color: #a8e334;
}
.btn-lima-border:active,
.btn-lima-border.active,
.open .dropdown-toggle.btn-lima-border {
  color: #628913;
  background-color: #ebebeb;
  border-color: #628913;
}
.btn-lima-border-2x {
  color: #7bad18;
  background-color: #ffffff;
  border-color: #7bad18;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-lima-border-2x:hover,
.btn-lima-border-2x:focus,
.btn-lima-border-2x:active,
.btn-lima-border-2x.active,
.open .dropdown-toggle.btn-lima-border-2x {
  color: #7bad18;
  background-color: #ebebeb;
  border-color: #557711;
}
.btn-lima-border-2x:active,
.btn-lima-border-2x.active,
.open .dropdown-toggle.btn-lima-border-2x {
  background-image: none;
}
.btn-lima-border-2x.disabled,
.btn-lima-border-2x[disabled],
fieldset[disabled] .btn-lima-border-2x,
.btn-lima-border-2x.disabled:hover,
.btn-lima-border-2x[disabled]:hover,
fieldset[disabled] .btn-lima-border-2x:hover,
.btn-lima-border-2x.disabled:focus,
.btn-lima-border-2x[disabled]:focus,
fieldset[disabled] .btn-lima-border-2x:focus,
.btn-lima-border-2x.disabled:active,
.btn-lima-border-2x[disabled]:active,
fieldset[disabled] .btn-lima-border-2x:active,
.btn-lima-border-2x.disabled.active,
.btn-lima-border-2x[disabled].active,
fieldset[disabled] .btn-lima-border-2x.active {
  background-color: #ffffff;
  border-color: #7bad18;
}
.btn-lima-border-2x .badge {
  color: #ffffff;
  background-color: #7bad18;
}
.btn-lima-border-2x:focus {
  color: #7bad18;
  background-color: #ffffff;
  border-color: #7bad18;
}
.btn-lima-border-2x:hover {
  color: #7bad18;
  background-color: #ffffff;
  border-color: #94d11d;
}
.btn-lima-border-2x:active,
.btn-lima-border-2x.active,
.open .dropdown-toggle.btn-lima-border-2x {
  background-color: #ebebeb;
  border-color: #628913;
}
.btn-lima-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-lima-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-lima-border-2x:hover {
  color: #a8e334;
  background-color: #ffffff;
  border-color: #a8e334;
}
.btn-lima-border-2x:active,
.btn-lima-border-2x.active,
.open .dropdown-toggle.btn-lima-border-2x {
  color: #628913;
  background-color: #ebebeb;
  border-color: #628913;
}
.btn-lima-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-lima-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-lima-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-lima-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-lima-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-lima-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-lima-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-lima-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-lima-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-lima-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-lima-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-lima-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-lima {
  border-color: #628913;
}
.dropdown-lima > li > a {
  color: #48650e !important;
}
.dropdown-lima > li > a:hover,
.dropdown-lima > li > a:focus {
  color: #94d11d !important;
  background-color: transparent !important;
}
.dropdown-lima .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #628913;
}
.dropdown-lima .dropdown-header {
  color: #7bad18;
}
.dropdown-lima-bg {
  border-color: #628913;
  border-left: 0;
  border-right: 0;
  background-color: #628913 !important;
  color: #fff !important;
}
.dropdown-lima-bg > li > a {
  color: #ffffff !important;
  background-color: #628913 !important;
}
.dropdown-lima-bg > li > a:hover,
.dropdown-lima-bg > li > a:focus {
  color: #c3ec72 !important;
  background-color: #7bad18 !important;
}
.dropdown-lima-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #75a417;
}
.dropdown-lima-bg .dropdown-header {
  font-weight: 600;
  color: #c3ec72;
}
.has-lima .help-block,
.has-lima .control-label,
.has-lima .radio,
.has-lima .checkbox,
.has-lima .radio-inline,
.has-lima .checkbox-inline {
  color: #7bad18;
}
.has-lima .form-control {
  border-color: #7bad18;
  -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-lima .form-control:focus {
  border-color: #5b8012;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b0e546;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b0e546;
}
.has-lima .input-group-addon {
  color: #ffffff;
  border-color: #7bad18;
  background-color: #7bad18;
}
.has-lima .form-control-feedback {
  color: #7bad18;
}
.label.label-lima {
  background-color: #7bad18;
  border: 1px solid #7bad18;
}
.label.label-lima[href]:hover,
.label.label-lima[href]:focus {
  background-color: #5b8012;
}
.panel.panel-lima {
  border-color: #7bad18;
}
.panel.panel-lima > .panel-heading {
  color: #ffffff;
  background-color: #7bad18;
  border-color: #7bad18;
}
.panel.panel-lima > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #7bad18;
}
.panel.panel-lima > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #7bad18;
}
.panel.panel-lima-bg {
  border-color: #7bad18;
  background-color: #7bad18;
}
.panel.panel-lima-bg > .panel-heading {
  color: #ffffff;
  border-color: #8ec81c;
}
.panel.panel-lima-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #7bad18;
}
.panel.panel-lima-bg > .panel-footer {
  background-color: #7bad18;
  color: #ffffff;
  border-top: 1px solid #8ec81c;
}
.panel.panel-lima-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #7bad18;
}
.panel.panel-lima-bg .panel-body {
  background-color: #7bad18;
  color: #ffffff;
}
.pillbox li.status-lima {
  background-color: #7bad18;
  border-color: #7bad18;
  color: #fff;
}
.pillbox li.status-lima:after {
  color: #fff;
}
.progress-bar-lima {
  background-color: #7bad18;
}
.progress-striped .progress-bar-lima {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.lima,
.table > tbody > tr > td.lima,
.table > tfoot > tr > td.lima,
.table > thead > tr > th.lima,
.table > tbody > tr > th.lima,
.table > tfoot > tr > th.lima,
.table > thead > tr.lima > td,
.table > tbody > tr.lima > td,
.table > tfoot > tr.lima > td,
.table > thead > tr.lima > th,
.table > tbody > tr.lima > th,
.table > tfoot > tr.lima > th {
  color: #ffffff;
  background-color: #7bad18 !important;
}
.table-hover > tbody > tr > td.lima:hover,
.table-hover > tbody > tr > th.lima:hover,
.table-hover > tbody > tr.lima:hover > td,
.table-hover > tbody > tr.lima:hover > th {
  background-color: #6b9715 !important;
}
.table > thead > tr > td.lima-light,
.table > tbody > tr > td.lima-light,
.table > tfoot > tr > td.lima-light,
.table > thead > tr > th.lima-light,
.table > tbody > tr > th.lima-light,
.table > tfoot > tr > th.lima-light,
.table > thead > tr.lima-light > td,
.table > tbody > tr.lima-light > td,
.table > tfoot > tr.lima-light > td,
.table > thead > tr.lima-light > th,
.table > tbody > tr.lima-light > th,
.table > tfoot > tr.lima-light > th {
  color: #000000;
  background-color: #c3ec72 !important;
}
.table-hover > tbody > tr > td.lima-light:hover,
.table-hover > tbody > tr > th.lima-light:hover,
.table-hover > tbody > tr.lima-light:hover > td,
.table-hover > tbody > tr.lima-light:hover > th {
  background-color: #b9e85c !important;
}
.text-lima {
  color: #7bad18;
}
a.text-lima:hover {
  color: #5b8012;
}
a.text-lima:hover {
  color: #94d11d;
}
a.text-lima:active {
  color: #557711;
}
.text-lima-alt {
  background-color: #7bad18;
  color: #fff;
}
a.text-lima-alt:hover,
a.text-lima-alt:active {
  color: #b0e546;
  background-color: #1b2705;
  text-decoration: none;
}
a.text-lima-alt:active {
  background-color: #5b8012;
}
.well.well-lima {
  color: #fff;
  background-color: #7bad18;
  border: 1px solid #7bad18;
}
.well.well-lima-border {
  border-color: #7bad18;
}
.alert.alert-blue-gem {
  background-color: #7e5dcb;
  border-color: #7e5dcb;
  color: #ffffff;
}
.alert.alert-blue-gem hr {
  border-top-color: #3d149d;
}
.alert.alert-blue-gem .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-blue-gem .alert-link.hover,
.alert.alert-blue-gem .alert-link:hover,
.alert.alert-blue-gem .alert-link.focus,
.alert.alert-blue-gem .alert-link:focus {
  text-decoration: none;
}
.badge-blue-gem {
  background-color: #4617b4;
  border: 1px solid #4617b4;
}
.badge-blue-gem[href]:hover,
.badge-blue-gem[href]:focus {
  background-color: #341187;
}
.bootstrap-switch > div > span.bootstrap-switch-blue-gem {
  color: #fff !important;
  background: #4617b4 !important;
}
.has-blue-gem .bootstrap-switch {
  border-color: #4617b4;
}
.btn-blue-gem {
  color: #ffffff;
  background-color: #4617b4;
  border-color: #4617b4;
  transition: all 100ms linear;
}
.btn-blue-gem:hover,
.btn-blue-gem:focus,
.btn-blue-gem:active,
.btn-blue-gem.active,
.open .dropdown-toggle.btn-blue-gem {
  color: #ffffff;
  background-color: #381290;
  border-color: #31107e;
}
.btn-blue-gem:active,
.btn-blue-gem.active,
.open .dropdown-toggle.btn-blue-gem {
  background-image: none;
}
.btn-blue-gem.disabled,
.btn-blue-gem[disabled],
fieldset[disabled] .btn-blue-gem,
.btn-blue-gem.disabled:hover,
.btn-blue-gem[disabled]:hover,
fieldset[disabled] .btn-blue-gem:hover,
.btn-blue-gem.disabled:focus,
.btn-blue-gem[disabled]:focus,
fieldset[disabled] .btn-blue-gem:focus,
.btn-blue-gem.disabled:active,
.btn-blue-gem[disabled]:active,
fieldset[disabled] .btn-blue-gem:active,
.btn-blue-gem.disabled.active,
.btn-blue-gem[disabled].active,
fieldset[disabled] .btn-blue-gem.active {
  background-color: #4617b4;
  border-color: #4617b4;
}
.btn-blue-gem .badge {
  color: #4617b4;
  background-color: #ffffff;
}
.btn-blue-gem:focus {
  color: #ffffff;
  background-color: #4617b4;
  border-color: #4617b4;
}
.btn-blue-gem:hover {
  color: #ffffff;
  background-color: #541cd8;
  border-color: #541cd8;
}
.btn-blue-gem:active,
.btn-blue-gem.active,
.open .dropdown-toggle.btn-blue-gem {
  background-color: #381290;
  border-color: #381290;
}
.btn-blue-gem.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-blue-gem.btn-transparent {
  background-color: transparent !important;
}
.btn-blue-gem-border {
  color: #4617b4;
  background-color: #ffffff;
  border-color: #4617b4;
  transition: all 100ms linear;
}
.btn-blue-gem-border:hover,
.btn-blue-gem-border:focus,
.btn-blue-gem-border:active,
.btn-blue-gem-border.active,
.open .dropdown-toggle.btn-blue-gem-border {
  color: #4617b4;
  background-color: #ebebeb;
  border-color: #31107e;
}
.btn-blue-gem-border:active,
.btn-blue-gem-border.active,
.open .dropdown-toggle.btn-blue-gem-border {
  background-image: none;
}
.btn-blue-gem-border.disabled,
.btn-blue-gem-border[disabled],
fieldset[disabled] .btn-blue-gem-border,
.btn-blue-gem-border.disabled:hover,
.btn-blue-gem-border[disabled]:hover,
fieldset[disabled] .btn-blue-gem-border:hover,
.btn-blue-gem-border.disabled:focus,
.btn-blue-gem-border[disabled]:focus,
fieldset[disabled] .btn-blue-gem-border:focus,
.btn-blue-gem-border.disabled:active,
.btn-blue-gem-border[disabled]:active,
fieldset[disabled] .btn-blue-gem-border:active,
.btn-blue-gem-border.disabled.active,
.btn-blue-gem-border[disabled].active,
fieldset[disabled] .btn-blue-gem-border.active {
  background-color: #ffffff;
  border-color: #4617b4;
}
.btn-blue-gem-border .badge {
  color: #ffffff;
  background-color: #4617b4;
}
.btn-blue-gem-border:focus {
  color: #4617b4;
  background-color: #ffffff;
  border-color: #4617b4;
}
.btn-blue-gem-border:hover {
  color: #4617b4;
  background-color: #ffffff;
  border-color: #541cd8;
}
.btn-blue-gem-border:active,
.btn-blue-gem-border.active,
.open .dropdown-toggle.btn-blue-gem-border {
  background-color: #ebebeb;
  border-color: #381290;
}
.btn-blue-gem-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-blue-gem-border.btn-transparent {
  background-color: transparent !important;
}
.btn-blue-gem-border:hover {
  color: #6b37e5;
  background-color: #ffffff;
  border-color: #6b37e5;
}
.btn-blue-gem-border:active,
.btn-blue-gem-border.active,
.open .dropdown-toggle.btn-blue-gem-border {
  color: #381290;
  background-color: #ebebeb;
  border-color: #381290;
}
.btn-blue-gem-border-2x {
  color: #4617b4;
  background-color: #ffffff;
  border-color: #4617b4;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-blue-gem-border-2x:hover,
.btn-blue-gem-border-2x:focus,
.btn-blue-gem-border-2x:active,
.btn-blue-gem-border-2x.active,
.open .dropdown-toggle.btn-blue-gem-border-2x {
  color: #4617b4;
  background-color: #ebebeb;
  border-color: #31107e;
}
.btn-blue-gem-border-2x:active,
.btn-blue-gem-border-2x.active,
.open .dropdown-toggle.btn-blue-gem-border-2x {
  background-image: none;
}
.btn-blue-gem-border-2x.disabled,
.btn-blue-gem-border-2x[disabled],
fieldset[disabled] .btn-blue-gem-border-2x,
.btn-blue-gem-border-2x.disabled:hover,
.btn-blue-gem-border-2x[disabled]:hover,
fieldset[disabled] .btn-blue-gem-border-2x:hover,
.btn-blue-gem-border-2x.disabled:focus,
.btn-blue-gem-border-2x[disabled]:focus,
fieldset[disabled] .btn-blue-gem-border-2x:focus,
.btn-blue-gem-border-2x.disabled:active,
.btn-blue-gem-border-2x[disabled]:active,
fieldset[disabled] .btn-blue-gem-border-2x:active,
.btn-blue-gem-border-2x.disabled.active,
.btn-blue-gem-border-2x[disabled].active,
fieldset[disabled] .btn-blue-gem-border-2x.active {
  background-color: #ffffff;
  border-color: #4617b4;
}
.btn-blue-gem-border-2x .badge {
  color: #ffffff;
  background-color: #4617b4;
}
.btn-blue-gem-border-2x:focus {
  color: #4617b4;
  background-color: #ffffff;
  border-color: #4617b4;
}
.btn-blue-gem-border-2x:hover {
  color: #4617b4;
  background-color: #ffffff;
  border-color: #541cd8;
}
.btn-blue-gem-border-2x:active,
.btn-blue-gem-border-2x.active,
.open .dropdown-toggle.btn-blue-gem-border-2x {
  background-color: #ebebeb;
  border-color: #381290;
}
.btn-blue-gem-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-blue-gem-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-blue-gem-border-2x:hover {
  color: #6b37e5;
  background-color: #ffffff;
  border-color: #6b37e5;
}
.btn-blue-gem-border-2x:active,
.btn-blue-gem-border-2x.active,
.open .dropdown-toggle.btn-blue-gem-border-2x {
  color: #381290;
  background-color: #ebebeb;
  border-color: #381290;
}
.btn-blue-gem-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-blue-gem-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-blue-gem-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-blue-gem-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-blue-gem-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-blue-gem-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-blue-gem-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-blue-gem-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-blue-gem-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-blue-gem-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-blue-gem-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-blue-gem-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-blue-gem {
  border-color: #381290;
}
.dropdown-blue-gem > li > a {
  color: #2a0e6c !important;
}
.dropdown-blue-gem > li > a:hover,
.dropdown-blue-gem > li > a:focus {
  color: #541cd8 !important;
  background-color: transparent !important;
}
.dropdown-blue-gem .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #381290;
}
.dropdown-blue-gem .dropdown-header {
  color: #4617b4;
}
.dropdown-blue-gem-bg {
  border-color: #381290;
  border-left: 0;
  border-right: 0;
  background-color: #381290 !important;
  color: #fff !important;
}
.dropdown-blue-gem-bg > li > a {
  color: #ffffff !important;
  background-color: #381290 !important;
}
.dropdown-blue-gem-bg > li > a:hover,
.dropdown-blue-gem-bg > li > a:focus {
  color: #9a76ee !important;
  background-color: #4617b4 !important;
}
.dropdown-blue-gem-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #4216ab;
}
.dropdown-blue-gem-bg .dropdown-header {
  font-weight: 600;
  color: #9a76ee;
}
.has-blue-gem .help-block,
.has-blue-gem .control-label,
.has-blue-gem .radio,
.has-blue-gem .checkbox,
.has-blue-gem .radio-inline,
.has-blue-gem .checkbox-inline {
  color: #4617b4;
}
.has-blue-gem .form-control {
  border-color: #4617b4;
  -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-blue-gem .form-control:focus {
  border-color: #341187;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7949e8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7949e8;
}
.has-blue-gem .input-group-addon {
  color: #ffffff;
  border-color: #4617b4;
  background-color: #4617b4;
}
.has-blue-gem .form-control-feedback {
  color: #4617b4;
}
.label.label-blue-gem {
  background-color: #4617b4;
  border: 1px solid #4617b4;
}
.label.label-blue-gem[href]:hover,
.label.label-blue-gem[href]:focus {
  background-color: #341187;
}
.panel.panel-blue-gem {
  border-color: #4617b4;
}
.panel.panel-blue-gem > .panel-heading {
  color: #ffffff;
  background-color: #4617b4;
  border-color: #4617b4;
}
.panel.panel-blue-gem > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4617b4;
}
.panel.panel-blue-gem > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4617b4;
}
.panel.panel-blue-gem-bg {
  border-color: #4617b4;
  background-color: #4617b4;
}
.panel.panel-blue-gem-bg > .panel-heading {
  color: #ffffff;
  border-color: #511acf;
}
.panel.panel-blue-gem-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4617b4;
}
.panel.panel-blue-gem-bg > .panel-footer {
  background-color: #4617b4;
  color: #ffffff;
  border-top: 1px solid #511acf;
}
.panel.panel-blue-gem-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4617b4;
}
.panel.panel-blue-gem-bg .panel-body {
  background-color: #4617b4;
  color: #ffffff;
}
.pillbox li.status-blue-gem {
  background-color: #4617b4;
  border-color: #4617b4;
  color: #fff;
}
.pillbox li.status-blue-gem:after {
  color: #fff;
}
.progress-bar-blue-gem {
  background-color: #4617b4;
}
.progress-striped .progress-bar-blue-gem {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.blue-gem,
.table > tbody > tr > td.blue-gem,
.table > tfoot > tr > td.blue-gem,
.table > thead > tr > th.blue-gem,
.table > tbody > tr > th.blue-gem,
.table > tfoot > tr > th.blue-gem,
.table > thead > tr.blue-gem > td,
.table > tbody > tr.blue-gem > td,
.table > tfoot > tr.blue-gem > td,
.table > thead > tr.blue-gem > th,
.table > tbody > tr.blue-gem > th,
.table > tfoot > tr.blue-gem > th {
  color: #ffffff;
  background-color: #4617b4 !important;
}
.table-hover > tbody > tr > td.blue-gem:hover,
.table-hover > tbody > tr > th.blue-gem:hover,
.table-hover > tbody > tr.blue-gem:hover > td,
.table-hover > tbody > tr.blue-gem:hover > th {
  background-color: #3d149d !important;
}
.table > thead > tr > td.blue-gem-light,
.table > tbody > tr > td.blue-gem-light,
.table > tfoot > tr > td.blue-gem-light,
.table > thead > tr > th.blue-gem-light,
.table > tbody > tr > th.blue-gem-light,
.table > tfoot > tr > th.blue-gem-light,
.table > thead > tr.blue-gem-light > td,
.table > tbody > tr.blue-gem-light > td,
.table > tfoot > tr.blue-gem-light > td,
.table > thead > tr.blue-gem-light > th,
.table > tbody > tr.blue-gem-light > th,
.table > tfoot > tr.blue-gem-light > th {
  color: #000000;
  background-color: #9a76ee !important;
}
.table-hover > tbody > tr > td.blue-gem-light:hover,
.table-hover > tbody > tr > th.blue-gem-light:hover,
.table-hover > tbody > tr.blue-gem-light:hover > td,
.table-hover > tbody > tr.blue-gem-light:hover > th {
  background-color: #8960eb !important;
}
.text-blue-gem {
  color: #4617b4;
}
a.text-blue-gem:hover {
  color: #341187;
}
a.text-blue-gem:hover {
  color: #541cd8;
}
a.text-blue-gem:active {
  color: #31107e;
}
.text-blue-gem-alt {
  background-color: #4617b4;
  color: #fff;
}
a.text-blue-gem-alt:hover,
a.text-blue-gem-alt:active {
  color: #7949e8;
  background-color: #11062c;
  text-decoration: none;
}
a.text-blue-gem-alt:active {
  background-color: #341187;
}
.well.well-blue-gem {
  color: #fff;
  background-color: #4617b4;
  border: 1px solid #4617b4;
}
.well.well-blue-gem-border {
  border-color: #4617b4;
}
.alert.alert-science-blue {
  background-color: #4d97d4;
  border-color: #4d97d4;
  color: #ffffff;
}
.alert.alert-science-blue hr {
  border-top-color: #005ca8;
}
.alert.alert-science-blue .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-science-blue .alert-link.hover,
.alert.alert-science-blue .alert-link:hover,
.alert.alert-science-blue .alert-link.focus,
.alert.alert-science-blue .alert-link:focus {
  text-decoration: none;
}
.badge-science-blue {
  background-color: #006ac1;
  border: 1px solid #006ac1;
}
.badge-science-blue[href]:hover,
.badge-science-blue[href]:focus {
  background-color: #004e8e;
}
.bootstrap-switch > div > span.bootstrap-switch-science-blue {
  color: #fff !important;
  background: #006ac1 !important;
}
.has-science-blue .bootstrap-switch {
  border-color: #006ac1;
}
.btn-science-blue {
  color: #ffffff;
  background-color: #006ac1;
  border-color: #006ac1;
  transition: all 100ms linear;
}
.btn-science-blue:hover,
.btn-science-blue:focus,
.btn-science-blue:active,
.btn-science-blue.active,
.open .dropdown-toggle.btn-science-blue {
  color: #ffffff;
  background-color: #005498;
  border-color: #004884;
}
.btn-science-blue:active,
.btn-science-blue.active,
.open .dropdown-toggle.btn-science-blue {
  background-image: none;
}
.btn-science-blue.disabled,
.btn-science-blue[disabled],
fieldset[disabled] .btn-science-blue,
.btn-science-blue.disabled:hover,
.btn-science-blue[disabled]:hover,
fieldset[disabled] .btn-science-blue:hover,
.btn-science-blue.disabled:focus,
.btn-science-blue[disabled]:focus,
fieldset[disabled] .btn-science-blue:focus,
.btn-science-blue.disabled:active,
.btn-science-blue[disabled]:active,
fieldset[disabled] .btn-science-blue:active,
.btn-science-blue.disabled.active,
.btn-science-blue[disabled].active,
fieldset[disabled] .btn-science-blue.active {
  background-color: #006ac1;
  border-color: #006ac1;
}
.btn-science-blue .badge {
  color: #006ac1;
  background-color: #ffffff;
}
.btn-science-blue:focus {
  color: #ffffff;
  background-color: #006ac1;
  border-color: #006ac1;
}
.btn-science-blue:hover {
  color: #ffffff;
  background-color: #0080ea;
  border-color: #0080ea;
}
.btn-science-blue:active,
.btn-science-blue.active,
.open .dropdown-toggle.btn-science-blue {
  background-color: #005498;
  border-color: #005498;
}
.btn-science-blue.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-science-blue.btn-transparent {
  background-color: transparent !important;
}
.btn-science-blue-border {
  color: #006ac1;
  background-color: #ffffff;
  border-color: #006ac1;
  transition: all 100ms linear;
}
.btn-science-blue-border:hover,
.btn-science-blue-border:focus,
.btn-science-blue-border:active,
.btn-science-blue-border.active,
.open .dropdown-toggle.btn-science-blue-border {
  color: #006ac1;
  background-color: #ebebeb;
  border-color: #004884;
}
.btn-science-blue-border:active,
.btn-science-blue-border.active,
.open .dropdown-toggle.btn-science-blue-border {
  background-image: none;
}
.btn-science-blue-border.disabled,
.btn-science-blue-border[disabled],
fieldset[disabled] .btn-science-blue-border,
.btn-science-blue-border.disabled:hover,
.btn-science-blue-border[disabled]:hover,
fieldset[disabled] .btn-science-blue-border:hover,
.btn-science-blue-border.disabled:focus,
.btn-science-blue-border[disabled]:focus,
fieldset[disabled] .btn-science-blue-border:focus,
.btn-science-blue-border.disabled:active,
.btn-science-blue-border[disabled]:active,
fieldset[disabled] .btn-science-blue-border:active,
.btn-science-blue-border.disabled.active,
.btn-science-blue-border[disabled].active,
fieldset[disabled] .btn-science-blue-border.active {
  background-color: #ffffff;
  border-color: #006ac1;
}
.btn-science-blue-border .badge {
  color: #ffffff;
  background-color: #006ac1;
}
.btn-science-blue-border:focus {
  color: #006ac1;
  background-color: #ffffff;
  border-color: #006ac1;
}
.btn-science-blue-border:hover {
  color: #006ac1;
  background-color: #ffffff;
  border-color: #0080ea;
}
.btn-science-blue-border:active,
.btn-science-blue-border.active,
.open .dropdown-toggle.btn-science-blue-border {
  background-color: #ebebeb;
  border-color: #005498;
}
.btn-science-blue-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-science-blue-border.btn-transparent {
  background-color: transparent !important;
}
.btn-science-blue-border:hover {
  color: #1495ff;
  background-color: #ffffff;
  border-color: #1495ff;
}
.btn-science-blue-border:active,
.btn-science-blue-border.active,
.open .dropdown-toggle.btn-science-blue-border {
  color: #005498;
  background-color: #ebebeb;
  border-color: #005498;
}
.btn-science-blue-border-2x {
  color: #006ac1;
  background-color: #ffffff;
  border-color: #006ac1;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-science-blue-border-2x:hover,
.btn-science-blue-border-2x:focus,
.btn-science-blue-border-2x:active,
.btn-science-blue-border-2x.active,
.open .dropdown-toggle.btn-science-blue-border-2x {
  color: #006ac1;
  background-color: #ebebeb;
  border-color: #004884;
}
.btn-science-blue-border-2x:active,
.btn-science-blue-border-2x.active,
.open .dropdown-toggle.btn-science-blue-border-2x {
  background-image: none;
}
.btn-science-blue-border-2x.disabled,
.btn-science-blue-border-2x[disabled],
fieldset[disabled] .btn-science-blue-border-2x,
.btn-science-blue-border-2x.disabled:hover,
.btn-science-blue-border-2x[disabled]:hover,
fieldset[disabled] .btn-science-blue-border-2x:hover,
.btn-science-blue-border-2x.disabled:focus,
.btn-science-blue-border-2x[disabled]:focus,
fieldset[disabled] .btn-science-blue-border-2x:focus,
.btn-science-blue-border-2x.disabled:active,
.btn-science-blue-border-2x[disabled]:active,
fieldset[disabled] .btn-science-blue-border-2x:active,
.btn-science-blue-border-2x.disabled.active,
.btn-science-blue-border-2x[disabled].active,
fieldset[disabled] .btn-science-blue-border-2x.active {
  background-color: #ffffff;
  border-color: #006ac1;
}
.btn-science-blue-border-2x .badge {
  color: #ffffff;
  background-color: #006ac1;
}
.btn-science-blue-border-2x:focus {
  color: #006ac1;
  background-color: #ffffff;
  border-color: #006ac1;
}
.btn-science-blue-border-2x:hover {
  color: #006ac1;
  background-color: #ffffff;
  border-color: #0080ea;
}
.btn-science-blue-border-2x:active,
.btn-science-blue-border-2x.active,
.open .dropdown-toggle.btn-science-blue-border-2x {
  background-color: #ebebeb;
  border-color: #005498;
}
.btn-science-blue-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-science-blue-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-science-blue-border-2x:hover {
  color: #1495ff;
  background-color: #ffffff;
  border-color: #1495ff;
}
.btn-science-blue-border-2x:active,
.btn-science-blue-border-2x.active,
.open .dropdown-toggle.btn-science-blue-border-2x {
  color: #005498;
  background-color: #ebebeb;
  border-color: #005498;
}
.btn-science-blue-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-science-blue-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-science-blue-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-science-blue-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-science-blue-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-science-blue-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-science-blue-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-science-blue-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-science-blue-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-science-blue-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-science-blue-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-science-blue-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-science-blue {
  border-color: #005498;
}
.dropdown-science-blue > li > a {
  color: #003d6f !important;
}
.dropdown-science-blue > li > a:hover,
.dropdown-science-blue > li > a:focus {
  color: #0080ea !important;
  background-color: transparent !important;
}
.dropdown-science-blue .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #005498;
}
.dropdown-science-blue .dropdown-header {
  color: #006ac1;
}
.dropdown-science-blue-bg {
  border-color: #005498;
  border-left: 0;
  border-right: 0;
  background-color: #005498 !important;
  color: #fff !important;
}
.dropdown-science-blue-bg > li > a {
  color: #ffffff !important;
  background-color: #005498 !important;
}
.dropdown-science-blue-bg > li > a:hover,
.dropdown-science-blue-bg > li > a:focus {
  color: #5bb5ff !important;
  background-color: #006ac1 !important;
}
.dropdown-science-blue-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #0064b7;
}
.dropdown-science-blue-bg .dropdown-header {
  font-weight: 600;
  color: #5bb5ff;
}
.has-science-blue .help-block,
.has-science-blue .control-label,
.has-science-blue .radio,
.has-science-blue .checkbox,
.has-science-blue .radio-inline,
.has-science-blue .checkbox-inline {
  color: #006ac1;
}
.has-science-blue .form-control {
  border-color: #006ac1;
  -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-science-blue .form-control:focus {
  border-color: #004e8e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #289eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #289eff;
}
.has-science-blue .input-group-addon {
  color: #ffffff;
  border-color: #006ac1;
  background-color: #006ac1;
}
.has-science-blue .form-control-feedback {
  color: #006ac1;
}
.label.label-science-blue {
  background-color: #006ac1;
  border: 1px solid #006ac1;
}
.label.label-science-blue[href]:hover,
.label.label-science-blue[href]:focus {
  background-color: #004e8e;
}
.panel.panel-science-blue {
  border-color: #006ac1;
}
.panel.panel-science-blue > .panel-heading {
  color: #ffffff;
  background-color: #006ac1;
  border-color: #006ac1;
}
.panel.panel-science-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #006ac1;
}
.panel.panel-science-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #006ac1;
}
.panel.panel-science-blue-bg {
  border-color: #006ac1;
  background-color: #006ac1;
}
.panel.panel-science-blue-bg > .panel-heading {
  color: #ffffff;
  border-color: #007be0;
}
.panel.panel-science-blue-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #006ac1;
}
.panel.panel-science-blue-bg > .panel-footer {
  background-color: #006ac1;
  color: #ffffff;
  border-top: 1px solid #007be0;
}
.panel.panel-science-blue-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #006ac1;
}
.panel.panel-science-blue-bg .panel-body {
  background-color: #006ac1;
  color: #ffffff;
}
.pillbox li.status-science-blue {
  background-color: #006ac1;
  border-color: #006ac1;
  color: #fff;
}
.pillbox li.status-science-blue:after {
  color: #fff;
}
.progress-bar-science-blue {
  background-color: #006ac1;
}
.progress-striped .progress-bar-science-blue {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.science-blue,
.table > tbody > tr > td.science-blue,
.table > tfoot > tr > td.science-blue,
.table > thead > tr > th.science-blue,
.table > tbody > tr > th.science-blue,
.table > tfoot > tr > th.science-blue,
.table > thead > tr.science-blue > td,
.table > tbody > tr.science-blue > td,
.table > tfoot > tr.science-blue > td,
.table > thead > tr.science-blue > th,
.table > tbody > tr.science-blue > th,
.table > tfoot > tr.science-blue > th {
  color: #ffffff;
  background-color: #006ac1 !important;
}
.table-hover > tbody > tr > td.science-blue:hover,
.table-hover > tbody > tr > th.science-blue:hover,
.table-hover > tbody > tr.science-blue:hover > td,
.table-hover > tbody > tr.science-blue:hover > th {
  background-color: #005ca8 !important;
}
.table > thead > tr > td.science-blue-light,
.table > tbody > tr > td.science-blue-light,
.table > tfoot > tr > td.science-blue-light,
.table > thead > tr > th.science-blue-light,
.table > tbody > tr > th.science-blue-light,
.table > tfoot > tr > th.science-blue-light,
.table > thead > tr.science-blue-light > td,
.table > tbody > tr.science-blue-light > td,
.table > tfoot > tr.science-blue-light > td,
.table > thead > tr.science-blue-light > th,
.table > tbody > tr.science-blue-light > th,
.table > tfoot > tr.science-blue-light > th {
  color: #000000;
  background-color: #5bb5ff !important;
}
.table-hover > tbody > tr > td.science-blue-light:hover,
.table-hover > tbody > tr > th.science-blue-light:hover,
.table-hover > tbody > tr.science-blue-light:hover > td,
.table-hover > tbody > tr.science-blue-light:hover > th {
  background-color: #42aaff !important;
}
.text-science-blue {
  color: #006ac1;
}
a.text-science-blue:hover {
  color: #004e8e;
}
a.text-science-blue:hover {
  color: #0080ea;
}
a.text-science-blue:active {
  color: #004884;
}
.text-science-blue-alt {
  background-color: #006ac1;
  color: #fff;
}
a.text-science-blue-alt:hover,
a.text-science-blue-alt:active {
  color: #289eff;
  background-color: #001628;
  text-decoration: none;
}
a.text-science-blue-alt:active {
  background-color: #004e8e;
}
.well.well-science-blue {
  color: #fff;
  background-color: #006ac1;
  border: 1px solid #006ac1;
}
.well.well-science-blue-border {
  border-color: #006ac1;
}
.alert.alert-persian-green {
  background-color: #4dc4c4;
  border-color: #4dc4c4;
  color: #ffffff;
}
.alert.alert-persian-green hr {
  border-top-color: #009091;
}
.alert.alert-persian-green .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-persian-green .alert-link.hover,
.alert.alert-persian-green .alert-link:hover,
.alert.alert-persian-green .alert-link.focus,
.alert.alert-persian-green .alert-link:focus {
  text-decoration: none;
}
.badge-persian-green {
  background-color: #00aaaa;
  border: 1px solid #00aaaa;
}
.badge-persian-green[href]:hover,
.badge-persian-green[href]:focus {
  background-color: #007777;
}
.bootstrap-switch > div > span.bootstrap-switch-persian-green {
  color: #fff !important;
  background: #00aaaa !important;
}
.has-persian-green .bootstrap-switch {
  border-color: #00aaaa;
}
.btn-persian-green {
  color: #ffffff;
  background-color: #00aaaa;
  border-color: #00aaaa;
  transition: all 100ms linear;
}
.btn-persian-green:hover,
.btn-persian-green:focus,
.btn-persian-green:active,
.btn-persian-green.active,
.open .dropdown-toggle.btn-persian-green {
  color: #ffffff;
  background-color: #008181;
  border-color: #006d6d;
}
.btn-persian-green:active,
.btn-persian-green.active,
.open .dropdown-toggle.btn-persian-green {
  background-image: none;
}
.btn-persian-green.disabled,
.btn-persian-green[disabled],
fieldset[disabled] .btn-persian-green,
.btn-persian-green.disabled:hover,
.btn-persian-green[disabled]:hover,
fieldset[disabled] .btn-persian-green:hover,
.btn-persian-green.disabled:focus,
.btn-persian-green[disabled]:focus,
fieldset[disabled] .btn-persian-green:focus,
.btn-persian-green.disabled:active,
.btn-persian-green[disabled]:active,
fieldset[disabled] .btn-persian-green:active,
.btn-persian-green.disabled.active,
.btn-persian-green[disabled].active,
fieldset[disabled] .btn-persian-green.active {
  background-color: #00aaaa;
  border-color: #00aaaa;
}
.btn-persian-green .badge {
  color: #00aaaa;
  background-color: #ffffff;
}
.btn-persian-green:focus {
  color: #ffffff;
  background-color: #00aaaa;
  border-color: #00aaaa;
}
.btn-persian-green:hover {
  color: #ffffff;
  background-color: #00d3d3;
  border-color: #00d3d3;
}
.btn-persian-green:active,
.btn-persian-green.active,
.open .dropdown-toggle.btn-persian-green {
  background-color: #008181;
  border-color: #008181;
}
.btn-persian-green.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-persian-green.btn-transparent {
  background-color: transparent !important;
}
.btn-persian-green-border {
  color: #00aaaa;
  background-color: #ffffff;
  border-color: #00aaaa;
  transition: all 100ms linear;
}
.btn-persian-green-border:hover,
.btn-persian-green-border:focus,
.btn-persian-green-border:active,
.btn-persian-green-border.active,
.open .dropdown-toggle.btn-persian-green-border {
  color: #00aaaa;
  background-color: #ebebeb;
  border-color: #006d6d;
}
.btn-persian-green-border:active,
.btn-persian-green-border.active,
.open .dropdown-toggle.btn-persian-green-border {
  background-image: none;
}
.btn-persian-green-border.disabled,
.btn-persian-green-border[disabled],
fieldset[disabled] .btn-persian-green-border,
.btn-persian-green-border.disabled:hover,
.btn-persian-green-border[disabled]:hover,
fieldset[disabled] .btn-persian-green-border:hover,
.btn-persian-green-border.disabled:focus,
.btn-persian-green-border[disabled]:focus,
fieldset[disabled] .btn-persian-green-border:focus,
.btn-persian-green-border.disabled:active,
.btn-persian-green-border[disabled]:active,
fieldset[disabled] .btn-persian-green-border:active,
.btn-persian-green-border.disabled.active,
.btn-persian-green-border[disabled].active,
fieldset[disabled] .btn-persian-green-border.active {
  background-color: #ffffff;
  border-color: #00aaaa;
}
.btn-persian-green-border .badge {
  color: #ffffff;
  background-color: #00aaaa;
}
.btn-persian-green-border:focus {
  color: #00aaaa;
  background-color: #ffffff;
  border-color: #00aaaa;
}
.btn-persian-green-border:hover {
  color: #00aaaa;
  background-color: #ffffff;
  border-color: #00d3d3;
}
.btn-persian-green-border:active,
.btn-persian-green-border.active,
.open .dropdown-toggle.btn-persian-green-border {
  background-color: #ebebeb;
  border-color: #008181;
}
.btn-persian-green-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-persian-green-border.btn-transparent {
  background-color: transparent !important;
}
.btn-persian-green-border:hover {
  color: #00fcfc;
  background-color: #ffffff;
  border-color: #00fcfc;
}
.btn-persian-green-border:active,
.btn-persian-green-border.active,
.open .dropdown-toggle.btn-persian-green-border {
  color: #008181;
  background-color: #ebebeb;
  border-color: #008181;
}
.btn-persian-green-border-2x {
  color: #00aaaa;
  background-color: #ffffff;
  border-color: #00aaaa;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-persian-green-border-2x:hover,
.btn-persian-green-border-2x:focus,
.btn-persian-green-border-2x:active,
.btn-persian-green-border-2x.active,
.open .dropdown-toggle.btn-persian-green-border-2x {
  color: #00aaaa;
  background-color: #ebebeb;
  border-color: #006d6d;
}
.btn-persian-green-border-2x:active,
.btn-persian-green-border-2x.active,
.open .dropdown-toggle.btn-persian-green-border-2x {
  background-image: none;
}
.btn-persian-green-border-2x.disabled,
.btn-persian-green-border-2x[disabled],
fieldset[disabled] .btn-persian-green-border-2x,
.btn-persian-green-border-2x.disabled:hover,
.btn-persian-green-border-2x[disabled]:hover,
fieldset[disabled] .btn-persian-green-border-2x:hover,
.btn-persian-green-border-2x.disabled:focus,
.btn-persian-green-border-2x[disabled]:focus,
fieldset[disabled] .btn-persian-green-border-2x:focus,
.btn-persian-green-border-2x.disabled:active,
.btn-persian-green-border-2x[disabled]:active,
fieldset[disabled] .btn-persian-green-border-2x:active,
.btn-persian-green-border-2x.disabled.active,
.btn-persian-green-border-2x[disabled].active,
fieldset[disabled] .btn-persian-green-border-2x.active {
  background-color: #ffffff;
  border-color: #00aaaa;
}
.btn-persian-green-border-2x .badge {
  color: #ffffff;
  background-color: #00aaaa;
}
.btn-persian-green-border-2x:focus {
  color: #00aaaa;
  background-color: #ffffff;
  border-color: #00aaaa;
}
.btn-persian-green-border-2x:hover {
  color: #00aaaa;
  background-color: #ffffff;
  border-color: #00d3d3;
}
.btn-persian-green-border-2x:active,
.btn-persian-green-border-2x.active,
.open .dropdown-toggle.btn-persian-green-border-2x {
  background-color: #ebebeb;
  border-color: #008181;
}
.btn-persian-green-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-persian-green-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-persian-green-border-2x:hover {
  color: #00fcfc;
  background-color: #ffffff;
  border-color: #00fcfc;
}
.btn-persian-green-border-2x:active,
.btn-persian-green-border-2x.active,
.open .dropdown-toggle.btn-persian-green-border-2x {
  color: #008181;
  background-color: #ebebeb;
  border-color: #008181;
}
.btn-persian-green-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-persian-green-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-persian-green-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-persian-green-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-persian-green-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-persian-green-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-persian-green-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-persian-green-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-persian-green-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-persian-green-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-persian-green-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-persian-green-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-persian-green {
  border-color: #008181;
}
.dropdown-persian-green > li > a {
  color: #005858 !important;
}
.dropdown-persian-green > li > a:hover,
.dropdown-persian-green > li > a:focus {
  color: #00d3d3 !important;
  background-color: transparent !important;
}
.dropdown-persian-green .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #008181;
}
.dropdown-persian-green .dropdown-header {
  color: #00aaaa;
}
.dropdown-persian-green-bg {
  border-color: #008181;
  border-left: 0;
  border-right: 0;
  background-color: #008181 !important;
  color: #fff !important;
}
.dropdown-persian-green-bg > li > a {
  color: #ffffff !important;
  background-color: #008181 !important;
}
.dropdown-persian-green-bg > li > a:hover,
.dropdown-persian-green-bg > li > a:focus {
  color: #44ffff !important;
  background-color: #00aaaa !important;
}
.dropdown-persian-green-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #00a0a0;
}
.dropdown-persian-green-bg .dropdown-header {
  font-weight: 600;
  color: #44ffff;
}
.has-persian-green .help-block,
.has-persian-green .control-label,
.has-persian-green .radio,
.has-persian-green .checkbox,
.has-persian-green .radio-inline,
.has-persian-green .checkbox-inline {
  color: #00aaaa;
}
.has-persian-green .form-control {
  border-color: #00aaaa;
  -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-persian-green .form-control:focus {
  border-color: #007777;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #11ffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #11ffff;
}
.has-persian-green .input-group-addon {
  color: #ffffff;
  border-color: #00aaaa;
  background-color: #00aaaa;
}
.has-persian-green .form-control-feedback {
  color: #00aaaa;
}
.label.label-persian-green {
  background-color: #00aaaa;
  border: 1px solid #00aaaa;
}
.label.label-persian-green[href]:hover,
.label.label-persian-green[href]:focus {
  background-color: #007777;
}
.panel.panel-persian-green {
  border-color: #00aaaa;
}
.panel.panel-persian-green > .panel-heading {
  color: #ffffff;
  background-color: #00aaaa;
  border-color: #00aaaa;
}
.panel.panel-persian-green > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00aaaa;
}
.panel.panel-persian-green > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00aaaa;
}
.panel.panel-persian-green-bg {
  border-color: #00aaaa;
  background-color: #00aaaa;
}
.panel.panel-persian-green-bg > .panel-heading {
  color: #ffffff;
  border-color: #00c9c9;
}
.panel.panel-persian-green-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00aaaa;
}
.panel.panel-persian-green-bg > .panel-footer {
  background-color: #00aaaa;
  color: #ffffff;
  border-top: 1px solid #00c9c9;
}
.panel.panel-persian-green-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00aaaa;
}
.panel.panel-persian-green-bg .panel-body {
  background-color: #00aaaa;
  color: #ffffff;
}
.pillbox li.status-persian-green {
  background-color: #00aaaa;
  border-color: #00aaaa;
  color: #fff;
}
.pillbox li.status-persian-green:after {
  color: #fff;
}
.progress-bar-persian-green {
  background-color: #00aaaa;
}
.progress-striped .progress-bar-persian-green {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.persian-green,
.table > tbody > tr > td.persian-green,
.table > tfoot > tr > td.persian-green,
.table > thead > tr > th.persian-green,
.table > tbody > tr > th.persian-green,
.table > tfoot > tr > th.persian-green,
.table > thead > tr.persian-green > td,
.table > tbody > tr.persian-green > td,
.table > tfoot > tr.persian-green > td,
.table > thead > tr.persian-green > th,
.table > tbody > tr.persian-green > th,
.table > tfoot > tr.persian-green > th {
  color: #ffffff;
  background-color: #00aaaa !important;
}
.table-hover > tbody > tr > td.persian-green:hover,
.table-hover > tbody > tr > th.persian-green:hover,
.table-hover > tbody > tr.persian-green:hover > td,
.table-hover > tbody > tr.persian-green:hover > th {
  background-color: #009091 !important;
}
.table > thead > tr > td.persian-green-light,
.table > tbody > tr > td.persian-green-light,
.table > tfoot > tr > td.persian-green-light,
.table > thead > tr > th.persian-green-light,
.table > tbody > tr > th.persian-green-light,
.table > tfoot > tr > th.persian-green-light,
.table > thead > tr.persian-green-light > td,
.table > tbody > tr.persian-green-light > td,
.table > tfoot > tr.persian-green-light > td,
.table > thead > tr.persian-green-light > th,
.table > tbody > tr.persian-green-light > th,
.table > tfoot > tr.persian-green-light > th {
  color: #000000;
  background-color: #44ffff !important;
}
.table-hover > tbody > tr > td.persian-green-light:hover,
.table-hover > tbody > tr > th.persian-green-light:hover,
.table-hover > tbody > tr.persian-green-light:hover > td,
.table-hover > tbody > tr.persian-green-light:hover > th {
  background-color: #2affff !important;
}
.text-persian-green {
  color: #00aaaa;
}
a.text-persian-green:hover {
  color: #007777;
}
a.text-persian-green:hover {
  color: #00d3d3;
}
a.text-persian-green:active {
  color: #006d6d;
}
.text-persian-green-alt {
  background-color: #00aaaa;
  color: #fff;
}
a.text-persian-green-alt:hover,
a.text-persian-green-alt:active {
  color: #11ffff;
  background-color: #001111;
  text-decoration: none;
}
a.text-persian-green-alt:active {
  background-color: #007777;
}
.well.well-persian-green {
  color: #fff;
  background-color: #00aaaa;
  border: 1px solid #00aaaa;
}
.well.well-persian-green-border {
  border-color: #00aaaa;
}
.alert.alert-tree-poppy {
  background-color: #ffb761;
  border-color: #ffb761;
  color: #ffffff;
}
.alert.alert-tree-poppy hr {
  border-top-color: #ff8c03;
}
.alert.alert-tree-poppy .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-tree-poppy .alert-link.hover,
.alert.alert-tree-poppy .alert-link:hover,
.alert.alert-tree-poppy .alert-link.focus,
.alert.alert-tree-poppy .alert-link:focus {
  text-decoration: none;
}
.badge-tree-poppy {
  background-color: #ff981d;
  border: 1px solid #ff981d;
}
.badge-tree-poppy[href]:hover,
.badge-tree-poppy[href]:focus {
  background-color: #e97f00;
}
.bootstrap-switch > div > span.bootstrap-switch-tree-poppy {
  color: #fff !important;
  background: #ff981d !important;
}
.has-tree-poppy .bootstrap-switch {
  border-color: #ff981d;
}
.btn-tree-poppy {
  color: #ffffff;
  background-color: #ff981d;
  border-color: #ff981d;
  transition: all 100ms linear;
}
.btn-tree-poppy:hover,
.btn-tree-poppy:focus,
.btn-tree-poppy:active,
.btn-tree-poppy.active,
.open .dropdown-toggle.btn-tree-poppy {
  color: #ffffff;
  background-color: #f38400;
  border-color: #df7900;
}
.btn-tree-poppy:active,
.btn-tree-poppy.active,
.open .dropdown-toggle.btn-tree-poppy {
  background-image: none;
}
.btn-tree-poppy.disabled,
.btn-tree-poppy[disabled],
fieldset[disabled] .btn-tree-poppy,
.btn-tree-poppy.disabled:hover,
.btn-tree-poppy[disabled]:hover,
fieldset[disabled] .btn-tree-poppy:hover,
.btn-tree-poppy.disabled:focus,
.btn-tree-poppy[disabled]:focus,
fieldset[disabled] .btn-tree-poppy:focus,
.btn-tree-poppy.disabled:active,
.btn-tree-poppy[disabled]:active,
fieldset[disabled] .btn-tree-poppy:active,
.btn-tree-poppy.disabled.active,
.btn-tree-poppy[disabled].active,
fieldset[disabled] .btn-tree-poppy.active {
  background-color: #ff981d;
  border-color: #ff981d;
}
.btn-tree-poppy .badge {
  color: #ff981d;
  background-color: #ffffff;
}
.btn-tree-poppy:focus {
  color: #ffffff;
  background-color: #ff981d;
  border-color: #ff981d;
}
.btn-tree-poppy:hover {
  color: #ffffff;
  background-color: #ffab46;
  border-color: #ffab46;
}
.btn-tree-poppy:active,
.btn-tree-poppy.active,
.open .dropdown-toggle.btn-tree-poppy {
  background-color: #f38400;
  border-color: #f38400;
}
.btn-tree-poppy.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-tree-poppy.btn-transparent {
  background-color: transparent !important;
}
.btn-tree-poppy-border {
  color: #ff981d;
  background-color: #ffffff;
  border-color: #ff981d;
  transition: all 100ms linear;
}
.btn-tree-poppy-border:hover,
.btn-tree-poppy-border:focus,
.btn-tree-poppy-border:active,
.btn-tree-poppy-border.active,
.open .dropdown-toggle.btn-tree-poppy-border {
  color: #ff981d;
  background-color: #ebebeb;
  border-color: #df7900;
}
.btn-tree-poppy-border:active,
.btn-tree-poppy-border.active,
.open .dropdown-toggle.btn-tree-poppy-border {
  background-image: none;
}
.btn-tree-poppy-border.disabled,
.btn-tree-poppy-border[disabled],
fieldset[disabled] .btn-tree-poppy-border,
.btn-tree-poppy-border.disabled:hover,
.btn-tree-poppy-border[disabled]:hover,
fieldset[disabled] .btn-tree-poppy-border:hover,
.btn-tree-poppy-border.disabled:focus,
.btn-tree-poppy-border[disabled]:focus,
fieldset[disabled] .btn-tree-poppy-border:focus,
.btn-tree-poppy-border.disabled:active,
.btn-tree-poppy-border[disabled]:active,
fieldset[disabled] .btn-tree-poppy-border:active,
.btn-tree-poppy-border.disabled.active,
.btn-tree-poppy-border[disabled].active,
fieldset[disabled] .btn-tree-poppy-border.active {
  background-color: #ffffff;
  border-color: #ff981d;
}
.btn-tree-poppy-border .badge {
  color: #ffffff;
  background-color: #ff981d;
}
.btn-tree-poppy-border:focus {
  color: #ff981d;
  background-color: #ffffff;
  border-color: #ff981d;
}
.btn-tree-poppy-border:hover {
  color: #ff981d;
  background-color: #ffffff;
  border-color: #ffab46;
}
.btn-tree-poppy-border:active,
.btn-tree-poppy-border.active,
.open .dropdown-toggle.btn-tree-poppy-border {
  background-color: #ebebeb;
  border-color: #f38400;
}
.btn-tree-poppy-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-tree-poppy-border.btn-transparent {
  background-color: transparent !important;
}
.btn-tree-poppy-border:hover {
  color: #ffbd6f;
  background-color: #ffffff;
  border-color: #ffbd6f;
}
.btn-tree-poppy-border:active,
.btn-tree-poppy-border.active,
.open .dropdown-toggle.btn-tree-poppy-border {
  color: #f38400;
  background-color: #ebebeb;
  border-color: #f38400;
}
.btn-tree-poppy-border-2x {
  color: #ff981d;
  background-color: #ffffff;
  border-color: #ff981d;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-tree-poppy-border-2x:hover,
.btn-tree-poppy-border-2x:focus,
.btn-tree-poppy-border-2x:active,
.btn-tree-poppy-border-2x.active,
.open .dropdown-toggle.btn-tree-poppy-border-2x {
  color: #ff981d;
  background-color: #ebebeb;
  border-color: #df7900;
}
.btn-tree-poppy-border-2x:active,
.btn-tree-poppy-border-2x.active,
.open .dropdown-toggle.btn-tree-poppy-border-2x {
  background-image: none;
}
.btn-tree-poppy-border-2x.disabled,
.btn-tree-poppy-border-2x[disabled],
fieldset[disabled] .btn-tree-poppy-border-2x,
.btn-tree-poppy-border-2x.disabled:hover,
.btn-tree-poppy-border-2x[disabled]:hover,
fieldset[disabled] .btn-tree-poppy-border-2x:hover,
.btn-tree-poppy-border-2x.disabled:focus,
.btn-tree-poppy-border-2x[disabled]:focus,
fieldset[disabled] .btn-tree-poppy-border-2x:focus,
.btn-tree-poppy-border-2x.disabled:active,
.btn-tree-poppy-border-2x[disabled]:active,
fieldset[disabled] .btn-tree-poppy-border-2x:active,
.btn-tree-poppy-border-2x.disabled.active,
.btn-tree-poppy-border-2x[disabled].active,
fieldset[disabled] .btn-tree-poppy-border-2x.active {
  background-color: #ffffff;
  border-color: #ff981d;
}
.btn-tree-poppy-border-2x .badge {
  color: #ffffff;
  background-color: #ff981d;
}
.btn-tree-poppy-border-2x:focus {
  color: #ff981d;
  background-color: #ffffff;
  border-color: #ff981d;
}
.btn-tree-poppy-border-2x:hover {
  color: #ff981d;
  background-color: #ffffff;
  border-color: #ffab46;
}
.btn-tree-poppy-border-2x:active,
.btn-tree-poppy-border-2x.active,
.open .dropdown-toggle.btn-tree-poppy-border-2x {
  background-color: #ebebeb;
  border-color: #f38400;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-tree-poppy-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-tree-poppy-border-2x:hover {
  color: #ffbd6f;
  background-color: #ffffff;
  border-color: #ffbd6f;
}
.btn-tree-poppy-border-2x:active,
.btn-tree-poppy-border-2x.active,
.open .dropdown-toggle.btn-tree-poppy-border-2x {
  color: #f38400;
  background-color: #ebebeb;
  border-color: #f38400;
}
.btn-tree-poppy-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-tree-poppy-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-tree-poppy-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-tree-poppy-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-tree-poppy-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-tree-poppy-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-tree-poppy {
  border-color: #f38400;
}
.dropdown-tree-poppy > li > a {
  color: #ca6e00 !important;
}
.dropdown-tree-poppy > li > a:hover,
.dropdown-tree-poppy > li > a:focus {
  color: #ffab46 !important;
  background-color: transparent !important;
}
.dropdown-tree-poppy .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #f38400;
}
.dropdown-tree-poppy .dropdown-header {
  color: #ff981d;
}
.dropdown-tree-poppy-bg {
  border-color: #f38400;
  border-left: 0;
  border-right: 0;
  background-color: #f38400 !important;
  color: #fff !important;
}
.dropdown-tree-poppy-bg > li > a {
  color: #ffffff !important;
  background-color: #f38400 !important;
}
.dropdown-tree-poppy-bg > li > a:hover,
.dropdown-tree-poppy-bg > li > a:focus {
  color: #ffdeb6 !important;
  background-color: #ff981d !important;
}
.dropdown-tree-poppy-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #ff9313;
}
.dropdown-tree-poppy-bg .dropdown-header {
  font-weight: 600;
  color: #ffdeb6;
}
.has-tree-poppy .help-block,
.has-tree-poppy .control-label,
.has-tree-poppy .radio,
.has-tree-poppy .checkbox,
.has-tree-poppy .radio-inline,
.has-tree-poppy .checkbox-inline {
  color: #ff981d;
}
.has-tree-poppy .form-control {
  border-color: #ff981d;
  -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-tree-poppy .form-control:focus {
  border-color: #e97f00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc683;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc683;
}
.has-tree-poppy .input-group-addon {
  color: #ffffff;
  border-color: #ff981d;
  background-color: #ff981d;
}
.has-tree-poppy .form-control-feedback {
  color: #ff981d;
}
.label.label-tree-poppy {
  background-color: #ff981d;
  border: 1px solid #ff981d;
}
.label.label-tree-poppy[href]:hover,
.label.label-tree-poppy[href]:focus {
  background-color: #e97f00;
}
.panel.panel-tree-poppy {
  border-color: #ff981d;
}
.panel.panel-tree-poppy > .panel-heading {
  color: #ffffff;
  background-color: #ff981d;
  border-color: #ff981d;
}
.panel.panel-tree-poppy > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff981d;
}
.panel.panel-tree-poppy > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff981d;
}
.panel.panel-tree-poppy-bg {
  border-color: #ff981d;
  background-color: #ff981d;
}
.panel.panel-tree-poppy-bg > .panel-heading {
  color: #ffffff;
  border-color: #ffa63c;
}
.panel.panel-tree-poppy-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff981d;
}
.panel.panel-tree-poppy-bg > .panel-footer {
  background-color: #ff981d;
  color: #ffffff;
  border-top: 1px solid #ffa63c;
}
.panel.panel-tree-poppy-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff981d;
}
.panel.panel-tree-poppy-bg .panel-body {
  background-color: #ff981d;
  color: #ffffff;
}
.pillbox li.status-tree-poppy {
  background-color: #ff981d;
  border-color: #ff981d;
  color: #fff;
}
.pillbox li.status-tree-poppy:after {
  color: #fff;
}
.progress-bar-tree-poppy {
  background-color: #ff981d;
}
.progress-striped .progress-bar-tree-poppy {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.tree-poppy,
.table > tbody > tr > td.tree-poppy,
.table > tfoot > tr > td.tree-poppy,
.table > thead > tr > th.tree-poppy,
.table > tbody > tr > th.tree-poppy,
.table > tfoot > tr > th.tree-poppy,
.table > thead > tr.tree-poppy > td,
.table > tbody > tr.tree-poppy > td,
.table > tfoot > tr.tree-poppy > td,
.table > thead > tr.tree-poppy > th,
.table > tbody > tr.tree-poppy > th,
.table > tfoot > tr.tree-poppy > th {
  color: #ffffff;
  background-color: #ff981d !important;
}
.table-hover > tbody > tr > td.tree-poppy:hover,
.table-hover > tbody > tr > th.tree-poppy:hover,
.table-hover > tbody > tr.tree-poppy:hover > td,
.table-hover > tbody > tr.tree-poppy:hover > th {
  background-color: #ff8c03 !important;
}
.table > thead > tr > td.tree-poppy-light,
.table > tbody > tr > td.tree-poppy-light,
.table > tfoot > tr > td.tree-poppy-light,
.table > thead > tr > th.tree-poppy-light,
.table > tbody > tr > th.tree-poppy-light,
.table > tfoot > tr > th.tree-poppy-light,
.table > thead > tr.tree-poppy-light > td,
.table > tbody > tr.tree-poppy-light > td,
.table > tfoot > tr.tree-poppy-light > td,
.table > thead > tr.tree-poppy-light > th,
.table > tbody > tr.tree-poppy-light > th,
.table > tfoot > tr.tree-poppy-light > th {
  color: #000000;
  background-color: #ffdeb6 !important;
}
.table-hover > tbody > tr > td.tree-poppy-light:hover,
.table-hover > tbody > tr > th.tree-poppy-light:hover,
.table-hover > tbody > tr.tree-poppy-light:hover > td,
.table-hover > tbody > tr.tree-poppy-light:hover > th {
  background-color: #ffd29d !important;
}
.text-tree-poppy {
  color: #ff981d;
}
a.text-tree-poppy:hover {
  color: #e97f00;
}
a.text-tree-poppy:hover {
  color: #ffab46;
}
a.text-tree-poppy:active {
  color: #df7900;
}
.text-tree-poppy-alt {
  background-color: #ff981d;
  color: #fff;
}
a.text-tree-poppy-alt:hover,
a.text-tree-poppy-alt:active {
  color: #ffc683;
  background-color: #834700;
  text-decoration: none;
}
a.text-tree-poppy-alt:active {
  background-color: #e97f00;
}
.well.well-tree-poppy {
  color: #fff;
  background-color: #ff981d;
  border: 1px solid #ff981d;
}
.well.well-tree-poppy-border {
  border-color: #ff981d;
}
.alert.alert-nutmeg {
  background-color: #926d4d;
  border-color: #926d4d;
  color: #ffffff;
}
.alert.alert-nutmeg hr {
  border-top-color: #4a2300;
}
.alert.alert-nutmeg .alert-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-nutmeg .alert-link.hover,
.alert.alert-nutmeg .alert-link:hover,
.alert.alert-nutmeg .alert-link.focus,
.alert.alert-nutmeg .alert-link:focus {
  text-decoration: none;
}
.badge-nutmeg {
  background-color: #632f00;
  border: 1px solid #632f00;
}
.badge-nutmeg[href]:hover,
.badge-nutmeg[href]:focus {
  background-color: #301700;
}
.bootstrap-switch > div > span.bootstrap-switch-nutmeg {
  color: #fff !important;
  background: #632f00 !important;
}
.has-nutmeg .bootstrap-switch {
  border-color: #632f00;
}
.btn-nutmeg {
  color: #ffffff;
  background-color: #632f00;
  border-color: #632f00;
  transition: all 100ms linear;
}
.btn-nutmeg:hover,
.btn-nutmeg:focus,
.btn-nutmeg:active,
.btn-nutmeg.active,
.open .dropdown-toggle.btn-nutmeg {
  color: #ffffff;
  background-color: #3a1c00;
  border-color: #261200;
}
.btn-nutmeg:active,
.btn-nutmeg.active,
.open .dropdown-toggle.btn-nutmeg {
  background-image: none;
}
.btn-nutmeg.disabled,
.btn-nutmeg[disabled],
fieldset[disabled] .btn-nutmeg,
.btn-nutmeg.disabled:hover,
.btn-nutmeg[disabled]:hover,
fieldset[disabled] .btn-nutmeg:hover,
.btn-nutmeg.disabled:focus,
.btn-nutmeg[disabled]:focus,
fieldset[disabled] .btn-nutmeg:focus,
.btn-nutmeg.disabled:active,
.btn-nutmeg[disabled]:active,
fieldset[disabled] .btn-nutmeg:active,
.btn-nutmeg.disabled.active,
.btn-nutmeg[disabled].active,
fieldset[disabled] .btn-nutmeg.active {
  background-color: #632f00;
  border-color: #632f00;
}
.btn-nutmeg .badge {
  color: #632f00;
  background-color: #ffffff;
}
.btn-nutmeg:focus {
  color: #ffffff;
  background-color: #632f00;
  border-color: #632f00;
}
.btn-nutmeg:hover {
  color: #ffffff;
  background-color: #8c4200;
  border-color: #8c4200;
}
.btn-nutmeg:active,
.btn-nutmeg.active,
.open .dropdown-toggle.btn-nutmeg {
  background-color: #3a1c00;
  border-color: #3a1c00;
}
.btn-nutmeg.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-nutmeg.btn-transparent {
  background-color: transparent !important;
}
.btn-nutmeg-border {
  color: #632f00;
  background-color: #ffffff;
  border-color: #632f00;
  transition: all 100ms linear;
}
.btn-nutmeg-border:hover,
.btn-nutmeg-border:focus,
.btn-nutmeg-border:active,
.btn-nutmeg-border.active,
.open .dropdown-toggle.btn-nutmeg-border {
  color: #632f00;
  background-color: #ebebeb;
  border-color: #261200;
}
.btn-nutmeg-border:active,
.btn-nutmeg-border.active,
.open .dropdown-toggle.btn-nutmeg-border {
  background-image: none;
}
.btn-nutmeg-border.disabled,
.btn-nutmeg-border[disabled],
fieldset[disabled] .btn-nutmeg-border,
.btn-nutmeg-border.disabled:hover,
.btn-nutmeg-border[disabled]:hover,
fieldset[disabled] .btn-nutmeg-border:hover,
.btn-nutmeg-border.disabled:focus,
.btn-nutmeg-border[disabled]:focus,
fieldset[disabled] .btn-nutmeg-border:focus,
.btn-nutmeg-border.disabled:active,
.btn-nutmeg-border[disabled]:active,
fieldset[disabled] .btn-nutmeg-border:active,
.btn-nutmeg-border.disabled.active,
.btn-nutmeg-border[disabled].active,
fieldset[disabled] .btn-nutmeg-border.active {
  background-color: #ffffff;
  border-color: #632f00;
}
.btn-nutmeg-border .badge {
  color: #ffffff;
  background-color: #632f00;
}
.btn-nutmeg-border:focus {
  color: #632f00;
  background-color: #ffffff;
  border-color: #632f00;
}
.btn-nutmeg-border:hover {
  color: #632f00;
  background-color: #ffffff;
  border-color: #8c4200;
}
.btn-nutmeg-border:active,
.btn-nutmeg-border.active,
.open .dropdown-toggle.btn-nutmeg-border {
  background-color: #ebebeb;
  border-color: #3a1c00;
}
.btn-nutmeg-border.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-nutmeg-border.btn-transparent {
  background-color: transparent !important;
}
.btn-nutmeg-border:hover {
  color: #b55600;
  background-color: #ffffff;
  border-color: #b55600;
}
.btn-nutmeg-border:active,
.btn-nutmeg-border.active,
.open .dropdown-toggle.btn-nutmeg-border {
  color: #3a1c00;
  background-color: #ebebeb;
  border-color: #3a1c00;
}
.btn-nutmeg-border-2x {
  color: #632f00;
  background-color: #ffffff;
  border-color: #632f00;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-nutmeg-border-2x:hover,
.btn-nutmeg-border-2x:focus,
.btn-nutmeg-border-2x:active,
.btn-nutmeg-border-2x.active,
.open .dropdown-toggle.btn-nutmeg-border-2x {
  color: #632f00;
  background-color: #ebebeb;
  border-color: #261200;
}
.btn-nutmeg-border-2x:active,
.btn-nutmeg-border-2x.active,
.open .dropdown-toggle.btn-nutmeg-border-2x {
  background-image: none;
}
.btn-nutmeg-border-2x.disabled,
.btn-nutmeg-border-2x[disabled],
fieldset[disabled] .btn-nutmeg-border-2x,
.btn-nutmeg-border-2x.disabled:hover,
.btn-nutmeg-border-2x[disabled]:hover,
fieldset[disabled] .btn-nutmeg-border-2x:hover,
.btn-nutmeg-border-2x.disabled:focus,
.btn-nutmeg-border-2x[disabled]:focus,
fieldset[disabled] .btn-nutmeg-border-2x:focus,
.btn-nutmeg-border-2x.disabled:active,
.btn-nutmeg-border-2x[disabled]:active,
fieldset[disabled] .btn-nutmeg-border-2x:active,
.btn-nutmeg-border-2x.disabled.active,
.btn-nutmeg-border-2x[disabled].active,
fieldset[disabled] .btn-nutmeg-border-2x.active {
  background-color: #ffffff;
  border-color: #632f00;
}
.btn-nutmeg-border-2x .badge {
  color: #ffffff;
  background-color: #632f00;
}
.btn-nutmeg-border-2x:focus {
  color: #632f00;
  background-color: #ffffff;
  border-color: #632f00;
}
.btn-nutmeg-border-2x:hover {
  color: #632f00;
  background-color: #ffffff;
  border-color: #8c4200;
}
.btn-nutmeg-border-2x:active,
.btn-nutmeg-border-2x.active,
.open .dropdown-toggle.btn-nutmeg-border-2x {
  background-color: #ebebeb;
  border-color: #3a1c00;
}
.btn-nutmeg-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-nutmeg-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-nutmeg-border-2x:hover {
  color: #b55600;
  background-color: #ffffff;
  border-color: #b55600;
}
.btn-nutmeg-border-2x:active,
.btn-nutmeg-border-2x.active,
.open .dropdown-toggle.btn-nutmeg-border-2x {
  color: #3a1c00;
  background-color: #ebebeb;
  border-color: #3a1c00;
}
.btn-nutmeg-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-nutmeg-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-nutmeg-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-nutmeg-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-nutmeg-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-nutmeg-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-nutmeg-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-nutmeg-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-nutmeg-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-nutmeg-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-nutmeg-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-nutmeg-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.dropdown-nutmeg {
  border-color: #3a1c00;
}
.dropdown-nutmeg > li > a {
  color: #110800 !important;
}
.dropdown-nutmeg > li > a:hover,
.dropdown-nutmeg > li > a:focus {
  color: #8c4200 !important;
  background-color: transparent !important;
}
.dropdown-nutmeg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #3a1c00;
}
.dropdown-nutmeg .dropdown-header {
  color: #632f00;
}
.dropdown-nutmeg-bg {
  border-color: #3a1c00;
  border-left: 0;
  border-right: 0;
  background-color: #3a1c00 !important;
  color: #fff !important;
}
.dropdown-nutmeg-bg > li > a {
  color: #ffffff !important;
  background-color: #3a1c00 !important;
}
.dropdown-nutmeg-bg > li > a:hover,
.dropdown-nutmeg-bg > li > a:focus {
  color: #fc7800 !important;
  background-color: #632f00 !important;
}
.dropdown-nutmeg-bg .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #592a00;
}
.dropdown-nutmeg-bg .dropdown-header {
  font-weight: 600;
  color: #fc7800;
}
.has-nutmeg .help-block,
.has-nutmeg .control-label,
.has-nutmeg .radio,
.has-nutmeg .checkbox,
.has-nutmeg .radio-inline,
.has-nutmeg .checkbox-inline {
  color: #632f00;
}
.has-nutmeg .form-control {
  border-color: #632f00;
  -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-nutmeg .form-control:focus {
  border-color: #301700;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c95f00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c95f00;
}
.has-nutmeg .input-group-addon {
  color: #ffffff;
  border-color: #632f00;
  background-color: #632f00;
}
.has-nutmeg .form-control-feedback {
  color: #632f00;
}
.label.label-nutmeg {
  background-color: #632f00;
  border: 1px solid #632f00;
}
.label.label-nutmeg[href]:hover,
.label.label-nutmeg[href]:focus {
  background-color: #301700;
}
.panel.panel-nutmeg {
  border-color: #632f00;
}
.panel.panel-nutmeg > .panel-heading {
  color: #ffffff;
  background-color: #632f00;
  border-color: #632f00;
}
.panel.panel-nutmeg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #632f00;
}
.panel.panel-nutmeg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #632f00;
}
.panel.panel-nutmeg-bg {
  border-color: #632f00;
  background-color: #632f00;
}
.panel.panel-nutmeg-bg > .panel-heading {
  color: #ffffff;
  border-color: #823e00;
}
.panel.panel-nutmeg-bg > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #632f00;
}
.panel.panel-nutmeg-bg > .panel-footer {
  background-color: #632f00;
  color: #ffffff;
  border-top: 1px solid #823e00;
}
.panel.panel-nutmeg-bg > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #632f00;
}
.panel.panel-nutmeg-bg .panel-body {
  background-color: #632f00;
  color: #ffffff;
}
.pillbox li.status-nutmeg {
  background-color: #632f00;
  border-color: #632f00;
  color: #fff;
}
.pillbox li.status-nutmeg:after {
  color: #fff;
}
.progress-bar-nutmeg {
  background-color: #632f00;
}
.progress-striped .progress-bar-nutmeg {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.nutmeg,
.table > tbody > tr > td.nutmeg,
.table > tfoot > tr > td.nutmeg,
.table > thead > tr > th.nutmeg,
.table > tbody > tr > th.nutmeg,
.table > tfoot > tr > th.nutmeg,
.table > thead > tr.nutmeg > td,
.table > tbody > tr.nutmeg > td,
.table > tfoot > tr.nutmeg > td,
.table > thead > tr.nutmeg > th,
.table > tbody > tr.nutmeg > th,
.table > tfoot > tr.nutmeg > th {
  color: #ffffff;
  background-color: #632f00 !important;
}
.table-hover > tbody > tr > td.nutmeg:hover,
.table-hover > tbody > tr > th.nutmeg:hover,
.table-hover > tbody > tr.nutmeg:hover > td,
.table-hover > tbody > tr.nutmeg:hover > th {
  background-color: #4a2300 !important;
}
.table > thead > tr > td.nutmeg-light,
.table > tbody > tr > td.nutmeg-light,
.table > tfoot > tr > td.nutmeg-light,
.table > thead > tr > th.nutmeg-light,
.table > tbody > tr > th.nutmeg-light,
.table > tfoot > tr > th.nutmeg-light,
.table > thead > tr.nutmeg-light > td,
.table > tbody > tr.nutmeg-light > td,
.table > tfoot > tr.nutmeg-light > td,
.table > thead > tr.nutmeg-light > th,
.table > tbody > tr.nutmeg-light > th,
.table > tfoot > tr.nutmeg-light > th {
  color: #000000;
  background-color: #fc7800 !important;
}
.table-hover > tbody > tr > td.nutmeg-light:hover,
.table-hover > tbody > tr > th.nutmeg-light:hover,
.table-hover > tbody > tr.nutmeg-light:hover > td,
.table-hover > tbody > tr.nutmeg-light:hover > th {
  background-color: #e36c00 !important;
}
.text-nutmeg {
  color: #632f00;
}
a.text-nutmeg:hover {
  color: #301700;
}
a.text-nutmeg:hover {
  color: #8c4200;
}
a.text-nutmeg:active {
  color: #261200;
}
.text-nutmeg-alt {
  background-color: #632f00;
  color: #fff;
}
a.text-nutmeg-alt:hover,
a.text-nutmeg-alt:active {
  color: #c95f00;
  background-color: #000000;
  text-decoration: none;
}
a.text-nutmeg-alt:active {
  background-color: #301700;
}
.well.well-nutmeg {
  color: #fff;
  background-color: #632f00;
  border: 1px solid #632f00;
}
.well.well-nutmeg-border {
  border-color: #632f00;
}
.badge-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.badge-white[href]:hover,
.badge-white[href]:focus {
  background-color: #e6e6e6;
}
.btn-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  transition: all 100ms linear;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-white:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: rgba(20, 20, 20, 0);
  border-color: #ffffff;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebebeb;
}
.btn-white.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-white.btn-transparent {
  background-color: transparent !important;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)";
  /* IE8 */
  zoom: 1;
}
.btn-white:active {
  background: rgba(255, 255, 255, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF)";
  /* IE8 */
  zoom: 1;
}
.btn-white-border-2x {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  transition: all 100ms linear;
  border-width: 2px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.644;
  border-radius: 0;
}
.btn-white-border-2x:hover,
.btn-white-border-2x:focus,
.btn-white-border-2x:active,
.btn-white-border-2x.active,
.open .dropdown-toggle.btn-white-border-2x {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white-border-2x:active,
.btn-white-border-2x.active,
.open .dropdown-toggle.btn-white-border-2x {
  background-image: none;
}
.btn-white-border-2x.disabled,
.btn-white-border-2x[disabled],
fieldset[disabled] .btn-white-border-2x,
.btn-white-border-2x.disabled:hover,
.btn-white-border-2x[disabled]:hover,
fieldset[disabled] .btn-white-border-2x:hover,
.btn-white-border-2x.disabled:focus,
.btn-white-border-2x[disabled]:focus,
fieldset[disabled] .btn-white-border-2x:focus,
.btn-white-border-2x.disabled:active,
.btn-white-border-2x[disabled]:active,
fieldset[disabled] .btn-white-border-2x:active,
.btn-white-border-2x.disabled.active,
.btn-white-border-2x[disabled].active,
fieldset[disabled] .btn-white-border-2x.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white-border-2x .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-white-border-2x:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white-border-2x:hover {
  color: #ffffff;
  background-color: rgba(20, 20, 20, 0);
  border-color: #ffffff;
}
.btn-white-border-2x:active,
.btn-white-border-2x.active,
.open .dropdown-toggle.btn-white-border-2x {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebebeb;
}
.btn-white-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-white-border-2x.btn-transparent {
  background-color: transparent !important;
}
.btn-white-border-2x:hover {
  color: #ffffff;
  background-color: rgba(41, 41, 41, 0);
  border-color: #ffffff;
}
.btn-white-border-2x:active,
.btn-white-border-2x.active,
.open .dropdown-toggle.btn-white-border-2x {
  color: #ebebeb;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebebeb;
}
.btn-white-border-2x.btn-lg {
  padding: 9px 22px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-white-border-2x.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-white-border-2x.btn-xs {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-white-border-2x.btn-labeled {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-white-border-2x.btn-labeled .btn-label {
  padding-bottom: 7px;
  padding-top: 6px;
}
.btn-white-border-2x.btn-labeled.btn-lg {
  padding: 0px 22px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 0 !important;
}
.btn-white-border-2x.btn-labeled.btn-lg .btn-label {
  padding-bottom: 9px;
  padding-top: 9px;
}
.btn-white-border-2x.btn-labeled.btn-lg [class^="icon-metro"] {
  line-height: 1.1;
}
.btn-white-border-2x.btn-labeled.btn-sm {
  padding: -3px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-white-border-2x.btn-labeled.btn-sm .btn-label {
  padding-bottom: 4px;
  padding-top: 4px;
}
.btn-white-border-2x.btn-labeled.btn-xs {
  padding: 0px 4px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-white-border-2x.btn-labeled.btn-xs .btn-label {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-white-border-2x:hover {
  background: rgba(255, 255, 255, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)";
  /* IE8 */
  zoom: 1;
}
.btn-white-border-2x:active {
  background: rgba(255, 255, 255, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF)";
  /* IE8 */
  zoom: 1;
}
.label.label-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.label.label-white[href]:hover,
.label.label-white[href]:focus {
  background-color: #e6e6e6;
}
.start-screen {
  overflow-y: hidden;
  overflow-x: scroll;
}
.start-screen-container {
  position: absolute;
  height: 100%;
  margin-top: 280px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .start-screen-container {
    margin-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .start-screen-container {
    margin-top: 180px;
  }
}
.fixed-title {
  position: fixed;
  top: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.tile {
  width: 120px;
  height: 120px;
  margin: 3px 10px 7px 0;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  padding: 0;
  cursor: pointer;
  background-color: #eeeeee;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tile.image {
  border: 0;
}
.tile:hover {
  outline: #364243 solid 3px;
}
.tile:active {
  outline: 0;
}
.tile.half {
  width: 55px;
  height: 55px;
}
.tile.double-width {
  width: 250px;
}
.tile.double-height {
  height: 250px;
}
.tile.triple-width {
  width: 380px;
}
.tile.triple-height {
  height: 380px;
}
.tile.quadruple-width {
  width: 510px;
}
.tile.quadruple-height {
  height: 510px;
}
.tile .tile-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.tile .tile-content.image {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.tile .tile-content.icon [class*="icon-"],
.tile .tile-content.icon [class*="fa-"],
.tile .tile-content.icon img {
  line-height: 56px;
  height: 56px;
  width: 56px;
  font-size: 48px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
}
.tile .tile-content.image-set img {
  margin: 0;
  padding: 0;
  width: 25% !important;
  height: 50%;
  float: left;
}
.tile .tile-content.image-set img:first-child {
  width: 50% !important;
  float: left;
  height: 100%;
}
.tile .tile-content.email {
  color: #fff;
  padding: 10px;
}
.tile .tile-content.email .email-image {
  width: 64px;
  height: 64px;
  float: left;
}
.tile .tile-content.email .email-image img {
  width: 100%;
  height: 100%;
}
.tile .tile-content.email .email-data {
  display: block;
  color: inherit;
  margin-left: 70px;
  width: auto;
  overflow: hidden;
}
.tile .tile-content.email .email-data .email-data-title,
.tile .tile-content.email .email-data .email-data-subtitle,
.tile .tile-content.email .email-data .email-data-text {
  color: inherit;
  display: block;
}
.tile .tile-content.email .email-data .email-data-title {
  font-size: 18px;
  font-weight: 600;
}
.tile .tile-content.email .email-data .email-data-subtitle {
  font-size: 14px;
}
.tile .tile-content.email .email-data .email-data-text {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tile .tile-content {
  display: none;
}
.tile .tile-content:first-child {
  display: block;
}
.tile .brand,
.tile .tile-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 29px;
  margin: 0;
}
.tile .brand:before,
.tile .tile-status:before,
.tile .brand:after,
.tile .tile-status:after {
  content: " ";
  display: table;
}
.tile .brand:after,
.tile .tile-status:after {
  clear: both;
}
.tile .brand:before,
.tile .tile-status:before,
.tile .brand:after,
.tile .tile-status:after {
  content: " ";
  display: table;
}
.tile .brand:after,
.tile .tile-status:after {
  clear: both;
}
.tile .brand.opacity,
.tile .tile-status.opacity {
  opacity: .7;
}
.tile .brand .tile-name,
.tile .tile-status .tile-name,
.tile .brand .tile-label,
.tile .tile-status .tile-label,
.tile .brand .tile-text,
.tile .tile-status .tile-text {
  display: block;
  font-size: 13px;
  margin: 5px 10px 4px 10px;
  background: transparent;
  color: #fff;
}
.tile .brand .tile-badge,
.tile .tile-status .tile-badge {
  position: absolute;
  bottom: 3px;
  right: 10px;
  width: 29px;
  height: 29px;
  text-align: center;
  color: #fff;
  padding: 3px 5px 5px;
  margin: 0;
  vertical-align: middle !important;
  display: block;
}
.tile img {
  max-width: 100%;
}
.tile.half .tile-content.icon [class*="icon-"],
.tile.half .tile-content.icon img {
  line-height: 37.333333333333336px;
  height: 37.333333333333336px;
  width: 37.333333333333336px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -18.666666666666668px;
  margin-left: -18.666666666666668px;
}
.tile .condensed {
  line-height: 1.3;
}
.tile.selected {
  border: 4px #364243 solid;
}
.tile.selected:after {
  position: absolute;
  display: block;
  border-top: 28px solid #364243;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}
.tile.selected:before {
  position: absolute;
  display: block;
  content: "\f00c";
  color: #fff;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  z-index: 102;
  top: 0;
}
.tile-group {
  margin-right: 46px;
  min-width: 130px;
  width: auto;
  float: left;
  display: block;
  padding-top: 40px;
  position: relative;
  color: #fff;
}
.tile-group .tile-group-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  color: inherit;
}
.tile-group.one {
  width: 130px;
}
.tile-group.two,
.tile-group.double {
  width: 260px;
}
.tile-group.three,
.tile-group.triple {
  width: 390px;
}
.tile-group.four,
.tile-group.quadro {
  width: 520px;
}
.tile-group.five {
  width: 650px;
}
.tile-group.six {
  width: 780px;
}
.tile-group.seven {
  width: 910px;
}
.tile-group:first-child {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .tile-group:first-child {
    margin-left: 15px;
  }
  .tile-group:last-child {
    margin-right: -46px;
  }
}
.tile-link-wrapper {
  float: left;
}
.tile-link-wrapper.half {
  width: 65px;
  height: 65px;
}
.tile-link-wrapper.height {
  height: 130px;
}
.tile-link-wrapper.double-width {
  width: 260px;
}
.tile-link-wrapper.double-height {
  height: 260px;
}
.tile-link-wrapper.triple-width {
  width: 390px;
}
.tile-link-wrapper.triple-height {
  height: 390px;
}
.tile-link-wrapper.quadruple-width {
  width: 520px;
}
.tile-link-wrapper.quadruple-height {
  height: 520px;
}
.tile-link-wrapper .tile-link {
  display: block;
  position: relative;
  top: 3px;
}
.tile-link-wrapper .tile-link.half {
  width: 55px;
  height: 55px;
}
.tile-link-wrapper .tile-link.height {
  height: 120px;
}
.tile-link-wrapper .tile-link.double-width {
  width: 250px;
}
.tile-link-wrapper .tile-link.double-height {
  height: 250px;
}
.tile-link-wrapper .tile-link.triple-width {
  width: 380px;
}
.tile-link-wrapper .tile-link.triple-height {
  height: 380px;
}
.tile-link-wrapper .tile-link.quadruple-width {
  width: 510px;
}
.tile-link-wrapper .tile-link.quadruple-height {
  height: 510px;
}
.tile-link-wrapper .tile-link .link-adjust {
  top: -3px;
}
[class*=tile-transform-] {
  -webkit-transition: all 0.22s;
  transition: all 0.22s;
}
.tile-transform-right {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  -o-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  transform-origin: left 50%;
  -webkit-transform: perspective(500px) rotateY(0.138372rad);
  -moz-transform: perspective(500px) rotateY(0.138372rad);
  -ms-transform: perspective(500px) rotateY(0.138372rad);
  -o-transform: perspective(500px) rotateY(0.138372rad);
  transform: perspective(500px) rotateY(0.138372rad);
}
.tile.double.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.069186rad);
  -moz-transform: perspective(500px) rotateY(0.069186rad);
  -ms-transform: perspective(500px) rotateY(0.069186rad);
  -o-transform: perspective(500px) rotateY(0.069186rad);
  transform: perspective(500px) rotateY(0.069186rad);
}
.tile.triple.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.046124rad);
  -moz-transform: perspective(500px) rotateY(0.046124rad);
  -ms-transform: perspective(500px) rotateY(0.046124rad);
  -o-transform: perspective(500px) rotateY(0.046124rad);
  transform: perspective(500px) rotateY(0.046124rad);
}
.tile.quadro.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.034593rad);
  -moz-transform: perspective(500px) rotateY(0.034593rad);
  -ms-transform: perspective(500px) rotateY(0.034593rad);
  -o-transform: perspective(500px) rotateY(0.034593rad);
  transform: perspective(500px) rotateY(0.034593rad);
}
.tile.half.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.276744rad);
  -moz-transform: perspective(500px) rotateY(0.276744rad);
  -ms-transform: perspective(500px) rotateY(0.276744rad);
  -o-transform: perspective(500px) rotateY(0.276744rad);
  transform: perspective(500px) rotateY(0.276744rad);
}
.tile-transform-left {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  -o-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  transform-origin: right 50%;
  -webkit-transform: perspective(500px) rotateY(-0.138372rad);
  -moz-transform: perspective(500px) rotateY(-0.138372rad);
  -ms-transform: perspective(500px) rotateY(-0.138372rad);
  -o-transform: perspective(500px) rotateY(-0.138372rad);
  transform: perspective(500px) rotateY(-0.138372rad);
}
.tile.double.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.069186rad);
  -moz-transform: perspective(500px) rotateY(-0.069186rad);
  -ms-transform: perspective(500px) rotateY(-0.069186rad);
  -o-transform: perspective(500px) rotateY(-0.069186rad);
  transform: perspective(500px) rotateY(-0.069186rad);
}
.tile.triple.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.046124rad);
  -moz-transform: perspective(500px) rotateY(-0.046124rad);
  -ms-transform: perspective(500px) rotateY(-0.046124rad);
  -o-transform: perspective(500px) rotateY(-0.046124rad);
  transform: perspective(500px) rotateY(-0.046124rad);
}
.tile.quadro.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.034593rad);
  -moz-transform: perspective(500px) rotateY(-0.034593rad);
  -ms-transform: perspective(500px) rotateY(-0.034593rad);
  -o-transform: perspective(500px) rotateY(-0.034593rad);
  transform: perspective(500px) rotateY(-0.034593rad);
}
.tile.half.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.276744rad);
  -moz-transform: perspective(500px) rotateY(-0.276744rad);
  -ms-transform: perspective(500px) rotateY(-0.276744rad);
  -o-transform: perspective(500px) rotateY(-0.276744rad);
  transform: perspective(500px) rotateY(-0.276744rad);
}
.tile-transform-top {
  -webkit-transform-origin: 50% bottom;
  -moz-transform-origin: 50% bottom;
  -o-transform-origin: 50% bottom;
  -ms-transform-origin: 50% bottom;
  transform-origin: 50% bottom;
  -webkit-transform: perspective(500px) rotateX(0.138372rad);
  -moz-transform: perspective(500px) rotateX(0.138372rad);
  -ms-transform: perspective(500px) rotateX(0.138372rad);
  -o-transform: perspective(500px) rotateX(0.138372rad);
  transform: perspective(500px) rotateX(0.138372rad);
}
.tile.double.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.069186rad);
  -moz-transform: perspective(500px) rotateX(0.069186rad);
  -ms-transform: perspective(500px) rotateX(0.069186rad);
  -o-transform: perspective(500px) rotateX(0.069186rad);
  transform: perspective(500px) rotateX(0.069186rad);
}
.tile.triple.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.046124rad);
  -moz-transform: perspective(500px) rotateX(0.046124rad);
  -ms-transform: perspective(500px) rotateX(0.046124rad);
  -o-transform: perspective(500px) rotateX(0.046124rad);
  transform: perspective(500px) rotateX(0.046124rad);
}
.tile.quadro.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.034593rad);
  -moz-transform: perspective(500px) rotateX(0.034593rad);
  -ms-transform: perspective(500px) rotateX(0.034593rad);
  -o-transform: perspective(500px) rotateX(0.034593rad);
  transform: perspective(500px) rotateX(0.034593rad);
}
.tile.half.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.276744rad);
  -moz-transform: perspective(500px) rotateX(0.276744rad);
  -ms-transform: perspective(500px) rotateX(0.276744rad);
  -o-transform: perspective(500px) rotateX(0.276744rad);
  transform: perspective(500px) rotateX(0.276744rad);
}
.tile-transform-bottom {
  -webkit-transform-origin: 50% top;
  -moz-transform-origin: 50% top;
  -o-transform-origin: 50% top;
  -ms-transform-origin: 50% top;
  transform-origin: 50% top;
  -webkit-transform: perspective(500px) rotateX(-0.138372rad);
  -moz-transform: perspective(500px) rotateX(-0.138372rad);
  -ms-transform: perspective(500px) rotateX(-0.138372rad);
  -o-transform: perspective(500px) rotateX(-0.138372rad);
  transform: perspective(500px) rotateX(-0.138372rad);
}
.tile.double.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.069186rad);
  -moz-transform: perspective(500px) rotateX(-0.069186rad);
  -ms-transform: perspective(500px) rotateX(-0.069186rad);
  -o-transform: perspective(500px) rotateX(-0.069186rad);
  transform: perspective(500px) rotateX(-0.069186rad);
}
.tile.triple.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.046124rad);
  -moz-transform: perspective(500px) rotateX(-0.046124rad);
  -ms-transform: perspective(500px) rotateX(-0.046124rad);
  -o-transform: perspective(500px) rotateX(-0.046124rad);
  transform: perspective(500px) rotateX(-0.046124rad);
}
.tile.quadro.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.034593rad);
  -moz-transform: perspective(500px) rotateX(-0.034593rad);
  -ms-transform: perspective(500px) rotateX(-0.034593rad);
  -o-transform: perspective(500px) rotateX(-0.034593rad);
  transform: perspective(500px) rotateX(-0.034593rad);
}
.tile.half.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.276744rad);
  -moz-transform: perspective(500px) rotateX(-0.276744rad);
  -ms-transform: perspective(500px) rotateX(-0.276744rad);
  -o-transform: perspective(500px) rotateX(-0.276744rad);
  transform: perspective(500px) rotateX(-0.276744rad);
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em !important;
}
.fa-3x {
  font-size: 3em !important;
}
.fa-4x {
  font-size: 4em !important;
}
.fa-5x {
  font-size: 5em !important;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
/*.pull-right { float: right; }
.pull-left { float: left; }*/
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
@font-face {
  font-family: 'iconFont';
  src: url('../fonts/iconFont.eot');
  src: url('../fonts/iconFont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconFont.woff') format('woff'), url('../fonts/iconFont.ttf') format('truetype'), url('../fonts/iconFont.svg#iconFont') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'iconFont';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-metro-"] {
  font-family: 'iconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: 1;
  display: inline-block;
  vertical-align: -8%;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
}
[class^="icon-metro-"].smaller {
  font-size: .7em;
  vertical-align: 6%;
}
[class^="icon-metro-"].large {
  font-size: 1.2em;
  vertical-align: -10%;
}
.icon-metro-newspaper:before {
  content: "\e001";
}
.icon-metro-pencil:before {
  content: "\e002";
}
.icon-metro-droplet:before {
  content: "\e003";
}
.icon-metro-pictures:before {
  content: "\e004";
}
.icon-metro-camera:before {
  content: "\e005";
}
.icon-metro-music:before {
  content: "\e006";
}
.icon-metro-film:before {
  content: "\e007";
}
.icon-metro-camera-2:before {
  content: "\e008";
}
.icon-metro-spades:before {
  content: "\e009";
}
.icon-metro-clubs:before {
  content: "\e00a";
}
.icon-metro-diamonds:before {
  content: "\e00b";
}
.icon-metro-broadcast:before {
  content: "\e00c";
}
.icon-metro-mic:before {
  content: "\e00d";
}
.icon-metro-book:before {
  content: "\e00e";
}
.icon-metro-file:before {
  content: "\e00f";
}
.icon-metro-new:before {
  content: "\e010";
}
.icon-metro-copy:before {
  content: "\e011";
}
.icon-metro-folder:before {
  content: "\e012";
}
.icon-metro-folder-2:before {
  content: "\e013";
}
.icon-metro-tag:before {
  content: "\e014";
}
.icon-metro-cart:before {
  content: "\e015";
}
.icon-metro-basket:before {
  content: "\e016";
}
.icon-metro-calculate:before {
  content: "\e017";
}
.icon-metro-support:before {
  content: "\e018";
}
.icon-metro-phone:before {
  content: "\e019";
}
.icon-metro-mail:before {
  content: "\e01a";
}
.icon-metro-location:before {
  content: "\e01b";
}
.icon-metro-compass:before {
  content: "\e01c";
}
.icon-metro-history:before {
  content: "\e01d";
}
.icon-metro-clock:before {
  content: "\e01e";
}
.icon-metro-bell:before {
  content: "\e01f";
}
.icon-metro-calendar:before {
  content: "\e020";
}
.icon-metro-printer:before {
  content: "\e021";
}
.icon-metro-mouse:before {
  content: "\e022";
}
.icon-metro-screen:before {
  content: "\e023";
}
.icon-metro-laptop:before {
  content: "\e024";
}
.icon-metro-mobile:before {
  content: "\e025";
}
.icon-metro-cabinet:before {
  content: "\e026";
}
.icon-metro-drawer:before {
  content: "\e027";
}
.icon-metro-drawer-2:before {
  content: "\e028";
}
.icon-metro-box:before {
  content: "\e029";
}
.icon-metro-box-add:before {
  content: "\e02a";
}
.icon-metro-box-remove:before {
  content: "\e02b";
}
.icon-metro-download:before {
  content: "\e02c";
}
.icon-metro-upload:before {
  content: "\e02d";
}
.icon-metro-database:before {
  content: "\e02e";
}
.icon-metro-flip:before {
  content: "\e02f";
}
.icon-metro-flip-2:before {
  content: "\e030";
}
.icon-metro-undo:before {
  content: "\e031";
}
.icon-metro-redo:before {
  content: "\e032";
}
.icon-metro-forward:before {
  content: "\e033";
}
.icon-metro-reply:before {
  content: "\e034";
}
.icon-metro-reply-2:before {
  content: "\e035";
}
.icon-metro-comments:before {
  content: "\e036";
}
.icon-metro-comments-2:before {
  content: "\e037";
}
.icon-metro-comments-3:before {
  content: "\e038";
}
.icon-metro-comments-4:before {
  content: "\e039";
}
.icon-metro-comments-5:before {
  content: "\e03a";
}
.icon-metro-user:before {
  content: "\e03b";
}
.icon-metro-user-2:before {
  content: "\e03c";
}
.icon-metro-user-3:before {
  content: "\e03d";
}
.icon-metro-busy:before {
  content: "\e03e";
}
.icon-metro-loading:before {
  content: "\e03f";
}
.icon-metro-loading-2:before {
  content: "\e040";
}
.icon-metro-search:before {
  content: "\e041";
}
.icon-metro-zoom-in:before {
  content: "\e042";
}
.icon-metro-zoom-out:before {
  content: "\e043";
}
.icon-metro-key:before {
  content: "\e044";
}
.icon-metro-key-2:before {
  content: "\e045";
}
.icon-metro-locked:before {
  content: "\e046";
}
.icon-metro-unlocked:before {
  content: "\e047";
}
.icon-metro-wrench:before {
  content: "\e048";
}
.icon-metro-equalizer:before {
  content: "\e049";
}
.icon-metro-cog:before {
  content: "\e04a";
}
.icon-metro-pie:before {
  content: "\e04b";
}
.icon-metro-bars:before {
  content: "\e04c";
}
.icon-metro-stats-up:before {
  content: "\e04d";
}
.icon-metro-gift:before {
  content: "\e04e";
}
.icon-metro-trophy:before {
  content: "\e04f";
}
.icon-metro-diamond:before {
  content: "\e050";
}
.icon-metro-coffee:before {
  content: "\e051";
}
.icon-metro-rocket:before {
  content: "\e052";
}
.icon-metro-meter-slow:before {
  content: "\e053";
}
.icon-metro-meter-medium:before {
  content: "\e054";
}
.icon-metro-meter-fast:before {
  content: "\e055";
}
.icon-metro-dashboard:before {
  content: "\e056";
}
.icon-metro-fire:before {
  content: "\e057";
}
.icon-metro-lab:before {
  content: "\e058";
}
.icon-metro-remove:before {
  content: "\e059";
}
.icon-metro-briefcase:before {
  content: "\e05a";
}
.icon-metro-briefcase-2:before {
  content: "\e05b";
}
.icon-metro-cars:before {
  content: "\e05c";
}
.icon-metro-bus:before {
  content: "\e05d";
}
.icon-metro-cube:before {
  content: "\e05e";
}
.icon-metro-cube-2:before {
  content: "\e05f";
}
.icon-metro-puzzle:before {
  content: "\e060";
}
.icon-metro-glasses:before {
  content: "\e061";
}
.icon-metro-glasses-2:before {
  content: "\e062";
}
.icon-metro-accessibility:before {
  content: "\e063";
}
.icon-metro-accessibility-2:before {
  content: "\e064";
}
.icon-metro-target:before {
  content: "\e065";
}
.icon-metro-target-2:before {
  content: "\e066";
}
.icon-metro-lightning:before {
  content: "\e067";
}
.icon-metro-power:before {
  content: "\e068";
}
.icon-metro-power-2:before {
  content: "\e069";
}
.icon-metro-clipboard:before {
  content: "\e06a";
}
.icon-metro-clipboard-2:before {
  content: "\e06b";
}
.icon-metro-playlist:before {
  content: "\e06c";
}
.icon-metro-grid-view:before {
  content: "\e06d";
}
.icon-metro-tree-view:before {
  content: "\e06e";
}
.icon-metro-cloud:before {
  content: "\e06f";
}
.icon-metro-cloud-2:before {
  content: "\e070";
}
.icon-metro-download-2:before {
  content: "\e071";
}
.icon-metro-upload-2:before {
  content: "\e072";
}
.icon-metro-upload-3:before {
  content: "\e073";
}
.icon-metro-link:before {
  content: "\e074";
}
.icon-metro-link-2:before {
  content: "\e075";
}
.icon-metro-flag:before {
  content: "\e076";
}
.icon-metro-flag-2:before {
  content: "\e077";
}
.icon-metro-attachment:before {
  content: "\e078";
}
.icon-metro-eye:before {
  content: "\e079";
}
.icon-metro-bookmark:before {
  content: "\e07a";
}
.icon-metro-bookmark-2:before {
  content: "\e07b";
}
.icon-metro-star:before {
  content: "\e07c";
}
.icon-metro-star-2:before {
  content: "\e07d";
}
.icon-metro-star-3:before {
  content: "\e07e";
}
.icon-metro-heart:before {
  content: "\e07f";
}
.icon-metro-heart-2:before {
  content: "\e080";
}
.icon-metro-thumbs-up:before {
  content: "\e081";
}
.icon-metro-thumbs-down:before {
  content: "\e082";
}
.icon-metro-plus:before {
  content: "\e083";
}
.icon-metro-minus:before {
  content: "\e084";
}
.icon-metro-help:before {
  content: "\e085";
}
.icon-metro-help-2:before {
  content: "\e086";
}
.icon-metro-blocked:before {
  content: "\e087";
}
.icon-metro-cancel:before {
  content: "\e088";
}
.icon-metro-cancel-2:before {
  content: "\e089";
}
.icon-metro-checkmark:before {
  content: "\e08a";
}
.icon-metro-minus-2:before {
  content: "\e08b";
}
.icon-metro-plus-2:before {
  content: "\e08c";
}
.icon-metro-enter:before {
  content: "\e08d";
}
.icon-metro-exit:before {
  content: "\e08e";
}
.icon-metro-loop:before {
  content: "\e08f";
}
.icon-metro-arrow-up-left:before {
  content: "\e090";
}
.icon-metro-arrow-up:before {
  content: "\e091";
}
.icon-metro-arrow-up-right:before {
  content: "\e092";
}
.icon-metro-arrow-right:before {
  content: "\e093";
}
.icon-metro-arrow-down-right:before {
  content: "\e094";
}
.icon-metro-arrow-down:before {
  content: "\e095";
}
.icon-metro-arrow-down-left:before {
  content: "\e096";
}
.icon-metro-arrow-left:before {
  content: "\e097";
}
.icon-metro-arrow-up-2:before {
  content: "\e098";
}
.icon-metro-arrow-right-2:before {
  content: "\e099";
}
.icon-metro-arrow-down-2:before {
  content: "\e09a";
}
.icon-metro-arrow-left-2:before {
  content: "\e09b";
}
.icon-metro-arrow-up-3:before {
  content: "\e09c";
}
.icon-metro-arrow-right-3:before {
  content: "\e09d";
}
.icon-metro-arrow-down-3:before {
  content: "\e09e";
}
.icon-metro-arrow-left-3:before {
  content: "\e09f";
}
.icon-metro-menu:before {
  content: "\e0a0";
}
.icon-metro-enter-2:before {
  content: "\e0a1";
}
.icon-metro-backspace:before {
  content: "\e0a2";
}
.icon-metro-backspace-2:before {
  content: "\e0a3";
}
.icon-metro-tab:before {
  content: "\e0a4";
}
.icon-metro-tab-2:before {
  content: "\e0a5";
}
.icon-metro-checkbox:before {
  content: "\e0a6";
}
.icon-metro-checkbox-unchecked:before {
  content: "\e0a7";
}
.icon-metro-checkbox-partial:before {
  content: "\e0a8";
}
.icon-metro-radio-checked:before {
  content: "\e0a9";
}
.icon-metro-radio-unchecked:before {
  content: "\e0aa";
}
.icon-metro-font:before {
  content: "\e0ab";
}
.icon-metro-paragraph-left:before {
  content: "\e0ac";
}
.icon-metro-paragraph-center:before {
  content: "\e0ad";
}
.icon-metro-paragraph-right:before {
  content: "\e0ae";
}
.icon-metro-paragraph-justify:before {
  content: "\e0af";
}
.icon-metro-left-to-right:before {
  content: "\e0b0";
}
.icon-metro-right-to-left:before {
  content: "\e0b1";
}
.icon-metro-share:before {
  content: "\e0b2";
}
.icon-metro-new-tab:before {
  content: "\e0b3";
}
.icon-metro-new-tab-2:before {
  content: "\e0b4";
}
.icon-metro-embed:before {
  content: "\e0b5";
}
.icon-metro-code:before {
  content: "\e0b6";
}
.icon-metro-bluetooth:before {
  content: "\e0b7";
}
.icon-metro-share-2:before {
  content: "\e0b8";
}
.icon-metro-share-3:before {
  content: "\e0b9";
}
.icon-metro-mail-2:before {
  content: "\e0ba";
}
.icon-metro-google:before {
  content: "\e0bb";
}
.icon-metro-google-plus:before {
  content: "\e0bc";
}
.icon-metro-google-drive:before {
  content: "\e0bd";
}
.icon-metro-facebook:before {
  content: "\e0be";
}
.icon-metro-instagram:before {
  content: "\e0bf";
}
.icon-metro-twitter:before {
  content: "\e0c0";
}
.icon-metro-feed:before {
  content: "\e0c1";
}
.icon-metro-youtube:before {
  content: "\e0c2";
}
.icon-metro-vimeo:before {
  content: "\e0c3";
}
.icon-metro-flickr:before {
  content: "\e0c4";
}
.icon-metro-picassa:before {
  content: "\e0c5";
}
.icon-metro-dribbble:before {
  content: "\e0c6";
}
.icon-metro-deviantart:before {
  content: "\e0c7";
}
.icon-metro-github:before {
  content: "\e0c8";
}
.icon-metro-github-2:before {
  content: "\e0c9";
}
.icon-metro-github-3:before {
  content: "\e0ca";
}
.icon-metro-github-4:before {
  content: "\e0cb";
}
.icon-metro-github-5:before {
  content: "\e0cc";
}
.icon-metro-git:before {
  content: "\e0cd";
}
.icon-metro-github-6:before {
  content: "\e0ce";
}
.icon-metro-wordpress:before {
  content: "\e0cf";
}
.icon-metro-joomla:before {
  content: "\e0d0";
}
.icon-metro-blogger:before {
  content: "\e0d1";
}
.icon-metro-tumblr:before {
  content: "\e0d2";
}
.icon-metro-yahoo:before {
  content: "\e0d3";
}
.icon-metro-amazon:before {
  content: "\e0d4";
}
.icon-metro-tux:before {
  content: "\e0d5";
}
.icon-metro-apple:before {
  content: "\e0d6";
}
.icon-metro-finder:before {
  content: "\e0d7";
}
.icon-metro-android:before {
  content: "\e0d8";
}
.icon-metro-windows:before {
  content: "\e0d9";
}
.icon-metro-soundcloud:before {
  content: "\e0da";
}
.icon-metro-skype:before {
  content: "\e0db";
}
.icon-metro-reddit:before {
  content: "\e0dc";
}
.icon-metro-linkedin:before {
  content: "\e0dd";
}
.icon-metro-lastfm:before {
  content: "\e0de";
}
.icon-metro-delicious:before {
  content: "\e0df";
}
.icon-metro-stumbleupon:before {
  content: "\e0e0";
}
.icon-metro-pinterest:before {
  content: "\e0e1";
}
.icon-metro-xing:before {
  content: "\e0e2";
}
.icon-metro-flattr:before {
  content: "\e0e3";
}
.icon-metro-foursquare:before {
  content: "\e0e4";
}
.icon-metro-paypal:before {
  content: "\e0e5";
}
.icon-metro-yelp:before {
  content: "\e0e6";
}
.icon-metro-libreoffice:before {
  content: "\e0e7";
}
.icon-metro-file-pdf:before {
  content: "\e0e8";
}
.icon-metro-file-openoffice:before {
  content: "\e0e9";
}
.icon-metro-file-word:before {
  content: "\e0ea";
}
.icon-metro-file-excel:before {
  content: "\e0eb";
}
.icon-metro-file-powerpoint:before {
  content: "\e0ec";
}
.icon-metro-file-zip:before {
  content: "\e0ed";
}
.icon-metro-file-xml:before {
  content: "\e0ee";
}
.icon-metro-file-css:before {
  content: "\e0ef";
}
.icon-metro-html5:before {
  content: "\e0f0";
}
.icon-metro-html5-2:before {
  content: "\e0f1";
}
.icon-metro-css3:before {
  content: "\e0f2";
}
.icon-metro-chrome:before {
  content: "\e0f3";
}
.icon-metro-firefox:before {
  content: "\e0f4";
}
.icon-metro-IE:before {
  content: "\e0f5";
}
.icon-metro-opera:before {
  content: "\e0f6";
}
.icon-metro-safari:before {
  content: "\e0f7";
}
.icon-metro-IcoMoon:before {
  content: "\e0f8";
}
.icon-metro-sunrise:before {
  content: "\e0f9";
}
.icon-metro-sun:before {
  content: "\e0fa";
}
.icon-metro-moon:before {
  content: "\e0fb";
}
.icon-metro-sun-2:before {
  content: "\e0fc";
}
.icon-metro-windy:before {
  content: "\e0fd";
}
.icon-metro-wind:before {
  content: "\e0fe";
}
.icon-metro-snowflake:before {
  content: "\e0ff";
}
.icon-metro-cloudy:before {
  content: "\e100";
}
.icon-metro-cloud-3:before {
  content: "\e101";
}
.icon-metro-weather:before {
  content: "\e102";
}
.icon-metro-weather-2:before {
  content: "\e103";
}
.icon-metro-weather-3:before {
  content: "\e104";
}
.icon-metro-lines:before {
  content: "\e105";
}
.icon-metro-cloud-4:before {
  content: "\e106";
}
.icon-metro-lightning-2:before {
  content: "\e107";
}
.icon-metro-lightning-3:before {
  content: "\e108";
}
.icon-metro-rainy:before {
  content: "\e109";
}
.icon-metro-rainy-2:before {
  content: "\e10a";
}
.icon-metro-windy-2:before {
  content: "\e10b";
}
.icon-metro-windy-3:before {
  content: "\e10c";
}
.icon-metro-snowy:before {
  content: "\e10d";
}
.icon-metro-snowy-2:before {
  content: "\e10e";
}
.icon-metro-snowy-3:before {
  content: "\e10f";
}
.icon-metro-weather-4:before {
  content: "\e110";
}
.icon-metro-cloudy-2:before {
  content: "\e111";
}
.icon-metro-cloud-5:before {
  content: "\e112";
}
.icon-metro-lightning-4:before {
  content: "\e113";
}
.icon-metro-sun-3:before {
  content: "\e114";
}
.icon-metro-moon-2:before {
  content: "\e115";
}
.icon-metro-cloudy-3:before {
  content: "\e116";
}
.icon-metro-cloud-6:before {
  content: "\e117";
}
.icon-metro-cloud-7:before {
  content: "\e118";
}
.icon-metro-lightning-5:before {
  content: "\e119";
}
.icon-metro-rainy-3:before {
  content: "\e11a";
}
.icon-metro-rainy-4:before {
  content: "\e11b";
}
.icon-metro-windy-4:before {
  content: "\e11c";
}
.icon-metro-windy-5:before {
  content: "\e11d";
}
.icon-metro-snowy-4:before {
  content: "\e11e";
}
.icon-metro-snowy-5:before {
  content: "\e11f";
}
.icon-metro-weather-5:before {
  content: "\e120";
}
.icon-metro-cloudy-4:before {
  content: "\e121";
}
.icon-metro-lightning-6:before {
  content: "\e122";
}
.icon-metro-thermometer:before {
  content: "\e123";
}
.icon-metro-compass-2:before {
  content: "\e124";
}
.icon-metro-none:before {
  content: "\e125";
}
.icon-metro-Celsius:before {
  content: "\e126";
}
.icon-metro-Fahrenheit:before {
  content: "\e127";
}
.icon-metro-forrst:before {
  content: "\e128";
}
.icon-metro-headphones:before {
  content: "\e129";
}
.icon-metro-bug:before {
  content: "\e12a";
}
.icon-metro-cart-2:before {
  content: "\e12b";
}
.icon-metro-earth:before {
  content: "\e12c";
}
.icon-metro-battery:before {
  content: "\e12d";
}
.icon-metro-list:before {
  content: "\e12e";
}
.icon-metro-grid:before {
  content: "\e12f";
}
.icon-metro-alarm:before {
  content: "\e130";
}
.icon-metro-location-2:before {
  content: "\e131";
}
.icon-metro-pointer:before {
  content: "\e132";
}
.icon-metro-diary:before {
  content: "\e133";
}
.icon-metro-eye-2:before {
  content: "\e134";
}
.icon-metro-console:before {
  content: "\e135";
}
.icon-metro-location-3:before {
  content: "\e136";
}
.icon-metro-move:before {
  content: "\e137";
}
.icon-metro-gift-2:before {
  content: "\e138";
}
.icon-metro-monitor:before {
  content: "\e139";
}
.icon-metro-mobile-2:before {
  content: "\e13a";
}
.icon-metro-switch:before {
  content: "\e13b";
}
.icon-metro-star-4:before {
  content: "\e13c";
}
.icon-metro-address-book:before {
  content: "\e13d";
}
.icon-metro-shit:before {
  content: "\e13e";
}
.icon-metro-cone:before {
  content: "\e13f";
}
.icon-metro-credit-card:before {
  content: "\e140";
}
.icon-metro-type:before {
  content: "\e141";
}
.icon-metro-volume:before {
  content: "\e142";
}
.icon-metro-volume-2:before {
  content: "\e143";
}
.icon-metro-locked-2:before {
  content: "\e144";
}
.icon-metro-warning:before {
  content: "\e145";
}
.icon-metro-info:before {
  content: "\e146";
}
.icon-metro-filter:before {
  content: "\e147";
}
.icon-metro-bookmark-3:before {
  content: "\e148";
}
.icon-metro-bookmark-4:before {
  content: "\e149";
}
.icon-metro-stats:before {
  content: "\e14a";
}
.icon-metro-compass-3:before {
  content: "\e14b";
}
.icon-metro-keyboard:before {
  content: "\e14c";
}
.icon-metro-award-fill:before {
  content: "\e14d";
}
.icon-metro-award-stroke:before {
  content: "\e14e";
}
.icon-metro-beaker-alt:before {
  content: "\e14f";
}
.icon-metro-beaker:before {
  content: "\e150";
}
.icon-metro-move-vertical:before {
  content: "\e151";
}
.icon-metro-move-horizontal:before {
  content: "\e152";
}
.icon-metro-steering-wheel:before {
  content: "\e153";
}
.icon-metro-volume-3:before {
  content: "\e154";
}
.icon-metro-volume-mute:before {
  content: "\e155";
}
.icon-metro-play:before {
  content: "\e156";
}
.icon-metro-pause:before {
  content: "\e157";
}
.icon-metro-stop:before {
  content: "\e158";
}
.icon-metro-eject:before {
  content: "\e159";
}
.icon-metro-first:before {
  content: "\e15a";
}
.icon-metro-last:before {
  content: "\e15b";
}
.icon-metro-play-alt:before {
  content: "\e15c";
}
.icon-metro-battery-charging:before {
  content: "\e160";
}
.icon-metro-left-quote:before {
  content: "\e161";
}
.icon-metro-right-quote:before {
  content: "\e162";
}
.icon-metro-left-quote-alt:before {
  content: "\e163";
}
.icon-metro-right-quote-alt:before {
  content: "\e164";
}
.icon-metro-smiley:before {
  content: "\e165";
}
.icon-metro-umbrella:before {
  content: "\e166";
}
.icon-metro-info-2:before {
  content: "\e167";
}
.icon-metro-chart-alt:before {
  content: "\e168";
}
.icon-metro-at:before {
  content: "\e169";
}
.icon-metro-hash:before {
  content: "\e16a";
}
.icon-metro-pilcrow:before {
  content: "\e16b";
}
.icon-metro-fullscreen-alt:before {
  content: "\e16c";
}
.icon-metro-fullscreen-exit-alt:before {
  content: "\e16d";
}
.icon-metro-layers-alt:before {
  content: "\e16e";
}
.icon-metro-layers:before {
  content: "\e16f";
}
.icon-metro-floppy:before {
  content: "\e170";
}
.icon-metro-rainbow:before {
  content: "\e000";
}
.icon-metro-air:before {
  content: "\e171";
}
.icon-metro-home:before {
  content: "\e172";
}
.icon-metro-spin:before {
  content: "\e173";
}
.icon-metro-auction:before {
  content: "\e174";
}
.icon-metro-dollar:before {
  content: "\e175";
}
.icon-metro-dollar-2:before {
  content: "\e176";
}
.icon-metro-coins:before {
  content: "\e177";
}
.icon-metro-file-2:before {
  content: "\e186";
}
.icon-metro-file-3:before {
  content: "\e187";
}
.icon-metro-file-4:before {
  content: "\e188";
}
.icon-metro-files:before {
  content: "\e189";
}
.icon-metro-phone-2:before {
  content: "\e18a";
}
.icon-metro-tablet:before {
  content: "\e18b";
}
.icon-metro-monitor-2:before {
  content: "\e18c";
}
.icon-metro-window:before {
  content: "\e18d";
}
.icon-metro-tv:before {
  content: "\e18e";
}
.icon-metro-camera-3:before {
  content: "\e18f";
}
.icon-metro-image:before {
  content: "\e190";
}
.icon-metro-open:before {
  content: "\e191";
}
.icon-metro-sale:before {
  content: "\e192";
}
.icon-metro-direction:before {
  content: "\e193";
}
.icon-metro-medal:before {
  content: "\e194";
}
.icon-metro-medal-2:before {
  content: "\e195";
}
.icon-metro-satellite:before {
  content: "\e196";
}
.icon-metro-discout:before {
  content: "\e197";
}
.icon-metro-barcode:before {
  content: "\e198";
}
.icon-metro-ticket:before {
  content: "\e199";
}
.icon-metro-shipping:before {
  content: "\e19a";
}
.icon-metro-globe:before {
  content: "\e19b";
}
.icon-metro-anchor:before {
  content: "\e19c";
}
.icon-metro-pop-out:before {
  content: "\e19d";
}
.icon-metro-pop-in:before {
  content: "\e19e";
}
.icon-metro-resize:before {
  content: "\e178";
}
.icon-metro-battery-2:before {
  content: "\e179";
}
.icon-metro-battery-3:before {
  content: "\e17a";
}
.icon-metro-battery-4:before {
  content: "\e17b";
}
.icon-metro-battery-5:before {
  content: "\e17c";
}
.icon-metro-tools:before {
  content: "\e17d";
}
.icon-metro-alarm-2:before {
  content: "\e17e";
}
.icon-metro-alarm-cancel:before {
  content: "\e17f";
}
.icon-metro-alarm-clock:before {
  content: "\e180";
}
.icon-metro-chronometer:before {
  content: "\e181";
}
.icon-metro-ruler:before {
  content: "\e182";
}
.icon-metro-lamp:before {
  content: "\e183";
}
.icon-metro-lamp-2:before {
  content: "\e184";
}
.icon-metro-scissors:before {
  content: "\e185";
}
.icon-metro-volume-4:before {
  content: "\e19f";
}
.icon-metro-volume-5:before {
  content: "\e1a0";
}
.icon-metro-volume-6:before {
  content: "\e1a1";
}
.icon-metro-battery-full:before {
  content: "\e15f";
}
.icon-metro-battery-empty:before {
  content: "\e15d";
}
.icon-metro-battery-half:before {
  content: "\e15e";
}
.icon-metro-zip:before {
  content: "\e1a2";
}
.icon-metro-zip-2:before {
  content: "\e1a3";
}
.icon-metro-play-2:before {
  content: "\e1a4";
}
.icon-metro-pause-2:before {
  content: "\e1a5";
}
.icon-metro-record:before {
  content: "\e1a6";
}
.icon-metro-stop-2:before {
  content: "\e1a7";
}
.icon-metro-next:before {
  content: "\e1a8";
}
.icon-metro-previous:before {
  content: "\e1a9";
}
.icon-metro-first-2:before {
  content: "\e1aa";
}
.icon-metro-last-2:before {
  content: "\e1ab";
}
.icon-metro-arrow-left-4:before {
  content: "\e1ac";
}
.icon-metro-arrow-down-4:before {
  content: "\e1ad";
}
.icon-metro-arrow-up-4:before {
  content: "\e1ae";
}
.icon-metro-arrow-right-4:before {
  content: "\e1af";
}
.icon-metro-arrow-left-5:before {
  content: "\e1b0";
}
.icon-metro-arrow-down-5:before {
  content: "\e1b1";
}
.icon-metro-arrow-up-5:before {
  content: "\e1b2";
}
.icon-metro-arrow-right-5:before {
  content: "\e1b3";
}
.icon-metro-cc:before {
  content: "\e1b4";
}
.icon-metro-cc-by:before {
  content: "\e1b5";
}
.icon-metro-cc-nc:before {
  content: "\e1b6";
}
.icon-metro-cc-nc-eu:before {
  content: "\e1b7";
}
.icon-metro-cc-nc-jp:before {
  content: "\e1b8";
}
.icon-metro-cc-sa:before {
  content: "\e1b9";
}
.icon-metro-cc-nd:before {
  content: "\e1ba";
}
.icon-metro-cc-pd:before {
  content: "\e1bb";
}
.icon-metro-cc-zero:before {
  content: "\e1bc";
}
.icon-metro-cc-share:before {
  content: "\e1bd";
}
.icon-metro-cc-share-2:before {
  content: "\e1be";
}
.icon-metro-cycle:before {
  content: "\e1bf";
}
.icon-metro-stop-3:before {
  content: "\e1c0";
}
.icon-metro-stats-2:before {
  content: "\e1c1";
}
.icon-metro-stats-3:before {
  content: "\e1c2";
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 18px;
  left: -18px;
  border-radius: -1px 0 0 -1px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -18px;
  border-radius: 0 -1px -1px 0;
}
.btn-lg .btn-label {
  padding: 10px 22px;
  left: -22px;
  border-radius: -1px 0 0 -1px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -22px;
  border-radius: 0 -1px -1px 0;
}
.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: -1px 0 0 -1px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 -1px -1px 0;
}
.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: -1px 0 0 -1px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 -1px -1px 0;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
  font-weight: 300;
}
.fileinput .input-group-addon:not(:first-child) {
  border-left: 0;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput .uneditable-input {
  white-space: normal;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 0 0 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 0 0 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 0 0 0;
}
.form-group.has-warning .fileinput .uneditable-input {
  color: #fa6800;
  border-color: #e13800;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #fa6800;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #e13800;
}
.form-group.has-error .fileinput .uneditable-input {
  color: #e51400;
  border-color: #cc0010;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #e51400;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #cc0010;
}
.form-group.has-success .fileinput .uneditable-input {
  color: #199900;
  border-color: #2a8000;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #199900;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #2a8000;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 11.5px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 770px) { 
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 25px 10px 15px;
  margin: 11.5px 0 11.5px 55px;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #ffffff;
  border-color: #236b9b;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #236b9b;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #1a4e71;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #454545;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #236b9b;
  color: #ffffff;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #236b9b;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #143d58 !important;
  background-color: transparent !important;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444444 !important;
  background-color: transparent !important;
}
.navmenu-primary,
.navbar-primary .navbar-offcanvas {
  background-color: #222;
  border-color: #1a4e71;
}
.navmenu-primary .navmenu-brand,
.navbar-primary .navbar-offcanvas .navmenu-brand {
  color: #fff;
}
.navmenu-primary .navmenu-brand:hover,
.navbar-primary .navbar-offcanvas .navmenu-brand:hover,
.navmenu-primary .navmenu-brand:focus,
.navbar-primary .navbar-offcanvas .navmenu-brand:focus {
  color: #3d97d3;
}
.navmenu-primary .navmenu-text,
.navbar-primary .navbar-offcanvas .navmenu-text {
  color: #fff;
}
.navmenu-primary .navmenu-nav > .open > a,
.navbar-primary .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-primary .navmenu-nav > .open > a:hover,
.navbar-primary .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-primary .navmenu-nav > .open > a:focus,
.navbar-primary .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #236b9b;
  color: #ffffff;
}
.navmenu-primary .navmenu-nav > .open > a .caret,
.navbar-primary .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-primary .navmenu-nav > .open > a:hover .caret,
.navbar-primary .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-primary .navmenu-nav > .open > a:focus .caret,
.navbar-primary .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-primary .navmenu-nav > li > a,
.navbar-primary .navbar-offcanvas .navmenu-nav > li > a {
  color: #fff;
}
.navmenu-primary .navmenu-nav > li > a:hover,
.navbar-primary .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-primary .navmenu-nav > li > a:focus,
.navbar-primary .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #77b6e0;
  background-color: #236b9b;
}
.navmenu-primary .navmenu-nav > .active > a,
.navbar-primary .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-primary .navmenu-nav > .active > a:hover,
.navbar-primary .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-primary .navmenu-nav > .active > a:focus,
.navbar-primary .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #236b9b;
}
.navmenu-primary .navmenu-nav > .disabled > a,
.navbar-primary .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-primary .navmenu-nav > .disabled > a:hover,
.navbar-primary .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-primary .navmenu-nav > .disabled > a:focus,
.navbar-primary .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #143d58 !important;
  background-color: transparent !important;
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../extra/colorpicker/img/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 0;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(../extra/colorpicker/img/hue.png);
}
.colorpicker-alpha {
  background-image: url(../extra/colorpicker/img/alpha.png);
  display: none;
}
.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 0;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../extra/colorpicker/img/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.colorpicker.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
.input-group.color .input-group-addon,
.input-group.color .input-group-addon {
  padding: 0 8px 0 10px;
}
.input-group.color .input-group-addon i,
.input-group.color .input-group-addon i {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 0;
  width: 22px;
  height: 22px;
}
/*!
 * Datepicker for Bootstrap v3
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #236b9b;
  border-bottom-color: #07151e;
  position: absolute;
  top: -7px;
  left: 17px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #236b9b;
  border-bottom-color: #ebebeb;
  position: absolute;
  top: -6px;
  left: 18px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  color: #fff;
  background: #236b9b;
  cursor: pointer;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.bootstrap-datetimepicker-widget td.second,
.bootstrap-datetimepicker-widget td.minute,
.bootstrap-datetimepicker-widget td.hour {
  padding: 0;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #236b9b;
  color: #fff;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget td span.old,
.bootstrap-datetimepicker-widget td span.new {
  color: #999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span.timepicker-hour,
.bootstrap-datetimepicker-widget td span.timepicker-minute,
.bootstrap-datetimepicker-widget td span.timepicker-second {
  margin: 0 !important;
  font-weight: 400;
}
.bootstrap-datetimepicker-widget td.separator {
  padding: 0;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th:hover:not(.dow) {
  color: #fff;
  background-color: #236b9b;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #236b9b;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.bootstrap-datetimepicker-widget .datepicker td span:hover,
.bootstrap-datetimepicker-widget .datepicker td span.active,
.bootstrap-datetimepicker-widget .datepicker td span.active:hover {
  background-color: #236b9b;
  color: #fff !important;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.bootstrap-datetimepicker-widget .picker-switch {
  margin: 5px auto;
}
.bootstrap-datetimepicker-widget .toggle-period {
  padding: 2px 3px !important;
}
.bootstrap-datetimepicker-widget .timepicker .btn {
  padding: 0;
}
.bootstrap-datetimepicker-widget .timepicker td {
  padding: 0;
}
.input-group.date .input-group-addon:hover {
  cursor: pointer;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour:hover,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute:hover,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second:hover,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour.active,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute.active,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second.active,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-hour.active:hover,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-minute.active:hover,
.bootstrap-datetimepicker-widget .timepicker-picker .timepicker-second.active:hover {
  background-color: transparent;
  color: #454545;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
.daterangepicker.dropdown-menu {
  max-width: none;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .ranges label {
  color: #454545;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background: #236b9b;
  border: 1px solid #236b9b;
  color: #77b6e0;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  color: #fff;
  background-color: #236b9b;
  border: 1px solid #236b9b;
}
.daterangepicker .calendar-date .month {
  font-weight: 700;
  cursor: default;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background-color: #ebebeb;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker.opensleft:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #236b9b;
  border-bottom-color: #07151e;
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #236b9b;
  border-bottom-color: #ebebeb;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #236b9b;
  border-bottom-color: #07151e;
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #236b9b;
  border-bottom-color: #ebebeb;
  content: '';
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #fff;
  background-color: #236b9b;
}
.daterangepicker td.in-range {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #2c88c5;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  border-color: #236b9b;
  color: #fff;
  background-color: #236b9b;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 76px;
  margin-bottom: 0;
}
.daterangepicker table thead th {
  font-weight: 400;
}
.daterangepicker .range_inputs {
  text-align: center;
}
.daterangepicker select {
  display: inline;
}
.daterangepicker .prev,
.daterangepicker .next {
  font-size: 24px;
}
.reportrange {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 0;
  background-color: #236b9b;
  color: #fff;
}
.reportrange > i.pull-right {
  font-size: 24px;
}
.daterangepicker select {
  padding-left: 4px;
  padding-right: 4px;
}
div.dataTables_length label {
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  float: right;
}
div.dataTables_filter input {
  float: right;
}
div.dataTables_info {
  padding-top: 26px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
table.table {
  clear: both;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0dc";
  float: right;
}
table.table thead .sorting_asc:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0dd";
  float: right;
}
table.table thead .sorting_desc:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0de";
  float: right;
}
table.table thead .sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  color: white;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
.datatables_search {
  position: absolute;
  top: 7px;
  right: 170px;
}
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
.vid-wrapper {
  margin: 0 auto;
}
.unsupported {
  background: #fddfde;
}
.gmaps {
  height: 320px;
}
.gmaps.gmaps-border {
  border: 1px solid #236b9b;
}
.gmaps.gmaps-border-2x {
  border-width: 2px;
}
.gmaps-coding {
  height: 280px;
}
.knob {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  /*font-size: 44px;*/
  outline-color: transparent;
}
/*------------------------------------------|
|   Title: InContent;                       |
|   Author: Bruno Rodrigues;                |
|   URL: bit.ly/BrunoTw                     |
|------------------------------------------*/
/*--- CONTENT STRUCTURE ---*/
.pic {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.pic a .pic-caption {
  cursor: pointer;
}
.pic-3d {
  -webkit-perspective: 500;
  -webkit-transform-style: preserve-3d;
}
.pic-caption {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(35, 107, 155, 0.85);
  padding: 10px;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pic-image {
  -webkit-transform: scale(1.1, );
  -ms-transform: scale(1.1, );
  transform: scale(1.1, );
}
.pic:hover .pic-image {
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
}
.pic-title {
  font-size: 26px;
}
/*All classes with similar attribute*/
.pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--- EFFECTS AND TRANSITIONS ---*/
.pic:hover .bottom-to-top,
.pic:hover .top-to-bottom,
.pic:hover .left-to-right,
.pic:hover .right-to-left,
.pic:hover .rotate-in,
.pic:hover .rotate-out,
.pic:hover .open-up,
.pic:hover .open-down,
.pic:hover .open-left,
.pic:hover .open-right,
.pic:hover .come-left,
.pic:hover .come-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*Bottom to Top*/
.bottom-to-top {
  top: 50%;
  left: 0;
}
.pic:hover .bottom-to-top {
  top: 0;
  left: 0;
}
/*Top to Bottom*/
.top-to-bottom {
  bottom: 50%;
  left: 0;
}
.pic:hover .top-to-bottom {
  left: 0;
  bottom: 0;
}
/*Left to Right*/
.left-to-right {
  top: 0;
  right: 50%;
}
.pic:hover .left-to-right {
  right: 0;
  top: 0;
}
/*Right to Left*/
.right-to-left {
  top: 0;
  left: 50%;
}
.pic:hover .right-to-left {
  left: 0;
  top: 0;
}
/*Rotate in*/
.rotate-in {
  -webkit-transform: scale(0.1) rotate(90deg);
  -moz-transform: scale(0.1) rotate(90deg);
  -ms-transform: scale(0.1) rotate(90deg);
  -o-transform: scale(0.1) rotate(90deg);
  transform: scale(0.1) rotate(90deg);
  top: 0;
  left: 0;
}
.pic:hover .rotate-in {
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
/*Rotate out*/
.rotate-out {
  -webkit-transform: rotate(90deg) scale(3);
  -moz-transform: rotate(90deg) scale(3);
  -ms-transform: rotate(90deg) scale(3);
  -o-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  top: 0;
  left: 0;
}
.pic:hover .rotate-out {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}
/*Open Up*/
.open-down {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  top: 0;
  left: 0;
}
.pic:hover .open-down {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
/*Open down*/
.open-up {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 0;
  left: 0;
}
.pic:hover .open-up {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
/*Open Left*/
.open-left {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  top: 0;
}
.pic:hover .open-left {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/*Open Right*/
.open-right {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  left: 0;
  top: 0;
}
.pic:hover .open-right {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/*Open Come In*/
.come-left {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
  -moz-transform: rotateY(90deg) rotateX(90deg);
  -ms-transform: rotateY(90deg) rotateX(90deg);
  -o-transform: rotateY(90deg) rotateX(90deg);
  transform: rotateY(90deg) rotateX(90deg);
  left: 0;
  top: 0;
}
.pic:hover .come-left {
  -webkit-transform: rotateY(0deg) rotateX(0);
  -moz-transform: rotateY(0deg) rotateX(0);
  -o-transform: rotateY(0deg) rotateX(0);
  -ms-transform: rotateY(0deg) rotateX(0);
  transform: rotateY(0deg) rotateX(0);
  -webkit-transform: rotateY(0) rotateX(0);
  -moz-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  -o-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}
/*Open Come Out*/
.come-right {
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  -moz-transform: rotateY(-90deg) rotateX(-90deg);
  -ms-transform: rotateY(-90deg) rotateX(-90deg);
  -o-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  left: 0;
  top: 0;
}
.pic:hover .come-right {
  -webkit-transform: rotateY(0deg) rotateX(0);
  -moz-transform: rotateY(0deg) rotateX(0);
  -o-transform: rotateY(0deg) rotateX(0);
  -ms-transform: rotateY(0deg) rotateX(0);
  transform: rotateY(0deg) rotateX(0);
  -webkit-transform: rotateY(0) rotateX(0);
  -moz-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  -o-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}
.pic-icon {
  font-size: 42px;
}
.pic-icon:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.pic-caption-white {
  background: rgba(255, 255, 255, 0.4);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #e5e5e5;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 99%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .cf {
  zoom: 1;
}
*:first-child + html .cf {
  zoom: 1;
}
/**
 * Nestable
 */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.dd.dd-alternate .dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #236b9b;
  cursor: move;
  background: #236b9b;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd.dd-alternate .dd-handle:hover {
  background: #236b9b;
  border: 1px solid #236b9b;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #2b82bc;
  cursor: move;
  background: #3d97d3;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #fff;
  background: #236b9b;
  border: 1px solid #236b9b;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  outline: none;
  color: #fff;
}
.dd-item > button:before {
  content: "\f196";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: "\f147";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 700px) {
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #236b9b;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #2b82bc;
  background: #3d97d3;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #fff;
  background: #236b9b;
  border: 1px solid #236b9b;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #236b9b;
  background: #2b82bc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "\f0b2";
  font-family: 'FontAwesome';
  font-size: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  cursor: move;
}
.tree {
  padding-left: 14px;
  overflow: auto;
  position: relative;
  background: transparent;
}
.tree:before {
  width: 1px;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: -21px;
  bottom: 16px;
  left: 0;
  border-left: 1px dotted #454545;
}
.tree .tree-folder {
  position: relative;
  width: auto;
  min-height: 20px;
  cursor: pointer;
  border: 1px solid transparent;
}
.tree .tree-folder:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #454545;
  z-index: 1;
}
.tree .tree-folder .tree-folder-header {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  min-width: 100px;
  margin: 0;
  padding: 5px 5px;
  color: #454545;
  border-radius: 0;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.tree .tree-folder .tree-folder-header:hover {
  color: #fff;
  background-color: #236b9b;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
  display: inline;
  z-index: 2;
  margin-left: 2px;
}
.tree .tree-folder img {
  margin-left: 4px;
}
.tree .tree-folder .tree-folder-content {
  margin-left: 23px;
  position: relative;
}
.tree .tree-folder .tree-folder-content:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  z-index: 1;
  top: -9px;
  bottom: 16px;
  left: -12px;
  border-left: 1px dotted #454545;
}
.tree .tree-item {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  min-width: 100px;
  cursor: pointer;
  margin: 0;
  padding: 5px 8px;
  color: #454545;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #454545;
  z-index: 1;
}
.tree .tree-item:hover {
  color: #fff;
  background-color: #236b9b;
}
.tree .tree-item .tree-item-name {
  margin-left: 2px;
  display: inline;
  z-index: 2;
}
.tree .tree-item .tree-item-name > i {
  margin-left: -2px;
  display: inline-block;
  text-align: center;
  margin-right: 1px;
}
.tree .tree-selected {
  background-color: #236b9b;
  color: #fff;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.tree .tree-selected:hover {
  background-color: #236b9b;
  color: #fff;
}
.tree .tree-selected:hover .tree-actions > i {
  border: 1px solid #236b9b;
  color: #236b9b;
}
.tree .tree-selected > i {
  margin-left: -2px;
  display: inline-block;
  text-align: center;
  margin-right: 1px;
}
.tree .fa {
  display: inline;
}
.tree.tree-solid-line {
  padding-left: 12px;
}
.tree.tree-solid-line:before {
  border-left: 1px solid #454545;
}
.tree.tree-solid-line .tree-folder:before {
  border-top: 1px solid #454545;
}
.tree.tree-solid-line .tree-folder .tree-folder-content:before {
  border-left: 1px solid #454545;
}
.tree.tree-solid-line .tree-item:before {
  border-top: 1px solid #454545;
}
.tree.tree-no-line {
  padding-left: 0;
}
.tree.tree-no-line:before {
  display: none;
}
.tree.tree-no-line .tree-folder:before {
  display: none;
}
.tree.tree-no-line .tree-folder .tree-folder-content:before {
  display: none;
}
.tree.tree-no-line .tree-item:before {
  display: none;
}
.tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  content: "\f056";
  padding-right: 2px;
}
.tree.tree-plus-minus .tree-folder-header .fa-folder:before {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  content: "\f055";
  padding-right: 2px;
}
.tree.tree-plus-minus .tree-folder-name {
  margin-left: 0px !important;
}
.tree .tree-actions {
  display: none;
  position: absolute;
  margin-top: 1px;
  right: 4px;
}
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before,
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
  margin-top: -5px;
}
.tree .tree-item:hover .tree-actions,
.tree .tree-folder-header:hover .tree-actions {
  display: inline-block;
}
.tree .tree-actions > i {
  font-weight: 300;
  border: 1px solid #fff;
  padding: 1px 3px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
  margin-top: 0px;
  display: inline-block;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.tree .tree-actions > i:hover {
  color: #454545;
  border: 1px solid #454545;
}
.icon-blink {
  display: inline-block;
  -moz-animation: blink .2s infinite linear;
  -o-animation: blink .2s infinite linear;
  -webkit-animation: blink .2s infinite linear;
  animation: blink .2s infinite linear;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.combobox a {
  font-size: 14px;
}
.combobox button.btn {
  border-radius: 0 0 0 0;
}
.select .dropdown-label {
  padding: 0 10px 0 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
#selectTextSize {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  top: 0;
}
.spinner input {
  width: 120px;
  float: left;
}
.spinner .btn {
  position: relative;
  width: 22px;
  height: 19px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
}
.spinner .btn.btn-sm {
  height: 16px;
}
.spinner .btn.btn-sm.spinner-up {
  height: 17px;
}
.spinner .btn.btn-sm i {
  top: -2px !important;
}
.spinner .btn.btn-lg {
  height: 26px;
}
.spinner .btn.btn-lg.spinner-up {
  height: 27px;
}
.spinner .btn.btn-lg i {
  top: -2px !important;
}
.spinner .btn.disabled {
  cursor: not-allowed;
}
.spinner .spinner-buttons {
  float: left;
  width: 21px;
  left: -21px;
}
.spinner .spinner-buttons i {
  font-size: 10px;
}
.spinner .spinner-up,
.spinner .spinner-down {
  padding: 1px;
}
.spinner .spinner-up i,
.spinner .spinner-down i {
  position: relative;
  top: -5px;
}
.search .btn {
  min-width: 60px;
}
.pillbox {
  padding: 3px;
}
.pillbox ul {
  display: inline-block;
  margin: 0;
}
.pillbox li {
  font-size: 11.844px;
  font-weight: 600;
  line-height: 24px;
  color: #236b9b;
  vertical-align: baseline;
  background-color: #ebebeb;
  border: 1px solid #236b9b;
  padding: 1px 4px 1px 7px;
  border-radius: 0;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  float: left;
}
.pillbox li:after {
  float: right;
  font-family: Fontawesome;
  font-weight: bold;
  line-height: 24px;
  color: #236b9b;
  top: 1px;
  margin-right: 3px;
  margin-left: 2px;
  padding-left: 4px;
  position: relative;
  content: "\f057";
}
.pillbox li:hover:after {
  opacity: 40;
  filter: alpha(opacity=4000);
}
.pillbox li.status-primary {
  background-color: #236b9b;
  border-color: #236b9b;
  color: #fff;
}
.pillbox li.status-primary:after {
  color: #fff;
}
.pillbox li.status-white {
  background-color: #fff;
  color: #236b9b;
}
.pillbox li.status-white:after {
  color: #236b9b;
}
.pillbox li.status-danger {
  background-color: #e51400;
  border-color: #e51400;
  color: #fff;
}
.pillbox li.status-danger:after {
  color: #fff;
}
.pillbox li.status-warning {
  background-color: #fa6800;
  border-color: #fa6800;
  color: #fff;
}
.pillbox li.status-warning:after {
  color: #fff;
}
.pillbox li.status-success {
  background-color: #199900;
  border-color: #199900;
  color: #fff;
}
.pillbox li.status-success:after {
  color: #fff;
}
.pillbox li.status-info {
  background-color: #05389f;
  border-color: #05389f;
  color: #fff;
}
.pillbox li.status-info:after {
  color: #fff;
}
.slimScroller {
  padding-right: 12px;
}
.slimScrollBar,
.slimScrollRail {
  border-radius: 0 !important;
}
.portlet .panel-heading {
  padding: 8px 15px 4px;
  cursor: move;
}
.portlet .panel-caption {
  float: left;
  margin-top: 3px;
}
.portlet .panel-options {
  float: right;
  position: relative;
  top: -1px;
}
.portlet .panel-options .panel-collapse,
.portlet .panel-options .panel-expand,
.portlet .panel-options .panel-remove {
  font-size: 18px;
  color: #fff;
}
.portlet .panel-options .panel-collapse:hover,
.portlet .panel-options .panel-expand:hover,
.portlet .panel-options .panel-remove:hover,
.portlet .panel-options .panel-collapse:focus,
.portlet .panel-options .panel-expand:focus,
.portlet .panel-options .panel-remove:focus {
  color: #ebebeb;
  text-decoration: none;
}
.portlet > .panel.panel-default .panel-options .panel-collapse,
.portlet > .panel.panel-default .panel-options .panel-expand,
.portlet > .panel.panel-default .panel-options .panel-remove {
  color: #454545;
}
.portlet > .panel.panel-default .panel-options .panel-collapse:hover,
.portlet > .panel.panel-default .panel-options .panel-expand:hover,
.portlet > .panel.panel-default .panel-options .panel-remove:hover,
.portlet > .panel.panel-default .panel-options .panel-collapse:focus,
.portlet > .panel.panel-default .panel-options .panel-expand:focus,
.portlet > .panel.panel-default .panel-options .panel-remove:focus {
  color: #6e6e6e;
}
.portlet .panel-hidden {
  display: none;
}
.portlet-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #ddd;
  border-radius: 0 !important;
  margin-bottom: 18px;
}
.progress {
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 23px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 23px;
  height: 100%;
  float: left;
  margin-right: 23px;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
/* the norm */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url('../../../../extra/gritter/ie-spacer.gif');
  /* ie7/8 fix */
  border: 1px solid #ebebeb;
}
.gritter-item-wrapper.hover {
  border: 1px solid #236b9b;
}
.gritter-top {
  background-color: #ebebeb;
  height: 10px;
}
/*
.hover .gritter-top {
  background-position:right -30px;
}*/
.gritter-bottom {
  background-color: #ebebeb;
  height: 8px;
  margin: 0;
}
/*
.hover .gritter-bottom {
  background-position: bottom right;
}*/
.gritter-item {
  display: block;
  background-color: #ebebeb;
  color: #236b9b;
  padding: 2px 11px 8px 11px;
  font-size: 12px;
}
/*
.hover .gritter-item {
  background-position:right -40px;
}*/
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 0px;
  right: 6px;
  cursor: pointer;
  z-index: 29999;
  color: #236b9b;
  outline: none;
}
.gritter-close:before {
  content: "\f057";
  font-family: Fontawesome;
  font-size: 24px;
  position: relative;
  outline: none;
}
.gritter-close:hover {
  color: #1a4e71;
  outline: none;
  text-decoration: none;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
  background-color: #fff;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 57.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-videog {
  position: relative;
  padding-top: 10px;
  padding-bottom: 57.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}


.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../extra/owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1d1d1d;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../extra/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
/*
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}*/
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
  transition: none;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid;
  border-color: #236b9b;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini > div > span,
.bootstrap-switch.bootstrap-switch-mini > div > label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small > div > span,
.bootstrap-switch.bootstrap-switch-small > div > label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large > div > span,
.bootstrap-switch.bootstrap-switch-large > div > label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on > div {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on > div > label {
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch.bootstrap-switch-off > div {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off > div > label {
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled > div > span,
.bootstrap-switch.bootstrap-switch-readonly > div > span,
.bootstrap-switch.bootstrap-switch-disabled > div > label,
.bootstrap-switch.bootstrap-switch-readonly > div > label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch > div {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch > div > span,
.bootstrap-switch > div > label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch > div > span {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-on {
  color: #f00;
  border-bottom-left-radius: -1;
  border-top-left-radius: -1;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-off {
  color: #000;
  background: #eeeeee;
  border-bottom-right-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-switch > div > span.bootstrap-switch-primary {
  color: #fff;
  background: #236b9b;
}
.bootstrap-switch > div > span.bootstrap-switch-info {
  color: #fff;
  background: #05389f;
}
.bootstrap-switch > div > span.bootstrap-switch-success {
  color: #fff;
  background: #199900;
}
.bootstrap-switch > div > span.bootstrap-switch-warning {
  background: #fa6800;
  color: #fff;
}
.bootstrap-switch > div > span.bootstrap-switch-danger {
  color: #fff;
  background: #e51400;
}
.bootstrap-switch > div > span.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch > div > label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #236b9b;
  background: #ffffff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.form-control-2x .bootstrap-switch {
  border-width: 2px;
}
.has-success .bootstrap-switch {
  border-color: #199900;
}
.has-info .bootstrap-switch {
  border-color: #05389f;
}
.has-warning .bootstrap-switch {
  border-color: #fa6800;
}
.has-danger .bootstrap-switch {
  border-color: #e51400;
}
.ui-slider {
  border: 1px solid #236b9b !important;
}
.ui-slider > a {
  -webkit-transition: none !important;
  transition: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ebebeb;
  border: 1px solid #236b9b;
  border-radius: 0 !important;
  padding: 0;
  outline: none;
}
.ui-widget-content {
  background: #ffffff !important;
  border-radius: 0 !important;
}
.ui-slider-horizontal {
  height: 9px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
  width: 14px !important;
  margin-left: -0.25em !important;
}
.ui-widget-header {
  background: #236b9b !important;
}
.ui-slider-vertical {
  width: 8px !important;
}
.ui-slider-vertical > .ui-slider-handle {
  left: -6px !important;
  height: 14px !important;
  margin-bottom: -0.3em !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0 !important;
}
.ui-slider.ui-slider-border-2x {
  border-width: 2px !important;
}
.ui-slider.ui-slider-border-2x .ui-state-default,
.ui-slider.ui-slider-border-2x .ui-widget-content .ui-state-default,
.ui-slider.ui-slider-border-2x .ui-widget-header .ui-state-default {
  border-width: 2px !important;
}
.ui-slider.ui-slider-border-2x.ui-slider-horizontal .ui-state-default,
.ui-slider.ui-slider-border-2x.ui-slider-horizontal .ui-widget-content .ui-state-default,
.ui-slider.ui-slider-border-2x.ui-slider-horizontal .ui-widget-header .ui-state-default {
  top: -7px !important;
}
.ui-slider.ui-slider-border-2x.ui-slider-vertical .ui-state-default,
.ui-slider.ui-slider-border-2x.ui-slider-vertical .ui-widget-content .ui-state-default,
.ui-slider.ui-slider-border-2x.ui-slider-vertical .ui-widget-header .ui-state-default {
  left: -7px !important;
}
/* Ion.RangeSlider
// css version 1.8.5
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 80%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 130%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: 0;
  width: 130%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
/* Ion.RangeSlider, Nice Skin
// css version 1.8.5
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-slider {
  background: #ebebeb;
  border: 1px solid #236b9b;
  border-radius: 0;
  width: 14px;
  height: 1.3em;
  top: 20px;
  margin-left: -1px;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #236b9b;
}
.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.irs-diapason {
  height: 8px;
  top: 25px;
  background-color: #236b9b;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min,
.irs-max {
  color: #454545;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #454545;
}
.plan {
  position: relative;
  background: #ebebeb;
  border: 1px solid #77b6e0;
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  padding-bottom: 25px;
}
.plan > .head {
  color: #fff;
  padding: 2px 10px;
  background-color: #236b9b;
}
.plan > ul {
  list-style-type: none;
  padding: 20px 0;
  margin-top: 2px;
}
.plan > ul li {
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #b9daef;
  padding: 0px 10px 16px;
}
.plan:hover {
  outline: #364243 solid 3px;
}
.plan:hover,
.plan:focus,
.plan:active,
.plan.active {
  border: 4px #364243 solid;
  outline: #364243 solid 3px;
}
.plan:hover:after,
.plan:focus:after,
.plan:active:after,
.plan.active:after {
  position: absolute;
  display: block;
  border-top: 28px solid #364243;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}
.plan:hover:before,
.plan:focus:before,
.plan:active:before,
.plan.active:before {
  position: absolute;
  display: block;
  content: "\f00c";
  color: #fff;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  z-index: 102;
  top: 0;
}
.plan:hover:after,
.plan:focus:after,
.plan:active:after,
.plan.active:after {
  border-top-width: 48px;
  border-left-width: 48px;
}
.plan:hover:before,
.plan:focus:before,
.plan:active:before,
.plan.active:before {
  font-size: 22px;
  top: -9px;
}
.plan.plan-dark {
  background: #ebebeb;
  border: 1px solid #3c3c3c;
}
.plan.plan-dark > .head {
  background-color: #1d1d1d;
}
.plan.plan-dark > ul li {
  border-bottom: 1px solid #b6b6b6;
}
.plan.plan-dark:hover {
  outline: #364243 solid 3px;
}
.plan.plan-dark:hover,
.plan.plan-dark:focus,
.plan.plan-dark:active,
.plan.plan-dark.active {
  border: 4px #364243 solid;
  outline: #364243 solid 3px;
}
.plan.plan-dark:hover:after,
.plan.plan-dark:focus:after,
.plan.plan-dark:active:after,
.plan.plan-dark.active:after {
  position: absolute;
  display: block;
  border-top: 28px solid #364243;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}
.plan.plan-dark:hover:before,
.plan.plan-dark:focus:before,
.plan.plan-dark:active:before,
.plan.plan-dark.active:before {
  position: absolute;
  display: block;
  content: "\f00c";
  color: #fff;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  z-index: 102;
  top: 0;
}
.plan.plan-dark:hover:after,
.plan.plan-dark:focus:after,
.plan.plan-dark:active:after,
.plan.plan-dark.active:after {
  border-top-width: 48px;
  border-left-width: 48px;
}
.plan.plan-dark:hover:before,
.plan.plan-dark:focus:before,
.plan.plan-dark:active:before,
.plan.plan-dark.active:before {
  font-size: 22px;
  top: -9px;
}
.plan.plan-neutral {
  background: #ebebeb;
  border: 1px solid #bdbdbd;
}
.plan.plan-neutral > .head {
  background-color: #9e9e9e;
}
.plan.plan-neutral > ul li {
  border-bottom: 1px solid #dbdbdb;
}
.plan.plan-neutral:hover {
  outline: #364243 solid 3px;
}
.plan.plan-neutral:hover,
.plan.plan-neutral:focus,
.plan.plan-neutral:active,
.plan.plan-neutral.active {
  border: 4px #364243 solid;
  outline: #364243 solid 3px;
}
.plan.plan-neutral:hover:after,
.plan.plan-neutral:focus:after,
.plan.plan-neutral:active:after,
.plan.plan-neutral.active:after {
  position: absolute;
  display: block;
  border-top: 28px solid #364243;
  border-left: 28px solid transparent;
  right: 0;
  content: "";
  top: 0;
  z-index: 101;
}
.plan.plan-neutral:hover:before,
.plan.plan-neutral:focus:before,
.plan.plan-neutral:active:before,
.plan.plan-neutral.active:before {
  position: absolute;
  display: block;
  content: "\f00c";
  color: #fff;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  z-index: 102;
  top: 0;
}
.plan.plan-neutral:hover:after,
.plan.plan-neutral:focus:after,
.plan.plan-neutral:active:after,
.plan.plan-neutral.active:after {
  border-top-width: 48px;
  border-left-width: 48px;
}
.plan.plan-neutral:hover:before,
.plan.plan-neutral:focus:before,
.plan.plan-neutral:active:before,
.plan.plan-neutral.active:before {
  font-size: 22px;
  top: -9px;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modal.container {
  max-width: none;
}
.modal.container-fluid {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.modal-dialog {
  width: auto;
  padding: 0;
}
.modal-footer {
  padding: 10px 20px 20px;
}
.modal-content {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
 
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
 
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;

}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
/*== ModernUI custom styles */
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  margin-top: -2px !important;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .yamm .yamm-content {
    padding-top: 0;
  }
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* Import core classes and Windows 8 colors
------------------------------------------------------------------------------------------------------------ */
/* Built-in classes
------------------------------------------------------------------------------------------------------------ */
.modernui-color {
  color: #236b9b !important;
}
.modernui-color-light {
  color: #77b6e0 !important;
}
.modernui-bg {
  background-color: #236b9b !important;
}
.modernui-dark {
  color: #1d1d1d !important;
}
.modernui-dark-bg {
  background-color: #1d1d1d !important;
}
.modernui-neutral {
  color: #9e9e9e !important;
}
.modernui-neutral-bg {
  background-color: #9e9e9e !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-top-10 {
  padding-left: 10px !important;
}
.padding-off {
  padding: 0 !important;
}
.padding-off-left {
  padding-left: 0 !important;
}
.padding-off-right {
  padding-right: 0 !important;
}
.padding-off-bottom {
  padding-bottom: 0 !important;
}
.padding-off-top {
  padding-top: 0 !important;
}
.push-down {
  padding-top: 52px !important;
}
.push-down-thin {
  padding-top: 26px !important;
}
.push-down-tiny {
  padding-top: 6px !important;
}
.push-up {
  padding-bottom: 52px !important;
}
.push-up-thin {
  padding-bottom: 26px !important;
}
.push-up-tiny {
  padding-bottom: 6px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-off {
  margin: 0 !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-top-10 {
  margin-left: 10px !important;
}
.margin-off-top {
  margin-top: 0 !important;
}
.margin-off-bottom {
  margin-bottom: 0 !important;
}
.margin-off-left {
  margin-left: 0 !important;
}
.margin-off-right {
  margin-right: 0 !important;
}
.push-down-margin {
  margin-top: 52px !important;
}
.push-down-margin-thin {
  margin-top: 26px !important;
}
.push-down-margin-tiny {
  margin-top: 6px !important;
}
.push-up-margin {
  margin-bottom: 52px !important;
}
.push-up-margin-thin {
  margin-bottom: 26px !important;
}
.push-up-margin-tiny {
  margin-bottom: 6px !important;
}
.letter-spacing-min-1 {
  letter-spacing: -1px !important;
}
.letter-spacing-min-2 {
  letter-spacing: -2px !important;
}
.letter-spacing-min-3 {
  letter-spacing: -3px !important;
}
.letter-spacing-min-4 {
  letter-spacing: -4px !important;
}
.letter-spacing-min-5 {
  letter-spacing: -5px !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.site-title {
  font-size: 80px !important;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .site-title {
    font-size: 90px !important;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .site-title {
    font-size: 54px !important;
  }
}
.bg-cola {
  background-color: #2e1700 !important;
}
.bg-temptress {
  background-color: #4e0000 !important;
}
.bg-blackberry {
  background-color: #4e0038 !important;
}
.bg-ripe-plum {
  background-color: #2d004e !important;
}
.bg-paua {
  background-color: #1f0068 !important;
}
.bg-prussian-blue {
  background-color: #001e4e !important;
}
.bg-astronaut-blue {
  background-color: #004d60 !important;
}
.bg-crusoe {
  background-color: #004a00 !important;
}
.bg-la-palma {
  background-color: #15992a !important;
}
.bg-zest {
  background-color: #e56c19 !important;
}
.bg-thunderbird {
  background-color: #b81b1b !important;
}
.bg-red-violet {
  background-color: #b81b6c !important;
}
.bg-purple-heart {
  background-color: #691bb8 !important;
}
.bg-fun-blue {
  background-color: #1b58b8 !important;
}
.bg-havelock-blue {
  background-color: #569ce3 !important;
}
.bg-persian-green {
  background-color: #00aaaa !important;
}
.bg-lima {
  background-color: #7bad18 !important;
}
.bg-galliano {
  background-color: #c69408 !important;
}
.bg-deep-blush {
  background-color: #de4aad !important;
}
.bg-nutmeg {
  background-color: #632f00 !important;
}
.bg-milano-red {
  background-color: #b01e00 !important;
}
.bg-lipstick {
  background-color: #c1004f !important;
}
.bg-purple {
  background-color: #7200ac !important;
}
.bg-blue-gem {
  background-color: #4617b4 !important;
}
.bg-science-blue {
  background-color: #006ac1 !important;
}
.bg-teal {
  background-color: #00aba9 !important;
}
.bg-laurel {
  background-color: #199900 !important;
}
.bg-malachite {
  background-color: #00c13f !important;
}
.bg-tree-poppy {
  background-color: #ff981d !important;
}
.bg-scarlet {
  background-color: #ff2e12 !important;
}
.bg-rose {
  background-color: #ff1d77 !important;
}
.bg-heliotrope {
  background-color: #aa40ff !important;
}
.bg-dodger-blue {
  background-color: #1faeff !important;
}
.bg-malibu {
  background-color: #56c5ff !important;
}
.bg-robins-egg-blue {
  background-color: #00d8cc !important;
}
.bg-pistachio {
  background-color: #91d100 !important;
}
.bg-corn {
  background-color: #e1b700 !important;
}
.bg-hot-pink {
  background-color: #ff76bc !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-lime {
  background-color: #a4c400 !important;
}
.bg-green {
  background-color: #60a917 !important;
}
.bg-emerald {
  background-color: #008a00 !important;
}
.bg-blue {
  background-color: #00aff0 !important;
}
.bg-teal {
  background-color: #00aba9 !important;
}
.bg-cyan {
  background-color: #1ba1e2 !important;
}
.bg-cobalt {
  background-color: #0050ef !important;
}
.bg-indigo {
  background-color: #6a00ff !important;
}
.bg-violet {
  background-color: #aa00ff !important;
}
.bg-pink {
  background-color: #dc4fad !important;
}
.bg-magenta {
  background-color: #d80073 !important;
}
.bg-crimson {
  background-color: #a20025 !important;
}
.bg-red {
  background-color: #e51400 !important;
}
.bg-orange {
  background-color: #fa6800 !important;
}
.bg-amber {
  background-color: #f0a30a !important;
}
.bg-yellow {
  background-color: #e3c800 !important;
}
.bg-brown {
  background-color: #825a2c !important;
}
.bg-olive {
  background-color: #6d8764 !important;
}
.bg-steel {
  background-color: #647687 !important;
}
.bg-mauve {
  background-color: #76608a !important;
}
.bg-taupe {
  background-color: #87794e !important;
}
.bg-dark {
  background-color: #1d1d1d !important;
}
.bg-dark-trns {
  background-color: rgba(5,5,5,0.95) !important;
}
.bg-dark-gr {
  background-color: rgba(59,63,66,0.95) !important;
}
.bg-dark-gry {
  background-color: rgba(35,37,39,0.95) !important;
}
.bg-dark-b {
  background-color: #001b2e !important;
}

/*
// Text color - you can use these, too if you want :) - I'm only using fg-white right now (LINE 474).
// ------------------------------------------------------------------------------------------------------
// Set I
.fg-cola {.set-fg-color(@color-cola)}
.fg-temptress {.set-fg-color(@color-temptress)}
.fg-blackberry {.set-fg-color(@color-blackberry)}
.fg-ripe-plum {.set-fg-color(@color-ripe-plum)}
.fg-paua {.set-fg-color(@color-paua)}
.fg-prussian-blue {.set-fg-color(@color-prussian-blue)}
.fg-astronaut-blue {.set-fg-color(@color-astronaut-blue)}
.fg-crusoe {.set-fg-color(@color-crusoe)}
.fg-la-palma {.set-fg-color(@color-la-palma)}
.fg-zest {.set-fg-color(@color-zest)}
.fg-thunderbird {.set-fg-color(@color-thunderbird)}
.fg-red-violet {.set-fg-color(@color-red-violet)}
.fg-purple-heart {.set-fg-color(@color-purple-heart)}
.fg-fun-blue {.set-fg-color(@color-fun-blue)}
.fg-havelock-blue {.set-fg-color(@color-havelock-blue)}
.fg-persian-green {.set-fg-color(@color-persian-green)}
.fg-lima {.set-fg-color(@color-lima)}
.fg-galliano {.set-fg-color(@color-galliano)}
.fg-deep-blush {.set-fg-color(@color-deep-blush)}

// Set II - slightly lighter
.fg-nutmeg {.set-fg-color(@color-nutmeg)}
.fg-milano-red {.set-fg-color(@color-milano-red)}
.fg-lipstick {.set-fg-color(@color-lipstick)}
.fg-purple {.set-fg-color(@color-purple)}
.fg-blue-gem {.set-fg-color(@color-blue-gem)}
.fg-science-blue {.set-fg-color(@color-science-blue)}
.fg-teal {.set-fg-color(@color-teal)}
.fg-laurel {.set-fg-color(@color-laurel)}
.fg-malachite {.set-fg-color(@color-malachite)}
.fg-tree-poppy {.set-fg-color(@color-tree-poppy)}
.fg-scarlet {.set-fg-color(@color-scarlet)}
.fg-rose {.set-fg-color(@color-rose)}
.fg-heliotrope {.set-fg-color(@color-heliotrope)}
.fg-dodger-blue {.set-fg-color(@color-dodger-blue)}
.fg-malibu {.set-fg-color(@color-malibu)}
.fg-robins-egg-blue {.set-fg-color(@color-robins-egg-blue)}
.fg-pistachio {.set-fg-color(@color-pistachio)}
.fg-corn {.set-fg-color(@color-corn)}
.fg-hot-pink {.set-fg-color(@color-hot-pink)}

// Web safe colors
.fg-black {.set-fg-color(@color-black)}*/
.fg-white {
  color: #ffffff !important;
}
/*
.fg-lime {.set-fg-color(@color-lime)}
.fg-green {.set-fg-color(@color-green)}
.fg-emerald {.set-fg-color(@color-emerald)}
.fg-blue {.set-fg-color(@color-blue)}
.fg-teal {.set-fg-color(@color-teal)}
.fg-cyan {.set-fg-color(@color-cyan)}
.fg-cobalt {.set-fg-color(@color-cobalt)}
.fg-indigo {.set-fg-color(@color-indigo)}
.fg-violet {.set-fg-color(@color-violet)}
.fg-pink {.set-fg-color(@color-pink)}
.fg-magenta {.set-fg-color(@color-magenta)}
.fg-crimson {.set-fg-color(@color-crimson)}
.fg-red {.set-fg-color(@color-red)}
.fg-orange {.set-fg-color(@color-orange)}
.fg-amber {.set-fg-color(@color-amber)}
.fg-yellow {.set-fg-color(@color-yellow)}
.fg-brown {.set-fg-color(@color-brown)}
.fg-olive {.set-fg-color(@color-olive)}
.fg-steel {.set-fg-color(@color-steel)}
.fg-mauve {.set-fg-color(@color-mauve)}
.fg-taupe {.set-fg-color(@color-taupe)}
.fg-dark {.set-fg-color(@color-dark)}
*/
/* Overriding Bootstrap variables
------------------------------------------------------------------------------------------------------------ */
