/*!
 * ArkStyle v1.0.0-29 (http://ci-vm159.us.int.genesyslab.com:9300/)
 * Copyright 2014 Genesys
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

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

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

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

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

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

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

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

html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66666667;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.66666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

h1,
.h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h2,
.h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h3,
.h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

.small-body {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.large-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999;
}

.text-primary {
  color: #fff;
}

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

.text-success {
  color: #444a52;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #444a52;
}

a.text-warning:hover {
  color: #2d3136;
}

.text-danger {
  color: #444a52;
}

a.text-danger:hover {
  color: #2d3136;
}

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

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

.bg-success {
  background-color: #4ac764;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.66666667;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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, .25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.66666667;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

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

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

.figures-head {
  padding-right: 18px;
  text-align: right;
}

.figures {
  padding-right: 16px;
  text-align: right;
}

.center {
  padding-right: 4px;
  padding-left: 4px !important;
  text-align: center;
}

.table {
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  line-height: 1.66666667;
  vertical-align: top;
  border-top: 1px solid #e4e9f0;
}

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

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

.table > tbody + tbody {
  border-top: 1px solid #e4e9f0;
}

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

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

.table-default {
  border: 1px solid #e4e9f0;
}

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

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

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

.table-default th:hover {
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  box-shadow: inset 0 -3px #5e99ff;
}

.table-default tr:hover td {
  background-color: #cedffd !important;
}

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

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

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

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

.table-hover th:hover {
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  box-shadow: inset 0 -3px #5e99ff;
}

.table-hover tr:hover td {
  background-color: #cedffd !important;
}

.table-nav {
  position: relative;
  right: 12px;
  bottom: 0;
  float: right;
}

.table-nav:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.table-nav:before {
  content: "\e08f";
}

.table-nav-figures {
  position: relative;
  bottom: 0;
  left: 4px;
  float: right;
}

.table-nav-figures:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.table-nav-figures:before {
  content: "\e08f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #444a52;
}

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

input[type="radio"] {
  margin-top: 4px;
  margin-right: 5px;
  cursor: pointer;
}

input[type="radio"].ark-radiobtn {
  display: none;
}

input[type="radio"].ark-radiobtn + span {
  position: relative;
  top: 1px;
  display: inline;
  margin-right: 7px;
  font-size: 15px;
  line-height: 12px;
  color: #b1becc;
  cursor: pointer;
  outline: none;
}

input[type="radio"].ark-radiobtn + span:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

input[type="radio"].ark-radiobtn + span:before {
  content: "\e186";
}

input[type="radio"].ark-radiobtn + span:before {
  width: 10px;
}

input[type="radio"].ark-radiobtn + span:hover {
  color: #2e69db;
}

input[type="radio"].ark-radiobtn:checked + span {
  color: #2e69db;
}

input[type="radio"].ark-radiobtn:checked + span:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

input[type="radio"].ark-radiobtn:checked + span:before {
  content: "\e187";
}

input[type="checkbox"] {
  margin-top: 4px;
  margin-right: 5px;
  cursor: pointer;
}

input[type="checkbox"].ark-checkbox {
  display: none;
}

input[type="checkbox"].ark-checkbox + span {
  position: relative;
  top: 1px;
  display: inline;
  margin-right: 7px;
  font-size: 14px;
  line-height: 16px;
  color: #b1becc;
  cursor: pointer;
  outline: none;
}

input[type="checkbox"].ark-checkbox + span:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

input[type="checkbox"].ark-checkbox + span:before {
  content: "\e067";
}

input[type="checkbox"].ark-checkbox + span:before {
  width: 10px;
}

input[type="checkbox"].ark-checkbox + span:hover {
  color: #2e69db;
}

input[type="checkbox"].ark-checkbox:checked + span {
  color: #2e69db;
}

input[type="checkbox"].ark-checkbox:checked + span:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

input[type="checkbox"].ark-checkbox:checked + span:before {
  content: "\e068";
}

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

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

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

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

output {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.66666667;
  color: #444a52;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.66666667;
  color: #444a52;
  background-color: #fdfdfd;
  background-image: none;
  border: 1px solid #dae1e8;
  border-radius: 2px;
}

.form-control:focus {
  border-color: #2e69db;
  outline: 0;
  box-shadow: 0 0 1px rgba(94, 153, 255, .24);
}

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

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

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

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

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

textarea.form-control {
  height: auto;
}

.form-control::before:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.form-control::before:before {
  content: "\e0bb";
}

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

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

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

.radio label,
.checkbox label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

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

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

.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 32px;
  line-height: 32px;
}

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

.input-lg {
  height: 32px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.has-feedback {
  position: relative;
}

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

.has-feedback .form-control-feedback {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.has-feedback .form-control-feedback .fonticon {
  margin-right: 8px;
  font-size: 14px;
}

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

.has-success .form-control {
  border-color: #4ac764;
  box-shadow: 0 0 1px rgba(234, 79, 107, .24);
}

.has-success .form-control:focus {
  border-color: #4ac764;
  box-shadow: 0 0 1px rgba(94, 153, 255, .24);
}

.has-success:not(.open) > .btn.selectpicker {
  border-color: #4ac764;
  box-shadow: 0 0 1px rgba(234, 79, 107, .24);
}

.has-success .input-group-addon {
  color: #444a52;
  background-color: #4ac764;
  border-color: #4ac764;
}

.has-success .form-control-feedback {
  color: #444a52;
}

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

.has-warning .form-control {
  border-color: #f8a740;
  box-shadow: 0 0 1px rgba(234, 79, 107, .24);
}

.has-warning .form-control:focus {
  border-color: #f8a740;
  box-shadow: 0 0 1px rgba(94, 153, 255, .24);
}

.has-warning:not(.open) > .btn.selectpicker {
  border-color: #f8a740;
  box-shadow: 0 0 1px rgba(234, 79, 107, .24);
}

.has-warning .input-group-addon {
  color: #444a52;
  background-color: #f8a740;
  border-color: #f8a740;
}

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

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

.has-error .form-control {
  border-color: #ea4f6b;
  box-shadow: 0 0 1px rgba(234, 79, 107, .24);
}

.has-error .form-control:focus {
  border-color: #ea4f6b;
  box-shadow: 0 0 1px rgba(94, 153, 255, .24);
}

.has-error:not(.open) > .btn.selectpicker {
  border-color: #ea4f6b;
  box-shadow: 0 0 1px rgba(234, 79, 107, .24);
}

.has-error .input-group-addon {
  color: #444a52;
  background-color: #ea4f6b;
  border-color: #ea4f6b;
}

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

.has-error .fonticon {
  color: #ea4f6b;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}

.help-block .fonticon {
  margin-right: 8px;
  font-size: 14px;
}

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

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

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

  .form-inline .radio label,
  .form-inline .checkbox label {
    display: inline;
  }

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

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

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

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

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

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

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

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

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

.btn:focus {
  outline: thin;
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  background: none;
  background-color: rgba(243, 247, 250, .64);
  border-color: rgba(218, 225, 232, .64);
  box-shadow: none;
}

.btn-default {
  color: #444a52;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #f3f7fa;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #f3f7fa, #edf1f5);
  background:         linear-gradient(to top, #f3f7fa, #edf1f5);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f7fa), to(#edf1f5));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f3f7fa, #edf1f5);
  border-color: #dae1e8;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #444a52;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #e9edf0;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9edf0), to(#dadde0));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #e9edf0, #dadde0);
  border-color: #dae1e8;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  color: #a9b9cc;
  background: none;
  background-color: rgba(243, 247, 250, .64);
  border-color: #dae1e8;
  border-color: rgba(218, 225, 232, .64);
}

.btn-default .badge {
  color: #f3f7fa;
  background-color: #444a52;
}

.btn-primary {
  color: #fdfdfd;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #5081e1;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #5081e1, #4375d6);
  background:         linear-gradient(to top, #5081e1, #4375d6);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5081e1), to(#4375d6));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5081e1, #4375d6);
  border-color: #2e69db;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fdfdfd;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #466fc2;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#466fc2), to(#3963b8));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #466fc2, #3963b8);
  border-color: #2e69db;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: #eee;
  background: none;
  background-color: rgba(80, 129, 225, .64);
  border-color: #2e69db;
  border-color: rgba(46, 105, 219, .3);
}

.btn-primary .badge {
  color: #5081e1;
  background-color: #fdfdfd;
}

.btn-success {
  color: #444a52;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #5cb85c;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #5cb85c, #5cb85c);
  background:         linear-gradient(to top, #5cb85c, #5cb85c);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5cb85c), to(#5cb85c));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5cb85c, #5cb85c);
  border-color: #4cae4c;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #444a52;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #47a447;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#47a447), to(#47a447));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #47a447, #47a447);
  border-color: #4cae4c;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  color: #444a52;
  background: none;
  background-color: rgba(92, 184, 92, .64);
  border-color: #4cae4c;
  border-color: rgba(76, 174, 76, .64);
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #444a52;
}

.btn-info {
  color: #fff;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #5bc0de;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #5bc0de, #5bc0de);
  background:         linear-gradient(to top, #5bc0de, #5bc0de);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5bc0de), to(#5bc0de));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
  border-color: #46b8da;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #39b3d7;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#39b3d7), to(#39b3d7));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #39b3d7, #39b3d7);
  border-color: #46b8da;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  color: #fff;
  background: none;
  background-color: rgba(91, 192, 222, .64);
  border-color: #46b8da;
  border-color: rgba(70, 184, 218, .64);
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #f0ad4e;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #f0ad4e, #f0ad4e);
  background:         linear-gradient(to top, #f0ad4e, #f0ad4e);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0ad4e), to(#f0ad4e));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f0ad4e, #f0ad4e);
  border-color: #eea236;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #ed9c28;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed9c28), to(#ed9c28));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ed9c28, #ed9c28);
  border-color: #eea236;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  color: #fff;
  background: none;
  background-color: rgba(240, 173, 78, .64);
  border-color: #eea236;
  border-color: rgba(238, 162, 54, .64);
}

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

.btn-danger {
  color: #fff;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #d9534f;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #d9534f, #d9534f);
  background:         linear-gradient(to top, #d9534f, #d9534f);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9534f), to(#d9534f));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #d9534f, #d9534f);
  border-color: #d43f3a;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #d2322d;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2322d), to(#d2322d));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #d2322d, #d2322d);
  border-color: #d43f3a;
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  color: #fff;
  background: none;
  background-color: rgba(217, 83, 79, .64);
  border-color: #d43f3a;
  border-color: rgba(212, 63, 58, .64);
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-dropdown {
  position: relative;
  width: 100%;
  padding: 5px 30px 5px 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.btn-dropdown .icon-dropdown-arrow {
  position: absolute;
  top: 1.5px;
  right: 12px;
  font-size: 15px;
  color: #2e69db;
}

.open .icon-dropdown-arrow:before {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
          transform: rotate(180deg);
  /* Standard syntax */
}

::selection {
  color: #444a52;
  background-color: rgba(94, 153, 255, .3);
}

::-moz-selection {
  color: #444a52;
  background-color: rgba(94, 153, 255, .3);
}

::webkit-selection {
  color: #444a52;
  background-color: rgba(94, 153, 255, .3);
}

p.normal-mode-selected-text {
  color: #444a52;
  background-color: rgba(94, 153, 255, .3);
}

.select-mode ::selection {
  color: #fdfdfd;
  background-color: #666f7b;
}

.select-mode ::-moz-selection {
  color: #fdfdfd;
  background-color: #666f7b;
}

.select-mode ::webkit-selection {
  color: #fdfdfd;
  background-color: #666f7b;
}

p.select-mode-selected-text {
  color: #fdfdfd;
  background-color: #666f7b;
}

.spinner-container {
  position: relative;
  width: 48px;
  height: 48px;
}

.spinner-container .spin-circle {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 100;
  width: 52px;
  height: 52px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid #5e99ff;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-animation: spin 3s infinite linear;
      -ms-animation: spin 3s infinite linear;
          animation: spin 3s infinite linear;
}

.spinner-container .spin-inner-circle {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: white;
  border: solid 1px rgba(34, 37, 41, .14);
  border-radius: 50%;
}

.input-spinner {
  width: 16px;
  height: 16px;
}

.input-spinner .spin-circle {
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid #5e99ff;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-left: 3px solid rgba(0, 0, 0, 0);
}

.input-spinner .spin-inner-circle {
  width: 16px;
  height: 16px;
}

.fast-spinner .spin-circle {
  -webkit-animation: spin 1s infinite linear;
      -ms-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(359deg);
        transform: rotate(359deg);
  }
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

@font-face {
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;

  src: url("../fonts/ark-icons-3609ff732105b7dd7d72af0583d5c6be.eot");
  src: url("../fonts/ark-icons-3609ff732105b7dd7d72af0583d5c6be.eot?#iefix") format("embedded-opentype"), url("../fonts/ark-icons-3609ff732105b7dd7d72af0583d5c6be.woff") format("woff"), url("../fonts/ark-icons-3609ff732105b7dd7d72af0583d5c6be.ttf") format("truetype"), url("../fonts/ark-icons-3609ff732105b7dd7d72af0583d5c6be.svg?#ark-icons") format("svg");
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;

  speak: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-24-control-pause:before,
.icon-24-control-pause-solid:before,
.icon-24-control-play:before,
.icon-24-control-play-solid:before,
.icon-24-graph-bar:before,
.icon-24-graph-edit:before,
.icon-24-graph-grid:before,
.icon-24-graph-grid-cell:before,
.icon-24-graph-line:before,
.icon-24-graph-stack:before,
.icon-48-adjacent:before,
.icon-48-all:before,
.icon-48-incoming:before,
.icon-48-outgoing:before,
.icon-8-dropdown-arrow-small:before,
.icon-access:before,
.icon-actionable:before,
.icon-actionable-disable:before,
.icon-actionable-notset:before,
.icon-add:before,
.icon-add-bold:before,
.icon-adjust:before,
.icon-agent:before,
.icon-agent-add:before,
.icon-agent-edit:before,
.icon-agent-group:before,
.icon-agent-like:before,
.icon-agent-offline:before,
.icon-agent-ready:before,
.icon-agent-ready-partial:before,
.icon-agent-search:before,
.icon-agent-status-busy:before,
.icon-agent-status-not-ready:before,
.icon-agent-status-out-of-service:before,
.icon-agent-status-queue-empty:before,
.icon-agent-status-queue-full:before,
.icon-agent-status-queue-part-full:before,
.icon-agent-status-ready:before,
.icon-agent-status-ready-partial:before,
.icon-agent-status-unavailable:before,
.icon-agent-status-unknown:before,
.icon-agent-status-work:before,
.icon-agent-time:before,
.icon-agent-unavailable:before,
.icon-aix:before,
.icon-alert-checkmark:before,
.icon-alert-circle:before,
.icon-alert-info:before,
.icon-alert-octo:before,
.icon-alert-triangle:before,
.icon-app-all:before,
.icon-app-chart:before,
.icon-app-generic:before,
.icon-app-layout:before,
.icon-app-table:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-attach:before,
.icon-audio-disable:before,
.icon-audio-music:before,
.icon-audio-no:before,
.icon-audio-rec:before,
.icon-audio-rec-disable:before,
.icon-audio-voice:before,
.icon-audio-voice-disable:before,
.icon-audio-yes:before,
.icon-bar-graph-variable-1:before,
.icon-bar-graph-variable-2:before,
.icon-biz-attribute:before,
.icon-biz-attribute-disable:before,
.icon-blocks:before,
.icon-book-address:before,
.icon-book-open-details:before,
.icon-briefcase:before,
.icon-bug:before,
.icon-calculator:before,
.icon-calendar-day:before,
.icon-calendar-generic:before,
.icon-calendar-month:before,
.icon-calendar-month-highlight:before,
.icon-campaign:before,
.icon-campaign-disable:before,
.icon-cart:before,
.icon-cells:before,
.icon-certificate:before,
.icon-chat:before,
.icon-chat-add:before,
.icon-chat-disable:before,
.icon-chat-edit:before,
.icon-chat-edit-disable:before,
.icon-chat-end:before,
.icon-chat-forward:before,
.icon-chat-frown:before,
.icon-chat-multi:before,
.icon-chat-oval:before,
.icon-chat-oval-close:before,
.icon-chat-oval-multi:before,
.icon-chat-oval-transfer:before,
.icon-chat-smile:before,
.icon-chat-video:before,
.icon-checkbox:before,
.icon-checkbox-tick:before,
.icon-checkbox-tick-lock:before,
.icon-checkmark-bold:before,
.icon-chevron-left:before,
.icon-chevron-right:before,
.icon-circle-add:before,
.icon-circle-arrow-down:before,
.icon-circle-arrow-left:before,
.icon-circle-arrow-right:before,
.icon-circle-arrow-up:before,
.icon-circle-close:before,
.icon-circle-expand-down:before,
.icon-circle-expand-left:before,
.icon-circle-expand-right:before,
.icon-circle-expand-up:before,
.icon-clip-approve:before,
.icon-clip-exchange:before,
.icon-clip-list:before,
.icon-clock:before,
.icon-clone:before,
.icon-close:before,
.icon-close-bold:before,
.icon-cloud-a:before,
.icon-cloud-b:before,
.icon-cm-96-cloud:before,
.icon-cm-96-desktop:before,
.icon-cm-96-network:before,
.icon-cm-96-outbound:before,
.icon-cm-96-server:before,
.icon-cm-96-server-add:before,
.icon-cm-96-tenant:before,
.icon-cm-96-user:before,
.icon-cm-96-voice:before,
.icon-cobrowse:before,
.icon-cobrowse-chat:before,
.icon-cobrowse-disable:before,
.icon-cobrowse-disiable:before,
.icon-cobrowse-end:before,
.icon-collapse:before,
.icon-column-direction:before,
.icon-column-direction-active:before,
.icon-configuration:before,
.icon-configuration-disable:before,
.icon-contact-add:before,
.icon-contact-assign:before,
.icon-contact-delete:before,
.icon-contact-id:before,
.icon-contact-id-fetch:before,
.icon-contact-switch:before,
.icon-control-backward:before,
.icon-control-forward:before,
.icon-control-left:before,
.icon-control-right:before,
.icon-control-skip-left:before,
.icon-control-skip-next:before,
.icon-control-skip-previous:before,
.icon-control-skip-right:before,
.icon-control-stop:before,
.icon-credit-card:before,
.icon-cs-mobile:before,
.icon-cs-social:before,
.icon-cs-web:before,
.icon-currency-dollar-sign:before,
.icon-dash:before,
.icon-dashtab-dash:before,
.icon-dashtab-settings:before,
.icon-dashtab-xwidget:before,
.icon-dialpad:before,
.icon-dialpod:before,
.icon-doc-add:before,
.icon-doc-all:before,
.icon-doc-all-save:before,
.icon-doc-detail:before,
.icon-doc-detail-add:before,
.icon-doc-forward:before,
.icon-doc-generic:before,
.icon-doc-generic-b:before,
.icon-doc-no:before,
.icon-doc-phone-call:before,
.icon-doc-save:before,
.icon-doc-yes:before,
.icon-doc-yes-b:before,
.icon-download:before,
.icon-dropdown-arrow:before,
.icon-email:before,
.icon-email-delete:before,
.icon-email-forward:before,
.icon-email-move-to-folder:before,
.icon-email-reply:before,
.icon-email-reply-all:before,
.icon-email-resend:before,
.icon-email-send:before,
.icon-email-transfer:before,
.icon-enterprise-extension:before,
.icon-error-bold:before,
.icon-escalate:before,
.icon-event-cluster:before,
.icon-exapand-right:before,
.icon-expand:before,
.icon-expand-down:before,
.icon-expand-left:before,
.icon-expand-right:before,
.icon-expand-up:before,
.icon-face-happy:before,
.icon-face-neutral:before,
.icon-face-sad:before,
.icon-face-solid-happy:before,
.icon-face-solid-sad:before,
.icon-face-unknown:before,
.icon-facebook-square:before,
.icon-film:before,
.icon-film-broadcast:before,
.icon-filter:before,
.icon-folder:before,
.icon-folder-add:before,
.icon-folder-disabled:before,
.icon-folder-media:before,
.icon-folder-open:before,
.icon-folder-open-in:before,
.icon-folder-open-out:before,
.icon-folder-progress:before,
.icon-follow:before,
.icon-follow-disable:before,
.icon-font-bold:before,
.icon-font-decrease:before,
.icon-font-increase:before,
.icon-font-italic:before,
.icon-font-style:before,
.icon-font-underline:before,
.icon-full-screen:before,
.icon-generic:before,
.icon-generic-disable:before,
.icon-generic-laptop:before,
.icon-generic-mobile-phone:before,
.icon-generic-pc:before,
.icon-generic-tablet:before,
.icon-globe:before,
.icon-grab:before,
.icon-graph-bar:before,
.icon-graph-chart:before,
.icon-graph-spark:before,
.icon-grip-horizontal:before,
.icon-grip-vertical:before,
.icon-group:before,
.icon-help:before,
.icon-home:before,
.icon-host:before,
.icon-hp:before,
.icon-in:before,
.icon-in-small:before,
.icon-inspect:before,
.icon-inspect-chat:before,
.icon-inspect-chat-disable:before,
.icon-inspect-disable:before,
.icon-inspect-phone:before,
.icon-inspect-phone-disable:before,
.icon-inspect-star:before,
.icon-ivr:before,
.icon-ivr-disable:before,
.icon-iw-active-circle-callback:before,
.icon-iw-active-circle-campaign:before,
.icon-iw-active-circle-chat-round:before,
.icon-iw-active-circle-chat-square:before,
.icon-iw-active-circle-doc:before,
.icon-iw-active-circle-email:before,
.icon-iw-active-circle-facebook:before,
.icon-iw-active-circle-globe:before,
.icon-iw-active-circle-media:before,
.icon-iw-active-circle-phone-cancel:before,
.icon-iw-active-circle-phone-conf:before,
.icon-iw-active-circle-phone-dial:before,
.icon-iw-active-circle-phone-pause:before,
.icon-iw-active-circle-phone-play:before,
.icon-iw-active-circle-phone-voice:before,
.icon-iw-active-circle-question:before,
.icon-iw-active-circle-rss:before,
.icon-iw-active-circle-twitter:before,
.icon-iw-active-circle-voice:before,
.icon-iw-active-circle-voice-chat:before,
.icon-iw-active-square-view:before,
.icon-iw-arrow-outline-in:before,
.icon-iw-circle-no-add:before,
.icon-iw-circle-no-chevron-down:before,
.icon-iw-circle-no-chevron-up:before,
.icon-iw-circle-yes-add:before,
.icon-iw-circle-yes-chevron-down:before,
.icon-iw-circle-yes-chevron-up:before,
.icon-iw-control-circle-back:before,
.icon-iw-control-circle-fwd:before,
.icon-iw-control-circle-home:before,
.icon-iw-control-circle-play:before,
.icon-iw-control-circle-stop:before,
.icon-iw-done-and-stop:before,
.icon-iw-history:before,
.icon-iw-in-progress:before,
.icon-iw-inspect-voice:before,
.icon-iw-inspect-voice-cancel:before,
.icon-iw-monitor-chat:before,
.icon-iw-monitor-voice:before,
.icon-iw-queue:before,
.icon-iw-routing-point:before,
.icon-iw-save:before,
.icon-iw-save-as:before,
.icon-iw-square-facebook-email:before,
.icon-iw-square-facebook-no:before,
.icon-iw-square-facebook-transfer:before,
.icon-iw-square-facebook-workbin:before,
.icon-iw-square-rss-transfer:before,
.icon-iw-square-rss-workbin:before,
.icon-iw-square-twitter-follow:before,
.icon-iw-square-twitter-no:before,
.icon-iw-square-twitter-transfer:before,
.icon-iw-square-twitter-workbin:before,
.icon-iw-video-suspend:before,
.icon-iw-video-thumb-cancel:before,
.icon-iw-video-thumb-show:before,
.icon-iw-video-thumb-swap:before,
.icon-iw-voice-inspect:before,
.icon-iw-voice-inspect-cancel:before,
.icon-link:before,
.icon-linux:before,
.icon-list-bullets:before,
.icon-list-numbers:before,
.icon-locked:before,
.icon-login-checkmark:before,
.icon-login-error:before,
.icon-login-info:before,
.icon-menu-hamburger:before,
.icon-merge:before,
.icon-minimize:before,
.icon-moon-default:before,
.icon-more:before,
.icon-ms:before,
.icon-network:before,
.icon-notebook:before,
.icon-number-sign:before,
.icon-out:before,
.icon-out-small:before,
.icon-outbound:before,
.icon-page-multi:before,
.icon-page-search:before,
.icon-page-single:before,
.icon-palette:before,
.icon-parameter:before,
.icon-parameter-group:before,
.icon-pc-mobile-phone:before,
.icon-pencil:before,
.icon-people:before,
.icon-people-chat:before,
.icon-person:before,
.icon-phone:before,
.icon-phone-add:before,
.icon-phone-bell:before,
.icon-phone-chat-media:before,
.icon-phone-conference:before,
.icon-phone-decline:before,
.icon-phone-dial:before,
.icon-phone-disabled:before,
.icon-phone-forward:before,
.icon-phone-hold:before,
.icon-phone-incoming:before,
.icon-phone-pause:before,
.icon-phone-rec:before,
.icon-phone-rec-pause:before,
.icon-phone-rec-resume:before,
.icon-phone-rec-stop:before,
.icon-phone-voice:before,
.icon-phone-voice-retrieve:before,
.icon-phones:before,
.icon-picture:before,
.icon-pie-chart:before,
.icon-pin:before,
.icon-pin-alert:before,
.icon-pin-check:before,
.icon-pin-sold-remove:before,
.icon-pin-solid:before,
.icon-pin-solid-add:before,
.icon-pin-text:before,
.icon-pin-time:before,
.icon-pin-zoom-in:before,
.icon-pin-zoom-out:before,
.icon-pinned:before,
.icon-play-list:before,
.icon-printer:before,
.icon-progress-bar:before,
.icon-quotes:before,
.icon-radio:before,
.icon-radio-active:before,
.icon-redo:before,
.icon-refresh:before,
.icon-refresh-with-feedback:before,
.icon-reload:before,
.icon-remember:before,
.icon-reset:before,
.icon-rewind-five-seconds:before,
.icon-rss:before,
.icon-rss-square:before,
.icon-screen-rec-pause:before,
.icon-screen-rec-record:before,
.icon-screen-rec-resume:before,
.icon-screen-rec-stop:before,
.icon-search:before,
.icon-search-next:before,
.icon-search-previous:before,
.icon-searched-term:before,
.icon-secure:before,
.icon-select:before,
.icon-select-no:before,
.icon-select-yes:before,
.icon-server:before,
.icon-server-add:before,
.icon-settings-gear:before,
.icon-settings-gears:before,
.icon-settings-sliders:before,
.icon-share:before,
.icon-sharethis:before,
.icon-shuffle:before,
.icon-site:before,
.icon-site-disable:before,
.icon-skills:before,
.icon-slide-back:before,
.icon-slide-fwd:before,
.icon-small-checkmark:before,
.icon-small-close:before,
.icon-small-plus:before,
.icon-sms-cancel:before,
.icon-sms-message:before,
.icon-sms-reply:before,
.icon-sms-transfer:before,
.icon-solaris:before,
.icon-special-g-brandmark:before,
.icon-star-edit:before,
.icon-star-outline:before,
.icon-stars:before,
.icon-stars-add:before,
.icon-stars-lock:before,
.icon-stars-remove:before,
.icon-status-bad:before,
.icon-status-good:before,
.icon-sun-default:before,
.icon-superviser-chat-cancel:before,
.icon-supervisor:before,
.icon-supervisor-cancel:before,
.icon-supervisor-chat:before,
.icon-supervisor-voice:before,
.icon-supervisor-voice-cancel:before,
.icon-switch:before,
.icon-switch-disable:before,
.icon-symbol-man:before,
.icon-symbol-woman:before,
.icon-tag-stat-add:before,
.icon-tag-stat-remove:before,
.icon-team-communicator:before,
.icon-tenant:before,
.icon-tenant-disable:before,
.icon-text-centered:before,
.icon-text-generic:before,
.icon-text-indent-left:before,
.icon-text-indent-right:before,
.icon-text-justify-center:before,
.icon-text-justify-full:before,
.icon-text-justify-left:before,
.icon-text-justify-right:before,
.icon-text-spelling:before,
.icon-thumbs-down:before,
.icon-thumbs-up:before,
.icon-tick:before,
.icon-timeline:before,
.icon-toggle:before,
.icon-toggle-off:before,
.icon-toggle-on:before,
.icon-training:before,
.icon-transfer:before,
.icon-trash:before,
.icon-tree-branch:before,
.icon-twitter:before,
.icon-twitter-square:before,
.icon-undo:before,
.icon-unlocked:before,
.icon-unmerge:before,
.icon-video:before,
.icon-video-add:before,
.icon-video-disable:before,
.icon-video-end:before,
.icon-video-forward:before,
.icon-video-pause:before,
.icon-video-voice:before,
.icon-videocam-1:before,
.icon-videocam-1-disable:before,
.icon-videocam-2:before,
.icon-videocam-2-disable:before,
.icon-view-details-bottom:before,
.icon-view-details-right:before,
.icon-view-grid:before,
.icon-view-list:before,
.icon-view-lists:before,
.icon-view-stacked:before,
.icon-view-tree:before,
.icon-voicemail:before,
.icon-window-expand:before,
.icon-zoom-in:before,
.icon-zoom-out:before {
  display: inline-block;
  font-family: "ark-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.icon-24-control-pause:before {
  content: "\e001";
}

.icon-24-control-pause-solid:before {
  content: "\e002";
}

.icon-24-control-play:before {
  content: "\e003";
}

.icon-24-control-play-solid:before {
  content: "\e004";
}

.icon-24-graph-bar:before {
  content: "\e005";
}

.icon-24-graph-edit:before {
  content: "\e006";
}

.icon-24-graph-grid:before {
  content: "\e007";
}

.icon-24-graph-grid-cell:before {
  content: "\e008";
}

.icon-24-graph-line:before {
  content: "\e009";
}

.icon-24-graph-stack:before {
  content: "\e00a";
}

.icon-48-adjacent:before {
  content: "\e00b";
}

.icon-48-all:before {
  content: "\e00c";
}

.icon-48-incoming:before {
  content: "\e00d";
}

.icon-48-outgoing:before {
  content: "\e00e";
}

.icon-8-dropdown-arrow-small:before {
  content: "\e00f";
}

.icon-access:before {
  content: "\e010";
}

.icon-actionable:before {
  content: "\e011";
}

.icon-actionable-disable:before {
  content: "\e012";
}

.icon-actionable-notset:before {
  content: "\e013";
}

.icon-add:before {
  content: "\e014";
}

.icon-add-bold:before {
  content: "\e015";
}

.icon-adjust:before {
  content: "\e016";
}

.icon-agent:before {
  content: "\e017";
}

.icon-agent-add:before {
  content: "\e018";
}

.icon-agent-edit:before {
  content: "\e019";
}

.icon-agent-group:before {
  content: "\e01a";
}

.icon-agent-like:before {
  content: "\e01b";
}

.icon-agent-offline:before {
  content: "\e01c";
}

.icon-agent-ready:before {
  content: "\e01d";
}

.icon-agent-ready-partial:before {
  content: "\e01e";
}

.icon-agent-search:before {
  content: "\e01f";
}

.icon-agent-status-busy:before {
  content: "\e020";
}

.icon-agent-status-not-ready:before {
  content: "\e021";
}

.icon-agent-status-out-of-service:before {
  content: "\e022";
}

.icon-agent-status-queue-empty:before {
  content: "\e023";
}

.icon-agent-status-queue-full:before {
  content: "\e024";
}

.icon-agent-status-queue-part-full:before {
  content: "\e025";
}

.icon-agent-status-ready:before {
  content: "\e026";
}

.icon-agent-status-ready-partial:before {
  content: "\e027";
}

.icon-agent-status-unavailable:before {
  content: "\e028";
}

.icon-agent-status-unknown:before {
  content: "\e029";
}

.icon-agent-status-work:before {
  content: "\e02a";
}

.icon-agent-time:before {
  content: "\e02b";
}

.icon-agent-unavailable:before {
  content: "\e02c";
}

.icon-aix:before {
  content: "\e02d";
}

.icon-alert-checkmark:before {
  content: "\e02e";
}

.icon-alert-circle:before {
  content: "\e02f";
}

.icon-alert-info:before {
  content: "\e030";
}

.icon-alert-octo:before {
  content: "\e031";
}

.icon-alert-triangle:before {
  content: "\e032";
}

.icon-app-all:before {
  content: "\e033";
}

.icon-app-chart:before {
  content: "\e034";
}

.icon-app-generic:before {
  content: "\e035";
}

.icon-app-layout:before {
  content: "\e036";
}

.icon-app-table:before {
  content: "\e037";
}

.icon-arrow-down:before {
  content: "\e038";
}

.icon-arrow-left:before {
  content: "\e039";
}

.icon-arrow-right:before {
  content: "\e03a";
}

.icon-arrow-up:before {
  content: "\e03b";
}

.icon-attach:before {
  content: "\e03c";
}

.icon-audio-disable:before {
  content: "\e03d";
}

.icon-audio-music:before {
  content: "\e03e";
}

.icon-audio-no:before {
  content: "\e03f";
}

.icon-audio-rec:before {
  content: "\e040";
}

.icon-audio-rec-disable:before {
  content: "\e041";
}

.icon-audio-voice:before {
  content: "\e042";
}

.icon-audio-voice-disable:before {
  content: "\e043";
}

.icon-audio-yes:before {
  content: "\e044";
}

.icon-bar-graph-variable-1:before {
  content: "\e045";
}

.icon-bar-graph-variable-2:before {
  content: "\e046";
}

.icon-biz-attribute:before {
  content: "\e047";
}

.icon-biz-attribute-disable:before {
  content: "\e048";
}

.icon-blocks:before {
  content: "\e049";
}

.icon-book-address:before {
  content: "\e04a";
}

.icon-book-open-details:before {
  content: "\e04b";
}

.icon-briefcase:before {
  content: "\e04c";
}

.icon-bug:before {
  content: "\e04d";
}

.icon-calculator:before {
  content: "\e04e";
}

.icon-calendar-day:before {
  content: "\e04f";
}

.icon-calendar-generic:before {
  content: "\e050";
}

.icon-calendar-month:before {
  content: "\e051";
}

.icon-calendar-month-highlight:before {
  content: "\e052";
}

.icon-campaign:before {
  content: "\e053";
}

.icon-campaign-disable:before {
  content: "\e054";
}

.icon-cart:before {
  content: "\e055";
}

.icon-cells:before {
  content: "\e056";
}

.icon-certificate:before {
  content: "\e057";
}

.icon-chat:before {
  content: "\e058";
}

.icon-chat-add:before {
  content: "\e059";
}

.icon-chat-disable:before {
  content: "\e05a";
}

.icon-chat-edit:before {
  content: "\e05b";
}

.icon-chat-edit-disable:before {
  content: "\e05c";
}

.icon-chat-end:before {
  content: "\e05d";
}

.icon-chat-forward:before {
  content: "\e05e";
}

.icon-chat-frown:before {
  content: "\e05f";
}

.icon-chat-multi:before {
  content: "\e060";
}

.icon-chat-oval:before {
  content: "\e061";
}

.icon-chat-oval-close:before {
  content: "\e062";
}

.icon-chat-oval-multi:before {
  content: "\e063";
}

.icon-chat-oval-transfer:before {
  content: "\e064";
}

.icon-chat-smile:before {
  content: "\e065";
}

.icon-chat-video:before {
  content: "\e066";
}

.icon-checkbox:before {
  content: "\e067";
}

.icon-checkbox-tick:before {
  content: "\e068";
}

.icon-checkbox-tick-lock:before {
  content: "\e069";
}

.icon-checkmark-bold:before {
  content: "\e06a";
}

.icon-chevron-left:before {
  content: "\e06b";
}

.icon-chevron-right:before {
  content: "\e06c";
}

.icon-circle-add:before {
  content: "\e06d";
}

.icon-circle-arrow-down:before {
  content: "\e06e";
}

.icon-circle-arrow-left:before {
  content: "\e06f";
}

.icon-circle-arrow-right:before {
  content: "\e070";
}

.icon-circle-arrow-up:before {
  content: "\e071";
}

.icon-circle-close:before {
  content: "\e072";
}

.icon-circle-expand-down:before {
  content: "\e073";
}

.icon-circle-expand-left:before {
  content: "\e074";
}

.icon-circle-expand-right:before {
  content: "\e075";
}

.icon-circle-expand-up:before {
  content: "\e076";
}

.icon-clip-approve:before {
  content: "\e077";
}

.icon-clip-exchange:before {
  content: "\e078";
}

.icon-clip-list:before {
  content: "\e079";
}

.icon-clock:before {
  content: "\e07a";
}

.icon-clone:before {
  content: "\e07b";
}

.icon-close:before {
  content: "\e07c";
}

.icon-close-bold:before {
  content: "\e07d";
}

.icon-cloud-a:before {
  content: "\e07e";
}

.icon-cloud-b:before {
  content: "\e07f";
}

.icon-cm-96-cloud:before {
  content: "\e080";
}

.icon-cm-96-desktop:before {
  content: "\e081";
}

.icon-cm-96-network:before {
  content: "\e082";
}

.icon-cm-96-outbound:before {
  content: "\e083";
}

.icon-cm-96-server:before {
  content: "\e084";
}

.icon-cm-96-server-add:before {
  content: "\e085";
}

.icon-cm-96-tenant:before {
  content: "\e086";
}

.icon-cm-96-user:before {
  content: "\e087";
}

.icon-cm-96-voice:before {
  content: "\e088";
}

.icon-cobrowse:before {
  content: "\e089";
}

.icon-cobrowse-chat:before {
  content: "\e08a";
}

.icon-cobrowse-disable:before {
  content: "\e08b";
}

.icon-cobrowse-disiable:before {
  content: "\e08c";
}

.icon-cobrowse-end:before {
  content: "\e08d";
}

.icon-collapse:before {
  content: "\e08e";
}

.icon-column-direction:before {
  content: "\e08f";
}

.icon-column-direction-active:before {
  content: "\e090";
}

.icon-configuration:before {
  content: "\e091";
}

.icon-configuration-disable:before {
  content: "\e092";
}

.icon-contact-add:before {
  content: "\e093";
}

.icon-contact-assign:before {
  content: "\e094";
}

.icon-contact-delete:before {
  content: "\e095";
}

.icon-contact-id:before {
  content: "\e096";
}

.icon-contact-id-fetch:before {
  content: "\e097";
}

.icon-contact-switch:before {
  content: "\e098";
}

.icon-control-backward:before {
  content: "\e099";
}

.icon-control-forward:before {
  content: "\e09a";
}

.icon-control-left:before {
  content: "\e09b";
}

.icon-control-right:before {
  content: "\e09c";
}

.icon-control-skip-left:before {
  content: "\e09d";
}

.icon-control-skip-next:before {
  content: "\e09e";
}

.icon-control-skip-previous:before {
  content: "\e09f";
}

.icon-control-skip-right:before {
  content: "\e0a0";
}

.icon-control-stop:before {
  content: "\e0a1";
}

.icon-credit-card:before {
  content: "\e0a2";
}

.icon-cs-mobile:before {
  content: "\e0a3";
}

.icon-cs-social:before {
  content: "\e0a4";
}

.icon-cs-web:before {
  content: "\e0a5";
}

.icon-currency-dollar-sign:before {
  content: "\e0a6";
}

.icon-dash:before {
  content: "\e0a7";
}

.icon-dashtab-dash:before {
  content: "\e0a8";
}

.icon-dashtab-settings:before {
  content: "\e0a9";
}

.icon-dashtab-xwidget:before {
  content: "\e0aa";
}

.icon-dialpad:before {
  content: "\e0ab";
}

.icon-dialpod:before {
  content: "\e0ac";
}

.icon-doc-add:before {
  content: "\e0ad";
}

.icon-doc-all:before {
  content: "\e0ae";
}

.icon-doc-all-save:before {
  content: "\e0af";
}

.icon-doc-detail:before {
  content: "\e0b0";
}

.icon-doc-detail-add:before {
  content: "\e0b1";
}

.icon-doc-forward:before {
  content: "\e0b2";
}

.icon-doc-generic:before {
  content: "\e0b3";
}

.icon-doc-generic-b:before {
  content: "\e0b4";
}

.icon-doc-no:before {
  content: "\e0b5";
}

.icon-doc-phone-call:before {
  content: "\e0b6";
}

.icon-doc-save:before {
  content: "\e0b7";
}

.icon-doc-yes:before {
  content: "\e0b8";
}

.icon-doc-yes-b:before {
  content: "\e0b9";
}

.icon-download:before {
  content: "\e0ba";
}

.icon-dropdown-arrow:before {
  content: "\e0bb";
}

.icon-email:before {
  content: "\e0bc";
}

.icon-email-delete:before {
  content: "\e0bd";
}

.icon-email-forward:before {
  content: "\e0be";
}

.icon-email-move-to-folder:before {
  content: "\e0bf";
}

.icon-email-reply:before {
  content: "\e0c0";
}

.icon-email-reply-all:before {
  content: "\e0c1";
}

.icon-email-resend:before {
  content: "\e0c2";
}

.icon-email-send:before {
  content: "\e0c3";
}

.icon-email-transfer:before {
  content: "\e0c4";
}

.icon-enterprise-extension:before {
  content: "\e0c5";
}

.icon-error-bold:before {
  content: "\e0c6";
}

.icon-escalate:before {
  content: "\e0c7";
}

.icon-event-cluster:before {
  content: "\e0c8";
}

.icon-exapand-right:before {
  content: "\e0c9";
}

.icon-expand:before {
  content: "\e0ca";
}

.icon-expand-down:before {
  content: "\e0cb";
}

.icon-expand-left:before {
  content: "\e0cc";
}

.icon-expand-right:before {
  content: "\e0cd";
}

.icon-expand-up:before {
  content: "\e0ce";
}

.icon-face-happy:before {
  content: "\e0cf";
}

.icon-face-neutral:before {
  content: "\e0d0";
}

.icon-face-sad:before {
  content: "\e0d1";
}

.icon-face-solid-happy:before {
  content: "\e0d2";
}

.icon-face-solid-sad:before {
  content: "\e0d3";
}

.icon-face-unknown:before {
  content: "\e0d4";
}

.icon-facebook-square:before {
  content: "\e0d5";
}

.icon-film:before {
  content: "\e0d6";
}

.icon-film-broadcast:before {
  content: "\e0d7";
}

.icon-filter:before {
  content: "\e0d8";
}

.icon-folder:before {
  content: "\e0d9";
}

.icon-folder-add:before {
  content: "\e0da";
}

.icon-folder-disabled:before {
  content: "\e0db";
}

.icon-folder-media:before {
  content: "\e0dc";
}

.icon-folder-open:before {
  content: "\e0dd";
}

.icon-folder-open-in:before {
  content: "\e0de";
}

.icon-folder-open-out:before {
  content: "\e0df";
}

.icon-folder-progress:before {
  content: "\e0e0";
}

.icon-follow:before {
  content: "\e0e1";
}

.icon-follow-disable:before {
  content: "\e0e2";
}

.icon-font-bold:before {
  content: "\e0e3";
}

.icon-font-decrease:before {
  content: "\e0e4";
}

.icon-font-increase:before {
  content: "\e0e5";
}

.icon-font-italic:before {
  content: "\e0e6";
}

.icon-font-style:before {
  content: "\e0e7";
}

.icon-font-underline:before {
  content: "\e0e8";
}

.icon-full-screen:before {
  content: "\e0e9";
}

.icon-generic:before {
  content: "\e0ea";
}

.icon-generic-disable:before {
  content: "\e0eb";
}

.icon-generic-laptop:before {
  content: "\e0ec";
}

.icon-generic-mobile-phone:before {
  content: "\e0ed";
}

.icon-generic-pc:before {
  content: "\e0ee";
}

.icon-generic-tablet:before {
  content: "\e0ef";
}

.icon-globe:before {
  content: "\e0f0";
}

.icon-grab:before {
  content: "\e0f1";
}

.icon-graph-bar:before {
  content: "\e0f2";
}

.icon-graph-chart:before {
  content: "\e0f3";
}

.icon-graph-spark:before {
  content: "\e0f4";
}

.icon-grip-horizontal:before {
  content: "\e0f5";
}

.icon-grip-vertical:before {
  content: "\e0f6";
}

.icon-group:before {
  content: "\e0f7";
}

.icon-help:before {
  content: "\e0f8";
}

.icon-home:before {
  content: "\e0f9";
}

.icon-host:before {
  content: "\e0fa";
}

.icon-hp:before {
  content: "\e0fb";
}

.icon-in:before {
  content: "\e0fc";
}

.icon-in-small:before {
  content: "\e0fd";
}

.icon-inspect:before {
  content: "\e0fe";
}

.icon-inspect-chat:before {
  content: "\e0ff";
}

.icon-inspect-chat-disable:before {
  content: "\e100";
}

.icon-inspect-disable:before {
  content: "\e101";
}

.icon-inspect-phone:before {
  content: "\e102";
}

.icon-inspect-phone-disable:before {
  content: "\e103";
}

.icon-inspect-star:before {
  content: "\e104";
}

.icon-ivr:before {
  content: "\e105";
}

.icon-ivr-disable:before {
  content: "\e106";
}

.icon-iw-active-circle-callback:before {
  content: "\e107";
}

.icon-iw-active-circle-campaign:before {
  content: "\e108";
}

.icon-iw-active-circle-chat-round:before {
  content: "\e109";
}

.icon-iw-active-circle-chat-square:before {
  content: "\e10a";
}

.icon-iw-active-circle-doc:before {
  content: "\e10b";
}

.icon-iw-active-circle-email:before {
  content: "\e10c";
}

.icon-iw-active-circle-facebook:before {
  content: "\e10d";
}

.icon-iw-active-circle-globe:before {
  content: "\e10e";
}

.icon-iw-active-circle-media:before {
  content: "\e10f";
}

.icon-iw-active-circle-phone-cancel:before {
  content: "\e110";
}

.icon-iw-active-circle-phone-conf:before {
  content: "\e111";
}

.icon-iw-active-circle-phone-dial:before {
  content: "\e112";
}

.icon-iw-active-circle-phone-pause:before {
  content: "\e113";
}

.icon-iw-active-circle-phone-play:before {
  content: "\e114";
}

.icon-iw-active-circle-phone-voice:before {
  content: "\e115";
}

.icon-iw-active-circle-question:before {
  content: "\e116";
}

.icon-iw-active-circle-rss:before {
  content: "\e117";
}

.icon-iw-active-circle-twitter:before {
  content: "\e118";
}

.icon-iw-active-circle-voice:before {
  content: "\e119";
}

.icon-iw-active-circle-voice-chat:before {
  content: "\e11a";
}

.icon-iw-active-square-view:before {
  content: "\e11b";
}

.icon-iw-arrow-outline-in:before {
  content: "\e11c";
}

.icon-iw-circle-no-add:before {
  content: "\e11d";
}

.icon-iw-circle-no-chevron-down:before {
  content: "\e11e";
}

.icon-iw-circle-no-chevron-up:before {
  content: "\e11f";
}

.icon-iw-circle-yes-add:before {
  content: "\e120";
}

.icon-iw-circle-yes-chevron-down:before {
  content: "\e121";
}

.icon-iw-circle-yes-chevron-up:before {
  content: "\e122";
}

.icon-iw-control-circle-back:before {
  content: "\e123";
}

.icon-iw-control-circle-fwd:before {
  content: "\e124";
}

.icon-iw-control-circle-home:before {
  content: "\e125";
}

.icon-iw-control-circle-play:before {
  content: "\e126";
}

.icon-iw-control-circle-stop:before {
  content: "\e127";
}

.icon-iw-done-and-stop:before {
  content: "\e128";
}

.icon-iw-history:before {
  content: "\e129";
}

.icon-iw-in-progress:before {
  content: "\e12a";
}

.icon-iw-inspect-voice:before {
  content: "\e12b";
}

.icon-iw-inspect-voice-cancel:before {
  content: "\e12c";
}

.icon-iw-monitor-chat:before {
  content: "\e12d";
}

.icon-iw-monitor-voice:before {
  content: "\e12e";
}

.icon-iw-queue:before {
  content: "\e12f";
}

.icon-iw-routing-point:before {
  content: "\e130";
}

.icon-iw-save:before {
  content: "\e131";
}

.icon-iw-save-as:before {
  content: "\e132";
}

.icon-iw-square-facebook-email:before {
  content: "\e133";
}

.icon-iw-square-facebook-no:before {
  content: "\e134";
}

.icon-iw-square-facebook-transfer:before {
  content: "\e135";
}

.icon-iw-square-facebook-workbin:before {
  content: "\e136";
}

.icon-iw-square-rss-transfer:before {
  content: "\e137";
}

.icon-iw-square-rss-workbin:before {
  content: "\e138";
}

.icon-iw-square-twitter-follow:before {
  content: "\e139";
}

.icon-iw-square-twitter-no:before {
  content: "\e13a";
}

.icon-iw-square-twitter-transfer:before {
  content: "\e13b";
}

.icon-iw-square-twitter-workbin:before {
  content: "\e13c";
}

.icon-iw-video-suspend:before {
  content: "\e13d";
}

.icon-iw-video-thumb-cancel:before {
  content: "\e13e";
}

.icon-iw-video-thumb-show:before {
  content: "\e13f";
}

.icon-iw-video-thumb-swap:before {
  content: "\e140";
}

.icon-iw-voice-inspect:before {
  content: "\e141";
}

.icon-iw-voice-inspect-cancel:before {
  content: "\e142";
}

.icon-link:before {
  content: "\e143";
}

.icon-linux:before {
  content: "\e144";
}

.icon-list-bullets:before {
  content: "\e145";
}

.icon-list-numbers:before {
  content: "\e146";
}

.icon-locked:before {
  content: "\e147";
}

.icon-login-checkmark:before {
  content: "\e148";
}

.icon-login-error:before {
  content: "\e149";
}

.icon-login-info:before {
  content: "\e14a";
}

.icon-menu-hamburger:before {
  content: "\e14b";
}

.icon-merge:before {
  content: "\e14c";
}

.icon-minimize:before {
  content: "\e14d";
}

.icon-moon-default:before {
  content: "\e14e";
}

.icon-more:before {
  content: "\e14f";
}

.icon-ms:before {
  content: "\e150";
}

.icon-network:before {
  content: "\e151";
}

.icon-notebook:before {
  content: "\e152";
}

.icon-number-sign:before {
  content: "\e153";
}

.icon-out:before {
  content: "\e154";
}

.icon-out-small:before {
  content: "\e155";
}

.icon-outbound:before {
  content: "\e156";
}

.icon-page-multi:before {
  content: "\e157";
}

.icon-page-search:before {
  content: "\e158";
}

.icon-page-single:before {
  content: "\e159";
}

.icon-palette:before {
  content: "\e15a";
}

.icon-parameter:before {
  content: "\e15b";
}

.icon-parameter-group:before {
  content: "\e15c";
}

.icon-pc-mobile-phone:before {
  content: "\e15d";
}

.icon-pencil:before {
  content: "\e15e";
}

.icon-people:before {
  content: "\e15f";
}

.icon-people-chat:before {
  content: "\e160";
}

.icon-person:before {
  content: "\e161";
}

.icon-phone:before {
  content: "\e162";
}

.icon-phone-add:before {
  content: "\e163";
}

.icon-phone-bell:before {
  content: "\e164";
}

.icon-phone-chat-media:before {
  content: "\e165";
}

.icon-phone-conference:before {
  content: "\e166";
}

.icon-phone-decline:before {
  content: "\e167";
}

.icon-phone-dial:before {
  content: "\e168";
}

.icon-phone-disabled:before {
  content: "\e169";
}

.icon-phone-forward:before {
  content: "\e16a";
}

.icon-phone-hold:before {
  content: "\e16b";
}

.icon-phone-incoming:before {
  content: "\e16c";
}

.icon-phone-pause:before {
  content: "\e16d";
}

.icon-phone-rec:before {
  content: "\e16e";
}

.icon-phone-rec-pause:before {
  content: "\e16f";
}

.icon-phone-rec-resume:before {
  content: "\e170";
}

.icon-phone-rec-stop:before {
  content: "\e171";
}

.icon-phone-voice:before {
  content: "\e172";
}

.icon-phone-voice-retrieve:before {
  content: "\e173";
}

.icon-phones:before {
  content: "\e174";
}

.icon-picture:before {
  content: "\e175";
}

.icon-pie-chart:before {
  content: "\e176";
}

.icon-pin:before {
  content: "\e177";
}

.icon-pin-alert:before {
  content: "\e178";
}

.icon-pin-check:before {
  content: "\e179";
}

.icon-pin-sold-remove:before {
  content: "\e17a";
}

.icon-pin-solid:before {
  content: "\e17b";
}

.icon-pin-solid-add:before {
  content: "\e17c";
}

.icon-pin-text:before {
  content: "\e17d";
}

.icon-pin-time:before {
  content: "\e17e";
}

.icon-pin-zoom-in:before {
  content: "\e17f";
}

.icon-pin-zoom-out:before {
  content: "\e180";
}

.icon-pinned:before {
  content: "\e181";
}

.icon-play-list:before {
  content: "\e182";
}

.icon-printer:before {
  content: "\e183";
}

.icon-progress-bar:before {
  content: "\e184";
}

.icon-quotes:before {
  content: "\e185";
}

.icon-radio:before {
  content: "\e186";
}

.icon-radio-active:before {
  content: "\e187";
}

.icon-redo:before {
  content: "\e188";
}

.icon-refresh:before {
  content: "\e189";
}

.icon-refresh-with-feedback:before {
  content: "\e18a";
}

.icon-reload:before {
  content: "\e18b";
}

.icon-remember:before {
  content: "\e18c";
}

.icon-reset:before {
  content: "\e18d";
}

.icon-rewind-five-seconds:before {
  content: "\e18e";
}

.icon-rss:before {
  content: "\e18f";
}

.icon-rss-square:before {
  content: "\e190";
}

.icon-screen-rec-pause:before {
  content: "\e191";
}

.icon-screen-rec-record:before {
  content: "\e192";
}

.icon-screen-rec-resume:before {
  content: "\e193";
}

.icon-screen-rec-stop:before {
  content: "\e194";
}

.icon-search:before {
  content: "\e195";
}

.icon-search-next:before {
  content: "\e196";
}

.icon-search-previous:before {
  content: "\e197";
}

.icon-searched-term:before {
  content: "\e198";
}

.icon-secure:before {
  content: "\e199";
}

.icon-select:before {
  content: "\e19a";
}

.icon-select-no:before {
  content: "\e19b";
}

.icon-select-yes:before {
  content: "\e19c";
}

.icon-server:before {
  content: "\e19d";
}

.icon-server-add:before {
  content: "\e19e";
}

.icon-settings-gear:before {
  content: "\e19f";
}

.icon-settings-gears:before {
  content: "\e1a0";
}

.icon-settings-sliders:before {
  content: "\e1a1";
}

.icon-share:before {
  content: "\e1a2";
}

.icon-sharethis:before {
  content: "\e1a3";
}

.icon-shuffle:before {
  content: "\e1a4";
}

.icon-site:before {
  content: "\e1a5";
}

.icon-site-disable:before {
  content: "\e1a6";
}

.icon-skills:before {
  content: "\e1a7";
}

.icon-slide-back:before {
  content: "\e1a8";
}

.icon-slide-fwd:before {
  content: "\e1a9";
}

.icon-small-checkmark:before {
  content: "\e1aa";
}

.icon-small-close:before {
  content: "\e1ab";
}

.icon-small-plus:before {
  content: "\e1ac";
}

.icon-sms-cancel:before {
  content: "\e1ad";
}

.icon-sms-message:before {
  content: "\e1ae";
}

.icon-sms-reply:before {
  content: "\e1af";
}

.icon-sms-transfer:before {
  content: "\e1b0";
}

.icon-solaris:before {
  content: "\e1b1";
}

.icon-special-g-brandmark:before {
  content: "\e1b2";
}

.icon-star-edit:before {
  content: "\e1b3";
}

.icon-star-outline:before {
  content: "\e1b4";
}

.icon-stars:before {
  content: "\e1b5";
}

.icon-stars-add:before {
  content: "\e1b6";
}

.icon-stars-lock:before {
  content: "\e1b7";
}

.icon-stars-remove:before {
  content: "\e1b8";
}

.icon-status-bad:before {
  content: "\e1b9";
}

.icon-status-good:before {
  content: "\e1ba";
}

.icon-sun-default:before {
  content: "\e1bb";
}

.icon-superviser-chat-cancel:before {
  content: "\e1bc";
}

.icon-supervisor:before {
  content: "\e1bd";
}

.icon-supervisor-cancel:before {
  content: "\e1be";
}

.icon-supervisor-chat:before {
  content: "\e1bf";
}

.icon-supervisor-voice:before {
  content: "\e1c0";
}

.icon-supervisor-voice-cancel:before {
  content: "\e1c1";
}

.icon-switch:before {
  content: "\e1c2";
}

.icon-switch-disable:before {
  content: "\e1c3";
}

.icon-symbol-man:before {
  content: "\e1c4";
}

.icon-symbol-woman:before {
  content: "\e1c5";
}

.icon-tag-stat-add:before {
  content: "\e1c6";
}

.icon-tag-stat-remove:before {
  content: "\e1c7";
}

.icon-team-communicator:before {
  content: "\e1c8";
}

.icon-tenant:before {
  content: "\e1c9";
}

.icon-tenant-disable:before {
  content: "\e1ca";
}

.icon-text-centered:before {
  content: "\e1cb";
}

.icon-text-generic:before {
  content: "\e1cc";
}

.icon-text-indent-left:before {
  content: "\e1cd";
}

.icon-text-indent-right:before {
  content: "\e1ce";
}

.icon-text-justify-center:before {
  content: "\e1cf";
}

.icon-text-justify-full:before {
  content: "\e1d0";
}

.icon-text-justify-left:before {
  content: "\e1d1";
}

.icon-text-justify-right:before {
  content: "\e1d2";
}

.icon-text-spelling:before {
  content: "\e1d3";
}

.icon-thumbs-down:before {
  content: "\e1d4";
}

.icon-thumbs-up:before {
  content: "\e1d5";
}

.icon-tick:before {
  content: "\e1d6";
}

.icon-timeline:before {
  content: "\e1d7";
}

.icon-toggle:before {
  content: "\e1d8";
}

.icon-toggle-off:before {
  content: "\e1d9";
}

.icon-toggle-on:before {
  content: "\e1da";
}

.icon-training:before {
  content: "\e1db";
}

.icon-transfer:before {
  content: "\e1dc";
}

.icon-trash:before {
  content: "\e1dd";
}

.icon-tree-branch:before {
  content: "\e1de";
}

.icon-twitter:before {
  content: "\e1df";
}

.icon-twitter-square:before {
  content: "\e1e0";
}

.icon-undo:before {
  content: "\e1e1";
}

.icon-unlocked:before {
  content: "\e1e2";
}

.icon-unmerge:before {
  content: "\e1e3";
}

.icon-video:before {
  content: "\e1e4";
}

.icon-video-add:before {
  content: "\e1e5";
}

.icon-video-disable:before {
  content: "\e1e6";
}

.icon-video-end:before {
  content: "\e1e7";
}

.icon-video-forward:before {
  content: "\e1e8";
}

.icon-video-pause:before {
  content: "\e1e9";
}

.icon-video-voice:before {
  content: "\e1ea";
}

.icon-videocam-1:before {
  content: "\e1eb";
}

.icon-videocam-1-disable:before {
  content: "\e1ec";
}

.icon-videocam-2:before {
  content: "\e1ed";
}

.icon-videocam-2-disable:before {
  content: "\e1ee";
}

.icon-view-details-bottom:before {
  content: "\e1ef";
}

.icon-view-details-right:before {
  content: "\e1f0";
}

.icon-view-grid:before {
  content: "\e1f1";
}

.icon-view-list:before {
  content: "\e1f2";
}

.icon-view-lists:before {
  content: "\e1f3";
}

.icon-view-stacked:before {
  content: "\e1f4";
}

.icon-view-tree:before {
  content: "\e1f5";
}

.icon-voicemail:before {
  content: "\e1f6";
}

.icon-window-expand:before {
  content: "\e1f7";
}

.icon-zoom-in:before {
  content: "\e1f8";
}

.icon-zoom-out:before {
  content: "\e1f9";
}

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

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.66666667;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu.not(.selectpicker) > li > a:hover,
.dropdown-menu.not(.selectpicker) > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2e69db;
  outline: none;
}

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66666667;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar {
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #2e69db;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-group {
  min-width: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 4px 22px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #444a52;
  text-align: center;
  background-color: #eee;
  border: 1px solid #dae1e8;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav > li > a:focus {
  text-decoration: none;
  outline: 0;
}

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

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #000;
}

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

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

.nav-tabs {
  background-color: #5e99ff;
  border-bottom: 1px solid #e3e9ef;
}

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

.nav-tabs > li:first-child {
  margin-left: 4px;
}

.nav-tabs > li > a {
  width: 140px;
  height: 36px;
  padding-top: 7px;
  margin-top: 4px;
  margin-right: 4px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.66666667;
  color: #fdfdfd;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2e69db;
  border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
  background-color: #2e69db;
  border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: 700;
  color: #444a52;
  cursor: default;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-bottom-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.side-tabs-container {
  min-width: 140px;
  padding: 8px 0 0 5px;
  background-color: #fff;
}

.side-tabs-container:after {
  display: block;
  height: 0;
  clear: both;
  content: " ";
}

.side-tabs-container .nav-side-tabs {
  z-index: 50;
  float: left;
  height: 100%;
  overflow: hidden;
  background-color: inherit;
}

.side-tabs-container .nav-side-tabs > li {
  width: 140px;
}

.side-tabs-container .nav-side-tabs > li:first-child {
  border-top: 1px solid #ccc;
}

.side-tabs-container .nav-side-tabs > li > a {
  width: 140px;
  padding: 15px 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f4f4f4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.side-tabs-container .nav-side-tabs > li > a:hover {
  background-color: #fafafa;
}

.side-tabs-container .nav-side-tabs > li.active {
  background-color: inherit;
}

.side-tabs-container .nav-side-tabs > li.active > a {
  width: 141px;
  margin-left: .5px;
  background-color: inherit;
}

.side-tabs-container .tabs-contents {
  z-index: 30;
  float: left;
  min-height: 500px;
  padding: 40px;
  margin-left: -1px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

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

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

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

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #2e69db;
  background-color: #fff;
  border: 1px solid #333;
}

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  max-height: 40px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    width: 100%;
  }

  .navbar-collapse > .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-collapse > .navbar-nav li {
    background-color: #444a52;
    border-style: solid;
    border-width: 2px 2px 0 2px;
  }

  .navbar-collapse > .navbar-nav .divider {
    display: none;
  }

  .navbar-collapse > .navbar-nav li a {
    padding-right: 12px;
    padding-left: 12px;
    margin: 0;
    border-top: 0 !important;
  }

  .navbar-collapse > .navbar-nav .active > a {
    background-color: #5e99ff !important;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand .fonticon.icon-special-g-brandmark {
  position: relative;
  bottom: 2px;
  margin: 5px;
}

.navbar-brand {
  float: left;
  height: 40px;
  padding: 10px 15px;
  padding-right: 13px!important;
  font-size: 12px;
  font-size: 13px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5px -15px;
}

.navbar-nav > li > a {
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 9px;
  padding-left: 0;
  margin-right: 12px;
  margin-left: 12px;
  line-height: 20px;
  cursor: pointer;

  margin-style: solid;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

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

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 4px;
  margin-right: -15px;
  margin-bottom: 4px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

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

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    display: inline;
  }

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-btn.btn-sm {
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #222529;
  border-color: #222529;
}

.navbar-default .navbar-brand {
  padding-top: 8px;
  padding-right: 13px!important;
  padding-bottom: 9px;
  padding-left: 8px;
  font-size: 13px;
  color: #fdfdfd;
  border-top-color: #222529;
  border-top-style: solid;
  border-top-width: 3px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fdfdfd;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav .fonticon {
  line-height: 1;
  vertical-align: 1px !important;
}

.navbar-default .navbar-nav .fonticon,
.navbar-default .navbar-nav x:-moz-any-link,
.navbar-default .navbar-nav x:default {
  line-height: 1;
  vertical-align: 2px !important;
}

.navbar-default .navbar-nav .icon-dropdown-arrow {
  color: #98a7b8;
}

.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  color: #98a7b8;
  border-top-color: #222529;
  border-top-style: solid;
  border-top-width: 3px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fdfdfd;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: bold;
  color: #fdfdfd;
  background-color: #222529;
  border-top-color: #5e99ff;
  border-top-style: solid;
  border-top-width: 3px;
}

.navbar-default .navbar-nav > .active > a .fonticon,
.navbar-default .navbar-nav > .active > a:hover .fonticon,
.navbar-default .navbar-nav > .active > a:focus .fonticon {
  color: #5e99ff;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav li.dropdown > a {
  padding-bottom: 9px;
}

.navbar-default .navbar-nav li.dropdown > a .icon-dropdown-arrow {
  padding-left: 6px;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #222529;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fdfdfd;
  background-color: #222529;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #98a7b8;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fdfdfd;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fdfdfd;
    background-color: #222529;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #98a7b8;
}

.navbar-default .navbar-link:hover {
  color: #fdfdfd;
}

.navbar-switch-default > ul > li {
  height: 32px;
}

.navbar-switch-default > ul > li > a {
  height: 30px;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: #444a52;
  vertical-align: middle;
  border-bottom: 2px solid #b1becc;
}

.navbar-switch-default > ul > li > a > span {
  height: 30px;
  padding-right: 8px;
}

.navbar-switch-default > ul > li > a .icon-stars:before {
  margin-bottom: 3px;
}

.navbar-switch-default > ul > li > a:hover {
  background-color: #fdfdfd;
  border-bottom: 2px solid #2e69db;
}

.navbar-switch-default > ul > .active > a {
  font-weight: bold;
  border-bottom: 2px solid #444a52;
}

.navbar-switch-default > ul > .active > a:hover {
  border-bottom: 2px solid #444a52;
}

.navbar-switch-icons > ul > li {
  height: 32px;
}

.navbar-switch-icons > ul > li > a {
  width: 32px;
  height: 31px;
  padding: 0 4px 0 4px;
  margin: 0;
  color: #b1becc;
  text-align: center;
  border-bottom: 1px solid #b1becc;
}

.navbar-switch-icons > ul > li > a > span {
  font-size: 20px;
}

.navbar-switch-icons > ul > li > a:hover {
  background-color: #fdfdfd;
  border-bottom: 1px solid #2e69db;
}

.navbar-switch-icons > ul > .active > a {
  color: #444a52;
  border-bottom: 1px solid #444a52;
}

.navbar-switch-icons > ul > .active > a:hover {
  border-bottom: 1px solid #444a52;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    height: auto;
    margin: 7px 20px;
    overflow: hidden;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.triangle-left {
  position: relative;
  bottom: 13px;
  /* value = - border-top-width - border-bottom-width */
  left: 17px;
  /* reduce the damage in FF3.0 */
  display: block;
  float: none;
  width: 0;
  content: "";
  border-color: #fdfdfd transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 0 9px 9px;
}

.triangle-right {
  position: relative;
  bottom: 13px;
  /* value = - border-top-width - border-bottom-width */
  left: -6px;
  /* reduce the damage in FF3.0 */
  display: block;
  float: right;
  width: 0;
  content: "";
  border-color: #fdfdfd transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 0 9px 9px;
}

.triangle-right-hide {
  position: relative;
  bottom: 13px;
  /* value = - border-top-width - border-bottom-width */
  left: -6px;
  /* reduce the damage in FF3.0 */
  display: none;
  float: right;
  width: 0;
  content: "";
  border-color: #fdfdfd transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 0 9px 9px;
}

/* creates triangle */

.navbar {
  /* Variant : top
  ------------------------------------------ */
}

.navbar .open .dropdown-menu:before {
  position: relative;
  bottom: 13px;
  /* value = - border-top-width - border-bottom-width */
  left: 17px;
  /* reduce the damage in FF3.0 */
  display: block;
  float: none;
  width: 0;
  content: "";
  border-color: #fdfdfd transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 0 9px 9px;
}

.navbar .open .dropdown-menu.top:before {
  top: 14px;
  right: 17px;
  bottom: auto;
  left: auto;
  border-color: #fdfdfd transparent;
  border-width: 0 9px 9px;
}

/* Include the triangle for items on the right side of the navbar that are not user*/

.navbar-right {
  /* Omit the triangle for items on the right side of the navbar that are user menus*/
}

.navbar-right .open .dropdown-menu:before {
  position: relative;
  bottom: 13px;
  /* value = - border-top-width - border-bottom-width */
  left: -6px;
  /* reduce the damage in FF3.0 */
  display: block;
  float: right;
  width: 0;
  content: "";
  border-color: #fdfdfd transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 0 9px 9px;
}

.navbar-right #nav_account .dropdown-menu:before {
  position: relative;
  bottom: 13px;
  /* value = - border-top-width - border-bottom-width */
  left: -6px;
  /* reduce the damage in FF3.0 */
  display: none;
  float: right;
  width: 0;
  content: "";
  border-color: #fdfdfd transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 0 9px 9px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 22px;
  margin-left: -1px;
  line-height: 1.66666667;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2e69db;
  border-color: #2e69db;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 14px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.pager li {
  display: inline;
}

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

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

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

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

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

.label {
  display: inline;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #444a52;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #444a52;
}

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

.label-primary {
  background-color: #5e99ff;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000;
  background-color: #ddd;
}

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

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

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

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

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

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

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

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.66666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #444a52;
  background-color: #4ac764;
  border-color: #3abd40;
}

.alert-success hr {
  border-top-color: #34aa39;
}

.alert-success .alert-link {
  color: #2d3136;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #444a52;
  background-color: #f8a740;
  border-color: #f77927;
}

.alert-warning hr {
  border-top-color: #f66a0f;
}

.alert-warning .alert-link {
  color: #2d3136;
}

.alert-danger {
  color: #444a52;
  background-color: #ea4f6b;
  border-color: #e73875;
}

.alert-danger hr {
  border-top-color: #e52165;
}

.alert-danger .alert-link {
  color: #2d3136;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

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

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

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

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

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

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

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

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-success {
  color: #444a52;
  background-color: #4ac764;
}

a.list-group-item-success {
  color: #444a52;
}

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

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #444a52;
  background-color: #3abd56;
}

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

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

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

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

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

.list-group-item-warning {
  color: #444a52;
  background-color: #f8a740;
}

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

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

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #444a52;
  background-color: #f79c27;
}

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

.list-group-item-danger {
  color: #444a52;
  background-color: #ea4f6b;
}

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

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

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #444a52;
  background-color: #e73858;
}

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

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

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

.panel {
  padding: 0 24px 24px 24px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding-top: 24px;
  padding-bottom: 20px;
  line-height: 12px;
}

.accordion-heading {
  padding: 0 0 0 0;
  color: #444a52;
  background-color: #fdfdfd;
  border-color: #dae1e8;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.accordion-title {
  float: left;
  margin-top: 10px;
  margin-bottom: 11px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.accordion-fonticon {
  float: right;
  width: 24px;
  height: 24px;
  margin: 6px;
  font-size: 14px;
  cursor: pointer;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

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

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

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

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

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e4e9f0;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-heading {
  padding-top: 8px;
  margin-top: 40px;
  font-size: 11px;
  font-weight: 800;
  line-height: 10px;
  border-top: 2px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 0;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

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

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 2px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel {
  border-color: #e4e9ef;
}

.panel > .panel-heading {
  color: #454a53;
  background-color: #fff;
  border-color: #454a53;
}

.panel > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e4e9ef;
}

.panel > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e4e9ef;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

.modal-content {
  position: relative;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 40px;
  padding-left: 32px;
  color: #444a52;
  background-color: #fdfdfd;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 0 2px 0 rgba(34, 37, 41, .24);
}

.modal-content > div {
  padding-right: 16px;
  padding-left: 16px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #222529;
}

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

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.modal-header {
  min-height: 16.66666667px;
  margin-bottom: 12px;
}

.modal-dialog-close {
  position: absolute;
  top: 8px;
  right: 8px;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}

.modal-dialog-close:hover {
  opacity: 1;
}

.header-message-container {
  height: 40px;
}

.header-message-container > * {
  float: left;
}

.header-message-container > span {
  padding-right: 16px;
  margin-top: -4px;
  font-size: 28.3px;
}

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

.modal-body {
  position: relative;
}

.modal-footer {
  margin-top: 24px;
  text-align: center;
}

.modal-footer .btn {
  float: left;
}

.modal-footer .btn + .btn {
  float: right;
}

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

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

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

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  visibility: visible;
  border-style: solid;
  border-width: 1px;
}

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

.tooltip.new {
  margin-top: 16px;
  margin-left: 12px;
}

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

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

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

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

.tooltip.default {
  padding: 0 0;
  margin-top: 30px;
  margin-left: 3px;
}

.tooltip-light {
  border-color: #dae1e8;
  box-shadow: 0 0 2px rgba(34, 37, 41, .24);
}

.tooltip-dark {
  border-color: #555d66;
  box-shadow: #222529;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #444a52;
  text-align: center;
  text-decoration: none;
  background-color: #fdfdfd;
  border-radius: 2px;
}

.dark-tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #fdfdfd;
  text-align: center;
  text-decoration: none;
  background-color: #33383d;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 256px;
  padding: 12px 0 0 24px;
  padding-bottom: 0;
  color: #444a52;
  text-align: left;
  white-space: normal;
  background-color: #fdfdfd;
  background-clip: padding-box;
  border: 1px solid #dae1e8;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(34, 37, 41, .24);
}

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

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

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

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

.popover-title {
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fdfdfd;

   -o-text-overflow: ellipsis;
}

.popover-body {
  padding-right: 24px;
  margin: 0;
}

.popover-container {
  position: relative;
  margin: 0;
  line-height: 20px;
}

.popover-container > .hidden {
  display: none;
}

.popover-container > .popover-close-btn {
  display: block;
  float: right;
  width: 24px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #555d66;
  text-align: center;
  cursor: pointer;
}

.popover-content {
  padding-bottom: 22px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

.popover-content p:last-child {
  margin-bottom: 0;
}

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

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

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

.popover.top > .arrow {
  bottom: -6px;
  left: 24px + 6px;
  margin-left: -6px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

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

.popover.top > .arrow.right {
  right: 24px;
  left: auto;
}

.popover.right > .arrow {
  top: 24px + 6px;
  left: -6px;
  margin-top: -6px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

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

.popover.right > .arrow.bottom {
  top: auto;
  bottom: 24px;
}

.popover.bottom > .arrow {
  top: -6px;
  left: 24px + 6px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

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

.popover.bottom > .arrow.right {
  right: 24px;
  left: auto;
}

.popover.left > .arrow {
  top: 24px + 6px;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

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

.popover.left > .arrow.bottom {
  top: auto;
  bottom: 24px;
}

.carousel {
  position: relative;
}

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

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

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

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}

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

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

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

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

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

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

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

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

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

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

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

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

/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  display: inline-block;
  float: none;
  margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.form-control {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  padding-left: 12px;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 2000;
  min-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
  padding-right: 30px;
  padding-left: 12px;
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  right: 10px;
  display: inline-block;
  line-height: 17px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, .4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: inline-block;
  display: none;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, .2);
  border-left: 7px solid transparent;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: inline-block;
  display: none;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  top: -3px;
  bottom: auto;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, .2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  top: -3px;
  bottom: auto;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  margin: 0 5px;
  background: #f5f5f5;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  min-height: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 3px 5px;
  margin: 0 2%;
  pointer-events: none;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  opacity: .9;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
  margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}

.dropdown.nesting.open a.dropdown-nested:hover {
  color: #000 !important;
}

.bootstrap-select a:hover,
.dropdown-group a:hover,
.dropdown a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2e69db;
  outline: none;
}

.bootstrap-select a:focus,
.dropdown-group a:focus,
.dropdown a:focus {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .selectpicker.btn,
.dropdown-group .selectpicker.btn,
.dropdown .selectpicker.btn,
.bootstrap-select .selectpicker.btn:focus,
.dropdown-group .selectpicker.btn:focus,
.dropdown .selectpicker.btn:focus,
.bootstrap-select .selectpicker.btn:hover,
.dropdown-group .selectpicker.btn:hover,
.dropdown .selectpicker.btn:hover,
.bootstrap-select .btn-dropdown.btn,
.dropdown-group .btn-dropdown.btn,
.dropdown .btn-dropdown.btn,
.bootstrap-select .btn-dropdown.btn:focus,
.dropdown-group .btn-dropdown.btn:focus,
.dropdown .btn-dropdown.btn:focus,
.bootstrap-select .btn-dropdown.btn:hover,
.dropdown-group .btn-dropdown.btn:hover,
.dropdown .btn-dropdown.btn:hover {
  /* Default to the top color gradient for browsers that don't support gradients */
  background: #fdfdfd;
  /* Standard Syntax */
  background: -webkit-linear-gradient(bottom, #fdfdfd, #f9f9fa);
  background:         linear-gradient(to top, #fdfdfd, #f9f9fa);
  /* Set Button Gradient*/
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f9f9fa));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fdfdfd, #f9f9fa);
  /* Firefox 3.6+ */
  /* IE 10 */
  /* Opera 11.10+ */
}

.bootstrap-select .icon-dropdown-arrow,
.dropdown-group .icon-dropdown-arrow,
.dropdown .icon-dropdown-arrow,
.bootstrap-select .icon-pencil,
.dropdown-group .icon-pencil,
.dropdown .icon-pencil,
.bootstrap-select .icon-tick,
.dropdown-group .icon-tick,
.dropdown .icon-tick {
  color: #2e69db;
}

.bootstrap-select li:hover .icon-dropdown-arrow,
.dropdown-group li:hover .icon-dropdown-arrow,
.dropdown li:hover .icon-dropdown-arrow,
.bootstrap-select li:hover .icon-pencil,
.dropdown-group li:hover .icon-pencil,
.dropdown li:hover .icon-pencil,
.bootstrap-select li:hover .icon-tick,
.dropdown-group li:hover .icon-tick,
.dropdown li:hover .icon-tick {
  color: #fff;
}

.bootstrap-select .btn,
.dropdown-group .btn,
.dropdown .btn {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.toggle-switch {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
}

.toggle-switch:hover .toggle-switch-label,
.toggle-switch:hover .toggle-switch-switch {
  border-color: #dae1e8;
  outline: 0;
  box-shadow: 0 0 2px #dae1e8;
}

.toggle-switch:hover .toggle-switch-checkbox:checked + .toggle-switch-label,
.toggle-switch:hover .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  border-color: #2e69db;
  outline: 0;
  box-shadow: 0 0 2px #2e69db;
}

.toggle-switch-checkbox {
  display: none;
}

.toggle-switch-label {
  display: block;
  width: 32px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #c4cdd6;
  border-radius: 16px;
}

.toggle-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin .3s ease-in 0s;
          transition: margin .3s ease-in 0s;
}

.toggle-switch-inner:before,
.toggle-switch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  line-height: 14px;
  color: #fdfdfd;
}

.toggle-switch-inner:before {
  padding-left: 10px;
  color: #fdfdfd;
  content: "";
  background-color: #2e69db;
}

.toggle-switch-inner:after {
  padding-right: 10px;
  color: #fdfdfd;
  text-align: right;
  content: "";
  background-color: #c4cdd6;
}

.toggle-switch-switch {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 16px;
  margin: 0;
  background: #fdfdfd;
  border: 1px solid #c4cdd6;
  border-radius: 16px;
  -webkit-transition: all .2s ease-in 0s;
          transition: all .2s ease-in 0s;
}

.toggle-switch-switch > .fonticon {
  position: relative;
  bottom: 2px;
  left: 3px;
  font-size: 12px;
  color: #2e69db;
}

.toggle-switch-switch > .toggle-switch-on-icon {
  display: none;
  color: #2e69db;
}

.toggle-switch-switch > .toggle-switch-off-icon {
  display: inline;
  color: #c4cdd6;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-on-icon {
  display: inline;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-off-icon {
  display: none;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: 0;
}

.toggle-switch-checkbox:checked + .toggle-switch-label {
  border: 1px solid #2e69db;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  left: 14px;
  border: 1px solid #2e69db;
}

.toggle-switch-label-text {
  position: absolute;
  top: 0;
  left: 38px;
}

.toggle-switch-off-label-text {
  display: inline;
  font-weight: normal;
}

.toggle-switch-on-label-text {
  display: none;
  font-weight: bold;
}

.toggle-switch-checkbox:checked ~ .toggle-switch-label-text .toggle-switch-off-label-text {
  display: none;
}

.toggle-switch-checkbox:checked ~ .toggle-switch-label-text .toggle-switch-on-label-text {
  display: inline;
}

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

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
}

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

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

  table.visible-sm {
    display: table;
  }

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

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

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

  table.visible-md {
    display: table;
  }

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

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

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

  table.visible-lg {
    display: table;
  }

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

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

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

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

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

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

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

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

  table.visible-print {
    display: table;
  }

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

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

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

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;

  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;

  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;

  src: url('../fonts/Roboto-Italic.eot');
  src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;

  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff');
}

/*# sourceMappingURL=ark-css.css.map */
