@charset "UTF-8";
/* Do not modify the global.css file directly, it is compiled by
SASS CSS pre-processor. To make changes modify the glogal.scss file
and then compile it into right glogal.css file. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body, textarea {
  /*line-height:1.5;color:black;font-size:12px;font-family:Arial, Helvetica, sans-serif;*/ }

body {
  text-align: center; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /*width:100%;*/ }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

a img {
  border: none; }

a {
  text-decoration: none;
  color: inherit;
  color: expression(this.parentNode.currentStyle.color); }

ul, ol {
  list-style-type: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a, input, textarea, select {
  outline: none; }

input.submit {
  cursor: pointer; }

.a11y {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.clr {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden; }

#wrap {
  text-align: left;
  margin: auto; }

.uc h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0; }

.uc h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0; }

.uc h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0; }

.uc h4 {
  display: block;
  font-size: 1.00em;
  font-weight: bold;
  margin: 1.33em 0; }

.uc h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0; }

.uc h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0; }

.uc ul, .uc ol {
  margin: 1em 0 1em 30px;
  display: block;
  padding: 0px; }

.uc ul {
  list-style-type: disc; }

.uc ol ul, .uc ul ul {
  list-style-type: circle; }

.uc ol ol ul, .uc ol ul ul, .uc ul ol ul, .uc ul ul ul {
  list-style-type: square; }

.uc ol {
  list-style-type: decimal; }

.uc ul ol, .uc ol ol {
  list-style-type: upper-roman; }

.uc ul ul ol, .uc ul ol ol, .uc ol ul ol, .uc ol ol ol {
  list-style-type: lower-alpha; }

.uc ul ul, .uc ol ol, .uc ul ol, .uc ol ul {
  margin-left: 60px; }

.uc li {
  display: list-item;
  margin-bottom: 15px; }

.uc dl {
  margin-bottom: 1em; }

.uc dt {
  font-weight: bold; }

.uc dd {
  margin-left: 60px; }

.uc table {
  display: table;
  border-collapse: collapse;
  margin: 0;
  text-indent: 0; }

.uc th {
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: inherit;
  padding: 1px; }

.uc table [colspan] {
  text-align: center; }

.uc table [rowspan] {
  vertical-align: middle; }

.uc caption {
  display: table-caption;
  text-align: center; }

.uc tr {
  display: table-row;
  vertical-align: inherit; }

.uc td {
  padding: 2px;
  display: table-cell;
  vertical-align: inherit;
  text-align: inherit; }

.uc col {
  display: table-column; }

.uc colgroup {
  display: table-column-group; }

.uc tbody {
  display: table-row-group;
  vertical-align: middle; }

.uc thead {
  display: table-header-group;
  vertical-align: middle;
  text-align: center; }

.uc tfoot {
  display: table-footer-group;
  vertical-align: middle;
  text-align: center; }

.uc b, .uc strong {
  font-weight: bolder; }

.uc i, .uc cite, .uc em, .uc var, .uc dfn {
  font-style: italic; }

.uc u, .uc ins {
  text-decoration: underline; }

.uc s, .uc strike, .uc del {
  text-decoration: line-through; }

.uc blink {
  text-decoration: blink; }

.uc big {
  font-size: larger; }

.uc small {
  font-size: smaller; }

.uc sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal; }

.uc sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal; }

.uc nobr {
  white-space: nowrap; }

.uc mark {
  background: yellow;
  color: black; }

.uc center {
  display: block; }

/* corporate */
/* primary colors */
/* accent colors */
/* backgrounds */
/* by function */
/* variables */
/*
@font-face {
	font-family: 'Siemens webicons';
	src: url('../../fonts/siemens-webicons-webfont/siemens-webicons-webfont.eot'); 
	src: local("bingo"),
		url("../../fonts/siemens-webicons-webfont/siemens-webicons-webfont.woff") format("woff"),
		url("../../fonts/siemens-webicons-webfont/siemens-webicons-webfont.otf") format("opentype");
}


[class*="sicon-"] {
    display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
	
	&::before, &::after {
		box-sizing: border-box;
	}
	&::before, &::after {
		box-sizing: border-box;
	}	
}
*/
/*
[class^="sicon-"], [class*=" sicon-"] {
    font-family: "siemens-webicons-webfont" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.sicon-arrow-right-small:before {
    content: "\e60b";
}
.icon-globe:before {
    content: "\e636";
}
*/
/* mixins */
/* functions */
/* grids */
.grid .col {
  float: left; }

.grid .col.c-1-2 {
  width: 50%; }

.grid .col.c-2-2 {
  width: 100%; }

.grid .col.c-1-3 {
  width: 33.3333333333333%; }

.grid .col.c-2-3 {
  width: 66.6666666666666%; }

.grid .col.c-3-3 {
  width: 100%; }

.grid .col.c-1-4 {
  width: 25%; }

.grid .col.c-2-4 {
  width: 50%; }

.grid .col.c-3-4 {
  width: 75%; }

.grid .col.c-4-4 {
  width: 100%; }

.grid .col.c-1-5 {
  width: 20%; }

.grid .col.c-2-5 {
  width: 40%; }

.grid .col.c-3-5 {
  width: 60%; }

.grid .col.c-4-5 {
  width: 80%; }

.grid .col.c-5-5 {
  width: 100%; }

.grid .col.c-1-6 {
  width: 16.66666666%; }

.grid .col.c-2-6 {
  width: 33.33333333%; }

.grid .col.c-3-6 {
  width: 50%; }

.grid .col.c-4-6 {
  width: 66.66666666%; }

.grid .col.c-5-6 {
  width: 83.33333333%; }

.grid .col.c-6-6 {
  width: 100%; }

.grid .col.c-1-7 {
  width: 14.285%; }

.grid .col.c-2-7 {
  width: 28.571%; }

.grid .col.c-3-7 {
  width: 42.857%; }

.grid .col.c-4-7 {
  width: 57.142%; }

.grid .col.c-5-7 {
  width: 71.428%; }

.grid .col.c-6-7 {
  width: 85.714%; }

.grid .col.c-7-7 {
  width: 100%; }

.grid .col.c-1-8 {
  width: 12.5%; }

.grid .col.c-2-8 {
  width: 25%; }

.grid .col.c-3-8 {
  width: 37.5%; }

.grid .col.c-4-8 {
  width: 50%; }

.grid .col.c-5-8 {
  width: 62.5%; }

.grid .col.c-6-8 {
  width: 75%; }

.grid .col.c-7-8 {
  width: 87.5%; }

.grid .col.c-8-8 {
  width: 100%; }

.grid .col.c-1-9 {
  width: 11.1111111111%; }

.grid .col.c-2-9 {
  width: 22.2222222222%; }

.grid .col.c-3-9 {
  width: 33.3333333333%; }

.grid .col.c-4-9 {
  width: 44.4444444444%; }

.grid .col.c-5-9 {
  width: 55.5555555555%; }

.grid .col.c-6-9 {
  width: 66.6666666666%; }

.grid .col.c-7-9 {
  width: 77.7777777777%; }

.grid .col.c-8-9 {
  width: 88.8888888888%; }

.grid .col.c-9-9 {
  width: 100%; }

.grid .col.c-1-10 {
  width: 10%; }

.grid .col.c-2-10 {
  width: 20%; }

.grid .col.c-3-10 {
  width: 30%; }

.grid .col.c-4-10 {
  width: 40%; }

.grid .col.c-5-10 {
  width: 50%; }

.grid .col.c-6-10 {
  width: 60%; }

.grid .col.c-7-10 {
  width: 70%; }

.grid .col.c-8-10 {
  width: 80%; }

.grid .col.c-9-10 {
  width: 90%; }

.grid .col.c-10-10 {
  width: 100%; }

.grid .col.c-1-11 {
  width: 9.090909090909%; }

.grid .col.c-2-11 {
  width: 18.181818181818%; }

.grid .col.c-3-11 {
  width: 27.272727272727%; }

.grid .col.c-4-11 {
  width: 36.363636363636%; }

.grid .col.c-5-11 {
  width: 45.454545454545%; }

.grid .col.c-6-11 {
  width: 54.545454545454%; }

.grid .col.c-7-11 {
  width: 63.636363636363%; }

.grid .col.c-8-11 {
  width: 72.727272727272%; }

.grid .col.c-9-11 {
  width: 81.818181818181%; }

.grid .col.c-10-11 {
  width: 90.909090909090%; }

.grid .col.c-11-11 {
  width: 100%; }

.grid .col.c-1-12 {
  width: 08.333333333333333%; }

.grid .col.c-2-12 {
  width: 16.666666666666666%; }

.grid .col.c-3-12 {
  width: 25%; }

.grid .col.c-4-12 {
  width: 33.333333333333333%; }

.grid .col.c-5-12 {
  width: 41.666666666666666%; }

.grid .col.c-6-12 {
  width: 50%; }

.grid .col.c-7-12 {
  width: 58.333333333333333%; }

.grid .col.c-8-12 {
  width: 66.666666666666666%; }

.grid .col.c-9-12 {
  width: 75%; }

.grid .col.c-10-12 {
  width: 83.333333333333333%; }

.grid .col.c-11-12 {
  width: 91.666666666666666%; }

.grid .col.c-12-12 {
  width: 100%; }

.gutter-right {
  padding-right: 8px; }

.gutter-left {
  padding-left: 8px; }

.gutter {
  padding: 0px 8px; }

.std-form label {
  color: #2d373c;
  display: block;
  margin: 10px 10px 5px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-size: 1.14286rem;
  line-height: 1.85714rem; }
  @media (max-width: 1023px) {
    .std-form label {
      font-size: 16px;
      line-height: 26px;
      font-size: 0.88889rem;
      line-height: 1.44444rem; } }
  .std-form label .red-star {
    color: #af235f; }
  .std-form label.error {
    color: #af235f;
    margin-top: 0px;
    font-size: 12px;
    line-height: 14px;
    font-size: 0.85714rem;
    line-height: 1rem; }
    @media (max-width: 1023px) {
      .std-form label.error {
        font-size: 12px;
        line-height: 14px;
        font-size: 0.66667rem;
        line-height: 0.77778rem; } }

.std-form input[type="text"], .std-form input[type="password"], .std-form select {
  height: 44px;
  border-top: 1px solid #d7d7cd;
  border-left: 1px solid #d7d7cd;
  border-right: 1px solid #d7d7cd;
  border-bottom: 1px solid #d7d7cd;
  background: #fff;
  padding: 8px 10px;
  margin: 0px;
  width: 100%;
  color: black;
  font-size: 20px;
  line-height: 28px;
  font-size: 1.42857rem;
  line-height: 2rem; }
  @media (max-width: 1023px) {
    .std-form input[type="text"], .std-form input[type="password"], .std-form select {
      font-size: 20px;
      line-height: 28px;
      font-size: 1.11111rem;
      line-height: 1.55556rem; } }
  .std-form input[type="text"].error, .std-form input[type="password"].error, .std-form select.error {
    border: 1px solid #af235f; }
  .std-form input[type="text"].valid, .std-form input[type="password"].valid, .std-form select.valid {
    border: 1px solid #00646e; }

.std-form .has-error input[type="text"], .std-form .has-error input[type="password"], .std-form .has-error select {
  border: 1px solid #af235f; }

.std-form select.fancy-select {
  background: transparent;
  width: 100%;
  padding: 5px 35px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../img/index/icon-v3.png") right center no-repeat #fff;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .std-form select.fancy-select:focus {
    border-color: #555f69;
    outline: 0; }

@media screen and (min-width: 0\0) {
  .std-form select.fancy-select {
    background: none;
    padding: 5px; } }

.std-form textarea {
  height: 185px;
  border-top: 1px solid #d7d7cd;
  border-left: 1px solid #d7d7cd;
  border-right: 1px solid #d7d7cd;
  border-bottom: 1px solid #d7d7cd;
  background: #fff;
  padding: 10px;
  margin: 0px;
  width: 100%;
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.14286rem;
  line-height: 1.71429rem; }
  @media (max-width: 1023px) {
    .std-form textarea {
      font-size: 16px;
      line-height: 24px;
      font-size: 0.88889rem;
      line-height: 1.33333rem; } }
  .std-form textarea.error {
    border: 1px solid #af235f; }
  .std-form textarea.valid {
    border: 1px solid #00646e; }

.std-form input[type="text"], .std-form input[type="password"], .std-form textarea {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, background ease-in-out 0.15s;
  /*
		&.valid{
			border:1px solid #3c763d;
		}
		&.warning{
			border:1px solid #8a6d3b;
		}
		&.invalid{
			border:1px solid $form_error_color;
		}
		&.readonly{
			border:1px solid #ccc !important;
			color:#a4a4a4;
			background:#f8f8f8;
		}	
		*/ }
  .std-form input[type="text"]:focus, .std-form input[type="password"]:focus, .std-form textarea:focus {
    background: #fff;
    border-color: #555f69;
    outline: 0; }

.std-form .row {
  padding-bottom: 10px; }
  .std-form .row .has-valid input[type="text"], .std-form .row .has-valid input[type="password"], .std-form .row .has-valid select, .std-form .row .has-valid textarea {
    border-top: 1px solid #00646e;
    border-left: 1px solid #00646e;
    border-right: 1px solid #00646e;
    border-bottom: 1px solid #00646e; }
  .std-form .row .has-valid .glyphicon.glyphicon-ok {
    color: #00646e;
    display: block; }
  .std-form .row .has-warning input[type="text"], .std-form .row .has-warning input[type="password"], .std-form .row .has-warning select, .std-form .row .has-warning textarea {
    border-top: 1px solid #8a6d3b;
    border-left: 1px solid #8a6d3b;
    border-right: 1px solid #8a6d3b;
    border-bottom: 1px solid #8a6d3b; }
  .std-form .row .has-warning .glyphicon {
    color: #8a6d3b;
    display: block; }
  .std-form .row .has-error input[type="text"], .std-form .row .has-error input[type="password"], .std-form .row .has-error select, .std-form .row .has-error textarea {
    border-top: 1px solid #af235f;
    border-left: 1px solid #af235f;
    border-right: 1px solid #af235f;
    border-bottom: 1px solid #af235f; }
  .std-form .row .has-error .glyphicon.glyphicon-remove {
    color: #af235f;
    display: block; }
  .std-form .row .error_holder label {
    color: #af235f;
    font-family: "Open Sans", sans-serif;
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
    font-size: 0.85714rem;
    line-height: 1.28571rem; }
    @media (max-width: 1023px) {
      .std-form .row .error_holder label {
        font-size: 12px;
        line-height: 18px;
        font-size: 0.66667rem;
        line-height: 1rem; } }

.std-form .npt-wrap {
  position: relative;
  display: block; }
  .std-form .npt-wrap .glyphicon {
    z-index: 2;
    display: none;
    width: 26px;
    height: 33px;
    text-align: center;
    pointer-events: none;
    top: 0px;
    right: 5px;
    bottom: auto;
    left: auto;
    position: absolute;
    font-size: 12px;
    line-height: 36px;
    font-size: 0.85714rem;
    line-height: 2.57143rem; }
    @media (max-width: 1023px) {
      .std-form .npt-wrap .glyphicon {
        font-size: 12px;
        line-height: 36px;
        font-size: 0.66667rem;
        line-height: 2rem; } }

/* FANCY CHECKBOX */
.fancy_checkbox input[type="checkbox"] {
  display: none; }

.fancy_checkbox input[type="checkbox"] + label {
  padding-left: 50px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .fancy_checkbox input[type="checkbox"] + label span {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    border: 2px solid #acb413;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }
  .fancy_checkbox input[type="checkbox"] + label:hover span {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.fancy_checkbox input[type="checkbox"]:checked + label span {
  background: #acb413;
  border: 2px solid #acb413; }

/* FANCY RADIOBOX */
.fancy_radiobox input[type="radio"] {
  display: none; }

.fancy_radiobox input[type="radio"] + label {
  padding-left: 36px;
  padding-top: 6px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .fancy_radiobox input[type="radio"] + label span {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }
  .fancy_radiobox input[type="radio"] + label:hover span {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.fancy_radiobox input[type="radio"]:checked + label span {
  background: #009353;
  border: 1px solid #fff; }

/* PLACEHOLDERS */
*::-webkit-input-placeholder {
  color: #d7d7cd;
  opacity: 0.5; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #d7d7cd;
  opacity: 0.5; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #d7d7cd;
  opacity: 0.5; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #d7d7cd;
  opacity: 0.5; }

/* FORMS */
.std-form-newsletter .npt-wrap {
  float: left;
  margin-right: 15px;
  width: 400px;
  max-width: 100%; }

/* bootstrap */
form .form-control {
  border-color: #d7d7cd;
  border-radius: 0; }

.field-widget-static-header {
  color: #2d373c;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2rem; }

.body-inner {
  /*!
 * Maverick (c) by Ndevr Studios and The Red Team
 * Powered by Bootstrap and FontAwesome
 */
  /* corporate */
  /* primary colors */
  /* accent colors */
  /* backgrounds */
  /*@brand-primary:         #006588; //#4697ce;
@brand-success:         #81c04d; //#7dcc93;
@brand-warning:         #f9d00d; //#e8db4f;
@brand-danger:          #ef553a; //#e75a5a;
@brand-info:            #05a7cf; //#63b7e6;*/
  /* Margin */
  /* Padding */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* rotated label */
  /* Basic Layouts */
  /* Fix the Grid */
  /* Logo */
  /* Headerbar */
  /* Footer */
  /* Page heading */
  /*
@media (max-width: @screen-xs-max) {
	.focusedform {
		.verticalcenter {width: 380px;}
	}
}
*/
  /*Horizontal Navigation*/
  /*Fixed*/
  /* Page load transition */
  /* Full Page Error */
  /* Page content animations */
  /* Drop Downs */
  /* Nav and Sidebar Badges
// ------------------------*/
  /* The toggle links for left/right sidebar */
  /* Menu Triggers */
  /* Search */
  /* Sidebar Menu */
  /* Remove the :hover from the following lines for arrows to appear always */
  /* Sidebar Layout + Responsive */
  /* Search at Left Navigation Sidebar */
  /* Helpers ----------- */
  /* jQueryUI Border Radius */
  /* Sparklines */
  /* Textarea Autosize */
  /* Stepy Wizard */
  /* FullCalendar*/
  /* Toggle */
  /* MixItUp Gallary */
  /* Flot */
  /*
.switch {
	margin-bottom: -4px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	min-width: 90px !important;
	font-size: @font-size-mini;
	border-radius: @border-radius-base !important;
	border: 1px solid @border-darker !important;
	box-shadow: inset 0 0 0 1px @border-darker;
	span {line-height: 24px !important;}
	.knob {
		background: @gray-lighter !important;
		border: none !important;
	}
	.switch-left {
		background: @brand-success !important;
	}
	.switch-right {
		background: @border-darker !important;
	}
	&.primary .switch-left {background: @brand-primary !important;}
	&.success .switch-left {background: @brand-success !important;}
	&.info .switch-left {background: @brand-info !important;}
	&.danger .switch-left {background: @brand-danger !important;}
	&.warning .switch-left {background: @brand-warning !important;}
	&.inverse .switch-left {background: @brand-inverse !important;}

}
*/
  /* Following CSS are only in the demo and are of no use in a Production */
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
  /* (c) Pawel Gawronski */
  /*
.switch.red :checked + span {
    box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 60px red;
}
*/
  /* (c) Pawel Gawronski */
  /*# sourceMappingURL=theme.css.map */ }
  .body-inner .vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .body-inner .m0,
  .body-inner .m-n {
    margin: 0px   		  !important; }
  .body-inner .m5,
  .body-inner .m-xs {
    margin: 5px !important; }
  .body-inner .m5.n,
  .body-inner .m-xs.n {
    margin: -5px !important; }
  .body-inner .m10,
  .body-inner .m-sm {
    margin: 10px !important; }
  .body-inner .m10.n,
  .body-inner .m-sm.n {
    margin: -10px !important; }
  .body-inner .m15,
  .body-inner .m {
    margin: 15px !important; }
  .body-inner .m15.n,
  .body-inner .m.n {
    margin: -15px !important; }
  .body-inner .m20,
  .body-inner .m-md {
    margin: 20px !important; }
  .body-inner .m20.n,
  .body-inner .m-md.n {
    margin: -20px !important; }
  .body-inner .m30,
  .body-inner .m-lg {
    margin: 30px !important; }
  .body-inner .m30.n,
  .body-inner .m-lg.n {
    margin: -30px !important; }
  .body-inner .m40,
  .body-inner .m-xl {
    margin: 40px !important; }
  .body-inner .m40.n,
  .body-inner .m-xl.n {
    margin: -40px !important; }
  .body-inner .m50,
  .body-inner .m-xxl {
    margin: 50px !important; }
  .body-inner .m50.n,
  .body-inner .m-xxl.n {
    margin: -50px !important; }
  .body-inner .mb0,
  .body-inner .mb-n {
    margin-bottom: 0px   		  !important; }
  .body-inner .mb5,
  .body-inner .mb-xs {
    margin-bottom: 5px !important; }
  .body-inner .mb5.n,
  .body-inner .mb-xs.n {
    margin-bottom: -5px !important; }
  .body-inner .mb10,
  .body-inner .mb-sm {
    margin-bottom: 10px !important; }
  .body-inner .mb10.n,
  .body-inner .mb-sm.n {
    margin-bottom: -10px !important; }
  .body-inner .mb15,
  .body-inner .mb {
    margin-bottom: 15px !important; }
  .body-inner .mb15.n,
  .body-inner .mb.n {
    margin-bottom: -15px !important; }
  .body-inner .mb20,
  .body-inner .mb-md {
    margin-bottom: 20px !important; }
  .body-inner .mb20.n,
  .body-inner .mb-md.n {
    margin-bottom: -20px !important; }
  .body-inner .mb30,
  .body-inner .mb-lg {
    margin-bottom: 30px !important; }
  .body-inner .mb30.n,
  .body-inner .mb-lg.n {
    margin-bottom: -30px !important; }
  .body-inner .mb40,
  .body-inner .mb-xl {
    margin-bottom: 40px !important; }
  .body-inner .mb40.n,
  .body-inner .mb-xl.n {
    margin-bottom: -40px !important; }
  .body-inner .mb50,
  .body-inner .mb-xxl {
    margin-bottom: 50px !important; }
  .body-inner .mb50.n,
  .body-inner .mb-xxl.n {
    margin-bottom: -50px !important; }
  .body-inner .ml0,
  .body-inner .ml-n {
    margin-left: 0px 			 !important; }
  .body-inner .ml5,
  .body-inner .ml-xs {
    margin-left: 5px !important; }
  .body-inner .ml5.n,
  .body-inner .ml-xs.n {
    margin-left: -5px !important; }
  .body-inner .ml10,
  .body-inner .ml-sm {
    margin-left: 10px !important; }
  .body-inner .ml10.n,
  .body-inner .ml-sm.n {
    margin-left: -10px !important; }
  .body-inner .ml15,
  .body-inner .ml {
    margin-left: 15px !important; }
  .body-inner .ml15.n,
  .body-inner .ml.n {
    margin-left: -15px !important; }
  .body-inner .ml20,
  .body-inner .ml-md {
    margin-left: 20px !important; }
  .body-inner .ml20.n,
  .body-inner .ml-md.n {
    margin-left: -20px !important; }
  .body-inner .ml30,
  .body-inner .ml-lg {
    margin-left: 30px !important; }
  .body-inner .ml30.n,
  .body-inner .ml-lg.n {
    margin-left: -30px !important; }
  .body-inner .ml40,
  .body-inner .ml-xl {
    margin-left: 40px !important; }
  .body-inner .ml40.n,
  .body-inner .ml-xl.n {
    margin-left: -40px !important; }
  .body-inner .ml50,
  .body-inner .ml-xxl {
    margin-left: 50px !important; }
  .body-inner .ml50.n,
  .body-inner .ml-xxl.n {
    margin-left: -50px !important; }
  .body-inner .mr0,
  .body-inner .mr-n {
    margin-right: 0px 			 !important; }
  .body-inner .mr5,
  .body-inner .mr-xs {
    margin-right: 5px !important; }
  .body-inner .mr5.n,
  .body-inner .mr-xs.n {
    margin-right: -5px !important; }
  .body-inner .mr10,
  .body-inner .mr-sm {
    margin-right: 10px !important; }
  .body-inner .mr10.n,
  .body-inner .mr-sm.n {
    margin-right: -10px !important; }
  .body-inner .mr15,
  .body-inner .mr {
    margin-right: 15px !important; }
  .body-inner .mr15.n,
  .body-inner .mr.n {
    margin-right: -15px !important; }
  .body-inner .mr20,
  .body-inner .mr-md {
    margin-right: 20px !important; }
  .body-inner .mr20.n,
  .body-inner .mr-md.n {
    margin-right: -20px !important; }
  .body-inner .mr30,
  .body-inner .mr-lg {
    margin-right: 30px !important; }
  .body-inner .mr30.n,
  .body-inner .mr-lg.n {
    margin-right: -30px !important; }
  .body-inner .mr40,
  .body-inner .mr-xl {
    margin-right: 40px !important; }
  .body-inner .mr40.n,
  .body-inner .mr-xl.n {
    margin-right: -40px !important; }
  .body-inner .mr50,
  .body-inner .mr-xxl {
    margin-right: 50px !important; }
  .body-inner .mr50.n,
  .body-inner .mr-xxl.n {
    margin-right: -50px !important; }
  .body-inner .mt0,
  .body-inner .mt-n {
    margin-top: 0px				!important; }
  .body-inner .mt5,
  .body-inner .mt-xs {
    margin-top: 5px !important; }
  .body-inner .mt5.n,
  .body-inner .mt-xs.n {
    margin-top: -5px !important; }
  .body-inner .mt10,
  .body-inner .mt-sm {
    margin-top: 10px !important; }
  .body-inner .mt10.n,
  .body-inner .mt-sm.n {
    margin-top: -10px !important; }
  .body-inner .mt15,
  .body-inner .mt {
    margin-top: 15px !important; }
  .body-inner .mt15.n,
  .body-inner .mt.n {
    margin-top: -15px !important; }
  .body-inner .mt20,
  .body-inner .mt-md {
    margin-top: 20px !important; }
  .body-inner .mt20.n,
  .body-inner .mt-md.n {
    margin-top: -20px !important; }
  .body-inner .mt30,
  .body-inner .mt-lg {
    margin-top: 30px !important; }
  .body-inner .mt30.n,
  .body-inner .mt-lg.n {
    margin-top: -30px !important; }
  .body-inner .mt40,
  .body-inner .mt-xl {
    margin-top: 40px !important; }
  .body-inner .mt40.n,
  .body-inner .mt-xl.n {
    margin-top: -40px !important; }
  .body-inner .mt50,
  .body-inner .mt-xxl {
    margin-top: 50px !important; }
  .body-inner .mt50.n,
  .body-inner .mt-xxl.n {
    margin-top: -50px !important; }
  .body-inner .p0,
  .body-inner .p-n {
    padding: 0px   		  !important; }
  .body-inner .p5,
  .body-inner .p-xs {
    padding: 5px !important; }
  .body-inner .p5.n,
  .body-inner .p-xs.n {
    padding: -5px !important; }
  .body-inner .p10,
  .body-inner .p-sm {
    padding: 10px !important; }
  .body-inner .p10.n,
  .body-inner .p-sm.n {
    padding: -10px !important; }
  .body-inner .p15,
  .body-inner .p {
    padding: 15px !important; }
  .body-inner .p15.n,
  .body-inner .p.n {
    padding: -15px !important; }
  .body-inner .p20,
  .body-inner .p-md {
    padding: 20px !important; }
  .body-inner .p20.n,
  .body-inner .p-md.n {
    padding: -20px !important; }
  .body-inner .p30,
  .body-inner .p-lg {
    padding: 30px !important; }
  .body-inner .p30.n,
  .body-inner .p-lg.n {
    padding: -30px !important; }
  .body-inner .p40,
  .body-inner .p-xl {
    padding: 40px !important; }
  .body-inner .p40.n,
  .body-inner .p-xl.n {
    padding: -40px !important; }
  .body-inner .p50,
  .body-inner .p-xxl {
    padding: 50px !important; }
  .body-inner .p50.n,
  .body-inner .p-xxl.n {
    padding: -50px !important; }
  .body-inner .pb0,
  .body-inner .pb-n {
    padding-bottom: 0px   		  !important; }
  .body-inner .pb5,
  .body-inner .pb-xs {
    padding-bottom: 5px !important; }
  .body-inner .pb5.n,
  .body-inner .pb-xs.n {
    padding-bottom: -5px !important; }
  .body-inner .pb10,
  .body-inner .pb-sm {
    padding-bottom: 10px !important; }
  .body-inner .pb10.n,
  .body-inner .pb-sm.n {
    padding-bottom: -10px !important; }
  .body-inner .pb15,
  .body-inner .pb {
    padding-bottom: 15px !important; }
  .body-inner .pb15.n,
  .body-inner .pb.n {
    padding-bottom: -15px !important; }
  .body-inner .pb20,
  .body-inner .pb-md {
    padding-bottom: 20px !important; }
  .body-inner .pb20.n,
  .body-inner .pb-md.n {
    padding-bottom: -20px !important; }
  .body-inner .pb30,
  .body-inner .pb-lg {
    padding-bottom: 30px !important; }
  .body-inner .pb30.n,
  .body-inner .pb-lg.n {
    padding-bottom: -30px !important; }
  .body-inner .pb40,
  .body-inner .pb-xl {
    padding-bottom: 40px !important; }
  .body-inner .pb40.n,
  .body-inner .pb-xl.n {
    padding-bottom: -40px !important; }
  .body-inner .pb50,
  .body-inner .pb-xxl {
    padding-bottom: 50px !important; }
  .body-inner .pb50.n,
  .body-inner .pb-xxl.n {
    padding-bottom: -50px !important; }
  .body-inner .pl0,
  .body-inner .pl-n {
    padding-left: 0px 			 !important; }
  .body-inner .pl5,
  .body-inner .pl-xs {
    padding-left: 5px !important; }
  .body-inner .pl5.n,
  .body-inner .pl-xs.n {
    padding-left: -5px !important; }
  .body-inner .pl10,
  .body-inner .pl-sm {
    padding-left: 10px !important; }
  .body-inner .pl10.n,
  .body-inner .pl-sm.n {
    padding-left: -10px !important; }
  .body-inner .pl15,
  .body-inner .pl {
    padding-left: 15px !important; }
  .body-inner .pl15.n,
  .body-inner .pl.n {
    padding-left: -15px !important; }
  .body-inner .pl20,
  .body-inner .pl-md {
    padding-left: 20px !important; }
  .body-inner .pl20.n,
  .body-inner .pl-md.n {
    padding-left: -20px !important; }
  .body-inner .pl30,
  .body-inner .pl-lg {
    padding-left: 30px !important; }
  .body-inner .pl30.n,
  .body-inner .pl-lg.n {
    padding-left: -30px !important; }
  .body-inner .pl40,
  .body-inner .pl-xl {
    padding-left: 40px !important; }
  .body-inner .pl40.n,
  .body-inner .pl-xl.n {
    padding-left: -40px !important; }
  .body-inner .pl50,
  .body-inner .pl-xxl {
    padding-left: 50px !important; }
  .body-inner .pl50.n,
  .body-inner .pl-xxl.n {
    padding-left: -50px !important; }
  .body-inner .pr0,
  .body-inner .pr-n {
    padding-right: 0px 			 !important; }
  .body-inner .pr5,
  .body-inner .pr-xs {
    padding-right: 5px !important; }
  .body-inner .pr5.n,
  .body-inner .pr-xs.n {
    padding-right: -5px !important; }
  .body-inner .pr10,
  .body-inner .pr-sm {
    padding-right: 10px !important; }
  .body-inner .pr10.n,
  .body-inner .pr-sm.n {
    padding-right: -10px !important; }
  .body-inner .pr15,
  .body-inner .pr {
    padding-right: 15px !important; }
  .body-inner .pr15.n,
  .body-inner .pr.n {
    padding-right: -15px !important; }
  .body-inner .pr20,
  .body-inner .pr-md {
    padding-right: 20px !important; }
  .body-inner .pr20.n,
  .body-inner .pr-md.n {
    padding-right: -20px !important; }
  .body-inner .pr30,
  .body-inner .pr-lg {
    padding-right: 30px !important; }
  .body-inner .pr30.n,
  .body-inner .pr-lg.n {
    padding-right: -30px !important; }
  .body-inner .pr40,
  .body-inner .pr-xl {
    padding-right: 40px !important; }
  .body-inner .pr40.n,
  .body-inner .pr-xl.n {
    padding-right: -40px !important; }
  .body-inner .pr50,
  .body-inner .pr-xxl {
    padding-right: 50px !important; }
  .body-inner .pr50.n,
  .body-inner .pr-xxl.n {
    padding-right: -50px !important; }
  .body-inner .pt0,
  .body-inner .pt-n {
    padding-top: 0px				!important; }
  .body-inner .pt5,
  .body-inner .pt-xs {
    padding-top: 5px !important; }
  .body-inner .pt5.n,
  .body-inner .pt-xs.n {
    padding-top: -5px !important; }
  .body-inner .pt10,
  .body-inner .pt-sm {
    padding-top: 10px !important; }
  .body-inner .pt10.n,
  .body-inner .pt-sm.n {
    padding-top: -10px !important; }
  .body-inner .pt15,
  .body-inner .pt {
    padding-top: 15px !important; }
  .body-inner .pt15.n,
  .body-inner .pt.n {
    padding-top: -15px !important; }
  .body-inner .pt20,
  .body-inner .pt-md {
    padding-top: 20px !important; }
  .body-inner .pt20.n,
  .body-inner .pt-md.n {
    padding-top: -20px !important; }
  .body-inner .pt30,
  .body-inner .pt-lg {
    padding-top: 30px !important; }
  .body-inner .pt30.n,
  .body-inner .pt-lg.n {
    padding-top: -30px !important; }
  .body-inner .pt40,
  .body-inner .pt-xl {
    padding-top: 40px !important; }
  .body-inner .pt40.n,
  .body-inner .pt-xl.n {
    padding-top: -40px !important; }
  .body-inner .pt50,
  .body-inner .pt-xxl {
    padding-top: 50px !important; }
  .body-inner .pt50.n,
  .body-inner .pt-xxl.n {
    padding-top: -50px !important; }
  .body-inner .w100 {
    width: 100% !important; }
  .body-inner .tabular {
    display: table;
    width: 100%; }
  .body-inner .tabular .tabular-row {
    display: table-row; }
  .body-inner .tabular .tabular-row .tabular-cell {
    display: table-cell;
    vertical-align: middle; }
  .body-inner .tabular .clearfix,
  .body-inner .tabular .dl-horizontal dd,
  .body-inner .tabular .container,
  .body-inner .tabular .container-fluid,
  .body-inner .tabular .row,
  .body-inner .tabular .form-horizontal .form-group,
  .body-inner .tabular .nav,
  .body-inner .tabular .btn-toolbar,
  .body-inner .tabular .btn-group-vertical > .btn-group,
  .body-inner .tabular .pager,
  .body-inner .tabular .modal-footer,
  .body-inner .tabular #headerbar,
  .body-inner .tabular #page-heading,
  .body-inner .tabular .scrollthis li,
  .body-inner .tabular .dropdown-menu.userinfo,
  .body-inner .tabular .dropdown-menu.userinfo li.username,
  .body-inner .tabular a.username,
  .body-inner .tabular .dropdown-menu.userinfo .username a,
  .body-inner .tabular body.show-infobar .infobar .panel-collapse .panel-body,
  .body-inner .tabular body.show-infobar .infobar .panel-collapse .panel-body .widget-block,
  .body-inner .tabular .static-sidebar,
  .body-inner .tabular #sidebar li.hasChild > a,
  .body-inner .tabular .navbar,
  .body-inner .tabular .navbar-header,
  .body-inner .tabular .navbar-collapse,
  .body-inner .tabular .panel,
  .body-inner .tabular .panel-heading,
  .body-inner .tabular .panel-body,
  .body-inner .tabular .inner-spacer,
  .body-inner .tabular .panel-editbox,
  .body-inner .tabular .panel-footer,
  .body-inner .tabular .panel-userprofile li,
  .body-inner .tabular .panel-tasks li,
  .body-inner .tabular .tiles-heading,
  .body-inner .tabular .tiles-body,
  .body-inner .tabular .tiles-footer,
  .body-inner .tabular .timeline > li .timeline-header,
  .body-inner .tabular .timeline > li .timeline-footer,
  .body-inner .tabular .gallery {
    border-collapse: collapse; }
  .body-inner .tabular .vam {
    vertical-align: middle !important; }
  .body-inner .tabular .vat {
    vertical-align: top !important; }
  .body-inner .tabular .vab {
    vertical-align: bottom !important; }
  .body-inner .borderless {
    border: none !important; }
  .body-inner html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .body-inner body {
    margin: 0; }
  .body-inner article,
  .body-inner aside,
  .body-inner details,
  .body-inner figcaption,
  .body-inner figure,
  .body-inner footer,
  .body-inner header,
  .body-inner hgroup,
  .body-inner main,
  .body-inner menu,
  .body-inner nav,
  .body-inner section,
  .body-inner summary {
    display: block; }
  .body-inner audio,
  .body-inner canvas,
  .body-inner progress,
  .body-inner video {
    display: inline-block;
    vertical-align: baseline; }
  .body-inner audio:not([controls]) {
    display: none;
    height: 0; }
  .body-inner [hidden],
  .body-inner template {
    display: none; }
  .body-inner a {
    background-color: transparent; }
  .body-inner a:active,
  .body-inner a:hover {
    outline: 0; }
  .body-inner abbr[title] {
    border-bottom: 1px dotted; }
  .body-inner b,
  .body-inner strong {
    font-weight: bold; }
  .body-inner dfn {
    font-style: italic; }
  .body-inner h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .body-inner mark {
    background: #ff0;
    color: #000; }
  .body-inner small {
    font-size: 80%; }
  .body-inner sub,
  .body-inner sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .body-inner sup {
    top: -0.5em; }
  .body-inner sub {
    bottom: -0.25em; }
  .body-inner img {
    border: 0; }
  .body-inner svg:not(:root) {
    overflow: hidden; }
  .body-inner figure {
    margin: 1em 40px; }
  .body-inner hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .body-inner pre {
    overflow: auto; }
  .body-inner code,
  .body-inner kbd,
  .body-inner pre,
  .body-inner samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .body-inner button,
  .body-inner input,
  .body-inner optgroup,
  .body-inner select,
  .body-inner textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .body-inner button {
    overflow: visible; }
  .body-inner button,
  .body-inner select {
    text-transform: none; }
  .body-inner button,
  .body-inner html input[type="button"],
  .body-inner input[type="reset"],
  .body-inner input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .body-inner button[disabled],
  .body-inner html input[disabled] {
    cursor: default; }
  .body-inner button::-moz-focus-inner,
  .body-inner input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .body-inner input {
    line-height: normal; }
  .body-inner input[type="checkbox"],
  .body-inner input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .body-inner input[type="number"]::-webkit-inner-spin-button,
  .body-inner input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .body-inner input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .body-inner input[type="search"]::-webkit-search-cancel-button,
  .body-inner input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .body-inner fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .body-inner legend {
    border: 0;
    padding: 0; }
  .body-inner textarea {
    overflow: auto; }
  .body-inner optgroup {
    font-weight: bold; }
  .body-inner table {
    border-collapse: collapse;
    border-spacing: 0; }
  .body-inner td,
  .body-inner th {
    padding: 0; }
  @media print {
    .body-inner *,
    .body-inner *:before,
    .body-inner *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .body-inner a,
    .body-inner a:visited {
      text-decoration: underline; }
    .body-inner a[href]:after {
      content: " (" attr(href) ")"; }
    .body-inner abbr[title]:after {
      content: " (" attr(title) ")"; }
    .body-inner a[href^="#"]:after,
    .body-inner a[href^="javascript:"]:after {
      content: ""; }
    .body-inner pre,
    .body-inner blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .body-inner thead {
      display: table-header-group; }
    .body-inner tr,
    .body-inner img {
      page-break-inside: avoid; }
    .body-inner img {
      max-width: 100% !important; }
    .body-inner p,
    .body-inner h2,
    .body-inner h3 {
      orphans: 3;
      widows: 3; }
    .body-inner h2,
    .body-inner h3 {
      page-break-after: avoid; }
    .body-inner select {
      background: #fff !important; }
    .body-inner .navbar {
      display: none; }
    .body-inner .btn > .caret,
    .body-inner .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .body-inner .label {
      border: 1px solid #000; }
    .body-inner .table {
      border-collapse: collapse !important; }
    .body-inner .table td,
    .body-inner .table th {
      background-color: #fff !important; }
    .body-inner .table-bordered th,
    .body-inner .table-bordered td {
      border: 1px solid #ddd !important; } }
  .body-inner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .body-inner *:before,
  .body-inner *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .body-inner html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .body-inner body {
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #555f69;
    background-color: #ebeef0; }
  .body-inner input,
  .body-inner button,
  .body-inner select,
  .body-inner textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .body-inner a {
    color: #006487;
    text-decoration: none; }
  .body-inner a:hover,
  .body-inner a:focus {
    color: #006487;
    text-decoration: none; }
  .body-inner a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .body-inner figure {
    margin: 0; }
  .body-inner img {
    vertical-align: middle; }
  .body-inner .img-responsive,
  .body-inner .thumbnail > img,
  .body-inner .thumbnail a > img,
  .body-inner .carousel-inner > .item > img,
  .body-inner .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto; }
  .body-inner .img-rounded {
    border-radius: 3px; }
  .body-inner .img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #ebeef0;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .body-inner .img-circle {
    border-radius: 50%; }
  .body-inner hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #dfe2e6; }
  .body-inner .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .body-inner .sr-only-focusable:active,
  .body-inner .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .body-inner h1,
  .body-inner h2,
  .body-inner h3,
  .body-inner h4,
  .body-inner h5,
  .body-inner h6,
  .body-inner .h1,
  .body-inner .h2,
  .body-inner .h3,
  .body-inner .h4,
  .body-inner .h5,
  .body-inner .h6 {
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.42;
    color: #000; }
  .body-inner h1 small,
  .body-inner h2 small,
  .body-inner h3 small,
  .body-inner h4 small,
  .body-inner h5 small,
  .body-inner h6 small,
  .body-inner .h1 small,
  .body-inner .h2 small,
  .body-inner .h3 small,
  .body-inner .h4 small,
  .body-inner .h5 small,
  .body-inner .h6 small,
  .body-inner h1 .small,
  .body-inner h2 .small,
  .body-inner h3 .small,
  .body-inner h4 .small,
  .body-inner h5 .small,
  .body-inner h6 .small,
  .body-inner .h1 .small,
  .body-inner .h2 .small,
  .body-inner .h3 .small,
  .body-inner .h4 .small,
  .body-inner .h5 .small,
  .body-inner .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #c5cbd1; }
  .body-inner h1,
  .body-inner .h1,
  .body-inner h2,
  .body-inner .h2,
  .body-inner h3,
  .body-inner .h3 {
    margin-top: 18px;
    margin-bottom: 9px; }
  .body-inner h1 small,
  .body-inner .h1 small,
  .body-inner h2 small,
  .body-inner .h2 small,
  .body-inner h3 small,
  .body-inner .h3 small,
  .body-inner h1 .small,
  .body-inner .h1 .small,
  .body-inner h2 .small,
  .body-inner .h2 .small,
  .body-inner h3 .small,
  .body-inner .h3 .small {
    font-size: 65%; }
  .body-inner h4,
  .body-inner .h4,
  .body-inner h5,
  .body-inner .h5,
  .body-inner h6,
  .body-inner .h6 {
    margin-top: 9px;
    margin-bottom: 9px; }
  .body-inner h4 small,
  .body-inner .h4 small,
  .body-inner h5 small,
  .body-inner .h5 small,
  .body-inner h6 small,
  .body-inner .h6 small,
  .body-inner h4 .small,
  .body-inner .h4 .small,
  .body-inner h5 .small,
  .body-inner .h5 .small,
  .body-inner h6 .small,
  .body-inner .h6 .small {
    font-size: 75%; }
  .body-inner h1,
  .body-inner .h1 {
    font-size: 28px; }
  .body-inner h2,
  .body-inner .h2 {
    font-size: 24px; }
  .body-inner h3,
  .body-inner .h3 {
    font-size: 20px; }
  .body-inner h4,
  .body-inner .h4 {
    font-size: 16px; }
  .body-inner h5,
  .body-inner .h5 {
    font-size: 12px; }
  .body-inner h6,
  .body-inner .h6 {
    font-size: 12px; }
  .body-inner p {
    margin: 0 0 9px; }
  .body-inner .lead {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .body-inner .lead {
      font-size: 18px; } }
  .body-inner small,
  .body-inner .small {
    font-size: 91%; }
  .body-inner mark,
  .body-inner .mark {
    background-color: #ffe399;
    padding: .2em; }
  .body-inner .text-left {
    text-align: left; }
  .body-inner .text-right {
    text-align: right; }
  .body-inner .text-center {
    text-align: center; }
  .body-inner .text-justify {
    text-align: justify; }
  .body-inner .text-nowrap {
    white-space: nowrap; }
  .body-inner .text-lowercase {
    text-transform: lowercase; }
  .body-inner .text-uppercase {
    text-transform: uppercase; }
  .body-inner .text-capitalize {
    text-transform: capitalize; }
  .body-inner .text-muted {
    color: #c5cbd1; }
  .body-inner .text-primary {
    color: #006487; }
  .body-inner a.text-primary:hover {
    color: #003e54; }
  .body-inner .text-success {
    color: #507b2c; }
  .body-inner a.text-success:hover {
    color: #37561e; }
  .body-inner .text-info {
    color: #24879d; }
  .body-inner a.text-info:hover {
    color: #1a6374; }
  .body-inner .text-warning {
    color: #996f00; }
  .body-inner a.text-warning:hover {
    color: #664a00; }
  .body-inner .text-danger {
    color: #b4270f; }
  .body-inner a.text-danger:hover {
    color: #851d0b; }
  .body-inner .bg-primary {
    color: #fff;
    background-color: #006487; }
  .body-inner a.bg-primary:hover {
    background-color: #003e54; }
  .body-inner .bg-success {
    background-color: #d1e8be; }
  .body-inner a.bg-success:hover {
    background-color: #b6db98; }
  .body-inner .bg-info {
    background-color: #e4f2f5; }
  .body-inner a.bg-info:hover {
    background-color: #bee0e8; }
  .body-inner .bg-warning {
    background-color: #ffe399; }
  .body-inner a.bg-warning:hover {
    background-color: #ffd566; }
  .body-inner .bg-danger {
    background-color: #facfc8; }
  .body-inner a.bg-danger:hover {
    background-color: #f7a698; }
  .body-inner .page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #dfe2e6; }
  .body-inner ul,
  .body-inner ol {
    margin-top: 0;
    margin-bottom: 9px; }
  .body-inner ul ul,
  .body-inner ol ul,
  .body-inner ul ol,
  .body-inner ol ol {
    margin-bottom: 0; }
  .body-inner .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .body-inner .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
  .body-inner .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  .body-inner dl {
    margin-top: 0;
    margin-bottom: 18px; }
  .body-inner dt,
  .body-inner dd {
    line-height: 1.5; }
  .body-inner dt {
    font-weight: bold; }
  .body-inner dd {
    margin-left: 0; }
  @media (min-width: 768px) {
    .body-inner .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .body-inner .dl-horizontal dd {
      margin-left: 180px; } }
  .body-inner abbr[title],
  .body-inner abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #c5cbd1; }
  .body-inner .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .body-inner blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 15.99996px;
    border-left: 5px solid #dfe2e6; }
  .body-inner blockquote p:last-child,
  .body-inner blockquote ul:last-child,
  .body-inner blockquote ol:last-child {
    margin-bottom: 0; }
  .body-inner blockquote footer,
  .body-inner blockquote small,
  .body-inner blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #c5cbd1; }
  .body-inner blockquote footer:before,
  .body-inner blockquote small:before,
  .body-inner blockquote .small:before {
    content: '\2014 \00A0'; }
  .body-inner .blockquote-reverse,
  .body-inner blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dfe2e6;
    border-left: 0;
    text-align: right; }
  .body-inner .blockquote-reverse footer:before,
  .body-inner blockquote.pull-right footer:before,
  .body-inner .blockquote-reverse small:before,
  .body-inner blockquote.pull-right small:before,
  .body-inner .blockquote-reverse .small:before,
  .body-inner blockquote.pull-right .small:before {
    content: ''; }
  .body-inner .blockquote-reverse footer:after,
  .body-inner blockquote.pull-right footer:after,
  .body-inner .blockquote-reverse small:after,
  .body-inner blockquote.pull-right small:after,
  .body-inner .blockquote-reverse .small:after,
  .body-inner blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }
  .body-inner address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.5; }
  .body-inner code,
  .body-inner kbd,
  .body-inner pre,
  .body-inner samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .body-inner code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px; }
  .body-inner kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .body-inner kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }
  .body-inner pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 11px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #707980;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .body-inner pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }
  .body-inner .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .body-inner .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 768px) {
    .body-inner .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .body-inner .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .body-inner .container {
      width: 1160px; } }
  .body-inner .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px; }
  .body-inner .row {
    margin-left: -10px;
    margin-right: -10px; }
  .body-inner .col-xs-1, .body-inner .col-sm-1, .body-inner .col-md-1, .body-inner .col-lg-1, .body-inner .col-xs-2, .body-inner .col-sm-2, .body-inner .col-md-2, .body-inner .col-lg-2, .body-inner .col-xs-3, .body-inner .col-sm-3, .body-inner .col-md-3, .body-inner .col-lg-3, .body-inner .col-xs-4, .body-inner .col-sm-4, .body-inner .col-md-4, .body-inner .col-lg-4, .body-inner .col-xs-5, .body-inner .col-sm-5, .body-inner .col-md-5, .body-inner .col-lg-5, .body-inner .col-xs-6, .body-inner .col-sm-6, .body-inner .col-md-6, .body-inner .col-lg-6, .body-inner .col-xs-7, .body-inner .col-sm-7, .body-inner .col-md-7, .body-inner .col-lg-7, .body-inner .col-xs-8, .body-inner .col-sm-8, .body-inner .col-md-8, .body-inner .col-lg-8, .body-inner .col-xs-9, .body-inner .col-sm-9, .body-inner .col-md-9, .body-inner .col-lg-9, .body-inner .col-xs-10, .body-inner .col-sm-10, .body-inner .col-md-10, .body-inner .col-lg-10, .body-inner .col-xs-11, .body-inner .col-sm-11, .body-inner .col-md-11, .body-inner .col-lg-11, .body-inner .col-xs-12, .body-inner .col-sm-12, .body-inner .col-md-12, .body-inner .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
  .body-inner .col-xs-1, .body-inner .col-xs-2, .body-inner .col-xs-3, .body-inner .col-xs-4, .body-inner .col-xs-5, .body-inner .col-xs-6, .body-inner .col-xs-7, .body-inner .col-xs-8, .body-inner .col-xs-9, .body-inner .col-xs-10, .body-inner .col-xs-11, .body-inner .col-xs-12 {
    float: left; }
  .body-inner .col-xs-12 {
    width: 100%; }
  .body-inner .col-xs-11 {
    width: 91.66666667%; }
  .body-inner .col-xs-10 {
    width: 83.33333333%; }
  .body-inner .col-xs-9 {
    width: 75%; }
  .body-inner .col-xs-8 {
    width: 66.66666667%; }
  .body-inner .col-xs-7 {
    width: 58.33333333%; }
  .body-inner .col-xs-6 {
    width: 50%; }
  .body-inner .col-xs-5 {
    width: 41.66666667%; }
  .body-inner .col-xs-4 {
    width: 33.33333333%; }
  .body-inner .col-xs-3 {
    width: 25%; }
  .body-inner .col-xs-2 {
    width: 16.66666667%; }
  .body-inner .col-xs-1 {
    width: 8.33333333%; }
  .body-inner .col-xs-pull-12 {
    right: 100%; }
  .body-inner .col-xs-pull-11 {
    right: 91.66666667%; }
  .body-inner .col-xs-pull-10 {
    right: 83.33333333%; }
  .body-inner .col-xs-pull-9 {
    right: 75%; }
  .body-inner .col-xs-pull-8 {
    right: 66.66666667%; }
  .body-inner .col-xs-pull-7 {
    right: 58.33333333%; }
  .body-inner .col-xs-pull-6 {
    right: 50%; }
  .body-inner .col-xs-pull-5 {
    right: 41.66666667%; }
  .body-inner .col-xs-pull-4 {
    right: 33.33333333%; }
  .body-inner .col-xs-pull-3 {
    right: 25%; }
  .body-inner .col-xs-pull-2 {
    right: 16.66666667%; }
  .body-inner .col-xs-pull-1 {
    right: 8.33333333%; }
  .body-inner .col-xs-pull-0 {
    right: auto; }
  .body-inner .col-xs-push-12 {
    left: 100%; }
  .body-inner .col-xs-push-11 {
    left: 91.66666667%; }
  .body-inner .col-xs-push-10 {
    left: 83.33333333%; }
  .body-inner .col-xs-push-9 {
    left: 75%; }
  .body-inner .col-xs-push-8 {
    left: 66.66666667%; }
  .body-inner .col-xs-push-7 {
    left: 58.33333333%; }
  .body-inner .col-xs-push-6 {
    left: 50%; }
  .body-inner .col-xs-push-5 {
    left: 41.66666667%; }
  .body-inner .col-xs-push-4 {
    left: 33.33333333%; }
  .body-inner .col-xs-push-3 {
    left: 25%; }
  .body-inner .col-xs-push-2 {
    left: 16.66666667%; }
  .body-inner .col-xs-push-1 {
    left: 8.33333333%; }
  .body-inner .col-xs-push-0 {
    left: auto; }
  .body-inner .col-xs-offset-12 {
    margin-left: 100%; }
  .body-inner .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .body-inner .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .body-inner .col-xs-offset-9 {
    margin-left: 75%; }
  .body-inner .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .body-inner .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .body-inner .col-xs-offset-6 {
    margin-left: 50%; }
  .body-inner .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .body-inner .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .body-inner .col-xs-offset-3 {
    margin-left: 25%; }
  .body-inner .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .body-inner .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .body-inner .col-xs-offset-0 {
    margin-left: 0%; }
  @media (min-width: 768px) {
    .body-inner .col-sm-1, .body-inner .col-sm-2, .body-inner .col-sm-3, .body-inner .col-sm-4, .body-inner .col-sm-5, .body-inner .col-sm-6, .body-inner .col-sm-7, .body-inner .col-sm-8, .body-inner .col-sm-9, .body-inner .col-sm-10, .body-inner .col-sm-11, .body-inner .col-sm-12 {
      float: left; }
    .body-inner .col-sm-12 {
      width: 100%; }
    .body-inner .col-sm-11 {
      width: 91.66666667%; }
    .body-inner .col-sm-10 {
      width: 83.33333333%; }
    .body-inner .col-sm-9 {
      width: 75%; }
    .body-inner .col-sm-8 {
      width: 66.66666667%; }
    .body-inner .col-sm-7 {
      width: 58.33333333%; }
    .body-inner .col-sm-6 {
      width: 50%; }
    .body-inner .col-sm-5 {
      width: 41.66666667%; }
    .body-inner .col-sm-4 {
      width: 33.33333333%; }
    .body-inner .col-sm-3 {
      width: 25%; }
    .body-inner .col-sm-2 {
      width: 16.66666667%; }
    .body-inner .col-sm-1 {
      width: 8.33333333%; }
    .body-inner .col-sm-pull-12 {
      right: 100%; }
    .body-inner .col-sm-pull-11 {
      right: 91.66666667%; }
    .body-inner .col-sm-pull-10 {
      right: 83.33333333%; }
    .body-inner .col-sm-pull-9 {
      right: 75%; }
    .body-inner .col-sm-pull-8 {
      right: 66.66666667%; }
    .body-inner .col-sm-pull-7 {
      right: 58.33333333%; }
    .body-inner .col-sm-pull-6 {
      right: 50%; }
    .body-inner .col-sm-pull-5 {
      right: 41.66666667%; }
    .body-inner .col-sm-pull-4 {
      right: 33.33333333%; }
    .body-inner .col-sm-pull-3 {
      right: 25%; }
    .body-inner .col-sm-pull-2 {
      right: 16.66666667%; }
    .body-inner .col-sm-pull-1 {
      right: 8.33333333%; }
    .body-inner .col-sm-pull-0 {
      right: auto; }
    .body-inner .col-sm-push-12 {
      left: 100%; }
    .body-inner .col-sm-push-11 {
      left: 91.66666667%; }
    .body-inner .col-sm-push-10 {
      left: 83.33333333%; }
    .body-inner .col-sm-push-9 {
      left: 75%; }
    .body-inner .col-sm-push-8 {
      left: 66.66666667%; }
    .body-inner .col-sm-push-7 {
      left: 58.33333333%; }
    .body-inner .col-sm-push-6 {
      left: 50%; }
    .body-inner .col-sm-push-5 {
      left: 41.66666667%; }
    .body-inner .col-sm-push-4 {
      left: 33.33333333%; }
    .body-inner .col-sm-push-3 {
      left: 25%; }
    .body-inner .col-sm-push-2 {
      left: 16.66666667%; }
    .body-inner .col-sm-push-1 {
      left: 8.33333333%; }
    .body-inner .col-sm-push-0 {
      left: auto; }
    .body-inner .col-sm-offset-12 {
      margin-left: 100%; }
    .body-inner .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    .body-inner .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    .body-inner .col-sm-offset-9 {
      margin-left: 75%; }
    .body-inner .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    .body-inner .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    .body-inner .col-sm-offset-6 {
      margin-left: 50%; }
    .body-inner .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    .body-inner .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    .body-inner .col-sm-offset-3 {
      margin-left: 25%; }
    .body-inner .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    .body-inner .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    .body-inner .col-sm-offset-0 {
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .body-inner .col-md-1, .body-inner .col-md-2, .body-inner .col-md-3, .body-inner .col-md-4, .body-inner .col-md-5, .body-inner .col-md-6, .body-inner .col-md-7, .body-inner .col-md-8, .body-inner .col-md-9, .body-inner .col-md-10, .body-inner .col-md-11, .body-inner .col-md-12 {
      float: left; }
    .body-inner .col-md-12 {
      width: 100%; }
    .body-inner .col-md-11 {
      width: 91.66666667%; }
    .body-inner .col-md-10 {
      width: 83.33333333%; }
    .body-inner .col-md-9 {
      width: 75%; }
    .body-inner .col-md-8 {
      width: 66.66666667%; }
    .body-inner .col-md-7 {
      width: 58.33333333%; }
    .body-inner .col-md-6 {
      width: 50%; }
    .body-inner .col-md-5 {
      width: 41.66666667%; }
    .body-inner .col-md-4 {
      width: 33.33333333%; }
    .body-inner .col-md-3 {
      width: 25%; }
    .body-inner .col-md-2 {
      width: 16.66666667%; }
    .body-inner .col-md-1 {
      width: 8.33333333%; }
    .body-inner .col-md-pull-12 {
      right: 100%; }
    .body-inner .col-md-pull-11 {
      right: 91.66666667%; }
    .body-inner .col-md-pull-10 {
      right: 83.33333333%; }
    .body-inner .col-md-pull-9 {
      right: 75%; }
    .body-inner .col-md-pull-8 {
      right: 66.66666667%; }
    .body-inner .col-md-pull-7 {
      right: 58.33333333%; }
    .body-inner .col-md-pull-6 {
      right: 50%; }
    .body-inner .col-md-pull-5 {
      right: 41.66666667%; }
    .body-inner .col-md-pull-4 {
      right: 33.33333333%; }
    .body-inner .col-md-pull-3 {
      right: 25%; }
    .body-inner .col-md-pull-2 {
      right: 16.66666667%; }
    .body-inner .col-md-pull-1 {
      right: 8.33333333%; }
    .body-inner .col-md-pull-0 {
      right: auto; }
    .body-inner .col-md-push-12 {
      left: 100%; }
    .body-inner .col-md-push-11 {
      left: 91.66666667%; }
    .body-inner .col-md-push-10 {
      left: 83.33333333%; }
    .body-inner .col-md-push-9 {
      left: 75%; }
    .body-inner .col-md-push-8 {
      left: 66.66666667%; }
    .body-inner .col-md-push-7 {
      left: 58.33333333%; }
    .body-inner .col-md-push-6 {
      left: 50%; }
    .body-inner .col-md-push-5 {
      left: 41.66666667%; }
    .body-inner .col-md-push-4 {
      left: 33.33333333%; }
    .body-inner .col-md-push-3 {
      left: 25%; }
    .body-inner .col-md-push-2 {
      left: 16.66666667%; }
    .body-inner .col-md-push-1 {
      left: 8.33333333%; }
    .body-inner .col-md-push-0 {
      left: auto; }
    .body-inner .col-md-offset-12 {
      margin-left: 100%; }
    .body-inner .col-md-offset-11 {
      margin-left: 91.66666667%; }
    .body-inner .col-md-offset-10 {
      margin-left: 83.33333333%; }
    .body-inner .col-md-offset-9 {
      margin-left: 75%; }
    .body-inner .col-md-offset-8 {
      margin-left: 66.66666667%; }
    .body-inner .col-md-offset-7 {
      margin-left: 58.33333333%; }
    .body-inner .col-md-offset-6 {
      margin-left: 50%; }
    .body-inner .col-md-offset-5 {
      margin-left: 41.66666667%; }
    .body-inner .col-md-offset-4 {
      margin-left: 33.33333333%; }
    .body-inner .col-md-offset-3 {
      margin-left: 25%; }
    .body-inner .col-md-offset-2 {
      margin-left: 16.66666667%; }
    .body-inner .col-md-offset-1 {
      margin-left: 8.33333333%; }
    .body-inner .col-md-offset-0 {
      margin-left: 0%; } }
  @media (min-width: 1200px) {
    .body-inner .col-lg-1, .body-inner .col-lg-2, .body-inner .col-lg-3, .body-inner .col-lg-4, .body-inner .col-lg-5, .body-inner .col-lg-6, .body-inner .col-lg-7, .body-inner .col-lg-8, .body-inner .col-lg-9, .body-inner .col-lg-10, .body-inner .col-lg-11, .body-inner .col-lg-12 {
      float: left; }
    .body-inner .col-lg-12 {
      width: 100%; }
    .body-inner .col-lg-11 {
      width: 91.66666667%; }
    .body-inner .col-lg-10 {
      width: 83.33333333%; }
    .body-inner .col-lg-9 {
      width: 75%; }
    .body-inner .col-lg-8 {
      width: 66.66666667%; }
    .body-inner .col-lg-7 {
      width: 58.33333333%; }
    .body-inner .col-lg-6 {
      width: 50%; }
    .body-inner .col-lg-5 {
      width: 41.66666667%; }
    .body-inner .col-lg-4 {
      width: 33.33333333%; }
    .body-inner .col-lg-3 {
      width: 25%; }
    .body-inner .col-lg-2 {
      width: 16.66666667%; }
    .body-inner .col-lg-1 {
      width: 8.33333333%; }
    .body-inner .col-lg-pull-12 {
      right: 100%; }
    .body-inner .col-lg-pull-11 {
      right: 91.66666667%; }
    .body-inner .col-lg-pull-10 {
      right: 83.33333333%; }
    .body-inner .col-lg-pull-9 {
      right: 75%; }
    .body-inner .col-lg-pull-8 {
      right: 66.66666667%; }
    .body-inner .col-lg-pull-7 {
      right: 58.33333333%; }
    .body-inner .col-lg-pull-6 {
      right: 50%; }
    .body-inner .col-lg-pull-5 {
      right: 41.66666667%; }
    .body-inner .col-lg-pull-4 {
      right: 33.33333333%; }
    .body-inner .col-lg-pull-3 {
      right: 25%; }
    .body-inner .col-lg-pull-2 {
      right: 16.66666667%; }
    .body-inner .col-lg-pull-1 {
      right: 8.33333333%; }
    .body-inner .col-lg-pull-0 {
      right: auto; }
    .body-inner .col-lg-push-12 {
      left: 100%; }
    .body-inner .col-lg-push-11 {
      left: 91.66666667%; }
    .body-inner .col-lg-push-10 {
      left: 83.33333333%; }
    .body-inner .col-lg-push-9 {
      left: 75%; }
    .body-inner .col-lg-push-8 {
      left: 66.66666667%; }
    .body-inner .col-lg-push-7 {
      left: 58.33333333%; }
    .body-inner .col-lg-push-6 {
      left: 50%; }
    .body-inner .col-lg-push-5 {
      left: 41.66666667%; }
    .body-inner .col-lg-push-4 {
      left: 33.33333333%; }
    .body-inner .col-lg-push-3 {
      left: 25%; }
    .body-inner .col-lg-push-2 {
      left: 16.66666667%; }
    .body-inner .col-lg-push-1 {
      left: 8.33333333%; }
    .body-inner .col-lg-push-0 {
      left: auto; }
    .body-inner .col-lg-offset-12 {
      margin-left: 100%; }
    .body-inner .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    .body-inner .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    .body-inner .col-lg-offset-9 {
      margin-left: 75%; }
    .body-inner .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    .body-inner .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    .body-inner .col-lg-offset-6 {
      margin-left: 50%; }
    .body-inner .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    .body-inner .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    .body-inner .col-lg-offset-3 {
      margin-left: 25%; }
    .body-inner .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    .body-inner .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    .body-inner .col-lg-offset-0 {
      margin-left: 0%; } }
  .body-inner table {
    background-color: transparent; }
  .body-inner caption {
    padding-top: 6px 10px;
    padding-bottom: 6px 10px;
    color: #c5cbd1;
    text-align: left; }
  .body-inner th {
    text-align: left; }
  .body-inner .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px; }
  .body-inner .table > thead > tr > th,
  .body-inner .table > tbody > tr > th,
  .body-inner .table > tfoot > tr > th,
  .body-inner .table > thead > tr > td,
  .body-inner .table > tbody > tr > td,
  .body-inner .table > tfoot > tr > td {
    padding: 6px 10px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #e0e0e0; }
  .body-inner .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e0e0e0; }
  .body-inner .table > caption + thead > tr:first-child > th,
  .body-inner .table > colgroup + thead > tr:first-child > th,
  .body-inner .table > thead:first-child > tr:first-child > th,
  .body-inner .table > caption + thead > tr:first-child > td,
  .body-inner .table > colgroup + thead > tr:first-child > td,
  .body-inner .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .body-inner .table > tbody + tbody {
    border-top: 2px solid #e0e0e0; }
  .body-inner .table .table {
    background-color: #ebeef0; }
  .body-inner .table-condensed > thead > tr > th,
  .body-inner .table-condensed > tbody > tr > th,
  .body-inner .table-condensed > tfoot > tr > th,
  .body-inner .table-condensed > thead > tr > td,
  .body-inner .table-condensed > tbody > tr > td,
  .body-inner .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .body-inner .table-bordered {
    border: 1px solid #e0e0e0; }
  .body-inner .table-bordered > thead > tr > th,
  .body-inner .table-bordered > tbody > tr > th,
  .body-inner .table-bordered > tfoot > tr > th,
  .body-inner .table-bordered > thead > tr > td,
  .body-inner .table-bordered > tbody > tr > td,
  .body-inner .table-bordered > tfoot > tr > td {
    border: 1px solid #e0e0e0; }
  .body-inner .table-bordered > thead > tr > th,
  .body-inner .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
  .body-inner .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fafafa; }
  .body-inner .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .body-inner table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  .body-inner table td[class*="col-"],
  .body-inner table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  .body-inner .table > thead > tr > td.active,
  .body-inner .table > tbody > tr > td.active,
  .body-inner .table > tfoot > tr > td.active,
  .body-inner .table > thead > tr > th.active,
  .body-inner .table > tbody > tr > th.active,
  .body-inner .table > tfoot > tr > th.active,
  .body-inner .table > thead > tr.active > td,
  .body-inner .table > tbody > tr.active > td,
  .body-inner .table > tfoot > tr.active > td,
  .body-inner .table > thead > tr.active > th,
  .body-inner .table > tbody > tr.active > th,
  .body-inner .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .body-inner .table-hover > tbody > tr > td.active:hover,
  .body-inner .table-hover > tbody > tr > th.active:hover,
  .body-inner .table-hover > tbody > tr.active:hover > td,
  .body-inner .table-hover > tbody > tr:hover > .active,
  .body-inner .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .body-inner .table > thead > tr > td.success,
  .body-inner .table > tbody > tr > td.success,
  .body-inner .table > tfoot > tr > td.success,
  .body-inner .table > thead > tr > th.success,
  .body-inner .table > tbody > tr > th.success,
  .body-inner .table > tfoot > tr > th.success,
  .body-inner .table > thead > tr.success > td,
  .body-inner .table > tbody > tr.success > td,
  .body-inner .table > tfoot > tr.success > td,
  .body-inner .table > thead > tr.success > th,
  .body-inner .table > tbody > tr.success > th,
  .body-inner .table > tfoot > tr.success > th {
    background-color: #d1e8be; }
  .body-inner .table-hover > tbody > tr > td.success:hover,
  .body-inner .table-hover > tbody > tr > th.success:hover,
  .body-inner .table-hover > tbody > tr.success:hover > td,
  .body-inner .table-hover > tbody > tr:hover > .success,
  .body-inner .table-hover > tbody > tr.success:hover > th {
    background-color: #c4e1ab; }
  .body-inner .table > thead > tr > td.info,
  .body-inner .table > tbody > tr > td.info,
  .body-inner .table > tfoot > tr > td.info,
  .body-inner .table > thead > tr > th.info,
  .body-inner .table > tbody > tr > th.info,
  .body-inner .table > tfoot > tr > th.info,
  .body-inner .table > thead > tr.info > td,
  .body-inner .table > tbody > tr.info > td,
  .body-inner .table > tfoot > tr.info > td,
  .body-inner .table > thead > tr.info > th,
  .body-inner .table > tbody > tr.info > th,
  .body-inner .table > tfoot > tr.info > th {
    background-color: #e4f2f5; }
  .body-inner .table-hover > tbody > tr > td.info:hover,
  .body-inner .table-hover > tbody > tr > th.info:hover,
  .body-inner .table-hover > tbody > tr.info:hover > td,
  .body-inner .table-hover > tbody > tr:hover > .info,
  .body-inner .table-hover > tbody > tr.info:hover > th {
    background-color: #d1e9ef; }
  .body-inner .table > thead > tr > td.warning,
  .body-inner .table > tbody > tr > td.warning,
  .body-inner .table > tfoot > tr > td.warning,
  .body-inner .table > thead > tr > th.warning,
  .body-inner .table > tbody > tr > th.warning,
  .body-inner .table > tfoot > tr > th.warning,
  .body-inner .table > thead > tr.warning > td,
  .body-inner .table > tbody > tr.warning > td,
  .body-inner .table > tfoot > tr.warning > td,
  .body-inner .table > thead > tr.warning > th,
  .body-inner .table > tbody > tr.warning > th,
  .body-inner .table > tfoot > tr.warning > th {
    background-color: #ffe399; }
  .body-inner .table-hover > tbody > tr > td.warning:hover,
  .body-inner .table-hover > tbody > tr > th.warning:hover,
  .body-inner .table-hover > tbody > tr.warning:hover > td,
  .body-inner .table-hover > tbody > tr:hover > .warning,
  .body-inner .table-hover > tbody > tr.warning:hover > th {
    background-color: #ffdc80; }
  .body-inner .table > thead > tr > td.danger,
  .body-inner .table > tbody > tr > td.danger,
  .body-inner .table > tfoot > tr > td.danger,
  .body-inner .table > thead > tr > th.danger,
  .body-inner .table > tbody > tr > th.danger,
  .body-inner .table > tfoot > tr > th.danger,
  .body-inner .table > thead > tr.danger > td,
  .body-inner .table > tbody > tr.danger > td,
  .body-inner .table > tfoot > tr.danger > td,
  .body-inner .table > thead > tr.danger > th,
  .body-inner .table > tbody > tr.danger > th,
  .body-inner .table > tfoot > tr.danger > th {
    background-color: #facfc8; }
  .body-inner .table-hover > tbody > tr > td.danger:hover,
  .body-inner .table-hover > tbody > tr > th.danger:hover,
  .body-inner .table-hover > tbody > tr.danger:hover > td,
  .body-inner .table-hover > tbody > tr:hover > .danger,
  .body-inner .table-hover > tbody > tr.danger:hover > th {
    background-color: #f9bbb0; }
  .body-inner .table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .body-inner .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e0e0e0; }
    .body-inner .table-responsive > .table {
      margin-bottom: 0; }
    .body-inner .table-responsive > .table > thead > tr > th,
    .body-inner .table-responsive > .table > tbody > tr > th,
    .body-inner .table-responsive > .table > tfoot > tr > th,
    .body-inner .table-responsive > .table > thead > tr > td,
    .body-inner .table-responsive > .table > tbody > tr > td,
    .body-inner .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap; }
    .body-inner .table-responsive > .table-bordered {
      border: 0; }
    .body-inner .table-responsive > .table-bordered > thead > tr > th:first-child,
    .body-inner .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .body-inner .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .body-inner .table-responsive > .table-bordered > thead > tr > td:first-child,
    .body-inner .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .body-inner .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .body-inner .table-responsive > .table-bordered > thead > tr > th:last-child,
    .body-inner .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .body-inner .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .body-inner .table-responsive > .table-bordered > thead > tr > td:last-child,
    .body-inner .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .body-inner .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .body-inner .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .body-inner .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .body-inner .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .body-inner .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0; } }
  .body-inner fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .body-inner legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: inherit;
    color: #707980;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .body-inner label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .body-inner input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .body-inner input[type="radio"],
  .body-inner input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .body-inner input[type="file"] {
    display: block; }
  .body-inner input[type="range"] {
    display: block;
    width: 100%; }
  .body-inner select[multiple],
  .body-inner select[size] {
    height: auto; }
  .body-inner input[type="file"]:focus,
  .body-inner input[type="radio"]:focus,
  .body-inner input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .body-inner output {
    display: block;
    padding-top: 9px;
    font-size: 12px;
    line-height: 1.5;
    color: #262d33; }
  .body-inner .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.5;
    color: #262d33;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -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;
    -o-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; }
  .body-inner .form-control:focus {
    border-color: #262d33;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 45, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 45, 51, 0.6); }
  .body-inner .form-control::-moz-placeholder {
    color: #c5cbd1;
    opacity: 1; }
  .body-inner .form-control:-ms-input-placeholder {
    color: #c5cbd1; }
  .body-inner .form-control::-webkit-input-placeholder {
    color: #c5cbd1; }
  .body-inner .form-control[disabled],
  .body-inner .form-control[readonly],
  .body-inner fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }
  .body-inner textarea.form-control {
    height: auto; }
  .body-inner input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .body-inner input[type="date"],
    .body-inner input[type="time"],
    .body-inner input[type="datetime-local"],
    .body-inner input[type="month"] {
      line-height: 36px; }
    .body-inner input[type="date"].input-sm,
    .body-inner input[type="time"].input-sm,
    .body-inner input[type="datetime-local"].input-sm,
    .body-inner input[type="month"].input-sm {
      line-height: 28px; }
    .body-inner input[type="date"].input-lg,
    .body-inner input[type="time"].input-lg,
    .body-inner input[type="datetime-local"].input-lg,
    .body-inner input[type="month"].input-lg {
      line-height: 44px; } }
  .body-inner .form-group {
    margin-bottom: 15px; }
  .body-inner .radio,
  .body-inner .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .body-inner .radio label,
  .body-inner .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .body-inner .radio input[type="radio"],
  .body-inner .radio-inline input[type="radio"],
  .body-inner .checkbox input[type="checkbox"],
  .body-inner .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .body-inner .radio + .radio,
  .body-inner .checkbox + .checkbox {
    margin-top: -5px; }
  .body-inner .radio-inline,
  .body-inner .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .body-inner .radio-inline + .radio-inline,
  .body-inner .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .body-inner input[type="radio"][disabled],
  .body-inner input[type="checkbox"][disabled],
  .body-inner input[type="radio"].disabled,
  .body-inner input[type="checkbox"].disabled,
  .body-inner fieldset[disabled] input[type="radio"],
  .body-inner fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }
  .body-inner .radio-inline.disabled,
  .body-inner .checkbox-inline.disabled,
  .body-inner fieldset[disabled] .radio-inline,
  .body-inner fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }
  .body-inner .radio.disabled label,
  .body-inner .checkbox.disabled label,
  .body-inner fieldset[disabled] .radio label,
  .body-inner fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .body-inner .form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0; }
  .body-inner .form-control-static.input-lg,
  .body-inner .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }
  .body-inner .input-sm,
  .body-inner .form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px; }
  .body-inner select.input-sm,
  .body-inner select.form-group-sm .form-control {
    height: 28px;
    line-height: 28px; }
  .body-inner textarea.input-sm,
  .body-inner textarea.form-group-sm .form-control,
  .body-inner select[multiple].input-sm,
  .body-inner select[multiple].form-group-sm .form-control {
    height: auto; }
  .body-inner .input-lg,
  .body-inner .form-group-lg .form-control {
    height: 44px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 3px; }
  .body-inner select.input-lg,
  .body-inner select.form-group-lg .form-control {
    height: 44px;
    line-height: 44px; }
  .body-inner textarea.input-lg,
  .body-inner textarea.form-group-lg .form-control,
  .body-inner select[multiple].input-lg,
  .body-inner select[multiple].form-group-lg .form-control {
    height: auto; }
  .body-inner .has-feedback {
    position: relative; }
  .body-inner .has-feedback .form-control {
    padding-right: 45px; }
  .body-inner .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none; }
  .body-inner .input-lg + .form-control-feedback {
    width: 44px;
    height: 44px;
    line-height: 44px; }
  .body-inner .input-sm + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px; }
  .body-inner .has-success .help-block,
  .body-inner .has-success .control-label,
  .body-inner .has-success .radio,
  .body-inner .has-success .checkbox,
  .body-inner .has-success .radio-inline,
  .body-inner .has-success .checkbox-inline,
  .body-inner .has-success.radio label,
  .body-inner .has-success.checkbox label,
  .body-inner .has-success.radio-inline label,
  .body-inner .has-success.checkbox-inline label {
    color: #507b2c; }
  .body-inner .has-success .form-control {
    border-color: #507b2c;
    -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); }
  .body-inner .has-success .form-control:focus {
    border-color: #37561e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81c04d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81c04d; }
  .body-inner .has-success .input-group-addon {
    color: #507b2c;
    border-color: #507b2c;
    background-color: #d1e8be; }
  .body-inner .has-success .form-control-feedback {
    color: #507b2c; }
  .body-inner .has-warning .help-block,
  .body-inner .has-warning .control-label,
  .body-inner .has-warning .radio,
  .body-inner .has-warning .checkbox,
  .body-inner .has-warning .radio-inline,
  .body-inner .has-warning .checkbox-inline,
  .body-inner .has-warning.radio label,
  .body-inner .has-warning.checkbox label,
  .body-inner .has-warning.radio-inline label,
  .body-inner .has-warning.checkbox-inline label {
    color: #996f00; }
  .body-inner .has-warning .form-control {
    border-color: #996f00;
    -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); }
  .body-inner .has-warning .form-control:focus {
    border-color: #664a00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb900;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb900; }
  .body-inner .has-warning .input-group-addon {
    color: #996f00;
    border-color: #996f00;
    background-color: #ffe399; }
  .body-inner .has-warning .form-control-feedback {
    color: #996f00; }
  .body-inner .has-error .help-block,
  .body-inner .has-error .control-label,
  .body-inner .has-error .radio,
  .body-inner .has-error .checkbox,
  .body-inner .has-error .radio-inline,
  .body-inner .has-error .checkbox-inline,
  .body-inner .has-error.radio label,
  .body-inner .has-error.checkbox label,
  .body-inner .has-error.radio-inline label,
  .body-inner .has-error.checkbox-inline label {
    color: #b4270f; }
  .body-inner .has-error .form-control {
    border-color: #b4270f;
    -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); }
  .body-inner .has-error .form-control:focus {
    border-color: #851d0b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef553a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef553a; }
  .body-inner .has-error .input-group-addon {
    color: #b4270f;
    border-color: #b4270f;
    background-color: #facfc8; }
  .body-inner .has-error .form-control-feedback {
    color: #b4270f; }
  .body-inner .has-feedback label ~ .form-control-feedback {
    top: 23px; }
  .body-inner .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .body-inner .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959fa9; }
  @media (min-width: 768px) {
    .body-inner .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .body-inner .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .body-inner .form-inline .form-control-static {
      display: inline-block; }
    .body-inner .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
    .body-inner .form-inline .input-group .input-group-addon,
    .body-inner .form-inline .input-group .input-group-btn,
    .body-inner .form-inline .input-group .form-control {
      width: auto; }
    .body-inner .form-inline .input-group > .form-control {
      width: 100%; }
    .body-inner .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .body-inner .form-inline .radio,
    .body-inner .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .body-inner .form-inline .radio label,
    .body-inner .form-inline .checkbox label {
      padding-left: 0; }
    .body-inner .form-inline .radio input[type="radio"],
    .body-inner .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .body-inner .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .body-inner .form-horizontal .radio,
  .body-inner .form-horizontal .checkbox,
  .body-inner .form-horizontal .radio-inline,
  .body-inner .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px; }
  .body-inner .form-horizontal .radio,
  .body-inner .form-horizontal .checkbox {
    min-height: 27px; }
  .body-inner .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px; }
  @media (min-width: 768px) {
    .body-inner .form-horizontal .control-label {
      margin-bottom: 0;
      padding-top: 9px; } }
  .body-inner .form-horizontal .has-feedback .form-control-feedback {
    right: 10px; }
  @media (min-width: 768px) {
    .body-inner .form-horizontal .form-group-lg .control-label {
      padding-top: 14.3px; } }
  @media (min-width: 768px) {
    .body-inner .form-horizontal .form-group-sm .control-label {
      padding-top: 6px; } }
  .body-inner .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .body-inner .btn:focus,
  .body-inner .btn:active:focus,
  .body-inner .btn.active:focus,
  .body-inner .btn.focus,
  .body-inner .btn:active.focus,
  .body-inner .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .body-inner .btn:hover,
  .body-inner .btn:focus,
  .body-inner .btn.focus {
    color: #707980;
    text-decoration: none; }
  .body-inner .btn:active,
  .body-inner .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); }
  .body-inner .btn.disabled,
  .body-inner .btn[disabled],
  .body-inner fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-default {
    color: #707980;
    background-color: #fafafa;
    border-color: #fafafa; }
  .body-inner .btn-default:hover,
  .body-inner .btn-default:focus,
  .body-inner .btn-default.focus,
  .body-inner .btn-default:active,
  .body-inner .btn-default.active,
  .body-inner .open > .dropdown-toggle.btn-default {
    color: #707980;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
  .body-inner .btn-default:active,
  .body-inner .btn-default.active,
  .body-inner .open > .dropdown-toggle.btn-default {
    background-image: none; }
  .body-inner .btn-default.disabled,
  .body-inner .btn-default[disabled],
  .body-inner fieldset[disabled] .btn-default,
  .body-inner .btn-default.disabled:hover,
  .body-inner .btn-default[disabled]:hover,
  .body-inner fieldset[disabled] .btn-default:hover,
  .body-inner .btn-default.disabled:focus,
  .body-inner .btn-default[disabled]:focus,
  .body-inner fieldset[disabled] .btn-default:focus,
  .body-inner .btn-default.disabled.focus,
  .body-inner .btn-default[disabled].focus,
  .body-inner fieldset[disabled] .btn-default.focus,
  .body-inner .btn-default.disabled:active,
  .body-inner .btn-default[disabled]:active,
  .body-inner fieldset[disabled] .btn-default:active,
  .body-inner .btn-default.disabled.active,
  .body-inner .btn-default[disabled].active,
  .body-inner fieldset[disabled] .btn-default.active {
    background-color: #fafafa;
    border-color: #fafafa; }
  .body-inner .btn-default .badge {
    color: #fafafa;
    background-color: #707980; }
  .body-inner .btn-primary {
    color: #fff;
    background-color: #006487;
    border-color: #00516e; }
  .body-inner .btn-primary:hover,
  .body-inner .btn-primary:focus,
  .body-inner .btn-primary.focus,
  .body-inner .btn-primary:active,
  .body-inner .btn-primary.active,
  .body-inner .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #003e54;
    border-color: #002430; }
  .body-inner .btn-primary:active,
  .body-inner .btn-primary.active,
  .body-inner .open > .dropdown-toggle.btn-primary {
    background-image: none; }
  .body-inner .btn-primary.disabled,
  .body-inner .btn-primary[disabled],
  .body-inner fieldset[disabled] .btn-primary,
  .body-inner .btn-primary.disabled:hover,
  .body-inner .btn-primary[disabled]:hover,
  .body-inner fieldset[disabled] .btn-primary:hover,
  .body-inner .btn-primary.disabled:focus,
  .body-inner .btn-primary[disabled]:focus,
  .body-inner fieldset[disabled] .btn-primary:focus,
  .body-inner .btn-primary.disabled.focus,
  .body-inner .btn-primary[disabled].focus,
  .body-inner fieldset[disabled] .btn-primary.focus,
  .body-inner .btn-primary.disabled:active,
  .body-inner .btn-primary[disabled]:active,
  .body-inner fieldset[disabled] .btn-primary:active,
  .body-inner .btn-primary.disabled.active,
  .body-inner .btn-primary[disabled].active,
  .body-inner fieldset[disabled] .btn-primary.active {
    background-color: #006487;
    border-color: #00516e; }
  .body-inner .btn-primary .badge {
    color: #006487;
    background-color: #fff; }
  .body-inner .btn-success {
    color: #fff;
    background-color: #81c04d;
    border-color: #74b440; }
  .body-inner .btn-success:hover,
  .body-inner .btn-success:focus,
  .body-inner .btn-success.focus,
  .body-inner .btn-success:active,
  .body-inner .btn-success.active,
  .body-inner .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #68a139;
    border-color: #578730; }
  .body-inner .btn-success:active,
  .body-inner .btn-success.active,
  .body-inner .open > .dropdown-toggle.btn-success {
    background-image: none; }
  .body-inner .btn-success.disabled,
  .body-inner .btn-success[disabled],
  .body-inner fieldset[disabled] .btn-success,
  .body-inner .btn-success.disabled:hover,
  .body-inner .btn-success[disabled]:hover,
  .body-inner fieldset[disabled] .btn-success:hover,
  .body-inner .btn-success.disabled:focus,
  .body-inner .btn-success[disabled]:focus,
  .body-inner fieldset[disabled] .btn-success:focus,
  .body-inner .btn-success.disabled.focus,
  .body-inner .btn-success[disabled].focus,
  .body-inner fieldset[disabled] .btn-success.focus,
  .body-inner .btn-success.disabled:active,
  .body-inner .btn-success[disabled]:active,
  .body-inner fieldset[disabled] .btn-success:active,
  .body-inner .btn-success.disabled.active,
  .body-inner .btn-success[disabled].active,
  .body-inner fieldset[disabled] .btn-success.active {
    background-color: #81c04d;
    border-color: #74b440; }
  .body-inner .btn-success .badge {
    color: #81c04d;
    background-color: #fff; }
  .body-inner .btn-info {
    color: #fff;
    background-color: #50bed7;
    border-color: #3bb6d2; }
  .body-inner .btn-info:hover,
  .body-inner .btn-info:focus,
  .body-inner .btn-info.focus,
  .body-inner .btn-info:active,
  .body-inner .btn-info.active,
  .body-inner .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #2daac7;
    border-color: #2791aa; }
  .body-inner .btn-info:active,
  .body-inner .btn-info.active,
  .body-inner .open > .dropdown-toggle.btn-info {
    background-image: none; }
  .body-inner .btn-info.disabled,
  .body-inner .btn-info[disabled],
  .body-inner fieldset[disabled] .btn-info,
  .body-inner .btn-info.disabled:hover,
  .body-inner .btn-info[disabled]:hover,
  .body-inner fieldset[disabled] .btn-info:hover,
  .body-inner .btn-info.disabled:focus,
  .body-inner .btn-info[disabled]:focus,
  .body-inner fieldset[disabled] .btn-info:focus,
  .body-inner .btn-info.disabled.focus,
  .body-inner .btn-info[disabled].focus,
  .body-inner fieldset[disabled] .btn-info.focus,
  .body-inner .btn-info.disabled:active,
  .body-inner .btn-info[disabled]:active,
  .body-inner fieldset[disabled] .btn-info:active,
  .body-inner .btn-info.disabled.active,
  .body-inner .btn-info[disabled].active,
  .body-inner fieldset[disabled] .btn-info.active {
    background-color: #50bed7;
    border-color: #3bb6d2; }
  .body-inner .btn-info .badge {
    color: #50bed7;
    background-color: #fff; }
  .body-inner .btn-warning {
    color: #fff;
    background-color: #ffb900;
    border-color: #e6a700; }
  .body-inner .btn-warning:hover,
  .body-inner .btn-warning:focus,
  .body-inner .btn-warning.focus,
  .body-inner .btn-warning:active,
  .body-inner .btn-warning.active,
  .body-inner .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #cc9400;
    border-color: #a87a00; }
  .body-inner .btn-warning:active,
  .body-inner .btn-warning.active,
  .body-inner .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  .body-inner .btn-warning.disabled,
  .body-inner .btn-warning[disabled],
  .body-inner fieldset[disabled] .btn-warning,
  .body-inner .btn-warning.disabled:hover,
  .body-inner .btn-warning[disabled]:hover,
  .body-inner fieldset[disabled] .btn-warning:hover,
  .body-inner .btn-warning.disabled:focus,
  .body-inner .btn-warning[disabled]:focus,
  .body-inner fieldset[disabled] .btn-warning:focus,
  .body-inner .btn-warning.disabled.focus,
  .body-inner .btn-warning[disabled].focus,
  .body-inner fieldset[disabled] .btn-warning.focus,
  .body-inner .btn-warning.disabled:active,
  .body-inner .btn-warning[disabled]:active,
  .body-inner fieldset[disabled] .btn-warning:active,
  .body-inner .btn-warning.disabled.active,
  .body-inner .btn-warning[disabled].active,
  .body-inner fieldset[disabled] .btn-warning.active {
    background-color: #ffb900;
    border-color: #e6a700; }
  .body-inner .btn-warning .badge {
    color: #ffb900;
    background-color: #fff; }
  .body-inner .btn-danger {
    color: #fff;
    background-color: #ef553a;
    border-color: #ed4122; }
  .body-inner .btn-danger:hover,
  .body-inner .btn-danger:focus,
  .body-inner .btn-danger.focus,
  .body-inner .btn-danger:active,
  .body-inner .btn-danger.active,
  .body-inner .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #e43212;
    border-color: #c32a10; }
  .body-inner .btn-danger:active,
  .body-inner .btn-danger.active,
  .body-inner .open > .dropdown-toggle.btn-danger {
    background-image: none; }
  .body-inner .btn-danger.disabled,
  .body-inner .btn-danger[disabled],
  .body-inner fieldset[disabled] .btn-danger,
  .body-inner .btn-danger.disabled:hover,
  .body-inner .btn-danger[disabled]:hover,
  .body-inner fieldset[disabled] .btn-danger:hover,
  .body-inner .btn-danger.disabled:focus,
  .body-inner .btn-danger[disabled]:focus,
  .body-inner fieldset[disabled] .btn-danger:focus,
  .body-inner .btn-danger.disabled.focus,
  .body-inner .btn-danger[disabled].focus,
  .body-inner fieldset[disabled] .btn-danger.focus,
  .body-inner .btn-danger.disabled:active,
  .body-inner .btn-danger[disabled]:active,
  .body-inner fieldset[disabled] .btn-danger:active,
  .body-inner .btn-danger.disabled.active,
  .body-inner .btn-danger[disabled].active,
  .body-inner fieldset[disabled] .btn-danger.active {
    background-color: #ef553a;
    border-color: #ed4122; }
  .body-inner .btn-danger .badge {
    color: #ef553a;
    background-color: #fff; }
  .body-inner .btn-link {
    color: #006487;
    font-weight: normal;
    border-radius: 0; }
  .body-inner .btn-link,
  .body-inner .btn-link:active,
  .body-inner .btn-link.active,
  .body-inner .btn-link[disabled],
  .body-inner fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-link,
  .body-inner .btn-link:hover,
  .body-inner .btn-link:focus,
  .body-inner .btn-link:active {
    border-color: transparent; }
  .body-inner .btn-link:hover,
  .body-inner .btn-link:focus {
    color: #006487;
    text-decoration: underline;
    background-color: transparent; }
  .body-inner .btn-link[disabled]:hover,
  .body-inner fieldset[disabled] .btn-link:hover,
  .body-inner .btn-link[disabled]:focus,
  .body-inner fieldset[disabled] .btn-link:focus {
    color: #c5cbd1;
    text-decoration: none; }
  .body-inner .btn-lg,
  .body-inner .btn-group-lg > .btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 3px; }
  .body-inner .btn-sm,
  .body-inner .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px; }
  .body-inner .btn-xs,
  .body-inner .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px; }
  .body-inner .btn-block {
    display: block;
    width: 100%; }
  .body-inner .btn-block + .btn-block {
    margin-top: 5px; }
  .body-inner input[type="submit"].btn-block,
  .body-inner input[type="reset"].btn-block,
  .body-inner input[type="button"].btn-block {
    width: 100%; }
  .body-inner .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .body-inner .fade.in {
    opacity: 1; }
  .body-inner .collapse {
    display: none;
    visibility: hidden; }
  .body-inner .collapse.in {
    display: block;
    visibility: visible; }
  .body-inner tr.collapse.in {
    display: table-row; }
  .body-inner tbody.collapse.in {
    display: table-row-group; }
  .body-inner .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .body-inner .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; }
  .body-inner .dropdown {
    position: relative; }
  .body-inner .dropdown-toggle:focus {
    outline: 0; }
  .body-inner .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -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; }
  .body-inner .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .body-inner .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .body-inner .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #707980;
    white-space: nowrap; }
  .body-inner .dropdown-menu > li > a:hover,
  .body-inner .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #646c72;
    background-color: #f5f5f5; }
  .body-inner .dropdown-menu > .active > a,
  .body-inner .dropdown-menu > .active > a:hover,
  .body-inner .dropdown-menu > .active > a:focus {
    color: #707980;
    text-decoration: none;
    outline: 0;
    background-color: #e0e0e0; }
  .body-inner .dropdown-menu > .disabled > a,
  .body-inner .dropdown-menu > .disabled > a:hover,
  .body-inner .dropdown-menu > .disabled > a:focus {
    color: #c5cbd1; }
  .body-inner .dropdown-menu > .disabled > a:hover,
  .body-inner .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .body-inner .open > .dropdown-menu {
    display: block; }
  .body-inner .open > a {
    outline: 0; }
  .body-inner .dropdown-menu-right {
    left: auto;
    right: 0; }
  .body-inner .dropdown-menu-left {
    left: 0;
    right: auto; }
  .body-inner .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.5;
    color: #c5cbd1;
    white-space: nowrap; }
  .body-inner .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .body-inner .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .body-inner .dropup .caret,
  .body-inner .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""; }
  .body-inner .dropup .dropdown-menu,
  .body-inner .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px; }
  @media (min-width: 768px) {
    .body-inner .navbar-right .dropdown-menu {
      left: auto;
      right: 0; }
    .body-inner .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .body-inner .list-group {
    margin-bottom: 20px;
    padding-left: 0; }
  .body-inner .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .body-inner .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner a.list-group-item {
    color: #555; }
  .body-inner a.list-group-item .list-group-item-heading {
    color: #333; }
  .body-inner a.list-group-item:hover,
  .body-inner a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }
  .body-inner .list-group-item.disabled,
  .body-inner .list-group-item.disabled:hover,
  .body-inner .list-group-item.disabled:focus {
    background-color: #dfe2e6;
    color: #c5cbd1;
    cursor: not-allowed; }
  .body-inner .list-group-item.disabled .list-group-item-heading,
  .body-inner .list-group-item.disabled:hover .list-group-item-heading,
  .body-inner .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .body-inner .list-group-item.disabled .list-group-item-text,
  .body-inner .list-group-item.disabled:hover .list-group-item-text,
  .body-inner .list-group-item.disabled:focus .list-group-item-text {
    color: #c5cbd1; }
  .body-inner .list-group-item.active,
  .body-inner .list-group-item.active:hover,
  .body-inner .list-group-item.active:focus {
    z-index: 2;
    color: #707980;
    background-color: #e0e0e0;
    border-color: #e0e0e0; }
  .body-inner .list-group-item.active .list-group-item-heading,
  .body-inner .list-group-item.active:hover .list-group-item-heading,
  .body-inner .list-group-item.active:focus .list-group-item-heading,
  .body-inner .list-group-item.active .list-group-item-heading > small,
  .body-inner .list-group-item.active:hover .list-group-item-heading > small,
  .body-inner .list-group-item.active:focus .list-group-item-heading > small,
  .body-inner .list-group-item.active .list-group-item-heading > .small,
  .body-inner .list-group-item.active:hover .list-group-item-heading > .small,
  .body-inner .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .body-inner .list-group-item.active .list-group-item-text,
  .body-inner .list-group-item.active:hover .list-group-item-text,
  .body-inner .list-group-item.active:focus .list-group-item-text {
    color: #ffffff; }
  .body-inner .list-group-item-success {
    color: #507b2c;
    background-color: #d1e8be; }
  .body-inner a.list-group-item-success {
    color: #507b2c; }
  .body-inner a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  .body-inner a.list-group-item-success:hover,
  .body-inner a.list-group-item-success:focus {
    color: #507b2c;
    background-color: #c4e1ab; }
  .body-inner a.list-group-item-success.active,
  .body-inner a.list-group-item-success.active:hover,
  .body-inner a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #507b2c;
    border-color: #507b2c; }
  .body-inner .list-group-item-info {
    color: #24879d;
    background-color: #e4f2f5; }
  .body-inner a.list-group-item-info {
    color: #24879d; }
  .body-inner a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  .body-inner a.list-group-item-info:hover,
  .body-inner a.list-group-item-info:focus {
    color: #24879d;
    background-color: #d1e9ef; }
  .body-inner a.list-group-item-info.active,
  .body-inner a.list-group-item-info.active:hover,
  .body-inner a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #24879d;
    border-color: #24879d; }
  .body-inner .list-group-item-warning {
    color: #996f00;
    background-color: #ffe399; }
  .body-inner a.list-group-item-warning {
    color: #996f00; }
  .body-inner a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  .body-inner a.list-group-item-warning:hover,
  .body-inner a.list-group-item-warning:focus {
    color: #996f00;
    background-color: #ffdc80; }
  .body-inner a.list-group-item-warning.active,
  .body-inner a.list-group-item-warning.active:hover,
  .body-inner a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #996f00;
    border-color: #996f00; }
  .body-inner .list-group-item-danger {
    color: #b4270f;
    background-color: #facfc8; }
  .body-inner a.list-group-item-danger {
    color: #b4270f; }
  .body-inner a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  .body-inner a.list-group-item-danger:hover,
  .body-inner a.list-group-item-danger:focus {
    color: #b4270f;
    background-color: #f9bbb0; }
  .body-inner a.list-group-item-danger.active,
  .body-inner a.list-group-item-danger.active:hover,
  .body-inner a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b4270f;
    border-color: #b4270f; }
  .body-inner .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .body-inner .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .body-inner .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -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); }
  .body-inner .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  .body-inner .well-lg {
    padding: 24px;
    border-radius: 3px; }
  .body-inner .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .body-inner .close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .body-inner .close:hover,
  .body-inner .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .body-inner button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .body-inner .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .body-inner .nav > li {
    position: relative;
    display: block; }
  .body-inner .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
  .body-inner .nav > li > a:hover,
  .body-inner .nav > li > a:focus {
    text-decoration: none;
    background-color: #dfe2e6; }
  .body-inner .nav > li.disabled > a {
    color: #c5cbd1; }
  .body-inner .nav > li.disabled > a:hover,
  .body-inner .nav > li.disabled > a:focus {
    color: #c5cbd1;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
  .body-inner .nav .open > a,
  .body-inner .nav .open > a:hover,
  .body-inner .nav .open > a:focus {
    background-color: #dfe2e6;
    border-color: #006487; }
  .body-inner .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .body-inner .nav > li > a > img {
    max-width: none; }
  .body-inner .nav-tabs {
    border-bottom: 1px solid #e0e0e0; }
  .body-inner .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .body-inner .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0; }
  .body-inner .nav-tabs > li > a:hover {
    border-color: #dfe2e6 #dfe2e6 #e0e0e0; }
  .body-inner .nav-tabs > li.active > a,
  .body-inner .nav-tabs > li.active > a:hover,
  .body-inner .nav-tabs > li.active > a:focus {
    color: #a2acb3;
    background-color: #ebeef0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }
  .body-inner .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
  .body-inner .nav-tabs.nav-justified > li {
    float: none; }
  .body-inner .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .body-inner .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .body-inner .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
    .body-inner .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
  .body-inner .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .body-inner .nav-tabs.nav-justified > .active > a,
  .body-inner .nav-tabs.nav-justified > .active > a:hover,
  .body-inner .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .body-inner .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .body-inner .nav-tabs.nav-justified > .active > a,
    .body-inner .nav-tabs.nav-justified > .active > a:hover,
    .body-inner .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ebeef0; } }
  .body-inner .nav-pills > li {
    float: left; }
  .body-inner .nav-pills > li > a {
    border-radius: 3px; }
  .body-inner .nav-pills > li + li {
    margin-left: 2px; }
  .body-inner .nav-pills > li.active > a,
  .body-inner .nav-pills > li.active > a:hover,
  .body-inner .nav-pills > li.active > a:focus {
    color: #707980;
    background-color: #e0e0e0; }
  .body-inner .nav-stacked > li {
    float: none; }
  .body-inner .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .body-inner .nav-justified {
    width: 100%; }
  .body-inner .nav-justified > li {
    float: none; }
  .body-inner .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .body-inner .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .body-inner .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .body-inner .nav-justified > li > a {
      margin-bottom: 0; } }
  .body-inner .nav-tabs-justified {
    border-bottom: 0; }
  .body-inner .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .body-inner .nav-tabs-justified > .active > a,
  .body-inner .nav-tabs-justified > .active > a:hover,
  .body-inner .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .body-inner .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .body-inner .nav-tabs-justified > .active > a,
    .body-inner .nav-tabs-justified > .active > a:hover,
    .body-inner .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #ebeef0; } }
  .body-inner .tab-content > .tab-pane {
    display: none;
    visibility: hidden; }
  .body-inner .tab-content > .active {
    display: block;
    visibility: visible; }
  .body-inner .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .btn-group,
  .body-inner .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .body-inner .btn-group > .btn,
  .body-inner .btn-group-vertical > .btn {
    position: relative;
    float: left; }
  .body-inner .btn-group > .btn:hover,
  .body-inner .btn-group-vertical > .btn:hover,
  .body-inner .btn-group > .btn:focus,
  .body-inner .btn-group-vertical > .btn:focus,
  .body-inner .btn-group > .btn:active,
  .body-inner .btn-group-vertical > .btn:active,
  .body-inner .btn-group > .btn.active,
  .body-inner .btn-group-vertical > .btn.active {
    z-index: 2; }
  .body-inner .btn-group .btn + .btn,
  .body-inner .btn-group .btn + .btn-group,
  .body-inner .btn-group .btn-group + .btn,
  .body-inner .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .body-inner .btn-toolbar {
    margin-left: -5px; }
  .body-inner .btn-toolbar .btn-group,
  .body-inner .btn-toolbar .input-group {
    float: left; }
  .body-inner .btn-toolbar > .btn,
  .body-inner .btn-toolbar > .btn-group,
  .body-inner .btn-toolbar > .input-group {
    margin-left: 5px; }
  .body-inner .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .body-inner .btn-group > .btn:first-child {
    margin-left: 0; }
  .body-inner .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .body-inner .btn-group > .btn:last-child:not(:first-child),
  .body-inner .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .btn-group > .btn-group {
    float: left; }
  .body-inner .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .body-inner .btn-group > .btn-group:first-child > .btn:last-child,
  .body-inner .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .body-inner .btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .btn-group .dropdown-toggle:active,
  .body-inner .btn-group.open .dropdown-toggle {
    outline: 0; }
  .body-inner .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .body-inner .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }
  .body-inner .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); }
  .body-inner .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn .caret {
    margin-left: 0; }
  .body-inner .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .body-inner .dropup .btn-lg .caret {
    border-width: 0 5px 5px; }
  .body-inner .btn-group-vertical > .btn,
  .body-inner .btn-group-vertical > .btn-group,
  .body-inner .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .body-inner .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .body-inner .btn-group-vertical > .btn + .btn,
  .body-inner .btn-group-vertical > .btn + .btn-group,
  .body-inner .btn-group-vertical > .btn-group + .btn,
  .body-inner .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .body-inner .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .body-inner .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .body-inner .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .body-inner .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .body-inner .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .body-inner .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
  .body-inner .btn-group-justified > .btn,
  .body-inner .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .body-inner .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .body-inner .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }
  .body-inner [data-toggle="buttons"] > .btn input[type="radio"],
  .body-inner [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  .body-inner [data-toggle="buttons"] > .btn input[type="checkbox"],
  .body-inner [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .body-inner .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px; }
  .body-inner .breadcrumb > li {
    display: inline-block; }
  .body-inner .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc; }
  .body-inner .breadcrumb > .active {
    color: #c5cbd1; }
  .body-inner .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px; }
  .body-inner .pagination > li {
    display: inline; }
  .body-inner .pagination > li > a,
  .body-inner .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.5;
    text-decoration: none;
    color: #006487;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
  .body-inner .pagination > li:first-child > a,
  .body-inner .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .pagination > li:last-child > a,
  .body-inner .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .body-inner .pagination > li > a:hover,
  .body-inner .pagination > li > span:hover,
  .body-inner .pagination > li > a:focus,
  .body-inner .pagination > li > span:focus {
    color: #006487;
    background-color: #dfe2e6;
    border-color: #ddd; }
  .body-inner .pagination > .active > a,
  .body-inner .pagination > .active > span,
  .body-inner .pagination > .active > a:hover,
  .body-inner .pagination > .active > span:hover,
  .body-inner .pagination > .active > a:focus,
  .body-inner .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #006487;
    border-color: #006487;
    cursor: default; }
  .body-inner .pagination > .disabled > span,
  .body-inner .pagination > .disabled > span:hover,
  .body-inner .pagination > .disabled > span:focus,
  .body-inner .pagination > .disabled > a,
  .body-inner .pagination > .disabled > a:hover,
  .body-inner .pagination > .disabled > a:focus {
    color: #c5cbd1;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
  .body-inner .pagination-lg > li > a,
  .body-inner .pagination-lg > li > span {
    padding: 10px 20px;
    font-size: 16px; }
  .body-inner .pagination-lg > li:first-child > a,
  .body-inner .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .pagination-lg > li:last-child > a,
  .body-inner .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .body-inner .pagination-sm > li > a,
  .body-inner .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px; }
  .body-inner .pagination-sm > li:first-child > a,
  .body-inner .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .pagination-sm > li:last-child > a,
  .body-inner .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .body-inner .pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center; }
  .body-inner .pager li {
    display: inline; }
  .body-inner .pager li > a,
  .body-inner .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px; }
  .body-inner .pager li > a:hover,
  .body-inner .pager li > a:focus {
    text-decoration: none;
    background-color: #dfe2e6; }
  .body-inner .pager .next > a,
  .body-inner .pager .next > span {
    float: right; }
  .body-inner .pager .previous > a,
  .body-inner .pager .previous > span {
    float: left; }
  .body-inner .pager .disabled > a,
  .body-inner .pager .disabled > a:hover,
  .body-inner .pager .disabled > a:focus,
  .body-inner .pager .disabled > span {
    color: #c5cbd1;
    background-color: #fff;
    cursor: not-allowed; }
  .body-inner .modal-open {
    overflow: hidden; }
  .body-inner .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
  .body-inner .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .body-inner .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .body-inner .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .body-inner .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .body-inner .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }
  .body-inner .modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000; }
  .body-inner .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .body-inner .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .body-inner .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px; }
  .body-inner .modal-header .close {
    margin-top: -2px; }
  .body-inner .modal-title {
    margin: 0;
    line-height: 1.5; }
  .body-inner .modal-body {
    position: relative;
    padding: 15px; }
  .body-inner .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
  .body-inner .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .body-inner .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .body-inner .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .body-inner .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .body-inner .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .body-inner .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); }
    .body-inner .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .body-inner .modal-lg {
      width: 900px; } }
  .body-inner .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0); }
  .body-inner .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .body-inner .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .body-inner .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .body-inner .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .body-inner .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
  .body-inner .tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px; }
  .body-inner .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .body-inner .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .body-inner .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .body-inner .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .body-inner .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .body-inner .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .body-inner .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .body-inner .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .body-inner .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .body-inner .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -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; }
  .body-inner .popover.top {
    margin-top: -10px; }
  .body-inner .popover.right {
    margin-left: 10px; }
  .body-inner .popover.bottom {
    margin-top: 10px; }
  .body-inner .popover.left {
    margin-left: -10px; }
  .body-inner .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0; }
  .body-inner .popover-content {
    padding: 9px 14px; }
  .body-inner .popover > .arrow,
  .body-inner .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .body-inner .popover > .arrow {
    border-width: 11px; }
  .body-inner .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  .body-inner .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: #e0e0e0;
    bottom: -11px; }
  .body-inner .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
  .body-inner .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: #e0e0e0; }
  .body-inner .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
  .body-inner .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: #e0e0e0;
    top: -11px; }
  .body-inner .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
  .body-inner .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: #e0e0e0; }
  .body-inner .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }
  .body-inner .alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 3px; }
  .body-inner .alert h4 {
    margin-top: 0;
    color: inherit; }
  .body-inner .alert .alert-link {
    font-weight: bold; }
  .body-inner .alert > p,
  .body-inner .alert > ul {
    margin-bottom: 0; }
  .body-inner .alert > p + p {
    margin-top: 5px; }
  .body-inner .alert-dismissable,
  .body-inner .alert-dismissible {
    padding-right: 35px; }
  .body-inner .alert-dismissable .close,
  .body-inner .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
  .body-inner .alert-success {
    color: #507b2c;
    background-color: #d1e8be;
    border-color: #81c04d; }
  .body-inner .alert-success hr {
    border-top-color: #74b440; }
  .body-inner .alert-success .alert-link {
    color: #37561e; }
  .body-inner .alert-success,
  .body-inner .alert-success h1,
  .body-inner .alert-success h2,
  .body-inner .alert-success h3,
  .body-inner .alert-success h4,
  .body-inner .alert-success h5,
  .body-inner .alert-success h6 {
    color: #507b2c; }
  .body-inner .alert-success hr {
    border-top-color: #74b440; }
  .body-inner .alert-success .alert-link {
    color: #37561e; }
  .body-inner .alert-info {
    color: #24879d;
    background-color: #e4f2f5;
    border-color: #50bed7; }
  .body-inner .alert-info hr {
    border-top-color: #3bb6d2; }
  .body-inner .alert-info .alert-link {
    color: #1a6374; }
  .body-inner .alert-info,
  .body-inner .alert-info h1,
  .body-inner .alert-info h2,
  .body-inner .alert-info h3,
  .body-inner .alert-info h4,
  .body-inner .alert-info h5,
  .body-inner .alert-info h6 {
    color: #24879d; }
  .body-inner .alert-info hr {
    border-top-color: #3bb6d2; }
  .body-inner .alert-info .alert-link {
    color: #1a6374; }
  .body-inner .alert-warning {
    color: #996f00;
    background-color: #ffe399;
    border-color: #ffb900; }
  .body-inner .alert-warning hr {
    border-top-color: #e6a700; }
  .body-inner .alert-warning .alert-link {
    color: #664a00; }
  .body-inner .alert-warning,
  .body-inner .alert-warning h1,
  .body-inner .alert-warning h2,
  .body-inner .alert-warning h3,
  .body-inner .alert-warning h4,
  .body-inner .alert-warning h5,
  .body-inner .alert-warning h6 {
    color: #996f00; }
  .body-inner .alert-warning hr {
    border-top-color: #e6a700; }
  .body-inner .alert-warning .alert-link {
    color: #664a00; }
  .body-inner .alert-danger {
    color: #b4270f;
    background-color: #facfc8;
    border-color: #ef553a; }
  .body-inner .alert-danger hr {
    border-top-color: #ed4122; }
  .body-inner .alert-danger .alert-link {
    color: #851d0b; }
  .body-inner .alert-danger,
  .body-inner .alert-danger h1,
  .body-inner .alert-danger h2,
  .body-inner .alert-danger h3,
  .body-inner .alert-danger h4,
  .body-inner .alert-danger h5,
  .body-inner .alert-danger h6 {
    color: #b4270f; }
  .body-inner .alert-danger hr {
    border-top-color: #ed4122; }
  .body-inner .alert-danger .alert-link {
    color: #851d0b; }
  .body-inner .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.5;
    background-color: #ebeef0;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out; }
  .body-inner .thumbnail > img,
  .body-inner .thumbnail a > img {
    margin-left: auto;
    margin-right: auto; }
  .body-inner a.thumbnail:hover,
  .body-inner a.thumbnail:focus,
  .body-inner a.thumbnail.active {
    border-color: #006487; }
  .body-inner .thumbnail .caption {
    padding: 9px;
    color: #555f69; }
  .body-inner .media {
    margin-top: 15px; }
  .body-inner .media:first-child {
    margin-top: 0; }
  .body-inner .media-right,
  .body-inner .media > .pull-right {
    padding-left: 10px; }
  .body-inner .media-left,
  .body-inner .media > .pull-left {
    padding-right: 10px; }
  .body-inner .media-left,
  .body-inner .media-right,
  .body-inner .media-body {
    display: table-cell;
    vertical-align: top; }
  .body-inner .media-middle {
    vertical-align: middle; }
  .body-inner .media-bottom {
    vertical-align: bottom; }
  .body-inner .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .body-inner .media-list {
    padding-left: 0;
    list-style: none; }
  .body-inner .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
  .body-inner a.label:hover,
  .body-inner a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .body-inner .label:empty {
    display: none; }
  .body-inner .btn .label {
    position: relative;
    top: -1px; }
  .body-inner .label-default {
    background-color: #c5cbd1; }
  .body-inner .label-default[href]:hover,
  .body-inner .label-default[href]:focus {
    background-color: #a9b2ba; }
  .body-inner .label-primary {
    background-color: #006487; }
  .body-inner .label-primary[href]:hover,
  .body-inner .label-primary[href]:focus {
    background-color: #003e54; }
  .body-inner .label-success {
    background-color: #81c04d; }
  .body-inner .label-success[href]:hover,
  .body-inner .label-success[href]:focus {
    background-color: #68a139; }
  .body-inner .label-info {
    background-color: #50bed7; }
  .body-inner .label-info[href]:hover,
  .body-inner .label-info[href]:focus {
    background-color: #2daac7; }
  .body-inner .label-warning {
    background-color: #ffb900; }
  .body-inner .label-warning[href]:hover,
  .body-inner .label-warning[href]:focus {
    background-color: #cc9400; }
  .body-inner .label-danger {
    background-color: #ef553a; }
  .body-inner .label-danger[href]:hover,
  .body-inner .label-danger[href]:focus {
    background-color: #e43212; }
  .body-inner .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #c5cbd1;
    border-radius: 10px; }
  .body-inner .badge:empty {
    display: none; }
  .body-inner .btn .badge {
    position: relative;
    top: -1px; }
  .body-inner .btn-xs .badge {
    top: 0;
    padding: 1px 5px; }
  .body-inner a.badge:hover,
  .body-inner a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .body-inner .list-group-item.active > .badge,
  .body-inner .nav-pills > .active > a > .badge {
    color: #006487;
    background-color: #fff; }
  .body-inner .list-group-item > .badge {
    float: right; }
  .body-inner .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .body-inner .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  .body-inner .progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -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); }
  .body-inner .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #006487;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .body-inner .progress-striped .progress-bar,
  .body-inner .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
  .body-inner .progress.active .progress-bar,
  .body-inner .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .body-inner .progress-bar-success {
    background-color: #81c04d; }
  .body-inner .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-info {
    background-color: #50bed7; }
  .body-inner .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-warning {
    background-color: #ffb900; }
  .body-inner .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-danger {
    background-color: #ef553a; }
  .body-inner .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .carousel {
    position: relative; }
  .body-inner .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .body-inner .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
  .body-inner .carousel-inner > .item > img,
  .body-inner .carousel-inner > .item > a > img {
    line-height: 1; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .body-inner .carousel-inner > .item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000; }
    .body-inner .carousel-inner > .item.next,
    .body-inner .carousel-inner > .item.active.right {
      transform: translate3d(100%, 0, 0);
      left: 0; }
    .body-inner .carousel-inner > .item.prev,
    .body-inner .carousel-inner > .item.active.left {
      transform: translate3d(-100%, 0, 0);
      left: 0; }
    .body-inner .carousel-inner > .item.next.left,
    .body-inner .carousel-inner > .item.prev.right,
    .body-inner .carousel-inner > .item.active {
      transform: translate3d(0, 0, 0);
      left: 0; } }
  .body-inner .carousel-inner > .active,
  .body-inner .carousel-inner > .next,
  .body-inner .carousel-inner > .prev {
    display: block; }
  .body-inner .carousel-inner > .active {
    left: 0; }
  .body-inner .carousel-inner > .next,
  .body-inner .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .body-inner .carousel-inner > .next {
    left: 100%; }
  .body-inner .carousel-inner > .prev {
    left: -100%; }
  .body-inner .carousel-inner > .next.left,
  .body-inner .carousel-inner > .prev.right {
    left: 0; }
  .body-inner .carousel-inner > .active.left {
    left: -100%; }
  .body-inner .carousel-inner > .active.right {
    left: 100%; }
  .body-inner .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .body-inner .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .body-inner .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .body-inner .carousel-control:hover,
  .body-inner .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .body-inner .carousel-control .icon-prev,
  .body-inner .carousel-control .icon-next,
  .body-inner .carousel-control .glyphicon-chevron-left,
  .body-inner .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .body-inner .carousel-control .icon-prev,
  .body-inner .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .body-inner .carousel-control .icon-next,
  .body-inner .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .body-inner .carousel-control .icon-prev,
  .body-inner .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .body-inner .carousel-control .icon-prev:before {
    content: '\2039'; }
  .body-inner .carousel-control .icon-next:before {
    content: '\203a'; }
  .body-inner .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; }
  .body-inner .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .body-inner .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }
  .body-inner .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .body-inner .carousel-caption .btn {
    text-shadow: none; }
  @media screen and (min-width: 768px) {
    .body-inner .carousel-control .glyphicon-chevron-left,
    .body-inner .carousel-control .glyphicon-chevron-right,
    .body-inner .carousel-control .icon-prev,
    .body-inner .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px; }
    .body-inner .carousel-control .glyphicon-chevron-left,
    .body-inner .carousel-control .icon-prev {
      margin-left: -15px; }
    .body-inner .carousel-control .glyphicon-chevron-right,
    .body-inner .carousel-control .icon-next {
      margin-right: -15px; }
    .body-inner .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; }
    .body-inner .carousel-indicators {
      bottom: 20px; } }
  .body-inner .jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #dfe2e6; }
  .body-inner .jumbotron h1,
  .body-inner .jumbotron .h1 {
    color: inherit; }
  .body-inner .jumbotron p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200; }
  .body-inner .jumbotron > hr {
    border-top-color: #c2c8d0; }
  .body-inner .container .jumbotron,
  .body-inner .container-fluid .jumbotron {
    border-radius: 3px; }
  .body-inner .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .body-inner .jumbotron {
      padding: 48px 0; }
    .body-inner .container .jumbotron,
    .body-inner .container-fluid .jumbotron {
      padding-left: 60px;
      padding-right: 60px; }
    .body-inner .jumbotron h1,
    .body-inner .jumbotron .h1 {
      font-size: 54px; } }
  .body-inner .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
  .body-inner .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .body-inner .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
  .body-inner .input-group-lg > .form-control,
  .body-inner .input-group-lg > .input-group-addon,
  .body-inner .input-group-lg > .input-group-btn > .btn {
    height: 44px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 3px;
    height: 42px !important;
    padding: 9px 20px !important;
    font-size: 16px !important;
    line-height: 1.33 !important;
    border-radius: 3px !important; }
  .body-inner select.input-group-lg > .form-control,
  .body-inner select.input-group-lg > .input-group-addon,
  .body-inner select.input-group-lg > .input-group-btn > .btn {
    height: 44px;
    line-height: 44px; }
  .body-inner textarea.input-group-lg > .form-control,
  .body-inner textarea.input-group-lg > .input-group-addon,
  .body-inner textarea.input-group-lg > .input-group-btn > .btn,
  .body-inner select[multiple].input-group-lg > .form-control,
  .body-inner select[multiple].input-group-lg > .input-group-addon,
  .body-inner select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto; }
  .body-inner select.input-group-lg > .form-control,
  .body-inner select.input-group-lg > .input-group-addon,
  .body-inner select.input-group-lg > .input-group-btn > .btn {
    height: 42px !important;
    line-height: 42px !important; }
  .body-inner textarea.input-group-lg > .form-control,
  .body-inner textarea.input-group-lg > .input-group-addon,
  .body-inner textarea.input-group-lg > .input-group-btn > .btn,
  .body-inner select[multiple].input-group-lg > .form-control,
  .body-inner select[multiple].input-group-lg > .input-group-addon,
  .body-inner select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto !important; }
  .body-inner .input-group-sm > .form-control,
  .body-inner .input-group-sm > .input-group-addon,
  .body-inner .input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    height: 26px !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important; }
  .body-inner select.input-group-sm > .form-control,
  .body-inner select.input-group-sm > .input-group-addon,
  .body-inner select.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    line-height: 28px; }
  .body-inner textarea.input-group-sm > .form-control,
  .body-inner textarea.input-group-sm > .input-group-addon,
  .body-inner textarea.input-group-sm > .input-group-btn > .btn,
  .body-inner select[multiple].input-group-sm > .form-control,
  .body-inner select[multiple].input-group-sm > .input-group-addon,
  .body-inner select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto; }
  .body-inner select.input-group-sm > .form-control,
  .body-inner select.input-group-sm > .input-group-addon,
  .body-inner select.input-group-sm > .input-group-btn > .btn {
    height: 26px !important;
    line-height: 26px !important; }
  .body-inner textarea.input-group-sm > .form-control,
  .body-inner textarea.input-group-sm > .input-group-addon,
  .body-inner textarea.input-group-sm > .input-group-btn > .btn,
  .body-inner select[multiple].input-group-sm > .form-control,
  .body-inner select[multiple].input-group-sm > .input-group-addon,
  .body-inner select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto !important; }
  .body-inner .input-group-addon,
  .body-inner .input-group-btn,
  .body-inner .input-group .form-control {
    display: table-cell; }
  .body-inner .input-group-addon:not(:first-child):not(:last-child),
  .body-inner .input-group-btn:not(:first-child):not(:last-child),
  .body-inner .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .body-inner .input-group-addon,
  .body-inner .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .body-inner .input-group-addon {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #262d33;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px; }
  .body-inner .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px; }
  .body-inner .input-group-addon.input-lg {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px; }
  .body-inner .input-group-addon input[type="radio"],
  .body-inner .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
  .body-inner .input-group .form-control:first-child,
  .body-inner .input-group-addon:first-child,
  .body-inner .input-group-btn:first-child > .btn,
  .body-inner .input-group-btn:first-child > .btn-group > .btn,
  .body-inner .input-group-btn:first-child > .dropdown-toggle,
  .body-inner .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .body-inner .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .body-inner .input-group-addon:first-child {
    border-right: 0; }
  .body-inner .input-group .form-control:last-child,
  .body-inner .input-group-addon:last-child,
  .body-inner .input-group-btn:last-child > .btn,
  .body-inner .input-group-btn:last-child > .btn-group > .btn,
  .body-inner .input-group-btn:last-child > .dropdown-toggle,
  .body-inner .input-group-btn:first-child > .btn:not(:first-child),
  .body-inner .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .input-group-addon:last-child {
    border-left: 0; }
  .body-inner .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
  .body-inner .input-group-btn > .btn {
    position: relative; }
  .body-inner .input-group-btn > .btn + .btn {
    margin-left: -1px; }
  .body-inner .input-group-btn > .btn:hover,
  .body-inner .input-group-btn > .btn:focus,
  .body-inner .input-group-btn > .btn:active {
    z-index: 2; }
  .body-inner .input-group-btn:first-child > .btn,
  .body-inner .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .body-inner .input-group-btn:last-child > .btn,
  .body-inner .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }
  .body-inner .clearfix:before,
  .body-inner .clearfix:after,
  .body-inner .dl-horizontal dd:before,
  .body-inner .dl-horizontal dd:after,
  .body-inner .container:before,
  .body-inner .container:after,
  .body-inner .container-fluid:before,
  .body-inner .container-fluid:after,
  .body-inner .row:before,
  .body-inner .row:after,
  .body-inner .form-horizontal .form-group:before,
  .body-inner .form-horizontal .form-group:after,
  .body-inner .nav:before,
  .body-inner .nav:after,
  .body-inner .btn-toolbar:before,
  .body-inner .btn-toolbar:after,
  .body-inner .btn-group-vertical > .btn-group:before,
  .body-inner .btn-group-vertical > .btn-group:after,
  .body-inner .pager:before,
  .body-inner .pager:after,
  .body-inner .modal-footer:before,
  .body-inner .modal-footer:after,
  .body-inner #headerbar:before,
  .body-inner #headerbar:after,
  .body-inner #page-heading:before,
  .body-inner #page-heading:after,
  .body-inner .scrollthis li:before,
  .body-inner .scrollthis li:after,
  .body-inner .dropdown-menu.userinfo:before,
  .body-inner .dropdown-menu.userinfo:after,
  .body-inner .dropdown-menu.userinfo li.username:before,
  .body-inner .dropdown-menu.userinfo li.username:after,
  .body-inner a.username:before,
  .body-inner a.username:after,
  .body-inner .dropdown-menu.userinfo .username a:before,
  .body-inner .dropdown-menu.userinfo .username a:after,
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body:before,
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body:after,
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block:before,
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block:after,
  .body-inner .static-sidebar:before,
  .body-inner .static-sidebar:after,
  .body-inner #sidebar li.hasChild > a:before,
  .body-inner #sidebar li.hasChild > a:after,
  .body-inner .navbar:before,
  .body-inner .navbar:after,
  .body-inner .navbar-header:before,
  .body-inner .navbar-header:after,
  .body-inner .navbar-collapse:before,
  .body-inner .navbar-collapse:after,
  .body-inner .panel:before,
  .body-inner .panel:after,
  .body-inner .panel-heading:before,
  .body-inner .panel-heading:after,
  .body-inner .panel-body:before,
  .body-inner .panel-body:after,
  .body-inner .inner-spacer:before,
  .body-inner .inner-spacer:after,
  .body-inner .panel-editbox:before,
  .body-inner .panel-editbox:after,
  .body-inner .panel-footer:before,
  .body-inner .panel-footer:after,
  .body-inner .panel-userprofile li:before,
  .body-inner .panel-userprofile li:after,
  .body-inner .panel-tasks li:before,
  .body-inner .panel-tasks li:after,
  .body-inner .tiles-heading:before,
  .body-inner .tiles-heading:after,
  .body-inner .tiles-body:before,
  .body-inner .tiles-body:after,
  .body-inner .tiles-footer:before,
  .body-inner .tiles-footer:after,
  .body-inner .timeline > li .timeline-header:before,
  .body-inner .timeline > li .timeline-header:after,
  .body-inner .timeline > li .timeline-footer:before,
  .body-inner .timeline > li .timeline-footer:after,
  .body-inner .gallery:before,
  .body-inner .gallery:after {
    content: " ";
    display: table; }
  .body-inner .clearfix:after,
  .body-inner .dl-horizontal dd:after,
  .body-inner .container:after,
  .body-inner .container-fluid:after,
  .body-inner .row:after,
  .body-inner .form-horizontal .form-group:after,
  .body-inner .nav:after,
  .body-inner .btn-toolbar:after,
  .body-inner .btn-group-vertical > .btn-group:after,
  .body-inner .pager:after,
  .body-inner .modal-footer:after,
  .body-inner #headerbar:after,
  .body-inner #page-heading:after,
  .body-inner .scrollthis li:after,
  .body-inner .dropdown-menu.userinfo:after,
  .body-inner .dropdown-menu.userinfo li.username:after,
  .body-inner a.username:after,
  .body-inner .dropdown-menu.userinfo .username a:after,
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body:after,
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block:after,
  .body-inner .static-sidebar:after,
  .body-inner #sidebar li.hasChild > a:after,
  .body-inner .navbar:after,
  .body-inner .navbar-header:after,
  .body-inner .navbar-collapse:after,
  .body-inner .panel:after,
  .body-inner .panel-heading:after,
  .body-inner .panel-body:after,
  .body-inner .inner-spacer:after,
  .body-inner .panel-editbox:after,
  .body-inner .panel-footer:after,
  .body-inner .panel-userprofile li:after,
  .body-inner .panel-tasks li:after,
  .body-inner .tiles-heading:after,
  .body-inner .tiles-body:after,
  .body-inner .tiles-footer:after,
  .body-inner .timeline > li .timeline-header:after,
  .body-inner .timeline > li .timeline-footer:after,
  .body-inner .gallery:after {
    clear: both; }
  .body-inner .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .body-inner .pull-right {
    float: right !important; }
  .body-inner .pull-left {
    float: left !important; }
  .body-inner .hide {
    display: none !important; }
  .body-inner .show {
    display: block !important; }
  .body-inner .invisible {
    visibility: hidden; }
  .body-inner .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .body-inner .hidden {
    display: none !important;
    visibility: hidden !important; }
  .body-inner .affix {
    position: fixed; }

@-ms-viewport {
  .body-inner {
    width: device-width; } }
  .body-inner .visible-xs,
  .body-inner .visible-sm,
  .body-inner .visible-md,
  .body-inner .visible-lg {
    display: none !important; }
  .body-inner tr.visible-xs,
  .body-inner tr.visible-sm,
  .body-inner tr.visible-md,
  .body-inner tr.visible-lg {
    display: none !important; }
  .body-inner th.visible-xs,
  .body-inner th.visible-sm,
  .body-inner th.visible-md,
  .body-inner th.visible-lg,
  .body-inner td.visible-xs,
  .body-inner td.visible-sm,
  .body-inner td.visible-md,
  .body-inner td.visible-lg {
    display: none !important; }
  .body-inner .btn-group.visible-xs,
  .body-inner .btn-group.visible-sm,
  .body-inner .btn-group.visible-md,
  .body-inner .btn-group.visible-lg,
  .body-inner .btn-group-vertical.visible-xs,
  .body-inner .btn-group-vertical.visible-sm,
  .body-inner .btn-group-vertical.visible-md,
  .body-inner .btn-group-vertical.visible-lg,
  .body-inner .btn.visible-xs,
  .body-inner .btn.visible-sm,
  .body-inner .btn.visible-md,
  .body-inner .btn.visible-lg,
  .body-inner span.visible-xs,
  .body-inner span.visible-sm,
  .body-inner span.visible-md,
  .body-inner span.visible-lg,
  .body-inner i.visible-xs,
  .body-inner i.visible-sm,
  .body-inner i.visible-md,
  .body-inner i.visible-lg {
    display: none !important; }
  .body-inner .visible-xs-block,
  .body-inner .visible-xs-inline,
  .body-inner .visible-xs-inline-block,
  .body-inner .visible-sm-block,
  .body-inner .visible-sm-inline,
  .body-inner .visible-sm-inline-block,
  .body-inner .visible-md-block,
  .body-inner .visible-md-inline,
  .body-inner .visible-md-inline-block,
  .body-inner .visible-lg-block,
  .body-inner .visible-lg-inline,
  .body-inner .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    .body-inner .visible-xs {
      display: block !important; }
    .body-inner table.visible-xs {
      display: table; }
    .body-inner tr.visible-xs {
      display: table-row !important; }
    .body-inner th.visible-xs,
    .body-inner td.visible-xs {
      display: table-cell !important; }
    .body-inner .btn-group.visible-xs,
    .body-inner .btn-group-vertical.visible-xs,
    .body-inner .btn.visible-xs {
      display: inline-block !important; }
    .body-inner span.visible-xs,
    .body-inner i.visible-xs {
      display: inline !important; } }
  @media (max-width: 767px) {
    .body-inner .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    .body-inner .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    .body-inner .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .body-inner .visible-sm {
      display: block !important; }
    .body-inner table.visible-sm {
      display: table; }
    .body-inner tr.visible-sm {
      display: table-row !important; }
    .body-inner th.visible-sm,
    .body-inner td.visible-sm {
      display: table-cell !important; }
    .body-inner .btn-group.visible-sm,
    .body-inner .btn-group-vertical.visible-sm,
    .body-inner .btn.visible-sm {
      display: inline-block !important; }
    .body-inner span.visible-sm,
    .body-inner i.visible-sm {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .body-inner .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .body-inner .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .body-inner .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .body-inner .visible-md {
      display: block !important; }
    .body-inner table.visible-md {
      display: table; }
    .body-inner tr.visible-md {
      display: table-row !important; }
    .body-inner th.visible-md,
    .body-inner td.visible-md {
      display: table-cell !important; }
    .body-inner .btn-group.visible-md,
    .body-inner .btn-group-vertical.visible-md,
    .body-inner .btn.visible-md {
      display: inline-block !important; }
    .body-inner span.visible-md,
    .body-inner i.visible-md {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .body-inner .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .body-inner .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .body-inner .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .body-inner .visible-lg {
      display: block !important; }
    .body-inner table.visible-lg {
      display: table; }
    .body-inner tr.visible-lg {
      display: table-row !important; }
    .body-inner th.visible-lg,
    .body-inner td.visible-lg {
      display: table-cell !important; }
    .body-inner .btn-group.visible-lg,
    .body-inner .btn-group-vertical.visible-lg,
    .body-inner .btn.visible-lg {
      display: inline-block !important; }
    .body-inner span.visible-lg,
    .body-inner i.visible-lg {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .body-inner .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    .body-inner .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .body-inner .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .body-inner .hidden-xs {
      display: none !important; }
    .body-inner tr.hidden-xs {
      display: none !important; }
    .body-inner th.hidden-xs,
    .body-inner td.hidden-xs {
      display: none !important; }
    .body-inner .btn-group.hidden-xs,
    .body-inner .btn-group-vertical.hidden-xs,
    .body-inner .btn.hidden-xs,
    .body-inner span.hidden-xs,
    .body-inner i.hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .body-inner .hidden-sm {
      display: none !important; }
    .body-inner tr.hidden-sm {
      display: none !important; }
    .body-inner th.hidden-sm,
    .body-inner td.hidden-sm {
      display: none !important; }
    .body-inner .btn-group.hidden-sm,
    .body-inner .btn-group-vertical.hidden-sm,
    .body-inner .btn.hidden-sm,
    .body-inner span.hidden-sm,
    .body-inner i.hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .body-inner .hidden-md {
      display: none !important; }
    .body-inner tr.hidden-md {
      display: none !important; }
    .body-inner th.hidden-md,
    .body-inner td.hidden-md {
      display: none !important; }
    .body-inner .btn-group.hidden-md,
    .body-inner .btn-group-vertical.hidden-md,
    .body-inner .btn.hidden-md,
    .body-inner span.hidden-md,
    .body-inner i.hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    .body-inner .hidden-lg {
      display: none !important; }
    .body-inner tr.hidden-lg {
      display: none !important; }
    .body-inner th.hidden-lg,
    .body-inner td.hidden-lg {
      display: none !important; }
    .body-inner .btn-group.hidden-lg,
    .body-inner .btn-group-vertical.hidden-lg,
    .body-inner .btn.hidden-lg,
    .body-inner span.hidden-lg,
    .body-inner i.hidden-lg {
      display: none !important; } }
  .body-inner .visible-print {
    display: none !important; }
  .body-inner tr.visible-print {
    display: none !important; }
  .body-inner th.visible-print,
  .body-inner td.visible-print {
    display: none !important; }
  .body-inner .btn-group.visible-print,
  .body-inner .btn-group-vertical.visible-print,
  .body-inner .btn.visible-print,
  .body-inner span.visible-print,
  .body-inner i.visible-print {
    display: none !important; }
  @media print {
    .body-inner .visible-print {
      display: block !important; }
    .body-inner table.visible-print {
      display: table; }
    .body-inner tr.visible-print {
      display: table-row !important; }
    .body-inner th.visible-print,
    .body-inner td.visible-print {
      display: table-cell !important; }
    .body-inner .btn-group.visible-print,
    .body-inner .btn-group-vertical.visible-print,
    .body-inner .btn.visible-print {
      display: inline-block !important; }
    .body-inner span.visible-print,
    .body-inner i.visible-print {
      display: inline !important; } }
  .body-inner .visible-print-block {
    display: none !important; }
  @media print {
    .body-inner .visible-print-block {
      display: block !important; } }
  .body-inner .visible-print-inline {
    display: none !important; }
  @media print {
    .body-inner .visible-print-inline {
      display: inline !important; } }
  .body-inner .visible-print-inline-block {
    display: none !important; }
  @media print {
    .body-inner .visible-print-inline-block {
      display: inline-block !important; } }
  @media print {
    .body-inner .hidden-print {
      display: none !important; }
    .body-inner tr.hidden-print {
      display: none !important; }
    .body-inner th.hidden-print,
    .body-inner td.hidden-print {
      display: none !important; }
    .body-inner .btn-group.hidden-print,
    .body-inner .btn-group-vertical.hidden-print,
    .body-inner .btn.hidden-print,
    .body-inner span.hidden-print,
    .body-inner i.hidden-print {
      display: none !important; } }
  .body-inner :focus {
    outline: none; }
  .body-inner ::-moz-focus-inner {
    border: none; }
  .body-inner html {
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased; }
  .body-inner body {
    font-weight: 400; }
  .body-inner a {
    outline: none;
    cursor: pointer; }
  .body-inner .img-rounded {
    border-radius: 5px; }
  .body-inner hr.outsider {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #eeeeee; }
  .body-inner h1,
  .body-inner h2,
  .body-inner h3,
  .body-inner h4,
  .body-inner h5,
  .body-inner h6,
  .body-inner .h1,
  .body-inner .h2,
  .body-inner .h3,
  .body-inner .h4,
  .body-inner .h5,
  .body-inner .h6 {
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 400; }
  .body-inner h1,
  .body-inner h2,
  .body-inner .h1,
  .body-inner .h2 {
    margin-top: 0;
    font-weight: 300; }
  .body-inner h1 small,
  .body-inner .h1 small,
  .body-inner h2 small,
  .body-inner .h2 small,
  .body-inner h3 small,
  .body-inner .h3 small {
    font-weight: 300; }
  .body-inner .list-inline > li:first-child {
    padding-left: 0; }
  .body-inner .panel dl {
    margin: 0 auto; }
  .body-inner .panel dl dd {
    margin-bottom: 10px; }
  .body-inner blockquote {
    font-style: italic;
    border-left-width: 2px; }
  .body-inner blockquote.pull-right {
    border-right-width: 2px; }
  .body-inner address {
    display: block; }
  .body-inner kdb,
  .body-inner samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .body-inner pre {
    margin-bottom: 20px; }
  .body-inner pre.prettyprint {
    margin-bottom: 10px; }
  .body-inner .table > thead > tr > th,
  .body-inner .table > tbody > tr > th,
  .body-inner .table > tfoot > tr > th,
  .body-inner .table > thead > tr > td,
  .body-inner .table > tbody > tr > td,
  .body-inner .table > tfoot > tr > td {
    vertical-align: middle; }
  .body-inner .table-responsive {
    overflow-x: auto; }
  @media (max-width: 767px) {
    .body-inner {
      /* Wrap your tables in `.table-flipscroll` and we'll fix the header and make the tbody scrollable */
      /* Force table to not be like tables anymore */ }
      .body-inner .table-flipscroll table,
      .body-inner .table-flipscroll caption,
      .body-inner .table-flipscroll td,
      .body-inner .table-flipscroll thead,
      .body-inner .table-flipscroll thead tr,
      .body-inner .table-flipscroll th,
      .body-inner .table-flipscroll tbody {
        display: block; }
      .body-inner .table-flipscroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        position: relative; }
      .body-inner .table-flipscroll table th,
      .body-inner .table-flipscroll table td {
        margin: 0;
        vertical-align: top; }
      .body-inner .table-flipscroll table th:last-child,
      .body-inner .table-flipscroll table td:last-child {
        border-bottom: 1px solid #e0e0e0; }
      .body-inner .table-flipscroll table td {
        min-height: 1.25em;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-bottom: 0; }
      .body-inner .table-flipscroll table thead {
        float: left; }
      .body-inner .table-flipscroll table th {
        text-align: left;
        border-bottom-width: 1px !important;
        border-left: 0; }
      .body-inner .table-flipscroll table th:first-child {
        border-top: 1px solid transparent !important; }
      .body-inner .table-flipscroll table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap; }
      .body-inner .table-flipscroll table tbody tr {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #e0e0e0; }
      .body-inner .table-vertical {
        /* Hide table headers (but not display: none;, for accessibility) */ }
      .body-inner .table-vertical table,
      .body-inner .table-vertical caption,
      .body-inner .table-vertical thead,
      .body-inner .table-vertical tbody,
      .body-inner .table-vertical th,
      .body-inner .table-vertical td,
      .body-inner .table-vertical tr {
        display: block; }
      .body-inner .table-vertical thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .body-inner .table-vertical tr {
        border: 1px solid #ccc; }
      .body-inner .table-vertical td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left; }
      .body-inner .table-vertical td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title); } }
  .body-inner legend {
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 20px; }
  .body-inner label {
    margin-bottom: 10px;
    font-weight: normal; }
  .body-inner select[multiple] {
    padding: 7px !important; }
  .body-inner .form-control {
    border: 1px solid #e0e0e0;
    color: #707980;
    height: 36px;
    padding: 9px 10px;
    box-shadow: none !important; }
  .body-inner select.form-control {
    padding: 6px 9px 5px 4px; }
  .body-inner .form-control:focus {
    border-color: #006487; }
  .body-inner .input-sm {
    height: 26px !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important; }
  .body-inner select.input-sm {
    height: 26px !important;
    line-height: 26px !important; }
  .body-inner textarea.input-sm,
  .body-inner select[multiple].input-sm {
    height: auto !important; }
  .body-inner .input-lg {
    height: 42px !important;
    padding: 9px 20px !important;
    font-size: 16px !important;
    line-height: 1.33 !important;
    border-radius: 3px !important; }
  .body-inner select.input-lg {
    height: 42px !important;
    line-height: 42px !important; }
  .body-inner textarea.input-lg,
  .body-inner select[multiple].input-lg {
    height: auto !important; }
  .body-inner .form-horizontal .control-label,
  .body-inner .form-control-static {
    padding-top: 8px;
    padding-bottom: 0; }
  .body-inner .form-group {
    margin-bottom: 15px; }
  .body-inner .row-border .form-group {
    border-top: 1px solid #fbfbfb;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 5px;
    padding-right: 5px; }
  .body-inner .row-border .form-group:first-child {
    border-top: 0;
    padding-top: 0; }
  .body-inner .input-group-addon input[type="radio"],
  .body-inner .input-group-addon input[type="checkbox"] {
    position: absolute;
    top: 10px;
    margin: 0 -5px; }
  .body-inner .help-block {
    margin-bottom: 0;
    margin-top: 8px; }
  .body-inner form .ng-dirty.ng-invalid {
    border-color: #b4270f;
    color: #b4270f; }
  .body-inner form .ng-dirty.ng-valid {
    border-color: #507b2c;
    color: #507b2c; }
  .body-inner form .no-validate {
    border: 1px solid #e0e0e0 !important;
    color: #707980 !important; }
  .body-inner .select2-container.ng-dirty {
    border: none !important; }
  .body-inner .input-icon {
    position: relative; }
  .body-inner .input-icon > i,
  .body-inner .input-icon .icon {
    position: absolute;
    display: block;
    margin: 11px 10px;
    line-height: 14px;
    color: #c5cbd1; }
  .body-inner .input-icon > i:hover,
  .body-inner .input-icon .icon:hover {
    text-decoration: none; }
  .body-inner .input-icon > .form-control {
    padding-left: 35px; }
  .body-inner .input-icon.right > i,
  .body-inner .input-icon.right .icon {
    right: 0px;
    float: right; }
  .body-inner .input-icon.right > .form-control {
    padding: 6px 35px 6px 10px; }
  .body-inner .input-icon.right.input-group > i,
  .body-inner .input-icon.right.input-group > .icon {
    right: 0; }
  .body-inner .input-icon.input-group.left > .form-control {
    padding-left: 30px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .input-icon-sm > i {
    margin: 7px; }
  .body-inner .btn {
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 500;
    border-width: 0px;
    padding: 9px 16px;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .btn:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .btn:active,
  .body-inner .btn.active,
  .body-inner .btn.fc-state-active {
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .btn-lg,
  .body-inner .btn-group-lg > .btn {
    padding: 11px 20px; }
  .body-inner .btn-sm,
  .body-inner .btn-group-sm > .btn {
    font-size: 11px;
    padding: 5px 10px; }
  .body-inner .btn-xs,
  .body-inner .btn-group-xs > .btn {
    font-size: 10px;
    padding: 2px 5px; }
  .body-inner .btn-default:hover {
    color: #262d33; }
  .body-inner .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important; }
  .body-inner .btn-link,
  .body-inner .btn-link:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .body-inner .btn-inverse {
    color: #fff;
    background-color: #757575;
    border-color: #757575; }
  .body-inner .btn-inverse:hover,
  .body-inner .btn-inverse:focus,
  .body-inner .btn-inverse.focus,
  .body-inner .btn-inverse:active,
  .body-inner .btn-inverse.active,
  .body-inner .open > .dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: #5b5b5b;
    border-color: #565656; }
  .body-inner .btn-inverse:active,
  .body-inner .btn-inverse.active,
  .body-inner .open > .dropdown-toggle.btn-inverse {
    background-image: none; }
  .body-inner .btn-inverse.disabled,
  .body-inner .btn-inverse[disabled],
  .body-inner fieldset[disabled] .btn-inverse,
  .body-inner .btn-inverse.disabled:hover,
  .body-inner .btn-inverse[disabled]:hover,
  .body-inner fieldset[disabled] .btn-inverse:hover,
  .body-inner .btn-inverse.disabled:focus,
  .body-inner .btn-inverse[disabled]:focus,
  .body-inner fieldset[disabled] .btn-inverse:focus,
  .body-inner .btn-inverse.disabled.focus,
  .body-inner .btn-inverse[disabled].focus,
  .body-inner fieldset[disabled] .btn-inverse.focus,
  .body-inner .btn-inverse.disabled:active,
  .body-inner .btn-inverse[disabled]:active,
  .body-inner fieldset[disabled] .btn-inverse:active,
  .body-inner .btn-inverse.disabled.active,
  .body-inner .btn-inverse[disabled].active,
  .body-inner fieldset[disabled] .btn-inverse.active {
    background-color: #757575;
    border-color: #757575; }
  .body-inner .btn-inverse .badge {
    color: #757575;
    background-color: #fff; }
  .body-inner .btn-white {
    color: #707980;
    background-color: #fff;
    border-color: #eeeeee; }
  .body-inner .btn-white:hover,
  .body-inner .btn-white:focus,
  .body-inner .btn-white.focus,
  .body-inner .btn-white:active,
  .body-inner .btn-white.active,
  .body-inner .open > .dropdown-toggle.btn-white {
    color: #707980;
    background-color: #e6e6e6;
    border-color: #cfcfcf; }
  .body-inner .btn-white:active,
  .body-inner .btn-white.active,
  .body-inner .open > .dropdown-toggle.btn-white {
    background-image: none; }
  .body-inner .btn-white.disabled,
  .body-inner .btn-white[disabled],
  .body-inner fieldset[disabled] .btn-white,
  .body-inner .btn-white.disabled:hover,
  .body-inner .btn-white[disabled]:hover,
  .body-inner fieldset[disabled] .btn-white:hover,
  .body-inner .btn-white.disabled:focus,
  .body-inner .btn-white[disabled]:focus,
  .body-inner fieldset[disabled] .btn-white:focus,
  .body-inner .btn-white.disabled.focus,
  .body-inner .btn-white[disabled].focus,
  .body-inner fieldset[disabled] .btn-white.focus,
  .body-inner .btn-white.disabled:active,
  .body-inner .btn-white[disabled]:active,
  .body-inner fieldset[disabled] .btn-white:active,
  .body-inner .btn-white.disabled.active,
  .body-inner .btn-white[disabled].active,
  .body-inner fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #eeeeee; }
  .body-inner .btn-white .badge {
    color: #fff;
    background-color: #707980; }
  .body-inner .btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-brown {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b; }
  .body-inner .btn-brown:hover,
  .body-inner .btn-brown:focus,
  .body-inner .btn-brown.focus,
  .body-inner .btn-brown:active,
  .body-inner .btn-brown.active,
  .body-inner .open > .dropdown-toggle.btn-brown {
    color: #fff;
    background-color: #962d22;
    border-color: #8e2a20; }
  .body-inner .btn-brown:active,
  .body-inner .btn-brown.active,
  .body-inner .open > .dropdown-toggle.btn-brown {
    background-image: none; }
  .body-inner .btn-brown.disabled,
  .body-inner .btn-brown[disabled],
  .body-inner fieldset[disabled] .btn-brown,
  .body-inner .btn-brown.disabled:hover,
  .body-inner .btn-brown[disabled]:hover,
  .body-inner fieldset[disabled] .btn-brown:hover,
  .body-inner .btn-brown.disabled:focus,
  .body-inner .btn-brown[disabled]:focus,
  .body-inner fieldset[disabled] .btn-brown:focus,
  .body-inner .btn-brown.disabled.focus,
  .body-inner .btn-brown[disabled].focus,
  .body-inner fieldset[disabled] .btn-brown.focus,
  .body-inner .btn-brown.disabled:active,
  .body-inner .btn-brown[disabled]:active,
  .body-inner fieldset[disabled] .btn-brown:active,
  .body-inner .btn-brown.disabled.active,
  .body-inner .btn-brown[disabled].active,
  .body-inner fieldset[disabled] .btn-brown.active {
    background-color: #c0392b;
    border-color: #c0392b; }
  .body-inner .btn-brown .badge {
    color: #c0392b;
    background-color: #fff; }
  .body-inner .btn-indigo {
    color: #fff;
    background-color: #9358ac;
    border-color: #9358ac; }
  .body-inner .btn-indigo:hover,
  .body-inner .btn-indigo:focus,
  .body-inner .btn-indigo.focus,
  .body-inner .btn-indigo:active,
  .body-inner .btn-indigo.active,
  .body-inner .open > .dropdown-toggle.btn-indigo {
    color: #fff;
    background-color: #77458c;
    border-color: #714285; }
  .body-inner .btn-indigo:active,
  .body-inner .btn-indigo.active,
  .body-inner .open > .dropdown-toggle.btn-indigo {
    background-image: none; }
  .body-inner .btn-indigo.disabled,
  .body-inner .btn-indigo[disabled],
  .body-inner fieldset[disabled] .btn-indigo,
  .body-inner .btn-indigo.disabled:hover,
  .body-inner .btn-indigo[disabled]:hover,
  .body-inner fieldset[disabled] .btn-indigo:hover,
  .body-inner .btn-indigo.disabled:focus,
  .body-inner .btn-indigo[disabled]:focus,
  .body-inner fieldset[disabled] .btn-indigo:focus,
  .body-inner .btn-indigo.disabled.focus,
  .body-inner .btn-indigo[disabled].focus,
  .body-inner fieldset[disabled] .btn-indigo.focus,
  .body-inner .btn-indigo.disabled:active,
  .body-inner .btn-indigo[disabled]:active,
  .body-inner fieldset[disabled] .btn-indigo:active,
  .body-inner .btn-indigo.disabled.active,
  .body-inner .btn-indigo[disabled].active,
  .body-inner fieldset[disabled] .btn-indigo.active {
    background-color: #9358ac;
    border-color: #9358ac; }
  .body-inner .btn-indigo .badge {
    color: #9358ac;
    background-color: #fff; }
  .body-inner .btn-orange {
    color: #fff;
    background-color: #f0934e;
    border-color: #f0934e; }
  .body-inner .btn-orange:hover,
  .body-inner .btn-orange:focus,
  .body-inner .btn-orange.focus,
  .body-inner .btn-orange:active,
  .body-inner .btn-orange.active,
  .body-inner .open > .dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #ec761f;
    border-color: #eb7116; }
  .body-inner .btn-orange:active,
  .body-inner .btn-orange.active,
  .body-inner .open > .dropdown-toggle.btn-orange {
    background-image: none; }
  .body-inner .btn-orange.disabled,
  .body-inner .btn-orange[disabled],
  .body-inner fieldset[disabled] .btn-orange,
  .body-inner .btn-orange.disabled:hover,
  .body-inner .btn-orange[disabled]:hover,
  .body-inner fieldset[disabled] .btn-orange:hover,
  .body-inner .btn-orange.disabled:focus,
  .body-inner .btn-orange[disabled]:focus,
  .body-inner fieldset[disabled] .btn-orange:focus,
  .body-inner .btn-orange.disabled.focus,
  .body-inner .btn-orange[disabled].focus,
  .body-inner fieldset[disabled] .btn-orange.focus,
  .body-inner .btn-orange.disabled:active,
  .body-inner .btn-orange[disabled]:active,
  .body-inner fieldset[disabled] .btn-orange:active,
  .body-inner .btn-orange.disabled.active,
  .body-inner .btn-orange[disabled].active,
  .body-inner fieldset[disabled] .btn-orange.active {
    background-color: #f0934e;
    border-color: #f0934e; }
  .body-inner .btn-orange .badge {
    color: #f0934e;
    background-color: #fff; }
  .body-inner .btn-sky {
    color: #fff;
    background-color: #76c4ed;
    border-color: #76c4ed; }
  .body-inner .btn-sky:hover,
  .body-inner .btn-sky:focus,
  .body-inner .btn-sky.focus,
  .body-inner .btn-sky:active,
  .body-inner .btn-sky.active,
  .body-inner .open > .dropdown-toggle.btn-sky {
    color: #fff;
    background-color: #49b1e7;
    border-color: #40ade6; }
  .body-inner .btn-sky:active,
  .body-inner .btn-sky.active,
  .body-inner .open > .dropdown-toggle.btn-sky {
    background-image: none; }
  .body-inner .btn-sky.disabled,
  .body-inner .btn-sky[disabled],
  .body-inner fieldset[disabled] .btn-sky,
  .body-inner .btn-sky.disabled:hover,
  .body-inner .btn-sky[disabled]:hover,
  .body-inner fieldset[disabled] .btn-sky:hover,
  .body-inner .btn-sky.disabled:focus,
  .body-inner .btn-sky[disabled]:focus,
  .body-inner fieldset[disabled] .btn-sky:focus,
  .body-inner .btn-sky.disabled.focus,
  .body-inner .btn-sky[disabled].focus,
  .body-inner fieldset[disabled] .btn-sky.focus,
  .body-inner .btn-sky.disabled:active,
  .body-inner .btn-sky[disabled]:active,
  .body-inner fieldset[disabled] .btn-sky:active,
  .body-inner .btn-sky.disabled.active,
  .body-inner .btn-sky[disabled].active,
  .body-inner fieldset[disabled] .btn-sky.active {
    background-color: #76c4ed;
    border-color: #76c4ed; }
  .body-inner .btn-sky .badge {
    color: #76c4ed;
    background-color: #fff; }
  .body-inner .btn-midnightblue {
    color: #fff;
    background-color: #37444e;
    border-color: #37444e; }
  .body-inner .btn-midnightblue:hover,
  .body-inner .btn-midnightblue:focus,
  .body-inner .btn-midnightblue.focus,
  .body-inner .btn-midnightblue:active,
  .body-inner .btn-midnightblue.active,
  .body-inner .open > .dropdown-toggle.btn-midnightblue {
    color: #fff;
    background-color: #222a30;
    border-color: #1e252a; }
  .body-inner .btn-midnightblue:active,
  .body-inner .btn-midnightblue.active,
  .body-inner .open > .dropdown-toggle.btn-midnightblue {
    background-image: none; }
  .body-inner .btn-midnightblue.disabled,
  .body-inner .btn-midnightblue[disabled],
  .body-inner fieldset[disabled] .btn-midnightblue,
  .body-inner .btn-midnightblue.disabled:hover,
  .body-inner .btn-midnightblue[disabled]:hover,
  .body-inner fieldset[disabled] .btn-midnightblue:hover,
  .body-inner .btn-midnightblue.disabled:focus,
  .body-inner .btn-midnightblue[disabled]:focus,
  .body-inner fieldset[disabled] .btn-midnightblue:focus,
  .body-inner .btn-midnightblue.disabled.focus,
  .body-inner .btn-midnightblue[disabled].focus,
  .body-inner fieldset[disabled] .btn-midnightblue.focus,
  .body-inner .btn-midnightblue.disabled:active,
  .body-inner .btn-midnightblue[disabled]:active,
  .body-inner fieldset[disabled] .btn-midnightblue:active,
  .body-inner .btn-midnightblue.disabled.active,
  .body-inner .btn-midnightblue[disabled].active,
  .body-inner fieldset[disabled] .btn-midnightblue.active {
    background-color: #37444e;
    border-color: #37444e; }
  .body-inner .btn-midnightblue .badge {
    color: #37444e;
    background-color: #fff; }
  .body-inner .btn-magenta {
    color: #fff;
    background-color: #e06d94;
    border-color: #e06d94; }
  .body-inner .btn-magenta:hover,
  .body-inner .btn-magenta:focus,
  .body-inner .btn-magenta.focus,
  .body-inner .btn-magenta:active,
  .body-inner .btn-magenta.active,
  .body-inner .open > .dropdown-toggle.btn-magenta {
    color: #fff;
    background-color: #d74375;
    border-color: #d53b6f; }
  .body-inner .btn-magenta:active,
  .body-inner .btn-magenta.active,
  .body-inner .open > .dropdown-toggle.btn-magenta {
    background-image: none; }
  .body-inner .btn-magenta.disabled,
  .body-inner .btn-magenta[disabled],
  .body-inner fieldset[disabled] .btn-magenta,
  .body-inner .btn-magenta.disabled:hover,
  .body-inner .btn-magenta[disabled]:hover,
  .body-inner fieldset[disabled] .btn-magenta:hover,
  .body-inner .btn-magenta.disabled:focus,
  .body-inner .btn-magenta[disabled]:focus,
  .body-inner fieldset[disabled] .btn-magenta:focus,
  .body-inner .btn-magenta.disabled.focus,
  .body-inner .btn-magenta[disabled].focus,
  .body-inner fieldset[disabled] .btn-magenta.focus,
  .body-inner .btn-magenta.disabled:active,
  .body-inner .btn-magenta[disabled]:active,
  .body-inner fieldset[disabled] .btn-magenta:active,
  .body-inner .btn-magenta.disabled.active,
  .body-inner .btn-magenta[disabled].active,
  .body-inner fieldset[disabled] .btn-magenta.active {
    background-color: #e06d94;
    border-color: #e06d94; }
  .body-inner .btn-magenta .badge {
    color: #e06d94;
    background-color: #fff; }
  .body-inner .btn-green {
    color: #fff;
    background-color: #15a1a1;
    border-color: #15a1a1; }
  .body-inner .btn-green:hover,
  .body-inner .btn-green:focus,
  .body-inner .btn-green.focus,
  .body-inner .btn-green:active,
  .body-inner .btn-green.active,
  .body-inner .open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #0f7474;
    border-color: #0e6b6b; }
  .body-inner .btn-green:active,
  .body-inner .btn-green.active,
  .body-inner .open > .dropdown-toggle.btn-green {
    background-image: none; }
  .body-inner .btn-green.disabled,
  .body-inner .btn-green[disabled],
  .body-inner fieldset[disabled] .btn-green,
  .body-inner .btn-green.disabled:hover,
  .body-inner .btn-green[disabled]:hover,
  .body-inner fieldset[disabled] .btn-green:hover,
  .body-inner .btn-green.disabled:focus,
  .body-inner .btn-green[disabled]:focus,
  .body-inner fieldset[disabled] .btn-green:focus,
  .body-inner .btn-green.disabled.focus,
  .body-inner .btn-green[disabled].focus,
  .body-inner fieldset[disabled] .btn-green.focus,
  .body-inner .btn-green.disabled:active,
  .body-inner .btn-green[disabled]:active,
  .body-inner fieldset[disabled] .btn-green:active,
  .body-inner .btn-green.disabled.active,
  .body-inner .btn-green[disabled].active,
  .body-inner fieldset[disabled] .btn-green.active {
    background-color: #15a1a1;
    border-color: #15a1a1; }
  .body-inner .btn-green .badge {
    color: #15a1a1;
    background-color: #fff; }
  .body-inner .btn-purple {
    color: #fff;
    background-color: #e044ab;
    border-color: #e044ab; }
  .body-inner .btn-purple:hover,
  .body-inner .btn-purple:focus,
  .body-inner .btn-purple.focus,
  .body-inner .btn-purple:active,
  .body-inner .btn-purple.active,
  .body-inner .open > .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #cf2294;
    border-color: #c6218e; }
  .body-inner .btn-purple:active,
  .body-inner .btn-purple.active,
  .body-inner .open > .dropdown-toggle.btn-purple {
    background-image: none; }
  .body-inner .btn-purple.disabled,
  .body-inner .btn-purple[disabled],
  .body-inner fieldset[disabled] .btn-purple,
  .body-inner .btn-purple.disabled:hover,
  .body-inner .btn-purple[disabled]:hover,
  .body-inner fieldset[disabled] .btn-purple:hover,
  .body-inner .btn-purple.disabled:focus,
  .body-inner .btn-purple[disabled]:focus,
  .body-inner fieldset[disabled] .btn-purple:focus,
  .body-inner .btn-purple.disabled.focus,
  .body-inner .btn-purple[disabled].focus,
  .body-inner fieldset[disabled] .btn-purple.focus,
  .body-inner .btn-purple.disabled:active,
  .body-inner .btn-purple[disabled]:active,
  .body-inner fieldset[disabled] .btn-purple:active,
  .body-inner .btn-purple.disabled.active,
  .body-inner .btn-purple[disabled].active,
  .body-inner fieldset[disabled] .btn-purple.active {
    background-color: #e044ab;
    border-color: #e044ab; }
  .body-inner .btn-purple .badge {
    color: #e044ab;
    background-color: #fff; }
  .body-inner .btn-alizarin {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .body-inner .btn-alizarin:hover,
  .body-inner .btn-alizarin:focus,
  .body-inner .btn-alizarin.focus,
  .body-inner .btn-alizarin:active,
  .body-inner .btn-alizarin.active,
  .body-inner .open > .dropdown-toggle.btn-alizarin {
    color: #fff;
    background-color: #d62c1a;
    border-color: #cd2a19; }
  .body-inner .btn-alizarin:active,
  .body-inner .btn-alizarin.active,
  .body-inner .open > .dropdown-toggle.btn-alizarin {
    background-image: none; }
  .body-inner .btn-alizarin.disabled,
  .body-inner .btn-alizarin[disabled],
  .body-inner fieldset[disabled] .btn-alizarin,
  .body-inner .btn-alizarin.disabled:hover,
  .body-inner .btn-alizarin[disabled]:hover,
  .body-inner fieldset[disabled] .btn-alizarin:hover,
  .body-inner .btn-alizarin.disabled:focus,
  .body-inner .btn-alizarin[disabled]:focus,
  .body-inner fieldset[disabled] .btn-alizarin:focus,
  .body-inner .btn-alizarin.disabled.focus,
  .body-inner .btn-alizarin[disabled].focus,
  .body-inner fieldset[disabled] .btn-alizarin.focus,
  .body-inner .btn-alizarin.disabled:active,
  .body-inner .btn-alizarin[disabled]:active,
  .body-inner fieldset[disabled] .btn-alizarin:active,
  .body-inner .btn-alizarin.disabled.active,
  .body-inner .btn-alizarin[disabled].active,
  .body-inner fieldset[disabled] .btn-alizarin.active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .body-inner .btn-alizarin .badge {
    color: #e74c3c;
    background-color: #fff; }
  .body-inner .btn-block + .btn-block {
    margin-top: 10px; }
  .body-inner .btn-default-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fafafa;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-default-alt:hover,
  .body-inner .btn-default-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #e1e1e1; }
  .body-inner .btn-default-alt:active,
  .body-inner .btn-default-alt.active {
    border-color: #fafafa;
    background-color: #fafafa;
    color: #fff; }
  .body-inner .btn-default-alt.disabled,
  .body-inner .btn-default-alt[disabled],
  .body-inner fieldset[disabled] .btn-default-alt,
  .body-inner .btn-default-alt.disabled:hover,
  .body-inner .btn-default-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-default-alt:hover,
  .body-inner .btn-default-alt.disabled:focus,
  .body-inner .btn-default-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-default-alt:focus {
    box-shadow: none !important;
    border-color: #fafafa; }
  .body-inner .btn-default-alt.disabled:active,
  .body-inner .btn-default-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-default-alt:active,
  .body-inner .btn-default-alt.disabled.active,
  .body-inner .btn-default-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-default-alt.active {
    border-color: #fafafa;
    background-color: #fafafa;
    color: #fff; }
  .body-inner .btn-default-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-default-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-default-alt:active,
  .body-inner .btn-default-alt.active {
    color: #707980 !important; }
  .body-inner .btn-primary-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #006487;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-primary-alt:hover,
  .body-inner .btn-primary-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #003e54; }
  .body-inner .btn-primary-alt:active,
  .body-inner .btn-primary-alt.active {
    border-color: #006487;
    background-color: #006487;
    color: #fff; }
  .body-inner .btn-primary-alt.disabled,
  .body-inner .btn-primary-alt[disabled],
  .body-inner fieldset[disabled] .btn-primary-alt,
  .body-inner .btn-primary-alt.disabled:hover,
  .body-inner .btn-primary-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-primary-alt:hover,
  .body-inner .btn-primary-alt.disabled:focus,
  .body-inner .btn-primary-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-primary-alt:focus {
    box-shadow: none !important;
    border-color: #006487; }
  .body-inner .btn-primary-alt.disabled:active,
  .body-inner .btn-primary-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-primary-alt:active,
  .body-inner .btn-primary-alt.disabled.active,
  .body-inner .btn-primary-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-primary-alt.active {
    border-color: #006487;
    background-color: #006487;
    color: #fff; }
  .body-inner .btn-primary-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-primary-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-warning-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffb900;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-warning-alt:hover,
  .body-inner .btn-warning-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cc9400; }
  .body-inner .btn-warning-alt:active,
  .body-inner .btn-warning-alt.active {
    border-color: #ffb900;
    background-color: #ffb900;
    color: #fff; }
  .body-inner .btn-warning-alt.disabled,
  .body-inner .btn-warning-alt[disabled],
  .body-inner fieldset[disabled] .btn-warning-alt,
  .body-inner .btn-warning-alt.disabled:hover,
  .body-inner .btn-warning-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-warning-alt:hover,
  .body-inner .btn-warning-alt.disabled:focus,
  .body-inner .btn-warning-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-warning-alt:focus {
    box-shadow: none !important;
    border-color: #ffb900; }
  .body-inner .btn-warning-alt.disabled:active,
  .body-inner .btn-warning-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-warning-alt:active,
  .body-inner .btn-warning-alt.disabled.active,
  .body-inner .btn-warning-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-warning-alt.active {
    border-color: #ffb900;
    background-color: #ffb900;
    color: #fff; }
  .body-inner .btn-warning-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-warning-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-danger-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ef553a;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-danger-alt:hover,
  .body-inner .btn-danger-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #e43212; }
  .body-inner .btn-danger-alt:active,
  .body-inner .btn-danger-alt.active {
    border-color: #ef553a;
    background-color: #ef553a;
    color: #fff; }
  .body-inner .btn-danger-alt.disabled,
  .body-inner .btn-danger-alt[disabled],
  .body-inner fieldset[disabled] .btn-danger-alt,
  .body-inner .btn-danger-alt.disabled:hover,
  .body-inner .btn-danger-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-danger-alt:hover,
  .body-inner .btn-danger-alt.disabled:focus,
  .body-inner .btn-danger-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-danger-alt:focus {
    box-shadow: none !important;
    border-color: #ef553a; }
  .body-inner .btn-danger-alt.disabled:active,
  .body-inner .btn-danger-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-danger-alt:active,
  .body-inner .btn-danger-alt.disabled.active,
  .body-inner .btn-danger-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-danger-alt.active {
    border-color: #ef553a;
    background-color: #ef553a;
    color: #fff; }
  .body-inner .btn-danger-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-danger-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-success-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #81c04d;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-success-alt:hover,
  .body-inner .btn-success-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #68a139; }
  .body-inner .btn-success-alt:active,
  .body-inner .btn-success-alt.active {
    border-color: #81c04d;
    background-color: #81c04d;
    color: #fff; }
  .body-inner .btn-success-alt.disabled,
  .body-inner .btn-success-alt[disabled],
  .body-inner fieldset[disabled] .btn-success-alt,
  .body-inner .btn-success-alt.disabled:hover,
  .body-inner .btn-success-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-success-alt:hover,
  .body-inner .btn-success-alt.disabled:focus,
  .body-inner .btn-success-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-success-alt:focus {
    box-shadow: none !important;
    border-color: #81c04d; }
  .body-inner .btn-success-alt.disabled:active,
  .body-inner .btn-success-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-success-alt:active,
  .body-inner .btn-success-alt.disabled.active,
  .body-inner .btn-success-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-success-alt.active {
    border-color: #81c04d;
    background-color: #81c04d;
    color: #fff; }
  .body-inner .btn-success-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-success-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-info-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #50bed7;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-info-alt:hover,
  .body-inner .btn-info-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #2daac7; }
  .body-inner .btn-info-alt:active,
  .body-inner .btn-info-alt.active {
    border-color: #50bed7;
    background-color: #50bed7;
    color: #fff; }
  .body-inner .btn-info-alt.disabled,
  .body-inner .btn-info-alt[disabled],
  .body-inner fieldset[disabled] .btn-info-alt,
  .body-inner .btn-info-alt.disabled:hover,
  .body-inner .btn-info-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-info-alt:hover,
  .body-inner .btn-info-alt.disabled:focus,
  .body-inner .btn-info-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-info-alt:focus {
    box-shadow: none !important;
    border-color: #50bed7; }
  .body-inner .btn-info-alt.disabled:active,
  .body-inner .btn-info-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-info-alt:active,
  .body-inner .btn-info-alt.disabled.active,
  .body-inner .btn-info-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-info-alt.active {
    border-color: #50bed7;
    background-color: #50bed7;
    color: #fff; }
  .body-inner .btn-info-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-info-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-inverse-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #757575;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-inverse-alt:hover,
  .body-inner .btn-inverse-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #5b5b5b; }
  .body-inner .btn-inverse-alt:active,
  .body-inner .btn-inverse-alt.active {
    border-color: #757575;
    background-color: #757575;
    color: #fff; }
  .body-inner .btn-inverse-alt.disabled,
  .body-inner .btn-inverse-alt[disabled],
  .body-inner fieldset[disabled] .btn-inverse-alt,
  .body-inner .btn-inverse-alt.disabled:hover,
  .body-inner .btn-inverse-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-inverse-alt:hover,
  .body-inner .btn-inverse-alt.disabled:focus,
  .body-inner .btn-inverse-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-inverse-alt:focus {
    box-shadow: none !important;
    border-color: #757575; }
  .body-inner .btn-inverse-alt.disabled:active,
  .body-inner .btn-inverse-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-inverse-alt:active,
  .body-inner .btn-inverse-alt.disabled.active,
  .body-inner .btn-inverse-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-inverse-alt.active {
    border-color: #757575;
    background-color: #757575;
    color: #fff; }
  .body-inner .btn-inverse-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-inverse-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-brown-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #c0392b;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-brown-alt:hover,
  .body-inner .btn-brown-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #962d22; }
  .body-inner .btn-brown-alt:active,
  .body-inner .btn-brown-alt.active {
    border-color: #c0392b;
    background-color: #c0392b;
    color: #fff; }
  .body-inner .btn-brown-alt.disabled,
  .body-inner .btn-brown-alt[disabled],
  .body-inner fieldset[disabled] .btn-brown-alt,
  .body-inner .btn-brown-alt.disabled:hover,
  .body-inner .btn-brown-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-brown-alt:hover,
  .body-inner .btn-brown-alt.disabled:focus,
  .body-inner .btn-brown-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-brown-alt:focus {
    box-shadow: none !important;
    border-color: #c0392b; }
  .body-inner .btn-brown-alt.disabled:active,
  .body-inner .btn-brown-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-brown-alt:active,
  .body-inner .btn-brown-alt.disabled.active,
  .body-inner .btn-brown-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-brown-alt.active {
    border-color: #c0392b;
    background-color: #c0392b;
    color: #fff; }
  .body-inner .btn-brown-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-brown-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-indigo-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #9358ac;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-indigo-alt:hover,
  .body-inner .btn-indigo-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #77458c; }
  .body-inner .btn-indigo-alt:active,
  .body-inner .btn-indigo-alt.active {
    border-color: #9358ac;
    background-color: #9358ac;
    color: #fff; }
  .body-inner .btn-indigo-alt.disabled,
  .body-inner .btn-indigo-alt[disabled],
  .body-inner fieldset[disabled] .btn-indigo-alt,
  .body-inner .btn-indigo-alt.disabled:hover,
  .body-inner .btn-indigo-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-indigo-alt:hover,
  .body-inner .btn-indigo-alt.disabled:focus,
  .body-inner .btn-indigo-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-indigo-alt:focus {
    box-shadow: none !important;
    border-color: #9358ac; }
  .body-inner .btn-indigo-alt.disabled:active,
  .body-inner .btn-indigo-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-indigo-alt:active,
  .body-inner .btn-indigo-alt.disabled.active,
  .body-inner .btn-indigo-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-indigo-alt.active {
    border-color: #9358ac;
    background-color: #9358ac;
    color: #fff; }
  .body-inner .btn-indigo-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-indigo-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-orange-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #f0934e;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-orange-alt:hover,
  .body-inner .btn-orange-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #ec761f; }
  .body-inner .btn-orange-alt:active,
  .body-inner .btn-orange-alt.active {
    border-color: #f0934e;
    background-color: #f0934e;
    color: #fff; }
  .body-inner .btn-orange-alt.disabled,
  .body-inner .btn-orange-alt[disabled],
  .body-inner fieldset[disabled] .btn-orange-alt,
  .body-inner .btn-orange-alt.disabled:hover,
  .body-inner .btn-orange-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-orange-alt:hover,
  .body-inner .btn-orange-alt.disabled:focus,
  .body-inner .btn-orange-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-orange-alt:focus {
    box-shadow: none !important;
    border-color: #f0934e; }
  .body-inner .btn-orange-alt.disabled:active,
  .body-inner .btn-orange-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-orange-alt:active,
  .body-inner .btn-orange-alt.disabled.active,
  .body-inner .btn-orange-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-orange-alt.active {
    border-color: #f0934e;
    background-color: #f0934e;
    color: #fff; }
  .body-inner .btn-orange-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-orange-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-sky-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #76c4ed;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-sky-alt:hover,
  .body-inner .btn-sky-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #49b1e7; }
  .body-inner .btn-sky-alt:active,
  .body-inner .btn-sky-alt.active {
    border-color: #76c4ed;
    background-color: #76c4ed;
    color: #fff; }
  .body-inner .btn-sky-alt.disabled,
  .body-inner .btn-sky-alt[disabled],
  .body-inner fieldset[disabled] .btn-sky-alt,
  .body-inner .btn-sky-alt.disabled:hover,
  .body-inner .btn-sky-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-sky-alt:hover,
  .body-inner .btn-sky-alt.disabled:focus,
  .body-inner .btn-sky-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-sky-alt:focus {
    box-shadow: none !important;
    border-color: #76c4ed; }
  .body-inner .btn-sky-alt.disabled:active,
  .body-inner .btn-sky-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-sky-alt:active,
  .body-inner .btn-sky-alt.disabled.active,
  .body-inner .btn-sky-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-sky-alt.active {
    border-color: #76c4ed;
    background-color: #76c4ed;
    color: #fff; }
  .body-inner .btn-sky-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-sky-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-midnightblue-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #37444e;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-midnightblue-alt:hover,
  .body-inner .btn-midnightblue-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #222a30; }
  .body-inner .btn-midnightblue-alt:active,
  .body-inner .btn-midnightblue-alt.active {
    border-color: #37444e;
    background-color: #37444e;
    color: #fff; }
  .body-inner .btn-midnightblue-alt.disabled,
  .body-inner .btn-midnightblue-alt[disabled],
  .body-inner fieldset[disabled] .btn-midnightblue-alt,
  .body-inner .btn-midnightblue-alt.disabled:hover,
  .body-inner .btn-midnightblue-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-midnightblue-alt:hover,
  .body-inner .btn-midnightblue-alt.disabled:focus,
  .body-inner .btn-midnightblue-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-midnightblue-alt:focus {
    box-shadow: none !important;
    border-color: #37444e; }
  .body-inner .btn-midnightblue-alt.disabled:active,
  .body-inner .btn-midnightblue-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-midnightblue-alt:active,
  .body-inner .btn-midnightblue-alt.disabled.active,
  .body-inner .btn-midnightblue-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-midnightblue-alt.active {
    border-color: #37444e;
    background-color: #37444e;
    color: #fff; }
  .body-inner .btn-midnightblue-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-midnightblue-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-magenta-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e06d94;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-magenta-alt:hover,
  .body-inner .btn-magenta-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d74375; }
  .body-inner .btn-magenta-alt:active,
  .body-inner .btn-magenta-alt.active {
    border-color: #e06d94;
    background-color: #e06d94;
    color: #fff; }
  .body-inner .btn-magenta-alt.disabled,
  .body-inner .btn-magenta-alt[disabled],
  .body-inner fieldset[disabled] .btn-magenta-alt,
  .body-inner .btn-magenta-alt.disabled:hover,
  .body-inner .btn-magenta-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-magenta-alt:hover,
  .body-inner .btn-magenta-alt.disabled:focus,
  .body-inner .btn-magenta-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-magenta-alt:focus {
    box-shadow: none !important;
    border-color: #e06d94; }
  .body-inner .btn-magenta-alt.disabled:active,
  .body-inner .btn-magenta-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-magenta-alt:active,
  .body-inner .btn-magenta-alt.disabled.active,
  .body-inner .btn-magenta-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-magenta-alt.active {
    border-color: #e06d94;
    background-color: #e06d94;
    color: #fff; }
  .body-inner .btn-magenta-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-magenta-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-green-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #15a1a1;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-green-alt:hover,
  .body-inner .btn-green-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #0f7474; }
  .body-inner .btn-green-alt:active,
  .body-inner .btn-green-alt.active {
    border-color: #15a1a1;
    background-color: #15a1a1;
    color: #fff; }
  .body-inner .btn-green-alt.disabled,
  .body-inner .btn-green-alt[disabled],
  .body-inner fieldset[disabled] .btn-green-alt,
  .body-inner .btn-green-alt.disabled:hover,
  .body-inner .btn-green-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-green-alt:hover,
  .body-inner .btn-green-alt.disabled:focus,
  .body-inner .btn-green-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-green-alt:focus {
    box-shadow: none !important;
    border-color: #15a1a1; }
  .body-inner .btn-green-alt.disabled:active,
  .body-inner .btn-green-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-green-alt:active,
  .body-inner .btn-green-alt.disabled.active,
  .body-inner .btn-green-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-green-alt.active {
    border-color: #15a1a1;
    background-color: #15a1a1;
    color: #fff; }
  .body-inner .btn-green-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-green-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-purple-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e044ab;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-purple-alt:hover,
  .body-inner .btn-purple-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cf2294; }
  .body-inner .btn-purple-alt:active,
  .body-inner .btn-purple-alt.active {
    border-color: #e044ab;
    background-color: #e044ab;
    color: #fff; }
  .body-inner .btn-purple-alt.disabled,
  .body-inner .btn-purple-alt[disabled],
  .body-inner fieldset[disabled] .btn-purple-alt,
  .body-inner .btn-purple-alt.disabled:hover,
  .body-inner .btn-purple-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-purple-alt:hover,
  .body-inner .btn-purple-alt.disabled:focus,
  .body-inner .btn-purple-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-purple-alt:focus {
    box-shadow: none !important;
    border-color: #e044ab; }
  .body-inner .btn-purple-alt.disabled:active,
  .body-inner .btn-purple-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-purple-alt:active,
  .body-inner .btn-purple-alt.disabled.active,
  .body-inner .btn-purple-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-purple-alt.active {
    border-color: #e044ab;
    background-color: #e044ab;
    color: #fff; }
  .body-inner .btn-purple-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-purple-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn-alizarin-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e74c3c;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn-alizarin-alt:hover,
  .body-inner .btn-alizarin-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d62c1a; }
  .body-inner .btn-alizarin-alt:active,
  .body-inner .btn-alizarin-alt.active {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff; }
  .body-inner .btn-alizarin-alt.disabled,
  .body-inner .btn-alizarin-alt[disabled],
  .body-inner fieldset[disabled] .btn-alizarin-alt,
  .body-inner .btn-alizarin-alt.disabled:hover,
  .body-inner .btn-alizarin-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn-alizarin-alt:hover,
  .body-inner .btn-alizarin-alt.disabled:focus,
  .body-inner .btn-alizarin-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn-alizarin-alt:focus {
    box-shadow: none !important;
    border-color: #e74c3c; }
  .body-inner .btn-alizarin-alt.disabled:active,
  .body-inner .btn-alizarin-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn-alizarin-alt:active,
  .body-inner .btn-alizarin-alt.disabled.active,
  .body-inner .btn-alizarin-alt[disabled].active,
  .body-inner fieldset[disabled] .btn-alizarin-alt.active {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff; }
  .body-inner .btn-alizarin-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn-alizarin-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn[class*="alt"] {
    padding: 8px 15px; }
  .body-inner .btn-lg[class*="alt"] {
    padding: 9px 19px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 3px;
    padding: 10px 19px; }
  .body-inner .btn-sm[class*="alt"] {
    line-height: 1.5;
    border-radius: 3px;
    padding: 4px 9px;
    font-size: 11px; }
  .body-inner .btn-xs[class*="alt"] {
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 4px;
    font-size: 10px; }
  .body-inner .btn.btn-social {
    color: #fff;
    padding: 9px 16px; }
  .body-inner .btn.btn-social.btn-xs {
    padding: 2px 5px; }
  .body-inner .btn.btn-social.btn-sm {
    padding: 5px 10px; }
  .body-inner .btn.btn-social.btn-lg {
    padding: 11px 20px; }
  .body-inner .btn.btn-social.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .body-inner .btn.btn-social.btn-facebook:hover,
  .body-inner .btn.btn-social.btn-facebook:focus,
  .body-inner .btn.btn-social.btn-facebook.focus,
  .body-inner .btn.btn-social.btn-facebook:active,
  .body-inner .btn.btn-social.btn-facebook.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .body-inner .btn.btn-social.btn-facebook:active,
  .body-inner .btn.btn-social.btn-facebook.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-facebook {
    background-image: none; }
  .body-inner .btn.btn-social.btn-facebook.disabled,
  .body-inner .btn.btn-social.btn-facebook[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook,
  .body-inner .btn.btn-social.btn-facebook.disabled:hover,
  .body-inner .btn.btn-social.btn-facebook[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook:hover,
  .body-inner .btn.btn-social.btn-facebook.disabled:focus,
  .body-inner .btn.btn-social.btn-facebook[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook:focus,
  .body-inner .btn.btn-social.btn-facebook.disabled.focus,
  .body-inner .btn.btn-social.btn-facebook[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook.focus,
  .body-inner .btn.btn-social.btn-facebook.disabled:active,
  .body-inner .btn.btn-social.btn-facebook[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook:active,
  .body-inner .btn.btn-social.btn-facebook.disabled.active,
  .body-inner .btn.btn-social.btn-facebook[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .body-inner .btn.btn-social.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced; }
  .body-inner .btn.btn-social.btn-twitter:hover,
  .body-inner .btn.btn-social.btn-twitter:focus,
  .body-inner .btn.btn-social.btn-twitter.focus,
  .body-inner .btn.btn-social.btn-twitter:active,
  .body-inner .btn.btn-social.btn-twitter.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-twitter {
    color: #fff;
    background-color: #0087ba;
    border-color: #0080b0; }
  .body-inner .btn.btn-social.btn-twitter:active,
  .body-inner .btn.btn-social.btn-twitter.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-twitter {
    background-image: none; }
  .body-inner .btn.btn-social.btn-twitter.disabled,
  .body-inner .btn.btn-social.btn-twitter[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter,
  .body-inner .btn.btn-social.btn-twitter.disabled:hover,
  .body-inner .btn.btn-social.btn-twitter[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter:hover,
  .body-inner .btn.btn-social.btn-twitter.disabled:focus,
  .body-inner .btn.btn-social.btn-twitter[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter:focus,
  .body-inner .btn.btn-social.btn-twitter.disabled.focus,
  .body-inner .btn.btn-social.btn-twitter[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter.focus,
  .body-inner .btn.btn-social.btn-twitter.disabled:active,
  .body-inner .btn.btn-social.btn-twitter[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter:active,
  .body-inner .btn.btn-social.btn-twitter.disabled.active,
  .body-inner .btn.btn-social.btn-twitter[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter.active {
    background-color: #00aced;
    border-color: #00aced; }
  .body-inner .btn.btn-social.btn-twitter .badge {
    color: #00aced;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-github {
    color: #fff;
    background-color: #4183c4;
    border-color: #4183c4; }
  .body-inner .btn.btn-social.btn-github:hover,
  .body-inner .btn.btn-social.btn-github:focus,
  .body-inner .btn.btn-social.btn-github.focus,
  .body-inner .btn.btn-social.btn-github:active,
  .body-inner .btn.btn-social.btn-github.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-github {
    color: #fff;
    background-color: #3269a0;
    border-color: #2f6498; }
  .body-inner .btn.btn-social.btn-github:active,
  .body-inner .btn.btn-social.btn-github.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-github {
    background-image: none; }
  .body-inner .btn.btn-social.btn-github.disabled,
  .body-inner .btn.btn-social.btn-github[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-github,
  .body-inner .btn.btn-social.btn-github.disabled:hover,
  .body-inner .btn.btn-social.btn-github[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github:hover,
  .body-inner .btn.btn-social.btn-github.disabled:focus,
  .body-inner .btn.btn-social.btn-github[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github:focus,
  .body-inner .btn.btn-social.btn-github.disabled.focus,
  .body-inner .btn.btn-social.btn-github[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github.focus,
  .body-inner .btn.btn-social.btn-github.disabled:active,
  .body-inner .btn.btn-social.btn-github[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github:active,
  .body-inner .btn.btn-social.btn-github.disabled.active,
  .body-inner .btn.btn-social.btn-github[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github.active {
    background-color: #4183c4;
    border-color: #4183c4; }
  .body-inner .btn.btn-social.btn-github .badge {
    color: #4183c4;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-behance {
    color: #fff;
    background-color: #1769ff;
    border-color: #1769ff; }
  .body-inner .btn.btn-social.btn-behance:hover,
  .body-inner .btn.btn-social.btn-behance:focus,
  .body-inner .btn.btn-social.btn-behance.focus,
  .body-inner .btn.btn-social.btn-behance:active,
  .body-inner .btn.btn-social.btn-behance.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-behance {
    color: #fff;
    background-color: #0050e3;
    border-color: #004dd9; }
  .body-inner .btn.btn-social.btn-behance:active,
  .body-inner .btn.btn-social.btn-behance.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-behance {
    background-image: none; }
  .body-inner .btn.btn-social.btn-behance.disabled,
  .body-inner .btn.btn-social.btn-behance[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance,
  .body-inner .btn.btn-social.btn-behance.disabled:hover,
  .body-inner .btn.btn-social.btn-behance[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance:hover,
  .body-inner .btn.btn-social.btn-behance.disabled:focus,
  .body-inner .btn.btn-social.btn-behance[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance:focus,
  .body-inner .btn.btn-social.btn-behance.disabled.focus,
  .body-inner .btn.btn-social.btn-behance[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance.focus,
  .body-inner .btn.btn-social.btn-behance.disabled:active,
  .body-inner .btn.btn-social.btn-behance[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance:active,
  .body-inner .btn.btn-social.btn-behance.disabled.active,
  .body-inner .btn.btn-social.btn-behance[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance.active {
    background-color: #1769ff;
    border-color: #1769ff; }
  .body-inner .btn.btn-social.btn-behance .badge {
    color: #1769ff;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-flickr {
    color: #fff;
    background-color: #0063db;
    border-color: #0063db; }
  .body-inner .btn.btn-social.btn-flickr:hover,
  .body-inner .btn.btn-social.btn-flickr:focus,
  .body-inner .btn.btn-social.btn-flickr.focus,
  .body-inner .btn.btn-social.btn-flickr:active,
  .body-inner .btn.btn-social.btn-flickr.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-flickr {
    color: #fff;
    background-color: #004ca8;
    border-color: #00479e; }
  .body-inner .btn.btn-social.btn-flickr:active,
  .body-inner .btn.btn-social.btn-flickr.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-flickr {
    background-image: none; }
  .body-inner .btn.btn-social.btn-flickr.disabled,
  .body-inner .btn.btn-social.btn-flickr[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr,
  .body-inner .btn.btn-social.btn-flickr.disabled:hover,
  .body-inner .btn.btn-social.btn-flickr[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr:hover,
  .body-inner .btn.btn-social.btn-flickr.disabled:focus,
  .body-inner .btn.btn-social.btn-flickr[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr:focus,
  .body-inner .btn.btn-social.btn-flickr.disabled.focus,
  .body-inner .btn.btn-social.btn-flickr[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr.focus,
  .body-inner .btn.btn-social.btn-flickr.disabled:active,
  .body-inner .btn.btn-social.btn-flickr[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr:active,
  .body-inner .btn.btn-social.btn-flickr.disabled.active,
  .body-inner .btn.btn-social.btn-flickr[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr.active {
    background-color: #0063db;
    border-color: #0063db; }
  .body-inner .btn.btn-social.btn-flickr .badge {
    color: #0063db;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-jsfiddle {
    color: #fff;
    background-color: #4679a4;
    border-color: #4679a4; }
  .body-inner .btn.btn-social.btn-jsfiddle:hover,
  .body-inner .btn.btn-social.btn-jsfiddle:focus,
  .body-inner .btn.btn-social.btn-jsfiddle.focus,
  .body-inner .btn.btn-social.btn-jsfiddle:active,
  .body-inner .btn.btn-social.btn-jsfiddle.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
    color: #fff;
    background-color: #375f80;
    border-color: #345979; }
  .body-inner .btn.btn-social.btn-jsfiddle:active,
  .body-inner .btn.btn-social.btn-jsfiddle.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
    background-image: none; }
  .body-inner .btn.btn-social.btn-jsfiddle.disabled,
  .body-inner .btn.btn-social.btn-jsfiddle[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle,
  .body-inner .btn.btn-social.btn-jsfiddle.disabled:hover,
  .body-inner .btn.btn-social.btn-jsfiddle[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle:hover,
  .body-inner .btn.btn-social.btn-jsfiddle.disabled:focus,
  .body-inner .btn.btn-social.btn-jsfiddle[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle:focus,
  .body-inner .btn.btn-social.btn-jsfiddle.disabled.focus,
  .body-inner .btn.btn-social.btn-jsfiddle[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle.focus,
  .body-inner .btn.btn-social.btn-jsfiddle.disabled:active,
  .body-inner .btn.btn-social.btn-jsfiddle[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle:active,
  .body-inner .btn.btn-social.btn-jsfiddle.disabled.active,
  .body-inner .btn.btn-social.btn-jsfiddle[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle.active {
    background-color: #4679a4;
    border-color: #4679a4; }
  .body-inner .btn.btn-social.btn-jsfiddle .badge {
    color: #4679a4;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-reddit {
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500; }
  .body-inner .btn.btn-social.btn-reddit:hover,
  .body-inner .btn.btn-social.btn-reddit:focus,
  .body-inner .btn.btn-social.btn-reddit.focus,
  .body-inner .btn.btn-social.btn-reddit:active,
  .body-inner .btn.btn-social.btn-reddit.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-reddit {
    color: #fff;
    background-color: #cc3700;
    border-color: #c23400; }
  .body-inner .btn.btn-social.btn-reddit:active,
  .body-inner .btn.btn-social.btn-reddit.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-reddit {
    background-image: none; }
  .body-inner .btn.btn-social.btn-reddit.disabled,
  .body-inner .btn.btn-social.btn-reddit[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit,
  .body-inner .btn.btn-social.btn-reddit.disabled:hover,
  .body-inner .btn.btn-social.btn-reddit[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit:hover,
  .body-inner .btn.btn-social.btn-reddit.disabled:focus,
  .body-inner .btn.btn-social.btn-reddit[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit:focus,
  .body-inner .btn.btn-social.btn-reddit.disabled.focus,
  .body-inner .btn.btn-social.btn-reddit[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit.focus,
  .body-inner .btn.btn-social.btn-reddit.disabled:active,
  .body-inner .btn.btn-social.btn-reddit[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit:active,
  .body-inner .btn.btn-social.btn-reddit.disabled.active,
  .body-inner .btn.btn-social.btn-reddit[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit.active {
    background-color: #ff4500;
    border-color: #ff4500; }
  .body-inner .btn.btn-social.btn-reddit .badge {
    color: #ff4500;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-youtube {
    color: #fff;
    background-color: #cd332d;
    border-color: #cd332d; }
  .body-inner .btn.btn-social.btn-youtube:hover,
  .body-inner .btn.btn-social.btn-youtube:focus,
  .body-inner .btn.btn-social.btn-youtube.focus,
  .body-inner .btn.btn-social.btn-youtube:active,
  .body-inner .btn.btn-social.btn-youtube.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-youtube {
    color: #fff;
    background-color: #a32924;
    border-color: #9b2722; }
  .body-inner .btn.btn-social.btn-youtube:active,
  .body-inner .btn.btn-social.btn-youtube.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-youtube {
    background-image: none; }
  .body-inner .btn.btn-social.btn-youtube.disabled,
  .body-inner .btn.btn-social.btn-youtube[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube,
  .body-inner .btn.btn-social.btn-youtube.disabled:hover,
  .body-inner .btn.btn-social.btn-youtube[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube:hover,
  .body-inner .btn.btn-social.btn-youtube.disabled:focus,
  .body-inner .btn.btn-social.btn-youtube[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube:focus,
  .body-inner .btn.btn-social.btn-youtube.disabled.focus,
  .body-inner .btn.btn-social.btn-youtube[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube.focus,
  .body-inner .btn.btn-social.btn-youtube.disabled:active,
  .body-inner .btn.btn-social.btn-youtube[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube:active,
  .body-inner .btn.btn-social.btn-youtube.disabled.active,
  .body-inner .btn.btn-social.btn-youtube[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube.active {
    background-color: #cd332d;
    border-color: #cd332d; }
  .body-inner .btn.btn-social.btn-youtube .badge {
    color: #cd332d;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-foursquare {
    color: #fff;
    background-color: #2398c9;
    border-color: #2398c9; }
  .body-inner .btn.btn-social.btn-foursquare:hover,
  .body-inner .btn.btn-social.btn-foursquare:focus,
  .body-inner .btn.btn-social.btn-foursquare.focus,
  .body-inner .btn.btn-social.btn-foursquare:active,
  .body-inner .btn.btn-social.btn-foursquare.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-foursquare {
    color: #fff;
    background-color: #1b779e;
    border-color: #1a7195; }
  .body-inner .btn.btn-social.btn-foursquare:active,
  .body-inner .btn.btn-social.btn-foursquare.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-foursquare {
    background-image: none; }
  .body-inner .btn.btn-social.btn-foursquare.disabled,
  .body-inner .btn.btn-social.btn-foursquare[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare,
  .body-inner .btn.btn-social.btn-foursquare.disabled:hover,
  .body-inner .btn.btn-social.btn-foursquare[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare:hover,
  .body-inner .btn.btn-social.btn-foursquare.disabled:focus,
  .body-inner .btn.btn-social.btn-foursquare[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare:focus,
  .body-inner .btn.btn-social.btn-foursquare.disabled.focus,
  .body-inner .btn.btn-social.btn-foursquare[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare.focus,
  .body-inner .btn.btn-social.btn-foursquare.disabled:active,
  .body-inner .btn.btn-social.btn-foursquare[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare:active,
  .body-inner .btn.btn-social.btn-foursquare.disabled.active,
  .body-inner .btn.btn-social.btn-foursquare[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare.active {
    background-color: #2398c9;
    border-color: #2398c9; }
  .body-inner .btn.btn-social.btn-foursquare .badge {
    color: #2398c9;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-google {
    color: #fff;
    background-color: #245dc1;
    border-color: #245dc1; }
  .body-inner .btn.btn-social.btn-google:hover,
  .body-inner .btn.btn-social.btn-google:focus,
  .body-inner .btn.btn-social.btn-google.focus,
  .body-inner .btn.btn-social.btn-google:active,
  .body-inner .btn.btn-social.btn-google.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-google {
    color: #fff;
    background-color: #1c4896;
    border-color: #1a448d; }
  .body-inner .btn.btn-social.btn-google:active,
  .body-inner .btn.btn-social.btn-google.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-google {
    background-image: none; }
  .body-inner .btn.btn-social.btn-google.disabled,
  .body-inner .btn.btn-social.btn-google[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-google,
  .body-inner .btn.btn-social.btn-google.disabled:hover,
  .body-inner .btn.btn-social.btn-google[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google:hover,
  .body-inner .btn.btn-social.btn-google.disabled:focus,
  .body-inner .btn.btn-social.btn-google[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google:focus,
  .body-inner .btn.btn-social.btn-google.disabled.focus,
  .body-inner .btn.btn-social.btn-google[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google.focus,
  .body-inner .btn.btn-social.btn-google.disabled:active,
  .body-inner .btn.btn-social.btn-google[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google:active,
  .body-inner .btn.btn-social.btn-google.disabled.active,
  .body-inner .btn.btn-social.btn-google[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google.active {
    background-color: #245dc1;
    border-color: #245dc1; }
  .body-inner .btn.btn-social.btn-google .badge {
    color: #245dc1;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-apple {
    color: #fff;
    background-color: #b9bfc1;
    border-color: #b9bfc1; }
  .body-inner .btn.btn-social.btn-apple:hover,
  .body-inner .btn.btn-social.btn-apple:focus,
  .body-inner .btn.btn-social.btn-apple.focus,
  .body-inner .btn.btn-social.btn-apple:active,
  .body-inner .btn.btn-social.btn-apple.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-apple {
    color: #fff;
    background-color: #9ea6a9;
    border-color: #99a1a4; }
  .body-inner .btn.btn-social.btn-apple:active,
  .body-inner .btn.btn-social.btn-apple.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-apple {
    background-image: none; }
  .body-inner .btn.btn-social.btn-apple.disabled,
  .body-inner .btn.btn-social.btn-apple[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple,
  .body-inner .btn.btn-social.btn-apple.disabled:hover,
  .body-inner .btn.btn-social.btn-apple[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple:hover,
  .body-inner .btn.btn-social.btn-apple.disabled:focus,
  .body-inner .btn.btn-social.btn-apple[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple:focus,
  .body-inner .btn.btn-social.btn-apple.disabled.focus,
  .body-inner .btn.btn-social.btn-apple[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple.focus,
  .body-inner .btn.btn-social.btn-apple.disabled:active,
  .body-inner .btn.btn-social.btn-apple[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple:active,
  .body-inner .btn.btn-social.btn-apple.disabled.active,
  .body-inner .btn.btn-social.btn-apple[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple.active {
    background-color: #b9bfc1;
    border-color: #b9bfc1; }
  .body-inner .btn.btn-social.btn-apple .badge {
    color: #b9bfc1;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-soundcloud {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600; }
  .body-inner .btn.btn-social.btn-soundcloud:hover,
  .body-inner .btn.btn-social.btn-soundcloud:focus,
  .body-inner .btn.btn-social.btn-soundcloud.focus,
  .body-inner .btn.btn-social.btn-soundcloud:active,
  .body-inner .btn.btn-social.btn-soundcloud.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
    color: #fff;
    background-color: #cc5200;
    border-color: #c24e00; }
  .body-inner .btn.btn-social.btn-soundcloud:active,
  .body-inner .btn.btn-social.btn-soundcloud.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
    background-image: none; }
  .body-inner .btn.btn-social.btn-soundcloud.disabled,
  .body-inner .btn.btn-social.btn-soundcloud[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud,
  .body-inner .btn.btn-social.btn-soundcloud.disabled:hover,
  .body-inner .btn.btn-social.btn-soundcloud[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud:hover,
  .body-inner .btn.btn-social.btn-soundcloud.disabled:focus,
  .body-inner .btn.btn-social.btn-soundcloud[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud:focus,
  .body-inner .btn.btn-social.btn-soundcloud.disabled.focus,
  .body-inner .btn.btn-social.btn-soundcloud[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud.focus,
  .body-inner .btn.btn-social.btn-soundcloud.disabled:active,
  .body-inner .btn.btn-social.btn-soundcloud[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud:active,
  .body-inner .btn.btn-social.btn-soundcloud.disabled.active,
  .body-inner .btn.btn-social.btn-soundcloud[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud.active {
    background-color: #ff6600;
    border-color: #ff6600; }
  .body-inner .btn.btn-social.btn-soundcloud .badge {
    color: #ff6600;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-steam {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .body-inner .btn.btn-social.btn-steam:hover,
  .body-inner .btn.btn-social.btn-steam:focus,
  .body-inner .btn.btn-social.btn-steam.focus,
  .body-inner .btn.btn-social.btn-steam:active,
  .body-inner .btn.btn-social.btn-steam.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-steam {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .body-inner .btn.btn-social.btn-steam:active,
  .body-inner .btn.btn-social.btn-steam.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-steam {
    background-image: none; }
  .body-inner .btn.btn-social.btn-steam.disabled,
  .body-inner .btn.btn-social.btn-steam[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam,
  .body-inner .btn.btn-social.btn-steam.disabled:hover,
  .body-inner .btn.btn-social.btn-steam[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam:hover,
  .body-inner .btn.btn-social.btn-steam.disabled:focus,
  .body-inner .btn.btn-social.btn-steam[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam:focus,
  .body-inner .btn.btn-social.btn-steam.disabled.focus,
  .body-inner .btn.btn-social.btn-steam[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam.focus,
  .body-inner .btn.btn-social.btn-steam.disabled:active,
  .body-inner .btn.btn-social.btn-steam[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam:active,
  .body-inner .btn.btn-social.btn-steam.disabled.active,
  .body-inner .btn.btn-social.btn-steam[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam.active {
    background-color: #000000;
    border-color: #000000; }
  .body-inner .btn.btn-social.btn-steam .badge {
    color: #000000;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-spotify {
    color: #fff;
    background-color: #80b719;
    border-color: #80b719; }
  .body-inner .btn.btn-social.btn-spotify:hover,
  .body-inner .btn.btn-social.btn-spotify:focus,
  .body-inner .btn.btn-social.btn-spotify.focus,
  .body-inner .btn.btn-social.btn-spotify:active,
  .body-inner .btn.btn-social.btn-spotify.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-spotify {
    color: #fff;
    background-color: #618a13;
    border-color: #5a8112; }
  .body-inner .btn.btn-social.btn-spotify:active,
  .body-inner .btn.btn-social.btn-spotify.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-spotify {
    background-image: none; }
  .body-inner .btn.btn-social.btn-spotify.disabled,
  .body-inner .btn.btn-social.btn-spotify[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify,
  .body-inner .btn.btn-social.btn-spotify.disabled:hover,
  .body-inner .btn.btn-social.btn-spotify[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify:hover,
  .body-inner .btn.btn-social.btn-spotify.disabled:focus,
  .body-inner .btn.btn-social.btn-spotify[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify:focus,
  .body-inner .btn.btn-social.btn-spotify.disabled.focus,
  .body-inner .btn.btn-social.btn-spotify[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify.focus,
  .body-inner .btn.btn-social.btn-spotify.disabled:active,
  .body-inner .btn.btn-social.btn-spotify[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify:active,
  .body-inner .btn.btn-social.btn-spotify.disabled.active,
  .body-inner .btn.btn-social.btn-spotify[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify.active {
    background-color: #80b719;
    border-color: #80b719; }
  .body-inner .btn.btn-social.btn-spotify .badge {
    color: #80b719;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-wordpress {
    color: #fff;
    background-color: #21759b;
    border-color: #21759b; }
  .body-inner .btn.btn-social.btn-wordpress:hover,
  .body-inner .btn.btn-social.btn-wordpress:focus,
  .body-inner .btn.btn-social.btn-wordpress.focus,
  .body-inner .btn.btn-social.btn-wordpress:active,
  .body-inner .btn.btn-social.btn-wordpress.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-wordpress {
    color: #fff;
    background-color: #185571;
    border-color: #164f69; }
  .body-inner .btn.btn-social.btn-wordpress:active,
  .body-inner .btn.btn-social.btn-wordpress.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-wordpress {
    background-image: none; }
  .body-inner .btn.btn-social.btn-wordpress.disabled,
  .body-inner .btn.btn-social.btn-wordpress[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress,
  .body-inner .btn.btn-social.btn-wordpress.disabled:hover,
  .body-inner .btn.btn-social.btn-wordpress[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress:hover,
  .body-inner .btn.btn-social.btn-wordpress.disabled:focus,
  .body-inner .btn.btn-social.btn-wordpress[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress:focus,
  .body-inner .btn.btn-social.btn-wordpress.disabled.focus,
  .body-inner .btn.btn-social.btn-wordpress[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress.focus,
  .body-inner .btn.btn-social.btn-wordpress.disabled:active,
  .body-inner .btn.btn-social.btn-wordpress[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress:active,
  .body-inner .btn.btn-social.btn-wordpress.disabled.active,
  .body-inner .btn.btn-social.btn-wordpress[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress.active {
    background-color: #21759b;
    border-color: #21759b; }
  .body-inner .btn.btn-social.btn-wordpress .badge {
    color: #21759b;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-skype {
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0; }
  .body-inner .btn.btn-social.btn-skype:hover,
  .body-inner .btn.btn-social.btn-skype:focus,
  .body-inner .btn.btn-social.btn-skype.focus,
  .body-inner .btn.btn-social.btn-skype:active,
  .body-inner .btn.btn-social.btn-skype.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-skype {
    color: #fff;
    background-color: #008abd;
    border-color: #0082b3; }
  .body-inner .btn.btn-social.btn-skype:active,
  .body-inner .btn.btn-social.btn-skype.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-skype {
    background-image: none; }
  .body-inner .btn.btn-social.btn-skype.disabled,
  .body-inner .btn.btn-social.btn-skype[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype,
  .body-inner .btn.btn-social.btn-skype.disabled:hover,
  .body-inner .btn.btn-social.btn-skype[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype:hover,
  .body-inner .btn.btn-social.btn-skype.disabled:focus,
  .body-inner .btn.btn-social.btn-skype[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype:focus,
  .body-inner .btn.btn-social.btn-skype.disabled.focus,
  .body-inner .btn.btn-social.btn-skype[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype.focus,
  .body-inner .btn.btn-social.btn-skype.disabled:active,
  .body-inner .btn.btn-social.btn-skype[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype:active,
  .body-inner .btn.btn-social.btn-skype.disabled.active,
  .body-inner .btn.btn-social.btn-skype[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype.active {
    background-color: #00aff0;
    border-color: #00aff0; }
  .body-inner .btn.btn-social.btn-skype .badge {
    color: #00aff0;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-android {
    color: #fff;
    background-color: #a4c639;
    border-color: #a4c639; }
  .body-inner .btn.btn-social.btn-android:hover,
  .body-inner .btn.btn-social.btn-android:focus,
  .body-inner .btn.btn-social.btn-android.focus,
  .body-inner .btn.btn-social.btn-android:active,
  .body-inner .btn.btn-social.btn-android.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-android {
    color: #fff;
    background-color: #839e2e;
    border-color: #7d962b; }
  .body-inner .btn.btn-social.btn-android:active,
  .body-inner .btn.btn-social.btn-android.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-android {
    background-image: none; }
  .body-inner .btn.btn-social.btn-android.disabled,
  .body-inner .btn.btn-social.btn-android[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-android,
  .body-inner .btn.btn-social.btn-android.disabled:hover,
  .body-inner .btn.btn-social.btn-android[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android:hover,
  .body-inner .btn.btn-social.btn-android.disabled:focus,
  .body-inner .btn.btn-social.btn-android[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android:focus,
  .body-inner .btn.btn-social.btn-android.disabled.focus,
  .body-inner .btn.btn-social.btn-android[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android.focus,
  .body-inner .btn.btn-social.btn-android.disabled:active,
  .body-inner .btn.btn-social.btn-android[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android:active,
  .body-inner .btn.btn-social.btn-android.disabled.active,
  .body-inner .btn.btn-social.btn-android[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android.active {
    background-color: #a4c639;
    border-color: #a4c639; }
  .body-inner .btn.btn-social.btn-android .badge {
    color: #a4c639;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-digg {
    color: #fff;
    background-color: #14589e;
    border-color: #14589e; }
  .body-inner .btn.btn-social.btn-digg:hover,
  .body-inner .btn.btn-social.btn-digg:focus,
  .body-inner .btn.btn-social.btn-digg.focus,
  .body-inner .btn.btn-social.btn-digg:active,
  .body-inner .btn.btn-social.btn-digg.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-digg {
    color: #fff;
    background-color: #0e3f71;
    border-color: #0d3a68; }
  .body-inner .btn.btn-social.btn-digg:active,
  .body-inner .btn.btn-social.btn-digg.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-digg {
    background-image: none; }
  .body-inner .btn.btn-social.btn-digg.disabled,
  .body-inner .btn.btn-social.btn-digg[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg,
  .body-inner .btn.btn-social.btn-digg.disabled:hover,
  .body-inner .btn.btn-social.btn-digg[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg:hover,
  .body-inner .btn.btn-social.btn-digg.disabled:focus,
  .body-inner .btn.btn-social.btn-digg[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg:focus,
  .body-inner .btn.btn-social.btn-digg.disabled.focus,
  .body-inner .btn.btn-social.btn-digg[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg.focus,
  .body-inner .btn.btn-social.btn-digg.disabled:active,
  .body-inner .btn.btn-social.btn-digg[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg:active,
  .body-inner .btn.btn-social.btn-digg.disabled.active,
  .body-inner .btn.btn-social.btn-digg[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg.active {
    background-color: #14589e;
    border-color: #14589e; }
  .body-inner .btn.btn-social.btn-digg .badge {
    color: #14589e;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-linkedin {
    color: #fff;
    background-color: #007fb1;
    border-color: #007fb1; }
  .body-inner .btn.btn-social.btn-linkedin:hover,
  .body-inner .btn.btn-social.btn-linkedin:focus,
  .body-inner .btn.btn-social.btn-linkedin.focus,
  .body-inner .btn.btn-social.btn-linkedin:active,
  .body-inner .btn.btn-social.btn-linkedin.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-linkedin {
    color: #fff;
    background-color: #005a7e;
    border-color: #005374; }
  .body-inner .btn.btn-social.btn-linkedin:active,
  .body-inner .btn.btn-social.btn-linkedin.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-linkedin {
    background-image: none; }
  .body-inner .btn.btn-social.btn-linkedin.disabled,
  .body-inner .btn.btn-social.btn-linkedin[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin,
  .body-inner .btn.btn-social.btn-linkedin.disabled:hover,
  .body-inner .btn.btn-social.btn-linkedin[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin:hover,
  .body-inner .btn.btn-social.btn-linkedin.disabled:focus,
  .body-inner .btn.btn-social.btn-linkedin[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin:focus,
  .body-inner .btn.btn-social.btn-linkedin.disabled.focus,
  .body-inner .btn.btn-social.btn-linkedin[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin.focus,
  .body-inner .btn.btn-social.btn-linkedin.disabled:active,
  .body-inner .btn.btn-social.btn-linkedin[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin:active,
  .body-inner .btn.btn-social.btn-linkedin.disabled.active,
  .body-inner .btn.btn-social.btn-linkedin[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin.active {
    background-color: #007fb1;
    border-color: #007fb1; }
  .body-inner .btn.btn-social.btn-linkedin .badge {
    color: #007fb1;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-googleplus {
    color: #fff;
    background-color: #d14836;
    border-color: #d14836; }
  .body-inner .btn.btn-social.btn-googleplus:hover,
  .body-inner .btn.btn-social.btn-googleplus:focus,
  .body-inner .btn.btn-social.btn-googleplus.focus,
  .body-inner .btn.btn-social.btn-googleplus:active,
  .body-inner .btn.btn-social.btn-googleplus.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-googleplus {
    color: #fff;
    background-color: #ad3727;
    border-color: #a43426; }
  .body-inner .btn.btn-social.btn-googleplus:active,
  .body-inner .btn.btn-social.btn-googleplus.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-googleplus {
    background-image: none; }
  .body-inner .btn.btn-social.btn-googleplus.disabled,
  .body-inner .btn.btn-social.btn-googleplus[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus,
  .body-inner .btn.btn-social.btn-googleplus.disabled:hover,
  .body-inner .btn.btn-social.btn-googleplus[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus:hover,
  .body-inner .btn.btn-social.btn-googleplus.disabled:focus,
  .body-inner .btn.btn-social.btn-googleplus[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus:focus,
  .body-inner .btn.btn-social.btn-googleplus.disabled.focus,
  .body-inner .btn.btn-social.btn-googleplus[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus.focus,
  .body-inner .btn.btn-social.btn-googleplus.disabled:active,
  .body-inner .btn.btn-social.btn-googleplus[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus:active,
  .body-inner .btn.btn-social.btn-googleplus.disabled.active,
  .body-inner .btn.btn-social.btn-googleplus[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus.active {
    background-color: #d14836;
    border-color: #d14836; }
  .body-inner .btn.btn-social.btn-googleplus .badge {
    color: #d14836;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b; }
  .body-inner .btn.btn-social.btn-instagram:hover,
  .body-inner .btn.btn-social.btn-instagram:focus,
  .body-inner .btn.btn-social.btn-instagram.focus,
  .body-inner .btn.btn-social.btn-instagram:active,
  .body-inner .btn.btn-social.btn-instagram.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: #2d526f; }
  .body-inner .btn.btn-social.btn-instagram:active,
  .body-inner .btn.btn-social.btn-instagram.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-instagram {
    background-image: none; }
  .body-inner .btn.btn-social.btn-instagram.disabled,
  .body-inner .btn.btn-social.btn-instagram[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram,
  .body-inner .btn.btn-social.btn-instagram.disabled:hover,
  .body-inner .btn.btn-social.btn-instagram[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram:hover,
  .body-inner .btn.btn-social.btn-instagram.disabled:focus,
  .body-inner .btn.btn-social.btn-instagram[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram:focus,
  .body-inner .btn.btn-social.btn-instagram.disabled.focus,
  .body-inner .btn.btn-social.btn-instagram[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram.focus,
  .body-inner .btn.btn-social.btn-instagram.disabled:active,
  .body-inner .btn.btn-social.btn-instagram[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram:active,
  .body-inner .btn.btn-social.btn-instagram.disabled.active,
  .body-inner .btn.btn-social.btn-instagram[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram.active {
    background-color: #3f729b;
    border-color: #3f729b; }
  .body-inner .btn.btn-social.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-windows {
    color: #fff;
    background-color: #00bdf6;
    border-color: #00bdf6; }
  .body-inner .btn.btn-social.btn-windows:hover,
  .body-inner .btn.btn-social.btn-windows:focus,
  .body-inner .btn.btn-social.btn-windows.focus,
  .body-inner .btn.btn-social.btn-windows:active,
  .body-inner .btn.btn-social.btn-windows.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-windows {
    color: #fff;
    background-color: #0096c3;
    border-color: #008eb9; }
  .body-inner .btn.btn-social.btn-windows:active,
  .body-inner .btn.btn-social.btn-windows.active,
  .body-inner .open > .dropdown-toggle.btn.btn-social.btn-windows {
    background-image: none; }
  .body-inner .btn.btn-social.btn-windows.disabled,
  .body-inner .btn.btn-social.btn-windows[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows,
  .body-inner .btn.btn-social.btn-windows.disabled:hover,
  .body-inner .btn.btn-social.btn-windows[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows:hover,
  .body-inner .btn.btn-social.btn-windows.disabled:focus,
  .body-inner .btn.btn-social.btn-windows[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows:focus,
  .body-inner .btn.btn-social.btn-windows.disabled.focus,
  .body-inner .btn.btn-social.btn-windows[disabled].focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows.focus,
  .body-inner .btn.btn-social.btn-windows.disabled:active,
  .body-inner .btn.btn-social.btn-windows[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows:active,
  .body-inner .btn.btn-social.btn-windows.disabled.active,
  .body-inner .btn.btn-social.btn-windows[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows.active {
    background-color: #00bdf6;
    border-color: #00bdf6; }
  .body-inner .btn.btn-social.btn-windows .badge {
    color: #00bdf6;
    background-color: #fff; }
  .body-inner .btn.btn-social.btn-facebook-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #3b5998;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-facebook-alt:hover,
  .body-inner .btn.btn-social.btn-facebook-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #2d4373; }
  .body-inner .btn.btn-social.btn-facebook-alt:active,
  .body-inner .btn.btn-social.btn-facebook-alt.active {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff; }
  .body-inner .btn.btn-social.btn-facebook-alt.disabled,
  .body-inner .btn.btn-social.btn-facebook-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook-alt,
  .body-inner .btn.btn-social.btn-facebook-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-facebook-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook-alt:hover,
  .body-inner .btn.btn-social.btn-facebook-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-facebook-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook-alt:focus {
    box-shadow: none !important;
    border-color: #3b5998; }
  .body-inner .btn.btn-social.btn-facebook-alt.disabled:active,
  .body-inner .btn.btn-social.btn-facebook-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook-alt:active,
  .body-inner .btn.btn-social.btn-facebook-alt.disabled.active,
  .body-inner .btn.btn-social.btn-facebook-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-facebook-alt.active {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff; }
  .body-inner .btn.btn-social.btn-facebook-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-facebook-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-twitter-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #00aced;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-twitter-alt:hover,
  .body-inner .btn.btn-social.btn-twitter-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #0087ba; }
  .body-inner .btn.btn-social.btn-twitter-alt:active,
  .body-inner .btn.btn-social.btn-twitter-alt.active {
    border-color: #00aced;
    background-color: #00aced;
    color: #fff; }
  .body-inner .btn.btn-social.btn-twitter-alt.disabled,
  .body-inner .btn.btn-social.btn-twitter-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter-alt,
  .body-inner .btn.btn-social.btn-twitter-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-twitter-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter-alt:hover,
  .body-inner .btn.btn-social.btn-twitter-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-twitter-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter-alt:focus {
    box-shadow: none !important;
    border-color: #00aced; }
  .body-inner .btn.btn-social.btn-twitter-alt.disabled:active,
  .body-inner .btn.btn-social.btn-twitter-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter-alt:active,
  .body-inner .btn.btn-social.btn-twitter-alt.disabled.active,
  .body-inner .btn.btn-social.btn-twitter-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-twitter-alt.active {
    border-color: #00aced;
    background-color: #00aced;
    color: #fff; }
  .body-inner .btn.btn-social.btn-twitter-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-twitter-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-github-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4183c4;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-github-alt:hover,
  .body-inner .btn.btn-social.btn-github-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #3269a0; }
  .body-inner .btn.btn-social.btn-github-alt:active,
  .body-inner .btn.btn-social.btn-github-alt.active {
    border-color: #4183c4;
    background-color: #4183c4;
    color: #fff; }
  .body-inner .btn.btn-social.btn-github-alt.disabled,
  .body-inner .btn.btn-social.btn-github-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-github-alt,
  .body-inner .btn.btn-social.btn-github-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-github-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github-alt:hover,
  .body-inner .btn.btn-social.btn-github-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-github-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github-alt:focus {
    box-shadow: none !important;
    border-color: #4183c4; }
  .body-inner .btn.btn-social.btn-github-alt.disabled:active,
  .body-inner .btn.btn-social.btn-github-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github-alt:active,
  .body-inner .btn.btn-social.btn-github-alt.disabled.active,
  .body-inner .btn.btn-social.btn-github-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-github-alt.active {
    border-color: #4183c4;
    background-color: #4183c4;
    color: #fff; }
  .body-inner .btn.btn-social.btn-github-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-github-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-behance-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #1769ff;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-behance-alt:hover,
  .body-inner .btn.btn-social.btn-behance-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #0050e3; }
  .body-inner .btn.btn-social.btn-behance-alt:active,
  .body-inner .btn.btn-social.btn-behance-alt.active {
    border-color: #1769ff;
    background-color: #1769ff;
    color: #fff; }
  .body-inner .btn.btn-social.btn-behance-alt.disabled,
  .body-inner .btn.btn-social.btn-behance-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance-alt,
  .body-inner .btn.btn-social.btn-behance-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-behance-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance-alt:hover,
  .body-inner .btn.btn-social.btn-behance-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-behance-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance-alt:focus {
    box-shadow: none !important;
    border-color: #1769ff; }
  .body-inner .btn.btn-social.btn-behance-alt.disabled:active,
  .body-inner .btn.btn-social.btn-behance-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance-alt:active,
  .body-inner .btn.btn-social.btn-behance-alt.disabled.active,
  .body-inner .btn.btn-social.btn-behance-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-behance-alt.active {
    border-color: #1769ff;
    background-color: #1769ff;
    color: #fff; }
  .body-inner .btn.btn-social.btn-behance-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-behance-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-flickr-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #0063db;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-flickr-alt:hover,
  .body-inner .btn.btn-social.btn-flickr-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #004ca8; }
  .body-inner .btn.btn-social.btn-flickr-alt:active,
  .body-inner .btn.btn-social.btn-flickr-alt.active {
    border-color: #0063db;
    background-color: #0063db;
    color: #fff; }
  .body-inner .btn.btn-social.btn-flickr-alt.disabled,
  .body-inner .btn.btn-social.btn-flickr-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr-alt,
  .body-inner .btn.btn-social.btn-flickr-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-flickr-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr-alt:hover,
  .body-inner .btn.btn-social.btn-flickr-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-flickr-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr-alt:focus {
    box-shadow: none !important;
    border-color: #0063db; }
  .body-inner .btn.btn-social.btn-flickr-alt.disabled:active,
  .body-inner .btn.btn-social.btn-flickr-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr-alt:active,
  .body-inner .btn.btn-social.btn-flickr-alt.disabled.active,
  .body-inner .btn.btn-social.btn-flickr-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-flickr-alt.active {
    border-color: #0063db;
    background-color: #0063db;
    color: #fff; }
  .body-inner .btn.btn-social.btn-flickr-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-flickr-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4679a4;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt:hover,
  .body-inner .btn.btn-social.btn-jsfiddle-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #375f80; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt:active,
  .body-inner .btn.btn-social.btn-jsfiddle-alt.active {
    border-color: #4679a4;
    background-color: #4679a4;
    color: #fff; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt.disabled,
  .body-inner .btn.btn-social.btn-jsfiddle-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt,
  .body-inner .btn.btn-social.btn-jsfiddle-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-jsfiddle-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt:hover,
  .body-inner .btn.btn-social.btn-jsfiddle-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-jsfiddle-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt:focus {
    box-shadow: none !important;
    border-color: #4679a4; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt.disabled:active,
  .body-inner .btn.btn-social.btn-jsfiddle-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt:active,
  .body-inner .btn.btn-social.btn-jsfiddle-alt.disabled.active,
  .body-inner .btn.btn-social.btn-jsfiddle-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt.active {
    border-color: #4679a4;
    background-color: #4679a4;
    color: #fff; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-jsfiddle-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-reddit-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ff4500;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-reddit-alt:hover,
  .body-inner .btn.btn-social.btn-reddit-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cc3700; }
  .body-inner .btn.btn-social.btn-reddit-alt:active,
  .body-inner .btn.btn-social.btn-reddit-alt.active {
    border-color: #ff4500;
    background-color: #ff4500;
    color: #fff; }
  .body-inner .btn.btn-social.btn-reddit-alt.disabled,
  .body-inner .btn.btn-social.btn-reddit-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit-alt,
  .body-inner .btn.btn-social.btn-reddit-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-reddit-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit-alt:hover,
  .body-inner .btn.btn-social.btn-reddit-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-reddit-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit-alt:focus {
    box-shadow: none !important;
    border-color: #ff4500; }
  .body-inner .btn.btn-social.btn-reddit-alt.disabled:active,
  .body-inner .btn.btn-social.btn-reddit-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit-alt:active,
  .body-inner .btn.btn-social.btn-reddit-alt.disabled.active,
  .body-inner .btn.btn-social.btn-reddit-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-reddit-alt.active {
    border-color: #ff4500;
    background-color: #ff4500;
    color: #fff; }
  .body-inner .btn.btn-social.btn-reddit-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-reddit-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-youtube-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #cd332d;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-youtube-alt:hover,
  .body-inner .btn.btn-social.btn-youtube-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #a32924; }
  .body-inner .btn.btn-social.btn-youtube-alt:active,
  .body-inner .btn.btn-social.btn-youtube-alt.active {
    border-color: #cd332d;
    background-color: #cd332d;
    color: #fff; }
  .body-inner .btn.btn-social.btn-youtube-alt.disabled,
  .body-inner .btn.btn-social.btn-youtube-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube-alt,
  .body-inner .btn.btn-social.btn-youtube-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-youtube-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube-alt:hover,
  .body-inner .btn.btn-social.btn-youtube-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-youtube-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube-alt:focus {
    box-shadow: none !important;
    border-color: #cd332d; }
  .body-inner .btn.btn-social.btn-youtube-alt.disabled:active,
  .body-inner .btn.btn-social.btn-youtube-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube-alt:active,
  .body-inner .btn.btn-social.btn-youtube-alt.disabled.active,
  .body-inner .btn.btn-social.btn-youtube-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-youtube-alt.active {
    border-color: #cd332d;
    background-color: #cd332d;
    color: #fff; }
  .body-inner .btn.btn-social.btn-youtube-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-youtube-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-foursquare-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #2398c9;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-foursquare-alt:hover,
  .body-inner .btn.btn-social.btn-foursquare-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #1b779e; }
  .body-inner .btn.btn-social.btn-foursquare-alt:active,
  .body-inner .btn.btn-social.btn-foursquare-alt.active {
    border-color: #2398c9;
    background-color: #2398c9;
    color: #fff; }
  .body-inner .btn.btn-social.btn-foursquare-alt.disabled,
  .body-inner .btn.btn-social.btn-foursquare-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare-alt,
  .body-inner .btn.btn-social.btn-foursquare-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-foursquare-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare-alt:hover,
  .body-inner .btn.btn-social.btn-foursquare-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-foursquare-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare-alt:focus {
    box-shadow: none !important;
    border-color: #2398c9; }
  .body-inner .btn.btn-social.btn-foursquare-alt.disabled:active,
  .body-inner .btn.btn-social.btn-foursquare-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare-alt:active,
  .body-inner .btn.btn-social.btn-foursquare-alt.disabled.active,
  .body-inner .btn.btn-social.btn-foursquare-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-foursquare-alt.active {
    border-color: #2398c9;
    background-color: #2398c9;
    color: #fff; }
  .body-inner .btn.btn-social.btn-foursquare-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-foursquare-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-google-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #245dc1;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-google-alt:hover,
  .body-inner .btn.btn-social.btn-google-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #1c4896; }
  .body-inner .btn.btn-social.btn-google-alt:active,
  .body-inner .btn.btn-social.btn-google-alt.active {
    border-color: #245dc1;
    background-color: #245dc1;
    color: #fff; }
  .body-inner .btn.btn-social.btn-google-alt.disabled,
  .body-inner .btn.btn-social.btn-google-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-google-alt,
  .body-inner .btn.btn-social.btn-google-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-google-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google-alt:hover,
  .body-inner .btn.btn-social.btn-google-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-google-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google-alt:focus {
    box-shadow: none !important;
    border-color: #245dc1; }
  .body-inner .btn.btn-social.btn-google-alt.disabled:active,
  .body-inner .btn.btn-social.btn-google-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google-alt:active,
  .body-inner .btn.btn-social.btn-google-alt.disabled.active,
  .body-inner .btn.btn-social.btn-google-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-google-alt.active {
    border-color: #245dc1;
    background-color: #245dc1;
    color: #fff; }
  .body-inner .btn.btn-social.btn-google-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-google-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-apple-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #b9bfc1;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-apple-alt:hover,
  .body-inner .btn.btn-social.btn-apple-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #9ea6a9; }
  .body-inner .btn.btn-social.btn-apple-alt:active,
  .body-inner .btn.btn-social.btn-apple-alt.active {
    border-color: #b9bfc1;
    background-color: #b9bfc1;
    color: #fff; }
  .body-inner .btn.btn-social.btn-apple-alt.disabled,
  .body-inner .btn.btn-social.btn-apple-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple-alt,
  .body-inner .btn.btn-social.btn-apple-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-apple-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple-alt:hover,
  .body-inner .btn.btn-social.btn-apple-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-apple-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple-alt:focus {
    box-shadow: none !important;
    border-color: #b9bfc1; }
  .body-inner .btn.btn-social.btn-apple-alt.disabled:active,
  .body-inner .btn.btn-social.btn-apple-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple-alt:active,
  .body-inner .btn.btn-social.btn-apple-alt.disabled.active,
  .body-inner .btn.btn-social.btn-apple-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-apple-alt.active {
    border-color: #b9bfc1;
    background-color: #b9bfc1;
    color: #fff; }
  .body-inner .btn.btn-social.btn-apple-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-apple-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-soundcloud-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ff6600;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-soundcloud-alt:hover,
  .body-inner .btn.btn-social.btn-soundcloud-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cc5200; }
  .body-inner .btn.btn-social.btn-soundcloud-alt:active,
  .body-inner .btn.btn-social.btn-soundcloud-alt.active {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #fff; }
  .body-inner .btn.btn-social.btn-soundcloud-alt.disabled,
  .body-inner .btn.btn-social.btn-soundcloud-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud-alt,
  .body-inner .btn.btn-social.btn-soundcloud-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-soundcloud-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud-alt:hover,
  .body-inner .btn.btn-social.btn-soundcloud-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-soundcloud-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud-alt:focus {
    box-shadow: none !important;
    border-color: #ff6600; }
  .body-inner .btn.btn-social.btn-soundcloud-alt.disabled:active,
  .body-inner .btn.btn-social.btn-soundcloud-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud-alt:active,
  .body-inner .btn.btn-social.btn-soundcloud-alt.disabled.active,
  .body-inner .btn.btn-social.btn-soundcloud-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-soundcloud-alt.active {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #fff; }
  .body-inner .btn.btn-social.btn-soundcloud-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-soundcloud-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-steam-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-steam-alt:hover,
  .body-inner .btn.btn-social.btn-steam-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #000000; }
  .body-inner .btn.btn-social.btn-steam-alt:active,
  .body-inner .btn.btn-social.btn-steam-alt.active {
    border-color: #000000;
    background-color: #000000;
    color: #fff; }
  .body-inner .btn.btn-social.btn-steam-alt.disabled,
  .body-inner .btn.btn-social.btn-steam-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam-alt,
  .body-inner .btn.btn-social.btn-steam-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-steam-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam-alt:hover,
  .body-inner .btn.btn-social.btn-steam-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-steam-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam-alt:focus {
    box-shadow: none !important;
    border-color: #000000; }
  .body-inner .btn.btn-social.btn-steam-alt.disabled:active,
  .body-inner .btn.btn-social.btn-steam-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam-alt:active,
  .body-inner .btn.btn-social.btn-steam-alt.disabled.active,
  .body-inner .btn.btn-social.btn-steam-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-steam-alt.active {
    border-color: #000000;
    background-color: #000000;
    color: #fff; }
  .body-inner .btn.btn-social.btn-steam-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-steam-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-spotify-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #80b719;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-spotify-alt:hover,
  .body-inner .btn.btn-social.btn-spotify-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #618a13; }
  .body-inner .btn.btn-social.btn-spotify-alt:active,
  .body-inner .btn.btn-social.btn-spotify-alt.active {
    border-color: #80b719;
    background-color: #80b719;
    color: #fff; }
  .body-inner .btn.btn-social.btn-spotify-alt.disabled,
  .body-inner .btn.btn-social.btn-spotify-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify-alt,
  .body-inner .btn.btn-social.btn-spotify-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-spotify-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify-alt:hover,
  .body-inner .btn.btn-social.btn-spotify-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-spotify-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify-alt:focus {
    box-shadow: none !important;
    border-color: #80b719; }
  .body-inner .btn.btn-social.btn-spotify-alt.disabled:active,
  .body-inner .btn.btn-social.btn-spotify-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify-alt:active,
  .body-inner .btn.btn-social.btn-spotify-alt.disabled.active,
  .body-inner .btn.btn-social.btn-spotify-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-spotify-alt.active {
    border-color: #80b719;
    background-color: #80b719;
    color: #fff; }
  .body-inner .btn.btn-social.btn-spotify-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-spotify-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-wordpress-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #21759b;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-wordpress-alt:hover,
  .body-inner .btn.btn-social.btn-wordpress-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #185571; }
  .body-inner .btn.btn-social.btn-wordpress-alt:active,
  .body-inner .btn.btn-social.btn-wordpress-alt.active {
    border-color: #21759b;
    background-color: #21759b;
    color: #fff; }
  .body-inner .btn.btn-social.btn-wordpress-alt.disabled,
  .body-inner .btn.btn-social.btn-wordpress-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress-alt,
  .body-inner .btn.btn-social.btn-wordpress-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-wordpress-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress-alt:hover,
  .body-inner .btn.btn-social.btn-wordpress-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-wordpress-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress-alt:focus {
    box-shadow: none !important;
    border-color: #21759b; }
  .body-inner .btn.btn-social.btn-wordpress-alt.disabled:active,
  .body-inner .btn.btn-social.btn-wordpress-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress-alt:active,
  .body-inner .btn.btn-social.btn-wordpress-alt.disabled.active,
  .body-inner .btn.btn-social.btn-wordpress-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-wordpress-alt.active {
    border-color: #21759b;
    background-color: #21759b;
    color: #fff; }
  .body-inner .btn.btn-social.btn-wordpress-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-wordpress-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-skype-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #00aff0;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-skype-alt:hover,
  .body-inner .btn.btn-social.btn-skype-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #008abd; }
  .body-inner .btn.btn-social.btn-skype-alt:active,
  .body-inner .btn.btn-social.btn-skype-alt.active {
    border-color: #00aff0;
    background-color: #00aff0;
    color: #fff; }
  .body-inner .btn.btn-social.btn-skype-alt.disabled,
  .body-inner .btn.btn-social.btn-skype-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype-alt,
  .body-inner .btn.btn-social.btn-skype-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-skype-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype-alt:hover,
  .body-inner .btn.btn-social.btn-skype-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-skype-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype-alt:focus {
    box-shadow: none !important;
    border-color: #00aff0; }
  .body-inner .btn.btn-social.btn-skype-alt.disabled:active,
  .body-inner .btn.btn-social.btn-skype-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype-alt:active,
  .body-inner .btn.btn-social.btn-skype-alt.disabled.active,
  .body-inner .btn.btn-social.btn-skype-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-skype-alt.active {
    border-color: #00aff0;
    background-color: #00aff0;
    color: #fff; }
  .body-inner .btn.btn-social.btn-skype-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-skype-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-android-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #a4c639;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-android-alt:hover,
  .body-inner .btn.btn-social.btn-android-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #839e2e; }
  .body-inner .btn.btn-social.btn-android-alt:active,
  .body-inner .btn.btn-social.btn-android-alt.active {
    border-color: #a4c639;
    background-color: #a4c639;
    color: #fff; }
  .body-inner .btn.btn-social.btn-android-alt.disabled,
  .body-inner .btn.btn-social.btn-android-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-android-alt,
  .body-inner .btn.btn-social.btn-android-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-android-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android-alt:hover,
  .body-inner .btn.btn-social.btn-android-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-android-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android-alt:focus {
    box-shadow: none !important;
    border-color: #a4c639; }
  .body-inner .btn.btn-social.btn-android-alt.disabled:active,
  .body-inner .btn.btn-social.btn-android-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android-alt:active,
  .body-inner .btn.btn-social.btn-android-alt.disabled.active,
  .body-inner .btn.btn-social.btn-android-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-android-alt.active {
    border-color: #a4c639;
    background-color: #a4c639;
    color: #fff; }
  .body-inner .btn.btn-social.btn-android-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-android-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-digg-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #14589e;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-digg-alt:hover,
  .body-inner .btn.btn-social.btn-digg-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #0e3f71; }
  .body-inner .btn.btn-social.btn-digg-alt:active,
  .body-inner .btn.btn-social.btn-digg-alt.active {
    border-color: #14589e;
    background-color: #14589e;
    color: #fff; }
  .body-inner .btn.btn-social.btn-digg-alt.disabled,
  .body-inner .btn.btn-social.btn-digg-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg-alt,
  .body-inner .btn.btn-social.btn-digg-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-digg-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg-alt:hover,
  .body-inner .btn.btn-social.btn-digg-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-digg-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg-alt:focus {
    box-shadow: none !important;
    border-color: #14589e; }
  .body-inner .btn.btn-social.btn-digg-alt.disabled:active,
  .body-inner .btn.btn-social.btn-digg-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg-alt:active,
  .body-inner .btn.btn-social.btn-digg-alt.disabled.active,
  .body-inner .btn.btn-social.btn-digg-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-digg-alt.active {
    border-color: #14589e;
    background-color: #14589e;
    color: #fff; }
  .body-inner .btn.btn-social.btn-digg-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-digg-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-linkedin-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #007fb1;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-linkedin-alt:hover,
  .body-inner .btn.btn-social.btn-linkedin-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #005a7e; }
  .body-inner .btn.btn-social.btn-linkedin-alt:active,
  .body-inner .btn.btn-social.btn-linkedin-alt.active {
    border-color: #007fb1;
    background-color: #007fb1;
    color: #fff; }
  .body-inner .btn.btn-social.btn-linkedin-alt.disabled,
  .body-inner .btn.btn-social.btn-linkedin-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin-alt,
  .body-inner .btn.btn-social.btn-linkedin-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-linkedin-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin-alt:hover,
  .body-inner .btn.btn-social.btn-linkedin-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-linkedin-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin-alt:focus {
    box-shadow: none !important;
    border-color: #007fb1; }
  .body-inner .btn.btn-social.btn-linkedin-alt.disabled:active,
  .body-inner .btn.btn-social.btn-linkedin-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin-alt:active,
  .body-inner .btn.btn-social.btn-linkedin-alt.disabled.active,
  .body-inner .btn.btn-social.btn-linkedin-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-linkedin-alt.active {
    border-color: #007fb1;
    background-color: #007fb1;
    color: #fff; }
  .body-inner .btn.btn-social.btn-linkedin-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-linkedin-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-googleplus-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #d14836;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-googleplus-alt:hover,
  .body-inner .btn.btn-social.btn-googleplus-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #ad3727; }
  .body-inner .btn.btn-social.btn-googleplus-alt:active,
  .body-inner .btn.btn-social.btn-googleplus-alt.active {
    border-color: #d14836;
    background-color: #d14836;
    color: #fff; }
  .body-inner .btn.btn-social.btn-googleplus-alt.disabled,
  .body-inner .btn.btn-social.btn-googleplus-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus-alt,
  .body-inner .btn.btn-social.btn-googleplus-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-googleplus-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus-alt:hover,
  .body-inner .btn.btn-social.btn-googleplus-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-googleplus-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus-alt:focus {
    box-shadow: none !important;
    border-color: #d14836; }
  .body-inner .btn.btn-social.btn-googleplus-alt.disabled:active,
  .body-inner .btn.btn-social.btn-googleplus-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus-alt:active,
  .body-inner .btn.btn-social.btn-googleplus-alt.disabled.active,
  .body-inner .btn.btn-social.btn-googleplus-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-googleplus-alt.active {
    border-color: #d14836;
    background-color: #d14836;
    color: #fff; }
  .body-inner .btn.btn-social.btn-googleplus-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-googleplus-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-instagram-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #3f729b;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-instagram-alt:hover,
  .body-inner .btn.btn-social.btn-instagram-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #305777; }
  .body-inner .btn.btn-social.btn-instagram-alt:active,
  .body-inner .btn.btn-social.btn-instagram-alt.active {
    border-color: #3f729b;
    background-color: #3f729b;
    color: #fff; }
  .body-inner .btn.btn-social.btn-instagram-alt.disabled,
  .body-inner .btn.btn-social.btn-instagram-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram-alt,
  .body-inner .btn.btn-social.btn-instagram-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-instagram-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram-alt:hover,
  .body-inner .btn.btn-social.btn-instagram-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-instagram-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram-alt:focus {
    box-shadow: none !important;
    border-color: #3f729b; }
  .body-inner .btn.btn-social.btn-instagram-alt.disabled:active,
  .body-inner .btn.btn-social.btn-instagram-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram-alt:active,
  .body-inner .btn.btn-social.btn-instagram-alt.disabled.active,
  .body-inner .btn.btn-social.btn-instagram-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-instagram-alt.active {
    border-color: #3f729b;
    background-color: #3f729b;
    color: #fff; }
  .body-inner .btn.btn-social.btn-instagram-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-instagram-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-windows-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #00bdf6;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .btn.btn-social.btn-windows-alt:hover,
  .body-inner .btn.btn-social.btn-windows-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #0096c3; }
  .body-inner .btn.btn-social.btn-windows-alt:active,
  .body-inner .btn.btn-social.btn-windows-alt.active {
    border-color: #00bdf6;
    background-color: #00bdf6;
    color: #fff; }
  .body-inner .btn.btn-social.btn-windows-alt.disabled,
  .body-inner .btn.btn-social.btn-windows-alt[disabled],
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows-alt,
  .body-inner .btn.btn-social.btn-windows-alt.disabled:hover,
  .body-inner .btn.btn-social.btn-windows-alt[disabled]:hover,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows-alt:hover,
  .body-inner .btn.btn-social.btn-windows-alt.disabled:focus,
  .body-inner .btn.btn-social.btn-windows-alt[disabled]:focus,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows-alt:focus {
    box-shadow: none !important;
    border-color: #00bdf6; }
  .body-inner .btn.btn-social.btn-windows-alt.disabled:active,
  .body-inner .btn.btn-social.btn-windows-alt[disabled]:active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows-alt:active,
  .body-inner .btn.btn-social.btn-windows-alt.disabled.active,
  .body-inner .btn.btn-social.btn-windows-alt[disabled].active,
  .body-inner fieldset[disabled] .btn.btn-social.btn-windows-alt.active {
    border-color: #00bdf6;
    background-color: #00bdf6;
    color: #fff; }
  .body-inner .btn.btn-social.btn-windows-alt.dropdown-toggle {
    border-width: 1px; }
  .body-inner .btn.btn-social.btn-windows-alt.dropdown-toggle.alt-border {
    border-width: 1px 1px 1px 1px; }
  .body-inner .btn.btn-social.btn-steam.btn-label i {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.15);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff); }
  .body-inner .btn-label {
    padding: 0 20px 0 14px !important; }
  .body-inner .btn-label i {
    padding: 9px;
    line-height: 14px;
    left: -14px;
    width: 40px;
    position: relative;
    display: inline-block;
    background-color: black;
    background-color: rgba(0, 0, 0, 0);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    border-radius: 3px 0 0 3px;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1); }
  .body-inner .btn-label.btn-block {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .body-inner .btn-label.btn-block i {
    top: -9px; }
  .body-inner .btn-label.btn-block i + span {
    left: -10px;
    position: relative; }
  .body-inner .btn-label.btn-xs {
    padding: 0 5px 0 2px !important; }
  .body-inner .btn-label.btn-xs i {
    width: 24px;
    left: -2px;
    line-height: 1em;
    padding: 3px 4px; }
  .body-inner .btn-label.btn-sm {
    padding: 0 12px 0 8px !important; }
  .body-inner .btn-label.btn-sm i {
    left: -8px;
    line-height: 8px;
    width: 32px; }
  .body-inner .btn-label.btn-lg {
    padding: 0 29px 0 21px !important; }
  .body-inner .btn-label.btn-lg i {
    left: -21px;
    line-height: 23px;
    width: 48px; }
  .body-inner .text-inverse {
    color: #757575; }
  .body-inner .text-brown {
    color: #c0392b; }
  .body-inner .text-indigo {
    color: #9358ac; }
  .body-inner .text-orange {
    color: #f0934e; }
  .body-inner .text-midnightblue {
    color: #37444e; }
  .body-inner .text-sky {
    color: #76c4ed; }
  .body-inner .text-blue {
    color: #23a5dd; }
  .body-inner .text-magenta {
    color: #e06d94; }
  .body-inner .text-purple {
    color: #e044ab; }
  .body-inner .text-green {
    color: #15a1a1; }
  .body-inner .text-grape {
    color: #7a869c; }
  .body-inner .text-toyo {
    color: #556b8d; }
  .body-inner .text-alizarin {
    color: #e74c3c; }
  .body-inner .b-inverse {
    border-color: #757575 !important; }
  .body-inner .b-brown {
    border-color: #c0392b !important; }
  .body-inner .b-indigo {
    border-color: #9358ac !important; }
  .body-inner .b-orange {
    border-color: #f0934e !important; }
  .body-inner .b-midnightblue {
    border-color: #37444e !important; }
  .body-inner .b-sky {
    border-color: #76c4ed !important; }
  .body-inner .b-blue {
    border-color: #23a5dd !important; }
  .body-inner .b-magenta {
    border-color: #e06d94 !important; }
  .body-inner .b-purple {
    border-color: #e044ab !important; }
  .body-inner .b-green {
    border-color: #15a1a1 !important; }
  .body-inner .b-grape {
    border-color: #7a869c !important; }
  .body-inner .b-toyo {
    border-color: #556b8d !important; }
  .body-inner .b-alizarin {
    border-color: #e74c3c !important; }
  .body-inner .bg-inverse {
    background-color: #757575 !important; }
  .body-inner .bg-brown {
    background-color: #c0392b !important; }
  .body-inner .bg-indigo {
    background-color: #9358ac !important; }
  .body-inner .bg-orange {
    background-color: #f0934e !important; }
  .body-inner .bg-midnightblue {
    background-color: #37444e !important; }
  .body-inner .bg-sky {
    background-color: #76c4ed !important; }
  .body-inner .bg-blue {
    background-color: #23a5dd !important; }
  .body-inner .bg-magenta {
    background-color: #e06d94 !important; }
  .body-inner .bg-purple {
    background-color: #e044ab !important; }
  .body-inner .bg-green {
    background-color: #15a1a1 !important; }
  .body-inner .bg-grape {
    background-color: #7a869c !important; }
  .body-inner .bg-toyo {
    background-color: #556b8d !important; }
  .body-inner .bg-alizarin {
    background-color: #e74c3c !important; }
  .body-inner .rot-label {
    color: white;
    display: inline-block;
    padding: 0.1em 0.3em;
    font-style: normal;
    position: relative;
    z-index: 0; }
  .body-inner .rot-label:before {
    background-color: black;
    color: white;
    display: block;
    border-radius: 10px;
    transform: rotateZ(-3deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1; }
  .body-inner .rot-label-m1deg:before {
    transform: rotateZ(-1deg); }
  .body-inner .rot-label-m2deg:before {
    transform: rotateZ(-2deg); }
  .body-inner .rot-label-m3deg:before {
    transform: rotateZ(-3deg); }
  .body-inner .rot-label-m4deg:before {
    transform: rotateZ(-4deg); }
  .body-inner .rot-label-m5deg:before {
    transform: rotateZ(-5deg); }
  .body-inner .rot-label-1deg:before {
    transform: rotateZ(1deg); }
  .body-inner .rot-label-2deg:before {
    transform: rotateZ(2deg); }
  .body-inner .rot-label-3deg:before {
    transform: rotateZ(3deg); }
  .body-inner .rot-label-4deg:before {
    transform: rotateZ(4deg); }
  .body-inner .rot-label-5deg:before {
    transform: rotateZ(5deg); }
  .body-inner .rot-label-inverse:before {
    background-color: #757575; }
  .body-inner .rot-label-brown:before {
    background-color: #c0392b; }
  .body-inner .rot-label-indigo:before {
    background-color: #9358ac; }
  .body-inner .rot-label-orange:before {
    background-color: #f0934e; }
  .body-inner .rot-label-midnightblue:before {
    background-color: #37444e; }
  .body-inner .rot-label-sky:before {
    background-color: #76c4ed; }
  .body-inner .rot-label-blue:before {
    background-color: #23a5dd; }
  .body-inner .rot-label-magenta:before {
    background-color: #e06d94; }
  .body-inner .rot-label-purple:before {
    background-color: #e044ab; }
  .body-inner .rot-label-green:before {
    background-color: #15a1a1; }
  .body-inner .rot-label-grape:before {
    background-color: #7a869c; }
  .body-inner .rot-label-toyo:before {
    background-color: #556b8d; }
  .body-inner .rot-label-default:before {
    background-color: #c5cbd1; }
  .body-inner .rot-label-primary:before {
    background-color: #006487; }
  .body-inner .rot-label-success:before {
    background-color: #81c04d; }
  .body-inner .rot-label-info:before {
    background-color: #50bed7; }
  .body-inner .rot-label-warning:before {
    background-color: #ffb900; }
  .body-inner .rot-label-danger:before {
    background-color: #ef553a; }
  .body-inner .caret {
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin-left: 2px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border: none !important;
    vertical-align: top; }
  .body-inner .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: 1em;
    font-size: 12px; }
  .body-inner .dropup .caret:before {
    content: '\f106'; }
  .body-inner .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 0;
    border: none;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff; }
  .body-inner .dropdown-menu.pull-left {
    left: 0;
    right: auto; }
  .body-inner .dropdown-menu .divider {
    margin: 5px 0; }
  .body-inner .dropdown-menu > li > a {
    color: #707980;
    padding: 5px 15px; }
  .body-inner .dropdown-menu.arrow:before {
    position: absolute;
    top: -8px;
    right: 15px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: ''; }
  .body-inner .dropdown-menu > li > a:hover,
  .body-inner .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #707980;
    background-color: #eeeeee; }
  .body-inner .well {
    padding: 20px;
    box-shadow: none !important; }
  .body-inner .well blockquote {
    border-color: #eeeeee; }
  .body-inner .well.well-transparent {
    background: none; }
  .body-inner blockquote {
    color: #a2acb3;
    font-style: normal;
    font-weight: 300; }
  .body-inner blockquote small,
  .body-inner blockquote .small {
    font-size: 11px; }
  .body-inner .nav-tabs .dropdown-menu {
    margin-top: 0px; }
  .body-inner .nav-tabs > li > a {
    margin-right: 0px; }
  .body-inner .nav-tabs > li > a:hover {
    border-color: #dfe2e6; }
  .body-inner .nav .open > a,
  .body-inner .nav .open > a:hover,
  .body-inner .nav .open > a:focus {
    border-color: #dfe2e6; }
  .body-inner .btn.dropdown-toggle {
    min-width: 26px; }
  .body-inner .btn-group,
  .body-inner .btn-group-vertical {
    padding: 0; }
  .body-inner .btn-group > .btn.fc-state-active,
  .body-inner .btn-group-vertical > .btn.fc-state-active {
    z-index: 2; }
  .body-inner .btn-group .btn-group + .btn-group,
  .body-inner .btn-group-vertical .btn-group + .btn-group {
    margin-left: 0px; }
  .body-inner .btn-toolbar .btn-group {
    float: none; }
  .body-inner .btn-toolbar > .btn + .btn,
  .body-inner .btn-toolbar > .btn-group + .btn,
  .body-inner .btn-toolbar > .btn + .btn-group,
  .body-inner .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px; }
  .body-inner .btn-group > .btn + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px; }
  .body-inner .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px; }
  .body-inner .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  .body-inner .breadcrumb {
    margin-bottom: 0; }
  .body-inner .breadcrumb > li {
    font-size: 11px !important; }
  .body-inner .pagination {
    margin: 10px 0; }
  .body-inner .pagination > li > a,
  .body-inner .pagination > li span {
    padding: 6px 15px; }
  .body-inner .pagination-lg > li > a,
  .body-inner .pagination-lg > li > span {
    padding: 10px 20px !important;
    font-size: 16px !important; }
  .body-inner .pagination-lg > li:first-child > a,
  .body-inner .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important; }
  .body-inner .pagination-lg > li:last-child > a,
  .body-inner .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important; }
  .body-inner .pagination-sm > li > a,
  .body-inner .pagination-sm > li > span {
    padding: 5px 10px !important;
    font-size: 11px !important; }
  .body-inner .pagination-sm > li:first-child > a,
  .body-inner .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important; }
  .body-inner .pagination-sm > li:last-child > a,
  .body-inner .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important; }
  .body-inner .pager li > a,
  .body-inner .pager li span {
    padding: 6px 14px; }
  .body-inner .popover {
    border: none;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1); }
  .body-inner .popover .arrow {
    border-top-color: rgba(0, 0, 0, 0.1) !important; }
  .body-inner .popover-title {
    padding: 8px 15px;
    border-bottom-width: 0;
    border-radius: 0; }
  .body-inner .popover-content {
    padding: 10px 15px; }
  .body-inner .tooltip {
    font-size: 11px; }
  .body-inner .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .body-inner .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .body-inner .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .body-inner .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
  .body-inner .tooltip.top-left .tooltip-arrow,
  .body-inner .tooltip.bottom-left .tooltip-arrow {
    left: 5px; }
  .body-inner .tooltip.top-right .tooltip-arrow,
  .body-inner .tooltip.bottom-right .tooltip-arrow {
    right: 5px; }
  .body-inner .tooltip-inner {
    padding: 5px 8px; }
  .body-inner .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .modal-backdrop {
    position: fixed;
    bottom: 0;
    z-index: 1039; }
  .body-inner .alert {
    border-width: 0px 0 0 2px; }
  .body-inner .alert p {
    margin: 0 !important; }
  .body-inner .alert p + p {
    margin-top: 10px !important; }
  .body-inner .alert .alert-link {
    font-weight: bold;
    color: #006487 !important; }
  .body-inner .thumbnail {
    margin-bottom: 0; }
  .body-inner .label {
    padding: .09em .45em .15em;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.84615em;
    border-radius: 3px;
    text-transform: uppercase; }
  .body-inner .label-orange {
    background-color: #f0934e; }
  .body-inner .label-orange[href]:hover,
  .body-inner .label-orange[href]:focus {
    background-color: #ec761f; }
  .body-inner .label-grape {
    background-color: #7a869c; }
  .body-inner .label-grape[href]:hover,
  .body-inner .label-grape[href]:focus {
    background-color: #616d82; }
  .body-inner .label-inverse {
    background-color: #757575; }
  .body-inner .label-inverse[href]:hover,
  .body-inner .label-inverse[href]:focus {
    background-color: #5b5b5b; }
  .body-inner .label-sky {
    background-color: #76c4ed; }
  .body-inner .label-sky[href]:hover,
  .body-inner .label-sky[href]:focus {
    background-color: #49b1e7; }
  .body-inner .badge {
    padding: 2.5px 5px;
    font-size: 11px; }
  .body-inner .badge-primary {
    background-color: #006487; }
  .body-inner .badge-primary[href]:hover,
  .body-inner .badge-primary[href]:focus {
    background-color: #003e54; }
  .body-inner .badge-success {
    background-color: #81c04d; }
  .body-inner .badge-success[href]:hover,
  .body-inner .badge-success[href]:focus {
    background-color: #68a139; }
  .body-inner .badge-info {
    background-color: #50bed7; }
  .body-inner .badge-info[href]:hover,
  .body-inner .badge-info[href]:focus {
    background-color: #2daac7; }
  .body-inner .badge-warning {
    background-color: #ffb900; }
  .body-inner .badge-warning[href]:hover,
  .body-inner .badge-warning[href]:focus {
    background-color: #cc9400; }
  .body-inner .badge-danger {
    background-color: #ef553a; }
  .body-inner .badge-danger[href]:hover,
  .body-inner .badge-danger[href]:focus {
    background-color: #e43212; }
  .body-inner .badge-magenta {
    background-color: #e06d94; }
  .body-inner .badge-magenta[href]:hover,
  .body-inner .badge-magenta[href]:focus {
    background-color: #d74375; }
  .body-inner .badge-orange {
    background-color: #f0934e; }
  .body-inner .badge-orange[href]:hover,
  .body-inner .badge-orange[href]:focus {
    background-color: #ec761f; }
  .body-inner .badge-indigo {
    background-color: #9358ac; }
  .body-inner .badge-indigo[href]:hover,
  .body-inner .badge-indigo[href]:focus {
    background-color: #77458c; }
  .body-inner #sidebar .badge.badge-primary {
    background-color: #006487; }
  .body-inner #sidebar .badge.badge-primary[href]:hover,
  .body-inner #sidebar .badge.badge-primary[href]:focus {
    background-color: #003e54; }
  .body-inner #sidebar .badge.badge-indigo {
    background-color: #9358ac; }
  .body-inner #sidebar .badge.badge-indigo[href]:hover,
  .body-inner #sidebar .badge.badge-indigo[href]:focus {
    background-color: #77458c; }
  .body-inner #sidebar .badge.badge-orange {
    background-color: #f0934e; }
  .body-inner #sidebar .badge.badge-orange[href]:hover,
  .body-inner #sidebar .badge.badge-orange[href]:focus {
    background-color: #ec761f; }
  .body-inner #sidebar .badge.badge-success {
    background-color: #81c04d; }
  .body-inner #sidebar .badge.badge-success[href]:hover,
  .body-inner #sidebar .badge.badge-success[href]:focus {
    background-color: #68a139; }
  .body-inner #sidebar .badge.badge-info {
    background-color: #50bed7; }
  .body-inner #sidebar .badge.badge-info[href]:hover,
  .body-inner #sidebar .badge.badge-info[href]:focus {
    background-color: #2daac7; }
  .body-inner #sidebar .badge.badge-warning {
    background-color: #ffb900; }
  .body-inner #sidebar .badge.badge-warning[href]:hover,
  .body-inner #sidebar .badge.badge-warning[href]:focus {
    background-color: #cc9400; }
  .body-inner #sidebar .badge.badge-danger {
    background-color: #ef553a; }
  .body-inner #sidebar .badge.badge-danger[href]:hover,
  .body-inner #sidebar .badge.badge-danger[href]:focus {
    background-color: #e43212; }
  .body-inner .progress-sm {
    height: 8px; }
  .body-inner .progress,
  .body-inner .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .progress-bar-inverse {
    background-color: #757575; }
  .body-inner .progress-striped .progress-bar-inverse {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-primary {
    background-color: #006487; }
  .body-inner .progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-green {
    background-color: #15a1a1; }
  .body-inner .progress-striped .progress-bar-green {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-orange {
    background-color: #f0934e; }
  .body-inner .progress-striped .progress-bar-orange {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-purple {
    background-color: #e044ab; }
  .body-inner .progress-striped .progress-bar-purple {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-bar-indigo {
    background-color: #9358ac; }
  .body-inner .progress-striped .progress-bar-indigo {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .body-inner .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent); }
  .body-inner .contextual-progress {
    margin: 20px 0; }
  .body-inner .contextual-progress .progress-percentage {
    float: right;
    position: relative; }
  .body-inner .contextual-progress .label {
    position: absolute;
    right: 32px;
    top: 2px;
    padding: 3px 5px; }
  .body-inner .contextual-progress .progress-title {
    float: left; }
  .body-inner .contextual-progress .progress {
    height: 2px;
    margin: 5px 0 0; }
  .body-inner .contextual-progress:first-child {
    margin-top: 0; }
  .body-inner .input-group-addon {
    padding: 8px 5px;
    min-width: 44px; }
  .body-inner .input-group-btn > .btn + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px; }
  .body-inner .input-group-btn > .btn:hover,
  .body-inner .input-group-btn > .btn:active,
  .body-inner .input-group-btn > .btn:focus,
  .body-inner .input-group-btn > .btn.active {
    z-index: inherit; }
  .body-inner .carousel-caption h1,
  .body-inner .carousel-caption h2,
  .body-inner .carousel-caption h3,
  .body-inner .carousel-caption h4,
  .body-inner .carousel-caption h5,
  .body-inner .carousel-caption h6 {
    color: #fff; }
  .body-inner html {
    position: relative;
    min-height: 100px; }
  .body-inner html,
  .body-inner body {
    height: 100%; }
  .body-inner body {
    padding-top: 50px; }
  @media (max-width: 767px) {
    .body-inner body {
      padding-top: 50px !important; } }
  .body-inner body.static-header {
    padding-top: 0 !important; }
  .body-inner #wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: auto;
    height: 100%;
    position: relative; }
  .body-inner #layout-static {
    display: table-row;
    height: 100%; }
  .body-inner .static-sidebar-wrapper {
    display: table-cell;
    overflow: hidden; }
  .body-inner .static-sidebar-wrapper,
  .body-inner .static-sidebar {
    width: 240px; }
  .body-inner .static-content-wrapper {
    display: table-cell;
    position: relative;
    background: #ebeef0; }
  .body-inner .static-sidebar-wrapper,
  .body-inner .static-content-wrapper {
    vertical-align: top; }
  .body-inner footer {
    background: #ebeef0; }
  .body-inner #wrap > .container-fluid,
  .body-inner #wrap > .container {
    padding: 20px; }
  .body-inner .navbar-brand {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
    background: url("../img/logo.jpg") no-repeat left top;
    height: 50px;
    width: 190px; }
  @media (max-width: 520px) {
    .body-inner ul.toolbar {
      display: block;
      float: none !important;
      margin: 0; }
    .body-inner .navbar-header {
      display: none; }
    .body-inner body {
      padding-top: 80px; }
    .body-inner .infobar,
    .body-inner #sidebar {
      top: 50px; } }
  .body-inner #headerbar {
    -webkit-transition: top .25s ease;
    -o-transition: top .25s ease;
    transition: top .25s ease;
    top: -1000px;
    left: 0;
    position: fixed;
    padding: 20px 20px 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.86); }
  .body-inner #headerbar.headerbarHide {
    top: -1000px !important; }
  .body-inner #headerbar.headerbarShow {
    top: 0 !important; }
  .body-inner footer {
    background: #ebeef0;
    color: #a2acb3;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .body-inner footer ul {
    margin: 0; }
  .body-inner footer > div.clearfix,
  .body-inner footer > div.dl-horizontal dd,
  .body-inner footer > div.container,
  .body-inner footer > div.container-fluid,
  .body-inner footer > div.row,
  .body-inner footer > div.form-horizontal .form-group,
  .body-inner footer > div.nav,
  .body-inner footer > div.btn-toolbar,
  .body-inner footer > div.btn-group-vertical > .btn-group,
  .body-inner footer > div.pager,
  .body-inner footer > div.modal-footer,
  .body-inner footer > div#headerbar,
  .body-inner footer > div#page-heading,
  .body-inner footer > div.scrollthis li,
  .body-inner footer > div.dropdown-menu.userinfo,
  .body-inner footer > div.dropdown-menu.userinfo li.username,
  .body-inner footer > diva.username,
  .body-inner footer > div.dropdown-menu.userinfo .username a,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body .widget-block,
  .body-inner footer > div.static-sidebar,
  .body-inner footer > div#sidebar li.hasChild > a,
  .body-inner footer > div.navbar,
  .body-inner footer > div.navbar-header,
  .body-inner footer > div.navbar-collapse,
  .body-inner footer > div.panel,
  .body-inner footer > div.panel-heading,
  .body-inner footer > div.panel-body,
  .body-inner footer > div.inner-spacer,
  .body-inner footer > div.panel-editbox,
  .body-inner footer > div.panel-footer,
  .body-inner footer > div.panel-userprofile li,
  .body-inner footer > div.panel-tasks li,
  .body-inner footer > div.tiles-heading,
  .body-inner footer > div.tiles-body,
  .body-inner footer > div.tiles-footer,
  .body-inner footer > div.timeline > li .timeline-header,
  .body-inner footer > div.timeline > li .timeline-footer,
  .body-inner footer > div.gallery {
    font-size: 11px;
    color: #262d33; }
  .body-inner footer > div.clearfix a,
  .body-inner footer > div.dl-horizontal dd a,
  .body-inner footer > div.container a,
  .body-inner footer > div.container-fluid a,
  .body-inner footer > div.row a,
  .body-inner footer > div.form-horizontal .form-group a,
  .body-inner footer > div.nav a,
  .body-inner footer > div.btn-toolbar a,
  .body-inner footer > div.btn-group-vertical > .btn-group a,
  .body-inner footer > div.pager a,
  .body-inner footer > div.modal-footer a,
  .body-inner footer > div#headerbar a,
  .body-inner footer > div#page-heading a,
  .body-inner footer > div.scrollthis li a,
  .body-inner footer > div.dropdown-menu.userinfo a,
  .body-inner footer > div.dropdown-menu.userinfo li.username a,
  .body-inner footer > diva.username a,
  .body-inner footer > div.dropdown-menu.userinfo .username a a,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body a,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body .widget-block a,
  .body-inner footer > div.static-sidebar a,
  .body-inner footer > div#sidebar li.hasChild > a a,
  .body-inner footer > div.navbar a,
  .body-inner footer > div.navbar-header a,
  .body-inner footer > div.navbar-collapse a,
  .body-inner footer > div.panel a,
  .body-inner footer > div.panel-heading a,
  .body-inner footer > div.panel-body a,
  .body-inner footer > div.inner-spacer a,
  .body-inner footer > div.panel-editbox a,
  .body-inner footer > div.panel-footer a,
  .body-inner footer > div.panel-userprofile li a,
  .body-inner footer > div.panel-tasks li a,
  .body-inner footer > div.tiles-heading a,
  .body-inner footer > div.tiles-body a,
  .body-inner footer > div.tiles-footer a,
  .body-inner footer > div.timeline > li .timeline-header a,
  .body-inner footer > div.timeline > li .timeline-footer a,
  .body-inner footer > div.gallery a {
    color: #262d33; }
  .body-inner footer > div.clearfix a:hover,
  .body-inner footer > div.dl-horizontal dd a:hover,
  .body-inner footer > div.container a:hover,
  .body-inner footer > div.container-fluid a:hover,
  .body-inner footer > div.row a:hover,
  .body-inner footer > div.form-horizontal .form-group a:hover,
  .body-inner footer > div.nav a:hover,
  .body-inner footer > div.btn-toolbar a:hover,
  .body-inner footer > div.btn-group-vertical > .btn-group a:hover,
  .body-inner footer > div.pager a:hover,
  .body-inner footer > div.modal-footer a:hover,
  .body-inner footer > div#headerbar a:hover,
  .body-inner footer > div#page-heading a:hover,
  .body-inner footer > div.scrollthis li a:hover,
  .body-inner footer > div.dropdown-menu.userinfo a:hover,
  .body-inner footer > div.dropdown-menu.userinfo li.username a:hover,
  .body-inner footer > diva.username a:hover,
  .body-inner footer > div.dropdown-menu.userinfo .username a a:hover,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body a:hover,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body .widget-block a:hover,
  .body-inner footer > div.static-sidebar a:hover,
  .body-inner footer > div#sidebar li.hasChild > a a:hover,
  .body-inner footer > div.navbar a:hover,
  .body-inner footer > div.navbar-header a:hover,
  .body-inner footer > div.navbar-collapse a:hover,
  .body-inner footer > div.panel a:hover,
  .body-inner footer > div.panel-heading a:hover,
  .body-inner footer > div.panel-body a:hover,
  .body-inner footer > div.inner-spacer a:hover,
  .body-inner footer > div.panel-editbox a:hover,
  .body-inner footer > div.panel-footer a:hover,
  .body-inner footer > div.panel-userprofile li a:hover,
  .body-inner footer > div.panel-tasks li a:hover,
  .body-inner footer > div.tiles-heading a:hover,
  .body-inner footer > div.tiles-body a:hover,
  .body-inner footer > div.tiles-footer a:hover,
  .body-inner footer > div.timeline > li .timeline-header a:hover,
  .body-inner footer > div.timeline > li .timeline-footer a:hover,
  .body-inner footer > div.gallery a:hover {
    color: #52616d;
    text-decoration: none !important; }
  .body-inner footer > div.clearfix ul,
  .body-inner footer > div.dl-horizontal dd ul,
  .body-inner footer > div.container ul,
  .body-inner footer > div.container-fluid ul,
  .body-inner footer > div.row ul,
  .body-inner footer > div.form-horizontal .form-group ul,
  .body-inner footer > div.nav ul,
  .body-inner footer > div.btn-toolbar ul,
  .body-inner footer > div.btn-group-vertical > .btn-group ul,
  .body-inner footer > div.pager ul,
  .body-inner footer > div.modal-footer ul,
  .body-inner footer > div#headerbar ul,
  .body-inner footer > div#page-heading ul,
  .body-inner footer > div.scrollthis li ul,
  .body-inner footer > div.dropdown-menu.userinfo ul,
  .body-inner footer > div.dropdown-menu.userinfo li.username ul,
  .body-inner footer > diva.username ul,
  .body-inner footer > div.dropdown-menu.userinfo .username a ul,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body ul,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body .widget-block ul,
  .body-inner footer > div.static-sidebar ul,
  .body-inner footer > div#sidebar li.hasChild > a ul,
  .body-inner footer > div.navbar ul,
  .body-inner footer > div.navbar-header ul,
  .body-inner footer > div.navbar-collapse ul,
  .body-inner footer > div.panel ul,
  .body-inner footer > div.panel-heading ul,
  .body-inner footer > div.panel-body ul,
  .body-inner footer > div.inner-spacer ul,
  .body-inner footer > div.panel-editbox ul,
  .body-inner footer > div.panel-footer ul,
  .body-inner footer > div.panel-userprofile li ul,
  .body-inner footer > div.panel-tasks li ul,
  .body-inner footer > div.tiles-heading ul,
  .body-inner footer > div.tiles-body ul,
  .body-inner footer > div.tiles-footer ul,
  .body-inner footer > div.timeline > li .timeline-header ul,
  .body-inner footer > div.timeline > li .timeline-footer ul,
  .body-inner footer > div.gallery ul {
    margin-bottom: -2px; }
  .body-inner footer > div.clearfix ul li:last-child,
  .body-inner footer > div.dl-horizontal dd ul li:last-child,
  .body-inner footer > div.container ul li:last-child,
  .body-inner footer > div.container-fluid ul li:last-child,
  .body-inner footer > div.row ul li:last-child,
  .body-inner footer > div.form-horizontal .form-group ul li:last-child,
  .body-inner footer > div.nav ul li:last-child,
  .body-inner footer > div.btn-toolbar ul li:last-child,
  .body-inner footer > div.btn-group-vertical > .btn-group ul li:last-child,
  .body-inner footer > div.pager ul li:last-child,
  .body-inner footer > div.modal-footer ul li:last-child,
  .body-inner footer > div#headerbar ul li:last-child,
  .body-inner footer > div#page-heading ul li:last-child,
  .body-inner footer > div.scrollthis li ul li:last-child,
  .body-inner footer > div.dropdown-menu.userinfo ul li:last-child,
  .body-inner footer > div.dropdown-menu.userinfo li.username ul li:last-child,
  .body-inner footer > diva.username ul li:last-child,
  .body-inner footer > div.dropdown-menu.userinfo .username a ul li:last-child,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body ul li:last-child,
  .body-inner footer > divbody.show-infobar .infobar .panel-collapse .panel-body .widget-block ul li:last-child,
  .body-inner footer > div.static-sidebar ul li:last-child,
  .body-inner footer > div#sidebar li.hasChild > a ul li:last-child,
  .body-inner footer > div.navbar ul li:last-child,
  .body-inner footer > div.navbar-header ul li:last-child,
  .body-inner footer > div.navbar-collapse ul li:last-child,
  .body-inner footer > div.panel ul li:last-child,
  .body-inner footer > div.panel-heading ul li:last-child,
  .body-inner footer > div.panel-body ul li:last-child,
  .body-inner footer > div.inner-spacer ul li:last-child,
  .body-inner footer > div.panel-editbox ul li:last-child,
  .body-inner footer > div.panel-footer ul li:last-child,
  .body-inner footer > div.panel-userprofile li ul li:last-child,
  .body-inner footer > div.panel-tasks li ul li:last-child,
  .body-inner footer > div.tiles-heading ul li:last-child,
  .body-inner footer > div.tiles-body ul li:last-child,
  .body-inner footer > div.tiles-footer ul li:last-child,
  .body-inner footer > div.timeline > li .timeline-header ul li:last-child,
  .body-inner footer > div.timeline > li .timeline-footer ul li:last-child,
  .body-inner footer > div.gallery ul li:last-child {
    padding-right: 0; }
  .body-inner footer #back-to-top {
    margin-top: -1px; }
  .body-inner #page-heading {
    background: none; }
  .body-inner #page-heading .breadcrumb {
    line-height: 10px;
    padding: 10px 20px;
    font-size: 11px;
    border-radius: 0;
    background: #ebedf0; }
  .body-inner #page-heading .breadcrumb > li {
    font-size: 11px !important;
    line-height: 10px; }
  .body-inner #page-heading h1 {
    margin: 0;
    padding: 20px;
    float: left;
    line-height: 34px;
    font-weight: 300;
    font-size: 20px; }
  .body-inner #page-heading .options {
    float: right;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px; }
  @media print {
    .body-inner .static-sidebar-wrapper,
    .body-inner .infobar-wrapper,
    .body-inner #topnav,
    .body-inner #headernav {
      display: none !important; } }
  @media (max-width: 767px) {
    .body-inner header .navbar-collapse.in {
      overflow-y: visible; }
    .body-inner #sidebar {
      position: fixed;
      width: 0;
      top: 50px;
      bottom: 0px;
      overflow-x: hidden !important; }
    .body-inner body.show-sidebar #sidebar {
      width: 240px; } }
  .body-inner .focusedform {
    height: 100%;
    background: #fafafa;
    padding: 0; }
  .body-inner .focusedform .static-sidebar-wrapper {
    width: 0; }
  .body-inner .focusedform .infobar,
  .body-inner .focusedform header {
    display: none; }
  @media (max-width: 520px) {
    .body-inner .focusedform .panel {
      border-radius: 0 !important; }
    .body-inner .focusedform .panel .panel-heading,
    .body-inner .focusedform .panel .panel-body {
      border-radius: 0 !important; } }
  .body-inner .focusedform .brand {
    display: block;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 224px; }
  .body-inner .focusedform .verticalcenter {
    width: 400px;
    margin: 0 auto;
    padding-top: 5%; }
  @media (max-width: 520px) {
    .body-inner .focusedform .verticalcenter {
      width: 100%; } }
  .body-inner .focusedform .verticalcenter.wideform {
    width: 700px; }
  @media (max-width: 767px) {
    .body-inner .focusedform .verticalcenter.wideform {
      width: 100%; } }
  .body-inner .focusedform .infobar-wrapper {
    display: none; }
  .body-inner .navbar {
    box-shadow: none; }
  .body-inner .layout-horizontal .nav-separator {
    display: none; }
  .body-inner .layout-horizontal #sidebar,
  .body-inner .layout-horizontal #leftmenu-trigger {
    display: none; }
  .body-inner .layout-horizontal nav.navbar {
    z-index: 999; }
  .body-inner .layout-horizontal .static-sidebar-wrapper {
    width: 0 !important; }
  .body-inner #horizontal-navbar .navbar-nav li:hover > ul {
    display: block; }
  .body-inner #horizontal-navbar .navbar-nav > li:hover > a i {
    background: transparent; }
  .body-inner #horizontal-navbar .navbar-nav ul {
    padding: 5px 0;
    border: none;
    border-radius: 0px;
    z-index: 1028; }
  .body-inner #horizontal-navbar .navbar-nav ul li > a {
    padding: 6px 20px; }
  .body-inner #horizontal-navbar .navbar-nav li a {
    text-decoration: none; }
  .body-inner #horizontal-navbar .navbar-nav li.active > a:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ebeef0 transparent;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -9px; }
  .body-inner #horizontal-navbar .navbar-nav i {
    margin-right: 8px; }
  .body-inner #horizontal-navbar .navbar-nav.large-icons-nav > ul > li > ul {
    text-align: left; }
  .body-inner #horizontal-navbar:not(.large-icons-nav) .badge {
    position: inherit;
    left: 0;
    right: 0;
    margin-left: 5px; }
  .body-inner #horizontal-navbar:not(.large-icons-nav) .label {
    top: auto;
    position: inherit;
    left: auto;
    margin-left: 10px; }
  .body-inner #horizontal-navbar .badge {
    left: 50%;
    margin-left: 10px;
    top: 10px; }
  .body-inner #horizontal-navbar .label {
    top: 10px;
    position: absolute;
    left: 50%;
    margin-left: 10px;
    line-height: 1.5; }
  @media (max-width: 767px) {
    .body-inner #horizontal-navbar .navbar-nav ul {
      width: 100%; }
    .body-inner #horizontal-navbar .navbar-nav li.active a:before {
      border-color: transparent !important; } }
  .body-inner nav.navbar .navbar-toggle,
  .body-inner nav.navbar .navbar-toggle:hover,
  .body-inner nav.navbar .navbar-toggle:focus {
    background: transparent;
    border: none; }
  @media (min-width: 768px) {
    .body-inner #horizontal-navbar.large-icons-nav .navbar-nav {
      margin-bottom: 0; }
    .body-inner #horizontal-navbar.large-icons-nav .navbar-nav > li {
      min-width: 120px; }
    .body-inner #horizontal-navbar.large-icons-nav .navbar-nav > li > a > i {
      font-size: 24px;
      display: block;
      text-align: center;
      margin-bottom: 15px;
      margin-right: 0; }
    .body-inner #horizontal-navbar.large-icons-nav .navbar-nav > li > a > span {
      display: block;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 11px; } }
  .body-inner .large-icons-nav #top-nav > li > ul {
    top: 85px; }
  @media (max-width: 768px) {
    .body-inner #top-nav li > ul {
      position: inherit !important;
      top: 0px !important;
      padding-left: 20px !important; } }
  .body-inner #top-nav li > ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding-left: 0;
    min-width: 200px; }
  .body-inner #top-nav li > ul li {
    list-style-type: none; }
  .body-inner #top-nav li > ul li ul {
    left: 100%; }
  .body-inner #top-nav li > ul li a {
    width: 100%;
    display: inline-block; }
  .body-inner #top-nav li > ul li a:hover {
    text-decoration: none; }
  .body-inner #top-nav li:hover > ul {
    display: block; }
  .body-inner #horizontal-navbar .navbar-nav li.active a:before {
    display: none; }
  .body-inner .fixed-layout {
    background: rgba(0, 0, 0, 0.9); }
  .body-inner .fixed-layout header,
  .body-inner .fixed-layout #wrapper,
  .body-inner .fixed-layout #headernav {
    max-width: none !important;
    width: 1195px;
    margin: 0 auto; }
  .body-inner .fixed-layout header .navbar-brand {
    display: block; }
  .body-inner .mainview-animation {
    position: relative; }
  .body-inner .mainview-animation.ng-enter {
    -webkit-animation-duration: .5s;
    animation-duration: .5s; }
  .body-inner .mainview-animation.ng-leave {
    display: none; }
  .body-inner .error-fullpage {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 10% !important;
    font-size: 14px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/errorbg.jpg");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/errorbg.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/errorbg.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/errorbg.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/errorbg.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/errorbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .body-inner .error-fullpage a,
  .body-inner .error-fullpage {
    color: #fff; }
  .body-inner .error-fullpage .error-heading {
    font-size: 72px; }
  .body-inner .animated-content {
    visibility: hidden; }
  .body-inner header {
    /*Icon should be white when there is a notification*/ }
  .body-inner header a.hasnotifications {
    color: #fff !important; }
  .body-inner header .toolbar > li,
  .body-inner header #rightmenu-trigger {
    border-left: 1px solid #f2f2f2; }
  .body-inner header #leftmenu-trigger {
    border-right: 1px solid #f2f2f2; }
  .body-inner header.navbar {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1) !important; }
  .body-inner .scrollthis {
    height: 315px; }
  .body-inner .scrollthis li a {
    display: block;
    text-decoration: none; }
  .body-inner .scrollthis + .dd-footer {
    border-top: 1px solid #e6e7e8; }
  .body-inner .dropdown-menu.notifications,
  .body-inner .dropdown-menu.messages {
    padding: 0;
    z-index: 1300;
    width: 320px; }
  .body-inner .dropdown-menu.notifications li,
  .body-inner .dropdown-menu.messages li {
    border-bottom: 1px solid #eeeeee;
    color: #707980 !important; }
  .body-inner .dropdown-menu.notifications li a,
  .body-inner .dropdown-menu.messages li a {
    white-space: normal;
    color: #707980; }
  .body-inner .dropdown-menu.notifications li a.active,
  .body-inner .dropdown-menu.messages li a.active {
    color: #262d33 !important;
    background: #ffffff !important; }
  .body-inner .dropdown-menu.notifications li a.active:hover,
  .body-inner .dropdown-menu.messages li a.active:hover {
    color: #262d33 !important;
    background: #ffffff !important; }
  .body-inner .dropdown-menu.notifications li a:hover,
  .body-inner .dropdown-menu.messages li a:hover {
    color: #262d33 !important;
    background: none !important; }
  .body-inner .dropdown-menu.notifications li a .btn-mark-unread + .tooltip > .tooltip-inner,
  .body-inner .dropdown-menu.messages li a .btn-mark-unread + .tooltip > .tooltip-inner {
    min-width: 83px; }
  .body-inner .dropdown-menu.notifications li a button.btn-mark-read,
  .body-inner .dropdown-menu.messages li a button.btn-mark-read,
  .body-inner .dropdown-menu.notifications li a button.btn-mark-unread,
  .body-inner .dropdown-menu.messages li a button.btn-mark-unread,
  .body-inner .dropdown-menu.notifications li a button,
  .body-inner .dropdown-menu.messages li a button {
    float: right;
    border: none !important;
    padding: 0 !important;
    background: none !important;
    line-height: 0; }
  .body-inner .dropdown-menu.notifications li a button.btn-mark-read i,
  .body-inner .dropdown-menu.messages li a button.btn-mark-read i,
  .body-inner .dropdown-menu.notifications li a button.btn-mark-unread i,
  .body-inner .dropdown-menu.messages li a button.btn-mark-unread i,
  .body-inner .dropdown-menu.notifications li a button i,
  .body-inner .dropdown-menu.messages li a button i {
    color: #dfe2e6 !important;
    margin: 0;
    font-size: 11px !important;
    padding: 3px !important;
    margin-right: -3px;
    top: -4px; }
  .body-inner .dropdown-menu.notifications li a button.btn-mark-read:hover i,
  .body-inner .dropdown-menu.messages li a button.btn-mark-read:hover i,
  .body-inner .dropdown-menu.notifications li a button.btn-mark-unread:hover i,
  .body-inner .dropdown-menu.messages li a button.btn-mark-unread:hover i,
  .body-inner .dropdown-menu.notifications li a button:hover i,
  .body-inner .dropdown-menu.messages li a button:hover i {
    color: #006487 !important; }
  .body-inner .dropdown-menu.notifications li .time,
  .body-inner .dropdown-menu.messages li .time {
    color: #dfe2e6;
    padding-left: 10px;
    padding-right: 7px;
    font-size: 11px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
    line-height: 11px; }
  .body-inner .dropdown-menu.notifications li.dd-header a,
  .body-inner .dropdown-menu.messages li.dd-header a,
  .body-inner .dropdown-menu.notifications li.dd-footer a,
  .body-inner .dropdown-menu.messages li.dd-footer a {
    color: #006487; }
  .body-inner .dropdown-menu.notifications li.dd-header a:hover,
  .body-inner .dropdown-menu.messages li.dd-header a:hover,
  .body-inner .dropdown-menu.notifications li.dd-footer a:hover,
  .body-inner .dropdown-menu.messages li.dd-footer a:hover {
    text-decoration: none; }
  .body-inner .dropdown-menu.notifications li.dd-header,
  .body-inner .dropdown-menu.messages li.dd-header {
    padding: 7px 10px;
    font-size: 11px;
    color: #a2acb3 !important;
    text-transform: uppercase; }
  .body-inner .dropdown-menu.notifications li.dd-header:before,
  .body-inner .dropdown-menu.messages li.dd-header:before,
  .body-inner .dropdown-menu.notifications li.dd-header:after,
  .body-inner .dropdown-menu.messages li.dd-header:after {
    content: " ";
    display: table; }
  .body-inner .dropdown-menu.notifications li.dd-header:after,
  .body-inner .dropdown-menu.messages li.dd-header:after {
    clear: both; }
  .body-inner .dropdown-menu.notifications li.dd-header:before,
  .body-inner .dropdown-menu.messages li.dd-header:before,
  .body-inner .dropdown-menu.notifications li.dd-header:after,
  .body-inner .dropdown-menu.messages li.dd-header:after {
    content: " ";
    display: table; }
  .body-inner .dropdown-menu.notifications li.dd-header:after,
  .body-inner .dropdown-menu.messages li.dd-header:after {
    clear: both; }
  .body-inner .dropdown-menu.notifications li.dd-header span:first-child,
  .body-inner .dropdown-menu.messages li.dd-header span:first-child {
    float: left !important;
    font-weight: 700; }
  .body-inner .dropdown-menu.notifications li.dd-header span:last-child,
  .body-inner .dropdown-menu.messages li.dd-header span:last-child {
    float: right !important; }
  .body-inner .dropdown-menu.notifications li.dd-header span:last-child a,
  .body-inner .dropdown-menu.messages li.dd-header span:last-child a {
    padding: 0 !important; }
  .body-inner .dropdown-menu.notifications li.dd-header a,
  .body-inner .dropdown-menu.messages li.dd-header a {
    background: none !important; }
  .body-inner .dropdown-menu.notifications li.dd-header a:hover,
  .body-inner .dropdown-menu.messages li.dd-header a:hover {
    color: #006487 !important; }
  .body-inner .dropdown-menu.notifications li.dd-footer,
  .body-inner .dropdown-menu.messages li.dd-footer {
    font-size: 11px; }
  .body-inner .dropdown-menu.notifications li.dd-footer a,
  .body-inner .dropdown-menu.messages li.dd-footer a {
    text-align: right;
    padding: 7px 10px; }
  .body-inner .dropdown-menu.notifications li.dd-footer a:hover,
  .body-inner .dropdown-menu.messages li.dd-footer a:hover,
  .body-inner .dropdown-menu.notifications li.dd-footer a:focus,
  .body-inner .dropdown-menu.messages li.dd-footer a:focus {
    background: none !important;
    color: #006487 !important;
    text-decoration: none; }
  .body-inner .dropdown-menu.notifications li:last-child,
  .body-inner .dropdown-menu.messages li:last-child {
    border-bottom: 0; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-user i {
    color: #37444e; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-warning i {
    color: #ffb900; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-danger i {
    color: #ef553a; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-fix i {
    color: #757575; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-success i {
    color: #81c04d; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-failure i {
    color: #ef553a; }
  .body-inner .dropdown-menu.notifications .scrollthis li .notification-order i {
    color: #50bed7; }
  .body-inner .dropdown-menu.notifications .scrollthis li a {
    padding: 19px;
    line-height: 16px; }
  .body-inner .dropdown-menu.notifications .scrollthis li a i {
    float: left !important;
    padding: 5px 0;
    text-align: center;
    margin-top: -4px;
    margin-right: 10px; }
  .body-inner .dropdown-menu.notifications .scrollthis li a .msg {
    overflow: hidden;
    display: inline; }
  .body-inner .dropdown-menu.notifications .scrollthis li .time {
    float: right; }
  .body-inner .dropdown-menu.messages li a {
    padding: 19px; }
  .body-inner .dropdown-menu.messages li a img {
    float: left !important;
    margin-right: 10px;
    height: 40px;
    border-radius: 50%; }
  .body-inner .dropdown-menu.messages li a div {
    overflow: hidden;
    position: relative; }
  .body-inner .dropdown-menu.messages li a .name {
    margin-top: 0px;
    color: #707980;
    font-weight: 700; }
  .body-inner .dropdown-menu.messages li a .msg {
    padding-top: 2px; }
  .body-inner .dropdown-menu.messages li a .tooltip,
  .body-inner .dropdown-menu.messages li a .tooltip-arrow {
    position: absolute !important; }
  .body-inner .dropdown-menu.messages li .time {
    float: right; }
  .body-inner .dropdown-menu.messages li img {
    height: 40px;
    width: 40px;
    border-radius: 50%; }
  .body-inner .dropdown-menu.messages li span {
    display: block; }
  .body-inner .dropdown-menu.messages li span.msg {
    font-size: 11px;
    color: #a2acb3; }
  .body-inner .dropdown-menu.userinfo {
    padding: 0px 15px;
    min-width: 200px; }
  .body-inner .dropdown-menu.userinfo ul {
    padding-left: 0; }
  .body-inner .dropdown-menu.userinfo li {
    list-style: none; }
  .body-inner .dropdown-menu.userinfo h5 {
    margin: -2px 0 -2px 0; }
  .body-inner .dropdown-menu.userinfo li.username {
    margin: 0 -15px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #eeeeee; }
  .body-inner .dropdown-menu.userinfo li.username a {
    padding: 0 5px; }
  .body-inner .dropdown-menu.userinfo li.username .pull-left img {
    width: 30px;
    border-radius: 50%; }
  .body-inner .dropdown-menu.userinfo li.username .pull-right {
    min-width: 130px; }
  .body-inner .dropdown-menu.userinfo li.username .pull-right small {
    color: #dfe2e6; }
  .body-inner .dropdown-menu.userinfo li.username .pull-right small span {
    color: #006487; }
  .body-inner .dropdown-menu.userinfo .userlinks ul {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .dropdown-menu.userinfo .userlinks ul li {
    margin: 0 -15px; }
  .body-inner .dropdown-menu.userinfo .userlinks ul li a {
    white-space: inherit; }
  .body-inner .dropdown-menu.userinfo .userlinks ul li.divider {
    margin: 5px -15px; }
  .body-inner .dropdown-menu.userinfo .userlinks ul i.pull-right {
    margin-top: 2px; }
  .body-inner .dropdown-menu.search {
    width: 280px;
    padding: 0; }
  .body-inner .dropdown-menu.search input[type="text"] {
    border: none;
    height: 38px; }
  .body-inner #headerbardropdown {
    padding: 16px 19px; }
  .body-inner #headerbardropdown i {
    margin-left: 0px; }
  .body-inner .toolbar.navbar-nav {
    margin: 0; }
  .body-inner .navbar-nav.toolbar > li {
    float: right; }
  .body-inner .navbar-nav.toolbar > li > a {
    padding-top: 16px;
    padding-bottom: 16px; }
  .body-inner .nav > li > a {
    padding: 10px 20px; }
  .body-inner a.username {
    padding: 10px 10px !important;
    font-size: 12px !important; }
  .body-inner a.username span {
    font-weight: 600;
    padding-right: 8px;
    top: 2px;
    position: relative;
    float: left; }
  .body-inner a.username img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    float: right; }
  .body-inner .dropdown-menu.userinfo .username a {
    padding: 0;
    color: #262d33; }
  .body-inner .dropdown-menu.userinfo .username a:hover {
    text-decoration: none;
    background: none; }
  .body-inner header.navbar {
    margin-bottom: 0px;
    border: none; }
  .body-inner .nav .badge,
  .body-inner #sidebar .badge {
    text-align: center;
    text-shadow: none !important; }
  .body-inner .nav .badge {
    top: 8px;
    left: 27px;
    position: absolute; }
  .body-inner .navbar .btn {
    font-size: 1em;
    padding: 5px; }
  .body-inner .navbar .btn.pull-left {
    border-right: 1px solid #555;
    margin-right: 10px; }
  .body-inner .navbar .btn.pull-right {
    border-left: 1px solid #555;
    margin-left: 10px; }
  .body-inner .navbar-default #topnav #leftmenu-trigger,
  .body-inner .navbar-default #topnav #rightmenu-trigger {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTA1NTE3QTA3RUI2MTFFNDk5RjdGQjZGNUYwNTMzREYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTA1NTE3QTE3RUI2MTFFNDk5RjdGQjZGNUYwNTMzREYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDU1MTc5RTdFQjYxMUU0OTlGN0ZCNkY1RjA1MzNERiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDU1MTc5RjdFQjYxMUU0OTlGN0ZCNkY1RjA1MzNERiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuztcnsAAABvSURBVHja7NhBCsAgDATApPTh+XnquSdLKxSZPQdhDHvQ7O7YIUdsEhAQEBAQEBAQEBAQEJCXOVccmpk1Mzee2WUj98tb8fkwNhKTG9ERZX+Y+nhO2ZVd2ZVd2XUEBAQEBAQEBAQEBAQE5M+5BBgAxEkYW5e4p+QAAAAASUVORK5CYII=); }
  .body-inner .dropdown-toggle {
    display: inline-block; }
  .body-inner #leftmenu-trigger,
  .body-inner #rightmenu-trigger {
    height: 50px;
    width: 50px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzEyRjFDODQ5OTc1MTFFNEIwM0RBQ0MzQzM1REREMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzEyRjFDODU5OTc1MTFFNEIwM0RBQ0MzQzM1REREMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMTJGMUM4Mjk5NzUxMUU0QjAzREFDQzNDMzVEREQxRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMTJGMUM4Mzk5NzUxMUU0QjAzREFDQzNDMzVEREQxRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm4FKuMAAABaSURBVHja7NhRCgAQEEVRIwu387EIlMZ531In3R+Rma3CeisyEBAQEBAQEBAQEBAQkM2NS/fOw+f+eZHw+QAidrFrBETsYtcICAgICAgICAgICAgIyKtbAgwASZIPW5TIvUUAAAAASUVORK5CYII=); }
  .body-inner #leftmenu-trigger {
    background-position: 0 0;
    float: left; }
  .body-inner #leftmenu-trigger:hover {
    background-position: 0 50px; }
  .body-inner #rightmenu-trigger {
    background-position: 0 0;
    float: right; }
  .body-inner #rightmenu-trigger:hover {
    background-position: 0px 50px; }
  @media (max-width: 767px) {
    .body-inner .dropdown-menu.messages {
      margin-right: -35px; }
    .body-inner .dropdown-menu.messages:before {
      margin-right: 35px; }
    .body-inner .dropdown-menu.notifications {
      margin-right: -81px;
      width: 280px; }
    .body-inner .dropdown-menu.notifications:before {
      margin-right: 81px; }
    .body-inner nav.navbar .dropdown-menu {
      position: relative;
      float: none;
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
    .body-inner nav.navbar .navbar-header {
      width: auto; } }
  .body-inner nav.navbar {
    margin-bottom: 0; }
  .body-inner #search-inline input {
    border: none;
    height: 35px;
    padding-left: 25px; }
  .body-inner #search-inline .search {
    margin: 9px 10px 9px 0px;
    color: #8c959b; }
  .body-inner #search-inline .remove {
    right: 0;
    margin: 9px 20px 9px 10px; }
  .body-inner #search-inline .remove:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    .body-inner #search-inline.active {
      display: block !important;
      right: 0;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 999;
      margin: 0;
      border: none;
      padding: 8px 0 7px; }
    .body-inner #search-inline input {
      padding-left: 45px; }
    .body-inner #search-inline .search {
      margin: 9px 20px 9px 20px; } }
  .body-inner .infobar {
    background: #fff;
    display: none;
    width: 300px;
    top: 50px;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1029;
    overflow: hidden;
    position: fixed;
    border-left: 1px solid #e0e0e0; }
  .body-inner body.show-infobar {
    /* Style of the Chat area */ }
  .body-inner body.show-infobar .infobar {
    display: block; }
  .body-inner body.show-infobar .infobar .panel-heading {
    padding: 0 20px;
    border-radius: 0;
    border: 0;
    background-color: #f5f5f5; }
  .body-inner body.show-infobar .infobar .panel-heading .panel-title {
    padding: 5px 0; }
  .body-inner body.show-infobar .infobar .panel-heading a {
    color: #a2acb3 !important;
    font-size: 11px;
    display: block;
    text-transform: uppercase; }
  .body-inner body.show-infobar .infobar .panel-heading a small {
    color: #AEAFB1;
    font-size: 12px; }
  .body-inner body.show-infobar .infobar .panel-heading a:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right; }
  .body-inner body.show-infobar .infobar .panel-heading a.collapsed:after {
    content: "\f104";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .body-inner body.show-infobar .infobar .panel {
    box-shadow: none;
    margin: 0; }
  .body-inner body.show-infobar .infobar .open .panel-heading a:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right; }
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body {
    background: #fff;
    margin-top: 0px; }
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .more {
    padding-top: 0px;
    font-size: 11px;
    float: right; }
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px; }
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block small {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.75); }
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block h5 {
    margin: 0;
    color: #fff;
    font-size: 1.3em; }
  .body-inner body.show-infobar .infobar .panel-collapse .panel-body .widget-block h5 > small {
    vertical-align: super;
    display: inline;
    font-size: 0.6em; }
  .body-inner body.show-infobar #widgetarea {
    display: block;
    overflow: visible; }
  .body-inner body.show-infobar #chatarea {
    display: none;
    margin-top: 10px; }
  .body-inner body.show-infobar #chatarea .chatuser {
    font-size: 16px;
    margin: 0 0px; }
  .body-inner body.show-infobar #chatarea .chathistory {
    bottom: 122px;
    top: 40px;
    position: absolute;
    height: auto;
    display: block;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden; }
  .body-inner body.show-infobar #chatarea .chatinput {
    height: 100px;
    width: 279px;
    bottom: 10px;
    position: absolute; }
  .body-inner body.show-infobar #chatarea .chatinput textarea {
    border: 1px solid #e0e0e0;
    text-decoration: none;
    background-color: #fff;
    width: 100%;
    height: 62px;
    padding: 10px;
    resize: none; }
  .body-inner body.show-infobar #chatarea .chatmsg {
    text-align: right;
    position: relative;
    background: #dfe2e6;
    color: #1a1a1a;
    width: 279px;
    padding: 10px;
    margin: 10px 0 20px;
    border-radius: 3px; }
  .body-inner body.show-infobar #chatarea .chatmsg:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    right: 5%;
    border-top: 10px solid #dfe2e6;
    border-left: 15px solid transparent; }
  .body-inner body.show-infobar #chatarea .chatmsg p {
    margin: 0;
    font-size: 14px; }
  .body-inner body.show-infobar #chatarea .chatmsg span {
    padding-top: 5px;
    display: block;
    text-align: left;
    font-size: 12px;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .body-inner body.show-infobar #chatarea .chatmsg.sent {
    text-align: left;
    background: #37444e;
    color: #fff;
    position: relative; }
  .body-inner body.show-infobar #chatarea .chatmsg.sent span {
    text-align: right; }
  .body-inner body.show-infobar #chatarea .chatmsg.sent:after {
    left: 5%;
    right: auto;
    border-left: none;
    border-top: 10px solid #37444e;
    border-right: 15px solid transparent; }
  .body-inner .chat-users {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0; }
  .body-inner .chat-users a {
    display: block;
    color: #707980;
    padding: 2px;
    border-radius: 30px; }
  .body-inner .chat-users a:hover {
    text-decoration: none;
    background-color: #eeeeee;
    border-radius: 30px; }
  .body-inner .chat-users li {
    margin: 0; }
  .body-inner .chat-users li:first-child {
    margin-top: 0; }
  .body-inner .chat-users img {
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .body-inner .chat-users span {
    padding-left: 10px; }
  .body-inner .chat-users li.active a {
    text-decoration: none;
    background-color: #eeeeee;
    border-radius: 30px; }
  .body-inner .chat-users li a:after {
    content: "•";
    float: right;
    font-size: 1.7em;
    padding-right: 5px;
    line-height: 30px; }
  .body-inner .chat-users li[data-stats="online"] a:after {
    color: #81c04d; }
  .body-inner .chat-users li[data-stats="busy"] a:after {
    color: #ef553a; }
  .body-inner .chat-users li[data-stats="away"] a:after {
    color: #ffb900; }
  .body-inner .chat-users li[data-stats="offline"] a:after {
    color: #dfe2e6; }
  .body-inner #chat-box {
    width: 400px;
    position: fixed;
    z-index: 1039; }
  .body-inner .static-sidebar {
    white-space: nowrap;
    position: relative; }
  .body-inner #sidebar {
    white-space: normal;
    margin: 0 0 0 0;
    padding-left: 0 !important;
    list-style-type: none; }
  .body-inner #sidebar .label {
    margin-left: 10px; }
  .body-inner #sidebar .badge {
    font-weight: 700;
    background-color: rgba(21, 22, 26, 0.6);
    margin-left: 10px !important; }
  .body-inner #sidebar i {
    margin-left: 0px;
    margin-right: 18px;
    min-width: 16px;
    text-align: center;
    display: inline-block; }
  .body-inner #sidebar .divider {
    height: 1px;
    width: 100%;
    margin: 10px 0px;
    overflow: hidden; }
  .body-inner #sidebar .nav-separator {
    padding: 7px 16px;
    font-size: 11px;
    background: #293136; }
  .body-inner #sidebar a {
    text-decoration: none; }
  .body-inner #sidebar ul {
    padding: 10px 0;
    list-style: none; }
  .body-inner #sidebar ul {
    padding-left: 0 !important; }
  .body-inner #sidebar li a {
    text-transform: uppercase;
    display: block;
    padding: 15px 16px;
    position: relative;
    font-weight: 500; }
  .body-inner #sidebar > li > a,
  .body-inner #sidebar > li > a > i {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .body-inner #sidebar ul li a {
    padding: 5px 20px 5px 50px;
    text-transform: none;
    font-weight: 400; }
  .body-inner #sidebar ul li.active:not(.open) > a {
    font-weight: 700; }
  .body-inner #sidebar li > ul {
    display: none; }
  .body-inner #sidebar li.open > ul {
    display: block; }
  .body-inner #sidebar ul ul {
    padding: 0; }
  .body-inner #sidebar li li li a {
    padding-left: 70px; }
  .body-inner #sidebar ul ul ul li a {
    padding-left: 90px; }
  .body-inner #sidebar ul ul ul ul li a {
    padding-left: 110px; }
  .body-inner #sidebar li.disabled-link a {
    cursor: not-allowed;
    font-style: italic; }
  .body-inner #sidebar li.hasChild > a {
    position: relative; }
  .body-inner #sidebar li.hasChild > a:before,
  .body-inner #sidebar li.hasChild.open > a:before {
    content: "\f105";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .body-inner #sidebar li.hasChild.open > a:before {
    content: "\f107";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .body-inner #sidebar li.hasChild > a:before,
  .body-inner #sidebar li.hasChild.open > a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: right;
    padding-right: 0px;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .body-inner #sidebar li.hasChild li.hasChild a:before {
    top: 5px; }
  .body-inner body.sidebar-collapsed #sidebar > li.hasChild.open > a:before {
    content: ""; }
  .body-inner body.sidebar-collapsed #sidebar > li.hasChild > a:before {
    content: ""; }
  .body-inner body.sidebar-collapsed #sidebar > li.hasChild:hover > a:before {
    content: "\f107"; }
  .body-inner body.sidebar-collapsed #sidebar ul {
    display: none !important; }
  .body-inner body.sidebar-collapsed #sidebar li:hover > ul {
    display: block !important; }
  .body-inner #search {
    line-height: 0;
    margin-bottom: 0px;
    margin-top: 0px; }
  .body-inner #search > a {
    display: none !important; }
  .body-inner #search form {
    margin: 0px 0px 0px 0px;
    padding: 0 0px 0px 0px;
    position: relative; }
  .body-inner #search form .search-query {
    padding: 0 10px 0 50px;
    border-radius: 0px;
    min-height: 50px;
    line-height: 18px;
    width: 100%; }
  .body-inner #search form .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  .body-inner #search form .search-query:focus:-ms-input-placeholder {
    color: transparent; }
  .body-inner #search form .search-query:focus::-webkit-input-placeholder {
    color: transparent; }
  .body-inner #search form .search-query:focus + button i {
    opacity: 1;
    filter: alpha(opacity=100); }
  .body-inner #search form .search-query,
  .body-inner #search form .search-query:active,
  .body-inner #search form .search-query:focus {
    border: none; }
  .body-inner #search form button[type="submit"] {
    float: left;
    position: absolute;
    top: 0;
    left: 0px;
    border: 0;
    background: none;
    padding: 19px 0;
    margin: 0;
    min-width: 50px;
    text-align: center; }
  .body-inner #search form button[type="submit"] i {
    margin: 0 0 0 2px !important;
    opacity: 0.4;
    filter: alpha(opacity=40); }
  .body-inner #sidebar .badge {
    float: right;
    position: absolute;
    top: 16px; }
  @media screen and (max-width: 767px) {
    .body-inner .static-sidebar-wrapper {
      width: 0;
      z-index: 1029;
      -webkit-transition: width 0ms ease-out;
      -o-transition: width 0ms ease-out;
      transition: width 0ms ease-out; }
    .body-inner .static-sidebar-wrapper #sidebar {
      white-space: nowrap; }
    .body-inner .static-content-wrapper {
      overflow: hidden; }
    .body-inner body.show-sidebar .static-sidebar-wrapper {
      width: 240px; } }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-collapsed .nav-separator div,
    .body-inner body.sidebar-collapsed .nav-separator div:hover,
    .body-inner body.sidebar-collapsed .nav-separator div:active {
      font: 0/0 a !important;
      color: transparent !important;
      text-shadow: none !important;
      background-color: transparent !important;
      border: 0 !important; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper,
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper > div {
      white-space: nowrap;
      width: 50px;
      overflow: visible; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li {
      white-space: nowrap;
      position: relative;
      width: 50px; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li span {
      display: none; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover {
      width: 290px;
      z-index: 1512; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover span {
      display: inline; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover > ul {
      display: block;
      position: absolute;
      left: 50px;
      width: 240px; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover > ul > li > a {
      padding-left: 20px; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover > ul > li li > a {
      padding-left: 40px; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover > ul > li li li > a {
      padding-left: 60px; }
    .body-inner body.sidebar-collapsed .static-sidebar-wrapper #sidebar > li:hover > ul > li li li li > a {
      padding-left: 80px; }
    .body-inner body.sidebar-collapsed #search {
      display: none; } }
  .body-inner .static-sidebar .nav-separator {
    font-size: 11px;
    text-transform: none;
    display: block;
    padding: 7px 20px;
    border-bottom: 0;
    font-weight: 700; }
  .body-inner body.sidebar-collapsed .static-sidebar .nav-separator {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    padding: 5px 0;
    width: 50px !important; }
  .body-inner body.sidebar-collapsed .static-sidebar .nav-separator div,
  .body-inner body.sidebar-collapsed .static-sidebar .nav-separator div:hover,
  .body-inner body.sidebar-collapsed .static-sidebar .nav-separator div:active {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important; }
  .body-inner #sidebar li .label.pull-right {
    line-height: 1.5; }
  .body-inner .navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 18px;
    border: 0; }
  @media (min-width: 768px) {
    .body-inner .navbar {
      border-radius: 0; } }
  @media (min-width: 768px) {
    .body-inner .navbar-header {
      float: left; } }
  .body-inner .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 18px;
    padding-left: 18px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
  .body-inner .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .body-inner .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
    .body-inner .navbar-collapse.collapse {
      display: block !important;
      visibility: visible !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible; }
    .body-inner .navbar-collapse.in {
      overflow-y: visible; }
    .body-inner .navbar-collapse .navbar-nav.navbar-left:first-child {
      margin-left: -18px; }
    .body-inner .navbar-collapse .navbar-nav.navbar-right:last-child {
      margin-right: -18px; }
    .body-inner .navbar-collapse .navbar-text:last-child {
      margin-right: 0; } }
  .body-inner .container > .navbar-header,
  .body-inner .container > .navbar-collapse {
    margin-right: -18px;
    margin-left: -18px; }
  @media (min-width: 768px) {
    .body-inner .container > .navbar-header,
    .body-inner .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
  .body-inner .navbar-static-top {
    border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .body-inner .navbar-static-top {
      border-radius: 0; } }
  .body-inner .navbar-fixed-top,
  .body-inner .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .body-inner .navbar-fixed-top,
    .body-inner .navbar-fixed-bottom {
      border-radius: 0; } }
  .body-inner .navbar-fixed-top {
    z-index: 1030;
    top: 0; }
  .body-inner .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0; }
  .body-inner .navbar-brand {
    float: left;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 18px; }
  .body-inner .navbar-brand:hover,
  .body-inner .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .body-inner .navbar > .container .navbar-brand {
      margin-left: -18px; } }
  .body-inner .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 18px;
    padding: 6px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.15) !important;
    border: 1px solid transparent;
    border-radius: 3px; }
  .body-inner .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .body-inner .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .body-inner .navbar-toggle {
      display: none; } }
  .body-inner .navbar-nav {
    margin: 5px -18px; }
  .body-inner .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (min-width: 768px) {
    .body-inner .navbar-nav {
      float: left;
      margin: 0; }
    .body-inner .navbar-nav > li {
      float: left; }
    .body-inner .navbar-nav > li > a {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media (min-width: 768px) {
    .body-inner .navbar-left {
      float: left !important; }
    .body-inner .navbar-right {
      float: right !important; } }
  .body-inner .navbar-form {
    margin-left: -18px;
    margin-right: -18px;
    padding: 10px 18px;
    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: 7px;
    margin-bottom: 7px; }
  @media (min-width: 768px) {
    .body-inner .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .body-inner .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .body-inner .navbar-form .form-control-static {
      display: inline-block; }
    .body-inner .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
    .body-inner .navbar-form .input-group .input-group-addon,
    .body-inner .navbar-form .input-group .input-group-btn,
    .body-inner .navbar-form .input-group .form-control {
      width: auto; }
    .body-inner .navbar-form .input-group > .form-control {
      width: 100%; }
    .body-inner .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .body-inner .navbar-form .radio,
    .body-inner .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .body-inner .navbar-form .radio label,
    .body-inner .navbar-form .checkbox label {
      padding-left: 0; }
    .body-inner .navbar-form .radio input[type="radio"],
    .body-inner .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .body-inner .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .body-inner .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .body-inner .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; } }
  .body-inner .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .navbar-nav.pull-right > li > .dropdown-menu,
  .body-inner .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0; }
  .body-inner .navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px; }
  .body-inner .navbar-text {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .body-inner .navbar-text {
      margin-left: 18px;
      margin-right: 18px; } }
  .body-inner .navbar-default {
    background-color: #fff;
    border-color: #f2f2f2; }
  .body-inner .navbar-default .navbar-brand {
    color: #8c959b; }
  .body-inner .navbar-default .navbar-brand:hover,
  .body-inner .navbar-default .navbar-brand:focus {
    color: #717c83;
    background-color: transparent; }
  .body-inner .navbar-default .navbar-text {
    color: #c5cbd1; }
  .body-inner .navbar-default .navbar-nav > li > a {
    color: #8c959b; }
  .body-inner .navbar-default .navbar-nav > li > a:hover,
  .body-inner .navbar-default .navbar-nav > li > a:focus {
    color: #8c959b;
    background-color: transparent; }
  .body-inner .navbar-default .navbar-nav > .active > a,
  .body-inner .navbar-default .navbar-nav > .active > a:hover,
  .body-inner .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .body-inner .navbar-default .navbar-nav > .disabled > a,
  .body-inner .navbar-default .navbar-nav > .disabled > a:hover,
  .body-inner .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .body-inner .navbar-default .navbar-toggle {
    border-color: #ddd; }
  .body-inner .navbar-default .navbar-toggle:hover,
  .body-inner .navbar-default .navbar-toggle:focus {
    background-color: #ddd; }
  .body-inner .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  .body-inner .navbar-default .navbar-collapse,
  .body-inner .navbar-default .navbar-form {
    border-color: #f2f2f2; }
  .body-inner .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .body-inner .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #8c959b;
    border-bottom-color: #8c959b; }
  .body-inner .navbar-default .navbar-nav > .open > a,
  .body-inner .navbar-default .navbar-nav > .open > a:hover,
  .body-inner .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  .body-inner .navbar-default .navbar-nav > .open > a .caret,
  .body-inner .navbar-default .navbar-nav > .open > a:hover .caret,
  .body-inner .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555; }
  .body-inner .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #8c959b;
    border-bottom-color: #8c959b; }
  @media (max-width: 767px) {
    .body-inner .navbar-default .navbar-nav .navbar-nav a {
      color: #333; }
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #8c959b; }
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #8c959b;
      background-color: transparent; }
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .body-inner .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .body-inner .navbar-default .navbar-link {
    color: #8c959b; }
  .body-inner .navbar-default .navbar-link:hover {
    color: #8c959b; }
  .body-inner .navbar-inverse {
    background-color: #fff;
    border-color: #f2f2f2; }
  .body-inner .navbar-inverse .navbar-brand {
    color: #8c959b; }
  .body-inner .navbar-inverse .navbar-brand:hover,
  .body-inner .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
  .body-inner .navbar-inverse .navbar-text {
    color: #c5cbd1; }
  .body-inner .navbar-inverse .navbar-nav > li > a {
    color: #8c959b; }
  .body-inner .navbar-inverse .navbar-nav > li > a:hover {
    color: #8c959b;
    background-color: transparent; }
  .body-inner .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent; }
  .body-inner .navbar-inverse .navbar-nav > .active > a,
  .body-inner .navbar-inverse .navbar-nav > .active > a:hover,
  .body-inner .navbar-inverse .navbar-nav > .active > a:focus {
    color: #8c959b;
    background-color: #f2f2f2; }
  .body-inner .navbar-inverse .navbar-nav > .disabled > a,
  .body-inner .navbar-inverse .navbar-nav > .disabled > a:hover,
  .body-inner .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .body-inner .navbar-inverse .navbar-toggle {
    border-color: #333; }
  .body-inner .navbar-inverse .navbar-toggle:hover,
  .body-inner .navbar-inverse .navbar-toggle:focus {
    background-color: #333; }
  .body-inner .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
  .body-inner .navbar-inverse .navbar-collapse,
  .body-inner .navbar-inverse .navbar-form {
    border-color: #ededed; }
  .body-inner .navbar-inverse .navbar-nav > .open > a,
  .body-inner .navbar-inverse .navbar-nav > .open > a:hover,
  .body-inner .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #f2f2f2;
    color: #8c959b; }
  .body-inner .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #8c959b;
    border-bottom-color: #8c959b; }
  .body-inner .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #8c959b;
    border-bottom-color: #8c959b; }
  .body-inner .navbar-inverse .navbar-nav > .open > a .caret,
  .body-inner .navbar-inverse .navbar-nav > .open > a:hover .caret,
  .body-inner .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #8c959b;
    border-bottom-color: #8c959b; }
  .body-inner .navbar-inverse .navbar-link {
    color: #8c959b; }
  .body-inner .navbar-inverse .navbar-link:hover {
    color: #8c959b; }
  .body-inner panel {
    display: block; }
  .body-inner .no-padding .panel-body {
    padding: 0 !important; }
  .body-inner .panel {
    margin: 0 0 20px 0;
    position: relative;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 -1px 0px 0 rgba(0, 0, 0, 0.03); }
  .body-inner .panel .panel-heading {
    padding: 0px 20px 0px 20px;
    line-height: 48px;
    border-radius: 2px; }
  .body-inner .panel .panel-heading h2,
  .body-inner .panel .panel-heading .panel-title {
    color: #a2acb3;
    height: 100%;
    width: auto;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 0 14px;
    position: relative;
    margin: 0;
    line-height: 20px;
    cursor: text;
    text-transform: uppercase; }
  .body-inner .panel .panel-heading h2 i,
  .body-inner .panel .panel-heading .panel-title i {
    margin-right: 5px; }
  .body-inner ul .panel .panel-heading h2,
  .body-inner ul .panel .panel-heading .panel-title {
    padding: 0 !important; }
  .body-inner .panel .panel-heading .panel-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    float: right;
    position: relative;
    margin: 11px 0px 11px 1px;
    line-height: 14px;
    text-align: center;
    cursor: pointer; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon:hover {
    text-decoration: none; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon:first-child {
    margin-right: 0; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon.btn {
    margin: 11px 0px 11px 2px; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon.custom-icon {
    float: left; }
  .body-inner .panel .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.08);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000);
    border-radius: 3px; }
  .body-inner .panel .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.16);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#29000000, endColorstr=#29000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#29000000, endColorstr=#29000000); }
  .body-inner .panel .panel-heading .panel-loader {
    width: 14px;
    height: 14px;
    margin: 17px 0px 0px 0px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    display: none; }
  .body-inner .panel .panel-heading:empty {
    border-width: 0;
    height: 3px; }
  .body-inner .panel .panel-heading .nav > li > a:hover,
  .body-inner .panel .panel-heading .nav > li > a:focus {
    background: none; }
  .body-inner .panel.panel-default .panel-heading:empty {
    border-width: 0;
    height: 3px;
    background: #fff; }
  .body-inner .panel .collapsed .panel-heading {
    border-radius: 3px; }
  .body-inner .panel .panel-body {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 20px; }
  .body-inner .panel .panel-body.panel-no-padding {
    padding: 0px; }
  .body-inner .panel .panel-body.panel-no-padding > table {
    margin: 0; }
  .body-inner .panel .panel-body.panel-no-padding .alert {
    margin: 20px !important; }
  .body-inner .panel .panel-body.panel-no-padding .panel-footer {
    margin: 0;
    padding: 20px; }
  .body-inner .panel .panel-body.panel-tb-padding {
    padding: 20px 0px; }
  .body-inner .panel .panel-body.panel-lr-padding {
    padding: 0 20px; }
  .body-inner .panel .panel-body.bg-gray {
    background-color: #eeeeee; }
  .body-inner .panel .panel-scroll {
    overflow-y: scroll; }
  .body-inner .panel .panel-body.scroll-pane > .scroll-content {
    padding: 20px; }
  .body-inner .panel .panel-heading + .panel-body,
  .body-inner .panel .panel-editbox + .panel-body {
    margin: 0; }
  .body-inner .panel,
  .body-inner .panel .panel-body {
    border-radius: 3px; }
  .body-inner .panel .panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .panel .panel-heading + .panel-body,
  .body-inner .panel .panel-editbox + .panel-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .body-inner .panel.panel-collapsed .panel-heading {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .panel.editbox-open .panel-heading {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .body-inner .panel.ui-sortable-helper {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg); }
  .body-inner .panel-toolbar-editbox.panel-collapsed .panel-heading,
  .body-inner .panel-toolbar-colorbox.panel-collapsed .panel-heading {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .body-inner .panel-editbox {
    padding: 10px 20px;
    display: none;
    background: #fff;
    border-bottom: 2px solid #e0e0e0; }
  .body-inner .panel-editbox .form-group {
    margin-bottom: 0; }
  .body-inner .panel-collapsed .panel-editbox {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .panel-color-list {
    padding: 5px 0px;
    text-align: left;
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
  .body-inner .panel-color-list > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  .body-inner .panel-color-list li {
    margin-right: 2px; }
  .body-inner .panel-color-list li span {
    border-radius: 10px;
    display: inline-block; }
  .body-inner .panel-color-list li,
  .body-inner .panel-color-list li span {
    height: 20px;
    width: 20px;
    margin-bottom: -4px; }
  .body-inner .panel-color-list li:hover,
  .body-inner .panel-color-list li span:hover {
    cursor: pointer; }
  .body-inner .panel-color-list.text-center {
    text-align: center; }
  .body-inner body.nooverflow {
    overflow: hidden;
    position: fixed; }
  .body-inner #panel-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff; }
  .body-inner #panel-fullscreen-mode .panel {
    margin: 0;
    border-radius: 0 !important; }
  .body-inner #panel-fullscreen-mode .panel-heading {
    border-radius: 0 !important; }
  .body-inner #panel-fullscreen-mode .panel-editbox {
    display: none !important; }
  .body-inner #panel-fullscreen-mode .panel-body {
    overflow-y: scroll;
    border-radius: 0; }
  .body-inner #panel-fullscreen-mode > div > .panel-heading {
    cursor: default; }
  .body-inner .panel-heading i.separator {
    height: 28px;
    width: 1px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.08);
    margin: 12px 15px -10px; }
  .body-inner .panel-heading > i.separator {
    float: right;
    margin: 10px 15px; }
  .body-inner .panel {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 -1px 0px 0 rgba(0, 0, 0, 0.03); }
  .body-inner .panel .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    margin: 0;
    border-top: 2px solid #fff; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon {
    color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    width: 25px; }
  .body-inner .panel .panel-heading .panel-ctrls .button-icon:hover {
    color: #333; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs {
    margin: -14px 0px -14px -20px; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li {
    margin-bottom: 0 !important; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.active a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.active a {
    font-weight: 700 !important; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.tabdrop + li.active a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.tabdrop + li.active a,
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.active:first-child a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.active:first-child a {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 0 !important; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.tabdrop a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.tabdrop a,
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.active a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.active a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open > a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open > a,
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open > a:hover,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open > a:hover,
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open > a:focus,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open > a:focus,
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open > a:active,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open > a:active,
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open > a:visited,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open > a:visited {
    background: #fafafa !important;
    color: #262d33 !important;
    border-radius: 0;
    z-index: 4; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open .dropdown-menu li a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open .dropdown-menu li a {
    box-shadow: none; }
  .body-inner .panel .panel-heading h2 > ul.nav-tabs li.open.active:first-child a,
  .body-inner .panel .panel-heading .panel-title > ul.nav-tabs li.open.active:first-child a {
    border-radius: 0; }
  .body-inner .panel .panel-heading .dropdown-menu.dropdown-tint {
    padding: 5px;
    min-width: 100%; }
  .body-inner .panel .panel-heading .dropdown-menu.dropdown-tint .btn {
    margin: 0 0 1px 0;
    padding: 9px 0;
    width: 27px; }
  .body-inner .panel .panel-heading .dropdown-menu.dropdown-edit {
    padding: 5px;
    min-width: 200px; }
  .body-inner .panel .panel-body {
    background-color: #fff; }
  .body-inner .panel.panel-primary .panel-heading,
  .body-inner accordion.panel-primary .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #006487; }
  .body-inner .panel.panel-primary .panel-heading h2,
  .body-inner accordion.panel-primary .panel-heading h2,
  .body-inner .panel.panel-primary .panel-heading .panel-title,
  .body-inner accordion.panel-primary .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-primary .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-primary .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-primary .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-primary .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-primary .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-primary .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #006487; }
  .body-inner .panel.panel-primary .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-primary .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #006487; }
  .body-inner .panel.panel-primary .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-primary .panel-heading .panel-ctrls .button-icon {
    color: #006487;
    color: rgba(0, 100, 135, 0.5); }
  .body-inner .panel.panel-primary .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-primary .panel-heading .panel-ctrls .button-icon:hover {
    color: #006487; }
  .body-inner .panel.panel-primary .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-primary .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-primary .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-primary .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-success .panel-heading,
  .body-inner accordion.panel-success .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #81c04d; }
  .body-inner .panel.panel-success .panel-heading h2,
  .body-inner accordion.panel-success .panel-heading h2,
  .body-inner .panel.panel-success .panel-heading .panel-title,
  .body-inner accordion.panel-success .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-success .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-success .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-success .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-success .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-success .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-success .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #81c04d; }
  .body-inner .panel.panel-success .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-success .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #81c04d; }
  .body-inner .panel.panel-success .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-success .panel-heading .panel-ctrls .button-icon {
    color: #81c04d;
    color: rgba(129, 192, 77, 0.5); }
  .body-inner .panel.panel-success .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-success .panel-heading .panel-ctrls .button-icon:hover {
    color: #81c04d; }
  .body-inner .panel.panel-success .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-success .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-success .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-success .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-warning .panel-heading,
  .body-inner accordion.panel-warning .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #ffb900; }
  .body-inner .panel.panel-warning .panel-heading h2,
  .body-inner accordion.panel-warning .panel-heading h2,
  .body-inner .panel.panel-warning .panel-heading .panel-title,
  .body-inner accordion.panel-warning .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-warning .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-warning .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-warning .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-warning .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-warning .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-warning .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #ffb900; }
  .body-inner .panel.panel-warning .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-warning .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #ffb900; }
  .body-inner .panel.panel-warning .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-warning .panel-heading .panel-ctrls .button-icon {
    color: #ffb900;
    color: rgba(255, 185, 0, 0.5); }
  .body-inner .panel.panel-warning .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-warning .panel-heading .panel-ctrls .button-icon:hover {
    color: #ffb900; }
  .body-inner .panel.panel-warning .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-warning .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-warning .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-warning .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-danger .panel-heading,
  .body-inner accordion.panel-danger .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #ef553a; }
  .body-inner .panel.panel-danger .panel-heading h2,
  .body-inner accordion.panel-danger .panel-heading h2,
  .body-inner .panel.panel-danger .panel-heading .panel-title,
  .body-inner accordion.panel-danger .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-danger .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-danger .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-danger .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-danger .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-danger .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-danger .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #ef553a; }
  .body-inner .panel.panel-danger .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-danger .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #ef553a; }
  .body-inner .panel.panel-danger .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-danger .panel-heading .panel-ctrls .button-icon {
    color: #ef553a;
    color: rgba(239, 85, 58, 0.5); }
  .body-inner .panel.panel-danger .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-danger .panel-heading .panel-ctrls .button-icon:hover {
    color: #ef553a; }
  .body-inner .panel.panel-danger .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-danger .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-danger .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-danger .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-info .panel-heading,
  .body-inner accordion.panel-info .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #50bed7; }
  .body-inner .panel.panel-info .panel-heading h2,
  .body-inner accordion.panel-info .panel-heading h2,
  .body-inner .panel.panel-info .panel-heading .panel-title,
  .body-inner accordion.panel-info .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-info .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-info .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-info .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-info .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-info .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-info .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #50bed7; }
  .body-inner .panel.panel-info .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-info .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #50bed7; }
  .body-inner .panel.panel-info .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-info .panel-heading .panel-ctrls .button-icon {
    color: #50bed7;
    color: rgba(80, 190, 215, 0.5); }
  .body-inner .panel.panel-info .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-info .panel-heading .panel-ctrls .button-icon:hover {
    color: #50bed7; }
  .body-inner .panel.panel-info .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-info .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-info .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-info .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-inverse .panel-heading,
  .body-inner accordion.panel-inverse .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #757575; }
  .body-inner .panel.panel-inverse .panel-heading h2,
  .body-inner accordion.panel-inverse .panel-heading h2,
  .body-inner .panel.panel-inverse .panel-heading .panel-title,
  .body-inner accordion.panel-inverse .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-inverse .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-inverse .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-inverse .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-inverse .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-inverse .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-inverse .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #757575; }
  .body-inner .panel.panel-inverse .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-inverse .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #757575; }
  .body-inner .panel.panel-inverse .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-inverse .panel-heading .panel-ctrls .button-icon {
    color: #757575;
    color: rgba(117, 117, 117, 0.5); }
  .body-inner .panel.panel-inverse .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-inverse .panel-heading .panel-ctrls .button-icon:hover {
    color: #757575; }
  .body-inner .panel.panel-inverse .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-inverse .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-inverse .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-inverse .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-brown .panel-heading,
  .body-inner accordion.panel-brown .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #c0392b; }
  .body-inner .panel.panel-brown .panel-heading h2,
  .body-inner accordion.panel-brown .panel-heading h2,
  .body-inner .panel.panel-brown .panel-heading .panel-title,
  .body-inner accordion.panel-brown .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-brown .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-brown .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-brown .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-brown .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-brown .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-brown .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #c0392b; }
  .body-inner .panel.panel-brown .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-brown .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #c0392b; }
  .body-inner .panel.panel-brown .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-brown .panel-heading .panel-ctrls .button-icon {
    color: #c0392b;
    color: rgba(192, 57, 43, 0.5); }
  .body-inner .panel.panel-brown .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-brown .panel-heading .panel-ctrls .button-icon:hover {
    color: #c0392b; }
  .body-inner .panel.panel-brown .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-brown .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-brown .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-brown .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-indigo .panel-heading,
  .body-inner accordion.panel-indigo .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #9358ac; }
  .body-inner .panel.panel-indigo .panel-heading h2,
  .body-inner accordion.panel-indigo .panel-heading h2,
  .body-inner .panel.panel-indigo .panel-heading .panel-title,
  .body-inner accordion.panel-indigo .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-indigo .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-indigo .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-indigo .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-indigo .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-indigo .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-indigo .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #9358ac; }
  .body-inner .panel.panel-indigo .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-indigo .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #9358ac; }
  .body-inner .panel.panel-indigo .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-indigo .panel-heading .panel-ctrls .button-icon {
    color: #9358ac;
    color: rgba(147, 88, 172, 0.5); }
  .body-inner .panel.panel-indigo .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-indigo .panel-heading .panel-ctrls .button-icon:hover {
    color: #9358ac; }
  .body-inner .panel.panel-indigo .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-indigo .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-indigo .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-indigo .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-orange .panel-heading,
  .body-inner accordion.panel-orange .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #f0934e; }
  .body-inner .panel.panel-orange .panel-heading h2,
  .body-inner accordion.panel-orange .panel-heading h2,
  .body-inner .panel.panel-orange .panel-heading .panel-title,
  .body-inner accordion.panel-orange .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-orange .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-orange .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-orange .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-orange .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-orange .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-orange .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #f0934e; }
  .body-inner .panel.panel-orange .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-orange .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #f0934e; }
  .body-inner .panel.panel-orange .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-orange .panel-heading .panel-ctrls .button-icon {
    color: #f0934e;
    color: rgba(240, 147, 78, 0.5); }
  .body-inner .panel.panel-orange .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-orange .panel-heading .panel-ctrls .button-icon:hover {
    color: #f0934e; }
  .body-inner .panel.panel-orange .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-orange .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-orange .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-orange .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-sky .panel-heading,
  .body-inner accordion.panel-sky .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #76c4ed; }
  .body-inner .panel.panel-sky .panel-heading h2,
  .body-inner accordion.panel-sky .panel-heading h2,
  .body-inner .panel.panel-sky .panel-heading .panel-title,
  .body-inner accordion.panel-sky .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-sky .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-sky .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-sky .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-sky .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-sky .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-sky .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #76c4ed; }
  .body-inner .panel.panel-sky .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-sky .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #76c4ed; }
  .body-inner .panel.panel-sky .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-sky .panel-heading .panel-ctrls .button-icon {
    color: #76c4ed;
    color: rgba(118, 196, 237, 0.5); }
  .body-inner .panel.panel-sky .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-sky .panel-heading .panel-ctrls .button-icon:hover {
    color: #76c4ed; }
  .body-inner .panel.panel-sky .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-sky .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-sky .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-sky .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-midnightblue .panel-heading,
  .body-inner accordion.panel-midnightblue .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #37444e; }
  .body-inner .panel.panel-midnightblue .panel-heading h2,
  .body-inner accordion.panel-midnightblue .panel-heading h2,
  .body-inner .panel.panel-midnightblue .panel-heading .panel-title,
  .body-inner accordion.panel-midnightblue .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-midnightblue .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-midnightblue .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-midnightblue .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-midnightblue .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-midnightblue .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-midnightblue .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #37444e; }
  .body-inner .panel.panel-midnightblue .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-midnightblue .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #37444e; }
  .body-inner .panel.panel-midnightblue .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-midnightblue .panel-heading .panel-ctrls .button-icon {
    color: #37444e;
    color: rgba(55, 68, 78, 0.5); }
  .body-inner .panel.panel-midnightblue .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-midnightblue .panel-heading .panel-ctrls .button-icon:hover {
    color: #37444e; }
  .body-inner .panel.panel-midnightblue .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-midnightblue .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-midnightblue .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-midnightblue .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-magenta .panel-heading,
  .body-inner accordion.panel-magenta .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #e06d94; }
  .body-inner .panel.panel-magenta .panel-heading h2,
  .body-inner accordion.panel-magenta .panel-heading h2,
  .body-inner .panel.panel-magenta .panel-heading .panel-title,
  .body-inner accordion.panel-magenta .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-magenta .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-magenta .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-magenta .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-magenta .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-magenta .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-magenta .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #e06d94; }
  .body-inner .panel.panel-magenta .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-magenta .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #e06d94; }
  .body-inner .panel.panel-magenta .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-magenta .panel-heading .panel-ctrls .button-icon {
    color: #e06d94;
    color: rgba(224, 109, 148, 0.5); }
  .body-inner .panel.panel-magenta .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-magenta .panel-heading .panel-ctrls .button-icon:hover {
    color: #e06d94; }
  .body-inner .panel.panel-magenta .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-magenta .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-magenta .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-magenta .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-green .panel-heading,
  .body-inner accordion.panel-green .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #15a1a1; }
  .body-inner .panel.panel-green .panel-heading h2,
  .body-inner accordion.panel-green .panel-heading h2,
  .body-inner .panel.panel-green .panel-heading .panel-title,
  .body-inner accordion.panel-green .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-green .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-green .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-green .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-green .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-green .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-green .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #15a1a1; }
  .body-inner .panel.panel-green .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-green .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #15a1a1; }
  .body-inner .panel.panel-green .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-green .panel-heading .panel-ctrls .button-icon {
    color: #15a1a1;
    color: rgba(21, 161, 161, 0.5); }
  .body-inner .panel.panel-green .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-green .panel-heading .panel-ctrls .button-icon:hover {
    color: #15a1a1; }
  .body-inner .panel.panel-green .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-green .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-green .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-green .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-purple .panel-heading,
  .body-inner accordion.panel-purple .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #e044ab; }
  .body-inner .panel.panel-purple .panel-heading h2,
  .body-inner accordion.panel-purple .panel-heading h2,
  .body-inner .panel.panel-purple .panel-heading .panel-title,
  .body-inner accordion.panel-purple .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-purple .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-purple .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-purple .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-purple .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-purple .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-purple .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #e044ab; }
  .body-inner .panel.panel-purple .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-purple .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #e044ab; }
  .body-inner .panel.panel-purple .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-purple .panel-heading .panel-ctrls .button-icon {
    color: #e044ab;
    color: rgba(224, 68, 171, 0.5); }
  .body-inner .panel.panel-purple .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-purple .panel-heading .panel-ctrls .button-icon:hover {
    color: #e044ab; }
  .body-inner .panel.panel-purple .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-purple .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-purple .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-purple .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-grape .panel-heading,
  .body-inner accordion.panel-grape .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #7a869c; }
  .body-inner .panel.panel-grape .panel-heading h2,
  .body-inner accordion.panel-grape .panel-heading h2,
  .body-inner .panel.panel-grape .panel-heading .panel-title,
  .body-inner accordion.panel-grape .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-grape .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-grape .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-grape .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-grape .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-grape .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-grape .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #7a869c; }
  .body-inner .panel.panel-grape .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-grape .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #7a869c; }
  .body-inner .panel.panel-grape .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-grape .panel-heading .panel-ctrls .button-icon {
    color: #7a869c;
    color: rgba(122, 134, 156, 0.5); }
  .body-inner .panel.panel-grape .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-grape .panel-heading .panel-ctrls .button-icon:hover {
    color: #7a869c; }
  .body-inner .panel.panel-grape .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-grape .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-grape .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-grape .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-toyo .panel-heading,
  .body-inner accordion.panel-toyo .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #556b8d; }
  .body-inner .panel.panel-toyo .panel-heading h2,
  .body-inner accordion.panel-toyo .panel-heading h2,
  .body-inner .panel.panel-toyo .panel-heading .panel-title,
  .body-inner accordion.panel-toyo .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-toyo .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-toyo .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-toyo .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-toyo .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-toyo .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-toyo .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #556b8d; }
  .body-inner .panel.panel-toyo .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-toyo .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #556b8d; }
  .body-inner .panel.panel-toyo .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-toyo .panel-heading .panel-ctrls .button-icon {
    color: #556b8d;
    color: rgba(85, 107, 141, 0.5); }
  .body-inner .panel.panel-toyo .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-toyo .panel-heading .panel-ctrls .button-icon:hover {
    color: #556b8d; }
  .body-inner .panel.panel-toyo .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-toyo .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-toyo .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-toyo .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .panel.panel-alizarin .panel-heading,
  .body-inner accordion.panel-alizarin .panel-heading {
    color: #a2acb3;
    background-color: #fff;
    border-color: #e74c3c; }
  .body-inner .panel.panel-alizarin .panel-heading h2,
  .body-inner accordion.panel-alizarin .panel-heading h2,
  .body-inner .panel.panel-alizarin .panel-heading .panel-title,
  .body-inner accordion.panel-alizarin .panel-heading .panel-title {
    color: #a2acb3; }
  .body-inner .panel.panel-alizarin .panel-heading .nav-tabs li > a,
  .body-inner accordion.panel-alizarin .panel-heading .nav-tabs li > a {
    color: #a2acb3 !important; }
  .body-inner .panel.panel-alizarin .panel-heading .nav-tabs li:hover > a,
  .body-inner accordion.panel-alizarin .panel-heading .nav-tabs li:hover > a {
    color: #262d33 !important; }
  .body-inner .panel.panel-alizarin .panel-heading .nav-tabs li.active > a,
  .body-inner accordion.panel-alizarin .panel-heading .nav-tabs li.active > a {
    color: #fff !important;
    background: #e74c3c; }
  .body-inner .panel.panel-alizarin .panel-heading .nav-tabs li.active:hover > a,
  .body-inner accordion.panel-alizarin .panel-heading .nav-tabs li.active:hover > a {
    color: #fff !important;
    background: #e74c3c; }
  .body-inner .panel.panel-alizarin .panel-heading .panel-ctrls .button-icon,
  .body-inner accordion.panel-alizarin .panel-heading .panel-ctrls .button-icon {
    color: #e74c3c;
    color: rgba(231, 76, 60, 0.5); }
  .body-inner .panel.panel-alizarin .panel-heading .panel-ctrls .button-icon:hover,
  .body-inner accordion.panel-alizarin .panel-heading .panel-ctrls .button-icon:hover {
    color: #e74c3c; }
  .body-inner .panel.panel-alizarin .panel-heading .panel-ctrls.button-icon-bg .has-bg,
  .body-inner accordion.panel-alizarin .panel-heading .panel-ctrls.button-icon-bg .has-bg {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    border-radius: 3px; }
  .body-inner .panel.panel-alizarin .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover,
  .body-inner accordion.panel-alizarin .panel-heading .panel-ctrls.button-icon-bg .has-bg:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff); }
  .body-inner .rtl .panel .panel-heading {
    padding: 0 7px 0 0; }
  .body-inner .rtl .panel .panel-heading h2,
  .body-inner .rtl .panel .panel-heading .panel-title {
    float: right;
    text-align: right; }
  .body-inner .rtl .panel .panel-heading .panel-icon {
    float: right;
    margin: 11px 0 11px 7px;
    text-align: center; }
  .body-inner .rtl .panel-ctrls {
    float: left;
    padding: 10px 0 0 3px;
    margin: 0;
    line-height: 1; }
  .body-inner .rtl .button-icon {
    margin: 0 0 5px 5px; }
  .body-inner .rtl .panel-loader {
    float: left; }
  .body-inner .drag-placeholder {
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 0;
    background-color: #eeeeee;
    border: 2px dashed #c5cbd1; }
  .body-inner [ng-drag-handle] {
    cursor: move; }
  .body-inner [ng-drop] {
    min-height: 20px; }
  .body-inner .dragging > .panel {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0; }
  .body-inner .panel .panel-heading h2 > .nav-tabs > li > a,
  .body-inner .panel .panel-heading .panel-title > .nav-tabs > li > a {
    padding: 0 20px; }
  .body-inner .panel .panel-heading .nav-tabs {
    float: right;
    margin-top: 0;
    border-bottom: none; }
  .body-inner .panel .panel-heading .nav-tabs li i {
    margin: 0 !important; }
  .body-inner .panel .panel-heading .nav-tabs li a {
    border: 0;
    border-radius: 0 0 3px 3px !important;
    color: #a2acb3;
    padding: 0 10px;
    line-height: 48px;
    border-radius: 0; }
  .body-inner .panel .panel-heading .nav-tabs li:hover a {
    color: #262d33;
    background: none; }
  .body-inner .panel .panel-heading .nav-tabs li.active a {
    background: #fff;
    font-weight: 700;
    color: #262d33; }
  .body-inner .panel .panel-heading .nav-tabs li.open > a,
  .body-inner .panel .panel-heading .nav-tabs li.open > a:hover,
  .body-inner .panel .panel-heading .nav-tabs li.open > a:focus,
  .body-inner .panel .panel-heading .nav-tabs li.open > a:active,
  .body-inner .panel .panel-heading .nav-tabs li.open > a:visited {
    background: #fff;
    color: #262d33 !important;
    border-radius: 0 !important;
    z-index: 4; }
  .body-inner .panel .panel-heading .nav-tabs li.open .dropdown-menu {
    border: 1px solid #e0e0e0;
    margin-top: 0px;
    margin-right: -1px;
    box-shadow: none;
    background-color: #fafafa;
    z-index: 3; }
  .body-inner .panel .panel-heading .nav-tabs li.open .dropdown-menu:focus {
    z-index: 3; }
  .body-inner .panel .panel-heading .nav-tabs li.open .dropdown-menu li a {
    color: #a2acb3 !important;
    padding: 7px 20px !important;
    line-height: 1;
    box-shadow: none;
    background: none !important;
    font-weight: 400; }
  .body-inner .panel .panel-heading .nav-tabs li.open .dropdown-menu li a:hover,
  .body-inner .panel .panel-heading .nav-tabs li.open .dropdown-menu li a:focus {
    color: #262d33 !important;
    background: none !important; }
  .body-inner .panel .panel-heading .nav-tabs li.open .dropdown-menu li.active a {
    color: #262d33 !important;
    font-weight: 700; }
  .body-inner .panel-footer {
    background-color: #fff; }
  .body-inner .panel-body .panel-footer,
  .body-inner .panel-body + .panel-footer {
    margin: 0;
    padding: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 -2px 0 0 #fff; }
  .body-inner .panel-body .panel-footer {
    margin: 0 -20px -20px; }
  .body-inner .panel-group {
    margin-bottom: 20px;
    position: relative; }
  .body-inner .panel-group > .panel {
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
    border: 0; }
  .body-inner .panel-group > .panel .panel-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0; }
  .body-inner .panel-group .panel + .panel {
    margin-top: 5px; }
  .body-inner .panel-group .panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: grey; }
  .body-inner .panel-group .panel-heading a.collapsed:after {
    content: "\f104"; }
  .body-inner .panel .panel-heading .pagination {
    display: block; }
  .body-inner .panel .panel-heading .btn {
    margin-top: -3px; }
  .body-inner .panel .panel-heading .input-group {
    width: 200px; }
  .body-inner .panel .panel-heading .panel-ctrls-center {
    margin: 7px 0; }
  .body-inner .panel .panel-heading .panel-ctrls-center-sm {
    margin: 10px 0; }
  .body-inner .panel .panel-heading .panel-ctrls-center-sm i {
    margin: 7px 4px; }
  .body-inner .panel .panel-heading .panel-ctrls-center-lg {
    margin: 2px 0; }
  .body-inner .panel .panel-heading .panel-ctrls-center-lg i {
    margin: 15px 10px 13px; }
  .body-inner .panel .panel-heading .panel-ctrls-center-xs {
    margin: 7px 0; }
  .body-inner .panel .panel-heading .panel-ctrls-center-xs i {
    margin: 10px 10px 9px; }
  .body-inner .panel .panel-heading .progress {
    width: 200px;
    margin: 21px 0; }
  .body-inner .panel .panel-heading .progress-lg {
    width: 200px;
    margin: 19px 0; }
  .body-inner .panel .panel-heading .switchery {
    margin-top: -4px; }
  .body-inner .panel-btn-focused .panel-toggle-btn,
  .body-inner .panel-btn-focused .panel-fullscreen-btn {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.08);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000);
    border-radius: 3px; }
  .body-inner .panel-btn-focused .panel-toggle-btn:hover,
  .body-inner .panel-btn-focused .panel-fullscreen-btn:hover {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.16);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#29000000, endColorstr=#29000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#29000000, endColorstr=#29000000); }
  .body-inner .dropdown-colors {
    padding: 5px;
    min-width: 36px; }
  .body-inner .dropdown-colors li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 1px;
    background: none;
    border: 0 !important; }
  .body-inner .dropdown-colors li:hover {
    border: 0 !important; }
  .body-inner .dropdown-colors .label {
    display: block;
    padding: 9px;
    cursor: pointer; }
  .body-inner .color-block {
    width: 18px;
    height: 18px;
    float: left; }
  .body-inner .color-block:empty {
    display: inline-block; }
  .body-inner .panel-widget.widget-userfocus {
    background: #7a869c;
    text-align: center; }
  .body-inner .panel-widget.widget-userfocus .widget-body {
    padding: 30px 0; }
  .body-inner .panel-widget.widget-userfocus img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px; }
  .body-inner .panel-widget.widget-userfocus .name,
  .body-inner .panel-widget.widget-userfocus .location {
    display: block;
    color: #fff; }
  .body-inner .panel-widget.widget-userfocus .name {
    font-size: 16px; }
  .body-inner .panel-widget.widget-userfocus .location {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5); }
  .body-inner .panel-widget.widget-userfocus .number,
  .body-inner .panel-widget.widget-userfocus .number-context {
    display: block;
    text-align: center; }
  .body-inner .panel-widget.widget-userfocus .number {
    font-size: 16px;
    color: #262d33; }
  .body-inner .panel-widget.widget-userfocus .number-context {
    text-transform: uppercase;
    color: #a2acb3;
    font-size: 11px; }
  .body-inner .panel-widget.widget-userfocus table {
    margin-bottom: 0;
    background: transparent; }
  .body-inner .panel-widget.widget-userfocus table td:first-child {
    border-right: 1px solid #eeeeee; }
  .body-inner .panel-widget.widget-userfocus table td {
    padding: 15px;
    border-top: 1px solid transparent; }
  .body-inner .panel-widget .widget-footer {
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .body-inner .panel-widget.widget-weather {
    background: #757575;
    color: #fff;
    padding: 20px; }
  .body-inner .panel-widget.widget-weather hr {
    border-color: rgba(255, 255, 255, 0.125); }
  .body-inner .panel-widget.widget-weather input.search-city {
    background: rgba(255, 255, 255, 0.125) !important;
    border-color: transparent !important;
    color: #fff !important; }
  .body-inner .panel-widget.widget-weather input.search-city::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; }
  .body-inner .panel-widget.widget-weather input.search-city:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .body-inner .panel-widget.widget-weather input.search-city::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .body-inner .panel-widget.widget-weather .input-icon > .search-city-icon {
    color: rgba(255, 255, 255, 0.5); }
  .body-inner .panel-widget.widget-weather .weather-location {
    font-size: 24px;
    font-weight: 300; }
  .body-inner .panel-widget.widget-weather .weather-details {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5); }
  .body-inner .panel-widget.widget-weather .weather-icon skycon {
    display: block;
    margin: 0 auto; }
  .body-inner .panel-widget.widget-weather .weather-icon .weather-temp {
    display: block;
    font-size: 28px;
    font-weight: 300; }
  .body-inner .panel-profile .user-profile {
    padding: 0; }
  .body-inner .panel-profile .user-profile .user-avatar {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .body-inner .panel-profile .user-profile .user-detail {
    padding: 20px; }
  .body-inner .panel-profile .user-profile .user-detail p {
    margin-bottom: 20px; }
  .body-inner .panel-profile .user-profile .user-detail .user-name {
    font-weight: 400;
    margin-bottom: 20px; }
  .body-inner .panel-profile .user-profile .user-detail .user-info {
    text-transform: uppercase;
    color: #a2acb3;
    font-weight: 700; }
  .body-inner ul.recent-activities {
    padding-left: 0;
    margin: 0;
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .body-inner ul.recent-activities li {
    border-bottom: 1px solid #eeeeee;
    line-height: 1;
    display: table-row; }
  .body-inner ul.recent-activities li:first-child {
    border-top: 1px solid #eeeeee; }
  .body-inner ul.recent-activities li:last-child {
    border-bottom: 0px solid #eeeeee; }
  .body-inner ul.recent-activities li .icon,
  .body-inner ul.recent-activities li .avatar,
  .body-inner ul.recent-activities li .msg,
  .body-inner ul.recent-activities li .time {
    display: table-cell;
    vertical-align: middle; }
  .body-inner ul.recent-activities li .icon {
    width: 40px;
    text-align: center; }
  .body-inner ul.recent-activities li .icon i {
    height: 30px;
    width: 30px;
    padding-left: 0;
    font-size: 12px;
    display: inline; }
  .body-inner ul.recent-activities li .avatar {
    width: 40px;
    text-align: center; }
  .body-inner ul.recent-activities li .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .body-inner ul.recent-activities li .msg {
    padding: 12px 10px;
    line-height: 1.5; }
  .body-inner ul.recent-activities li .msg .person {
    font-weight: 700;
    color: #262d33; }
  .body-inner ul.recent-activities li .time {
    width: 30px;
    padding: 10px 0;
    font-size: 11px;
    color: #c5cbd1; }
  .body-inner .panel-userprofile {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px; }
  .body-inner .panel-userprofile li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee; }
  .body-inner .panel-userprofile li:first-child {
    padding-top: 0; }
  .body-inner .panel-userprofile li:last-child {
    border-bottom: 0; }
  .body-inner .panel-userprofile li img {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 3px; }
  .body-inner .panel-userprofile li .content {
    margin-left: 45px; }
  .body-inner .panel-userprofile li .content .time {
    float: right;
    color: #c5cbd1;
    font-size: 11px; }
  .body-inner .panel-tasks {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    position: relative; }
  .body-inner .panel-tasks li {
    padding: 0px 100px 0px 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid transparent !important;
    border-radius: 3px;
    background: #f5f5f5;
    position: relative; }
  .body-inner .panel-tasks li form {
    margin-right: -90px; }
  .body-inner .panel-tasks li:hover,
  .body-inner .panel-tasks li:active,
  .body-inner .panel-tasks li:focus {
    border: 1px solid transparent !important; }
  .body-inner .panel-tasks li:active,
  .body-inner .panel-tasks li:focus {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    border: none; }
  .body-inner .panel-tasks li .task-container {
    margin-bottom: 0;
    padding: 9px 0;
    position: relative; }
  .body-inner .panel-tasks li .task-container > span.label {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 2px; }
  .body-inner .panel-tasks li .task-container form .input-group > .input-group-btn > .btn-group > button:first-child {
    padding: 0; }
  .body-inner .panel-tasks li .task-container form .input-group > .input-group-btn > .btn-group > button:first-child .label.color-block {
    height: 36px;
    width: 36px;
    top: 0; }
  .body-inner .panel-tasks li .options {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px; }
  .body-inner .panel-tasks li .options .btn {
    padding: 4px 8px;
    color: #a2acb3;
    box-shadow: none;
    background: transparent; }
  .body-inner .panel-tasks li .options .btn:hover {
    background: transparent;
    color: #707980; }
  .body-inner .panel-tasks li.angular-ui-tree-placeholder {
    background: #ebeef0 !important;
    padding: 9px 100px 9px 15px !important;
    min-height: 40px;
    margin: 0 0 2px !important;
    border: 0px dashed #e0e0e0 !important;
    border-radius: 3px !important; }
  .body-inner .panel-tasks li.as-sortable-placeholder {
    background: black;
    box-shadow: 1px 1px 1px #ddd; }
  .body-inner .panel-tasks.completed li {
    font-style: italic; }
  .body-inner .tasklist .panel-tasks li {
    border: none; }
  .body-inner .tasklist .angular-ui-tree-placeholder {
    height: 24px !important;
    border: 2px solid #aaf; }
  .body-inner .tasklist .panel-tasks li form {
    display: block; }
  .body-inner .tasklist .form-group {
    margin-bottom: 0px !important; }
  .body-inner .tasklist .panel-tasks.completed li {
    background: #eeeeee;
    font-style: italic;
    color: #a2acb3; }
  .body-inner .tasklist .panel-tasks.completed li .task-description {
    text-decoration: line-through; }
  .body-inner .panel-chat {
    margin-bottom: 20px;
    height: 200px;
    overflow-y: auto; }
  .body-inner .panel-chat .chat-message {
    margin-bottom: 10px;
    position: relative; }
  .body-inner .panel-chat .chat-message:last-child {
    margin-bottom: 0; }
  .body-inner .panel-chat .chat-message:after {
    left: 38px;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #EEE;
    border-width: 6px;
    margin-top: -4px; }
  .body-inner .panel-chat .chat-message .chat-contact {
    float: left;
    margin-right: 10px; }
  .body-inner .panel-chat .chat-message .chat-contact img {
    max-width: 40px;
    border-radius: 50%; }
  .body-inner .panel-chat .chat-message .chat-text {
    padding: 10px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
    border-radius: 3px; }
  .body-inner .panel-chat .chat-message.me .chat-contact {
    float: right;
    margin-left: 10px;
    margin-right: 0px; }
  .body-inner .panel-chat .chat-message.me .chat-text {
    background-color: #ddd; }
  .body-inner .panel-chat .chat-message.me:after {
    border-right-color: transparent;
    border-left-color: #ddd;
    right: 38px;
    left: auto; }
  .body-inner .chat-primary .chat-text {
    color: #fff !important;
    background-color: #006487 !important; }
  .body-inner .chat-primary:after {
    border-right-color: #006487 !important; }
  .body-inner .chat-primary.me:after {
    border-left-color: #006487 !important; }
  .body-inner .chat-warning .chat-text {
    color: #fff !important;
    background-color: #ffb900 !important; }
  .body-inner .chat-warning:after {
    border-right-color: #ffb900 !important; }
  .body-inner .chat-warning.me:after {
    border-left-color: #ffb900 !important; }
  .body-inner .chat-danger .chat-text {
    color: #fff !important;
    background-color: #ef553a !important; }
  .body-inner .chat-danger:after {
    border-right-color: #ef553a !important; }
  .body-inner .chat-danger.me:after {
    border-left-color: #ef553a !important; }
  .body-inner .chat-success .chat-text {
    color: #fff !important;
    background-color: #81c04d !important; }
  .body-inner .chat-success:after {
    border-right-color: #81c04d !important; }
  .body-inner .chat-success.me:after {
    border-left-color: #81c04d !important; }
  .body-inner .chat-info .chat-text {
    color: #fff !important;
    background-color: #50bed7 !important; }
  .body-inner .chat-info:after {
    border-right-color: #50bed7 !important; }
  .body-inner .chat-info.me:after {
    border-left-color: #50bed7 !important; }
  .body-inner .chat-inverse .chat-text {
    color: #fff !important;
    background-color: #757575 !important; }
  .body-inner .chat-inverse:after {
    border-right-color: #757575 !important; }
  .body-inner .chat-inverse.me:after {
    border-left-color: #757575 !important; }
  .body-inner .chat-brown .chat-text {
    color: #fff !important;
    background-color: #c0392b !important; }
  .body-inner .chat-brown:after {
    border-right-color: #c0392b !important; }
  .body-inner .chat-brown.me:after {
    border-left-color: #c0392b !important; }
  .body-inner .chat-indigo .chat-text {
    color: #fff !important;
    background-color: #9358ac !important; }
  .body-inner .chat-indigo:after {
    border-right-color: #9358ac !important; }
  .body-inner .chat-indigo.me:after {
    border-left-color: #9358ac !important; }
  .body-inner .chat-orange .chat-text {
    color: #fff !important;
    background-color: #f0934e !important; }
  .body-inner .chat-orange:after {
    border-right-color: #f0934e !important; }
  .body-inner .chat-orange.me:after {
    border-left-color: #f0934e !important; }
  .body-inner .chat-sky .chat-text {
    color: #fff !important;
    background-color: #76c4ed !important; }
  .body-inner .chat-sky:after {
    border-right-color: #76c4ed !important; }
  .body-inner .chat-sky.me:after {
    border-left-color: #76c4ed !important; }
  .body-inner .chat-midnightblue .chat-text {
    color: #fff !important;
    background-color: #37444e !important; }
  .body-inner .chat-midnightblue:after {
    border-right-color: #37444e !important; }
  .body-inner .chat-midnightblue.me:after {
    border-left-color: #37444e !important; }
  .body-inner .chat-magenta .chat-text {
    color: #fff !important;
    background-color: #e06d94 !important; }
  .body-inner .chat-magenta:after {
    border-right-color: #e06d94 !important; }
  .body-inner .chat-magenta.me:after {
    border-left-color: #e06d94 !important; }
  .body-inner .chat-green .chat-text {
    color: #fff !important;
    background-color: #15a1a1 !important; }
  .body-inner .chat-green:after {
    border-right-color: #15a1a1 !important; }
  .body-inner .chat-green.me:after {
    border-left-color: #15a1a1 !important; }
  .body-inner .chat-purple .chat-text {
    color: #fff !important;
    background-color: #e044ab !important; }
  .body-inner .chat-purple:after {
    border-right-color: #e044ab !important; }
  .body-inner .chat-purple.me:after {
    border-left-color: #e044ab !important; }
  .body-inner .tiles-heading,
  .body-inner .tiles-body,
  .body-inner .tiles-footer {
    -webkit-transition: 0.05s ease-in;
    -o-transition: 0.05s ease-in;
    transition: 0.05s ease-in; }
  .body-inner .info-tiles,
  .body-inner .shortcut-tiles {
    margin: 0px 0px 20px;
    display: block;
    border-radius: 3px; }
  .body-inner a.info-tiles,
  .body-inner a.shortcut-tiles {
    background: none; }
  .body-inner .info-tiles .tiles-heading {
    letter-spacing: normal;
    padding: 6px 10px;
    font-weight: 700;
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0.1);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px; }
  .body-inner .info-tiles .tiles-heading .pull-right {
    -webkit-transition: 0.06s ease-in;
    -o-transition: 0.06s ease-in;
    transition: 0.06s ease-in;
    color: rgba(255, 255, 255, 0.4); }
  .body-inner .info-tiles .tiles-body {
    font-size: 32px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .info-tiles .tiles-body .text-center {
    position: relative;
    text-align: center; }
  .body-inner .info-tiles .tiles-body .text-center i {
    position: absolute;
    margin: auto;
    top: -5px;
    left: -5px;
    color: rgba(255, 255, 255, 0.15); }
  .body-inner .info-tiles .tiles-body .text-center i:hover {
    color: rgba(255, 255, 255, 0.15); }
  .body-inner .info-tiles .tiles-body .text-center .info-text {
    font-size: 36px;
    height: 87px;
    line-height: 87px;
    color: #fff; }
  .body-inner .info-tiles .tiles-body .text-center .info-text .superscript {
    position: relative;
    font-size: 18px;
    top: -18px;
    color: rgba(255, 255, 255, 0.6); }
  .body-inner .info-tiles .tiles-body .text-center .info-text .subscript {
    position: relative;
    font-size: 18px;
    top: 0px;
    color: rgba(255, 255, 255, 0.6); }
  .body-inner .info-tiles .tiles-body .text-center .info-text-bottom {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6); }
  .body-inner .info-tiles .tiles-body-alt {
    font-size: 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .body-inner .info-tiles .tiles-body-alt,
  .body-inner .info-tiles .tiles-body {
    padding: 15px;
    font-weight: 300; }
  .body-inner .info-tiles .tiles-body-alt .sparkline,
  .body-inner .info-tiles .tiles-body .sparkline {
    width: 100px;
    margin: 0 auto;
    padding: 0px; }
  .body-inner .info-tiles .tiles-body-alt .text-top,
  .body-inner .info-tiles .tiles-body .text-top {
    vertical-align: super;
    font-size: 24px; }
  .body-inner .info-tiles .tiles-body-alt .text-smallcaps,
  .body-inner .info-tiles .tiles-body .text-smallcaps {
    font-variant: small-caps; }
  .body-inner .info-tiles .tiles-body-alt .text-center,
  .body-inner .info-tiles .tiles-body .text-center {
    margin-top: -5px; }
  .body-inner .info-tiles .tiles-body-alt i,
  .body-inner .info-tiles .tiles-body i {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.06s ease-in;
    -o-transition: 0.06s ease-in;
    transition: 0.06s ease-in; }
  .body-inner .info-tiles .tiles-body-alt > i,
  .body-inner .info-tiles .tiles-body > i {
    position: absolute; }
  .body-inner .info-tiles .tiles-body-alt div + small,
  .body-inner .info-tiles .tiles-body div + small {
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: -7px;
    margin-bottom: 4px; }
  .body-inner .info-tiles .tiles-footer {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .info-tiles .tiles-footer i {
    float: right;
    position: relative;
    top: 2px;
    display: none; }
  .body-inner .info-tiles .tiles-footer:after {
    content: "";
    position: absolute;
    bottom: 0%;
    right: -1px;
    width: 0px;
    height: 0px;
    margin-right: 11px;
    margin-bottom: 20px;
    border-top: 5px solid rgba(0, 0, 0, 0.35);
    border-right: 5px solid #ebeef0;
    border-bottom: 5px solid #ebeef0;
    border-left: 5px solid rgba(0, 0, 0, 0.35);
    border-top-left-radius: 3px; }
  .body-inner .info-tiles .tiles-footer:hover {
    color: #fff; }
  .body-inner .info-tiles:hover {
    text-decoration: none; }
  .body-inner .info-tiles:hover i {
    color: #ffffff; }
  .body-inner .info-tiles:hover .tiles-footer {
    color: #fff; }
  .body-inner .info-tiles:hover .tiles-footer i {
    display: inline; }
  .body-inner .info-tiles:hover .tiles-heading .pull-right {
    color: #ffffff; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .body-inner .info-tiles .tiles-footer:after {
      right: 0;
      border-top: 6px solid rgba(0, 0, 0, 0.35); } }
  @media (max-width: 767px) {
    .body-inner .col-xs-12 .info-tiles .tiles-footer:after {
      bottom: -20px; } }
  .body-inner .shortcut-tiles .tiles-body {
    padding: 10px 10px 0px 10px;
    font-size: 32px;
    line-height: 32px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .shortcut-tiles .tiles-body i {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: 0.06s ease-in;
    -o-transition: 0.06s ease-in;
    transition: 0.06s ease-in; }
  .body-inner .shortcut-tiles .tiles-body .pull-right {
    line-height: 0; }
  .body-inner .shortcut-tiles .tiles-body .pull-right .badge {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000); }
  .body-inner .shortcut-tiles .tiles-footer {
    text-transform: none;
    text-align: right;
    padding: 7px 10px;
    letter-spacing: normal;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .body-inner .shortcut-tiles:hover {
    text-decoration: none; }
  .body-inner .shortcut-tiles:hover i {
    color: #ffffff; }
  .body-inner .info-tiles.tiles-info {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-info .tiles-heading {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-info .tiles-body {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-info .tiles-body-alt {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-info .tiles-footer {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-info:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-info:hover .tiles-heading {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-info:hover .tiles-body {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-info:hover .tiles-body-alt {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-info:hover .tiles-footer {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-default {
    color: #707980 !important; }
  .body-inner .info-tiles.tiles-default .tiles-heading,
  .body-inner .info-tiles.tiles-default .tiles-body,
  .body-inner .info-tiles.tiles-default .tiles-footer {
    background: #fafafa; }
  .body-inner .info-tiles.tiles-default:hover {
    color: #707980; }
  .body-inner .info-tiles.tiles-default:hover .tiles-heading,
  .body-inner .info-tiles.tiles-default:hover .tiles-body,
  .body-inner .info-tiles.tiles-default:hover .tiles-footer {
    background: #ededed; }
  .body-inner .info-tiles.tiles-success {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-success .tiles-heading {
    background: #81c04d; }
  .body-inner .info-tiles.tiles-success .tiles-body {
    background: #81c04d; }
  .body-inner .info-tiles.tiles-success .tiles-body-alt {
    background: #81c04d; }
  .body-inner .info-tiles.tiles-success .tiles-footer {
    background: #81c04d; }
  .body-inner .info-tiles.tiles-success:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-success:hover .tiles-heading {
    background: #74b440; }
  .body-inner .info-tiles.tiles-success:hover .tiles-body {
    background: #74b440; }
  .body-inner .info-tiles.tiles-success:hover .tiles-body-alt {
    background: #74b440; }
  .body-inner .info-tiles.tiles-success:hover .tiles-footer {
    background: #74b440; }
  .body-inner .info-tiles.tiles-danger {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-danger .tiles-heading {
    background: #ef553a; }
  .body-inner .info-tiles.tiles-danger .tiles-body {
    background: #ef553a; }
  .body-inner .info-tiles.tiles-danger .tiles-body-alt {
    background: #ef553a; }
  .body-inner .info-tiles.tiles-danger .tiles-footer {
    background: #ef553a; }
  .body-inner .info-tiles.tiles-danger:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-danger:hover .tiles-heading {
    background: #ed4122; }
  .body-inner .info-tiles.tiles-danger:hover .tiles-body {
    background: #ed4122; }
  .body-inner .info-tiles.tiles-danger:hover .tiles-body-alt {
    background: #ed4122; }
  .body-inner .info-tiles.tiles-danger:hover .tiles-footer {
    background: #ed4122; }
  .body-inner .info-tiles.tiles-warning {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-warning .tiles-heading {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-warning .tiles-body {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-warning .tiles-body-alt {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-warning .tiles-footer {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-warning:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-warning:hover .tiles-heading {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-warning:hover .tiles-body {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-warning:hover .tiles-body-alt {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-warning:hover .tiles-footer {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-primary {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-primary .tiles-heading {
    background: #006487; }
  .body-inner .info-tiles.tiles-primary .tiles-body {
    background: #006487; }
  .body-inner .info-tiles.tiles-primary .tiles-body-alt {
    background: #006487; }
  .body-inner .info-tiles.tiles-primary .tiles-footer {
    background: #006487; }
  .body-inner .info-tiles.tiles-primary:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-primary:hover .tiles-heading {
    background: #00516e; }
  .body-inner .info-tiles.tiles-primary:hover .tiles-body {
    background: #00516e; }
  .body-inner .info-tiles.tiles-primary:hover .tiles-body-alt {
    background: #00516e; }
  .body-inner .info-tiles.tiles-primary:hover .tiles-footer {
    background: #00516e; }
  .body-inner .info-tiles.tiles-inverse {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-inverse .tiles-heading {
    background: #757575; }
  .body-inner .info-tiles.tiles-inverse .tiles-body {
    background: #757575; }
  .body-inner .info-tiles.tiles-inverse .tiles-body-alt {
    background: #757575; }
  .body-inner .info-tiles.tiles-inverse .tiles-footer {
    background: #757575; }
  .body-inner .info-tiles.tiles-inverse:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-inverse:hover .tiles-heading {
    background: #686868; }
  .body-inner .info-tiles.tiles-inverse:hover .tiles-body {
    background: #686868; }
  .body-inner .info-tiles.tiles-inverse:hover .tiles-body-alt {
    background: #686868; }
  .body-inner .info-tiles.tiles-inverse:hover .tiles-footer {
    background: #686868; }
  .body-inner .info-tiles.tiles-midnightblue {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-midnightblue .tiles-heading {
    background: #37444e; }
  .body-inner .info-tiles.tiles-midnightblue .tiles-body {
    background: #37444e; }
  .body-inner .info-tiles.tiles-midnightblue .tiles-body-alt {
    background: #37444e; }
  .body-inner .info-tiles.tiles-midnightblue .tiles-footer {
    background: #37444e; }
  .body-inner .info-tiles.tiles-midnightblue:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-midnightblue:hover .tiles-heading {
    background: #2c373f; }
  .body-inner .info-tiles.tiles-midnightblue:hover .tiles-body {
    background: #2c373f; }
  .body-inner .info-tiles.tiles-midnightblue:hover .tiles-body-alt {
    background: #2c373f; }
  .body-inner .info-tiles.tiles-midnightblue:hover .tiles-footer {
    background: #2c373f; }
  .body-inner .info-tiles.tiles-sky {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-sky .tiles-heading {
    background: #76c4ed; }
  .body-inner .info-tiles.tiles-sky .tiles-body {
    background: #76c4ed; }
  .body-inner .info-tiles.tiles-sky .tiles-body-alt {
    background: #76c4ed; }
  .body-inner .info-tiles.tiles-sky .tiles-footer {
    background: #76c4ed; }
  .body-inner .info-tiles.tiles-sky:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-sky:hover .tiles-heading {
    background: #5fbaea; }
  .body-inner .info-tiles.tiles-sky:hover .tiles-body {
    background: #5fbaea; }
  .body-inner .info-tiles.tiles-sky:hover .tiles-body-alt {
    background: #5fbaea; }
  .body-inner .info-tiles.tiles-sky:hover .tiles-footer {
    background: #5fbaea; }
  .body-inner .info-tiles.tiles-orange {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-orange .tiles-heading {
    background: #f0934e; }
  .body-inner .info-tiles.tiles-orange .tiles-body {
    background: #f0934e; }
  .body-inner .info-tiles.tiles-orange .tiles-body-alt {
    background: #f0934e; }
  .body-inner .info-tiles.tiles-orange .tiles-footer {
    background: #f0934e; }
  .body-inner .info-tiles.tiles-orange:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-orange:hover .tiles-heading {
    background: #ee8536; }
  .body-inner .info-tiles.tiles-orange:hover .tiles-body {
    background: #ee8536; }
  .body-inner .info-tiles.tiles-orange:hover .tiles-body-alt {
    background: #ee8536; }
  .body-inner .info-tiles.tiles-orange:hover .tiles-footer {
    background: #ee8536; }
  .body-inner .info-tiles.tiles-indigo {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-indigo .tiles-heading {
    background: #9358ac; }
  .body-inner .info-tiles.tiles-indigo .tiles-body {
    background: #9358ac; }
  .body-inner .info-tiles.tiles-indigo .tiles-body-alt {
    background: #9358ac; }
  .body-inner .info-tiles.tiles-indigo .tiles-footer {
    background: #9358ac; }
  .body-inner .info-tiles.tiles-indigo:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-indigo:hover .tiles-heading {
    background: #854e9d; }
  .body-inner .info-tiles.tiles-indigo:hover .tiles-body {
    background: #854e9d; }
  .body-inner .info-tiles.tiles-indigo:hover .tiles-body-alt {
    background: #854e9d; }
  .body-inner .info-tiles.tiles-indigo:hover .tiles-footer {
    background: #854e9d; }
  .body-inner .info-tiles.tiles-green {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-green .tiles-heading {
    background: #15a1a1; }
  .body-inner .info-tiles.tiles-green .tiles-body {
    background: #15a1a1; }
  .body-inner .info-tiles.tiles-green .tiles-body-alt {
    background: #15a1a1; }
  .body-inner .info-tiles.tiles-green .tiles-footer {
    background: #15a1a1; }
  .body-inner .info-tiles.tiles-green:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-green:hover .tiles-heading {
    background: #128a8a; }
  .body-inner .info-tiles.tiles-green:hover .tiles-body {
    background: #128a8a; }
  .body-inner .info-tiles.tiles-green:hover .tiles-body-alt {
    background: #128a8a; }
  .body-inner .info-tiles.tiles-green:hover .tiles-footer {
    background: #128a8a; }
  .body-inner .info-tiles.tiles-magenta {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-magenta .tiles-heading {
    background: #e06d94; }
  .body-inner .info-tiles.tiles-magenta .tiles-body {
    background: #e06d94; }
  .body-inner .info-tiles.tiles-magenta .tiles-body-alt {
    background: #e06d94; }
  .body-inner .info-tiles.tiles-magenta .tiles-footer {
    background: #e06d94; }
  .body-inner .info-tiles.tiles-magenta:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-magenta:hover .tiles-heading {
    background: #dc5885; }
  .body-inner .info-tiles.tiles-magenta:hover .tiles-body {
    background: #dc5885; }
  .body-inner .info-tiles.tiles-magenta:hover .tiles-body-alt {
    background: #dc5885; }
  .body-inner .info-tiles.tiles-magenta:hover .tiles-footer {
    background: #dc5885; }
  .body-inner .info-tiles.tiles-purple {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-purple .tiles-heading {
    background: #e044ab; }
  .body-inner .info-tiles.tiles-purple .tiles-body {
    background: #e044ab; }
  .body-inner .info-tiles.tiles-purple .tiles-body-alt {
    background: #e044ab; }
  .body-inner .info-tiles.tiles-purple .tiles-footer {
    background: #e044ab; }
  .body-inner .info-tiles.tiles-purple:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-purple:hover .tiles-heading {
    background: #dc2ea1; }
  .body-inner .info-tiles.tiles-purple:hover .tiles-body {
    background: #dc2ea1; }
  .body-inner .info-tiles.tiles-purple:hover .tiles-body-alt {
    background: #dc2ea1; }
  .body-inner .info-tiles.tiles-purple:hover .tiles-footer {
    background: #dc2ea1; }
  .body-inner .info-tiles.tiles-brown {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-brown .tiles-heading {
    background: #c0392b; }
  .body-inner .info-tiles.tiles-brown .tiles-body {
    background: #c0392b; }
  .body-inner .info-tiles.tiles-brown .tiles-body-alt {
    background: #c0392b; }
  .body-inner .info-tiles.tiles-brown .tiles-footer {
    background: #c0392b; }
  .body-inner .info-tiles.tiles-brown:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-brown:hover .tiles-heading {
    background: #ab3326; }
  .body-inner .info-tiles.tiles-brown:hover .tiles-body {
    background: #ab3326; }
  .body-inner .info-tiles.tiles-brown:hover .tiles-body-alt {
    background: #ab3326; }
  .body-inner .info-tiles.tiles-brown:hover .tiles-footer {
    background: #ab3326; }
  .body-inner .info-tiles.tiles-grape {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-grape .tiles-heading {
    background: #7a869c; }
  .body-inner .info-tiles.tiles-grape .tiles-body {
    background: #7a869c; }
  .body-inner .info-tiles.tiles-grape .tiles-body-alt {
    background: #7a869c; }
  .body-inner .info-tiles.tiles-grape .tiles-footer {
    background: #7a869c; }
  .body-inner .info-tiles.tiles-grape:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-grape:hover .tiles-heading {
    background: #6c7991; }
  .body-inner .info-tiles.tiles-grape:hover .tiles-body {
    background: #6c7991; }
  .body-inner .info-tiles.tiles-grape:hover .tiles-body-alt {
    background: #6c7991; }
  .body-inner .info-tiles.tiles-grape:hover .tiles-footer {
    background: #6c7991; }
  .body-inner .info-tiles.tiles-toyo {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-toyo .tiles-heading {
    background: #556b8d; }
  .body-inner .info-tiles.tiles-toyo .tiles-body {
    background: #556b8d; }
  .body-inner .info-tiles.tiles-toyo .tiles-body-alt {
    background: #556b8d; }
  .body-inner .info-tiles.tiles-toyo .tiles-footer {
    background: #556b8d; }
  .body-inner .info-tiles.tiles-toyo:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-toyo:hover .tiles-heading {
    background: #4b5f7d; }
  .body-inner .info-tiles.tiles-toyo:hover .tiles-body {
    background: #4b5f7d; }
  .body-inner .info-tiles.tiles-toyo:hover .tiles-body-alt {
    background: #4b5f7d; }
  .body-inner .info-tiles.tiles-toyo:hover .tiles-footer {
    background: #4b5f7d; }
  .body-inner .info-tiles.tiles-alizarin {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-alizarin .tiles-heading {
    background: #e74c3c; }
  .body-inner .info-tiles.tiles-alizarin .tiles-body {
    background: #e74c3c; }
  .body-inner .info-tiles.tiles-alizarin .tiles-body-alt {
    background: #e74c3c; }
  .body-inner .info-tiles.tiles-alizarin .tiles-footer {
    background: #e74c3c; }
  .body-inner .info-tiles.tiles-alizarin:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-alizarin:hover .tiles-heading {
    background: #e43725; }
  .body-inner .info-tiles.tiles-alizarin:hover .tiles-body {
    background: #e43725; }
  .body-inner .info-tiles.tiles-alizarin:hover .tiles-body-alt {
    background: #e43725; }
  .body-inner .info-tiles.tiles-alizarin:hover .tiles-footer {
    background: #e43725; }
  .body-inner .info-tiles.tiles-facebook {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-facebook .tiles-heading {
    background: #3b5998; }
  .body-inner .info-tiles.tiles-facebook .tiles-body {
    background: #3b5998; }
  .body-inner .info-tiles.tiles-facebook .tiles-body-alt {
    background: #3b5998; }
  .body-inner .info-tiles.tiles-facebook .tiles-footer {
    background: #3b5998; }
  .body-inner .info-tiles.tiles-facebook:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-facebook:hover .tiles-heading {
    background: #344e86; }
  .body-inner .info-tiles.tiles-facebook:hover .tiles-body {
    background: #344e86; }
  .body-inner .info-tiles.tiles-facebook:hover .tiles-body-alt {
    background: #344e86; }
  .body-inner .info-tiles.tiles-facebook:hover .tiles-footer {
    background: #344e86; }
  .body-inner .info-tiles.tiles-twitter {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-twitter .tiles-heading {
    background: #00aced; }
  .body-inner .info-tiles.tiles-twitter .tiles-body {
    background: #00aced; }
  .body-inner .info-tiles.tiles-twitter .tiles-body-alt {
    background: #00aced; }
  .body-inner .info-tiles.tiles-twitter .tiles-footer {
    background: #00aced; }
  .body-inner .info-tiles.tiles-twitter:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-twitter:hover .tiles-heading {
    background: #0099d4; }
  .body-inner .info-tiles.tiles-twitter:hover .tiles-body {
    background: #0099d4; }
  .body-inner .info-tiles.tiles-twitter:hover .tiles-body-alt {
    background: #0099d4; }
  .body-inner .info-tiles.tiles-twitter:hover .tiles-footer {
    background: #0099d4; }
  .body-inner .shortcut-tiles.tiles-info {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-info .tiles-heading,
  .body-inner .shortcut-tiles.tiles-info .tiles-body,
  .body-inner .shortcut-tiles.tiles-info .tiles-footer {
    background: #50bed7; }
  .body-inner .shortcut-tiles.tiles-info:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-info:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-info:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-info:hover .tiles-footer {
    background: #3bb6d2; }
  .body-inner .shortcut-tiles.tiles-default {
    color: #707980 !important; }
  .body-inner .shortcut-tiles.tiles-default .tiles-heading,
  .body-inner .shortcut-tiles.tiles-default .tiles-body,
  .body-inner .shortcut-tiles.tiles-default .tiles-footer {
    background: #fafafa; }
  .body-inner .shortcut-tiles.tiles-default:hover {
    color: #707980; }
  .body-inner .shortcut-tiles.tiles-default:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-default:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-default:hover .tiles-footer {
    background: #ededed; }
  .body-inner .shortcut-tiles.tiles-success {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-success .tiles-heading,
  .body-inner .shortcut-tiles.tiles-success .tiles-body,
  .body-inner .shortcut-tiles.tiles-success .tiles-footer {
    background: #81c04d; }
  .body-inner .shortcut-tiles.tiles-success:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-success:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-success:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-success:hover .tiles-footer {
    background: #74b440; }
  .body-inner .shortcut-tiles.tiles-danger {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-danger .tiles-heading,
  .body-inner .shortcut-tiles.tiles-danger .tiles-body,
  .body-inner .shortcut-tiles.tiles-danger .tiles-footer {
    background: #ef553a; }
  .body-inner .shortcut-tiles.tiles-danger:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-danger:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-danger:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-danger:hover .tiles-footer {
    background: #ed4122; }
  .body-inner .shortcut-tiles.tiles-warning {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-warning .tiles-heading,
  .body-inner .shortcut-tiles.tiles-warning .tiles-body,
  .body-inner .shortcut-tiles.tiles-warning .tiles-footer {
    background: #ffb900; }
  .body-inner .shortcut-tiles.tiles-warning:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-warning:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-warning:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-warning:hover .tiles-footer {
    background: #e6a700; }
  .body-inner .shortcut-tiles.tiles-primary {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-primary .tiles-heading,
  .body-inner .shortcut-tiles.tiles-primary .tiles-body,
  .body-inner .shortcut-tiles.tiles-primary .tiles-footer {
    background: #006487; }
  .body-inner .shortcut-tiles.tiles-primary:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-primary:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-primary:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-primary:hover .tiles-footer {
    background: #00516e; }
  .body-inner .shortcut-tiles.tiles-inverse {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-inverse .tiles-heading,
  .body-inner .shortcut-tiles.tiles-inverse .tiles-body,
  .body-inner .shortcut-tiles.tiles-inverse .tiles-footer {
    background: #757575; }
  .body-inner .shortcut-tiles.tiles-inverse:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-inverse:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-inverse:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-inverse:hover .tiles-footer {
    background: #686868; }
  .body-inner .shortcut-tiles.tiles-midnightblue {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-midnightblue .tiles-heading,
  .body-inner .shortcut-tiles.tiles-midnightblue .tiles-body,
  .body-inner .shortcut-tiles.tiles-midnightblue .tiles-footer {
    background: #37444e; }
  .body-inner .shortcut-tiles.tiles-midnightblue:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-midnightblue:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-midnightblue:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-midnightblue:hover .tiles-footer {
    background: #2c373f; }
  .body-inner .shortcut-tiles.tiles-sky {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-sky .tiles-heading,
  .body-inner .shortcut-tiles.tiles-sky .tiles-body,
  .body-inner .shortcut-tiles.tiles-sky .tiles-footer {
    background: #76c4ed; }
  .body-inner .shortcut-tiles.tiles-sky:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-sky:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-sky:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-sky:hover .tiles-footer {
    background: #5fbaea; }
  .body-inner .shortcut-tiles.tiles-orange {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-orange .tiles-heading,
  .body-inner .shortcut-tiles.tiles-orange .tiles-body,
  .body-inner .shortcut-tiles.tiles-orange .tiles-footer {
    background: #f0934e; }
  .body-inner .shortcut-tiles.tiles-orange:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-orange:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-orange:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-orange:hover .tiles-footer {
    background: #ee8536; }
  .body-inner .shortcut-tiles.tiles-indigo {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-indigo .tiles-heading,
  .body-inner .shortcut-tiles.tiles-indigo .tiles-body,
  .body-inner .shortcut-tiles.tiles-indigo .tiles-footer {
    background: #9358ac; }
  .body-inner .shortcut-tiles.tiles-indigo:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-indigo:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-indigo:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-indigo:hover .tiles-footer {
    background: #854e9d; }
  .body-inner .shortcut-tiles.tiles-green {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-green .tiles-heading,
  .body-inner .shortcut-tiles.tiles-green .tiles-body,
  .body-inner .shortcut-tiles.tiles-green .tiles-footer {
    background: #15a1a1; }
  .body-inner .shortcut-tiles.tiles-green:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-green:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-green:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-green:hover .tiles-footer {
    background: #128a8a; }
  .body-inner .shortcut-tiles.tiles-magenta {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-magenta .tiles-heading,
  .body-inner .shortcut-tiles.tiles-magenta .tiles-body,
  .body-inner .shortcut-tiles.tiles-magenta .tiles-footer {
    background: #e06d94; }
  .body-inner .shortcut-tiles.tiles-magenta:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-magenta:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-magenta:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-magenta:hover .tiles-footer {
    background: #dc5885; }
  .body-inner .shortcut-tiles.tiles-purple {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-purple .tiles-heading,
  .body-inner .shortcut-tiles.tiles-purple .tiles-body,
  .body-inner .shortcut-tiles.tiles-purple .tiles-footer {
    background: #e044ab; }
  .body-inner .shortcut-tiles.tiles-purple:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-purple:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-purple:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-purple:hover .tiles-footer {
    background: #dc2ea1; }
  .body-inner .shortcut-tiles.tiles-brown {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-brown .tiles-heading,
  .body-inner .shortcut-tiles.tiles-brown .tiles-body,
  .body-inner .shortcut-tiles.tiles-brown .tiles-footer {
    background: #c0392b; }
  .body-inner .shortcut-tiles.tiles-brown:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-brown:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-brown:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-brown:hover .tiles-footer {
    background: #ab3326; }
  .body-inner .shortcut-tiles.tiles-grape {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-grape .tiles-heading,
  .body-inner .shortcut-tiles.tiles-grape .tiles-body,
  .body-inner .shortcut-tiles.tiles-grape .tiles-footer {
    background: #7a869c; }
  .body-inner .shortcut-tiles.tiles-grape:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-grape:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-grape:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-grape:hover .tiles-footer {
    background: #6c7991; }
  .body-inner .shortcut-tiles.tiles-toyo {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-toyo .tiles-heading,
  .body-inner .shortcut-tiles.tiles-toyo .tiles-body,
  .body-inner .shortcut-tiles.tiles-toyo .tiles-footer {
    background: #556b8d; }
  .body-inner .shortcut-tiles.tiles-toyo:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-toyo:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-toyo:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-toyo:hover .tiles-footer {
    background: #4b5f7d; }
  .body-inner .shortcut-tiles.tiles-alizarin {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-alizarin .tiles-heading,
  .body-inner .shortcut-tiles.tiles-alizarin .tiles-body,
  .body-inner .shortcut-tiles.tiles-alizarin .tiles-footer {
    background: #e74c3c; }
  .body-inner .shortcut-tiles.tiles-alizarin:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-alizarin:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-alizarin:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-alizarin:hover .tiles-footer {
    background: #e43725; }
  .body-inner .shortcut-tiles.tiles-facebook {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-facebook .tiles-heading {
    background: #3b5998; }
  .body-inner .shortcut-tiles.tiles-facebook .tiles-body {
    background: #3b5998; }
  .body-inner .shortcut-tiles.tiles-facebook .tiles-body-alt {
    background: #3b5998; }
  .body-inner .shortcut-tiles.tiles-facebook .tiles-footer {
    background: #3b5998; }
  .body-inner .shortcut-tiles.tiles-facebook:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-facebook:hover .tiles-heading {
    background: #344e86; }
  .body-inner .shortcut-tiles.tiles-facebook:hover .tiles-body {
    background: #344e86; }
  .body-inner .shortcut-tiles.tiles-facebook:hover .tiles-body-alt {
    background: #344e86; }
  .body-inner .shortcut-tiles.tiles-facebook:hover .tiles-footer {
    background: #344e86; }
  .body-inner .shortcut-tiles.tiles-twitter {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-twitter .tiles-heading {
    background: #00aced; }
  .body-inner .shortcut-tiles.tiles-twitter .tiles-body {
    background: #00aced; }
  .body-inner .shortcut-tiles.tiles-twitter .tiles-body-alt {
    background: #00aced; }
  .body-inner .shortcut-tiles.tiles-twitter .tiles-footer {
    background: #00aced; }
  .body-inner .shortcut-tiles.tiles-twitter:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-twitter:hover .tiles-heading {
    background: #0099d4; }
  .body-inner .shortcut-tiles.tiles-twitter:hover .tiles-body {
    background: #0099d4; }
  .body-inner .shortcut-tiles.tiles-twitter:hover .tiles-body-alt {
    background: #0099d4; }
  .body-inner .shortcut-tiles.tiles-twitter:hover .tiles-footer {
    background: #0099d4; }
  .body-inner .info-tiles .tiles-body .easypiechart {
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    width: 100px; }
  .body-inner .info-tiles .tiles-body .easypiechart .percent {
    width: 100px;
    line-height: 100px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #707980; }
  .body-inner .info-tiles.tiles-default .tiles-body {
    background: #fff; }
  .body-inner .info-tiles.tiles-default:hover .tiles-heading {
    background: #fafafa; }
  .body-inner .info-tiles.tiles-default:hover .tiles-body {
    background: #fff; }
  .body-inner .nav > li > a:hover,
  .body-inner .nav > li > a:focus,
  .body-inner .nav .open > a,
  .body-inner .nav .open > a:hover,
  .body-inner .nav .open > a:focus {
    background: none; }
  .body-inner .tab-container {
    margin-bottom: 20px; }
  .body-inner .tab-container .nav-tabs {
    margin: 0; }
  .body-inner .tab-container .nav-tabs > li > a {
    color: #a2acb3;
    border-radius: 3px 3px 0 0;
    border: none !important; }
  .body-inner .tab-container .nav-tabs > li > a:hover {
    color: #262d33;
    cursor: pointer;
    border: none !important; }
  .body-inner .tab-container .tab-content {
    background: #fff;
    z-index: 1;
    position: relative;
    border: 0;
    border-radius: 3px;
    border-top: 0;
    padding: 15px; }
  .body-inner .tab-container p {
    margin: 0; }
  .body-inner .tab-container p + p {
    margin-top: 10px; }
  .body-inner .tab-container > .nav-tabs > li.active > a {
    color: #fff !important;
    border: none !important; }
  .body-inner .tab-container.tab-left > .nav-tabs > li,
  .body-inner .tab-container.tab-right > .nav-tabs > li {
    float: none;
    min-width: 75px; }
  .body-inner .tab-container.tab-left > .nav-tabs > li > a,
  .body-inner .tab-container.tab-right > .nav-tabs > li > a {
    border: 0; }
  .body-inner .tab-container.tab-left .tab-content,
  .body-inner .tab-container.tab-right .tab-content {
    overflow: auto;
    border: 0; }
  .body-inner .tab-container.tab-left > .nav-tabs {
    float: left; }
  .body-inner .tab-container.tab-left > .nav-tabs > li > a {
    border-right: 0; }
  .body-inner .tab-container.tab-left > .nav-tabs > li.active,
  .body-inner .tab-container.tab-left > .nav-tabs > li.active > a {
    border-radius: 3px 0 0 3px !important; }
  .body-inner .tab-container.tab-left > .nav-tabs a.dropdown-toggle:hover {
    text-decoration: none; }
  .body-inner .tab-container.tab-right > .nav-tabs {
    float: right; }
  .body-inner .tab-container.tab-right > .nav-tabs > li > a {
    border-left: 0; }
  .body-inner .tab-container.tab-right > .nav-tabs > li.active,
  .body-inner .tab-container.tab-right > .nav-tabs > li.active > a {
    border-radius: 0 3px 3px 0 !important; }
  .body-inner .tab-container.tab-bottom > .tab-content {
    border-top: 0; }
  .body-inner .tab-container.tab-bottom > .nav-tabs {
    border-bottom: none;
    margin-top: 0px; }
  .body-inner .tab-container.tab-bottom > .nav-tabs > li.active,
  .body-inner .tab-container.tab-bottom > .nav-tabs > li.active > a {
    border-radius: 0 0 3px 3px !important; }
  .body-inner .tab-container .nav-tabs {
    border: none !important; }
  .body-inner .tab-container .tab-controls {
    position: relative;
    min-width: 75px; }
  .body-inner .tab-primary.tab-container .tab-content {
    border: 1px solid #006487 !important; }
  .body-inner .tab-primary.tab-container > .nav-tabs > li.active > a {
    background: #006487;
    box-shadow: 0 3px 0 0 #006487; }
  .body-inner .tab-primary.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #006487;
    box-shadow: 3px 0 0 0 #006487; }
  .body-inner .tab-primary.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #006487;
    box-shadow: -3px 0 0 0 #006487; }
  .body-inner .tab-primary.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #006487;
    box-shadow: 0 -3px 0 0 #006487; }
  .body-inner .tab-warning.tab-container .tab-content {
    border: 1px solid #ffb900 !important; }
  .body-inner .tab-warning.tab-container > .nav-tabs > li.active > a {
    background: #ffb900;
    box-shadow: 0 3px 0 0 #ffb900; }
  .body-inner .tab-warning.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #ffb900;
    box-shadow: 3px 0 0 0 #ffb900; }
  .body-inner .tab-warning.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #ffb900;
    box-shadow: -3px 0 0 0 #ffb900; }
  .body-inner .tab-warning.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #ffb900;
    box-shadow: 0 -3px 0 0 #ffb900; }
  .body-inner .tab-danger.tab-container .tab-content {
    border: 1px solid #ef553a !important; }
  .body-inner .tab-danger.tab-container > .nav-tabs > li.active > a {
    background: #ef553a;
    box-shadow: 0 3px 0 0 #ef553a; }
  .body-inner .tab-danger.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #ef553a;
    box-shadow: 3px 0 0 0 #ef553a; }
  .body-inner .tab-danger.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #ef553a;
    box-shadow: -3px 0 0 0 #ef553a; }
  .body-inner .tab-danger.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #ef553a;
    box-shadow: 0 -3px 0 0 #ef553a; }
  .body-inner .tab-success.tab-container .tab-content {
    border: 1px solid #81c04d !important; }
  .body-inner .tab-success.tab-container > .nav-tabs > li.active > a {
    background: #81c04d;
    box-shadow: 0 3px 0 0 #81c04d; }
  .body-inner .tab-success.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #81c04d;
    box-shadow: 3px 0 0 0 #81c04d; }
  .body-inner .tab-success.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #81c04d;
    box-shadow: -3px 0 0 0 #81c04d; }
  .body-inner .tab-success.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #81c04d;
    box-shadow: 0 -3px 0 0 #81c04d; }
  .body-inner .tab-info.tab-container .tab-content {
    border: 1px solid #50bed7 !important; }
  .body-inner .tab-info.tab-container > .nav-tabs > li.active > a {
    background: #50bed7;
    box-shadow: 0 3px 0 0 #50bed7; }
  .body-inner .tab-info.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #50bed7;
    box-shadow: 3px 0 0 0 #50bed7; }
  .body-inner .tab-info.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #50bed7;
    box-shadow: -3px 0 0 0 #50bed7; }
  .body-inner .tab-info.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #50bed7;
    box-shadow: 0 -3px 0 0 #50bed7; }
  .body-inner .tab-inverse.tab-container .tab-content {
    border: 1px solid #757575 !important; }
  .body-inner .tab-inverse.tab-container > .nav-tabs > li.active > a {
    background: #757575;
    box-shadow: 0 3px 0 0 #757575; }
  .body-inner .tab-inverse.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #757575;
    box-shadow: 3px 0 0 0 #757575; }
  .body-inner .tab-inverse.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #757575;
    box-shadow: -3px 0 0 0 #757575; }
  .body-inner .tab-inverse.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #757575;
    box-shadow: 0 -3px 0 0 #757575; }
  .body-inner .tab-brown.tab-container .tab-content {
    border: 1px solid #c0392b !important; }
  .body-inner .tab-brown.tab-container > .nav-tabs > li.active > a {
    background: #c0392b;
    box-shadow: 0 3px 0 0 #c0392b; }
  .body-inner .tab-brown.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #c0392b;
    box-shadow: 3px 0 0 0 #c0392b; }
  .body-inner .tab-brown.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #c0392b;
    box-shadow: -3px 0 0 0 #c0392b; }
  .body-inner .tab-brown.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #c0392b;
    box-shadow: 0 -3px 0 0 #c0392b; }
  .body-inner .tab-indigo.tab-container .tab-content {
    border: 1px solid #9358ac !important; }
  .body-inner .tab-indigo.tab-container > .nav-tabs > li.active > a {
    background: #9358ac;
    box-shadow: 0 3px 0 0 #9358ac; }
  .body-inner .tab-indigo.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #9358ac;
    box-shadow: 3px 0 0 0 #9358ac; }
  .body-inner .tab-indigo.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #9358ac;
    box-shadow: -3px 0 0 0 #9358ac; }
  .body-inner .tab-indigo.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #9358ac;
    box-shadow: 0 -3px 0 0 #9358ac; }
  .body-inner .tab-orange.tab-container .tab-content {
    border: 1px solid #f0934e !important; }
  .body-inner .tab-orange.tab-container > .nav-tabs > li.active > a {
    background: #f0934e;
    box-shadow: 0 3px 0 0 #f0934e; }
  .body-inner .tab-orange.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #f0934e;
    box-shadow: 3px 0 0 0 #f0934e; }
  .body-inner .tab-orange.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #f0934e;
    box-shadow: -3px 0 0 0 #f0934e; }
  .body-inner .tab-orange.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #f0934e;
    box-shadow: 0 -3px 0 0 #f0934e; }
  .body-inner .tab-sky.tab-container .tab-content {
    border: 1px solid #76c4ed !important; }
  .body-inner .tab-sky.tab-container > .nav-tabs > li.active > a {
    background: #76c4ed;
    box-shadow: 0 3px 0 0 #76c4ed; }
  .body-inner .tab-sky.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #76c4ed;
    box-shadow: 3px 0 0 0 #76c4ed; }
  .body-inner .tab-sky.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #76c4ed;
    box-shadow: -3px 0 0 0 #76c4ed; }
  .body-inner .tab-sky.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #76c4ed;
    box-shadow: 0 -3px 0 0 #76c4ed; }
  .body-inner .tab-midnightblue.tab-container .tab-content {
    border: 1px solid #37444e !important; }
  .body-inner .tab-midnightblue.tab-container > .nav-tabs > li.active > a {
    background: #37444e;
    box-shadow: 0 3px 0 0 #37444e; }
  .body-inner .tab-midnightblue.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #37444e;
    box-shadow: 3px 0 0 0 #37444e; }
  .body-inner .tab-midnightblue.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #37444e;
    box-shadow: -3px 0 0 0 #37444e; }
  .body-inner .tab-midnightblue.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #37444e;
    box-shadow: 0 -3px 0 0 #37444e; }
  .body-inner .tab-magenta.tab-container .tab-content {
    border: 1px solid #e06d94 !important; }
  .body-inner .tab-magenta.tab-container > .nav-tabs > li.active > a {
    background: #e06d94;
    box-shadow: 0 3px 0 0 #e06d94; }
  .body-inner .tab-magenta.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #e06d94;
    box-shadow: 3px 0 0 0 #e06d94; }
  .body-inner .tab-magenta.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #e06d94;
    box-shadow: -3px 0 0 0 #e06d94; }
  .body-inner .tab-magenta.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #e06d94;
    box-shadow: 0 -3px 0 0 #e06d94; }
  .body-inner .tab-green.tab-container .tab-content {
    border: 1px solid #15a1a1 !important; }
  .body-inner .tab-green.tab-container > .nav-tabs > li.active > a {
    background: #15a1a1;
    box-shadow: 0 3px 0 0 #15a1a1; }
  .body-inner .tab-green.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #15a1a1;
    box-shadow: 3px 0 0 0 #15a1a1; }
  .body-inner .tab-green.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #15a1a1;
    box-shadow: -3px 0 0 0 #15a1a1; }
  .body-inner .tab-green.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #15a1a1;
    box-shadow: 0 -3px 0 0 #15a1a1; }
  .body-inner .tab-purple.tab-container .tab-content {
    border: 1px solid #e044ab !important; }
  .body-inner .tab-purple.tab-container > .nav-tabs > li.active > a {
    background: #e044ab;
    box-shadow: 0 3px 0 0 #e044ab; }
  .body-inner .tab-purple.tab-container.tab-left > .nav-tabs > li.active > a {
    background: #e044ab;
    box-shadow: 3px 0 0 0 #e044ab; }
  .body-inner .tab-purple.tab-container.tab-right > .nav-tabs > li.active > a {
    background: #e044ab;
    box-shadow: -3px 0 0 0 #e044ab; }
  .body-inner .tab-purple.tab-container.tab-bottom > .nav-tabs > li.active > a {
    background: #e044ab;
    box-shadow: 0 -3px 0 0 #e044ab; }
  .body-inner .accordion-group .accordion-item .accordion-title {
    text-decoration: none; }
  .body-inner .accordion-group .accordion-item .accordion-title h4 {
    color: #262d33;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0; }
  .body-inner .accordion-group .accordion-item .accordion-title h4:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
    text-decoration: none; }
  .body-inner .accordion-group .accordion-item .accordion-title.collapsed h4:after {
    content: "\f104";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .body-inner .accordion-group .accordion-item .accordion-body {
    padding: 20px; }
  .body-inner accordion .panel-title a,
  .body-inner accordion .panel-title span,
  .body-inner accordion .panel-title {
    color: inherit;
    width: 100% !important; }
  .body-inner .timeline-month {
    width: 90px;
    text-align: center;
    position: relative;
    left: 6%;
    margin-left: -42px; }
  .body-inner .timeline-month span {
    display: block; }
  .body-inner .timeline-splitter {
    position: relative; }
  .body-inner .timeline-splitter .timeline-month {
    width: auto;
    left: auto;
    margin-left: auto;
    z-index: 1; }
  .body-inner .timeline-splitter .timeline:before {
    left: auto;
    right: auto;
    margin-left: auto;
    background: transparent;
    width: auto; }
  .body-inner .timeline-splitter .timeline.left .timeline-body {
    margin: 0 8% 20px 0; }
  .body-inner .timeline-splitter .timeline.left .timeline-body:after {
    left: 100%;
    right: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right-color: transparent !important; }
  .body-inner .timeline-splitter .timeline.left .timeline-icon {
    left: auto;
    right: 0;
    margin: 0;
    margin-right: -35px; }
  .body-inner .timeline-splitter .timeline.right {
    margin-top: 60px; }
  .body-inner .timeline-splitter .timeline.right .timeline-icon {
    margin: 0;
    left: 0;
    margin-left: -35px; }
  .body-inner .timeline-splitter .timeline.right .timeline-body {
    margin: 0 0 20px 8%; }
  .body-inner .timeline-splitter .timeline .timeline-icon {
    z-index: 1; }
  .body-inner .timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 0; }
  .body-inner .timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    left: 6%;
    margin-left: 2px; }
  .body-inner .timeline > li {
    position: relative; }
  .body-inner .timeline > li .timeline-header {
    padding: 0 0 10px;
    color: rgba(255, 255, 255, 0.5); }
  .body-inner .timeline > li .timeline-header span.date {
    float: left;
    text-transform: uppercase; }
  .body-inner .timeline > li .timeline-header span.author {
    float: right;
    font-size: 12px;
    display: none; }
  .body-inner .timeline > li .timeline-icon {
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #707980;
    background: #e0e0e0;
    border-radius: 50%;
    text-align: center;
    left: 6%;
    top: 0;
    margin: 0 0 0 -22px;
    padding: 0; }
  .body-inner .timeline > li .timeline-body {
    margin: 0 0 20px 14%;
    padding: 20px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    background-color: #fff; }
  .body-inner .timeline > li .timeline-body h1,
  .body-inner .timeline > li .timeline-body h2,
  .body-inner .timeline > li .timeline-body h3,
  .body-inner .timeline > li .timeline-body h4,
  .body-inner .timeline > li .timeline-body h5,
  .body-inner .timeline > li .timeline-body h6 {
    color: #fff; }
  .body-inner .timeline > li .timeline-body:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    top: 15px; }
  .body-inner .timeline > li .timeline-body img.thumb {
    margin: 0px 5px 0px 0px;
    height: 80px; }
  .body-inner .timeline > li .timeline-footer {
    color: #fff; }
  .body-inner .timeline > li:last-child .timeline-body {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .body-inner .timeline-month {
      width: 100%;
      text-align: center;
      margin-left: 0;
      left: 0; }
    .body-inner .timeline-month span {
      display: inline !important; }
    .body-inner .timeline:before {
      width: 0;
      left: 0; }
    .body-inner .timeline > li {
      margin-top: 20px; }
    .body-inner .timeline > li:first-child {
      margin-top: 0; }
    .body-inner .timeline > li .timeline-body {
      margin: 0 !important; }
    .body-inner .timeline > li .timeline-body:after {
      border-width: 0; }
    .body-inner .timeline > li .timeline-icon {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 1em;
      margin: 20px 50px 0 0;
      position: relative;
      float: right;
      z-index: 1; }
    .body-inner .timeline-splitter .timeline.left .timeline-icon {
      margin: 20px 10px 0 0 !important; }
    .body-inner .timeline-splitter .timeline.right {
      margin-top: 20px !important; }
    .body-inner .timeline-splitter .timeline.right .timeline-icon {
      margin: 20px 50px 0 0 !important; } }
  @media (min-width: 992px) {
    .body-inner .timeline-splitter:after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      margin-left: -1px;
      height: 100%;
      content: "";
      background: #e0e0e0; } }
  .body-inner .timeline-primary .timeline-body {
    border-color: #006487;
    background-color: #006487 !important; }
  .body-inner .timeline-primary .timeline-body:after {
    border-right-color: #006487 !important; }
  .body-inner .left .timeline-primary .timeline-body:after {
    border-left-color: #006487 !important; }
  .body-inner .timeline-primary .timeline-time {
    color: #006487; }
  .body-inner .timeline-warning .timeline-body {
    border-color: #ffb900;
    background-color: #ffb900 !important; }
  .body-inner .timeline-warning .timeline-body:after {
    border-right-color: #ffb900 !important; }
  .body-inner .left .timeline-warning .timeline-body:after {
    border-left-color: #ffb900 !important; }
  .body-inner .timeline-warning .timeline-time {
    color: #ffb900; }
  .body-inner .timeline-danger .timeline-body {
    border-color: #ef553a;
    background-color: #ef553a !important; }
  .body-inner .timeline-danger .timeline-body:after {
    border-right-color: #ef553a !important; }
  .body-inner .left .timeline-danger .timeline-body:after {
    border-left-color: #ef553a !important; }
  .body-inner .timeline-danger .timeline-time {
    color: #ef553a; }
  .body-inner .timeline-success .timeline-body {
    border-color: #81c04d;
    background-color: #81c04d !important; }
  .body-inner .timeline-success .timeline-body:after {
    border-right-color: #81c04d !important; }
  .body-inner .left .timeline-success .timeline-body:after {
    border-left-color: #81c04d !important; }
  .body-inner .timeline-success .timeline-time {
    color: #81c04d; }
  .body-inner .timeline-info .timeline-body {
    border-color: #50bed7;
    background-color: #50bed7 !important; }
  .body-inner .timeline-info .timeline-body:after {
    border-right-color: #50bed7 !important; }
  .body-inner .left .timeline-info .timeline-body:after {
    border-left-color: #50bed7 !important; }
  .body-inner .timeline-info .timeline-time {
    color: #50bed7; }
  .body-inner .timeline-inverse .timeline-body {
    border-color: #757575;
    background-color: #757575 !important; }
  .body-inner .timeline-inverse .timeline-body:after {
    border-right-color: #757575 !important; }
  .body-inner .left .timeline-inverse .timeline-body:after {
    border-left-color: #757575 !important; }
  .body-inner .timeline-inverse .timeline-time {
    color: #757575; }
  .body-inner .timeline-brown .timeline-body {
    border-color: #c0392b;
    background-color: #c0392b !important; }
  .body-inner .timeline-brown .timeline-body:after {
    border-right-color: #c0392b !important; }
  .body-inner .left .timeline-brown .timeline-body:after {
    border-left-color: #c0392b !important; }
  .body-inner .timeline-brown .timeline-time {
    color: #c0392b; }
  .body-inner .timeline-indigo .timeline-body {
    border-color: #9358ac;
    background-color: #9358ac !important; }
  .body-inner .timeline-indigo .timeline-body:after {
    border-right-color: #9358ac !important; }
  .body-inner .left .timeline-indigo .timeline-body:after {
    border-left-color: #9358ac !important; }
  .body-inner .timeline-indigo .timeline-time {
    color: #9358ac; }
  .body-inner .timeline-orange .timeline-body {
    border-color: #f0934e;
    background-color: #f0934e !important; }
  .body-inner .timeline-orange .timeline-body:after {
    border-right-color: #f0934e !important; }
  .body-inner .left .timeline-orange .timeline-body:after {
    border-left-color: #f0934e !important; }
  .body-inner .timeline-orange .timeline-time {
    color: #f0934e; }
  .body-inner .timeline-sky .timeline-body {
    border-color: #76c4ed;
    background-color: #76c4ed !important; }
  .body-inner .timeline-sky .timeline-body:after {
    border-right-color: #76c4ed !important; }
  .body-inner .left .timeline-sky .timeline-body:after {
    border-left-color: #76c4ed !important; }
  .body-inner .timeline-sky .timeline-time {
    color: #76c4ed; }
  .body-inner .timeline-midnightblue .timeline-body {
    border-color: #37444e;
    background-color: #37444e !important; }
  .body-inner .timeline-midnightblue .timeline-body:after {
    border-right-color: #37444e !important; }
  .body-inner .left .timeline-midnightblue .timeline-body:after {
    border-left-color: #37444e !important; }
  .body-inner .timeline-midnightblue .timeline-time {
    color: #37444e; }
  .body-inner .timeline-magenta .timeline-body {
    border-color: #e06d94;
    background-color: #e06d94 !important; }
  .body-inner .timeline-magenta .timeline-body:after {
    border-right-color: #e06d94 !important; }
  .body-inner .left .timeline-magenta .timeline-body:after {
    border-left-color: #e06d94 !important; }
  .body-inner .timeline-magenta .timeline-time {
    color: #e06d94; }
  .body-inner .timeline-green .timeline-body {
    border-color: #15a1a1;
    background-color: #15a1a1 !important; }
  .body-inner .timeline-green .timeline-body:after {
    border-right-color: #15a1a1 !important; }
  .body-inner .left .timeline-green .timeline-body:after {
    border-left-color: #15a1a1 !important; }
  .body-inner .timeline-green .timeline-time {
    color: #15a1a1; }
  .body-inner .timeline-purple .timeline-body {
    border-color: #e044ab;
    background-color: #e044ab !important; }
  .body-inner .timeline-purple .timeline-body:after {
    border-right-color: #e044ab !important; }
  .body-inner .left .timeline-purple .timeline-body:after {
    border-left-color: #e044ab !important; }
  .body-inner .timeline-purple .timeline-time {
    color: #e044ab; }
  .body-inner body,
  .body-inner html {
    height: 100%; }
  .body-inner .ui-corner-all,
  .body-inner .ui-corner-top,
  .body-inner .ui-corner-left,
  .body-inner .ui-corner-tl {
    border-top-left-radius: 3px; }
  .body-inner .ui-corner-all,
  .body-inner .ui-corner-top,
  .body-inner .ui-corner-right,
  .body-inner .ui-corner-tr {
    border-top-right-radius: 3px; }
  .body-inner .ui-corner-all,
  .body-inner .ui-corner-bottom,
  .body-inner .ui-corner-left,
  .body-inner .ui-corner-bl {
    border-bottom-left-radius: 3px; }
  .body-inner .ui-corner-all,
  .body-inner .ui-corner-bottom,
  .body-inner .ui-corner-right,
  .body-inner .ui-corner-br {
    border-bottom-right-radius: 3px; }
  .body-inner .jqstooltip {
    width: auto !important;
    height: auto !important;
    border: none !important; }
  .body-inner sparklines-composite {
    display: inline; }
  .body-inner textarea.autosize {
    vertical-align: top;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s; }
  .body-inner .stepy-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
  .body-inner .stepy-header li {
    display: table-cell;
    cursor: pointer;
    line-height: 1.42;
    color: #000;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 12px;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 400; }
  .body-inner .stepy-header li small,
  .body-inner .stepy-header li .small {
    font-weight: normal;
    line-height: 1;
    color: #c5cbd1; }
  .body-inner .stepy-header li small,
  .body-inner .stepy-header li .small {
    font-size: 75%; }
  .body-inner .stepy-header li div {
    line-height: 1.42;
    color: #000;
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    font-weight: 300;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-family: 300; }
  .body-inner .stepy-header li div small,
  .body-inner .stepy-header li div .small {
    font-weight: normal;
    line-height: 1;
    color: #c5cbd1; }
  .body-inner .stepy-header li div small,
  .body-inner .stepy-header li div .small {
    font-size: 65%; }
  .body-inner .stepy-header li:not(.stepy-active) {
    opacity: 0.3; }
  .body-inner .stepy-header li:not(.stepy-active):hover {
    opacity: 0.7; }
  .body-inner .stepy-header.panel-footer {
    margin: 20px 0 -21px 0px;
    padding: 15px 20px;
    border-top: 1px solid #ddd !important; }
  .body-inner .stepy-navigator.panel-footer .btn {
    margin-left: 10px; }
  .body-inner .stepy-navigator .button-next,
  .body-inner .stepy-navigator .button-back {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 500;
    border-width: 0px;
    padding: 9px 16px;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: #006487;
    border-color: #00516e; }
  .body-inner .stepy-navigator .button-next:focus,
  .body-inner .stepy-navigator .button-back:focus,
  .body-inner .stepy-navigator .button-next:active:focus,
  .body-inner .stepy-navigator .button-back:active:focus,
  .body-inner .stepy-navigator .button-next.active:focus,
  .body-inner .stepy-navigator .button-back.active:focus,
  .body-inner .stepy-navigator .button-next.focus,
  .body-inner .stepy-navigator .button-back.focus,
  .body-inner .stepy-navigator .button-next:active.focus,
  .body-inner .stepy-navigator .button-back:active.focus,
  .body-inner .stepy-navigator .button-next.active.focus,
  .body-inner .stepy-navigator .button-back.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .body-inner .stepy-navigator .button-next:hover,
  .body-inner .stepy-navigator .button-back:hover,
  .body-inner .stepy-navigator .button-next:focus,
  .body-inner .stepy-navigator .button-back:focus,
  .body-inner .stepy-navigator .button-next.focus,
  .body-inner .stepy-navigator .button-back.focus {
    color: #707980;
    text-decoration: none; }
  .body-inner .stepy-navigator .button-next:active,
  .body-inner .stepy-navigator .button-back:active,
  .body-inner .stepy-navigator .button-next.active,
  .body-inner .stepy-navigator .button-back.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); }
  .body-inner .stepy-navigator .button-next.disabled,
  .body-inner .stepy-navigator .button-back.disabled,
  .body-inner .stepy-navigator .button-next[disabled],
  .body-inner .stepy-navigator .button-back[disabled],
  .body-inner fieldset[disabled] .stepy-navigator .button-next,
  .body-inner fieldset[disabled] .stepy-navigator .button-back {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .stepy-navigator .button-next:focus,
  .body-inner .stepy-navigator .button-back:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .stepy-navigator .button-next:active,
  .body-inner .stepy-navigator .button-back:active,
  .body-inner .stepy-navigator .button-next.active,
  .body-inner .stepy-navigator .button-back.active,
  .body-inner .stepy-navigator .button-next.fc-state-active,
  .body-inner .stepy-navigator .button-back.fc-state-active {
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .stepy-navigator .button-next:hover,
  .body-inner .stepy-navigator .button-back:hover,
  .body-inner .stepy-navigator .button-next:focus,
  .body-inner .stepy-navigator .button-back:focus,
  .body-inner .stepy-navigator .button-next.focus,
  .body-inner .stepy-navigator .button-back.focus,
  .body-inner .stepy-navigator .button-next:active,
  .body-inner .stepy-navigator .button-back:active,
  .body-inner .stepy-navigator .button-next.active,
  .body-inner .stepy-navigator .button-back.active,
  .body-inner .open > .dropdown-toggle.stepy-navigator .button-next,
  .body-inner .open > .dropdown-toggle.stepy-navigator .button-back {
    color: #fff;
    background-color: #003e54;
    border-color: #002430; }
  .body-inner .stepy-navigator .button-next:active,
  .body-inner .stepy-navigator .button-back:active,
  .body-inner .stepy-navigator .button-next.active,
  .body-inner .stepy-navigator .button-back.active,
  .body-inner .open > .dropdown-toggle.stepy-navigator .button-next,
  .body-inner .open > .dropdown-toggle.stepy-navigator .button-back {
    background-image: none; }
  .body-inner .stepy-navigator .button-next.disabled,
  .body-inner .stepy-navigator .button-back.disabled,
  .body-inner .stepy-navigator .button-next[disabled],
  .body-inner .stepy-navigator .button-back[disabled],
  .body-inner fieldset[disabled] .stepy-navigator .button-next,
  .body-inner fieldset[disabled] .stepy-navigator .button-back,
  .body-inner .stepy-navigator .button-next.disabled:hover,
  .body-inner .stepy-navigator .button-back.disabled:hover,
  .body-inner .stepy-navigator .button-next[disabled]:hover,
  .body-inner .stepy-navigator .button-back[disabled]:hover,
  .body-inner fieldset[disabled] .stepy-navigator .button-next:hover,
  .body-inner fieldset[disabled] .stepy-navigator .button-back:hover,
  .body-inner .stepy-navigator .button-next.disabled:focus,
  .body-inner .stepy-navigator .button-back.disabled:focus,
  .body-inner .stepy-navigator .button-next[disabled]:focus,
  .body-inner .stepy-navigator .button-back[disabled]:focus,
  .body-inner fieldset[disabled] .stepy-navigator .button-next:focus,
  .body-inner fieldset[disabled] .stepy-navigator .button-back:focus,
  .body-inner .stepy-navigator .button-next.disabled.focus,
  .body-inner .stepy-navigator .button-back.disabled.focus,
  .body-inner .stepy-navigator .button-next[disabled].focus,
  .body-inner .stepy-navigator .button-back[disabled].focus,
  .body-inner fieldset[disabled] .stepy-navigator .button-next.focus,
  .body-inner fieldset[disabled] .stepy-navigator .button-back.focus,
  .body-inner .stepy-navigator .button-next.disabled:active,
  .body-inner .stepy-navigator .button-back.disabled:active,
  .body-inner .stepy-navigator .button-next[disabled]:active,
  .body-inner .stepy-navigator .button-back[disabled]:active,
  .body-inner fieldset[disabled] .stepy-navigator .button-next:active,
  .body-inner fieldset[disabled] .stepy-navigator .button-back:active,
  .body-inner .stepy-navigator .button-next.disabled.active,
  .body-inner .stepy-navigator .button-back.disabled.active,
  .body-inner .stepy-navigator .button-next[disabled].active,
  .body-inner .stepy-navigator .button-back[disabled].active,
  .body-inner fieldset[disabled] .stepy-navigator .button-next.active,
  .body-inner fieldset[disabled] .stepy-navigator .button-back.active {
    background-color: #006487;
    border-color: #00516e; }
  .body-inner .stepy-navigator .button-next .badge,
  .body-inner .stepy-navigator .button-back .badge {
    color: #006487;
    background-color: #fff; }
  .body-inner .stepy-navigator .button-back + .finish {
    margin-left: 5px; }
  .body-inner [class*="panel-"].panel .stepy-navigator {
    margin: 20px -21px -21px -21px;
    padding: 20px 20px;
    border-top: 1px solid #eeeeee; }
  .body-inner .panel .fc-header {
    margin-bottom: 20px; }
  .body-inner .panel .fc-header h2 {
    line-height: 1.42;
    color: #000;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 16px;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 400;
    margin: 0; }
  .body-inner .panel .fc-header h2 small,
  .body-inner .panel .fc-header h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #c5cbd1; }
  .body-inner .panel .fc-header h2 small,
  .body-inner .panel .fc-header h2 .small {
    font-size: 75%; }
  .body-inner .panel .fc-header .fc-button {
    display: inline-block !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    white-space: nowrap !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif !important;
    font-weight: 500 !important;
    border-width: 0px !important;
    padding: 9px 16px !important;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    color: #707980 !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    padding: 5px 10px !important;
    height: auto;
    text-shadow: none;
    border-radius: 0 !important; }
  .body-inner .panel .fc-header .fc-button:focus,
  .body-inner .panel .fc-header .fc-button:active:focus,
  .body-inner .panel .fc-header .fc-button.active:focus,
  .body-inner .panel .fc-header .fc-button.focus,
  .body-inner .panel .fc-header .fc-button:active.focus,
  .body-inner .panel .fc-header .fc-button.active.focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important; }
  .body-inner .panel .fc-header .fc-button:hover,
  .body-inner .panel .fc-header .fc-button:focus,
  .body-inner .panel .fc-header .fc-button.focus {
    color: #707980 !important;
    text-decoration: none !important; }
  .body-inner .panel .fc-header .fc-button:active,
  .body-inner .panel .fc-header .fc-button.active {
    outline: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; }
  .body-inner .panel .fc-header .fc-button.disabled,
  .body-inner .panel .fc-header .fc-button[disabled],
  .body-inner fieldset[disabled] .panel .fc-header .fc-button {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .body-inner .panel .fc-header .fc-button:focus {
    outline: none !important;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important; }
  .body-inner .panel .fc-header .fc-button:active,
  .body-inner .panel .fc-header .fc-button.active,
  .body-inner .panel .fc-header .fc-button.fc-state-active {
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important; }
  .body-inner .panel .fc-header .fc-button:hover,
  .body-inner .panel .fc-header .fc-button:focus,
  .body-inner .panel .fc-header .fc-button.focus,
  .body-inner .panel .fc-header .fc-button:active,
  .body-inner .panel .fc-header .fc-button.active,
  .body-inner .open > .dropdown-toggle.panel .fc-header .fc-button {
    color: #707980 !important;
    background-color: #e1e1e1 !important;
    border-color: #dbdbdb !important; }
  .body-inner .panel .fc-header .fc-button:active,
  .body-inner .panel .fc-header .fc-button.active,
  .body-inner .open > .dropdown-toggle.panel .fc-header .fc-button {
    background-image: none !important; }
  .body-inner .panel .fc-header .fc-button.disabled,
  .body-inner .panel .fc-header .fc-button[disabled],
  .body-inner fieldset[disabled] .panel .fc-header .fc-button,
  .body-inner .panel .fc-header .fc-button.disabled:hover,
  .body-inner .panel .fc-header .fc-button[disabled]:hover,
  .body-inner fieldset[disabled] .panel .fc-header .fc-button:hover,
  .body-inner .panel .fc-header .fc-button.disabled:focus,
  .body-inner .panel .fc-header .fc-button[disabled]:focus,
  .body-inner fieldset[disabled] .panel .fc-header .fc-button:focus,
  .body-inner .panel .fc-header .fc-button.disabled.focus,
  .body-inner .panel .fc-header .fc-button[disabled].focus,
  .body-inner fieldset[disabled] .panel .fc-header .fc-button.focus,
  .body-inner .panel .fc-header .fc-button.disabled:active,
  .body-inner .panel .fc-header .fc-button[disabled]:active,
  .body-inner fieldset[disabled] .panel .fc-header .fc-button:active,
  .body-inner .panel .fc-header .fc-button.disabled.active,
  .body-inner .panel .fc-header .fc-button[disabled].active,
  .body-inner fieldset[disabled] .panel .fc-header .fc-button.active {
    background-color: #fafafa !important;
    border-color: #fafafa !important; }
  .body-inner .panel .fc-header .fc-button .badge {
    color: #fafafa !important;
    background-color: #707980 !important; }
  .body-inner .panel .fc-header .fc-button:active,
  .body-inner .panel .fc-header .fc-button.active,
  .body-inner .panel .fc-header .fc-button.fc-state-active {
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    color: #707980 !important;
    background-color: #e1e1e1 !important;
    border-color: #dbdbdb !important;
    background-image: none !important; }
  .body-inner .panel .fc-header .fc-button:active:focus,
  .body-inner .panel .fc-header .fc-button.active:focus,
  .body-inner .panel .fc-header .fc-button.fc-state-active:focus,
  .body-inner .panel .fc-header .fc-button:active.focus,
  .body-inner .panel .fc-header .fc-button.active.focus,
  .body-inner .panel .fc-header .fc-button.fc-state-active.focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important; }
  .body-inner .panel .fc-header .fc-button.fc-corner-left {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important; }
  .body-inner .panel .fc-header .fc-button.fc-corner-right {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important; }
  .body-inner .panel .fc-header .fc-corner-left {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .body-inner .panel .fc-header .fc-corner-right {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .body-inner .fc-widget-header,
  .body-inner .fc-widget-content {
    border: 1px solid #eeeeee !important; }
  .body-inner .fc-border-separate {
    table-layout: fixed;
    border-collapse: collapse !important; }
  .body-inner .fc-border-separate th {
    padding: 1px 0 !important;
    width: 14.28% !important; }
  .body-inner .fc-event-container .fc-event {
    background-color: #006487;
    border-radius: 3px;
    border: none !important;
    padding: 1px; }
  .body-inner .fc-grid .fc-day-number {
    padding: 5px 6px; }
  .body-inner .external-event {
    cursor: move;
    text-transform: none; }
  .body-inner .toggle-primary .toggle-slide .toggle-on,
  .body-inner .toggle-primary .toggle-slide .toggle-on.active {
    background-color: #006487; }
  .body-inner .toggle-primary .toggle-slide.active .toggle-blob {
    border: 1px solid #006487; }
  .body-inner .toggle-success .toggle-slide .toggle-on,
  .body-inner .toggle-success .toggle-slide .toggle-on.active {
    background-color: #81c04d; }
  .body-inner .toggle-success .toggle-slide.active .toggle-blob {
    border: 1px solid #81c04d; }
  .body-inner .toggle-warning .toggle-slide .toggle-on,
  .body-inner .toggle-warning .toggle-slide .toggle-on.active {
    background-color: #ffb900; }
  .body-inner .toggle-warning .toggle-slide.active .toggle-blob {
    border: 1px solid #ffb900; }
  .body-inner .toggle-danger .toggle-slide .toggle-on,
  .body-inner .toggle-danger .toggle-slide .toggle-on.active {
    background-color: #ef553a; }
  .body-inner .toggle-danger .toggle-slide.active .toggle-blob {
    border: 1px solid #ef553a; }
  .body-inner .toggle-info .toggle-slide .toggle-on,
  .body-inner .toggle-info .toggle-slide .toggle-on.active {
    background-color: #50bed7; }
  .body-inner .toggle-info .toggle-slide.active .toggle-blob {
    border: 1px solid #50bed7; }
  .body-inner .toggle-inverse .toggle-slide .toggle-on,
  .body-inner .toggle-inverse .toggle-slide .toggle-on.active {
    background-color: #757575; }
  .body-inner .toggle-inverse .toggle-slide.active .toggle-blob {
    border: 1px solid #757575; }
  .body-inner .toggle-slide {
    border-radius: 3px; }
  .body-inner .toggle-slide .toggle-blob {
    border-radius: 3px; }
  .body-inner .gallery {
    overflow: hidden;
    -webkit-transition: all 150ms fade;
    -o-transition: all 150ms fade;
    transition: all 150ms fade; }
  .body-inner .gallery h4 {
    display: none;
    top: 0;
    right: 10px;
    position: absolute;
    text-align: right;
    z-index: 2; }
  .body-inner .gallery .mix {
    opacity: 0;
    display: none;
    padding: 10px;
    border-top: 1px solid transparent; }
  .body-inner .gallery .gap {
    display: inline-block;
    width: 200px; }
  .body-inner .gallery img {
    z-index: 3;
    position: relative; }
  .body-inner .gallery:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .body-inner .gallery.full-width li {
    position: relative; }
  .body-inner .gallery.full-width .mix:not(:first-child) {
    border-top: 1px solid #eeeeee; }
  .body-inner .gallery.full-width h4 {
    display: block; }
  .body-inner .legend .legendLabel {
    padding-left: 4px; }
  .body-inner #flotTip {
    background: #000 !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    padding: 3px 8px !important;
    border-radius: 3px !important; }
  .body-inner .legendColorBox > div > div {
    border-radius: 50%; }
  .body-inner .tt-hint {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.5;
    color: #262d33;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    -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;
    -o-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;
    border: 1px solid #e0e0e0;
    color: #707980;
    height: 36px;
    padding: 9px 10px;
    box-shadow: none !important; }
  .body-inner .tt-hint:focus {
    border-color: #262d33;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 45, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 45, 51, 0.6); }
  .body-inner .tt-hint::-moz-placeholder {
    color: #c5cbd1;
    opacity: 1; }
  .body-inner .tt-hint:-ms-input-placeholder {
    color: #c5cbd1; }
  .body-inner .tt-hint::-webkit-input-placeholder {
    color: #c5cbd1; }
  .body-inner .tt-hint[disabled],
  .body-inner .tt-hint[readonly],
  .body-inner fieldset[disabled] .tt-hint {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }
  .body-inner textarea.tt-hint {
    height: auto; }
  .body-inner select.tt-hint {
    padding: 6px 9px 5px 4px; }
  .body-inner .tt-hint:focus {
    border-color: #006487; }
  .body-inner .tt-dropdown-menu {
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -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; }
  .body-inner .tt-suggestion {
    display: block;
    padding: 3px 20px; }
  .body-inner .tt-suggestion.tt-is-under-cursor {
    color: #646c72;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); }
  .body-inner .tt-suggestion.tt-is-under-cursor a {
    color: #fff; }
  .body-inner .tt-suggestion p {
    margin: 0; }
  .body-inner .easypiechart {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center; }
  .body-inner .easypiechart .percent {
    position: absolute;
    width: 90px;
    line-height: 90px;
    font-size: 20px;
    font-weight: 300;
    color: #808080; }
  .body-inner .easypiechart .percent:after {
    content: '%'; }
  .body-inner .easypiechart + label {
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 0; }
  .body-inner .easypiechart.sm {
    width: 75px;
    height: 75px; }
  .body-inner .easypiechart.sm .percent {
    width: 75px;
    line-height: 75px;
    font-size: 14px; }
  .body-inner .editable-container .form-group {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 7px; }
  .body-inner .editable-container .btn {
    height: 32px; }
  .body-inner .form-control-static .editable-wrap {
    margin-top: -9px; }
  .body-inner .form-control-static .editable-wrap button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 500;
    border-width: 0px;
    padding: 9px 16px;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    color: #707980;
    background-color: #fafafa;
    border-color: #fafafa;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 11px;
    padding: 5px 10px; }
  .body-inner .form-control-static .editable-wrap button:focus,
  .body-inner .form-control-static .editable-wrap button:active:focus,
  .body-inner .form-control-static .editable-wrap button.active:focus,
  .body-inner .form-control-static .editable-wrap button.focus,
  .body-inner .form-control-static .editable-wrap button:active.focus,
  .body-inner .form-control-static .editable-wrap button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .body-inner .form-control-static .editable-wrap button:hover,
  .body-inner .form-control-static .editable-wrap button:focus,
  .body-inner .form-control-static .editable-wrap button.focus {
    color: #707980;
    text-decoration: none; }
  .body-inner .form-control-static .editable-wrap button:active,
  .body-inner .form-control-static .editable-wrap button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .body-inner .form-control-static .editable-wrap button.disabled,
  .body-inner .form-control-static .editable-wrap button[disabled],
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .form-control-static .editable-wrap button:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .form-control-static .editable-wrap button:active,
  .body-inner .form-control-static .editable-wrap button.active,
  .body-inner .form-control-static .editable-wrap button.fc-state-active {
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .form-control-static .editable-wrap button:hover,
  .body-inner .form-control-static .editable-wrap button:focus,
  .body-inner .form-control-static .editable-wrap button.focus,
  .body-inner .form-control-static .editable-wrap button:active,
  .body-inner .form-control-static .editable-wrap button.active,
  .body-inner .open > .dropdown-toggle.form-control-static .editable-wrap button {
    color: #707980;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
  .body-inner .form-control-static .editable-wrap button:active,
  .body-inner .form-control-static .editable-wrap button.active,
  .body-inner .open > .dropdown-toggle.form-control-static .editable-wrap button {
    background-image: none; }
  .body-inner .form-control-static .editable-wrap button.disabled,
  .body-inner .form-control-static .editable-wrap button[disabled],
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button,
  .body-inner .form-control-static .editable-wrap button.disabled:hover,
  .body-inner .form-control-static .editable-wrap button[disabled]:hover,
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button:hover,
  .body-inner .form-control-static .editable-wrap button.disabled:focus,
  .body-inner .form-control-static .editable-wrap button[disabled]:focus,
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button:focus,
  .body-inner .form-control-static .editable-wrap button.disabled.focus,
  .body-inner .form-control-static .editable-wrap button[disabled].focus,
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button.focus,
  .body-inner .form-control-static .editable-wrap button.disabled:active,
  .body-inner .form-control-static .editable-wrap button[disabled]:active,
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button:active,
  .body-inner .form-control-static .editable-wrap button.disabled.active,
  .body-inner .form-control-static .editable-wrap button[disabled].active,
  .body-inner fieldset[disabled] .form-control-static .editable-wrap button.active {
    background-color: #fafafa;
    border-color: #fafafa; }
  .body-inner .form-control-static .editable-wrap button .badge {
    color: #fafafa;
    background-color: #707980; }
  .body-inner .tokenfield .tt-hint {
    font-size: 12px !important;
    line-height: 1 !important;
    border: 0 !important;
    padding: 0 !important;
    height: 19px !important; }
  .body-inner input.parsley-success,
  .body-inner select.parsley-success,
  .body-inner textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6; }
  .body-inner input.parsley-error,
  .body-inner select.parsley-error,
  .body-inner textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7; }
  .body-inner .parsley-errors-list {
    margin: 2px 0 3px 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in-;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in; }
  .body-inner .parsley-errors-list.filled {
    opacity: 1; }
  .body-inner .daterangepicker .ranges li {
    font-size: 12px !important;
    border-radius: 3px !important; }
  .body-inner .ui-pnotify-container {
    padding: 15px; }
  .body-inner .slider.slider-horizontal .slider-track {
    height: 8px !important;
    box-shadow: none !important; }
  .body-inner .slider.slider-horizontal .slider-handle {
    margin-top: -5px !important; }
  .body-inner .slider.slider-vertical .slider-track {
    width: 8px !important;
    box-shadow: none !important; }
  .body-inner .slider.slider-vertical .slider-handle {
    margin-left: -5px !important; }
  .body-inner .slider-handle {
    width: 18px !important;
    height: 18px !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #81c04d !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
  .body-inner .slider.slider-disabled {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important; }
  .body-inner .slider-track {
    background: #eeeeee !important; }
  .body-inner .slider-selection {
    background: #81c04d !important;
    box-shadow: none !important; }
  .body-inner .angular-ui-tree .btn {
    box-shadow: none; }
  .body-inner .angular-ui-tree-handle {
    font-weight: 400 !important;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 0 1px 0;
    padding: 6px 55px 6px 30px;
    border-radius: 3px; }
  .body-inner .angular-ui-tree-handle .handletools {
    padding: 3px;
    background: none;
    position: absolute; }
  .body-inner .angular-ui-tree-handle .handletools.expand,
  .body-inner .angular-ui-tree-handle .handletools.add,
  .body-inner .angular-ui-tree-handle .handletools.delete {
    position: absolute;
    top: 5px; }
  .body-inner .angular-ui-tree-handle .handletools.expand {
    left: 5px; }
  .body-inner .angular-ui-tree-handle .handletools.delete {
    right: 10px; }
  .body-inner .angular-ui-tree-handle .handletools.add {
    right: 30px; }
  .body-inner .angular-ui-tree-handle .handletools.expand {
    color: #a2acb3; }
  .body-inner .angular-ui-tree-handle .handletools.expand:hover {
    color: #707980; }
  .body-inner .angular-ui-tree-handle .handletools.add {
    color: #a2acb3; }
  .body-inner .angular-ui-tree-handle .handletools.add:hover {
    color: #81c04d; }
  .body-inner .angular-ui-tree-handle .handletools.delete {
    color: #a2acb3; }
  .body-inner .angular-ui-tree-handle .handletools.delete:hover {
    color: #ef553a; }
  .body-inner .angular-ui-tree-placeholder {
    background: #eeeeee !important;
    border-radius: 3px !important;
    border: 0px dashed #e0e0e0 !important;
    margin: 0 !important;
    box-shadow: inset 0 0px 0 0 #ebeef0; }
  .body-inner .panel .angular-ui-tree-placeholder {
    box-shadow: inset 0 0px 0 0 #fff; }
  .body-inner .fs-editor-wrapper .fs-editor .fs-editable {
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    padding: 7px 9px !important; }
  .body-inner .fs-editor-wrapper .fs-editor .fs-editable:focus {
    border-color: #006487 !important; }
  .body-inner .fs-icon {
    background: none !important;
    right: 1px !important;
    top: 4px !important;
    color: #c5cbd1 !important; }
  .body-inner .fs-icon:hover {
    color: #a2acb3 !important; }
  .body-inner .fs-icon:before {
    content: '\f0b2';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .body-inner .ui-select-bootstrap .ui-select-toggle {
    text-align: left;
    padding: 9px 10px !important;
    border-width: 1px;
    background-color: transparent; }
  .body-inner .ui-select-bootstrap .ui-select-toggle a {
    color: #707980; }
  .body-inner .ui-select-bootstrap .ui-select-choices-row > a {
    padding: 5px 10px !important; }
  .body-inner .ui-select-bootstrap .ui-select-toggle > .caret {
    margin-top: 0 !important;
    top: auto !important;
    right: 16px !important; }
  .body-inner .ui-select-multiple.ui-select-bootstrap {
    padding: 6px 10px !important;
    height: 34px !important;
    border: 1px solid #e0e0e0;
    background: transparent !important;
    height: auto !important;
    min-height: 34px; }
  .body-inner .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin-bottom: 3px; }
  .body-inner .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 14px !important;
    line-height: 15px !important; }
  .body-inner .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    position: absolute;
    height: 18px !important; }
  .body-inner .ms-container {
    width: 100% !important; }
  .body-inner .ms-container .ms-list {
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important; }
  .body-inner .ms-container .ms-selectable li.ms-elem-selectable {
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 5px 10px !important;
    font-size: 12px !important; }
  .body-inner .ng-grid-footer {
    border-top: 1px solid #eeeeee;
    background: #dfe2e6;
    padding: 10px 0; }
  .body-inner .ng-grid-footer .form-control {
    display: inline;
    width: auto; }
  .body-inner .ng-grid-footer .ng-grid-pages {
    width: 140px; }
  .body-inner .ng-grid-footer .ng-grid-pagination label {
    display: inline; }
  .body-inner .ng-grid-footer .ngGridMaxPagesNumber {
    padding-right: 10px; }
  .body-inner .ngGrid .ngTopPanel {
    background: #fff; }
  .body-inner .ngGrid .ngTopPanel .ngHeaderContainer {
    border-bottom: 1px solid #eeeeee; }
  .body-inner .ngGrid .ngTopPanel .ngHeaderContainer .ngVerticalBar {
    visibility: hidden; }
  .body-inner .ngGrid .ngRow {
    border-top: 1px solid #eeeeee; }
  .body-inner .ngGrid .ngRow.even {
    background-color: #fbfbfb; }
  .body-inner .ngGrid .ngRow.odd {
    background-color: #fff; }
  .body-inner .ngGrid .ngRow.selected {
    background: #e0e0e0; }
  .body-inner .ngGrid input {
    border: none;
    background: inherit;
    padding: 5px; }
  .body-inner .ngVerticalBarVisible {
    background-color: #eeeeee !important; }
  .body-inner .editable-input {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 12px;
    color: #262d33;
    background-color: #fff;
    background-image: none;
    -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;
    -o-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;
    border: 1px solid #e0e0e0;
    color: #707980;
    height: 36px;
    padding: 9px 10px;
    box-shadow: none !important;
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    height: 26px !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important; }
  .body-inner .editable-input:focus {
    border-color: #262d33;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 45, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 45, 51, 0.6); }
  .body-inner .editable-input::-moz-placeholder {
    color: #c5cbd1;
    opacity: 1; }
  .body-inner .editable-input:-ms-input-placeholder {
    color: #c5cbd1; }
  .body-inner .editable-input::-webkit-input-placeholder {
    color: #c5cbd1; }
  .body-inner .editable-input[disabled],
  .body-inner .editable-input[readonly],
  .body-inner fieldset[disabled] .editable-input {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }
  .body-inner textarea.editable-input {
    height: auto; }
  .body-inner select.editable-input {
    padding: 6px 9px 5px 4px; }
  .body-inner .editable-input:focus {
    border-color: #006487; }
  .body-inner select.editable-input {
    height: 28px;
    line-height: 28px; }
  .body-inner textarea.editable-input,
  .body-inner select[multiple].editable-input {
    height: auto; }
  .body-inner select.editable-input {
    height: 26px !important;
    line-height: 26px !important; }
  .body-inner textarea.editable-input,
  .body-inner select[multiple].editable-input {
    height: auto !important; }
  .body-inner select.editable-input,
  .body-inner input.editable-input {
    height: 28px; }
  .body-inner select.editable-input {
    padding: 4px 9px 5px 4px; }
  .body-inner .editable-bstime table {
    height: 110px !important; }
  .body-inner .editable-bstime td {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .body-inner input.datepicker + ul th .btn,
  .body-inner .datepicker th .btn {
    display: block;
    width: 100%; }
  .body-inner input.datepicker + ul table,
  .body-inner .datepicker table {
    border-collapse: separate;
    border-spacing: 1px; }
  .body-inner input.datepicker + ul .btn-default.btn-info span,
  .body-inner .datepicker .btn-default.btn-info span {
    color: inherit !important; }
  .body-inner input.datepicker + ul {
    right: inherit !important;
    padding: 5px; }
  .body-inner .datepicker.datepicker-dropdown {
    right: auto;
    padding: 5px; }
  .body-inner .datepicker.datepicker-dropdown td,
  .body-inner .datepicker.datepicker-dropdown th {
    text-align: center; }
  .body-inner .datepicker.datepicker-dropdown tbody td {
    cursor: pointer;
    border-radius: 3px; }
  .body-inner .datepicker.datepicker-dropdown tbody td.active {
    background-color: #E9ECF0;
    color: #656B79; }
  .body-inner .datepicker.datepicker-dropdown tbody td.today {
    background-color: #006487;
    color: #fff; }
  .body-inner table.timepicker,
  .body-inner .timepicker table {
    border-spacing: 5px 0;
    border-collapse: separate; }
  .body-inner .rating i {
    cursor: pointer;
    margin-left: 5px; }
  .body-inner .icheck-label {
    padding: 0 !important;
    text-rendering: auto; }
  .body-inner .icheck-label > div {
    width: 20px !important; }
  .body-inner .icheck-label input {
    display: none; }
  .body-inner .icheckbox_minimal-blue,
  .body-inner .iradio_minimal-blue {
    margin-top: -5px !important;
    margin-bottom: -4px !important; }
  .body-inner .drop[flow-drop] {
    border: 2px dashed #e0e0e0;
    padding: 10px; }
  .body-inner .gallery-box .title {
    margin-bottom: 10px;
    display: inline-block; }
  .body-inner .jqvmap-label {
    position: absolute;
    display: none;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-size: 11px;
    padding: 5px 10px; }
  .body-inner .jqvmap-zoomin,
  .body-inner .jqvmap-zoomout {
    position: absolute;
    padding: 0px 5px !important;
    left: 10px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-weight: 500;
    border-width: 0px;
    padding: 9px 16px;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    line-height: 1.5;
    border-radius: 3px;
    font-size: 11px;
    padding: 5px 10px;
    color: #707980;
    background-color: #fafafa;
    border-color: #fafafa;
    width: 18px; }
  .body-inner .jqvmap-zoomin:focus,
  .body-inner .jqvmap-zoomout:focus,
  .body-inner .jqvmap-zoomin:active:focus,
  .body-inner .jqvmap-zoomout:active:focus,
  .body-inner .jqvmap-zoomin.active:focus,
  .body-inner .jqvmap-zoomout.active:focus,
  .body-inner .jqvmap-zoomin.focus,
  .body-inner .jqvmap-zoomout.focus,
  .body-inner .jqvmap-zoomin:active.focus,
  .body-inner .jqvmap-zoomout:active.focus,
  .body-inner .jqvmap-zoomin.active.focus,
  .body-inner .jqvmap-zoomout.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .body-inner .jqvmap-zoomin:hover,
  .body-inner .jqvmap-zoomout:hover,
  .body-inner .jqvmap-zoomin:focus,
  .body-inner .jqvmap-zoomout:focus,
  .body-inner .jqvmap-zoomin.focus,
  .body-inner .jqvmap-zoomout.focus {
    color: #707980;
    text-decoration: none; }
  .body-inner .jqvmap-zoomin:active,
  .body-inner .jqvmap-zoomout:active,
  .body-inner .jqvmap-zoomin.active,
  .body-inner .jqvmap-zoomout.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); }
  .body-inner .jqvmap-zoomin.disabled,
  .body-inner .jqvmap-zoomout.disabled,
  .body-inner .jqvmap-zoomin[disabled],
  .body-inner .jqvmap-zoomout[disabled],
  .body-inner fieldset[disabled] .jqvmap-zoomin,
  .body-inner fieldset[disabled] .jqvmap-zoomout {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body-inner .jqvmap-zoomin:focus,
  .body-inner .jqvmap-zoomout:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .jqvmap-zoomin:active,
  .body-inner .jqvmap-zoomout:active,
  .body-inner .jqvmap-zoomin.active,
  .body-inner .jqvmap-zoomout.active,
  .body-inner .jqvmap-zoomin.fc-state-active,
  .body-inner .jqvmap-zoomout.fc-state-active {
    -webkit-box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0px 0px 1px rgba(0, 0, 0, 0.08); }
  .body-inner .jqvmap-zoomin:hover,
  .body-inner .jqvmap-zoomout:hover,
  .body-inner .jqvmap-zoomin:focus,
  .body-inner .jqvmap-zoomout:focus,
  .body-inner .jqvmap-zoomin.focus,
  .body-inner .jqvmap-zoomout.focus,
  .body-inner .jqvmap-zoomin:active,
  .body-inner .jqvmap-zoomout:active,
  .body-inner .jqvmap-zoomin.active,
  .body-inner .jqvmap-zoomout.active,
  .body-inner .open > .dropdown-toggle.jqvmap-zoomin,
  .body-inner .open > .dropdown-toggle.jqvmap-zoomout {
    color: #707980;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
  .body-inner .jqvmap-zoomin:active,
  .body-inner .jqvmap-zoomout:active,
  .body-inner .jqvmap-zoomin.active,
  .body-inner .jqvmap-zoomout.active,
  .body-inner .open > .dropdown-toggle.jqvmap-zoomin,
  .body-inner .open > .dropdown-toggle.jqvmap-zoomout {
    background-image: none; }
  .body-inner .jqvmap-zoomin.disabled,
  .body-inner .jqvmap-zoomout.disabled,
  .body-inner .jqvmap-zoomin[disabled],
  .body-inner .jqvmap-zoomout[disabled],
  .body-inner fieldset[disabled] .jqvmap-zoomin,
  .body-inner fieldset[disabled] .jqvmap-zoomout,
  .body-inner .jqvmap-zoomin.disabled:hover,
  .body-inner .jqvmap-zoomout.disabled:hover,
  .body-inner .jqvmap-zoomin[disabled]:hover,
  .body-inner .jqvmap-zoomout[disabled]:hover,
  .body-inner fieldset[disabled] .jqvmap-zoomin:hover,
  .body-inner fieldset[disabled] .jqvmap-zoomout:hover,
  .body-inner .jqvmap-zoomin.disabled:focus,
  .body-inner .jqvmap-zoomout.disabled:focus,
  .body-inner .jqvmap-zoomin[disabled]:focus,
  .body-inner .jqvmap-zoomout[disabled]:focus,
  .body-inner fieldset[disabled] .jqvmap-zoomin:focus,
  .body-inner fieldset[disabled] .jqvmap-zoomout:focus,
  .body-inner .jqvmap-zoomin.disabled.focus,
  .body-inner .jqvmap-zoomout.disabled.focus,
  .body-inner .jqvmap-zoomin[disabled].focus,
  .body-inner .jqvmap-zoomout[disabled].focus,
  .body-inner fieldset[disabled] .jqvmap-zoomin.focus,
  .body-inner fieldset[disabled] .jqvmap-zoomout.focus,
  .body-inner .jqvmap-zoomin.disabled:active,
  .body-inner .jqvmap-zoomout.disabled:active,
  .body-inner .jqvmap-zoomin[disabled]:active,
  .body-inner .jqvmap-zoomout[disabled]:active,
  .body-inner fieldset[disabled] .jqvmap-zoomin:active,
  .body-inner fieldset[disabled] .jqvmap-zoomout:active,
  .body-inner .jqvmap-zoomin.disabled.active,
  .body-inner .jqvmap-zoomout.disabled.active,
  .body-inner .jqvmap-zoomin[disabled].active,
  .body-inner .jqvmap-zoomout[disabled].active,
  .body-inner fieldset[disabled] .jqvmap-zoomin.active,
  .body-inner fieldset[disabled] .jqvmap-zoomout.active {
    background-color: #fafafa;
    border-color: #fafafa; }
  .body-inner .jqvmap-zoomin .badge,
  .body-inner .jqvmap-zoomout .badge {
    color: #fafafa;
    background-color: #707980; }
  .body-inner .jqvmap-zoomin {
    top: 10px; }
  .body-inner .jqvmap-zoomout {
    top: 29px; }
  .body-inner .jqvmap-region {
    cursor: pointer; }
  .body-inner .jspDrag {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 1px; }
  .body-inner .jspTrack {
    background: none !important; }
  .body-inner .jspVerticalBar {
    background: none !important;
    width: 6px !important;
    right: 1px !important; }
  .body-inner .navbar .dropdown-menu.notifications .jspPane,
  .body-inner .navbar .dropdown-menu.messages .jspPane {
    width: 320px !important; }
  .body-inner .skylo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    z-index: 99999; }
  .body-inner .skylo .bar {
    width: 0%;
    height: 2px;
    margin: 0;
    position: relative; }
  .body-inner .skylo span {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: #0088CC 1px 0 10px 1px;
    opacity: 0.6; }
  .body-inner .skylo .bar-success span {
    box-shadow: #58b957 1px 0 10px 1px; }
  .body-inner .skylo .bar-warning span {
    box-shadow: #f2ac43 1px 0 10px 1px; }
  .body-inner .skylo .bar-danger span {
    box-shadow: #db524b 1px 0 10px 1px; }
  .body-inner .bootstro-highlight {
    border: none;
    background-color: transparent !important; }
  .body-inner .gallery {
    padding-left: 0;
    list-style: none; }
  .body-inner .gallery .item {
    width: 150px;
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
  .body-inner .gallery .item a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .body-inner .gallery .item a h4 {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    padding: 5px;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    position: absolute;
    bottom: -30px;
    display: block;
    left: 0;
    right: 0;
    color: #fff; }
  .body-inner .gallery .item a:hover h4 {
    bottom: 0; }
  .body-inner .atn,
  .body-inner .typ,
  .body-inner .dec,
  .body-inner .var {
    color: teal; }
  .body-inner .clo,
  .body-inner .opn,
  .body-inner .pun,
  .body-inner .com {
    color: #93A1A1; }
  .body-inner .str,
  .body-inner .atv {
    color: #D14; }
  .body-inner .fun {
    color: #DC322F; }
  .body-inner .pln {
    color: #48484C; }
  .body-inner .kwd {
    color: #1E347B; }
  .body-inner .lit {
    color: #195F91; }
  .body-inner .tag {
    color: #008; }
  .body-inner pre.prettyprint {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    margin-bottom: 20px 0 !important;
    padding: 10px; }
  .body-inner pre.prettyprint.linenums {
    box-shadow: 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset; }
  .body-inner ol.linenums {
    color: #1E347B;
    margin: 0; }
  .body-inner ol.linenums li {
    color: #BEBEC5;
    line-height: 18px;
    padding-left: 12px;
    text-shadow: 0 0 0 #FFF; }
  .body-inner li.L0,
  .body-inner li.L1,
  .body-inner li.L2,
  .body-inner li.L3,
  .body-inner li.L5,
  .body-inner li.L6,
  .body-inner li.L7,
  .body-inner li.L8 {
    list-style: normal; }
  .body-inner li.L1,
  .body-inner li.L3,
  .body-inner li.L5,
  .body-inner li.L7,
  .body-inner li.L9 {
    background: #eee; }
  .body-inner .angular-meditor-toolbar {
    background-color: #222; }
  .body-inner .angular-meditor-toolbar ul {
    line-height: 0; }
  .body-inner .angular-meditor-toolbar select {
    width: 5em !important; }
  .body-inner .angular-meditor-toolbar .meditor-family-selector {
    width: 8.5em !important; }
  .body-inner .as-sortable-drag {
    position: absolute !important; }
  .body-inner [ng-cloak] {
    display: none; }
  .body-inner .ui-grid-footer {
    border-top: 1px solid #eeeeee;
    background: #dfe2e6;
    padding: 10px 0; }
  .body-inner .ui-grid-footer .form-control {
    display: inline;
    width: auto; }
  .body-inner .ui-grid-footer .ng-grid-pages {
    width: 140px; }
  .body-inner .ui-grid-footer .ng-grid-pagination label {
    display: inline; }
  .body-inner .ui-grid-footer .ngGridMaxPagesNumber {
    padding-right: 10px; }
  .body-inner .ui-grid.custom-style {
    border: none; }
  .body-inner .ui-grid.custom-style .ui-grid-header {
    border-bottom: 1px solid #eeeeee; }
  .body-inner .ui-grid.custom-style .ui-grid-header .ui-grid-top-panel {
    background: #fff; }
  .body-inner .ui-grid.custom-style .ui-grid-header .ui-grid-top-panel .ui-grid-header-cell {
    border-right: 1px solid #fff; }
  .body-inner .ui-grid.custom-style .ui-grid-canvas {
    padding-top: 0; }
  .body-inner .ui-grid.custom-style .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fbfbfb; }
  .body-inner .ui-grid.custom-style .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fff; }
  .body-inner .ui-grid.custom-style .ui-grid-row.ui-grid-row-selected .ui-grid-cell {
    background: #e0e0e0; }
  .body-inner .ui-grid.custom-style .ui-grid-row:hover .ui-grid-cell {
    background: #eeeeee; }
  .body-inner .ui-grid.custom-style .ui-grid-cell {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee; }
  .body-inner .ui-grid.custom-style .ui-grid-cell:last-child {
    border-right: none; }
  .body-inner .ui-grid.custom-style input {
    border: none;
    background: inherit;
    padding: 5px; }
  .body-inner .btn-compose {
    text-transform: uppercase; }
  .body-inner .inbox-menu {
    border-radius: 3px;
    border: 0px solid #e0e0e0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 -1px 0px 0 rgba(0, 0, 0, 0.03);
    background: #fafafa; }
  .body-inner .inbox-menu a {
    color: #707980;
    display: block;
    padding: 10px 15px; }
  .body-inner .inbox-menu a.active {
    font-weight: 700; }
  .body-inner .inbox-menu .inbox-menu-item {
    position: relative;
    display: block; }
  .body-inner .inbox-menu .inbox-menu-item span {
    float: right; }
  .body-inner .inbox-menu .inbox-menu-item:hover {
    text-decoration: none;
    color: #707980;
    background-color: #f5f5f5; }
  .body-inner .inbox-menu .collapsible-menu {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a {
    padding: 7px 15px;
    display: inline; }
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.category-heading {
    float: left;
    text-transform: uppercase;
    color: #a2acb3;
    font-size: 11px; }
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.category-heading:hover,
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.category-heading.active,
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.category-heading:focus {
    text-decoration: none; }
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.add-new,
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.refresh {
    float: right;
    padding: 7px 5px;
    font-size: 10px;
    color: #c5cbd1; }
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.add-new:hover,
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category a.refresh:hover {
    color: #a2acb3; }
  .body-inner .inbox-menu .collapsible-menu span.inbox-leftbar-category .tooltip {
    min-width: 68px; }
  .body-inner .well-inbox {
    margin-top: 20px;
    padding: 0 15px;
    background: #fafafa;
    border: 0px solid #e0e0e0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 -1px 0px 0 rgba(0, 0, 0, 0.03) !important;
    border-radius: 3px; }
  .body-inner .well-inbox a i {
    color: #555f69; }
  .body-inner .well-inbox .contextual-progress {
    border: none;
    padding: 15px;
    margin: 0 -15px; }
  .body-inner .well-inbox .contextual-progress .progress-title {
    font-size: 11px;
    font-weight: 400; }
  .body-inner .well-inbox .contextual-progress .progress-percentage a {
    float: right;
    font-size: 11px; }
  .body-inner .well-inbox .contextual-progress .progress-percentage a:hover {
    text-decoration: none; }
  .body-inner .well-inbox .contextual-progress .progress {
    margin-top: 8px !important; }
  .body-inner .panel-inbox .panel-body {
    background: #fff;
    padding: 10px; }
  .body-inner .panel-inbox .inbox-mail-heading {
    margin: -10px -10px 10px -10px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0; }
  .body-inner .panel-inbox .inbox-mail-heading .btn .checkbox-inline {
    padding-top: 0;
    height: 16px;
    margin-top: -2px; }
  .body-inner .panel-inbox .inbox-mail-footer {
    margin: 10px -10px -10px -10px;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    background: #fafafa;
    border-top: 1px solid #e0e0e0; }
  .body-inner .panel-inbox .inbox-mail-footer .btn .checkbox-inline {
    padding-top: 0;
    height: 16px;
    margin-top: -2px; }
  .body-inner .panel-inbox-read .panel-body {
    background: #fff; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-heading {
    margin: -20px -20px 20px -20px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-heading .btn .checkbox-inline {
    padding-top: 0;
    height: 16px;
    margin-top: -2px; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-footer {
    margin: 10px -20px -20px -20px;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    background: #fafafa;
    border-top: 1px solid #e0e0e0; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-footer .btn .checkbox-inline {
    padding-top: 0;
    height: 16px;
    margin-top: -2px; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-title {
    margin: 0; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-details .inbox-read-sender-avatar {
    float: left;
    height: 28px;
    width: 28px;
    margin-right: 5px; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-details .inbox-read-sender-name {
    float: left;
    display: inline-block;
    padding: 4px 0;
    font-weight: 700; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-details .inbox-read-sender-email {
    display: inline-block;
    padding: 4px 0;
    color: #a2acb3; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-details .inbox-read-sent-info {
    float: left;
    display: inline-block;
    padding: 4px 0;
    font-size: 12px;
    color: #a2acb3; }
  .body-inner .panel-inbox-read .panel-body .inbox-read-details .btn-group {
    float: right; }
  .body-inner .panel-inbox-read .panel-body .msg-attachments .well .list-inline {
    margin: 0; }
  .body-inner .spmg2 {
    margin: 2px 0; }
  .body-inner .spmg-2 {
    margin: -2px 0; }
  @media (max-width: 767px) {
    .body-inner .table-inbox .inbox-msg-attach,
    .body-inner .table-inbox .inbox-msg-time {
      display: none !important; }
    .body-inner tr.table-inbox .inbox-msg-attach,
    .body-inner tr.table-inbox .inbox-msg-time {
      display: none !important; }
    .body-inner th.table-inbox .inbox-msg-attach,
    .body-inner th.table-inbox .inbox-msg-time,
    .body-inner td.table-inbox .inbox-msg-attach,
    .body-inner td.table-inbox .inbox-msg-time {
      display: none !important; }
    .body-inner .btn-group.table-inbox .inbox-msg-attach,
    .body-inner .btn-group.table-inbox .inbox-msg-time,
    .body-inner .btn-group-vertical.table-inbox .inbox-msg-attach,
    .body-inner .btn-group-vertical.table-inbox .inbox-msg-time,
    .body-inner .btn.table-inbox .inbox-msg-attach,
    .body-inner .btn.table-inbox .inbox-msg-time,
    .body-inner span.table-inbox .inbox-msg-attach,
    .body-inner span.table-inbox .inbox-msg-time,
    .body-inner i.table-inbox .inbox-msg-attach,
    .body-inner i.table-inbox .inbox-msg-time {
      display: none !important; } }
  .body-inner .table-inbox .inbox-msg-time {
    text-align: right; }
  .body-inner .table-inbox .unread .inbox-msg-from,
  .body-inner .table-inbox .unread .inbox-msg-time {
    font-weight: bold; }
  .body-inner .table-inbox .inbox-msg-snip .label {
    margin-right: 5px; }
  .body-inner .table-inbox .inbox-from-name {
    font-weight: bold;
    padding-bottom: 5px; }
  .body-inner .table-inbox .inbox-msg-check {
    vertical-align: middle; }
  .body-inner .table-inbox tbody > tr > td {
    border: none;
    cursor: pointer; }
  .body-inner .table-inbox tbody > tr:hover > td {
    background-color: #f5f5f5; }
  .body-inner .table-inbox tbody > tr:last-child > td:first-child,
  .body-inner .table-inbox tbody > tr:last-child > td:last-child {
    border-radius: 0; }
  .body-inner .input-search-mail {
    padding: 0 !important;
    margin-bottom: 20px; }
  .body-inner .input-search-mail input.form-control {
    padding-right: 25px; }
  .body-inner .input-search-mail a {
    position: absolute;
    margin-top: -26px;
    font-size: 12px;
    right: 0;
    margin-right: 20px;
    color: #c5cbd1; }
  .body-inner .composer.ng-dirty,
  .body-inner .composer .ng-dirty {
    border-color: inherit !important;
    color: inherit !important; }
  .body-inner .composer .btn-group {
    margin-right: 5px; }
  .body-inner .composer > div {
    margin-bottom: 5px; }
  .body-inner .panel-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 2;
    /* aby zakryć form input */ }
  .body-inner .panel-loader-circular {
    -webkit-animation: animateloader 1.5s linear infinite;
    -o-animation: animateloader 1.5s linear infinite;
    animation: animateloader 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px; }
  .body-inner .panel-loader-circular:after {
    -webkit-animation: animateloader2 1.5s ease-in-out infinite;
    -o-animation: animateloader2 1.5s ease-in-out infinite;
    animation: animateloader2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute; }

@-webkit-keyframes animateloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(220deg); } }

@keyframes animateloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(220deg); } }

@keyframes animateloader2 {
  0% {
    box-shadow: inset #006487 0 0 0 17px;
    transform: rotate(-140deg); }
  50% {
    box-shadow: inset #006487 0 0 0 2px; }
  100% {
    box-shadow: inset #006487 0 0 0 17px;
    transform: rotate(140deg); } }

@-webkit-keyframes animateloader2 {
  0% {
    box-shadow: inset #006487 0 0 0 17px;
    transform: rotate(-140deg); }
  50% {
    box-shadow: inset #006487 0 0 0 2px; }
  100% {
    box-shadow: inset #006487 0 0 0 17px;
    transform: rotate(140deg); } }
  .body-inner .panel-loader-dots {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -6px;
    border-radius: 12px;
    -webkit-animation: loader10m 3s ease-in-out infinite;
    -o-animation: loader10m 3s ease-in-out infinite;
    animation: loader10m 3s ease-in-out infinite; }
  .body-inner .panel-loader-dots:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader10g 3s ease-in-out infinite;
    -o-animation: loader10g 3s ease-in-out infinite;
    animation: loader10g 3s ease-in-out infinite; }
  .body-inner .panel-loader-dots:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    -webkit-animation: loader10d 3s ease-in-out infinite;
    -o-animation: loader10d 3s ease-in-out infinite;
    animation: loader10d 3s ease-in-out infinite; }

@-webkit-keyframes loader10g {
  0% {
    background-color: rgba(0, 100, 135, 0.2); }
  25% {
    background-color: #006487; }
  50% {
    background-color: rgba(0, 100, 135, 0.2); }
  75% {
    background-color: rgba(0, 100, 135, 0.2); }
  100% {
    background-color: rgba(0, 100, 135, 0.2); } }

@keyframes loader10g {
  0% {
    background-color: rgba(0, 100, 135, 0.2); }
  25% {
    background-color: #006487; }
  50% {
    background-color: rgba(0, 100, 135, 0.2); }
  75% {
    background-color: rgba(0, 100, 135, 0.2); }
  100% {
    background-color: rgba(0, 100, 135, 0.2); } }

@-webkit-keyframes loader10m {
  0% {
    background-color: rgba(0, 100, 135, 0.2); }
  25% {
    background-color: rgba(0, 100, 135, 0.2); }
  50% {
    background-color: #006487; }
  75% {
    background-color: rgba(0, 100, 135, 0.2); }
  100% {
    background-color: rgba(0, 100, 135, 0.2); } }

@keyframes loader10m {
  0% {
    background-color: rgba(0, 100, 135, 0.2); }
  25% {
    background-color: rgba(0, 100, 135, 0.2); }
  50% {
    background-color: #006487; }
  75% {
    background-color: rgba(0, 100, 135, 0.2); }
  100% {
    background-color: rgba(0, 100, 135, 0.2); } }

@-webkit-keyframes loader10d {
  0% {
    background-color: rgba(0, 100, 135, 0.2); }
  25% {
    background-color: rgba(0, 100, 135, 0.2); }
  50% {
    background-color: rgba(0, 100, 135, 0.2); }
  75% {
    background-color: #006487; }
  100% {
    background-color: rgba(0, 100, 135, 0.2); } }

@keyframes loader10d {
  0% {
    background-color: rgba(0, 100, 135, 0.2); }
  25% {
    background-color: rgba(0, 100, 135, 0.2); }
  50% {
    background-color: rgba(0, 100, 135, 0.2); }
  75% {
    background-color: #006487; }
  100% {
    background-color: rgba(0, 100, 135, 0.2); } }
  .body-inner .panel-loader-clock {
    border-radius: 60px;
    border: 3px solid #006487;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -43px; }
  .body-inner .panel-loader-clock:after {
    content: "";
    position: absolute;
    background-color: #006487;
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    -o-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite; }
  .body-inner .panel-loader-clock:before {
    content: "";
    position: absolute;
    background-color: #006487;
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    -o-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite; }

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .body-inner body.navbar-midnightblue #topnav {
    background: #37444e; }
  .body-inner body.navbar-midnightblue #topnav #search-inline i {
    color: #92a4b2; }
  .body-inner body.navbar-midnightblue #topnav #search-inline input {
    background: #37444e;
    color: #d5dce2; }
  .body-inner body.navbar-midnightblue #topnav #search-inline input::-moz-placeholder {
    color: #576b7b;
    opacity: 1; }
  .body-inner body.navbar-midnightblue #topnav #search-inline input:-ms-input-placeholder {
    color: #576b7b; }
  .body-inner body.navbar-midnightblue #topnav #search-inline input::-webkit-input-placeholder {
    color: #576b7b; }
  .body-inner body.navbar-midnightblue #topnav .toolbar > li,
  .body-inner body.navbar-midnightblue #topnav #rightmenu-trigger {
    border-left: 1px solid #273038; }
  .body-inner body.navbar-midnightblue #topnav #leftmenu-trigger {
    border-right: 1px solid #273038; }
  .body-inner body.navbar-midnightblue #topnav .toolbar > li > a {
    color: #92a4b2; }
  .body-inner body.navbar-midnightblue #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-midnightblue #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-midnightblue #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #273038; }
  @media (max-width: 767px) {
    .body-inner body.navbar-midnightblue #topnav #search-inline.active {
      background: #37444e; } }
  .body-inner body.navbar-default #topnav {
    background: #fff; }
  .body-inner body.navbar-default #topnav #search-inline i {
    color: #a2acb3; }
  .body-inner body.navbar-default #topnav #search-inline input {
    background: #fff;
    color: #a2acb3; }
  .body-inner body.navbar-default #topnav #search-inline input::-moz-placeholder {
    color: #c5cbd1;
    opacity: 1; }
  .body-inner body.navbar-default #topnav #search-inline input:-ms-input-placeholder {
    color: #c5cbd1; }
  .body-inner body.navbar-default #topnav #search-inline input::-webkit-input-placeholder {
    color: #c5cbd1; }
  .body-inner body.navbar-default #topnav .toolbar > li,
  .body-inner body.navbar-default #topnav #rightmenu-trigger {
    border-left: 1px solid #eeeeee; }
  .body-inner body.navbar-default #topnav #leftmenu-trigger {
    border-right: 1px solid #eeeeee; }
  .body-inner body.navbar-default #topnav .toolbar > li > a {
    color: #a2acb3; }
  .body-inner body.navbar-default #topnav .toolbar > li > a:hover {
    color: #262d33; }
  .body-inner body.navbar-default #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-default #topnav .navbar-nav > .open > a:hover {
    color: #262d33;
    background: #eeeeee; }
  @media (max-width: 767px) {
    .body-inner body.navbar-default #topnav #search-inline.active {
      background: #fff; } }
  .body-inner body.navbar-inverse #topnav {
    background: #757575; }
  .body-inner body.navbar-inverse #topnav #search-inline i {
    color: #cecece; }
  .body-inner body.navbar-inverse #topnav #search-inline input {
    background: #757575;
    color: #ffffff; }
  .body-inner body.navbar-inverse #topnav #search-inline input::-moz-placeholder {
    color: #a8a8a8;
    opacity: 1; }
  .body-inner body.navbar-inverse #topnav #search-inline input:-ms-input-placeholder {
    color: #a8a8a8; }
  .body-inner body.navbar-inverse #topnav #search-inline input::-webkit-input-placeholder {
    color: #a8a8a8; }
  .body-inner body.navbar-inverse #topnav .toolbar > li,
  .body-inner body.navbar-inverse #topnav #rightmenu-trigger {
    border-left: 1px solid #626262; }
  .body-inner body.navbar-inverse #topnav #leftmenu-trigger {
    border-right: 1px solid #626262; }
  .body-inner body.navbar-inverse #topnav .toolbar > li > a {
    color: #cecece; }
  .body-inner body.navbar-inverse #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-inverse #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-inverse #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #626262; }
  @media (max-width: 767px) {
    .body-inner body.navbar-inverse #topnav #search-inline.active {
      background: #757575; } }
  .body-inner body.navbar-primary #topnav {
    background: #006487; }
  .body-inner body.navbar-primary #topnav #search-inline i {
    color: #47cfff; }
  .body-inner body.navbar-primary #topnav #search-inline input {
    background: #006487;
    color: #baedff; }
  .body-inner body.navbar-primary #topnav #search-inline input::-moz-placeholder {
    color: #009dd3;
    opacity: 1; }
  .body-inner body.navbar-primary #topnav #search-inline input:-ms-input-placeholder {
    color: #009dd3; }
  .body-inner body.navbar-primary #topnav #search-inline input::-webkit-input-placeholder {
    color: #009dd3; }
  .body-inner body.navbar-primary #topnav .toolbar > li,
  .body-inner body.navbar-primary #topnav #rightmenu-trigger {
    border-left: 1px solid #004861; }
  .body-inner body.navbar-primary #topnav #leftmenu-trigger {
    border-right: 1px solid #004861; }
  .body-inner body.navbar-primary #topnav .toolbar > li > a {
    color: #47cfff; }
  .body-inner body.navbar-primary #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-primary #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-primary #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #004861; }
  @media (max-width: 767px) {
    .body-inner body.navbar-primary #topnav #search-inline.active {
      background: #006487; } }
  .body-inner body.navbar-grape #topnav {
    background: #7a869c; }
  .body-inner body.navbar-grape #topnav #search-inline i {
    color: #e8eaee; }
  .body-inner body.navbar-grape #topnav #search-inline input {
    background: #7a869c;
    color: #ffffff; }
  .body-inner body.navbar-grape #topnav #search-inline input::-moz-placeholder {
    color: #a6aebd;
    opacity: 1; }
  .body-inner body.navbar-grape #topnav #search-inline input:-ms-input-placeholder {
    color: #a6aebd; }
  .body-inner body.navbar-grape #topnav #search-inline input::-webkit-input-placeholder {
    color: #a6aebd; }
  .body-inner body.navbar-grape #topnav .toolbar > li,
  .body-inner body.navbar-grape #topnav #rightmenu-trigger {
    border-left: 1px solid #667389; }
  .body-inner body.navbar-grape #topnav #leftmenu-trigger {
    border-right: 1px solid #667389; }
  .body-inner body.navbar-grape #topnav .toolbar > li > a {
    color: #e8eaee; }
  .body-inner body.navbar-grape #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-grape #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-grape #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #667389; }
  @media (max-width: 767px) {
    .body-inner body.navbar-grape #topnav #search-inline.active {
      background: #7a869c; } }
  .body-inner body.navbar-indigo #topnav {
    background: #9358ac; }
  .body-inner body.navbar-indigo #topnav #search-inline i {
    color: #e6d8eb; }
  .body-inner body.navbar-indigo #topnav #search-inline input {
    background: #9358ac;
    color: #ffffff; }
  .body-inner body.navbar-indigo #topnav #search-inline input::-moz-placeholder {
    color: #b48bc5;
    opacity: 1; }
  .body-inner body.navbar-indigo #topnav #search-inline input:-ms-input-placeholder {
    color: #b48bc5; }
  .body-inner body.navbar-indigo #topnav #search-inline input::-webkit-input-placeholder {
    color: #b48bc5; }
  .body-inner body.navbar-indigo #topnav .toolbar > li,
  .body-inner body.navbar-indigo #topnav #rightmenu-trigger {
    border-left: 1px solid #7e4a94; }
  .body-inner body.navbar-indigo #topnav #leftmenu-trigger {
    border-right: 1px solid #7e4a94; }
  .body-inner body.navbar-indigo #topnav .toolbar > li > a {
    color: #e6d8eb; }
  .body-inner body.navbar-indigo #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-indigo #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-indigo #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #7e4a94; }
  @media (max-width: 767px) {
    .body-inner body.navbar-indigo #topnav #search-inline.active {
      background: #9358ac; } }
  .body-inner body.navbar-orange #topnav {
    background: #f0934e; }
  .body-inner body.navbar-orange #topnav #search-inline i {
    color: #fffffe; }
  .body-inner body.navbar-orange #topnav #search-inline input {
    background: #f0934e;
    color: #ffffff; }
  .body-inner body.navbar-orange #topnav #search-inline input::-moz-placeholder {
    color: #f6be95;
    opacity: 1; }
  .body-inner body.navbar-orange #topnav #search-inline input:-ms-input-placeholder {
    color: #f6be95; }
  .body-inner body.navbar-orange #topnav #search-inline input::-webkit-input-placeholder {
    color: #f6be95; }
  .body-inner body.navbar-orange #topnav .toolbar > li,
  .body-inner body.navbar-orange #topnav #rightmenu-trigger {
    border-left: 1px solid #ed7d2b; }
  .body-inner body.navbar-orange #topnav #leftmenu-trigger {
    border-right: 1px solid #ed7d2b; }
  .body-inner body.navbar-orange #topnav .toolbar > li > a {
    color: #fffffe; }
  .body-inner body.navbar-orange #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-orange #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-orange #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #ed7d2b; }
  @media (max-width: 767px) {
    .body-inner body.navbar-orange #topnav #search-inline.active {
      background: #f0934e; } }
  .body-inner body.navbar-danger #topnav {
    background: #ef553a; }
  .body-inner body.navbar-danger #topnav #search-inline i {
    color: #fdeeeb; }
  .body-inner body.navbar-danger #topnav #search-inline input {
    background: #ef553a;
    color: #ffffff; }
  .body-inner body.navbar-danger #topnav #search-inline input::-moz-placeholder {
    color: #f59281;
    opacity: 1; }
  .body-inner body.navbar-danger #topnav #search-inline input:-ms-input-placeholder {
    color: #f59281; }
  .body-inner body.navbar-danger #topnav #search-inline input::-webkit-input-placeholder {
    color: #f59281; }
  .body-inner body.navbar-danger #topnav .toolbar > li,
  .body-inner body.navbar-danger #topnav #rightmenu-trigger {
    border-left: 1px solid #d82f12; }
  .body-inner body.navbar-danger #topnav #leftmenu-trigger {
    border-right: 1px solid #d82f12; }
  .body-inner body.navbar-danger #topnav .toolbar > li > a {
    color: #fdeeeb; }
  .body-inner body.navbar-danger #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-danger #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-danger #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #d82f12; }
  @media (max-width: 767px) {
    .body-inner body.navbar-danger #topnav #search-inline.active {
      background: #ef553a; } }
  .body-inner body.navbar-green #topnav {
    background: #15a1a1; }
  .body-inner body.navbar-green #topnav #search-inline i {
    color: #86efef; }
  .body-inner body.navbar-green #topnav #search-inline input {
    background: #15a1a1;
    color: #ecfcfc; }
  .body-inner body.navbar-green #topnav #search-inline input::-moz-placeholder {
    color: #21e2e2;
    opacity: 1; }
  .body-inner body.navbar-green #topnav #search-inline input:-ms-input-placeholder {
    color: #21e2e2; }
  .body-inner body.navbar-green #topnav #search-inline input::-webkit-input-placeholder {
    color: #21e2e2; }
  .body-inner body.navbar-green #topnav .toolbar > li,
  .body-inner body.navbar-green #topnav #rightmenu-trigger {
    border-left: 1px solid #117f7f; }
  .body-inner body.navbar-green #topnav #leftmenu-trigger {
    border-right: 1px solid #117f7f; }
  .body-inner body.navbar-green #topnav .toolbar > li > a {
    color: #86efef; }
  .body-inner body.navbar-green #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-green #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-green #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #117f7f; }
  @media (max-width: 767px) {
    .body-inner body.navbar-green #topnav #search-inline.active {
      background: #15a1a1; } }
  .body-inner body.navbar-success #topnav {
    background: #81c04d; }
  .body-inner body.navbar-success #topnav #search-inline i {
    color: #e5f2da; }
  .body-inner body.navbar-success #topnav #search-inline input {
    background: #81c04d;
    color: #ffffff; }
  .body-inner body.navbar-success #topnav #search-inline input::-moz-placeholder {
    color: #a9d486;
    opacity: 1; }
  .body-inner body.navbar-success #topnav #search-inline input:-ms-input-placeholder {
    color: #a9d486; }
  .body-inner body.navbar-success #topnav #search-inline input::-webkit-input-placeholder {
    color: #a9d486; }
  .body-inner body.navbar-success #topnav .toolbar > li,
  .body-inner body.navbar-success #topnav #rightmenu-trigger {
    border-left: 1px solid #6eaa3c; }
  .body-inner body.navbar-success #topnav #leftmenu-trigger {
    border-right: 1px solid #6eaa3c; }
  .body-inner body.navbar-success #topnav .toolbar > li > a {
    color: #e5f2da; }
  .body-inner body.navbar-success #topnav .toolbar > li > a:hover {
    color: #fff; }
  .body-inner body.navbar-success #topnav .navbar-nav > .open > a,
  .body-inner body.navbar-success #topnav .navbar-nav > .open > a:hover {
    color: #fff;
    background: #6eaa3c; }
  @media (max-width: 767px) {
    .body-inner body.navbar-success #topnav #search-inline.active {
      background: #81c04d; } }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar-wrapper {
    background: #37444e; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar i {
    color: #d5dce2; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar .nav-separator {
    color: #8b9ead;
    background: #2c373f; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li.search-focus.active a {
    background: #516573;
    color: #ffffff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #38454f;
    color: #ffffff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li a {
    color: #d5dce2; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar .active > a {
    background: #4c5e6c;
    color: #fff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #3c4b55; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #4c5e6c; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #sidebar > li:hover {
      background: #273038; } }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul li a {
    background: #273038;
    color: #7c92a2; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #232b32; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #232b32; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #search form .search-query {
    background: #2c373f;
    color: #fff; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(213, 220, 226, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(213, 220, 226, 0.4); }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(213, 220, 226, 0.4); }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #d5dce2; }
  .body-inner body.sidebar-midnightblue #wrapper .static-sidebar .nav-separator {
    background: #2c373f;
    color: #8b9ead; }
  .body-inner body.sidebar-collapsed body.sidebar-midnightblue #wrapper .static-sidebar .nav-separator {
    background: #2c373f !important; }
  .body-inner body.sidebar-collapsed body.sidebar-midnightblue #wrapper .static-sidebar .nav-separator:hover {
    background: #2c373f !important; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar {
    background-color: #37444e; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li > a {
    background: #37444e;
    color: #d5dce2; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li > a i {
    color: #d5dce2; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li:hover > a {
    background: #3c4b55;
    color: #fff; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul {
    background: #273038; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li a {
    background: #273038;
    color: #7c92a2; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #232b32; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #4c5e6c;
    color: #fff; }
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-midnightblue #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #3c4b55;
    color: #fff; }
  .body-inner body.sidebar-default #wrapper .static-sidebar-wrapper {
    background: #fafafa; }
  .body-inner body.sidebar-default #wrapper .static-sidebar i {
    color: #707980; }
  .body-inner body.sidebar-default #wrapper .static-sidebar .nav-separator {
    color: #a2acb3;
    background: #f5f5f5; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li.search-focus.active a {
    background: #ffffff;
    color: #3c4750; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #fefefe;
    color: #3c4750; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li a {
    color: #707980; }
  .body-inner body.sidebar-default #wrapper .static-sidebar .active > a {
    background: #15a1a1;
    color: #fff; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-default #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li > a:hover > i {
    color: #262d33; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li:hover > a {
    color: #262d33;
    background: #ffffff; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li:hover > a > i {
    color: #262d33; }
  .body-inner body.sidebar-default #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-default #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #15a1a1; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-default #wrapper .static-sidebar #sidebar > li:hover {
      background: #ededed; } }
  .body-inner body.sidebar-default #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-default #wrapper .static-sidebar #sidebar ul li a {
    background: #ededed;
    color: #707980; }
  .body-inner body.sidebar-default #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #262d33;
    background: #e4e4e4; }
  .body-inner body.sidebar-default #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #262d33;
    background: transparent; }
  .body-inner body.sidebar-default #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #262d33;
    background: #e4e4e4; }
  .body-inner body.sidebar-default #wrapper .static-sidebar #search form .search-query {
    background: #f5f5f5;
    color: #262d33; }
  .body-inner body.sidebar-default #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(112, 121, 128, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-default #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(112, 121, 128, 0.4); }
  .body-inner body.sidebar-default #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(112, 121, 128, 0.4); }
  .body-inner body.sidebar-default #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #707980; }
  .body-inner body.sidebar-default #wrapper .static-sidebar .nav-separator {
    background: #f5f5f5;
    color: #a2acb3; }
  .body-inner body.sidebar-collapsed body.sidebar-default #wrapper .static-sidebar .nav-separator {
    background: #f5f5f5 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-default #wrapper .static-sidebar .nav-separator:hover {
    background: #f5f5f5 !important; }
  .body-inner body.sidebar-default #horizontal-navbar {
    background-color: #fafafa; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li > a {
    background: #fafafa;
    color: #707980; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li > a i {
    color: #707980; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li:hover > a {
    background: #ffffff;
    color: #262d33; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul {
    background: #ededed; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li a {
    background: #ededed;
    color: #707980; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #262d33;
    background: #e4e4e4; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #15a1a1;
    color: #fff; }
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-default #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #ffffff;
    color: #262d33; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar-wrapper {
    background: #757575; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar i {
    color: #cecece; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar .nav-separator {
    color: #8f8f8f;
    background: #626262; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li.search-focus.active a {
    background: #959595;
    color: #ffffff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #7d7d7d;
    color: #ffffff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li a {
    color: #cecece; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar .active > a {
    background: #888888;
    color: #fff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #7b7b7b; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-inverse #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #888888; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-inverse #wrapper .static-sidebar #sidebar > li:hover {
      background: #686868; } }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #sidebar ul li a {
    background: #686868;
    color: #c2c2c2; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #636363; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #636363; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #search form .search-query {
    background: #626262;
    color: #fff; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(206, 206, 206, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(206, 206, 206, 0.4); }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(206, 206, 206, 0.4); }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #cecece; }
  .body-inner body.sidebar-inverse #wrapper .static-sidebar .nav-separator {
    background: #626262;
    color: #8f8f8f; }
  .body-inner body.sidebar-collapsed body.sidebar-inverse #wrapper .static-sidebar .nav-separator {
    background: #626262 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-inverse #wrapper .static-sidebar .nav-separator:hover {
    background: #626262 !important; }
  .body-inner body.sidebar-inverse #horizontal-navbar {
    background-color: #757575; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li > a {
    background: #757575;
    color: #cecece; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li > a i {
    color: #cecece; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li:hover > a {
    background: #7b7b7b;
    color: #fff; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul {
    background: #686868; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li a {
    background: #686868;
    color: #c2c2c2; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #636363; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #888888;
    color: #fff; }
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-inverse #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #7b7b7b;
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar-wrapper {
    background: #006487; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar i {
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar .nav-separator {
    color: #009dd3;
    background: #004861; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li.search-focus.active a {
    background: #0093c7;
    color: #ffffff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #00668a;
    color: #ffffff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li a {
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar .active > a {
    background: #008aba;
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-primary #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #006d94; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-primary #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #008aba; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-primary #wrapper .static-sidebar #sidebar > li:hover {
      background: #004861; } }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-primary #wrapper .static-sidebar #sidebar ul li a {
    background: #004861;
    color: #21c5ff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #004057; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #004057; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #search form .search-query {
    background: #004861;
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .body-inner body.sidebar-primary #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #fff; }
  .body-inner body.sidebar-primary #wrapper .static-sidebar .nav-separator {
    background: #004861;
    color: #009dd3; }
  .body-inner body.sidebar-collapsed body.sidebar-primary #wrapper .static-sidebar .nav-separator {
    background: #004861 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-primary #wrapper .static-sidebar .nav-separator:hover {
    background: #004861 !important; }
  .body-inner body.sidebar-primary #horizontal-navbar {
    background-color: #006487; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li > a {
    background: #006487;
    color: #fff; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li > a i {
    color: #fff; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li:hover > a {
    background: #006d94;
    color: #fff; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul {
    background: #004861; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li a {
    background: #004861;
    color: #21c5ff; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #004057; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #008aba;
    color: #fff; }
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-primary #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #006d94;
    color: #fff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar-wrapper {
    background: #7a869c; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar i {
    color: #e8eaee; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar .nav-separator {
    color: #a6aebd;
    background: #6c7991; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li.search-focus.active a {
    background: #9fa7b7;
    color: #ffffff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #7b879d;
    color: #ffffff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li a {
    color: #e8eaee; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar .active > a {
    background: #97a1b2;
    color: #fff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-grape #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #818da1; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-grape #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #97a1b2; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-grape #wrapper .static-sidebar #sidebar > li:hover {
      background: #667389; } }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-grape #wrapper .static-sidebar #sidebar ul li a {
    background: #667389;
    color: #d2d6dd; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #626e84; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #626e84; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #search form .search-query {
    background: #6c7991;
    color: #fff; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(232, 234, 238, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(232, 234, 238, 0.4); }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(232, 234, 238, 0.4); }
  .body-inner body.sidebar-grape #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #e8eaee; }
  .body-inner body.sidebar-grape #wrapper .static-sidebar .nav-separator {
    background: #6c7991;
    color: #a6aebd; }
  .body-inner body.sidebar-collapsed body.sidebar-grape #wrapper .static-sidebar .nav-separator {
    background: #6c7991 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-grape #wrapper .static-sidebar .nav-separator:hover {
    background: #6c7991 !important; }
  .body-inner body.sidebar-grape #horizontal-navbar {
    background-color: #7a869c; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li > a {
    background: #7a869c;
    color: #e8eaee; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li > a i {
    color: #e8eaee; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li:hover > a {
    background: #818da1;
    color: #fff; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul {
    background: #667389; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li a {
    background: #667389;
    color: #d2d6dd; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #626e84; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #97a1b2;
    color: #fff; }
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-grape #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #818da1;
    color: #fff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar-wrapper {
    background: #9358ac; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar i {
    color: #e6d8eb; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar .nav-separator {
    color: #b48bc5;
    background: #854e9d; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li.search-focus.active a {
    background: #af83c1;
    color: #ffffff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #945aad;
    color: #ffffff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li a {
    color: #e6d8eb; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar .active > a {
    background: #a97abd;
    color: #fff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #9961b0; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-indigo #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #a97abd; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-indigo #wrapper .static-sidebar #sidebar > li:hover {
      background: #7e4a94; } }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #sidebar ul li a {
    background: #7e4a94;
    color: #d5bedf; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #78468d; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #78468d; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #search form .search-query {
    background: #854e9d;
    color: #fff; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(230, 216, 235, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(230, 216, 235, 0.4); }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(230, 216, 235, 0.4); }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #e6d8eb; }
  .body-inner body.sidebar-indigo #wrapper .static-sidebar .nav-separator {
    background: #854e9d;
    color: #b48bc5; }
  .body-inner body.sidebar-collapsed body.sidebar-indigo #wrapper .static-sidebar .nav-separator {
    background: #854e9d !important; }
  .body-inner body.sidebar-collapsed body.sidebar-indigo #wrapper .static-sidebar .nav-separator:hover {
    background: #854e9d !important; }
  .body-inner body.sidebar-indigo #horizontal-navbar {
    background-color: #9358ac; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li > a {
    background: #9358ac;
    color: #e6d8eb; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li > a i {
    color: #e6d8eb; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li:hover > a {
    background: #9961b0;
    color: #fff; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul {
    background: #7e4a94; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li a {
    background: #7e4a94;
    color: #d5bedf; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #78468d; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #a97abd;
    color: #fff; }
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-indigo #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #9961b0;
    color: #fff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar-wrapper {
    background: #f0934e; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar i {
    color: #fffffe; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar .nav-separator {
    color: #f6be95;
    background: #ee8536; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li.search-focus.active a {
    background: #f5b789;
    color: #ffffff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #f09450;
    color: #ffffff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li a {
    color: #fffffe; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar .active > a {
    background: #f4b07d;
    color: #fff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-orange #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #f19a5a; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-orange #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #f4b07d; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-orange #wrapper .static-sidebar #sidebar > li:hover {
      background: #ed7d2b; } }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-orange #wrapper .static-sidebar #sidebar ul li a {
    background: #ed7d2b;
    color: #fce9db; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #ec7821; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #ec7821; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #search form .search-query {
    background: #ee8536;
    color: #fff; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(255, 255, 254, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(255, 255, 254, 0.4); }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(255, 255, 254, 0.4); }
  .body-inner body.sidebar-orange #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #fffffe; }
  .body-inner body.sidebar-orange #wrapper .static-sidebar .nav-separator {
    background: #ee8536;
    color: #f6be95; }
  .body-inner body.sidebar-collapsed body.sidebar-orange #wrapper .static-sidebar .nav-separator {
    background: #ee8536 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-orange #wrapper .static-sidebar .nav-separator:hover {
    background: #ee8536 !important; }
  .body-inner body.sidebar-orange #horizontal-navbar {
    background-color: #f0934e; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li > a {
    background: #f0934e;
    color: #fffffe; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li > a i {
    color: #fffffe; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li:hover > a {
    background: #f19a5a;
    color: #fff; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul {
    background: #ed7d2b; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li a {
    background: #ed7d2b;
    color: #fce9db; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #ec7821; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #f4b07d;
    color: #fff; }
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-orange #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #f19a5a;
    color: #fff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar-wrapper {
    background: #ef553a; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar i {
    color: #fdeeeb; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar .nav-separator {
    color: #f59281;
    background: #d82f12; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li.search-focus.active a {
    background: #f48875;
    color: #ffffff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #ef573c;
    color: #ffffff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li a {
    color: #fdeeeb; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar .active > a {
    background: #f37e69;
    color: #fff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-danger #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #f05f46; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-danger #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #f37e69; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-danger #wrapper .static-sidebar #sidebar > li:hover {
      background: #ec3617; } }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-danger #wrapper .static-sidebar #sidebar ul li a {
    background: #ec3617;
    color: #facfc8; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #e63213; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #e63213; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #search form .search-query {
    background: #d82f12;
    color: #fff; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(253, 238, 235, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(253, 238, 235, 0.4); }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(253, 238, 235, 0.4); }
  .body-inner body.sidebar-danger #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #fdeeeb; }
  .body-inner body.sidebar-danger #wrapper .static-sidebar .nav-separator {
    background: #d82f12;
    color: #f59281; }
  .body-inner body.sidebar-collapsed body.sidebar-danger #wrapper .static-sidebar .nav-separator {
    background: #d82f12 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-danger #wrapper .static-sidebar .nav-separator:hover {
    background: #d82f12 !important; }
  .body-inner body.sidebar-danger #horizontal-navbar {
    background-color: #ef553a; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li > a {
    background: #ef553a;
    color: #fdeeeb; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li > a i {
    color: #fdeeeb; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li:hover > a {
    background: #f05f46;
    color: #fff; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul {
    background: #ec3617; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li a {
    background: #ec3617;
    color: #facfc8; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #e63213; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #f37e69;
    color: #fff; }
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-danger #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #f05f46;
    color: #fff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar-wrapper {
    background: #81c04d; }
  .body-inner body.sidebar-success #wrapper .static-sidebar i {
    color: #e5f2da; }
  .body-inner body.sidebar-success #wrapper .static-sidebar .nav-separator {
    color: #a9d486;
    background: #74b440; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li.search-focus.active a {
    background: #a2d17c;
    color: #ffffff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #82c14f;
    color: #ffffff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li a {
    color: #e5f2da; }
  .body-inner body.sidebar-success #wrapper .static-sidebar .active > a {
    background: #9ccd73;
    color: #fff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-success #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #88c356; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-success #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #9ccd73; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-success #wrapper .static-sidebar #sidebar > li:hover {
      background: #6eaa3c; } }
  .body-inner body.sidebar-success #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-success #wrapper .static-sidebar #sidebar ul li a {
    background: #6eaa3c;
    color: #d1e8be; }
  .body-inner body.sidebar-success #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #69a33a; }
  .body-inner body.sidebar-success #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-success #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #69a33a; }
  .body-inner body.sidebar-success #wrapper .static-sidebar #search form .search-query {
    background: #74b440;
    color: #fff; }
  .body-inner body.sidebar-success #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(229, 242, 218, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-success #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(229, 242, 218, 0.4); }
  .body-inner body.sidebar-success #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(229, 242, 218, 0.4); }
  .body-inner body.sidebar-success #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #e5f2da; }
  .body-inner body.sidebar-success #wrapper .static-sidebar .nav-separator {
    background: #74b440;
    color: #a9d486; }
  .body-inner body.sidebar-collapsed body.sidebar-success #wrapper .static-sidebar .nav-separator {
    background: #74b440 !important; }
  .body-inner body.sidebar-collapsed body.sidebar-success #wrapper .static-sidebar .nav-separator:hover {
    background: #74b440 !important; }
  .body-inner body.sidebar-success #horizontal-navbar {
    background-color: #81c04d; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li > a {
    background: #81c04d;
    color: #e5f2da; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li > a i {
    color: #e5f2da; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li:hover > a {
    background: #88c356;
    color: #fff; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul {
    background: #6eaa3c; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li a {
    background: #6eaa3c;
    color: #d1e8be; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #69a33a; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #9ccd73;
    color: #fff; }
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-success #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #88c356;
    color: #fff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar-wrapper {
    background: #15a1a1; }
  .body-inner body.sidebar-green #wrapper .static-sidebar i {
    color: #86efef; }
  .body-inner body.sidebar-green #wrapper .static-sidebar .nav-separator {
    color: #21e2e2;
    background: #128a8a; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li.search-focus.active a {
    background: #1cd9d9;
    color: #ffffff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li.search-focus.active li.search-focus.active a {
    background: #15a3a3;
    color: #ffffff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li a {
    color: #86efef; }
  .body-inner body.sidebar-green #wrapper .static-sidebar .active > a {
    background: #1bcece;
    color: #fff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li.active > a > i,
  .body-inner body.sidebar-green #wrapper .static-sidebar li.active > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li > a:hover > i {
    color: #fff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li:hover > a {
    color: #fff;
    background: #16acac; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li:hover > a > i {
    color: #fff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar li.active:hover > a,
  .body-inner body.sidebar-green #wrapper .static-sidebar li.active:hover > a > i {
    color: #fff;
    background-color: #1bcece; }
  @media screen and (min-width: 768px) {
    .body-inner body.sidebar-green #wrapper .static-sidebar #sidebar > li:hover {
      background: #117f7f; } }
  .body-inner body.sidebar-green #wrapper .static-sidebar #sidebar ul,
  .body-inner body.sidebar-green #wrapper .static-sidebar #sidebar ul li a {
    background: #117f7f;
    color: #64ebeb; }
  .body-inner body.sidebar-green #wrapper .static-sidebar #sidebar ul li:hover a {
    color: #fff;
    background: #0f7676; }
  .body-inner body.sidebar-green #wrapper .static-sidebar #sidebar ul li.active > a {
    color: #fff;
    background: transparent; }
  .body-inner body.sidebar-green #wrapper .static-sidebar #sidebar ul li.active:hover > a {
    color: #fff;
    background: #0f7676; }
  .body-inner body.sidebar-green #wrapper .static-sidebar #search form .search-query {
    background: #128a8a;
    color: #fff; }
  .body-inner body.sidebar-green #wrapper .static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(134, 239, 239, 0.4);
    opacity: 1; }
  .body-inner body.sidebar-green #wrapper .static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(134, 239, 239, 0.4); }
  .body-inner body.sidebar-green #wrapper .static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(134, 239, 239, 0.4); }
  .body-inner body.sidebar-green #wrapper .static-sidebar #search form button[type="submit"] i {
    color: #86efef; }
  .body-inner body.sidebar-green #wrapper .static-sidebar .nav-separator {
    background: #128a8a;
    color: #21e2e2; }
  .body-inner body.sidebar-collapsed body.sidebar-green #wrapper .static-sidebar .nav-separator {
    background: #128a8a !important; }
  .body-inner body.sidebar-collapsed body.sidebar-green #wrapper .static-sidebar .nav-separator:hover {
    background: #128a8a !important; }
  .body-inner body.sidebar-green #horizontal-navbar {
    background-color: #15a1a1; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li > a {
    background: #15a1a1;
    color: #86efef; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li > a i {
    color: #86efef; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li:hover > a {
    background: #16acac;
    color: #fff; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul {
    background: #117f7f; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li a {
    background: #117f7f;
    color: #64ebeb; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li:hover a {
    color: #fff;
    background: #0f7676; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li.active > a,
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li.active > a i,
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li.active:hover > a,
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li.active:hover > a i {
    background-color: #1bcece;
    color: #fff; }
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li:hover > a,
  .body-inner body.sidebar-green #horizontal-navbar .navbar-nav > li ul li:hover > a > i {
    background: #16acac;
    color: #fff; }
  .body-inner .show-grid [class*="col-"] {
    background: #e6e7e8;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #ebeef0; }
  .body-inner .show-grid [class*="col-"]:hover {
    background: #e0e0e0; }
  .body-inner .demo-example .breadcrumb {
    margin-bottom: 20px; }
  .body-inner #demo-type-table {
    width: 100%;
    margin: -20px 0 -20px 0; }
  .body-inner #demo-type-table td {
    vertical-align: middle; }
  .body-inner #demo-type-table h1,
  .body-inner #demo-type-table h2,
  .body-inner #demo-type-table h3,
  .body-inner #demo-type-table h4,
  .body-inner #demo-type-table h5,
  .body-inner #demo-type-table h6 {
    margin: 15px 0; }
  .body-inner #demo-type-table td:last-child {
    text-align: right; }
  .body-inner #threads,
  .body-inner #comments,
  .body-inner #users {
    max-height: 420px;
    overflow-x: hidden; }
  .body-inner #demo-dropdown {
    width: 300px;
    padding: 10px 15px; }
  .body-inner #demo-dropdown .tabular {
    border-collapse: collapse; }
  .body-inner #demo-dropdown .tabular .tabular-row {
    border-bottom: 1px solid #e5e5e5; }
  .body-inner #demo-dropdown .tabular .tabular-row:last-child {
    border-bottom: 0; }
  .body-inner #demo-dropdown .tabular .tabular-row .tabular-cell {
    width: 50%;
    padding: 10px 0; }
  .body-inner #demo-dropdown label {
    display: block;
    margin-bottom: 10px; }
  .body-inner #demo-dropdown label[for='fixedheader'] {
    position: relative; }
  .body-inner #demo-dropdown #fixedheader {
    display: inline-block; }
  .body-inner #demo-dropdown .demo-color-variation {
    margin-left: 0;
    display: inline-block;
    position: relative; }
  .body-inner #demo-dropdown .demo-color-variation li {
    padding-right: 3px;
    padding-left: 0;
    float: left;
    padding-bottom: 3px; }
  .body-inner #demo-dropdown .demo-color-variation li a {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 60%; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-lite {
    background-color: #37444e; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-steel {
    background-color: #687285; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-lavender {
    background-color: #716885; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-black {
    background-color: #000000; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-dark {
    background-color: #313338; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-red {
    background-color: #b43e2e; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-green {
    background-color: #15a1a1; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-blue {
    background-color: #2e5dac; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-default {
    background-color: #e0e0e0; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-inverse {
    background-color: #757575; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-primary {
    background-color: #006487; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-midnightblue {
    background-color: #37444e; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-gray {
    background-color: #a2acb3; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-indigo {
    background-color: #9358ac; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-grape {
    background-color: #7a869c; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-orange {
    background-color: #f0934e; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-danger {
    background-color: #ef553a; }
  .body-inner #demo-dropdown .demo-color-variation li a.color-success {
    background-color: #81c04d; }
  .body-inner .sparkline-block {
    margin-left: auto;
    margin-right: auto;
    width: 52px;
    padding: 5px 0; }
  .body-inner ul.demo-btns {
    margin: 0;
    padding: 0;
    list-style: none; }
  .body-inner ul.demo-btns > li {
    display: inline-block;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .body-inner #demo-dropdown {
      margin-right: -160px; }
    .body-inner #demo-dropdown:before {
      margin-right: 160px; } }
  .body-inner .demo-blocks {
    width: 50px;
    height: 50px;
    border: 2px solid #eeeeee;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px; }
  .body-inner .demo-blocks:hover {
    border-color: #e0e0e0; }
  .body-inner .demo-blocks.color-dark {
    background: #313338; }
  .body-inner .demo-blocks.color-red {
    background: #b43e2e; }
  .body-inner .demo-blocks.color-green {
    background: #48d09b; }
  .body-inner .demo-blocks.color-blue {
    background: #2e5dac; }
  .body-inner .demo-blocks.color-lavender {
    background: #716885; }
  .body-inner .demo-blocks.pattern-brickwall {
    background: url(../img/patterns/brickwall.png); }
  .body-inner .demo-blocks.pattern-dark-stripes {
    background: url(../img/patterns/dark_stripes.png); }
  .body-inner .demo-blocks.pattern-rockywall {
    background: url(../img/patterns/rockywall.png); }
  .body-inner .demo-blocks.pattern-subtle-carbon {
    background: url(../img/patterns/subtle_carbon.png); }
  .body-inner .demo-blocks.pattern-tweed {
    background: url(../img/patterns/tweed.png); }
  .body-inner .demo-blocks.pattern-vertical-cloth {
    background: url(../img/patterns/vertical_cloth.png); }
  .body-inner .demo-blocks.pattern-grey_wash_wall {
    background: url(../img/patterns/grey_wash_wall.png); }
  .body-inner .demo-blocks.pattern-pw_maze_black {
    background: url(../img/patterns/pw_maze_black.png); }
  .body-inner .demo-blocks.pattern-wild_oliva {
    background: url(../img/patterns/wild_oliva.png); }
  .body-inner .demo-blocks.pattern-stressed_linen {
    background: url(../img/patterns/stressed_linen.png); }
  .body-inner .demo-blocks.pattern-sos {
    background: url(../img/patterns/sos.png); }
  .body-inner .flip-container {
    perspective: 1000;
    -webkit-perspective: 1000;
    -moz-perspective: 1000; }
  .body-inner .flip-container:hover .flipper,
  .body-inner .flip-container.hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); }
  .body-inner .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .body-inner .front,
  .body-inner .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .body-inner .back a {
    margin-top: 50%;
    margin-bottom: 50%; }
  .body-inner .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    position: relative; }
  .body-inner .back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    width: 100%;
    text-align: center; }
  .body-inner #tasks-demo {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .body-inner .switch input {
    display: none; }
  .body-inner .switch span {
    display: inline-block;
    cursor: pointer;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 30px;
    width: 60px;
    height: 30px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 1px 60px rgba(0, 0, 0, 0.1);
    position: relative; }
  .body-inner .switch span:after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    background: white;
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 47%, #ededed 100%);
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s; }
  .body-inner .switch :checked + span:after {
    left: 30px; }
  .body-inner .switch span * {
    width: 30px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4); }
  .body-inner .switch span *:first-child {
    color: rgba(255, 255, 255, 0.9); }
  .body-inner .switch :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 1px 5px rgba(0, 0, 0, 0.2), inset 0 0 60px #75a3d1; }
  .body-inner .switch.switch-info :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #50bed7; }
  .body-inner .switch.switch-default :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #fafafa; }
  .body-inner .switch.switch-success :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #81c04d; }
  .body-inner .switch.switch-danger :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #ef553a; }
  .body-inner .switch.switch-warning :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #ffb900; }
  .body-inner .switch.switch-primary :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #006487; }
  .body-inner .switch.switch-inverse :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #757575; }
  .body-inner .switch.switch-midnightblue :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #37444e; }
  .body-inner .switch.switch-sky :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #76c4ed; }
  .body-inner .switch.switch-orange :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #f0934e; }
  .body-inner .switch.switch-indigo :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #9358ac; }
  .body-inner .switch.switch-green :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #15a1a1; }
  .body-inner .switch.switch-magenta :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #e06d94; }
  .body-inner .switch.switch-purple :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #e044ab; }
  .body-inner .switch.switch-brown :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #c0392b; }
  .body-inner .switch.switch-grape :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #7a869c; }
  .body-inner .switch.switch-toyo :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #556b8d; }
  .body-inner .switch.switch-alizarin :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #e74c3c; }
  .body-inner .switch.switch-facebook :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #3b5998; }
  .body-inner .switch.switch-twitter :checked + span {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 60px #00aced; }
  .body-inner tags-input.form-control {
    padding: 0px;
    height: inherit;
    min-height: 36px; }
  .body-inner tags-input.form-control .host {
    margin: 0 2px; }
  .body-inner tags-input.form-control .host .tags {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .body-inner tags-input.form-control .host .tags .input {
    font-size: 12px;
    line-height: 1.5;
    font: inherit;
    height: 28px; }
  .body-inner tags-input.form-control .host .tags .tag-item {
    font-size: 12px;
    line-height: 27px;
    font: inherit;
    height: 28px; }
  .body-inner tags-input.form-control .host .tags .tag-item ti-tag-item {
    line-height: 27px; }
  .body-inner tags-input.form-control .host .tags .tag-item .remove-button {
    color: inherit; }
  .body-inner tags-input.form-control.tags-default .tags .tag-item {
    color: #707980;
    background: #fafafa;
    border-color: #e0e0e0; }
  .body-inner tags-input.form-control.tags-primary .tags .tag-item {
    color: #fff;
    background: #006487;
    border-color: #00516e; }
  .body-inner tags-input.form-control.tags-success .tags .tag-item {
    color: #fff;
    background: #81c04d;
    border-color: #74b440; }
  .body-inner tags-input.form-control.tags-info .tags .tag-item {
    color: #fff;
    background: #50bed7;
    border-color: #3bb6d2; }
  .body-inner tags-input.form-control.tags-warning .tags .tag-item {
    color: #fff;
    background: #ffb900;
    border-color: #e6a700; }
  .body-inner tags-input.form-control.tags-danger .tags .tag-item {
    color: #fff;
    background: #ef553a;
    border-color: #ed4122; }
  .body-inner tags-input {
    /*
	&.tags-info 			{.tags-variant(@brand-info);}
	&.tags-default 		    {.tags-variant(@tone-brighter);}
	&.tags-success 		    {.tags-variant(@brand-success);}
	&.tags-danger 		    {.tags-variant(@brand-danger);}
	&.tags-warning 		    {.tags-variant(@brand-warning);}
	&.tags-primary 		    {.tags-variant(@brand-primary);}
    */ }
  .body-inner tags-input.tags-inverse .tags .tag-item {
    background: #757575;
    border-color: #686868;
    color: #fff; }
  .body-inner tags-input.tags-midnightblue .tags .tag-item {
    background: #37444e;
    border-color: #2c373f;
    color: #fff; }
  .body-inner tags-input.tags-sky .tags .tag-item {
    background: #76c4ed;
    border-color: #5fbaea;
    color: #fff; }
  .body-inner tags-input.tags-orange .tags .tag-item {
    background: #f0934e;
    border-color: #ee8536;
    color: #fff; }
  .body-inner tags-input.tags-indigo .tags .tag-item {
    background: #9358ac;
    border-color: #854e9d;
    color: #fff; }
  .body-inner tags-input.tags-green .tags .tag-item {
    background: #15a1a1;
    border-color: #128a8a;
    color: #fff; }
  .body-inner tags-input.tags-magenta .tags .tag-item {
    background: #e06d94;
    border-color: #dc5885;
    color: #fff; }
  .body-inner tags-input.tags-purple .tags .tag-item {
    background: #e044ab;
    border-color: #dc2ea1;
    color: #fff; }
  .body-inner tags-input.tags-brown .tags .tag-item {
    background: #c0392b;
    border-color: #ab3326;
    color: #fff; }
  .body-inner tags-input.tags-grape .tags .tag-item {
    background: #7a869c;
    border-color: #6c7991;
    color: #fff; }
  .body-inner tags-input.tags-toyo .tags .tag-item {
    background: #556b8d;
    border-color: #4b5f7d;
    color: #fff; }
  .body-inner tags-input.tags-alizarin .tags .tag-item {
    background: #e74c3c;
    border-color: #e43725;
    color: #fff; }
  .body-inner tags-input.tags-facebook .tags .tag-item {
    background: #3b5998;
    border-color: #344e86;
    color: #fff; }
  .body-inner tags-input.tags-twitter .tags .tag-item {
    background: #00aced;
    border-color: #0099d4;
    color: #fff; }
  .body-inner .info-tiles.tiles-bg-sand-light {
    color: #2d373c !important; }
  .body-inner .info-tiles.tiles-bg-sand-light .tiles-heading,
  .body-inner .info-tiles.tiles-bg-sand-light .tiles-body,
  .body-inner .info-tiles.tiles-bg-sand-light .tiles-footer {
    background: #f5f5f0; }
  .body-inner .info-tiles.tiles-bg-sand-light:hover {
    color: #2d373c; }
  .body-inner .info-tiles.tiles-bg-sand-light:hover .tiles-heading,
  .body-inner .info-tiles.tiles-bg-sand-light:hover .tiles-body,
  .body-inner .info-tiles.tiles-bg-sand-light:hover .tiles-footer {
    background: #ebebe1; }
  .body-inner .info-tiles.tiles-bg-sand-dark {
    color: #2d373c !important; }
  .body-inner .info-tiles.tiles-bg-sand-dark .tiles-heading,
  .body-inner .info-tiles.tiles-bg-sand-dark .tiles-body,
  .body-inner .info-tiles.tiles-bg-sand-dark .tiles-footer {
    background: #d7d7cd; }
  .body-inner .info-tiles.tiles-bg-sand-dark:hover {
    color: #2d373c; }
  .body-inner .info-tiles.tiles-bg-sand-dark:hover .tiles-heading,
  .body-inner .info-tiles.tiles-bg-sand-dark:hover .tiles-body,
  .body-inner .info-tiles.tiles-bg-sand-dark:hover .tiles-footer {
    background: #ccccbf; }
  .body-inner .info-tiles.tiles-bg-blue-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-bg-blue-light .tiles-heading {
    background: #006487; }
  .body-inner .info-tiles.tiles-bg-blue-light .tiles-body {
    background: #006487; }
  .body-inner .info-tiles.tiles-bg-blue-light .tiles-body-alt {
    background: #006487; }
  .body-inner .info-tiles.tiles-bg-blue-light .tiles-footer {
    background: #006487; }
  .body-inner .info-tiles.tiles-bg-blue-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-bg-blue-light:hover .tiles-heading {
    background: #00516e; }
  .body-inner .info-tiles.tiles-bg-blue-light:hover .tiles-body {
    background: #00516e; }
  .body-inner .info-tiles.tiles-bg-blue-light:hover .tiles-body-alt {
    background: #00516e; }
  .body-inner .info-tiles.tiles-bg-blue-light:hover .tiles-footer {
    background: #00516e; }
  .body-inner .info-tiles.tiles-bg-blue-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-bg-blue-dark .tiles-heading {
    background: #003750; }
  .body-inner .info-tiles.tiles-bg-blue-dark .tiles-body {
    background: #003750; }
  .body-inner .info-tiles.tiles-bg-blue-dark .tiles-body-alt {
    background: #003750; }
  .body-inner .info-tiles.tiles-bg-blue-dark .tiles-footer {
    background: #003750; }
  .body-inner .info-tiles.tiles-bg-blue-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-bg-blue-dark:hover .tiles-heading {
    background: #002537; }
  .body-inner .info-tiles.tiles-bg-blue-dark:hover .tiles-body {
    background: #002537; }
  .body-inner .info-tiles.tiles-bg-blue-dark:hover .tiles-body-alt {
    background: #002537; }
  .body-inner .info-tiles.tiles-bg-blue-dark:hover .tiles-footer {
    background: #002537; }
  .body-inner .info-tiles.tiles-petrol {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-petrol .tiles-heading {
    background: #009999; }
  .body-inner .info-tiles.tiles-petrol .tiles-body {
    background: #009999; }
  .body-inner .info-tiles.tiles-petrol .tiles-body-alt {
    background: #009999; }
  .body-inner .info-tiles.tiles-petrol .tiles-footer {
    background: #009999; }
  .body-inner .info-tiles.tiles-petrol:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-petrol:hover .tiles-heading {
    background: #007f80; }
  .body-inner .info-tiles.tiles-petrol:hover .tiles-body {
    background: #007f80; }
  .body-inner .info-tiles.tiles-petrol:hover .tiles-body-alt {
    background: #007f80; }
  .body-inner .info-tiles.tiles-petrol:hover .tiles-footer {
    background: #007f80; }
  .body-inner .info-tiles.tiles-stone-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-stone-light .tiles-heading {
    background: #879baa; }
  .body-inner .info-tiles.tiles-stone-light .tiles-body {
    background: #879baa; }
  .body-inner .info-tiles.tiles-stone-light .tiles-body-alt {
    background: #879baa; }
  .body-inner .info-tiles.tiles-stone-light .tiles-footer {
    background: #879baa; }
  .body-inner .info-tiles.tiles-stone-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-stone-light:hover .tiles-heading {
    background: #788f9f; }
  .body-inner .info-tiles.tiles-stone-light:hover .tiles-body {
    background: #788f9f; }
  .body-inner .info-tiles.tiles-stone-light:hover .tiles-body-alt {
    background: #788f9f; }
  .body-inner .info-tiles.tiles-stone-light:hover .tiles-footer {
    background: #788f9f; }
  .body-inner .info-tiles.tiles-stone-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-stone-dark .tiles-heading {
    background: #3c464b; }
  .body-inner .info-tiles.tiles-stone-dark .tiles-body {
    background: #3c464b; }
  .body-inner .info-tiles.tiles-stone-dark .tiles-body-alt {
    background: #3c464b; }
  .body-inner .info-tiles.tiles-stone-dark .tiles-footer {
    background: #3c464b; }
  .body-inner .info-tiles.tiles-stone-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-stone-dark:hover .tiles-heading {
    background: #31393d; }
  .body-inner .info-tiles.tiles-stone-dark:hover .tiles-body {
    background: #31393d; }
  .body-inner .info-tiles.tiles-stone-dark:hover .tiles-body-alt {
    background: #31393d; }
  .body-inner .info-tiles.tiles-stone-dark:hover .tiles-footer {
    background: #31393d; }
  .body-inner .info-tiles.tiles-sand-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-sand-light .tiles-heading {
    background: #aaaa96; }
  .body-inner .info-tiles.tiles-sand-light .tiles-body {
    background: #aaaa96; }
  .body-inner .info-tiles.tiles-sand-light .tiles-body-alt {
    background: #aaaa96; }
  .body-inner .info-tiles.tiles-sand-light .tiles-footer {
    background: #aaaa96; }
  .body-inner .info-tiles.tiles-sand-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-sand-light:hover .tiles-heading {
    background: #9f9f88; }
  .body-inner .info-tiles.tiles-sand-light:hover .tiles-body {
    background: #9f9f88; }
  .body-inner .info-tiles.tiles-sand-light:hover .tiles-body-alt {
    background: #9f9f88; }
  .body-inner .info-tiles.tiles-sand-light:hover .tiles-footer {
    background: #9f9f88; }
  .body-inner .info-tiles.tiles-sand-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-sand-dark .tiles-heading {
    background: #73645a; }
  .body-inner .info-tiles.tiles-sand-dark .tiles-body {
    background: #73645a; }
  .body-inner .info-tiles.tiles-sand-dark .tiles-body-alt {
    background: #73645a; }
  .body-inner .info-tiles.tiles-sand-dark .tiles-footer {
    background: #73645a; }
  .body-inner .info-tiles.tiles-sand-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-sand-dark:hover .tiles-heading {
    background: #65584f; }
  .body-inner .info-tiles.tiles-sand-dark:hover .tiles-body {
    background: #65584f; }
  .body-inner .info-tiles.tiles-sand-dark:hover .tiles-body-alt {
    background: #65584f; }
  .body-inner .info-tiles.tiles-sand-dark:hover .tiles-footer {
    background: #65584f; }
  .body-inner .info-tiles.tiles-teal-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-teal-light .tiles-heading {
    background: #41aaaa; }
  .body-inner .info-tiles.tiles-teal-light .tiles-body {
    background: #41aaaa; }
  .body-inner .info-tiles.tiles-teal-light .tiles-body-alt {
    background: #41aaaa; }
  .body-inner .info-tiles.tiles-teal-light .tiles-footer {
    background: #41aaaa; }
  .body-inner .info-tiles.tiles-teal-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-teal-light:hover .tiles-heading {
    background: #3a9898; }
  .body-inner .info-tiles.tiles-teal-light:hover .tiles-body {
    background: #3a9898; }
  .body-inner .info-tiles.tiles-teal-light:hover .tiles-body-alt {
    background: #3a9898; }
  .body-inner .info-tiles.tiles-teal-light:hover .tiles-footer {
    background: #3a9898; }
  .body-inner .info-tiles.tiles-teal-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-teal-dark .tiles-heading {
    background: #00646e; }
  .body-inner .info-tiles.tiles-teal-dark .tiles-body {
    background: #00646e; }
  .body-inner .info-tiles.tiles-teal-dark .tiles-body-alt {
    background: #00646e; }
  .body-inner .info-tiles.tiles-teal-dark .tiles-footer {
    background: #00646e; }
  .body-inner .info-tiles.tiles-teal-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-teal-dark:hover .tiles-heading {
    background: #004d55; }
  .body-inner .info-tiles.tiles-teal-dark:hover .tiles-body {
    background: #004d55; }
  .body-inner .info-tiles.tiles-teal-dark:hover .tiles-body-alt {
    background: #004d55; }
  .body-inner .info-tiles.tiles-teal-dark:hover .tiles-footer {
    background: #004d55; }
  .body-inner .info-tiles.tiles-blue-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-blue-light .tiles-heading {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-blue-light .tiles-body {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-blue-light .tiles-body-alt {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-blue-light .tiles-footer {
    background: #50bed7; }
  .body-inner .info-tiles.tiles-blue-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-blue-light:hover .tiles-heading {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-blue-light:hover .tiles-body {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-blue-light:hover .tiles-body-alt {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-blue-light:hover .tiles-footer {
    background: #3bb6d2; }
  .body-inner .info-tiles.tiles-blue-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-blue-dark .tiles-heading {
    background: #005f87; }
  .body-inner .info-tiles.tiles-blue-dark .tiles-body {
    background: #005f87; }
  .body-inner .info-tiles.tiles-blue-dark .tiles-body-alt {
    background: #005f87; }
  .body-inner .info-tiles.tiles-blue-dark .tiles-footer {
    background: #005f87; }
  .body-inner .info-tiles.tiles-blue-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-blue-dark:hover .tiles-heading {
    background: #004d6e; }
  .body-inner .info-tiles.tiles-blue-dark:hover .tiles-body {
    background: #004d6e; }
  .body-inner .info-tiles.tiles-blue-dark:hover .tiles-body-alt {
    background: #004d6e; }
  .body-inner .info-tiles.tiles-blue-dark:hover .tiles-footer {
    background: #004d6e; }
  .body-inner .info-tiles.tiles-yellow-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-yellow-light .tiles-heading {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-yellow-light .tiles-body {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-yellow-light .tiles-body-alt {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-yellow-light .tiles-footer {
    background: #ffb900; }
  .body-inner .info-tiles.tiles-yellow-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-yellow-light:hover .tiles-heading {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-yellow-light:hover .tiles-body {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-yellow-light:hover .tiles-body-alt {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-yellow-light:hover .tiles-footer {
    background: #e6a700; }
  .body-inner .info-tiles.tiles-yellow-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-yellow-dark .tiles-heading {
    background: #eb780a; }
  .body-inner .info-tiles.tiles-yellow-dark .tiles-body {
    background: #eb780a; }
  .body-inner .info-tiles.tiles-yellow-dark .tiles-body-alt {
    background: #eb780a; }
  .body-inner .info-tiles.tiles-yellow-dark .tiles-footer {
    background: #eb780a; }
  .body-inner .info-tiles.tiles-yellow-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-yellow-dark:hover .tiles-heading {
    background: #d36c09; }
  .body-inner .info-tiles.tiles-yellow-dark:hover .tiles-body {
    background: #d36c09; }
  .body-inner .info-tiles.tiles-yellow-dark:hover .tiles-body-alt {
    background: #d36c09; }
  .body-inner .info-tiles.tiles-yellow-dark:hover .tiles-footer {
    background: #d36c09; }
  .body-inner .info-tiles.tiles-red-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-red-light .tiles-heading {
    background: #af235f; }
  .body-inner .info-tiles.tiles-red-light .tiles-body {
    background: #af235f; }
  .body-inner .info-tiles.tiles-red-light .tiles-body-alt {
    background: #af235f; }
  .body-inner .info-tiles.tiles-red-light .tiles-footer {
    background: #af235f; }
  .body-inner .info-tiles.tiles-red-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-red-light:hover .tiles-heading {
    background: #9a1f53; }
  .body-inner .info-tiles.tiles-red-light:hover .tiles-body {
    background: #9a1f53; }
  .body-inner .info-tiles.tiles-red-light:hover .tiles-body-alt {
    background: #9a1f53; }
  .body-inner .info-tiles.tiles-red-light:hover .tiles-footer {
    background: #9a1f53; }
  .body-inner .info-tiles.tiles-red-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-red-dark .tiles-heading {
    background: #641946; }
  .body-inner .info-tiles.tiles-red-dark .tiles-body {
    background: #641946; }
  .body-inner .info-tiles.tiles-red-dark .tiles-body-alt {
    background: #641946; }
  .body-inner .info-tiles.tiles-red-dark .tiles-footer {
    background: #641946; }
  .body-inner .info-tiles.tiles-red-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-red-dark:hover .tiles-heading {
    background: #501438; }
  .body-inner .info-tiles.tiles-red-dark:hover .tiles-body {
    background: #501438; }
  .body-inner .info-tiles.tiles-red-dark:hover .tiles-body-alt {
    background: #501438; }
  .body-inner .info-tiles.tiles-red-dark:hover .tiles-footer {
    background: #501438; }
  .body-inner .info-tiles.tiles-green-light {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-green-light .tiles-heading {
    background: #aab414; }
  .body-inner .info-tiles.tiles-green-light .tiles-body {
    background: #aab414; }
  .body-inner .info-tiles.tiles-green-light .tiles-body-alt {
    background: #aab414; }
  .body-inner .info-tiles.tiles-green-light .tiles-footer {
    background: #aab414; }
  .body-inner .info-tiles.tiles-green-light:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-green-light:hover .tiles-heading {
    background: #949d11; }
  .body-inner .info-tiles.tiles-green-light:hover .tiles-body {
    background: #949d11; }
  .body-inner .info-tiles.tiles-green-light:hover .tiles-body-alt {
    background: #949d11; }
  .body-inner .info-tiles.tiles-green-light:hover .tiles-footer {
    background: #949d11; }
  .body-inner .info-tiles.tiles-green-dark {
    color: #fff !important; }
  .body-inner .info-tiles.tiles-green-dark .tiles-heading {
    background: #647d2d; }
  .body-inner .info-tiles.tiles-green-dark .tiles-body {
    background: #647d2d; }
  .body-inner .info-tiles.tiles-green-dark .tiles-body-alt {
    background: #647d2d; }
  .body-inner .info-tiles.tiles-green-dark .tiles-footer {
    background: #647d2d; }
  .body-inner .info-tiles.tiles-green-dark:hover {
    color: #fff; }
  .body-inner .info-tiles.tiles-green-dark:hover .tiles-heading {
    background: #556a26; }
  .body-inner .info-tiles.tiles-green-dark:hover .tiles-body {
    background: #556a26; }
  .body-inner .info-tiles.tiles-green-dark:hover .tiles-body-alt {
    background: #556a26; }
  .body-inner .info-tiles.tiles-green-dark:hover .tiles-footer {
    background: #556a26; }
  .body-inner .shortcut-tiles.tiles-bg-sand-light {
    color: #2d373c !important; }
  .body-inner .shortcut-tiles.tiles-bg-sand-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-sand-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-sand-light .tiles-footer {
    background: #f5f5f0; }
  .body-inner .shortcut-tiles.tiles-bg-sand-light:hover {
    color: #2d373c; }
  .body-inner .shortcut-tiles.tiles-bg-sand-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-sand-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-sand-light:hover .tiles-footer {
    background: #ebebe1; }
  .body-inner .shortcut-tiles.tiles-bg-sand-dark {
    color: #2d373c !important; }
  .body-inner .shortcut-tiles.tiles-bg-sand-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-sand-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-sand-dark .tiles-footer {
    background: #d7d7cd; }
  .body-inner .shortcut-tiles.tiles-bg-sand-dark:hover {
    color: #2d373c; }
  .body-inner .shortcut-tiles.tiles-bg-sand-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-sand-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-sand-dark:hover .tiles-footer {
    background: #ccccbf; }
  .body-inner .shortcut-tiles.tiles-bg-blue-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-bg-blue-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-blue-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-blue-light .tiles-footer {
    background: #006487; }
  .body-inner .shortcut-tiles.tiles-bg-blue-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-bg-blue-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-blue-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-blue-light:hover .tiles-footer {
    background: #00516e; }
  .body-inner .shortcut-tiles.tiles-bg-blue-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-bg-blue-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-blue-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-blue-dark .tiles-footer {
    background: #003750; }
  .body-inner .shortcut-tiles.tiles-bg-blue-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-bg-blue-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-bg-blue-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-bg-blue-dark:hover .tiles-footer {
    background: #002537; }
  .body-inner .shortcut-tiles.tiles-petrol {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-petrol .tiles-heading,
  .body-inner .shortcut-tiles.tiles-petrol .tiles-body,
  .body-inner .shortcut-tiles.tiles-petrol .tiles-footer {
    background: #009999; }
  .body-inner .shortcut-tiles.tiles-petrol:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-petrol:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-petrol:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-petrol:hover .tiles-footer {
    background: #007f80; }
  .body-inner .shortcut-tiles.tiles-stone-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-stone-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-stone-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-stone-light .tiles-footer {
    background: #879baa; }
  .body-inner .shortcut-tiles.tiles-stone-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-stone-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-stone-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-stone-light:hover .tiles-footer {
    background: #788f9f; }
  .body-inner .shortcut-tiles.tiles-stone-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-stone-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-stone-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-stone-dark .tiles-footer {
    background: #3c464b; }
  .body-inner .shortcut-tiles.tiles-stone-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-stone-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-stone-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-stone-dark:hover .tiles-footer {
    background: #31393d; }
  .body-inner .shortcut-tiles.tiles-sand-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-sand-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-sand-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-sand-light .tiles-footer {
    background: #aaaa96; }
  .body-inner .shortcut-tiles.tiles-sand-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-sand-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-sand-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-sand-light:hover .tiles-footer {
    background: #9f9f88; }
  .body-inner .shortcut-tiles.tiles-sand-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-sand-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-sand-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-sand-dark .tiles-footer {
    background: #73645a; }
  .body-inner .shortcut-tiles.tiles-sand-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-sand-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-sand-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-sand-dark:hover .tiles-footer {
    background: #65584f; }
  .body-inner .shortcut-tiles.tiles-teal-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-teal-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-teal-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-teal-light .tiles-footer {
    background: #41aaaa; }
  .body-inner .shortcut-tiles.tiles-teal-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-teal-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-teal-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-teal-light:hover .tiles-footer {
    background: #3a9898; }
  .body-inner .shortcut-tiles.tiles-teal-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-teal-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-teal-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-teal-dark .tiles-footer {
    background: #00646e; }
  .body-inner .shortcut-tiles.tiles-teal-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-teal-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-teal-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-teal-dark:hover .tiles-footer {
    background: #004d55; }
  .body-inner .shortcut-tiles.tiles-blue-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-blue-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-blue-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-blue-light .tiles-footer {
    background: #50bed7; }
  .body-inner .shortcut-tiles.tiles-blue-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-blue-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-blue-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-blue-light:hover .tiles-footer {
    background: #3bb6d2; }
  .body-inner .shortcut-tiles.tiles-blue-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-blue-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-blue-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-blue-dark .tiles-footer {
    background: #005f87; }
  .body-inner .shortcut-tiles.tiles-blue-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-blue-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-blue-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-blue-dark:hover .tiles-footer {
    background: #004d6e; }
  .body-inner .shortcut-tiles.tiles-yellow-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-yellow-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-yellow-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-yellow-light .tiles-footer {
    background: #ffb900; }
  .body-inner .shortcut-tiles.tiles-yellow-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-yellow-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-yellow-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-yellow-light:hover .tiles-footer {
    background: #e6a700; }
  .body-inner .shortcut-tiles.tiles-yellow-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-yellow-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-yellow-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-yellow-dark .tiles-footer {
    background: #eb780a; }
  .body-inner .shortcut-tiles.tiles-yellow-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-yellow-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-yellow-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-yellow-dark:hover .tiles-footer {
    background: #d36c09; }
  .body-inner .shortcut-tiles.tiles-red-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-red-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-red-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-red-light .tiles-footer {
    background: #af235f; }
  .body-inner .shortcut-tiles.tiles-red-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-red-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-red-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-red-light:hover .tiles-footer {
    background: #9a1f53; }
  .body-inner .shortcut-tiles.tiles-red-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-red-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-red-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-red-dark .tiles-footer {
    background: #641946; }
  .body-inner .shortcut-tiles.tiles-red-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-red-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-red-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-red-dark:hover .tiles-footer {
    background: #501438; }
  .body-inner .shortcut-tiles.tiles-green-light {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-green-light .tiles-heading,
  .body-inner .shortcut-tiles.tiles-green-light .tiles-body,
  .body-inner .shortcut-tiles.tiles-green-light .tiles-footer {
    background: #aab414; }
  .body-inner .shortcut-tiles.tiles-green-light:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-green-light:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-green-light:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-green-light:hover .tiles-footer {
    background: #949d11; }
  .body-inner .shortcut-tiles.tiles-green-dark {
    color: #fff !important; }
  .body-inner .shortcut-tiles.tiles-green-dark .tiles-heading,
  .body-inner .shortcut-tiles.tiles-green-dark .tiles-body,
  .body-inner .shortcut-tiles.tiles-green-dark .tiles-footer {
    background: #647d2d; }
  .body-inner .shortcut-tiles.tiles-green-dark:hover {
    color: #fff; }
  .body-inner .shortcut-tiles.tiles-green-dark:hover .tiles-heading,
  .body-inner .shortcut-tiles.tiles-green-dark:hover .tiles-body,
  .body-inner .shortcut-tiles.tiles-green-dark:hover .tiles-footer {
    background: #556a26; }

option {
  font-family: 'Roboto', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif; }

html, body {
  min-height: 100%;
  font-size: 14px;
  line-height: 1.5;
  text-align: left; }

body.uc {
  background: transparent; }

.body-inner .registration-form.dark-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #cdd9e1; }
  .body-inner .registration-form.dark-text label a {
    color: #cdd9e1;
    text-decoration: underline; }

.body-inner .registration-form.light-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2d373c; }
  .body-inner .registration-form.light-text label a {
    color: #2d373c;
    text-decoration: underline; }

.body-inner .registration-form .form-control {
  border-radius: 0;
  color: #2d373c;
  height: 40px;
  padding: 11px 14px;
  border-color: #005578;
  font-size: 14px; }
  .body-inner .registration-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #788791; }
  .body-inner .registration-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #788791; }
  .body-inner .registration-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #788791; }
  .body-inner .registration-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #788791; }

.body-inner .registration-form .has-error .form-control {
  border-color: #dc0000; }

.body-inner .registration-form .ng-dirty.ng-valid {
  border-color: #005578;
  color: #2d373c; }

.body-inner .registration-form label.field-label-full-width {
  display: block; }

.body-inner #ankieta-pytania {
  margin: 20px 0px; }

.body-inner .nts-button {
  cursor: pointer; }

.body-inner .form_agree_section {
  margin-top: -15px;
  border-top: 1px solid;
  padding-top: 15px; }

.body-inner .event_date_section {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.body-inner .errorplace .error-label {
  color: #ffffff;
  background-color: #dc0000;
  padding: 2px 15px;
  display: inline-block; }

.body-inner .btn {
  padding: 9px 16px !important; }

.body-inner .btn-sm,
.body-inner .btn-group-sm > .btn {
  padding: 5px 10px !important; }

.body-inner .btn-xs,
.body-inner .btn-group-xs > .btn {
  padding: 2px 5px !important; }

.body-inner .uib-datepicker .uib-title {
  width: 100%; }

.body-inner .uib-day button, .body-inner .uib-month button, .body-inner .uib-year button {
  min-width: 100%; }

.body-inner .uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
  padding: 10px; }

.body-inner .uib-button-bar {
  padding: 10px 9px 2px; }

.body-inner .uib-left, .body-inner .uib-right {
  width: 100%; }

.body-inner .dropdown-menu {
  right: auto; }

.body-inner .fancy-radiobox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a background color */
  /* When the radio button is checked, add a background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .body-inner .fancy-radiobox label {
    cursor: pointer; }
  .body-inner .fancy-radiobox input {
    position: absolute;
    opacity: 0; }
  .body-inner .fancy-radiobox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #96a0aa;
    border-radius: 50%; }
  .body-inner .fancy-radiobox:hover input ~ .checkmark {
    background-color: #ccc; }
  .body-inner .fancy-radiobox input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #005578; }
  .body-inner .fancy-radiobox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .body-inner .fancy-radiobox input:checked ~ .checkmark:after {
    display: block; }
  .body-inner .fancy-radiobox .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #005578; }

.body-inner .fancy-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a background color */
  /* When the checkbox is checked, add a background color */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .body-inner .fancy-checkbox label {
    cursor: pointer; }
  .body-inner .fancy-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .body-inner .fancy-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #96a0aa; }
  .body-inner .fancy-checkbox:hover input ~ .checkmark {
    background-color: #ccc; }
  .body-inner .fancy-checkbox input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #005578; }
  .body-inner .fancy-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .body-inner .fancy-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .body-inner .fancy-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #005578;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.html-default-class .dark-text .B1.active .nts-button-container {
  background: #50bed7; }

.event_list_filter_placeholder::placeholder {
  color: #788791;
  opacity: 1; }

.event_list_filter_placeholder:-ms-input-placeholder {
  color: #788791; }

.event_list_filter_placeholder::-ms-input-placeholder {
  color: #788791; }

.events-list-item .event-groups-box .event_group_disabled {
  color: #697882; }

.equal-height {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  width: 100%; }

.event-location-box {
  margin-bottom: 2rem;
  height: 300px;
  width: 350px;
  position: relative;
  margin-top: 20px; }
  .event-location-box .angular-google-map, .event-location-box .angular-google-map-container {
    height: 100%; }

.error-box {
  margin-top: 15px; }
  .error-box .error-label {
    color: #ffffff;
    background-color: #dc0000;
    padding: 2px 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143; }

.nts-chapter p {
  margin-bottom: 1em; }

.drop-files-here-frame {
  text-align: center;
  color: #aaa; }

.file-over {
  background-color: #98D0C5; }

.file-over > * {
  opacity: 0.1; }

.gallery-images {
  display: flex;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
  align-items: stretch; }

.gallery-file {
  height: 130px;
  margin: 3px;
  width: 150px;
  position: relative;
  text-align: center; }
  .gallery-file::before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    content: "\f15c";
    color: #aaa;
    font-size: 80px; }

.gallery-file-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(245, 245, 245, 0.8);
  white-space: pre;
  white-space: pre-line;
  word-wrap: break-word;
  word-break: normal; }

.cover-relative {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute; }

.formcheckboxgroupfield.options-inline:before, .formcheckboxgroupfield.options-inline:after,
.formradiogroupfield.options-inline:before,
.formradiogroupfield.options-inline:after {
  content: "";
  display: table; }

.formcheckboxgroupfield.options-inline:after,
.formradiogroupfield.options-inline:after {
  clear: both; }

.formcheckboxgroupfield.options-inline > span,
.formradiogroupfield.options-inline > span {
  float: left;
  margin: 0 10px; }

.formcheckboxgroupfield.options-inline span:first-child,
.formradiogroupfield.options-inline span:first-child {
  margin-left: 0; }

.formcheckboxgroupfield.options-inline span:last-child,
.formradiogroupfield.options-inline span:last-child {
  margin-right: 0; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../../../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../bower_components/bootstrap/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,
.glyphicon-eur: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"; }

@font-face {
  font-family: 'Siemens Sans Black';
  src: url("../../fonts/siemens/siemenssans-black-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemenssans-black-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemenssans-black-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemenssans-black-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemenssans-black-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemenssans-black-webfont.svg?v=2.0#SiemensSansBlack");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Sans Black Italic';
  src: url("../../fonts/siemens/siemenssans-blackitalic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemenssans-blackitalic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemenssans-blackitalic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemenssans-blackitalic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemenssans-blackitalic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemenssans-blackitalic-webfont.svg?v=2.0#SiemensSansBlackItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Sans Bold';
  src: url("../../fonts/siemens/siemenssans-bold-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemenssans-bold-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemenssans-bold-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemenssans-bold-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemenssans-bold-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemenssans-bold-webfont.svg?v=2.0#SiemensSansBold");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Sans Bold Italic';
  src: url("../../fonts/siemens/siemenssans-bolditalic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemenssans-bolditalic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemenssans-bolditalic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemenssans-bolditalic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemenssans-bolditalic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemenssans-bolditalic-webfont.svg?v=2.0#SiemensSansBoldItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Sans Italic';
  src: url("../../fonts/siemens/siemenssans-italic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemenssans-italic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemenssans-italic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemenssans-italic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemenssans-italic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemenssans-italic-webfont.svg?v=2.0#SiemensSansItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Sans Roman';
  src: url("../../fonts/siemens/siemenssans-roman-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemenssans-roman-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemenssans-roman-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemenssans-roman-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemenssans-roman-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemenssans-roman-webfont.svg?v=2.0#SiemensSansRoman");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Serif Bold';
  src: url("../../fonts/siemens/siemensserif-bold-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensserif-bold-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensserif-bold-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensserif-bold-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensserif-bold-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensserif-bold-webfont.svg?v=2.0#SiemensSerifBold");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Serif Bold Italic';
  src: url("../../fonts/siemens/siemensserif-bolditalic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensserif-bolditalic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensserif-bolditalic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensserif-bolditalic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensserif-bolditalic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensserif-bolditalic-webfont.svg?v=2.0#SiemensSerifBoldItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Serif Italic';
  src: url("../../fonts/siemens/siemensserif-italic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensserif-italic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensserif-italic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensserif-italic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensserif-italic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensserif-italic-webfont.svg?v=2.0#SiemensSerifItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Serif Roman';
  src: url("../../fonts/siemens/siemensserif-roman-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensserif-roman-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensserif-roman-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensserif-roman-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensserif-roman-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensserif-roman-webfont.svg?v=2.0#SiemensSerifRoman");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Serif Semi Bold';
  src: url("../../fonts/siemens/siemensserif-semibold-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensserif-semibold-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensserif-semibold-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensserif-semibold-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensserif-semibold-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensserif-semibold-webfont.svg?v=2.0#SiemensSerifSemiBold");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Serif Semi Bold Italic';
  src: url("../../fonts/siemens/siemensserif-semibolditalic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensserif-semibolditalic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensserif-semibolditalic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensserif-semibolditalic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensserif-semibolditalic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensserif-semibolditalic-webfont.svg?v=2.0#SiemensSerifSemiBoldItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Slab Black';
  src: url("../../fonts/siemens/siemensslab-black-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensslab-black-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensslab-black-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensslab-black-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensslab-black-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensslab-black-webfont.svg?v=2.0#SiemensSlabBlack");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Slab Black Italic';
  src: url("../../fonts/siemens/siemensslab-blackitalic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensslab-blackitalic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensslab-blackitalic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensslab-blackitalic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensslab-blackitalic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensslab-blackitalic-webfont.svg?v=2.0#SiemensSlabBlackItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Slab Bold';
  src: url("../../fonts/siemens/siemensslab-bold-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensslab-bold-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensslab-bold-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensslab-bold-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensslab-bold-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensslab-bold-webfont.svg?v=2.0#SiemensSlabBold");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Slab Bold Italic';
  src: url("../../fonts/siemens/siemensslab-bolditalic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensslab-bolditalic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensslab-bolditalic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensslab-bolditalic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensslab-bolditalic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensslab-bolditalic-webfont.svg?v=2.0#SiemensSlabBoldItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Slab Italic';
  src: url("../../fonts/siemens/siemensslab-italic-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensslab-italic-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensslab-italic-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensslab-italic-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensslab-italic-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensslab-italic-webfont.svg?v=2.0#SiemensSlabItalic");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Siemens Slab Roman';
  src: url("../../fonts/siemens/siemensslab-roman-webfont.eot?v=2.0");
  src: url("../../fonts/siemens/siemensslab-roman-webfont.eot?v=2.0#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemensslab-roman-webfont.woff2?v=2.0") format("woff2"), url("../../fonts/siemens/siemensslab-roman-webfont.woff?v=2.0") format("woff"), url("../../fonts/siemens/siemensslab-roman-webfont.ttf?v=2.0") format("truetype"), url("../../fonts/siemens/siemensslab-roman-webfont.svg?v=2.0#SiemensSlabRoman");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'siemens-webicons-webfont';
  src: url("../../fonts/siemens/siemens-webicons-webfont.eot?1ykbq3");
  src: url("../../fonts/siemens/siemens-webicons-webfont.eot?1ykbq3#iefix") format("embedded-opentype"), url("../../fonts/siemens/siemens-webicons-webfont.ttf?1ykbq3") format("truetype"), url("../../fonts/siemens/siemens-webicons-webfont.woff?1ykbq3") format("woff"), url("../../fonts/siemens/siemens-webicons-webfont.svg?1ykbq3#siemens-webicons-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/*# sourceMappingURL=../../../maps/assets/css/index/index.css.map */
